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

Bound eqc testing time #946

Merged
merged 2 commits into from
May 14, 2014
Merged

Bound eqc testing time #946

merged 2 commits into from
May 14, 2014

Conversation

reiddraper
Copy link
Contributor

And switch to using eunit_formatters for test results. This is a chance to try it out on a repository and see how it works for us.

Switch to @seancribbs eunit_formatters. This keeps track of how long
each test takes, which is really nice for seeing which tests are taking
all the time.
With the KV tests taking about 30 minutes on the buildbot builders, this
should help reduce the testing time a bit. I've also fixed up some cases
where we thought the eunit timoeout was in milliseconds (its not,
anymore anyway). We do, however, need to be careful that we don't make
the tests significantly slower, as this may be easy to hide, and then we
might only run a few dozen tests in the testing time.
@reiddraper reiddraper added this to the 2.0-RC milestone May 14, 2014
@seancribbs
Copy link
Contributor

👍 38d0c51

borshop added a commit that referenced this pull request May 14, 2014
Bound eqc testing time

Reviewed-by: seancribbs
borshop added a commit that referenced this pull request May 14, 2014
Bound eqc testing time

Reviewed-by: seancribbs
@reiddraper
Copy link
Contributor Author

@borshop merge

@borshop borshop merged commit 38d0c51 into develop May 14, 2014
@reiddraper reiddraper deleted the feature/bound-eqc-testing-time branch May 14, 2014 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants