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


##########
flink-test-utils-parent/flink-connector-test-utils/src/main/java/org/apache/flink/connector/testframe/testsuites/SinkTestSuiteBase.java:
##########
@@ -500,6 +500,7 @@ private void checkResultWithSemantic(
             ExternalSystemDataReader<T> reader, List<T> testData, 
CheckpointingMode semantic)
             throws Exception {
         final ArrayList<T> result = new ArrayList<>();
+        int failed = 0;

Review Comment:
   Leftover from debugging. Removed.



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