here, This line will throw an exception, then it will enter the catch block and verify that the exception is what we expected. If no exception is thrown to this line, then Assert.fail() will be fired, indicating that the actual exception is not thrown and the test will fail. Of course, as you said, this verification does not prove that the exception we need is thrown in this line. Maybe I can try and check each checkpoint independently.
[ Full content available at: https://github.com/apache/flink/pull/6567 ] This message was relayed via gitbox.apache.org for [email protected]
