We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae542f4 commit 878c282Copy full SHA for 878c282
1 file changed
tests/test_stream_manager.c
@@ -1345,6 +1345,9 @@ TEST_CASE(h2_sm_mock_max_concurrent_streams) {
1345
/* Complete all remaining streams */
1346
ASSERT_SUCCESS(s_complete_all_fake_connection_streams());
1347
s_drain_all_fake_connection_testing_channel();
1348
+ /* completed the remain streams that can be created afterwards */
1349
+ ASSERT_SUCCESS(s_complete_all_fake_connection_streams());
1350
+ s_drain_all_fake_connection_testing_channel();
1351
/* Should complete without error */
1352
ASSERT_INT_EQUALS(0, s_tester.stream_complete_errors);
1353
ASSERT_INT_EQUALS(AWS_ERROR_SUCCESS, s_tester.stream_completed_error_code);
0 commit comments