Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix intermittently-failing test #6647
Conversation
|
!!build!! |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
Mongo crashed on windows. :'( |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
I don't really understand what's going on with the check build. It says trusty failed with 255, but there aren't any errors in the trusty log. It also says lxd failed - it looks like it flat-out refused to bootstrap in lxd, but I can't see anything that explains why. |
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
The grant check has been turned off for now - it's unreliable. |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
babbageclunk commentedDec 2, 2016
•
Edited 1 time
-
babbageclunk
Dec 2, 2016
I could make it reliable for normal runs by adjusting the delay, but running it
with the race checker made that break too, so I've relaxed the exact numbers
that it checks for. Really it just needs to check that there are
multiple messages being reported - the exact counts aren't likely to be
wrong.
Running under the stress tester with the race checker on showed no failures
in 300 runs after this change.
Fixes https://bugs.launchpad.net/juju/+bug/1646504