-
Notifications
You must be signed in to change notification settings - Fork 313
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: integration test #770
feat: integration test #770
Conversation
7f15bac
to
7cacd34
Compare
After merging the Arrow flight service, looks like all tests fail:
|
Codecov Report
@@ Coverage Diff @@
## develop #770 +/- ##
===========================================
- Coverage 86.10% 85.93% -0.17%
===========================================
Files 421 421
Lines 55460 55549 +89
===========================================
- Hits 47752 47735 -17
- Misses 7708 7814 +106
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
7cacd34
to
f1feba3
Compare
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.
And I can't find a common characteristic from queries in optimizer/filter_push_down.sql
. From the naming I would expect something like EXPLAIN
rather than execute those SQLs.
It's moved from duckdb, and |
Do you mean they will be added in the future? Maybe we can change it now, those queries have fewer means by executing themselves, and is not what the case name |
Sorry, my mistake. I meant that the duckdb has a test suite for We'll move them later. |
5e68030
to
14615b2
Compare
* feat: add insert test cases * fix: update results after rebase develop * feat: supports unsigned integer types and big_insert test * test: add insert_invalid test * feat: supports time index constraint for bigint type * chore: time index column at last * test: adds more order, limit test * fix: style * feat: adds numbers table in standable memory catalog mode * feat: enable fail_fast and test_filter in sqlness * feat: add more tests * fix: test_filter * test: add alter tests * feat: supports if_not_exists when create database * test: filter_push_down and catalog test * fix: compile error * fix: delete output file * chore: ignore integration test output in git * test: update all integration test results * fix: by code review * chore: revert .gitignore * feat: sort the show tables/databases results * chore: remove issue link * fix: compile error and code format after rebase * test: update all integration test results
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
Main changes:
if not exists
when creating a database, and supportscreate schema
in the parser too.bigint
type and it can't be present in the last column.Checklist
Refer to a related PR or issue link (optional)