-
Notifications
You must be signed in to change notification settings - Fork 206
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
chore: add integration test for cluster mode. #646
Conversation
Codecov Report
@@ Coverage Diff @@
## main #646 +/- ##
==========================================
- Coverage 66.94% 66.94% -0.01%
==========================================
Files 283 283
Lines 43969 43969
==========================================
- Hits 29435 29433 -2
- Misses 14534 14536 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Don't need to duplicate test cases files, add a This require this commit CeresDB/sqlness#35, you can bump sqlness first. |
build debug banary image fix common link
remove builder
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
* add integration for cluster mode * add common case link * add cluster stop * remove builder build debug banary image fix common link * update result * fix clippy remove builder * refactor by cr
Which issue does this PR close?
Closes #
Rationale for this change
Add integration test for cluster mode.
What changes are included in this PR?
database.rs
to support cluster modesqlness
.Are there any user-facing changes?
None.
How does this change test
Test workflow in my fork repository. https://github.com/ZuLiangWang/ceresdb/actions