-
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
[fix][test]: Flaky-test: GetPartitionMetadataMultiBrokerTest.testCompatibilityDifferentBrokersForNonPersistentTopic #23666
Conversation
flaky-test: GetPartitionMetadataMultiBrokerTest.testCompatibilityDifferentBrokersForNonPersistentTopic
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #23666 +/- ##
============================================
+ Coverage 73.57% 74.39% +0.82%
- Complexity 32624 35057 +2433
============================================
Files 1877 1944 +67
Lines 139502 147331 +7829
Branches 15299 16258 +959
============================================
+ Hits 102638 109614 +6976
- Misses 28908 29271 +363
- Partials 7956 8446 +490
Flags with carried forward coverage won't be shown. Click here to find out more. |
Hi, @lhotari |
@visxu With this we would also ensure that no lookup related to the |
Yes, sure. There's no |
@lhotari Could you help to approve this? Thanks in advance. |
Hi, @pdolif . Could you help loop other committers to approve this ?? |
…atibilityDifferentBrokersForNonPersistentTopic (apache#23666) (cherry picked from commit 1cdb5db) (cherry picked from commit 36752e9)
…atibilityDifferentBrokersForNonPersistentTopic (apache#23666) (cherry picked from commit 1cdb5db) (cherry picked from commit 36752e9)
flaky-test: GetPartitionMetadataMultiBrokerTest.testCompatibilityDifferentBrokersForNonPersistentTopic
Fixes #23416
Motivation
Modifications
int lookupPermitsBefore = getLookupRequestPermits();
, put this code at the beginning of ut execution.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:)
Does this pull request potentially affect one of the following parts:
If the box was checked, please highlight the changes
Documentation
doc
doc-required
doc-not-needed
doc-complete
Matching PR in forked repository
PR in forked repository: