Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
-test.jar make it hard to support build configuration, and it blocks migration to Gradle 7.
As we move the commonly used classes to its own -testkit module, it would make it easier to reuse test helpers, it would make easier to recognize the Test API vs @Test code, and it would make certain classes smaller. E.g. CatchAllSchema is currently located in ReflectiveSchemaTest, and if we move it to a top-level class, then ReflectiveSchemaTest would be smaller.
Attachments
Issue Links
- is depended upon by
-
CALCITE-4829 Bump Gradle to 7.2 and test with Java 17 at GitHub Actions
- Closed
- relates to
-
CALCITE-5098 Migrate Avatica to Gradle 7.4.2, and support Java 16 and 17
- Closed
- links to