Skip to content

Commit

Permalink
Fix flaky test TaskTest.inconsistentExecutionMode
Browse files Browse the repository at this point in the history
  • Loading branch information
tanjialiang committed Jun 3, 2024
1 parent ab06a77 commit 05ccb53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions velox/exec/tests/TaskTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1278,6 +1278,7 @@ DEBUG_ONLY_TEST_F(TaskTest, inconsistentExecutionMode) {
while (cursor->hasNext()) {
cursor->moveNext();
}
waitForTaskCompletion(task);
}

{
Expand Down

0 comments on commit 05ccb53

Please sign in to comment.