Skip to content

Commit

Permalink
deal comments in pr
Browse files Browse the repository at this point in the history
Signed-off-by: joccau <zak.zhao@pingcap.com>
  • Loading branch information
joccau committed Apr 13, 2022
1 parent 27ceadb commit 0ed15a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion br/pkg/task/backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ func RunBackup(c context.Context, g glue.Glue, cmdName string, cfg *BackupConfig
if err != nil {
return errors.Trace(err)
}
log.Info("get newCollationEnable for check during restore", zap.String("newCollationEnable", newCollationEnable))
log.Info("get new_collations_enabled_on_first_bootstrap config from system table", zap.String(tidbNewCollationEnabled, newCollationEnable))

client, err := backup.NewBackupClient(ctx, mgr)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion br/tests/br_s3/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ for p in $(seq 2); do
exit 1
fi

target_log="get newCollationEnable for check during restore"
target_log="get new_collations_enabled_on_first_bootstrap config from system table"
if ! grep -i "$target_log" $BACKUP_LOG; then
echo "${target_log} not found in log"
exit 1
Expand Down

0 comments on commit 0ed15a9

Please sign in to comment.