File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
tests/integration/cases/py-download-function Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -588,7 +588,6 @@ function ci::verify_log_topic() {
588588
589589 sleep " $timesleep "
590590 MESSAGE=$( kubectl exec -n ${NAMESPACE} ${CLUSTER} -pulsar-broker-0 -- bin/pulsar-client consume -n 1 -s " sub" --subscription-position Earliest " ${logTopic} " )
591- echo " $MESSAGE "
592591 if [[ " $MESSAGE " == * " $message " * ]]; then
593592 return 0
594593 fi
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ if [ $? -ne 0 ]; then
4444fi
4545
4646if [ $USE_TLS == " false" ]; then
47- verify_log_topic=$( ci::verify_log_topic persistent://public/default/py-function-logs-sidecar " python_instance_main.py: Starting Python instance with Namespace" 10 2>&1 )
47+ verify_log_topic=$( ci::verify_log_topic persistent://public/default/py-function-logs-sidecar " Starting Python instance with Namespace" 10 2>&1 )
4848 if [ $? -ne 0 ]; then
4949 echo " $verify_log_topic "
5050 kubectl delete -f " ${BASE_DIR} " /.ci/tests/integration/cases/py-download-function/manifests.yaml > /dev/null 2>&1 || true
You can’t perform that action at this time.
0 commit comments