Skip to content

Commit 2eae5e0

Browse files
committed
Fix force load
Signed-off-by: Xuanwo <[email protected]>
1 parent e107751 commit 2eae5e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/test_sqllogic_standalone_linux_minio_with_bendsave/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ runs:
4949
# env:
5050
# TEST_HANDLERS: "http"
5151
# # Disable force load for tpch to verify the correctness of the bendsave
52-
# TEST_FORCE_LOAD: 0
52+
# TEST_FORCE_LOAD: false
5353
# run: bash ./scripts/ci/ci-run-sqllogic-tests-minio.sh tpch

scripts/ci/ci-run-sqllogic-tests-minio.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ fi
4646
echo "Run suites using argument: $RUN_DIR"
4747

4848
echo "Starting databend-sqllogic tests"
49-
target/${BUILD_PROFILE}/databend-sqllogictests --handlers ${TEST_HANDLERS} ${RUN_DIR} --skip_dir management,explain_native,ee --enable_sandbox --parallel ${TEST_PARALLEL} --force_load ${TEST_FORCE_LOAD:-"1"}
49+
target/${BUILD_PROFILE}/databend-sqllogictests --handlers ${TEST_HANDLERS} ${RUN_DIR} --skip_dir management,explain_native,ee --enable_sandbox --parallel ${TEST_PARALLEL} --force_load ${TEST_FORCE_LOAD:-"true"}

0 commit comments

Comments
 (0)