-
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): enable create-if-not-exists option #3732
feat(fuzz): enable create-if-not-exists option #3732
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3732 +/- ##
==========================================
- Coverage 85.42% 85.12% -0.31%
==========================================
Files 966 966
Lines 162097 162097
==========================================
- Hits 138472 137984 -488
- Misses 23625 24113 +488 |
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.
Cool! Thank you :D
@CookiePieWw Thanks! BTW, we introduced a new engine for metric scenarios(called metric engine). Would you like to add some fuzz tests for this new engine? The metric engine's RFC: https://github.com/GreptimeTeam/greptimedb/blob/main/docs/rfcs/2023-07-10-metric-engine.md The following tests show how we create tables in the metric engine:
cc @waynexia |
Sure, I'll work on it later 😊. |
Thanks! I will create an issue for this feature |
I hereby agree to the terms of the GreptimeDB CLA.
Refer to a related PR or issue link (optional)
What's changed and what's your intention?
Enable the existing
IF NOT EXISTS
option in fuzz test.Checklist