JingsongLi opened a new pull request, #8086: URL: https://github.com/apache/paimon/pull/8086
## Summary Fix a flaky `ConsumerActionITCase` failure where a streaming read job could rewrite a consumer file after the reset consumer action deleted it. ## Changes - Pre-populate consumer state directly with `ConsumerManager` in consumer action tests. - Remove streaming read setup from reset and clear consumer action tests so assertions are not racing with asynchronous checkpoint callbacks. ## Testing - [x] `mvn -pl paimon-flink/paimon-flink-common -am -Pfast-build -DfailIfNoTests=false -Dtest=ConsumerActionITCase test` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
