pnowojski commented on a change in pull request #6705: [FLINK-10356][network] 
add sanity checks to SpillingAdaptiveSpanningRecordDeserializer
URL: https://github.com/apache/flink/pull/6705#discussion_r234608264
 
 

 ##########
 File path: 
flink-tests/src/test/java/org/apache/flink/test/misc/CustomSerializationITCase.java
 ##########
 @@ -62,127 +68,103 @@ public static Configuration getConfiguration() {
        }
 
        @Test
-       public void testIncorrectSerializer1() {
-               try {
-                       ExecutionEnvironment env = 
ExecutionEnvironment.getExecutionEnvironment();
-                       env.setParallelism(PARLLELISM);
-                       env.getConfig().disableSysoutLogging();
+       public void testIncorrectSerializer1() throws Exception {
 
 Review comment:
   Was this addressed?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to