Skip to content

Commit 633227c

Browse files
committed
fix test_connect_to_randomness
- disable keepalive to randomize connect-to
1 parent 853a09e commit 633227c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ async fn distribution_on_two_matching_connect_to(host: &'static str) -> (i32, i3
385385
tokio::spawn(async { axum::serve(listener2, app2).await });
386386

387387
let args = [
388+
"--disable-keepalive".to_string(),
388389
"-n".to_string(),
389390
"100".to_string(),
390391
format!("http://{host}/"),

0 commit comments

Comments
 (0)