nicoloboschi opened a new pull request, #16570:
URL: https://github.com/apache/pulsar/pull/16570

   ### Motivation
   
   `TransactionEndToEndTest#testSendTxnMessageTimeout` fails on releases branch 
after https://github.com/apache/pulsar/pull/16519 has been cherry-picked. 
   
   ```
   java.lang.AssertionError: expected [true] but found [false]
        at org.testng.Assert.fail(Assert.java:99)
        at org.testng.Assert.failNotEquals(Assert.java:1037)
        at org.testng.Assert.assertTrue(Assert.java:45)
        at org.testng.Assert.assertTrue(Assert.java:55)
        at 
org.apache.pulsar.client.impl.TransactionEndToEndTest.testSendTxnMessageTimeout(TransactionEndToEndTest.java:1099)
   ```
   
   The reason is that the mock setup must be slightly different since the 
`ProducerImpl` is not exactly the same between master and branch-2.10.
   
   ### Modifications
   
   * Mock other classes that are used in the code path
   
   - [x] `doc-not-needed` 
   


-- 
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]

Reply via email to