charlesdong1991 commented on code in PR #564:
URL: https://github.com/apache/fluss-rust/pull/564#discussion_r3306368505
##########
crates/fluss/tests/integration/log_table.rs:
##########
@@ -475,7 +475,7 @@ mod table_test {
&TableDescriptor::builder().schema(schema).build().unwrap(),
)
.await;
- tokio::time::sleep(Duration::from_secs(1)).await;
+ wait_for_table_ready(&admin, &table_path).await;
Review Comment:
i did a search on tokio::time::sleep, and notice there is another usage
(where there is also an inline comment of Wait for table to be fully
initialized, i think that should also be replaced
--
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]