SummCoder commented on PR #10497: URL: https://github.com/apache/rocketmq/pull/10497#issuecomment-4704138301
## Test Failure Analysis & Rerun Request ### Finding The failing test (`QueryMsgByKeyIT.testQueryMsgWithSameHash2`) is **unrelated to this PR's changes**. This PR only adds `distribution/conf/plain_acl.yml` — a configuration template file that has no interaction with the integration tests. ### Why the test failed - **Pre-existing flaky test**: Race condition in broker synchronization - **Root cause**: Test attempts to query messages before full replication across all brokers - **Error**: `CODE: 208 - query message by key finished, but no message` ### Request Since this is a known flaky test unrelated to the ACL configuration file addition, could you please **re-run the integration tests**? You can do this by: 1. Going to the **Actions** tab on this PR 2. Finding the failed workflow run 3. Clicking **"Re-run failed jobs"** or **"Re-run all jobs"** The test should pass on the retry. If it fails again, this indicates a pre-existing infrastructure issue that should be addressed in a separate ticket. --- Thank you for your time reviewing this contribution! -- 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]
