Skip to content

Commit

Permalink
use the right cluster profile
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Jan 29, 2024
1 parent ee082c1 commit 9111074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/run-backfill-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ test_backfill_snapshot_with_limited_storage_throughput() {
# Arrangement Backfill should not fail because of this.
test_backfill_snapshot_with_wider_rows() {
echo "--- e2e, test_backfill_snapshot_with_wider_rows, $RUNTIME_CLUSTER_PROFILE"
cargo make ci-start $MINIO_RATE_LIMIT_CLUSTER_PROFILE
cargo make ci-start $RUNTIME_CLUSTER_PROFILE
sqllogictest -p 4566 -d dev 'e2e_test/backfill/runtime/create_wide_table.slt'
sqllogictest -p 4566 -d dev 'e2e_test/backfill/runtime/insert_wide_snapshot.slt'
sqllogictest -p 4566 -d dev 'e2e_test/backfill/runtime/create_arrangement_backfill_mv.slt'
Expand Down

0 comments on commit 9111074

Please sign in to comment.