-
Notifications
You must be signed in to change notification settings - Fork 314
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(fuzz): add insert logical table target #3842
feat(fuzz): add insert logical table target #3842
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3842 +/- ##
==========================================
- Coverage 85.63% 85.28% -0.36%
==========================================
Files 954 954
Lines 163214 163324 +110
==========================================
- Hits 139771 139290 -481
- Misses 23443 24034 +591 |
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.
Thanks!
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.
I hereby agree to the terms of the GreptimeDB CLA.
Refer to a related PR or issue link (optional)
#3741 and #3174
What's changed and what's your intention?
Fuzz test for insertions in the metric engine. Since the order of columns of logical table is not the same as declaration, all the insertions have a explicit column list.
Checklist