risinglightdb / sqllogictest-rs

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

feat: add label for `skipif` and `onlyif` conditions #179

Closed wangrunji0408 closed 1 year ago

wangrunji0408 commented 1 year ago

Users can now add --label options to skip commands. resolve #177

For example:

sqllogictest --label risingwave ... xxx.slt
skipif risingwave
query I
select some_features_not_supported_yet();

This PR also bumps version to v0.14.0.

wangrunji0408 commented 1 year ago

@skyzh Could you publish the sqllogictest-engines and sqllogictest crate? Thanks!

skyzh commented 1 year ago

Published and added github:risinglightdb:crates-io as owner