-
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
feat: support integration tests for influxql #719
feat: support integration tests for influxql #719
Conversation
9345666
to
be0e262
Compare
Co-authored-by: Jiacai Liu <dev@liujiacai.net>
Codecov Report
@@ Coverage Diff @@
## main #719 +/- ##
==========================================
- Coverage 68.18% 68.12% -0.06%
==========================================
Files 287 287
Lines 45124 45161 +37
==========================================
+ Hits 30766 30767 +1
- Misses 14358 14394 +36
... and 2 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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
* feat: support integration tests for influxql * update the testcases for influxql * update cargo.lock * revert issue-302 test case * Update Cargo.toml Co-authored-by: Jiacai Liu <dev@liujiacai.net> * address CR * fix wrong usage of sqlness arg --------- Co-authored-by: Jiacai Liu <dev@liujiacai.net>
Which issue does this PR close?
Closes #716
Rationale for this change
Refer to #716 #698
What changes are included in this PR?
Are there any user-facing changes?
How does this change test