-
Notifications
You must be signed in to change notification settings - Fork 11.7k
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 #6123] Fix flaky test in tiered storage #6124
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ShadowySpirits
force-pushed
the
fix_flaky_test
branch
from
February 20, 2023 03:12
3927978
to
c730b23
Compare
drpmma
previously approved these changes
Feb 20, 2023
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.
LGTM
ShadowySpirits
force-pushed
the
fix_flaky_test
branch
from
February 20, 2023 03:50
c730b23
to
0f70499
Compare
ShadowySpirits
force-pushed
the
fix_flaky_test
branch
from
February 20, 2023 08:10
d80c6a0
to
a7735f9
Compare
Codecov Report
@@ Coverage Diff @@
## develop #6124 +/- ##
=============================================
+ Coverage 43.24% 43.26% +0.02%
- Complexity 8845 8860 +15
=============================================
Files 1094 1094
Lines 77137 77146 +9
Branches 10057 10060 +3
=============================================
+ Hits 33355 33381 +26
+ Misses 39613 39607 -6
+ Partials 4169 4158 -11
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
ShadowySpirits
force-pushed
the
fix_flaky_test
branch
from
February 20, 2023 09:16
e764a79
to
573162c
Compare
ShadowySpirits
force-pushed
the
fix_flaky_test
branch
2 times, most recently
from
February 20, 2023 13:58
74fe17e
to
cfaa1a7
Compare
ShadowySpirits
force-pushed
the
fix_flaky_test
branch
from
February 20, 2023 15:12
cfaa1a7
to
f8e976d
Compare
RongtongJin
approved these changes
Feb 21, 2023
mxsm
pushed a commit
to mxsm/rocketmq
that referenced
this pull request
Feb 23, 2023
* fix flaky test in tiered storage * add debug logs * destroy metadata store and container manager after TieredMessageStoreTest * remove debug logs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix #6123