Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ports tests from partiql-lang-kotlin's PTS #38

Merged
merged 20 commits into from
Oct 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
fd7d813
Initial port of pts tests
alancai98 Sep 29, 2022
a712ac3
Remove replacement character from test name
alancai98 Sep 30, 2022
1ce48af
Fix missing propagation of function args in pts tests
alancai98 Sep 30, 2022
203403e
Move wrong number of argument function tests to static-analysis
alancai98 Oct 3, 2022
f660ad7
Fix concat with missing operand eval tests
alancai98 Oct 3, 2022
8035f7b
Change wrong num function argument tests assertions to static-analays…
alancai98 Oct 3, 2022
22e4f51
Fix some null and whitespace porting errors; move undecided int tests…
alancai98 Oct 4, 2022
2543f18
Fix failing eval tests; move undecided, syntax, and static-analysis t…
alancai98 Oct 4, 2022
7430daf
Add move wrong and invalid function arg tests to separate files
alancai98 Oct 4, 2022
5d34309
Move pts tests to different files
alancai98 Oct 4, 2022
541e991
Delete main eval/pts.ion file
alancai98 Oct 4, 2022
a06efc7
Change syntax test assertions
alancai98 Oct 5, 2022
24826ee
Add extended set of tests; recategorized 'undecided' tests
alancai98 Oct 6, 2022
71524ef
Change type to prevent stackoverflow error during validation
alancai98 Oct 7, 2022
652ce9e
Fix some coerce mode behaviors
alancai98 Oct 7, 2022
bcebd4e
Slight directory restructuring, whitespace fixes
alancai98 Oct 7, 2022
67edc4d
Update partiql-tests-data-extended/README.md
alancai98 Oct 10, 2022
11b9ceb
Restructure eval dirs
alancai98 Oct 10, 2022
8cba8f5
Wrap select-star syntax fail tests with 'partiql' namespace and add c…
alancai98 Oct 14, 2022
7065d48
Add todo comment related to nullable in test schema
alancai98 Oct 14, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions partiql-tests-data-extended/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This directory contains additional tests that are not formally defined within the PartiQL specification. This suite may assume additional features which are not included in the conformance test suite.
Loading