Skip to content

Commit cf2a0f3

Browse files
wuchongpolyzos
authored andcommitted
[test] Fix unstable test CommitLakeTableSnapshotITCase.testCommitDataLakeData (apache#867)
1 parent 321d91a commit cf2a0f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fluss-server/src/test/java/com/alibaba/fluss/server/replica/CommitLakeTableSnapshotITCase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ void testCommitDataLakeData() throws Exception {
8383
int leaderServer = FLUSS_CLUSTER_EXTENSION.waitAndGetLeader(tb);
8484
TabletServerGateway leaderGateWay =
8585
FLUSS_CLUSTER_EXTENSION.newTabletServerClientForNode(leaderServer);
86+
FLUSS_CLUSTER_EXTENSION.waitUtilAllReplicaReady(tb);
8687

8788
for (int i = 0; i < 10; i++) {
8889
leaderGateWay

0 commit comments

Comments
 (0)