jolshan opened a new pull request, #18264: URL: https://github.com/apache/kafka/pull/18264
A lot of these tests assumed that the commit/abort happened immediately. Spoiler alert -- it does not. For some I ensure that the first send of the next transaction is successful before grabbing the epoch. I also loosened some checks since we don't need to guarantee the exact epoch. I went back and forth with completely deleting `testBumpTransactionalEpochWithTV2Enabled` since we don't have client side epoch bumps with V2 (which is what the test was originally testing), but I opted to keep it to just confirm the epoch on each transaction -- even in the timeout scenario. -- 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]
