Extra Nightly Tests #270
extra-nightly-tests.yml
on: workflow_dispatch
Snowflake Tests (LinuxLatest)
1h 5m
Standard Library Tests (GraalVM CE) (LinuxLatest)
35m 51s
Annotations
18 errors and 2 warnings
Standard Library Tests (GraalVM CE) (LinuxLatest)
Failed test were found and 'fail-on-error' option is set to true
|
[In-Memory] Expression Float literals: should be able to add an decimal column
An unexpected panic was thrown: java.lang.ClassCastException: Cannot convert '3.1415'(language: Java, type: java.lang.Double) to Java type 'int' using Value.asInt(): Invalid or lossy primitive coercion. You can ensure that the value can be converted using Value.fitsInInt().
|
[In-Memory] Expression Arithmetic: should be able to do basic arithmetic
An unexpected panic was thrown: java.lang.ClassCastException: Cannot convert '2.5'(language: Java, type: java.lang.Double) to Java type 'int' using Value.asInt(): Invalid or lossy primitive coercion. You can ensure that the value can be converted using Value.fitsInInt().
|
[In-Memory] Expression Arithmetic: should be able to do basic arithmetic with order
An unexpected panic was thrown: java.lang.ClassCastException: Cannot convert '4.2'(language: Java, type: java.lang.Double) to Java type 'int' using Value.asInt(): Invalid or lossy primitive coercion. You can ensure that the value can be converted using Value.fitsInInt().
|
[In-Memory] Expression Arithmetic: should be able to do basic arithmetic with whitespace
An unexpected panic was thrown: java.lang.ClassCastException: Cannot convert '2.5'(language: Java, type: java.lang.Double) to Java type 'int' using Value.asInt(): Invalid or lossy primitive coercion. You can ensure that the value can be converted using Value.fitsInInt().
|
[SQLite File] Expression Float literals: should be able to add an decimal column
An unexpected panic was thrown: java.lang.ClassCastException: Cannot convert '3.1415'(language: Java, type: java.lang.Double) to Java type 'int' using Value.asInt(): Invalid or lossy primitive coercion. You can ensure that the value can be converted using Value.fitsInInt().
|
[SQLite File] Expression Arithmetic: should be able to do basic arithmetic
An unexpected panic was thrown: java.lang.ClassCastException: Cannot convert '2.5'(language: Java, type: java.lang.Double) to Java type 'int' using Value.asInt(): Invalid or lossy primitive coercion. You can ensure that the value can be converted using Value.fitsInInt().
|
[SQLite File] Expression Arithmetic: should be able to do basic arithmetic with order
An unexpected panic was thrown: java.lang.ClassCastException: Cannot convert '4.2'(language: Java, type: java.lang.Double) to Java type 'int' using Value.asInt(): Invalid or lossy primitive coercion. You can ensure that the value can be converted using Value.fitsInInt().
|
[SQLite File] Expression Arithmetic: should be able to do basic arithmetic with whitespace
An unexpected panic was thrown: java.lang.ClassCastException: Cannot convert '2.5'(language: Java, type: java.lang.Double) to Java type 'int' using Value.asInt(): Invalid or lossy primitive coercion. You can ensure that the value can be converted using Value.fitsInInt().
|
[SQLite In-Memory] Expression Float literals: should be able to add an decimal column
An unexpected panic was thrown: java.lang.ClassCastException: Cannot convert '3.1415'(language: Java, type: java.lang.Double) to Java type 'int' using Value.asInt(): Invalid or lossy primitive coercion. You can ensure that the value can be converted using Value.fitsInInt().
|
[SQLite In-Memory] Expression Arithmetic: should be able to do basic arithmetic
An unexpected panic was thrown: java.lang.ClassCastException: Cannot convert '2.5'(language: Java, type: java.lang.Double) to Java type 'int' using Value.asInt(): Invalid or lossy primitive coercion. You can ensure that the value can be converted using Value.fitsInInt().
|
Snowflake Tests (LinuxLatest)
Failed test were found and 'fail-on-error' option is set to true
|
[Snowflake] Expression Float literals: should be able to add an decimal column
An unexpected panic was thrown: java.lang.ClassCastException: Cannot convert '3.1415'(language: Java, type: java.lang.Double) to Java type 'int' using Value.asInt(): Invalid or lossy primitive coercion. You can ensure that the value can be converted using Value.fitsInInt().
|
[Snowflake] Expression Arithmetic: should be able to do basic arithmetic
An unexpected panic was thrown: java.lang.ClassCastException: Cannot convert '2.5'(language: Java, type: java.lang.Double) to Java type 'int' using Value.asInt(): Invalid or lossy primitive coercion. You can ensure that the value can be converted using Value.fitsInInt().
|
[Snowflake] Expression Arithmetic: should be able to do basic arithmetic with order
An unexpected panic was thrown: java.lang.ClassCastException: Cannot convert '4.2'(language: Java, type: java.lang.Double) to Java type 'int' using Value.asInt(): Invalid or lossy primitive coercion. You can ensure that the value can be converted using Value.fitsInInt().
|
[Snowflake] Expression Arithmetic: should be able to do basic arithmetic with whitespace
An unexpected panic was thrown: java.lang.ClassCastException: Cannot convert '2.5'(language: Java, type: java.lang.Double) to Java type 'int' using Value.asInt(): Invalid or lossy primitive coercion. You can ensure that the value can be converted using Value.fitsInInt().
|
Failed Standard Library Tests
1 test suite(s) failed: Command failed: Command:
cd "/home/runner/work/enso/enso/test" && ENSO_CLOUD_CREDENTIALS_FILE="/tmp/enso-cloud-credentialsqMidDV" ENSO_RUN_REAL_CLOUD_TEST="1" JAVA_OPTS="-enableassertions" "/usr/bin/bash" "/home/runner/work/enso/enso/built-distribution/enso-engine-2025.1.1-dev-linux-amd64/enso-2025.1.1-dev/bin/enso" "--no-ir-caches" "--run" "/home/runner/work/enso/enso/test/Snowflake_Tests"
with working directory: /home/runner/work/enso/enso/test
with environment overrides:
ENSO_CLOUD_CREDENTIALS_FILE=/tmp/enso-cloud-credentialsqMidDV
ENSO_RUN_REAL_CLOUD_TEST=1
JAVA_OPTS=-enableassertions
|
Snowflake Tests (LinuxLatest)
Process completed with exit code 1.
|
Standard Library Tests (GraalVM CE) (LinuxLatest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Snowflake Tests (LinuxLatest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|