Skip to content

Commit

Permalink
fix shell issue
Browse files Browse the repository at this point in the history
  • Loading branch information
liuqiyuan committed Feb 2, 2024
1 parent 891b610 commit c86a70f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration-test/openmldb-test-java/kafka_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ zk="${zkc}""${zkpath}"
docker exec -it kafka_test /start.sh "${zk}"
sed -i "s#\"bootstrap.servers\":.*#\"bootstrap.servers\":node-4:9092,#" openmldb-ecosystem/src/test/resources/kafka_test_cases.yml
sed -i "s#\"connect.listeners\":.*#\"connect.listeners\":http://node-4:8083,#" openmldb-ecosystem/src/test/resources/kafka_test_cases.yml
sed -i "s#apiserver.address:.*#apiserver.address: "${apiserver}"#" openmldb-ecosystem/src/test/resources/kafka_test_cases.yml
sed -i "s#kafka_test?.*#kafka_test?"${zk}"\"#" openmldb-ecosystem/src/test/resources/kafka_test_cases.yml
sed -i "s#apiserver.address:.*#apiserver.address: ${apiserver}#" openmldb-ecosystem/src/test/resources/kafka_test_cases.yml
sed -i "s#kafka_test?.*#kafka_test?${zk}\"#" openmldb-ecosystem/src/test/resources/kafka_test_cases.yml

mvn test -pl openmldb-ecosystem

Expand Down

0 comments on commit c86a70f

Please sign in to comment.