Skip to content

Commit 75d787e

Browse files
committed
Addressing PR comments/cleaning up comments.
1 parent eb5b24f commit 75d787e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-kubernetes-operator/src/test/java/org/apache/flink/kubernetes/operator/controller/FlinkBlueGreenDeploymentControllerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ public void verifyFailureBeforeTransition(FlinkVersion flinkVersion) throws Exce
242242
// 3. Simulate a change in the spec to trigger a Blue deployment
243243
simulateChangeInSpec(rs.deployment, UUID.randomUUID().toString());
244244

245-
// TODO: simulate a failure in the running deployment
245+
// Simulate a failure in the running deployment
246246
simulateJobFailure(getFlinkDeployments().get(0));
247247

248248
// 4. Initiate the Blue deployment

0 commit comments

Comments
 (0)