guyinyou opened a new pull request, #9739: URL: https://github.com/apache/rocketmq/pull/9739
- Remove Assume.assumeFalse(MixAll.isMac()) calls from test methods - Remove macOS platform detection conditions in setUp/tearDown methods - Update RocksdbTransferOffsetAndCqTest.notToBeExecuted() to return false - Remove unused imports: org.junit.Assume and org.apache.rocketmq.common.MixAll - Enable full test coverage on macOS platform Affected modules: - Broker config management tests (ConsumerOffsetManagerV2, SubscriptionGroupManagerV2, TopicConfigManagerV2) - RocksDB related tests (LmqConsumerOffsetManager, OffsetSerializeWrapper, TransferOffsetAndCq) - POP consumer tests (PopConsumerCache, PopConsumerRocksdbStore) - Store layer tests (HAServer, CombineConsumeQueueStore, RocksDBConsumeQueueOffsetTable) - Other component tests (CQType, ExportRocksDBConfigToJsonRequestHeader) This change improves platform compatibility by ensuring all tests run on macOS instead of being skipped due to platform detection. Change-Id: I59af05d0b1159107b6f1fbd10290d283f87e0e41 Co-developed-by: Cursor <[email protected]> <!-- Please make sure the target branch is right. In most case, the target branch should be `develop`. --> ### Which Issue(s) This PR Fixes <!-- Please ensure that the related issue has already been created, and [link this pull request to that issue using keywords](<https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword>) to ensure automatic closure. --> Fixes #9738 ### Brief Description <!-- Write a brief description for your pull request to help the maintainer understand the reasons behind your changes. --> ### How Did You Test This Change? <!-- In order to ensure the code quality of Apache RocketMQ, we expect every pull request to have undergone thorough testing. --> -- 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]
