You're right @GJL. Then I would vote for the first test case. Something along the lines: ``` Future future1 = jm.triggerSavepoint(1 ms); Future future2 = jm.triggerSavepoint(inf); future1.get() fails with TimeoutException && !future2.isDone() ```
[ Full content available at: https://github.com/apache/flink/pull/6601 ] This message was relayed via gitbox.apache.org for [email protected]
