Skip to content

Commit e03c466

Browse files
committed
debugging
1 parent 2296cad commit e03c466

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/resiliency_tests.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ mod tests {
127127
let toxic_local_url = "tcp://".to_string() + &toxic_local_addr;
128128
let toxic_proxy = &proxies[0];
129129

130+
println!("toxic_local_url: {}", toxic_local_url);
131+
130132
let keys = vec!["with-down-key1", "with-down-key2", "with-down-key3"];
131133
let values = vec!["value1", "value2", "value3"];
132134
let kv: Vec<(&str, &str)> = keys.clone().into_iter().zip(values).collect();

0 commit comments

Comments
 (0)