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

Disable starve_test on sanitizer run #38067

Merged
merged 1 commit into from
Feb 16, 2020

Conversation

jbytheway
Copy link
Contributor

Summary

SUMMARY: None

Purpose of change

The Travis CI job for the clang build with sanitizers is timing out.

See e.g. this or this run (although one of them has just been restarted, so you might not see the same results there I did).

Describe the solution

Speed it up by disabling the currently-slowest test, which is starve_test. This should save 2 minutes and hopefully bring it back under the 50 minute time limit.

Describe alternatives you've considered

Trying to optimize the test.

Testing

Can only be tested "live" by making this PR.

The Travis CI job for the clang build with sanitizers is timing out.
Speed it up by disabling the currently-slowest test, which is
starve_test.  This should save 2 minutes and hopefully bring it back
under the 50 minute time limit.
@ZhilkinSerg ZhilkinSerg added the Code: Tests Measurement, self-control, statistics, balancing. label Feb 16, 2020
@ZhilkinSerg ZhilkinSerg merged commit a7d362a into CleverRaven:master Feb 16, 2020
@jbytheway jbytheway deleted the faster_sanitizer_tests branch February 19, 2020 03:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code: Tests Measurement, self-control, statistics, balancing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants