horaedb icon indicating copy to clipboard operation
horaedb copied to clipboard

Introduce the `sqllogictest` framework

Open tanruixiang opened this issue 2 years ago • 0 comments

Describe This Problem

SQLite have vary tests for ensuring database's corrects.But most of these tests are using sqllogictest framework's format, If we Introduce the sqllogictest framework, we can benefit from these tests.

Proposal

We can introduce the https://github.com/risinglightdb/sqllogictest-rs (which is also used by datafusion)

Additional Context

https://www.sqlite.org/sqllogictest/doc/trunk/about.wiki

tanruixiang avatar Aug 16 '23 08:08 tanruixiang