fuyou001 opened a new pull request, #10821: URL: https://github.com/apache/rocketmq/pull/10821
## What changed - Classify `BrokerShutdownTest` as a Bazel `medium` test. - Increase the generated Bazel timeout for this test target from the `small` test limit to the `medium` test limit. ## Why `BrokerShutdownTest` performs four complete broker initialize, start, and shutdown cycles. Broker shutdown serially stops Netty event executors, message store services, POP services, timer services, and other background resources. In the observed GitHub Actions failure, the test target timed out after 61.6 seconds under the default `small` classification. The same timeout was also observed on unrelated pull requests, so this is an existing test-size classification issue rather than a regression from the triggering change. Observed failure: https://github.com/apache/rocketmq/actions/runs/31065433437/job/92502049511 ## Impact This only changes the Bazel timeout classification. Production code and test behavior are unchanged. ## Validation - `git diff --check` - Verified `GenTestRules` maps entries in `medium_tests` to `size = "medium"` - Local Bazel execution was not run because Bazel is not installed in the local environment -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
