nextdreamblue commented on code in PR #14722:
URL: https://github.com/apache/doris/pull/14722#discussion_r1057515742
##########
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:
> why we need sleep here?
这个当时有一定几率还没来得及触发两次segcompaction,任务就执行完了,然后就加了一个这个sleep,我再试试
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]