Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
*: add challenge-bot.yml and address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Neil Shen <overvenus@gmail.com>
  • Loading branch information
overvenus committed Feb 19, 2021
1 parent 050aea4 commit 9b0ba1b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/challenge-bot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
defaultSigLabel: sig/migrate
1 change: 1 addition & 0 deletions go.mod1
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ require (
sourcegraph.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0
)

// The fork updates BR dependency in order to fix `make build`. It can be removed once we updates BR dependency in TiDB.
replace github.com/pingcap/tidb-lightning => github.com/overvenus/tidb-lightning v5.0.0-rc.0.20210129142610-fe7a7a431b0c+incompatible

replace cloud.google.com/go/storage => github.com/3pointer/google-cloud-go/storage v1.6.1-0.20210108125931-b59bfa0720b2
2 changes: 1 addition & 1 deletion tests/_utils/run_sql
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ mysql -uroot -h127.0.0.1 -P4000 \
--ssl-ca="$TEST_DIR/certs/ca.pem" \
--ssl-cert="$TEST_DIR/certs/curl.pem" \
--ssl-key="$TEST_DIR/certs/curl.key" \
$@ \
"$@" \
--default-character-set utf8 -E -e "$SQL" | tee -a "$TEST_DIR/sql_res.$TEST_NAME.txt"
2 changes: 1 addition & 1 deletion tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export TEST_DIR=/tmp/backup_restore_test
# Reset TEST_DIR
rm -rf $TEST_DIR && mkdir -p $TEST_DIR

# Generate TSL certs
# Generate TLS certs
tests/_utils/generate_certs &> /dev/null

SELECTED_TEST_NAME="${TEST_NAME-$(find tests -mindepth 2 -maxdepth 2 -name run.sh | cut -d/ -f2 | sort)}"
Expand Down

0 comments on commit 9b0ba1b

Please sign in to comment.