Skip to content
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 #7208] fix: when deleting topic also delete its pop retry topic #7209

Merged
merged 1 commit into from
Aug 31, 2023

Conversation

HScarb
Copy link
Contributor

@HScarb HScarb commented Aug 17, 2023

Which Issue(s) This PR Fixes

Fixes #7208

Brief Description

when deleting topic, search for its pop retry topic and delete them

How Did You Test This Change?

unit test was added

@HScarb HScarb requested a review from xdkxlk August 21, 2023 07:58
Copy link
Contributor

@joeCarf joeCarf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes LGTM but there are ci failures :)

@codecov-commenter
Copy link

codecov-commenter commented Aug 21, 2023

Codecov Report

Merging #7209 (a4819a6) into develop (2b93e1e) will increase coverage by 0.17%.
Report is 11 commits behind head on develop.
The diff coverage is 92.30%.

@@              Coverage Diff              @@
##             develop    #7209      +/-   ##
=============================================
+ Coverage      42.43%   42.61%   +0.17%     
- Complexity      9343     9412      +69     
=============================================
  Files           1149     1152       +3     
  Lines          82059    82344     +285     
  Branches       10699    10725      +26     
=============================================
+ Hits           34825    35094     +269     
- Misses         42862    42873      +11     
- Partials        4372     4377       +5     
Files Changed Coverage Δ
...ocketmq/broker/processor/AdminBrokerProcessor.java 24.37% <92.30%> (+0.30%) ⬆️

... and 58 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@HScarb HScarb requested a review from joeCarf August 21, 2023 11:56
Copy link
Contributor

@joeCarf joeCarf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@HScarb HScarb requested a review from joeCarf August 23, 2023 09:01
Copy link
Contributor

@xdkxlk xdkxlk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yuz10 yuz10 merged commit f82718a into apache:develop Aug 31, 2023
10 checks passed
HScarb added a commit to HScarb/rocketmq that referenced this pull request Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Pop retry topic was not deleted when topic was removed
6 participants