File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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 ( )
You can’t perform that action at this time.
0 commit comments