mjsax commented on code in PR #17521:
URL: https://github.com/apache/kafka/pull/17521#discussion_r1804095442
##########
streams/src/test/java/org/apache/kafka/streams/KafkaStreamsTest.java:
##########
@@ -1813,14 +1738,9 @@ public Uuid get(final long timeout, final TimeUnit
timeUnit) {
assertThat(didAssertThreadOne.get(), equalTo(true));
assertThat(didAssertThreadTwo.get(), equalTo(true));
- assertThat(didAssertThreadProducer.get(), equalTo(true));
- assertThat(didAssertTaskProducers.get(), equalTo(true));
- assertThat(didAssertTask1.get(), equalTo(true));
- assertThat(didAssertTask2.get(), equalTo(true));
assertThat(didAssertGlobalThread.get(), equalTo(true));
}
- @Deprecated // testing old PAPI
Review Comment:
Side cleanup -- this is not testing any old API -- removing unnecessary and
incorrect annotation
--
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]