Skip to content
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

Fix race with concurrent daemon startup in tests #35982

Merged
merged 1 commit into from
Jan 11, 2018

Conversation

cpuguy83
Copy link
Member

@cpuguy83 cpuguy83 commented Jan 11, 2018

Using parallel tests is nice, however it can cause an issue with
multiple daemons trying to make changes to iptables at the same time
which causes flakey tests.

This just disables iptables for the set of tests since it is not
required.

Fixes #35914

Copy link
Member

@dnephin dnephin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@vdemeester vdemeester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🐯

Using parallel tests is nice, however it can cause an issue with
multiple daemons trying to make changes to iptables at the same time
which causes flakey tests.

This just disables iptables for the set of tests since it is not
required.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
@cpuguy83 cpuguy83 force-pushed the fix_concurrent_daemon_test_issues branch from 7dc1bda to 9e31938 Compare January 11, 2018 16:47
@cpuguy83
Copy link
Member Author

Fixed typo in commit message.

@cpuguy83 cpuguy83 merged commit 92309e3 into moby:master Jan 11, 2018
@cpuguy83 cpuguy83 deleted the fix_concurrent_daemon_test_issues branch January 11, 2018 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants