Skip to content

Commit

Permalink
TEZ-4565. TestAnalyzer subtest testInternalPreemption is flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Eagles committed May 16, 2024
1 parent a1fcddb commit 1e08fd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ private List<StepCheck[]> testInternalPreemption() throws Exception {
createStep("v2 : 00000[01]_1", CriticalPathDependency.OUTPUT_RECREATE_DEPENDENCY),
createStep("v1 : 000000_1", CriticalPathDependency.OUTPUT_RECREATE_DEPENDENCY,
null, Collections.singletonList("preemption of v3")),
createStep("v2 : 00000[01]_1", CriticalPathDependency.DATA_DEPENDENCY),
createStep("v2 : 00000[01]_[1]", CriticalPathDependency.DATA_DEPENDENCY),
createStep("v3 : 000000_1", CriticalPathDependency.DATA_DEPENDENCY)
};

Expand Down

0 comments on commit 1e08fd8

Please sign in to comment.