1996fanrui commented on code in PR #23200: URL: https://github.com/apache/flink/pull/23200#discussion_r1295867275
########## flink-runtime/src/test/java/org/apache/flink/runtime/io/disk/iomanager/IOManagerITCase.java: ########## @@ -189,15 +189,13 @@ public void parallelChannelsTest() throws Exception { try { intValue = Integer.parseInt(val.value); } catch (NumberFormatException nfex) { - Assert.fail( - "Invalid value read from reader. Valid decimal number expected."); + fail("Invalid value read from reader. Valid decimal number expected."); Review Comment: Sorry, it's my mistake. We should leave as it is, the `fail` can provide the friend information to troubleshooting. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org