vvvv 3d5bcb1e40 less ydb deps or disable for OSS for now | 1 week ago | |
---|---|---|
.. | ||
update-test-status | c9afd90243 YQL-19206: Move contrib/ydb/library/yql/tools/pg* to yql/essentials/tools/pg* | 2 weeks ago |
README.md | c9afd90243 YQL-19206: Move contrib/ydb/library/yql/tools/pg* to yql/essentials/tools/pg* | 2 weeks ago |
__main__.py | c9afd90243 YQL-19206: Move contrib/ydb/library/yql/tools/pg* to yql/essentials/tools/pg* | 2 weeks ago |
ya.make | 3d5bcb1e40 less ydb deps or disable for OSS for now | 1 week ago |
This tool extracts a subset of SQL statements which work as expected from Postgres' regression tests located in ydb/library/yql/tests/postgresql/original/cases. The extracted tests are normally saved into ydb/library/yql/tests/postgresql/cases. The tests could optionally get patched.
For each .sql test file the tool expects a matching .out file(s) in the same dir. For each pair of .sql/.out files the working subset of SQL statements is written to the output dir.