zentol commented on a change in pull request #17578:
URL: https://github.com/apache/flink/pull/17578#discussion_r742634265
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/rest/messages/job/savepoints/SavepointTriggerRequestBodyTest.java
##########
@@ -44,8 +45,10 @@ public SavepointTriggerRequestBodyTest(
public static Collection<Object[]> data() {
return Arrays.asList(
new Object[][] {
- {new SavepointTriggerRequestBody("/tmp", true)},
- {new SavepointTriggerRequestBody("/tmp", false)}
+ {new SavepointTriggerRequestBody("/tmp", true, null)},
+ {new SavepointTriggerRequestBody("/tmp", false, null)},
+ {new SavepointTriggerRequestBody("/tmp", true, new
TriggerId())},
+ {new SavepointTriggerRequestBody("/tmp", false, new
TriggerId())},
Review comment:
No, it was probably just missed.
--
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]