tsreaper opened a new pull request, #4940: URL: https://github.com/apache/paimon/pull/4940
### Purpose In #4933 we fix unstable IT cases in `PrimaryKeyFileStoreTableITCase` by mimicing unbounded streams with lots of records. However `testNoChangelogProducerStreamingRandom` will wait for the job to finish and then start checking result, so it is now prone to time out. This PR fixes the unstable test by checking the result as soon as enough record is written into Paimon. -- 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: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org