Skip to content

Commit ff515d2

Browse files
fix ci
1 parent c3e3a6a commit ff515d2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.ci/helm.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.ci/tests/integration/cases/py-download-function/verify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if [ $? -ne 0 ]; then
4444
fi
4545

4646
if [ $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

0 commit comments

Comments
 (0)