Skip to content

Commit 8a12352

Browse files
author
nishita-pattanayak
committed
[FLINK-28648][Flink-Kubernetes-Operator] Fix Cleanup Process for Session Cluster
1 parent 9fb1bb6 commit 8a12352

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/reconciler/deployment/SessionReconcilerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public void testSetOwnerReference() throws Exception {
151151
}
152152

153153
@Test
154-
public void testUnmanagedJobsIdentification() throws Exception {
154+
public void testGetUnmanagedJobs() throws Exception {
155155
// Create a session cluster deployment with blocking enabled
156156
FlinkDeployment deployment = TestUtils.buildSessionCluster();
157157
deployment

0 commit comments

Comments
 (0)