JandyTenedora opened a new issue, #3619: URL: https://github.com/apache/fluss/issues/3619
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar. ### Fluss version main (development) ### Please describe the bug 🐞 `TableManagerITCase.testMetadataWithPartition` fails consistently for me when run locally on macOS arm64 against `main`. The failure happens in the second parameterized invocation, corresponding to `isCoordinatorServer=false`, while waiting for partition bucket `LeaderAndIsr` metadata in ZooKeeper: ```text TableManagerITCase.testMetadataWithPartition:600 Expecting Optional to contain a value but it was empty. at org.apache.fluss.server.testutils.FlussClusterExtension.waitUntilAllReplicaReady(...) ``` I also tested a clean local main checkout/export and reproduced the same failure there, so this does not appear related to my feature branch. The same targeted test passes when run inside a Linux Docker container using maven:3.9.9-eclipse-temurin-11, so this looks like a macOS arm64-specific local test/environment issue. The README lists Mac OS X as a supported Unix-like build environment, so this may be worth tracking even if CI/self-hosted Linux passes. ### Solution No confirmed fix yet. A useful first step would be to determine whether `TableManagerITCase.testMetadataWithPartition` is expected to pass on macOS arm64. If Linux is the intended validation environment for server integration tests, the project could document that more explicitly or provide a lightweight Docker-based Maven test helper for contributors. ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- 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]
