-
Notifications
You must be signed in to change notification settings - Fork 11.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ISSUE #7614] Fix flaky test RocksDBMessageStoreTest #7625
Conversation
Signed-off-by: lizhanhui <[email protected]>
73500e7
to
527afa2
Compare
…itability to poll and check Signed-off-by: lizhanhui <[email protected]>
Signed-off-by: lizhanhui <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #7625 +/- ##
=============================================
- Coverage 43.20% 43.17% -0.03%
+ Complexity 9796 9795 -1
=============================================
Files 1164 1164
Lines 84420 84428 +8
Branches 10961 10963 +2
=============================================
- Hits 36474 36456 -18
- Misses 43420 43446 +26
Partials 4526 4526 ☔ View full report in Codecov by Sentry. |
@@ -80,6 +79,7 @@ GenTestRules( | |||
"src/test/java/org/apache/rocketmq/store/MappedFileQueueTest", | |||
"src/test/java/org/apache/rocketmq/store/queue/BatchConsumeMessageTest", | |||
"src/test/java/org/apache/rocketmq/store/dledger/MixCommitlogTest", | |||
"src/test/java/org/apache/rocketmq/store/RocksDBMessageStoreTest", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
如果已经修复了,还需要exclude嘛
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个不是exclude,是定义medium size test: https://bazel.build/reference/test-encyclopedia#role-test-runner
Which Issue(s) This PR Fixes
Fixes #7614
Brief Description
How Did You Test This Change?
Verify there is no failures anymore.