Skip to content

Commit

Permalink
br: fix broken integration test with tiflash (#38692)
Browse files Browse the repository at this point in the history
  • Loading branch information
3pointer authored Oct 28, 2022
1 parent 582d18a commit 275896c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions br/tests/_utils/make_tiflash_config
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ key-path = "$TEST_DIR/certs/tiflash.key"
[server]
addr = "0.0.0.0:20170"
advertise-addr = "127.0.0.1:20170"
status-addr = "127.0.0.1:20292"
engine-addr = "127.0.0.1:3930"
status-addr = "$TIFLASH_STATUS"
[storage]
data-dir = "$TEST_DIR/tiflash/data"
Expand Down Expand Up @@ -93,4 +93,4 @@ result_rows = 0
ca_path = "$TEST_DIR/certs/ca.pem"
cert_path = "$TEST_DIR/certs/tiflash.pem"
key_path = "$TEST_DIR/certs/tiflash.key"
EOF
EOF
1 change: 0 additions & 1 deletion br/tests/_utils/run_services
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export TIDB_STATUS_ADDR="127.0.0.1:10080"
export TIKV_ADDR="127.0.0.1:2016"
export TIKV_STATUS_ADDR="127.0.0.1:2018"
export TIKV_COUNT=3
export TIFLASH_STATUS="127.0.0.1:17000"
export TIFLASH_HTTP="127.0.0.1:8125"
export TIKV_PIDS="${TEST_DIR:?}/tikv_pids.txt"

Expand Down

0 comments on commit 275896c

Please sign in to comment.