risinglightdb / sqllogictest-rs

Sqllogictest parser and runner in Rust.
Apache License 2.0
167 stars 42 forks source link

`substitution`: don't subst for `system` #218

Closed xxchan closed 1 week ago

xxchan commented 1 week ago

For system, it already supports environment variables.

substitution also makes is need to \$, \\ unnecessarily.

https://github.com/risingwavelabs/risingwave/blob/bb39fd0eb7ea3442ada3140566eee65ad262d4cc/e2e_test/source_inline/kafka/include_key_as.slt#L185-L187