Skip to content
Snippets Groups Projects
Commit cfda2bdd authored by Craig Tiller's avatar Craig Tiller
Browse files

Test that we dont wrap-around sequence numbers

parent 7098c032
No related branches found
No related tags found
No related merge requests found
......@@ -217,4 +217,7 @@ static void test_invoke_10_simple_requests(grpc_end2end_test_config config, int
void grpc_end2end_tests(grpc_end2end_test_config config) {
test_invoke_10_simple_requests(config, 16777213);
if (config.feature_mask & FEATURE_MASK_SUPPORTS_DELAYED_CONNECTION) {
test_invoke_10_simple_requests(config, 2147483645);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment