Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
The Gradle build provides a few tasks for launching JDBC integration tests. In particular running ./gradlew tasks prints among other things the following:
integTestAll - Executes integration JDBC tests for all DBs integTestH2 - Executes integration JDBC tests with h2 database integTestMysql - Executes integration JDBC tests with mysql database integTestOracle - Executes integration JDBC tests with oracle database integTestPostgresql - Executes integration JDBC tests with postgresql database
However at the moment running any of the aforementioned tasks just prints BUILD SUCCESSFUL without doing anything so the tasks are basically a NOOP.
I tried the following commands (changing also H2 with other DBs) but the result is more or less the same and the tests do not start:
./gradlew integTestH2 ./gradlew cleanTest integTestH2 ./gradlew clean integTestH2 ./gradlew clean :core:integTestH2 > Configure project : Building Apache Calcite 1.30.0-SNAPSHOT BUILD SUCCESSFUL in 1s 73 actionable tasks: 19 executed, 10 from cache, 44 up-to-date
Attachments
Issue Links
- links to