File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,21 @@ echo 'Start Meta service HA cluster(3 nodes)...'
30
30
nohup ./target/${BUILD_PROFILE} /databend-meta -c scripts/ci/deploy/config/databend-meta-node-1.toml &
31
31
python3 scripts/ci/wait_tcp.py --timeout 10 --port 9191
32
32
33
+ # wait for cluster formation to complete.
34
+ sleep 1
35
+
33
36
nohup ./target/${BUILD_PROFILE} /databend-meta -c scripts/ci/deploy/config/databend-meta-node-2.toml &
34
37
python3 scripts/ci/wait_tcp.py --timeout 10 --port 28202
35
38
39
+ # wait for cluster formation to complete.
40
+ sleep 1
41
+
36
42
nohup ./target/${BUILD_PROFILE} /databend-meta -c scripts/ci/deploy/config/databend-meta-node-3.toml &
37
43
python3 scripts/ci/wait_tcp.py --timeout 10 --port 28302
38
44
45
+ # wait for cluster formation to complete.
46
+ sleep 1
47
+
39
48
echo ' Start databend-query node-1'
40
49
env " RUST_BACKTRACE=1" nohup target/${BUILD_PROFILE} /databend-query -c scripts/ci/deploy/config/databend-query-node-1.toml &
41
50
You can’t perform that action at this time.
0 commit comments