Skip to content

Commit 7c9ae77

Browse files
the-mikedavisdcorbacho
authored andcommitted
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 b4f7adb commit 7c9ae77

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
@@ -1169,7 +1169,9 @@ rabbitmq_integration_suite(
11691169

11701170
rabbitmq_integration_suite(
11711171
name = "metadata_store_clustering_SUITE",
1172-
size = "small",
1172+
size = "large",
1173+
shard_count = 18,
1174+
sharding_method = "case",
11731175
)
11741176

11751177
rabbitmq_integration_suite(

0 commit comments

Comments
 (0)