afedulov commented on code in PR #19405:
URL: https://github.com/apache/flink/pull/19405#discussion_r853933757


##########
flink-test-utils-parent/flink-connector-test-utils/src/main/java/org/apache/flink/connector/testframe/testsuites/SinkTestSuiteBase.java:
##########
@@ -508,6 +509,7 @@ private void checkResultWithSemantic(
                                 
.matchesRecordsFromSource(Arrays.asList(sort(testData)), semantic);
                         return true;
                     } catch (Throwable t) {
+                        LOG.error("Ooops", t);

Review Comment:
   Whoops, this was not supposed to be merged. The way the test is designed the 
exception is swallowed by default, this is an accidental leftover of debugging.



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