Skip to content

Commit 208086c

Browse files
the-mikedavismergify[bot]
authored andcommitted
rabbitmq_consistent_hash_exchange: Remove shard count for test suite
Without buildbuddy for parallelization and with the change in the parent commit to reduce the number of cases, the suite now runs fast enough that sharding is counterproductive. (cherry picked from commit 95279a3) # Conflicts: # deps/rabbitmq_consistent_hash_exchange/BUILD.bazel
1 parent 18dea71 commit 208086c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

deps/rabbitmq_consistent_hash_exchange/BUILD.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,13 @@ broker_for_integration_suites()
8282

8383
rabbitmq_integration_suite(
8484
name = "rabbit_exchange_type_consistent_hash_SUITE",
85+
<<<<<<< HEAD
8586
shard_count = 7,
87+
=======
88+
runtime_deps = [
89+
"//deps/rabbitmq_amqp_client:erlang_app",
90+
],
91+
>>>>>>> 95279a31ec (rabbitmq_consistent_hash_exchange: Remove shard count for test suite)
8692
)
8793

8894
assert_suites()

0 commit comments

Comments
 (0)