This is an automated email from the ASF dual-hosted git repository.
fuyou001 pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new 69f108316d Classify BrokerShutdownTest as a medium Bazel test (#10821)
69f108316d is described below
commit 69f108316d1629ebe2bfe9a680f78137501aca6c
Author: fuyou001 <[email protected]>
AuthorDate: Thu Aug 6 17:29:34 2026 +0800
Classify BrokerShutdownTest as a medium Bazel test (#10821)
---
broker/BUILD.bazel | 3 +++
1 file changed, 3 insertions(+)
diff --git a/broker/BUILD.bazel b/broker/BUILD.bazel
index 7cea3c00b4..a1d5d32a1a 100644
--- a/broker/BUILD.bazel
+++ b/broker/BUILD.bazel
@@ -109,6 +109,9 @@ GenTestRules(
"src/test/java/org/apache/rocketmq/broker/controller/ReplicasManagerRegisterTest",
"src/test/java/org/apache/rocketmq/broker/BrokerOuterAPITest",
],
+ medium_tests = [
+ "src/test/java/org/apache/rocketmq/broker/BrokerShutdownTest",
+ ],
deps = [
":tests",
],