File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
.github/actions/test_sqllogic_standalone_linux Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 sha : ${{ github.sha }}
2424 target : ${{ inputs.target }}
2525
26- - name : Run sqllogic Tests with Standalone mode with embedded meta-store
26+ - name : Run sqllogic Tests with Standalone mode
2727 shell : bash
2828 run : |
2929 docker run --rm --tty --net=host \
Original file line number Diff line number Diff line change 44set -e
55
66echo " Starting standalone DatabendQuery and DatabendMeta"
7- ./scripts/ci/deploy/databend-query-standalone-embedded-meta .sh
7+ ./scripts/ci/deploy/databend-query-standalone.sh
88
99SCRIPT_PATH=" $( cd " $( dirname " $0 " ) " > /dev/null 2>&1 && pwd) "
1010cd " $SCRIPT_PATH /../../tests/logictest" || exit
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ common-exception = { path = "../../common/exception" }
1919common-functions = { path = " ../functions" }
2020common-io = { path = " ../../common/io" }
2121common-meta-api = { path = " ../../meta/api" }
22+ common-meta-store = { path = " ../../meta/store" }
2223common-meta-types = { path = " ../../meta/types" }
2324common-proto-conv = { path = " ../../meta/proto-conv" }
2425common-protos = { path = " ../../meta/protos" }
25- common-meta-store = { path = " ../../meta/store" }
2626
2727async-trait = " 0.1.56"
2828serde_json = " 1.0.81"
You can’t perform that action at this time.
0 commit comments