-
Notifications
You must be signed in to change notification settings - Fork 312
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
Dump dns & port file at data dir #749
Conversation
Playground duump dsn&port file at wd. After we changed not to set wd as instance data dir, playground dump this file at wd but not instance data dir(not same dir like before). This broke playground subcommand and "tiup client", which search this files at ~/.tiup/data/../
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
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
Codecov Report
@@ Coverage Diff @@
## master #749 +/- ##
==========================================
+ Coverage 58.07% 58.79% +0.72%
==========================================
Files 255 257 +2
Lines 18904 19441 +537
==========================================
+ Hits 10978 11431 +453
- Misses 6473 6497 +24
- Partials 1453 1513 +60
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/merge |
/run-all-tests |
@july2993 merge failed. |
Playground duump dsn&port file at wd. After we changed not to set wd as instance data dir, playground dump this file at wd but not instance data dir(not same dir like before). This broke playground subcommand and "tiup client", which search this files at ~/.tiup/data/../
What problem does this PR solve?
Playground dump dsn&port file at wd.
After we changed not to set wd as instance data dir, playground dump
this file at wd but not instance data dir(not same dir like before).
This broke playground subcommand and "tiup client", which search this
files at ~/.tiup/data/../
What is changed and how it works?
Check List
Tests
Release notes: