Skip to content

Commit

Permalink
add one more request to actual_serve_drop
Browse files Browse the repository at this point in the history
  • Loading branch information
czarte committed Dec 18, 2023
1 parent 9ad7413 commit ccdb0ad
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions multinode_integration_tests/tests/connection_termination_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,17 @@ fn actual_server_drop() {
stream_key,
return_route_id,
);
let index: u64 = 2;
request_server_payload(
index,
&cluster,
&real_node,
&mock_node,
&mut server,
&masquerader,
stream_key,
return_route_id,
);
server.wait_for_chunk(Duration::from_secs(2)).unwrap();
server.send_chunk(HTTP_RESPONSE);
mock_node
Expand Down

0 comments on commit ccdb0ad

Please sign in to comment.