risinglightdb / sqllogictest-rs

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

`system`: default to bash, or make shell configurable #217

Closed xxchan closed 4 months ago

xxchan commented 4 months ago

In RisingWave, we use

system ok
bash -c '...'

in some places, because of the limitation of sh.

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

https://github.com/risingwavelabs/risingwave/blob/bb39fd0eb7ea3442ada3140566eee65ad262d4cc/e2e_test/source_inline/kafka/shared_source.slt#L163-L173