brenden20 commented on code in PR #16140:
URL: https://github.com/apache/kafka/pull/16140#discussion_r1631774020
##########
clients/src/test/java/org/apache/kafka/clients/consumer/internals/ConsumerNetworkThreadTest.java:
##########
@@ -148,35 +169,32 @@ public void testStartupAndTearDown() throws
InterruptedException {
}
@Test
- public void testApplicationEvent() {
Review Comment:
Yes, this test as well as many of the other application event tests were
rewritten into a single parameterized test. It gets the parameters from
```applicationEvents()```, where it supplies a stream of different kinds of
events. This was done to condense the code a bit.
And ```testRequestsTransferFromManagersToClientOnThreadRun()``` is a new test
--
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]