The partiql-tests-data
folder contains language-neutral test data used to check conformance to the PartiQL
specification.
Consumers of this repository must assume additional nested subfolders may be added, and should therefore recurse down from the desired folder, if appropriate.
The test data is partitioned into the following directories:
success
- all tests in this directory should have a valid PartiQL statement that does not result in an errorfail
- all tests in this directory should have a PartiQL statement that results in an error when runeval
- statements that can be evaluated and return the same result as the expected resulteval-equiv
- define equivalent statements that evaluate to the same expected result
Subdirectories:
success/syntax
- statements that have no syntactical problemsfail/syntax
- statements that have at least one syntax problemfail/static-analysis
- statements that give an error at some stage between parsing and evaluation
See CONTRIBUTING for more information.
This project is licensed under the Apache-2.0 License.