fresh-borzoni opened a new issue, #562: URL: https://github.com/apache/fluss-rust/issues/562
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss-rust/issues) and found nothing similar. ### Description Several Rust integration tests use a fixed `tokio::time::sleep(1-2s)` after `create_table` / `create_partitions` to wait for bucket leadership (see `list_offsets`, `test_poll_batches`, `partitioned_table_append_scan`) - brittle on slow CI and adds dead time when the cluster is ready sooner. Add `wait_for_table_ready(admin, table_path)` (and partitionedvariant) to `tests/integration/utils.rs` that polls `list_offsets` /`list_partition_offsets` until success, mirroring the existing `wait_for_cluster_ready_with_sasl` shape, and replace the sleeps at all call sites. ### Willingness to contribute - [ ] 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]
