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
waynexia
left a comment
There was a problem hiding this comment.
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 existswhen creating a database, and supportscreate schemain the parser too.biginttype and it can't be present in the last column.Checklist
Refer to a related PR or issue link (optional)