We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af8a638 commit 5520904Copy full SHA for 5520904
ci/scripts/e2e-source-test.sh
@@ -35,6 +35,8 @@ echo "--- Install dependencies"
35
python3 -m pip install --break-system-packages requests protobuf fastavro confluent_kafka jsonschema nats-py requests psycopg2-binary
36
apt-get -y install jq
37
38
+cargo install --git https://github.com/risinglightdb/sqllogictest-rs --rev 92b350d
39
+
40
echo "--- e2e, inline test"
41
RUST_LOG="debug,risingwave_stream=debug,risingwave_batch=info,risingwave_storage=info,risingwave_meta=info,events::stream::message::chunk=trace" \
42
risedev ci-start ci-inline-source-test
0 commit comments