-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refine stability #422
refine stability #422
Conversation
weekface
commented
Apr 24, 2019
•
edited
Loading
edited
- refine logger
- fix scheduled backup case bug
- disable scheduled backup when finished
- fix TruncateSSTFile bug
"cp -rf charts/tidb-cluster %s && cp -rf charts/tidb-backup %s", | ||
oa.cfg.OperatorRepoDir, tagName, | ||
filepath.Join(oa.cfg.ChartDir, tagName), oa.operatorChartPath(tagName), | ||
oa.tidbClusterChartPath(tagName), oa.backupChartPath(tagName)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why use “+” in sprintf?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use +
to join two or more string to a single string, this is normal usage.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/run-e2e-tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
/run-e2e-tests |
1 similar comment
/run-e2e-tests |