On non-compiletest tests, only use a single test task when valgrinding #1921
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
I-compiletime
Issue: Problems and improvements with respect to compile times.
P-low
Low priority
For test runners that don't spawn subprocesses for every test (rustc, core, std, rustdoc), trying to run tests in parallel under valgrind just makes the entire test run slower. The build should detect when we are valgrinding and pass a flag (that doesn't exist yet) to the test runner telling it to use only 1 test task at a time.
I've noticed that the linux1 bot is taking an absurd amount of time to run coretest. This might help.
The text was updated successfully, but these errors were encountered: