Test that we dont wrap-around sequence numbers

pull/1466/head
Craig Tiller 10 years ago
parent 7098c03273
commit cfda2bdd43
  1. 3
      test/core/end2end/tests/simple_request_with_high_initial_sequence_number.c

@ -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);
}
}

Loading…
Cancel
Save