-
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][flaky-test] testSplitBundleForMultiTimes #16562
Conversation
pulsar-broker/src/test/java/org/apache/pulsar/broker/admin/NamespacesTest.java
Outdated
Show resolved
Hide resolved
/pulsarbot run-failure-checks |
@nodece @codelipenghui PTAL again |
/pulsarbot run-failure-checks |
@gaozhangmin Could you please add some detailed description about this issue and how this PR will fix the issue? It will help the reviewers to understand it. |
@codelipenghui updated |
(cherry picked from commit 2018595)
(cherry picked from commit 2018595)
(cherry picked from commit 2018595)
Motivation
Fixes #16561
This issue is caused by
Failed to find ownership for ServiceUnit
, We split the bundle with unload option,this bundle is not guaranteed to be loaded before the next split.
Modifications
use mockWebUrl(localWebServiceUrl, testNs) to ensure this bundle is owned by broker
Documentation
doc-not-needed