RongtongJin opened a new pull request, #10411: URL: https://github.com/apache/rocketmq/pull/10411
### Which Issue(s) This PR Fixes Fixes #10410 ### Brief Description `RocksDBOptionsFactoryTest` referenced a non-existent `ConsumeQueueCompactionFilterFactory` and called a non-existent overload of `RocksDBOptionsFactory.createCQCFOptions`, causing `rocketmq-store` test compilation to fail. This PR updates the test to call the current `createCQCFOptions(MessageStore)` API directly. ### How Did You Test This Change? - `git diff --check` - `mvn -pl store -am -DskipTests test-compile` - `mvn -pl common,remoting,store -Dtest=org.apache.rocketmq.store.rocksdb.RocksDBOptionsFactoryTest -Dsurefire.failIfNoSpecifiedTests=false test` -- 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]
