You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by Vladimir Sitnikov <si...@gmail.com> on 2021/10/04 10:43:23 UTC

Re: [DISCUSS] Move CalciteAssert and similar "test framework" classes to its own testlib module

As suggested above, I've prepared a PR that moves CalciteAssert, Matchers,
and a couple of test schemata to the new :testkit module.

calcite-*-tests.jar will no longer be published.

PR: https://github.com/apache/calcite/pull/2558

The tests pass, and the change unlocks migration to Gradle 7.2 and Java 17
(the migration is included in PR#2558).
I'm going to merge the PR soon.

Vladimir