lct45 commented on a change in pull request #9239:
URL: https://github.com/apache/kafka/pull/9239#discussion_r485621499
##########
File path:
streams/src/test/java/org/apache/kafka/streams/kstream/internals/SlidingWindowedCogroupedKStreamImplTest.java
##########
@@ -246,4 +238,31 @@ private void assertOutputKeyValueTimestamp(final
TestOutputTopic<Windowed<String
final TestRecord<String, String> testRecord = new
TestRecord<>(expectedKey, expectedValue, null, expectedTimestamp);
assertThat(nonWindowedRecord, equalTo(testRecord));
}
+
+ private void assertOutputKeyValueNotOrdered(final Set<TestRecord<String,
String>> results) {
Review comment:
Yeah the name was a struggle, but I just put it all back into the main
function so should be cleaner now
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]