You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Steps to Reproduce
Modify the createTimerMessageStore method parameters in TimerMessageStoreTest.
Merge a PR without rebasing to the latest code, causing method calls to use the outdated parameters.
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
The text was updated successfully, but these errors were encountered:
Before Creating the Bug Report
I found a bug, not just asking a question, which should be created in GitHub Discussions.
I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.
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 : bfb3d17
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.

Steps to Reproduce
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
The text was updated successfully, but these errors were encountered: