Descriptionlinux_aura: Reenable parallel_jobs_.
In r239536 and r239680, I disabled all parallelization of unit test
jobs on linux_aura, because using the clipboard used a desktop wide
piece of X11 state, and running the tests in parallel meant that
tests which were using the clipboard would steal the clipboard from
other tests
The "actual" "problem" seems to have been "fixed." These tests appear
to be flakily failing in the same way in the GTK port, but are retried.
On lniux_aura, the test harness wasn't rerunning the tests and was just
marking them as failed. Now it's rerunning them, and they pass since
flaky tests are rerun one at a time.
This should still be a net win speed wise, since things fail flakily
about one in four times, and even that one flaky run still runs twice
as fast as the current runs.
BUG=239536
R=kbr@chromium.org, phajdan.jr@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243674
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|