Skip to content

Commit

Permalink
fix dep
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed May 31, 2024
1 parent b9d8937 commit 4d34ffc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ci/scripts/e2e-source-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ buildkite-agent artifact download risingwave-connector.tar.gz ./
mkdir ./connector-node
tar xf ./risingwave-connector.tar.gz -C ./connector-node

echo "--- Install dependencies"
python3 -m pip install --break-system-packages requests protobuf fastavro confluent_kafka jsonschema

echo "--- e2e, inline test"
RUST_LOG="debug,risingwave_stream=info,risingwave_batch=info,risingwave_storage=info" \
risedev ci-start ci-inline-source-test
Expand Down Expand Up @@ -136,7 +139,6 @@ echo "--- e2e, ci-1cn-1fe, protobuf schema registry"
export RISINGWAVE_CI=true
RUST_LOG="info,risingwave_stream=info,risingwave_batch=info,risingwave_storage=info" \
risedev ci-start ci-1cn-1fe
python3 -m pip install --break-system-packages requests protobuf confluent-kafka
python3 e2e_test/schema_registry/pb.py "message_queue:29092" "http://schemaregistry:8082" "sr_pb_test" 20 user
echo "make sure google/protobuf/source_context.proto is NOT in schema registry"
curl --silent 'http://schemaregistry:8082/subjects'; echo
Expand Down
1 change: 0 additions & 1 deletion scripts/source/prepare_ci_kafka.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ done
wait

echo "Fulfill kafka topics"
python3 -m pip install --break-system-packages requests fastavro confluent_kafka jsonschema
for filename in $kafka_data_files; do
([ -e "$filename" ]
base=$(basename "$filename")
Expand Down

0 comments on commit 4d34ffc

Please sign in to comment.