Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Jan 27, 2025
1 parent a4ca816 commit ed3c07f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions test/core/end2end/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -176,23 +176,23 @@ grpc_core_end2end_test(name = "call_host_override")

grpc_core_end2end_test(
name = "cancel_after_accept",
shard_count = 50,
shard_count = 5,
)

grpc_core_end2end_test(
name = "cancel_after_client_done",
shard_count = 50,
shard_count = 5,
)

grpc_core_end2end_test(
name = "cancel_after_invoke",
flaky = True,
shard_count = 50,
shard_count = 5,
)

grpc_core_end2end_test(
name = "cancel_after_round_trip",
shard_count = 50,
shard_count = 5,
)

grpc_core_end2end_test(name = "cancel_before_invoke")
Expand Down Expand Up @@ -233,12 +233,12 @@ grpc_core_end2end_test(name = "grpc_authz")

grpc_core_end2end_test(
name = "high_initial_seqno",
shard_count = 20,
shard_count = 5,
)

grpc_core_end2end_test(
name = "hpack_size",
shard_count = 50,
shard_count = 10,
)

grpc_core_end2end_test(name = "http2_stats")
Expand All @@ -249,7 +249,7 @@ grpc_core_end2end_test(name = "keepalive_timeout")

grpc_core_end2end_test(
name = "large_metadata",
shard_count = 50,
shard_count = 5,
)

grpc_core_end2end_test(name = "max_concurrent_streams")
Expand Down Expand Up @@ -281,7 +281,7 @@ grpc_core_end2end_test(name = "registered_call")

grpc_core_end2end_test(
name = "request_with_flags",
shard_count = 50,
shard_count = 10,
)

grpc_core_end2end_test(name = "request_with_payload")
Expand Down
2 changes: 1 addition & 1 deletion test/core/end2end/grpc_core_end2end_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ _DEPS = [
"//test/core/test_util:test_lb_policies",
]

def grpc_core_end2end_test(name, shard_count = 10, enable_fuzzing = True, tags = [], flaky = False):
def grpc_core_end2end_test(name, shard_count = 1, enable_fuzzing = True, tags = [], flaky = False):
"""Generate one core end2end test
Args:
Expand Down

0 comments on commit ed3c07f

Please sign in to comment.