Skip to content

Commit

Permalink
Add --experimental_use_sepmaphore_for_jobs for rewinding tests that…
Browse files Browse the repository at this point in the history
… require exact number of concurrent actions.

PiperOrigin-RevId: 575793602
Change-Id: If70dd6d0c766277d9f885cc31a48b7b5adf65504
  • Loading branch information
coeuvre authored and copybara-github committed Oct 23, 2023
1 parent 80f4943 commit 59a5ee8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1392,7 +1392,7 @@ final void runTreeFileArtifactRewound(SpawnShim shim) throws Exception {
addSpawnShim("Compiling tree/make_cc_dir.cc/file1.cc", shim);

if (!supportsConcurrentRewinding()) {
testCase.addOptions("--jobs=1");
testCase.addOptions("--jobs=1", "--experimental_use_semaphore_for_jobs");
}

List<SkyKey> dirtiedKeys = collectOrderedDirtiedKeys();
Expand Down

0 comments on commit 59a5ee8

Please sign in to comment.