Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
worker/peergrouper: fix data race in test #2631
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Jun 23, 2015
jujubot
merged commit fcf3fa4
into
juju:master
Jun 23, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rogpeppe commentedJun 23, 2015
This reverts PR #2629, which breaks watcher invariants and will not
actually fix the test, and fixes the issue slightly differently.
There are still multiple intermittent failures in this package which this
PR does not fix.
If PR #2629 had not been applied, the only changes would have been
to the assertMembers function.
(Review request: http://reviews.vapour.ws/r/2005/)