BewareMyPower commented on PR #16826:
URL: https://github.com/apache/pulsar/pull/16826#issuecomment-1197750884
Merge this PR first, it looks like
`NamespacesTest.testDeleteNamespaceWithBundles` is also very flaky.
```
Wanted but not invoked:
asyncResponse.resume(<Capturing argument>);
-> at
org.apache.pulsar.broker.admin.NamespacesTest.testDeleteNamespaceWithBundles(NamespacesTest.java:859)
However, there was exactly 1 interaction with this mock:
asyncResponse.resume(
org.apache.pulsar.broker.web.RestException: Failed to find ownership for
ServiceUnit:my-tenant/use/test-delete-namespace-with-bundles/0x00000000_0x80000000
);
-> at
org.apache.pulsar.broker.web.PulsarWebResource.resumeAsyncResponseExceptionally(PulsarWebResource.java:1226)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]