-
Notifications
You must be signed in to change notification settings - Fork 651
[CI]: rewrite logs tests #4209
New issue
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
Open
apostasie
wants to merge
2
commits into
containerd:main
Choose a base branch
from
apostasie:2025-05-fix-logs-test
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[CI]: rewrite logs tests #4209
Conversation
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
451d61a
to
55da1df
Compare
9f07391
to
ef8c1b5
Compare
df306c5
to
a3388e7
Compare
a3388e7
to
c03cdf3
Compare
I have been sitting on this for a bit, as I couldn't make logs to work perfectly locally (see tickets), but I think it is time to merge and bring all logs tests to the new testing framework. Worse case scenario, we flag them "flaky" and they go back to the retry bucket. Poking @AkihiroSuda @fahedouch |
c03cdf3
to
aab31dc
Compare
Rebased for good measure. |
Failures unrelated. |
Signed-off-by: apostasie <[email protected]>
Signed-off-by: apostasie <[email protected]>
aab31dc
to
8bd7a7d
Compare
Rebased. |
Failure is #4243 |
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.
Commit 1 relaxes RunSigProxy refresh frequency.
Suspicion is that currently this is putting extra pressure on the runtime - especially for slow environments like EL.
Commit 2 rewrites all remaining logs tests with the new framework.
IMPORTANT NOTES:
-d
, as this is a significant source of flakyness - if this is not acceptable and we do believe that all these tests must be run with-d
, let me know and I will come up with something elseNote that while torturing tests, the following issues showed-up:
Because of these, logs tests may/will fail randomly.