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 2296cad commit e03c466Copy full SHA for e03c466
tests/resiliency_tests.rs
@@ -127,6 +127,8 @@ mod tests {
127
let toxic_local_url = "tcp://".to_string() + &toxic_local_addr;
128
let toxic_proxy = &proxies[0];
129
130
+ println!("toxic_local_url: {}", toxic_local_url);
131
+
132
let keys = vec!["with-down-key1", "with-down-key2", "with-down-key3"];
133
let values = vec!["value1", "value2", "value3"];
134
let kv: Vec<(&str, &str)> = keys.clone().into_iter().zip(values).collect();
0 commit comments