liangyepianzhou commented on a change in pull request #13828:
URL: https://github.com/apache/pulsar/pull/13828#discussion_r790740933
##########
File path:
pulsar-broker/src/test/java/org/apache/pulsar/broker/transaction/TransactionTest.java
##########
@@ -729,4 +730,38 @@ public void testNoEntryCanBeReadWhenRecovery() throws
Exception {
TopicTransactionBuffer transactionBuffer = new
TopicTransactionBuffer(persistentTopic);
Awaitility.await().untilAsserted(() ->
Assert.assertTrue(transactionBuffer.checkIfReady()));
}
+
+ @Test
+ public void testRetryExceptionOfEndTxn() throws Exception{
Review comment:
When the TC receives a RetryException, it just does the retry without
throwing an exception
--
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]