This is an automated email from the ASF dual-hosted git repository.

yuxia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new 2e21f90  chore:fix test_get_server_nodes to use shared cluster (#392)
2e21f90 is described below

commit 2e21f90e2ecdef12dac0a3f2a1e44c58024f3efb
Author: Anton Borisov <[email protected]>
AuthorDate: Sat Feb 28 12:51:09 2026 +0000

    chore:fix test_get_server_nodes to use shared cluster (#392)
---
 crates/fluss/tests/integration/admin.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crates/fluss/tests/integration/admin.rs 
b/crates/fluss/tests/integration/admin.rs
index 5bbdaf0..c647704 100644
--- a/crates/fluss/tests/integration/admin.rs
+++ b/crates/fluss/tests/integration/admin.rs
@@ -489,7 +489,7 @@ mod admin_test {
 
     #[tokio::test]
     async fn test_get_server_nodes() {
-        let cluster = get_fluss_cluster();
+        let cluster = get_shared_cluster();
         let connection = cluster.get_fluss_connection().await;
         let admin = connection.get_admin().await.unwrap();
 

Reply via email to