risinglightdb / sqllogictest-rs

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

feat: run system commands #193

Closed BugenZhao closed 9 months ago

BugenZhao commented 9 months ago

Support running system commands in slt files.

system ok
echo "hello, world" > __TEST_DIR__/a.txt

Signed-off-by: Bugen Zhao i@bugenzhao.com

BugenZhao commented 9 months ago

Bump the version to v0.16.0 and also include the change log from #194.