-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release-5.3' into release-5.3-b860500988e0
- Loading branch information
Showing
25 changed files
with
712 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
br/tests/br_check_new_collocation_enable/config/new_collation_enable_false.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# config of tidb | ||
|
||
# Schema lease duration | ||
# There are lot of ddl in the tests, setting this | ||
# to 360s to test whether BR is gracefully shutdown. | ||
lease = "360s" | ||
|
||
new_collations_enabled_on_first_bootstrap = false | ||
|
||
[security] | ||
ssl-ca = "/tmp/backup_restore_test/certs/ca.pem" | ||
ssl-cert = "/tmp/backup_restore_test/certs/tidb.pem" | ||
ssl-key = "/tmp/backup_restore_test/certs/tidb.key" | ||
cluster-ssl-ca = "/tmp/backup_restore_test/certs/ca.pem" | ||
cluster-ssl-cert = "/tmp/backup_restore_test/certs/tidb.pem" | ||
cluster-ssl-key = "/tmp/backup_restore_test/certs/tidb.key" |
16 changes: 16 additions & 0 deletions
16
br/tests/br_check_new_collocation_enable/config/new_collation_enable_true.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# config of tidb | ||
|
||
# Schema lease duration | ||
# There are lot of ddl in the tests, setting this | ||
# to 360s to test whether BR is gracefully shutdown. | ||
lease = "360s" | ||
|
||
new_collations_enabled_on_first_bootstrap = true | ||
|
||
[security] | ||
ssl-ca = "/tmp/backup_restore_test/certs/ca.pem" | ||
ssl-cert = "/tmp/backup_restore_test/certs/tidb.pem" | ||
ssl-key = "/tmp/backup_restore_test/certs/tidb.key" | ||
cluster-ssl-ca = "/tmp/backup_restore_test/certs/ca.pem" | ||
cluster-ssl-cert = "/tmp/backup_restore_test/certs/tidb.pem" | ||
cluster-ssl-key = "/tmp/backup_restore_test/certs/tidb.key" |
Oops, something went wrong.