risinglightdb / sqllogictest-rs

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

Bug: sqllogictest pass unexpectedly #181

Closed JackTan25 closed 11 months ago

JackTan25 commented 12 months ago

statement error 1090 create table t(a int);

as we know, this statement will be ok, but I set it as error 1090 by design. Unexpectedly, this test passes, it's not right. please fix this one.

xxchan commented 12 months ago

duplicate with https://github.com/risinglightdb/sqllogictest-rs/issues/178

xxchan commented 12 months ago

as we know, this statement will be ok

No, we don't know how you used it. Please be more specific and provide a reproduce.

please fix this one.

Please be aware that we don't guarantee to fix every bug timely. But we will happily review your PR :)