-
Notifications
You must be signed in to change notification settings - Fork 47
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
idea: use a template language to manage tests #143
Comments
Strongly +1 for this. I have two solide use cases:
|
Rust also has jinja2 template engine: https://github.com/Keats/tera |
BTW, I guess we don't need to use a rust jinja. |
The feature is conflicted with #114 |
The real solution is that an SLT file should be both self-contained and easy to use. An example of this is JsonNet. |
From risingwavelabs/risingwave#7006, maybe we can maintain such a tool in
sqllogictest-rs
One specific use case is that we can deprecate
include
, which introduced quite a few problems, e.g., prohibits parallel execution, and https://github.com/risinglightdb/sqllogictest-rs/issues?q=label%3AA-includeThe text was updated successfully, but these errors were encountered: