Skip to content

Commit ec0bf5e

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 ecafc83 commit ec0bf5e

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
@@ -1123,7 +1123,9 @@ rabbitmq_integration_suite(
11231123

11241124
rabbitmq_integration_suite(
11251125
name = "metadata_store_clustering_SUITE",
1126-
size = "small",
1126+
size = "large",
1127+
shard_count = 18,
1128+
sharding_method = "case",
11271129
)
11281130

11291131
rabbitmq_integration_suite(

0 commit comments

Comments
 (0)