Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
zhli1142015 committed Feb 13, 2025
1 parent f49a3a5 commit f4e7228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/exec/tests/TaskTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ DEBUG_ONLY_TEST_F(TaskTest, liveStats) {
EXPECT_EQ(numBatches, operatorStats.outputVectors);
// isBlocked() should be called at least twice for each batch
EXPECT_LE(2 * numBatches, operatorStats.isBlockedTiming.count);
EXPECT_EQ(2, operatorStats.finishTiming.count);
EXPECT_EQ(1, operatorStats.finishTiming.count);
// No operators with background CPU time yet.
EXPECT_EQ(0, operatorStats.backgroundTiming.count);

Expand Down

0 comments on commit f4e7228

Please sign in to comment.