Skip to content

Commit 9d0e2ae

Browse files
committed
rabbitmq_shovel: Mark rolling_upgrade_SUITE as flaky in Bazel
[Why] There is a bug in Khepri that prevents the mirrored supervisor from restarting its processes on the new node. This is unrelated to the shovel plugin or this testsuite. [How] Mark the testsuite as "flaky" until a solution is found in Khepri.
1 parent 85286f4 commit 9d0e2ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deps/rabbitmq_shovel/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@ rabbitmq_integration_suite(
172172
deps = [
173173
"@khepri//:erlang_app",
174174
],
175+
# FIXME: As of this writing, there is a bug in Khepri that makes this
176+
# testsuite unstable.
177+
flaky = True,
175178
)
176179

177180
rabbitmq_integration_suite(

0 commit comments

Comments
 (0)