-
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
playground: allow a pure TiKV cluster #926
Conversation
Signed-off-by: Yilin Chen <sticnarf@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #926 +/- ##
==========================================
- Coverage 55.22% 51.39% -3.84%
==========================================
Files 261 261
Lines 19254 19253 -1
==========================================
- Hits 10633 9895 -738
- Misses 6918 7744 +826
+ Partials 1703 1614 -89
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
PTAL @lucklove |
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
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
What problem does this PR solve?
I usually need a TiKV environment that is not polluted by TiDB. But the TiDB number check in playground prevents me from it!
What is changed and how it works?
Do not check TiDB number in playground.
Check List
Tests
tiup playground --db 0
works \o/Release notes: