Skip to content

Commit

Permalink
runtime-v2: parallel loop exit test up (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
brig authored Nov 13, 2023
1 parent dc167a5 commit 33839d2
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1587,11 +1587,6 @@ public void testExitFromParallelLoop() throws Exception {
byte[] log = run();

assertNoLog(log, ".*should not reach here.*");

// thread in loop should execute at least one step
assertLog(log, ".*inner start: one.*");
assertLog(log, ".*inner start: two.*");
assertLog(log, ".*inner start: three.*");
}

@Test
Expand Down

0 comments on commit 33839d2

Please sign in to comment.