fresh-borzoni commented on code in PR #369:
URL: https://github.com/apache/fluss-rust/pull/369#discussion_r2935387455


##########
crates/fluss/tests/integration/utils.rs:
##########
@@ -109,7 +109,8 @@ pub async fn wait_for_cluster_ready_with_sasl(cluster: 
&FlussTestingCluster) {
         let connection = cluster
             .get_fluss_connection_with_sasl(username, password)
             .await;
-        if connection.get_admin().await.is_ok()

Review Comment:
   I think we shall just remove this check and rely on 
`get_one_available_server()` later, no need for `list_databases` check anywhere.



-- 
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]

Reply via email to