Skip to content

Commit 80af13d

Browse files
committed
[hotfix] fix the unreliability test of AlignedSourceReaderTest#testCheckpointTrigger.
1 parent a968660 commit 80af13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paimon-flink/paimon-flink-common/src/test/java/org/apache/paimon/flink/source/align/AlignedSourceReaderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public void testCheckpointTrigger(boolean rpcFirst) throws Exception {
173173

174174
while (sourceReader.getNumberOfCurrentlyAssignedSplits() > 0
175175
|| inputProcessor.isAvailable()) {
176-
testHarness.processSingleStep();
176+
testHarness.processAll();
177177
}
178178

179179
if (!rpcFirst) {

0 commit comments

Comments
 (0)