Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
testing: add constant to detect race detector #84
Conversation
|
Honestly the title of this PR should be "add tautology" |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju-testing |
added a commit
that referenced
this pull request
Nov 23, 2015
jujubot
merged commit 3a42024
into
juju:master
Nov 23, 2015
davecheney
deleted the
davecheney:add-race-check
branch
Nov 23, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
davecheney commentedNov 23, 2015
Some juju tests need to be skipped because they do not pass under
the race detector. To simplify this, add a constant so we can do:
While I'm here, fix a test failure with testing/checkers under Go 1.4+
(Review request: http://reviews.vapour.ws/r/3202/)