Skip to content

Commit

Permalink
fix(test): fix test script (#16787)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwang28 authored May 16, 2024
1 parent b21e9f5 commit 9dcacd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/scripts/run-meta-backup-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ cluster_stop() {

download_and_prepare_rw "$profile" common

sudo apt install sqlite3 -y
for meta_store_type in "etcd" "sql"; do
echo "--- e2e, ci-meta-backup-test-${meta_store_type}"
test_root="src/storage/backup/integration_tests"
Expand All @@ -77,6 +78,7 @@ for meta_store_type in "etcd" "sql"; do
RW_META_ADDR="http://127.0.0.1:5690" \
RUST_LOG="info,risingwave_stream=info,risingwave_batch=info,risingwave_storage=info" \
META_STORE_TYPE="${meta_store_type}" \
RW_SQLITE_DB=".risingwave/data/sqlite/metadata.db" \
bash "${test_root}/run_all.sh"
echo "--- Kill cluster"
risedev kill
Expand Down

0 comments on commit 9dcacd5

Please sign in to comment.