partiql / partiql-tests

Test data for checking conformance to the PartiQL specification.
Apache License 2.0
7 stars 1 forks source link

Shorten length of test names #45

Open alancai98 opened 1 year ago

alancai98 commented 1 year ago

Some tests have really long name fields (e.g. UPPER eval tests) especially some of the string function tests. This was an artifact of how some of the partiql-lang-kotlin tests were ported to partiql-tests. This can be annoying for code that uses the conformance test name field such as partiql-lang-rusts's conformance test report generator: https://github.com/partiql/partiql-lang-rust/pull/264#issuecomment-1374383100.