Skip to content

Commit 9062aa7

Browse files
committed
Shard metadata_store_clustering_SUITE
The test takes 660-930s to run sequentially. This change shards each case into its own test lowering the time to ~140s for the suite.
1 parent ffda068 commit 9062aa7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deps/rabbit/BUILD.bazel

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,9 @@ rabbitmq_integration_suite(
11601160

11611161
rabbitmq_integration_suite(
11621162
name = "metadata_store_clustering_SUITE",
1163-
size = "small",
1163+
size = "large",
1164+
shard_count = 18,
1165+
sharding_method = "case",
11641166
)
11651167

11661168
rabbitmq_integration_suite(

0 commit comments

Comments
 (0)