We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878c282 commit 6da4fa3Copy full SHA for 6da4fa3
1 file changed
tests/test_stream_manager.c
@@ -1444,6 +1444,9 @@ TEST_CASE(h2_sm_mock_max_concurrent_streams_multiple_connections) {
1444
ASSERT_SUCCESS(s_complete_all_fake_connection_streams());
1445
fprintf(stderr, "[EXTRA_LOG] Test completed successfully\n");
1446
s_drain_all_fake_connection_testing_channel();
1447
+ /* completed the remain streams that can be created afterwards */
1448
+ ASSERT_SUCCESS(s_complete_all_fake_connection_streams());
1449
+ s_drain_all_fake_connection_testing_channel();
1450
/* Should complete without error */
1451
ASSERT_INT_EQUALS(0, s_tester.stream_complete_errors);
1452
ASSERT_INT_EQUALS(AWS_ERROR_SUCCESS, s_tester.stream_completed_error_code);
0 commit comments