nodece commented on code in PR #18220:
URL: https://github.com/apache/pulsar/pull/18220#discussion_r1009032545
##########
pulsar-broker/src/test/java/org/apache/pulsar/broker/admin/AdminApi2Test.java:
##########
@@ -164,7 +164,7 @@ public void resetClusters() throws Exception {
pulsar.getConfiguration().setForceDeleteNamespaceAllowed(true);
for (String tenant : admin.tenants().getTenants()) {
for (String namespace : admin.namespaces().getNamespaces(tenant)) {
- deleteNamespaceGraceFullyByMultiPulsars(namespace, true,
admin, pulsar,
+ deleteNamespaceGraceFully(namespace, true, admin, pulsar,
Review Comment:
> I try to fix the flaky test this way: make delete namespace after
__change_events is successfully created, but there still has another race
condition: the `__change_events/__compaction` async creates and
`__change_events` delete by namespace delete. Therefore, I will disabled
systemTopic in method `testDeleteTenant` to solve this flaky test.
Do you point?
If right, I suggest we should fix this first.
--
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]