liangyepianzhou commented on code in PR #15592:
URL: https://github.com/apache/pulsar/pull/15592#discussion_r873308502
##########
pulsar-broker/src/test/java/org/apache/pulsar/broker/transaction/buffer/TransactionLowWaterMarkTest.java:
##########
@@ -325,4 +327,127 @@ public void testTBLowWaterMarkEndToEnd() throws Exception
{
// no-op
}
}
+
+ @Test
+ public void testLowWaterMarkForDifferentTC() throws Exception {
Review Comment:
Maybe we should use reflection to modify the map to test this case instead
of txn3 and txn4.
I will optimize it later
--
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]