We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b7dc93 commit 131f87aCopy full SHA for 131f87a
tests/zookeeper.rs
@@ -2051,12 +2051,12 @@ async fn test_update_ensemble() {
2051
network: Some("host"),
2052
configs: vec!["reconfigEnabled=true", "standaloneEnabled=false"],
2053
servers: vec![
2054
- (1, &vec!["server.1=localhost:2001:3001:participant;localhost:4001"]),
2055
- (2, &vec![
+ (1, &["server.1=localhost:2001:3001:participant;localhost:4001"]),
+ (2, &[
2056
"server.1=localhost:2001:3001:participant;localhost:4001",
2057
"server.2=localhost:2002:3002:observer;localhost:4002",
2058
]),
2059
- (3, &vec![
+ (3, &[
2060
2061
"server.3=localhost:2003:3003:observer;localhost:4003",
2062
0 commit comments