chi3316 opened a new issue, #9042: URL: https://github.com/apache/rocketmq/issues/9042
### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [X] I have searched the [GitHub Issues](https://github.com/apache/rocketmq/issues) and [GitHub Discussions](https://github.com/apache/rocketmq/discussions) of this repository and believe that this is not a duplicate. - [X] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. ### Runtime platform environment OS: Ubuntu 22.04 ### RocketMQ version Git commit id : bfb3d17ef11291461685d137eab7f72abb9a1d8d ### JDK Version _No response_ ### Describe the Bug After modifying the createTimerMessageStore method's parameters in TimerMessageStoreTest, a later PR did not rebase to the latest code and was still using the old method signature. This resulted in compilation errors, which caused CI to fail. ![image](https://github.com/user-attachments/assets/99f83f83-1f7c-4210-b8e0-ac2633acca07) ### Steps to Reproduce 1. Modify the createTimerMessageStore method parameters in TimerMessageStoreTest. 2. Merge a PR without rebasing to the latest code, causing method calls to use the outdated parameters. 3. Attempt to build the project, which will fail due to the mismatched parameters. ### What Did You Expect to See? The CI should pass without any compilation errors. ### What Did You See Instead? Compilation errors in the CI pipeline due to outdated method parameter usage in the PR. ### Additional Context _No response_ -- 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: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org