liangyepianzhou commented on code in PR #18307:
URL: https://github.com/apache/pulsar/pull/18307#discussion_r1024004437
##########
pulsar-broker/src/test/java/org/apache/pulsar/broker/transaction/TransactionProduceTest.java:
##########
@@ -89,35 +89,6 @@ public void produceAndCommitTest() throws Exception {
produceTest(true);
}
- @Test
- public void testDeleteNamespaceBeforeCommit() throws Exception {
Review Comment:
This test is strange. The expected behavior is the namespace can be deleted
by force when
there are transactions are used to send a message. But the test is executed
in the opposite logic.
--
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]