risinglightdb / sqllogictest-rs

Sqllogictest (dialect with extensions) parser and runner in Rust.
Apache License 2.0
176 stars 47 forks source link

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

Closed xxchan closed 4 months ago

xxchan commented 4 months 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