Skip to content

Commit ca52728

Browse files
authored
[hotfix] fix the unreliability test of AlignedSourceReaderTest#testCheckpointTrigger. (#5194)
1 parent c48e309 commit ca52728

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)