wuchong commented on issue #2581: URL: https://github.com/apache/fluss/issues/2581#issuecomment-3866065835
Hi @Prajwal-banakar, The failure in `FlussAuthorizationITCase#testInitWriter` occurs at `FLUSS_CLUSTER_EXTENSION.waitUntilTableReady(tableInfo.getTableId())`. This method already uses a `retry(...)` mechanism (similar to `waitValue`)—it’s not a strict immediate assertion but a polling-based wait with retries. So the issue likely isn’t with the test assertion logic itself. Instead, the real problem is: **why wasn’t the replica ready even after the 60-second timeout?** To debug this, we should examine the Maven output logs more closely. As noted in the [Fluss contribution guide](https://fluss.apache.org/community/how-to-contribute/contribute-code/), GitHub Actions automatically uploads detailed Maven logs as build artifacts. -- 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]
