freemandealer commented on code in PR #14722: URL: https://github.com/apache/doris/pull/14722#discussion_r1058238457
########## be/test/olap/segcompaction_test.cpp: ########## @@ -419,6 +419,7 @@ TEST_F(SegCompactionTest, SegCompactionInterleaveWithBig_ooooOOoOooooooooO) { } s = rowset_writer->flush(); EXPECT_EQ(Status::OK(), s); + sleep(1); Review Comment: 任务执行过快确实会有这个问题,导致目录跟预期不一样。这个我统一加一些延迟吧。谢谢! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org