Skip to content

Commit 36684dc

Browse files
authored
[test] Fix unstable test CommitLakeTableSnapshotITCase.testCommitDataLakeData (#867)
1 parent dfdaa6e commit 36684dc

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)