-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[feat][broker][PIP-195] Implement BucketDelayedDeliveryTrackerFactory and load BucketDelayedDeliveryTracker - part6 #17756
Conversation
The pr had no activity for 30 days, mark with Stale label. |
bd6d356
to
95c2203
Compare
import org.testng.annotations.AfterClass; | ||
import org.testng.annotations.BeforeClass; | ||
|
||
public class BucketDelayedDeliveryTest extends DelayedDeliveryTest { |
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.
Please add the test group.
And if we don't have any test method for this class. Will the before-class and after-class be executed?
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.
And if we don't have any test method for this class. Will the before-class and after-class be executed?
Yes, they can be executed.
The test failed and wait for #19124 merged. |
Codecov Report
@@ Coverage Diff @@
## master #17756 +/- ##
============================================
- Coverage 47.73% 47.15% -0.58%
+ Complexity 10819 10695 -124
============================================
Files 712 713 +1
Lines 69645 69672 +27
Branches 7481 7482 +1
============================================
- Hits 33242 32857 -385
- Misses 32699 33100 +401
- Partials 3704 3715 +11
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Master Issue: #16763
Motivation
#16763
Modifications
Verifying this change
(Please pick either of the following options)
This change is a trivial rework / code cleanup without any test coverage.
(or)
This change is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(example:)
Documentation
doc-required
(Your PR needs to update docs and you will update later)
doc-not-needed
(Please explain why)
doc
(Your PR contains doc changes)
doc-complete
(Docs have been already added)
Matching PR in forked repository
PR in forked repository: coderzc#34