-
Notifications
You must be signed in to change notification settings - Fork 571
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
code_api|tool.drcachesim.miss_analyzer timeouts on Travis after Xenial upgrade. #3485
Comments
Cuts down runtime of the drcachesim.miss_analyzer test by cutting down the number of the main loop's iterations as well as the array size in the test. Fixes #3485
Cuts down runtime of the drcachesim.miss_analyzer test by cutting down the number of the main loop's iterations as well as the array size in the test. The test was timing out before. Fixes #3485
Re-opening because of this comment from PR #3490:
It is still one of the slowest tests out of all 300+ tests so I would say it would be good to shrink it further, if that's not hard to do. |
If shrinking further would compromise the test itself, then we can live with it as-is: maybe with an increased timeout in case it gets close to 90s on a loaded machine. |
PR #3529 should fix this. |
Cuts down runtime of the drcachesim.miss_analyzer test by cutting down the number of the main loop's iterations as well as the array size in the test. The test was timing out before. Fixes #3485
After #3456 , a toolchain upgrade apparently causes code_api|tool.drcachesim.miss_analyzer to sporadically run longer than 90s. Could we please cut down the test a little bit, e.g. in half?
The text was updated successfully, but these errors were encountered: