Reduce flakiness of OCI end-to-end tests#4182
Merged
Merged
Conversation
weyfonk
force-pushed
the
fix-flaky-oci-registry-e2e
branch
from
September 30, 2025 09:48
0ef4ca1 to
697ff65
Compare
weyfonk
marked this pull request as draft
September 30, 2025 10:08
weyfonk
force-pushed
the
fix-flaky-oci-registry-e2e
branch
from
October 7, 2025 14:09
697ff65 to
2e4a0d0
Compare
weyfonk
marked this pull request as ready for review
October 7, 2025 14:23
0xavi0
approved these changes
Oct 8, 2025
thardeck
enabled auto-merge (rebase)
October 8, 2025 08:32
thardeck
disabled auto-merge
October 8, 2025 08:50
Using an `Eventually` block instead of expecting immediate deletion should reduce flakiness.
The token was missing, making the end-to-end test case for token-based auth fail in nightly runs.
weyfonk
force-pushed
the
fix-flaky-oci-registry-e2e
branch
from
October 13, 2025 14:54
7490302 to
f838a22
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This reduces flakiness of end-to-end tests relying on OCI registries in the following way:
Eventuallyblock to wait for that deletion to happen, instead of expecting immediate deletion.Additional Information
Checklist
- [ ] I have updated the documentation via a pull request in thefleet-docs repository.