-
Notifications
You must be signed in to change notification settings - Fork 183
tests/ostree.sync: tag with "reprovision" #4361
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request correctly addresses a race condition between tests using the same NFS port by adding the reprovision tag to the ostree.sync test, forcing it to run serially. The change is appropriate. I have added one suggestion to include a comment in the code, which will improve maintainability by explaining the purpose of this tag.
f93a878 to
724de62
Compare
|
@dustymabe just tag "reprovision" to |
724de62 to
1b199ce
Compare
|
There is a race condition for `ostree.sync` and `kdump.crash.nfs` to bind port 2049, according to coreos#4117 (comment), add tag `reprovision` to force them to run serially now.
1b199ce to
16ae150
Compare
dustymabe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There is a race condition for
ostree.syncandkdump.crash.nfsto bind port 2049, according to #4117 (comment), add tagreprovisionto force it to run serially now.