Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangpengcheng committed Apr 10, 2024
1 parent b964608 commit 2555029
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .ci/tests/integration/cases/mongodb-source/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ spec:
hostnameVerification: true
certSecretName: sn-platform-tls-broker
certSecretKey: ""
image: streamnative/pulsar-io-debezium-mongodb:3.2.2.1
image: streamnative/pulsar-io-debezium-mongodb:2.9.2.23
java:
jar: connectors/pulsar-io-debezium-mongodb-3.2.2.1.nar
jar: connectors/pulsar-io-debezium-mongodb-2.9.2.23.nar
jarLocation: "" # use pulsar provided connectors
# use package name:
# jarLocation: function://public/default/nul-test-java-source@v1
Expand Down
2 changes: 1 addition & 1 deletion .ci/tests/integration/cases/mongodb-source/verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ if [ $? -ne 0 ]; then
fi

if [ $USE_TLS == "false" ]; then
verify_log_topic=$(ci::verify_log_topic persistent://public/default/mongo-source-logs "it may be a NAR file" 10 2>&1)
verify_log_topic=$(ci::verify_log_topic persistent://public/default/mongo-source-logs "org.apache.pulsar.functions.runtime.JavaInstanceStarter" 10 2>&1)
if [ $? -ne 0 ]; then
echo "$verify_log_topic"
kubectl delete -f "${manifests_file}" > /dev/null 2>&1 || true
Expand Down

0 comments on commit 2555029

Please sign in to comment.