We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61415c2 commit f64292fCopy full SHA for f64292f
.ci/tests/integration-oauth2/cases/java-download-function-generic-auth/verify.sh
@@ -41,7 +41,7 @@ if [ $? -ne 0 ]; then
41
exit 1
42
fi
43
44
-verify_log_topic=$(ci::verify_log_topic_with_auth persistent://public/default/logging-generic-auth-function-logs "it is not a NAR file" 10 2>&1)
+verify_log_topic=$(ci::verify_log_topic_with_auth persistent://public/default/logging-generic-auth-function-logs "org.apache.pulsar.functions.runtime.JavaInstanceStarter" 10 2>&1)
45
if [ $? -ne 0 ]; then
46
echo "$verify_log_topic"
47
kubectl delete -f "${BASE_DIR}"/.ci/tests/integration-oauth2/cases/java-download-function-generic-auth/manifests.yaml > /dev/null 2>&1 || true
0 commit comments