We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Saw a CI flake with integration tests
The Reconcile of NAB took more then one second and it broke the test
Example https://github.com/migtools/oadp-non-admin/actions/runs/11070490617/job/30760280482?pr=91#step:5:95
Increase timeout
oadp-non-admin/internal/controller/nonadminbackup_controller_test.go
Line 505 in 282620c
Use Eventually approach
Eventually
Line 541 in 282620c
The text was updated successfully, but these errors were encountered:
@mateusoliveira43 Eventually is way better.
Sorry, something went wrong.
No branches or pull requests
Saw a CI flake with integration tests
The Reconcile of NAB took more then one second and it broke the test
Example https://github.com/migtools/oadp-non-admin/actions/runs/11070490617/job/30760280482?pr=91#step:5:95
Possible fixes
Increase timeout
oadp-non-admin/internal/controller/nonadminbackup_controller_test.go
Line 505 in 282620c
Use
Eventually
approachoadp-non-admin/internal/controller/nonadminbackup_controller_test.go
Line 541 in 282620c
The text was updated successfully, but these errors were encountered: