Test function consistency by comparing Calcite against reference values #202
main.yml
on: push
Windows (JDK 8)
5m 39s
Windows (JDK 17)
5m 22s
Linux (JDK 8), oldest Guava, America/New_York Timezone
4m 4s
Linux (JDK 8), latest Guava, America/New_York Timezone
5m 17s
Linux (JDK 11), Pacific/Chatham Timezone
4m 16s
Linux (JDK 17)
3m 44s
Linux (JDK 19)
3m 44s
Linux (JDK 11), Avatica main
6m 15s
macOS (JDK 19)
7m 5s
Error Prone (JDK 11), latest Guava
4m 16s
CheckerFramework (JDK 11)
6m 38s
CheckerFramework (JDK 11), oldest Guava
6m 39s
Linux (JDK 8) Slow Tests
0s
Druid Tests
6m 26s
Annotations
24 errors and 19 warnings
Linux (JDK 19):
task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck':
See 'What went wrong' below
|
Linux (JDK 19)
Execution failed for task ':core:autostyleJavaCheck'.
> The following files have format violations:
core/src/test/java/org/apache/calcite/test/DBFunctionConsistencyTest.java
@@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
package org.apache.calcite.test;
import org.junit.jupiter.api.AfterAll;
@@ -61,7 +60,8 @@
dbs.put(Type.POSTGRES_9_6, new PostgreSQLContainer<>("postgres:9.6"));
dbs.put(Type.POSTGRES_12_2, new PostgreSQLContainer<>("postgres:12.2"));
dbs.put(Type.MYSQL, new MySQLContainer<>());
-····dbs.put(Type.ORACLE,·new·OracleContainer(␊
+····dbs.put(␊
+········Type.ORACLE,·new·OracleContainer(␊
"gvenzl/oracle-xe:21-slim-faststart"));
return dbs;
}
@@ -116,8 +116,8 @@
if (USE_RAW_JDBC_CONNECTION) {
return DriverManager.getConnection(db.getJdbcUrl(), db.getUsername(), db.getPassword());
} else {
-······String·calciteUrl·=·String.format(␊
-··········"jdbc:calcite:schemaType=JDBC;·schema.jdbcUser=%s;·schema.jdbcPassword=%s;·schema"␊
+······String·calciteUrl·=␊
+··········String.format("jdbc:calcite:schemaType=JDBC;·schema.jdbcUser=%s;·schema.jdbcPassword=%s;·schema"␊
+ ".jdbcUrl=%s", db.getUsername(), db.getPassword(), db.getJdbcUrl());
return DriverManager.getConnection(calciteUrl);
}
Run './gradlew autostyleApply' to fix the violations.
|
Linux (JDK 17):
task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck':
See 'What went wrong' below
|
Linux (JDK 17)
Execution failed for task ':core:autostyleJavaCheck'.
> The following files have format violations:
core/src/test/java/org/apache/calcite/test/DBFunctionConsistencyTest.java
@@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
package org.apache.calcite.test;
import org.junit.jupiter.api.AfterAll;
@@ -61,7 +60,8 @@
dbs.put(Type.POSTGRES_9_6, new PostgreSQLContainer<>("postgres:9.6"));
dbs.put(Type.POSTGRES_12_2, new PostgreSQLContainer<>("postgres:12.2"));
dbs.put(Type.MYSQL, new MySQLContainer<>());
-····dbs.put(Type.ORACLE,·new·OracleContainer(␊
+····dbs.put(␊
+········Type.ORACLE,·new·OracleContainer(␊
"gvenzl/oracle-xe:21-slim-faststart"));
return dbs;
}
@@ -116,8 +116,8 @@
if (USE_RAW_JDBC_CONNECTION) {
return DriverManager.getConnection(db.getJdbcUrl(), db.getUsername(), db.getPassword());
} else {
-······String·calciteUrl·=·String.format(␊
-··········"jdbc:calcite:schemaType=JDBC;·schema.jdbcUser=%s;·schema.jdbcPassword=%s;·schema"␊
+······String·calciteUrl·=␊
+··········String.format("jdbc:calcite:schemaType=JDBC;·schema.jdbcUser=%s;·schema.jdbcPassword=%s;·schema"␊
+ ".jdbcUrl=%s", db.getUsername(), db.getPassword(), db.getJdbcUrl());
return DriverManager.getConnection(calciteUrl);
}
Run './gradlew autostyleApply' to fix the violations.
|
Linux (JDK 8), oldest Guava, America/New_York Timezone:
task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck':
See 'What went wrong' below
|
Linux (JDK 8), oldest Guava, America/New_York Timezone
Execution failed for task ':core:autostyleJavaCheck'.
> The following files have format violations:
core/src/test/java/org/apache/calcite/test/DBFunctionConsistencyTest.java
@@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
package org.apache.calcite.test;
import org.junit.jupiter.api.AfterAll;
@@ -61,7 +60,8 @@
dbs.put(Type.POSTGRES_9_6, new PostgreSQLContainer<>("postgres:9.6"));
dbs.put(Type.POSTGRES_12_2, new PostgreSQLContainer<>("postgres:12.2"));
dbs.put(Type.MYSQL, new MySQLContainer<>());
-····dbs.put(Type.ORACLE,·new·OracleContainer(␊
+····dbs.put(␊
+········Type.ORACLE,·new·OracleContainer(␊
"gvenzl/oracle-xe:21-slim-faststart"));
return dbs;
}
@@ -116,8 +116,8 @@
if (USE_RAW_JDBC_CONNECTION) {
return DriverManager.getConnection(db.getJdbcUrl(), db.getUsername(), db.getPassword());
} else {
-······String·calciteUrl·=·String.format(␊
-··········"jdbc:calcite:schemaType=JDBC;·schema.jdbcUser=%s;·schema.jdbcPassword=%s;·schema"␊
+······String·calciteUrl·=␊
+··········String.format("jdbc:calcite:schemaType=JDBC;·schema.jdbcUser=%s;·schema.jdbcPassword=%s;·schema"␊
+ ".jdbcUrl=%s", db.getUsername(), db.getPassword(), db.getJdbcUrl());
return DriverManager.getConnection(calciteUrl);
}
Run './gradlew autostyleApply' to fix the violations.
|
Linux (JDK 11), Pacific/Chatham Timezone:
task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck':
See 'What went wrong' below
|
Linux (JDK 11), Pacific/Chatham Timezone
Execution failed for task ':core:autostyleJavaCheck'.
> The following files have format violations:
core/src/test/java/org/apache/calcite/test/DBFunctionConsistencyTest.java
@@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
package org.apache.calcite.test;
import org.junit.jupiter.api.AfterAll;
@@ -61,7 +60,8 @@
dbs.put(Type.POSTGRES_9_6, new PostgreSQLContainer<>("postgres:9.6"));
dbs.put(Type.POSTGRES_12_2, new PostgreSQLContainer<>("postgres:12.2"));
dbs.put(Type.MYSQL, new MySQLContainer<>());
-····dbs.put(Type.ORACLE,·new·OracleContainer(␊
+····dbs.put(␊
+········Type.ORACLE,·new·OracleContainer(␊
"gvenzl/oracle-xe:21-slim-faststart"));
return dbs;
}
@@ -116,8 +116,8 @@
if (USE_RAW_JDBC_CONNECTION) {
return DriverManager.getConnection(db.getJdbcUrl(), db.getUsername(), db.getPassword());
} else {
-······String·calciteUrl·=·String.format(␊
-··········"jdbc:calcite:schemaType=JDBC;·schema.jdbcUser=%s;·schema.jdbcPassword=%s;·schema"␊
+······String·calciteUrl·=␊
+··········String.format("jdbc:calcite:schemaType=JDBC;·schema.jdbcUser=%s;·schema.jdbcPassword=%s;·schema"␊
+ ".jdbcUrl=%s", db.getUsername(), db.getPassword(), db.getJdbcUrl());
return DriverManager.getConnection(calciteUrl);
}
Run './gradlew autostyleApply' to fix the violations.
|
Linux (JDK 8), latest Guava, America/New_York Timezone:
task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck':
See 'What went wrong' below
|
Linux (JDK 8), latest Guava, America/New_York Timezone
Execution failed for task ':core:autostyleJavaCheck'.
> The following files have format violations:
core/src/test/java/org/apache/calcite/test/DBFunctionConsistencyTest.java
@@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
package org.apache.calcite.test;
import org.junit.jupiter.api.AfterAll;
@@ -61,7 +60,8 @@
dbs.put(Type.POSTGRES_9_6, new PostgreSQLContainer<>("postgres:9.6"));
dbs.put(Type.POSTGRES_12_2, new PostgreSQLContainer<>("postgres:12.2"));
dbs.put(Type.MYSQL, new MySQLContainer<>());
-····dbs.put(Type.ORACLE,·new·OracleContainer(␊
+····dbs.put(␊
+········Type.ORACLE,·new·OracleContainer(␊
"gvenzl/oracle-xe:21-slim-faststart"));
return dbs;
}
@@ -116,8 +116,8 @@
if (USE_RAW_JDBC_CONNECTION) {
return DriverManager.getConnection(db.getJdbcUrl(), db.getUsername(), db.getPassword());
} else {
-······String·calciteUrl·=·String.format(␊
-··········"jdbc:calcite:schemaType=JDBC;·schema.jdbcUser=%s;·schema.jdbcPassword=%s;·schema"␊
+······String·calciteUrl·=␊
+··········String.format("jdbc:calcite:schemaType=JDBC;·schema.jdbcUser=%s;·schema.jdbcPassword=%s;·schema"␊
+ ".jdbcUrl=%s", db.getUsername(), db.getPassword(), db.getJdbcUrl());
return DriverManager.getConnection(calciteUrl);
}
Run './gradlew autostyleApply' to fix the violations.
|
Windows (JDK 17):
task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck':
See 'What went wrong' below
|
Windows (JDK 17)
Execution failed for task ':core:autostyleJavaCheck'.
> The following files have format violations:
core\src\test\java\org\apache\calcite\test\DBFunctionConsistencyTest.java
@@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
package org.apache.calcite.test;
import org.junit.jupiter.api.AfterAll;
@@ -61,7 +60,8 @@
dbs.put(Type.POSTGRES_9_6, new PostgreSQLContainer<>("postgres:9.6"));
dbs.put(Type.POSTGRES_12_2, new PostgreSQLContainer<>("postgres:12.2"));
dbs.put(Type.MYSQL, new MySQLContainer<>());
- dbs.put(Type.ORACLE, new OracleContainer(\r\n
+ dbs.put(\r\n
+ Type.ORACLE, new OracleContainer(\r\n
"gvenzl/oracle-xe:21-slim-faststart"));
return dbs;
}
@@ -116,8 +116,8 @@
if (USE_RAW_JDBC_CONNECTION) {
return DriverManager.getConnection(db.getJdbcUrl(), db.getUsername(), db.getPassword());
} else {
- String calciteUrl = String.format(\r\n
- "jdbc:calcite:schemaType=JDBC; schema.jdbcUser=%s; schema.jdbcPassword=%s; schema"\r\n
+ String calciteUrl =\r\n
+ String.format("jdbc:calcite:schemaType=JDBC; schema.jdbcUser=%s; schema.jdbcPassword=%s; schema"\r\n
+ ".jdbcUrl=%s", db.getUsername(), db.getPassword(), db.getJdbcUrl());
return DriverManager.getConnection(calciteUrl);
}
Run './gradlew autostyleApply' to fix the violations.
|
Windows (JDK 8):
task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck':
See 'What went wrong' below
|
Windows (JDK 8)
Execution failed for task ':core:autostyleJavaCheck'.
> The following files have format violations:
core\src\test\java\org\apache\calcite\test\DBFunctionConsistencyTest.java
@@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
package org.apache.calcite.test;
import org.junit.jupiter.api.AfterAll;
@@ -61,7 +60,8 @@
dbs.put(Type.POSTGRES_9_6, new PostgreSQLContainer<>("postgres:9.6"));
dbs.put(Type.POSTGRES_12_2, new PostgreSQLContainer<>("postgres:12.2"));
dbs.put(Type.MYSQL, new MySQLContainer<>());
- dbs.put(Type.ORACLE, new OracleContainer(\r\n
+ dbs.put(\r\n
+ Type.ORACLE, new OracleContainer(\r\n
"gvenzl/oracle-xe:21-slim-faststart"));
return dbs;
}
@@ -116,8 +116,8 @@
if (USE_RAW_JDBC_CONNECTION) {
return DriverManager.getConnection(db.getJdbcUrl(), db.getUsername(), db.getPassword());
} else {
- String calciteUrl = String.format(\r\n
- "jdbc:calcite:schemaType=JDBC; schema.jdbcUser=%s; schema.jdbcPassword=%s; schema"\r\n
+ String calciteUrl =\r\n
+ String.format("jdbc:calcite:schemaType=JDBC; schema.jdbcUser=%s; schema.jdbcPassword=%s; schema"\r\n
+ ".jdbcUrl=%s", db.getUsername(), db.getPassword(), db.getJdbcUrl());
return DriverManager.getConnection(calciteUrl);
}
Run './gradlew autostyleApply' to fix the violations.
|
Linux (JDK 11), Avatica main:
task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck':
See 'What went wrong' below
|
Linux (JDK 11), Avatica main
Execution failed for task ':core:autostyleJavaCheck'.
> The following files have format violations:
core/src/test/java/org/apache/calcite/test/DBFunctionConsistencyTest.java
@@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
package org.apache.calcite.test;
import org.junit.jupiter.api.AfterAll;
@@ -61,7 +60,8 @@
dbs.put(Type.POSTGRES_9_6, new PostgreSQLContainer<>("postgres:9.6"));
dbs.put(Type.POSTGRES_12_2, new PostgreSQLContainer<>("postgres:12.2"));
dbs.put(Type.MYSQL, new MySQLContainer<>());
-····dbs.put(Type.ORACLE,·new·OracleContainer(␊
+····dbs.put(␊
+········Type.ORACLE,·new·OracleContainer(␊
"gvenzl/oracle-xe:21-slim-faststart"));
return dbs;
}
@@ -116,8 +116,8 @@
if (USE_RAW_JDBC_CONNECTION) {
return DriverManager.getConnection(db.getJdbcUrl(), db.getUsername(), db.getPassword());
} else {
-······String·calciteUrl·=·String.format(␊
-··········"jdbc:calcite:schemaType=JDBC;·schema.jdbcUser=%s;·schema.jdbcPassword=%s;·schema"␊
+······String·calciteUrl·=␊
+··········String.format("jdbc:calcite:schemaType=JDBC;·schema.jdbcUser=%s;·schema.jdbcPassword=%s;·schema"␊
+ ".jdbcUrl=%s", db.getUsername(), db.getPassword(), db.getJdbcUrl());
return DriverManager.getConnection(calciteUrl);
}
Run './gradlew autostyleApply' to fix the violations.
|
Druid Tests
Canceling since a higher priority waiting request for 'ci-main-refs/heads/db-function-consistency' exists
|
Druid Tests
The operation was canceled.
|
CheckerFramework (JDK 11)
Canceling since a higher priority waiting request for 'ci-main-refs/heads/db-function-consistency' exists
|
CheckerFramework (JDK 11)
The operation was canceled.
|
CheckerFramework (JDK 11), oldest Guava
Canceling since a higher priority waiting request for 'ci-main-refs/heads/db-function-consistency' exists
|
CheckerFramework (JDK 11), oldest Guava
The operation was canceled.
|
macOS (JDK 19)
Canceling since a higher priority waiting request for 'ci-main-refs/heads/db-function-consistency' exists
|
macOS (JDK 19)
The operation was canceled.
|
Linux (JDK 19)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Linux (JDK 19)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Linux (JDK 17)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Linux (JDK 17)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Linux (JDK 8), oldest Guava, America/New_York Timezone
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Linux (JDK 8), oldest Guava, America/New_York Timezone
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Error Prone (JDK 11), latest Guava
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Error Prone (JDK 11), latest Guava
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Linux (JDK 11), Pacific/Chatham Timezone
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Linux (JDK 11), Pacific/Chatham Timezone
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Linux (JDK 8), latest Guava, America/New_York Timezone
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Linux (JDK 8), latest Guava, America/New_York Timezone
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Windows (JDK 17)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Windows (JDK 17)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Windows (JDK 8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Windows (JDK 8)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Linux (JDK 11), Avatica main
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v2, burrunan/gradle-cache-action@v1, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Linux (JDK 11), Avatica main
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
macOS (JDK 19)
Failed to save: "/usr/local/bin/gtar" failed with error: The process '/usr/local/bin/gtar' failed with exit code 1
|