Skip to content

Commit 2296cad

Browse files
committed
try again
1 parent 1269265 commit 2296cad

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/resiliency_tests.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ mod tests {
8989
.build()
9090
.unwrap();
9191

92-
println!("test_set_multi_succeeds_with_clean_client");
93-
println!("TOXIPROXY_URL: {}", std::env::var("TOXIPROXY_URL").unwrap());
94-
9592
let keys = vec!["clean-key1", "clean-key2", "clean-key3"];
9693
let values = vec!["value1", "value2", "value3"];
9794
let kv: Vec<(&str, &str)> = keys.clone().into_iter().zip(values).collect();
@@ -116,6 +113,10 @@ mod tests {
116113
#[ignore = "Relies on a running memcached server and toxiproxy service"]
117114
#[test]
118115
fn test_set_multi_errors_with_toxic_client_via_with_down() {
116+
117+
println!("test_set_multi_succeeds_with_clean_client");
118+
println!("TOXIPROXY_URL: {}", std::env::var("TOXIPROXY_URL").unwrap());
119+
119120
let rt = tokio::runtime::Builder::new_multi_thread()
120121
.enable_all()
121122
.build()

0 commit comments

Comments
 (0)