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 23
23
sha : ${{ github.sha }}
24
24
target : ${{ inputs.target }}
25
25
26
- - name : Run sqllogic Tests with Standalone mode with embedded meta-store
26
+ - name : Run sqllogic Tests with Standalone mode
27
27
shell : bash
28
28
run : |
29
29
docker run --rm --tty --net=host \
Original file line number Diff line number Diff line change 4
4
set -e
5
5
6
6
echo " Starting standalone DatabendQuery and DatabendMeta"
7
- ./scripts/ci/deploy/databend-query-standalone-embedded-meta .sh
7
+ ./scripts/ci/deploy/databend-query-standalone.sh
8
8
9
9
SCRIPT_PATH=" $( cd " $( dirname " $0 " ) " > /dev/null 2>&1 && pwd) "
10
10
cd " $SCRIPT_PATH /../../tests/logictest" || exit
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ common-exception = { path = "../../common/exception" }
19
19
common-functions = { path = " ../functions" }
20
20
common-io = { path = " ../../common/io" }
21
21
common-meta-api = { path = " ../../meta/api" }
22
+ common-meta-store = { path = " ../../meta/store" }
22
23
common-meta-types = { path = " ../../meta/types" }
23
24
common-proto-conv = { path = " ../../meta/proto-conv" }
24
25
common-protos = { path = " ../../meta/protos" }
25
- common-meta-store = { path = " ../../meta/store" }
26
26
27
27
async-trait = " 0.1.56"
28
28
serde_json = " 1.0.81"
You can’t perform that action at this time.
0 commit comments