-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Integrate "sqllogictest" #15112
Copy link
Copy link
Closed
Labels
buildcomp-ci-infrastructureCI/CD pipelines (GitHub Actions, CI scripts, runners).CI/CD pipelines (GitHub Actions, CI scripts, runners).feature
Description
https://www.sqlite.org/sqllogictest/doc/trunk/about.wiki
GitHub mirror: https://github.com/MaterializeInc/sqllogictest
SQLLogicTest is a test suite for correctness of query execution.
The test suite is somewhat similar to out functional tests (it provides SQL queries and expected reference results).
There can be some minor details on syntax of CREATE TABLE statement (which can be workarounded) and CREATE INDEX (that can be ignored).
Current issues (todo list):
- write the tests result to the CI db (infra)
- update release for clickhouse-odbc (infra)
- set up default_table_engine for the server (quality)
- support
primary keyin columns level (quality)
tags: infra - improving testing environment, quality - increase tests pass rate.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
buildcomp-ci-infrastructureCI/CD pipelines (GitHub Actions, CI scripts, runners).CI/CD pipelines (GitHub Actions, CI scripts, runners).feature