Skip to content

Commit

Permalink
Export tikv status port in CI (#8021)
Browse files Browse the repository at this point in the history
close #8023
  • Loading branch information
JaySon-Huang authored Aug 25, 2023
1 parent c97d698 commit d7224d2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ libs/libtiflash-proxy
tmp/

tests/fullstack-test2/auto_gen
tests/docker/data
tests/docker/log

CoverageReport

Expand Down
2 changes: 2 additions & 0 deletions tests/docker/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ services:
command:
- --addr=0.0.0.0:20160
- --advertise-addr=tikv0:20160
- --status-addr=0.0.0.0:20180
- --advertise-status-addr=tikv0:20180
- --pd=pd0:2379
- --config=/tikv.toml
- --data-dir=/data
Expand Down
2 changes: 2 additions & 0 deletions tests/docker/cluster_disable_new_collation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ services:
command:
- --addr=0.0.0.0:20160
- --advertise-addr=tikv0:20160
- --status-addr=0.0.0.0:20180
- --advertise-status-addr=tikv0:20180
- --pd=pd0:2379
- --config=/tikv.toml
- --data-dir=/data
Expand Down
2 changes: 2 additions & 0 deletions tests/docker/cluster_new_collation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ services:
command:
- --addr=0.0.0.0:20160
- --advertise-addr=tikv0:20160
- --status-addr=0.0.0.0:20180
- --advertise-status-addr=tikv0:20180
- --pd=pd0:2379
- --config=/tikv.toml
- --data-dir=/data
Expand Down
2 changes: 2 additions & 0 deletions tests/docker/cluster_tidb_fail_point.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ services:
command:
- --addr=0.0.0.0:20160
- --advertise-addr=tikv0:20160
- --status-addr=0.0.0.0:20180
- --advertise-status-addr=tikv0:20180
- --pd=pd0:2379
- --config=/tikv.toml
- --data-dir=/data
Expand Down
Empty file modified tests/docker/run.sh
100644 → 100755
Empty file.

0 comments on commit d7224d2

Please sign in to comment.