Skip to content

Commit

Permalink
chore: separate test run for temp_table suite (#16358)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyFan2002 authored Sep 1, 2024
1 parent fb38893 commit 05c7b92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/ci/ci-run-sqllogic-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ fi
echo "Run suites using argument: $RUN_DIR"

echo "Starting databend-sqllogic tests"
target/${BUILD_PROFILE}/databend-sqllogictests --handlers "mysql" --run_dir temp_table --enable_sandbox --parallel 8
if [ -z "$RUN_DIR" ]; then
target/${BUILD_PROFILE}/databend-sqllogictests --handlers "mysql" --run_dir temp_table --enable_sandbox --parallel 8
fi
target/${BUILD_PROFILE}/databend-sqllogictests --handlers ${TEST_HANDLERS} ${RUN_DIR} --skip_dir management,explain_native,ee,temp_table --enable_sandbox --parallel 8

0 comments on commit 05c7b92

Please sign in to comment.