Skip to content

Commit 878c282

Browse files
committed
i am not sure
1 parent ae542f4 commit 878c282

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/test_stream_manager.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,6 +1345,9 @@ TEST_CASE(h2_sm_mock_max_concurrent_streams) {
13451345
/* Complete all remaining streams */
13461346
ASSERT_SUCCESS(s_complete_all_fake_connection_streams());
13471347
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();
13481351
/* Should complete without error */
13491352
ASSERT_INT_EQUALS(0, s_tester.stream_complete_errors);
13501353
ASSERT_INT_EQUALS(AWS_ERROR_SUCCESS, s_tester.stream_completed_error_code);

0 commit comments

Comments
 (0)