Skip to content

Commit

Permalink
use tikv.toml as config
Browse files Browse the repository at this point in the history
  • Loading branch information
marsishandsome committed Aug 16, 2019
1 parent 65ec6fa commit 0664a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/integration_test.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def call(ghprbActualCommit, ghprbCommentBody, ghprbPullId, ghprbPullTitle, ghprb
sleep 10
bin/pd-server --name=pd --data-dir=pd &>pd.log &
sleep 10
bin/tikv-server --pd=127.0.0.1:2379 -s tikv --addr=0.0.0.0:20160 --advertise-addr=127.0.0.1:20160 &>tikv.log &
bin/tikv-server --pd=127.0.0.1:2379 -s tikv --addr=0.0.0.0:20160 --advertise-addr=127.0.0.1:20160 --config=go/src/github.com/pingcap/tispark/config/tikv.toml &>tikv.log &
sleep 10
ps aux | grep '-server' || true
curl -s 127.0.0.1:2379/pd/api/v1/status || true
Expand Down

0 comments on commit 0664a6d

Please sign in to comment.