You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/integration/src/test/java/org/apache/pulsar/tests/integration/functions/k8s/PulsarFunctionsK8STest.java
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,14 @@ public void testCreateFunctionInK8sWithSecrets()
119
119
});
120
120
log.info("Function created successfully");
121
121
122
+
log.info("Waiting for function to subscribe to input topic");
0 commit comments