-
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] testModularLoadManagerRemoveBundleAndLoad #19710
[fix][test] testModularLoadManagerRemoveBundleAndLoad #19710
Conversation
@heesung-sn PTAL |
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.
Is there any change we can move some cases or the test out of flaky tests? I guess we omit this test failure in #19656 because it's in flaky group :P
Flaky group tests pass but uploading Codecov failed. cc @yaalsn maybe you can take a look? https://github.com/apache/pulsar/actions/runs/4329101285/jobs/7559476284 |
It‘s not easy that we could always find the failure flaky tests. Maybe we could change all the flaky tests stable in a separate thread I think. |
(cherry picked from commit 4ed8a87) # Conflicts: # pulsar-broker/src/test/java/org/apache/pulsar/broker/namespace/NamespaceServiceTest.java
Motivation
Fixes #19656 (comment)
Modifications
Replacing
ScheduledExecutorService
toExecutorService
in testModularLoadManagerRemoveBundleAndLoadVerifying this change
Documentation
doc
doc-required
doc-not-needed
doc-complete
Matching PR in forked repository
PR in forked repository: AnonHxy#31