Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.22 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.22 KB

PartiQL Test Data

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 error
  • fail - all tests in this directory should have a PartiQL statement that results in an error when run
  • eval - statements that can be evaluated and return the same result as the expected result
  • eval-equiv - define equivalent statements that evaluate to the same expected result

Subdirectories:

  • success/syntax - statements that have no syntactical problems
  • fail/syntax - statements that have at least one syntax problem
  • fail/static-analysis - statements that give an error at some stage between parsing and evaluation

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.