Skip to content

Updated tests to include Exasol V8/ Update to vsjdbc 12.0.0 / Fix issues #254

Updated tests to include Exasol V8/ Update to vsjdbc 12.0.0 / Fix issues

Updated tests to include Exasol V8/ Update to vsjdbc 12.0.0 / Fix issues #254

GitHub Actions / Test Report failed Mar 22, 2024 in 0s

70 tests run, 0 skipped, 1 failed.

Annotations

Check failure on line 41 in src/test/java/com/exasol/adapter/dialects/exasol/ExasolSqlGenerationVisitorTest.java

See this annotation in the file changed.

@github-actions github-actions / Test Report

ExasolSqlGenerationVisitorTest.testVisitSqlLiteralTimestampUtc

Expected: "LOCALTIMESTAMP '2015-12-01 12:01:01.1234'"
     but: was "cast(TIMESTAMP '2015-12-01 12:01:01.1234' as timestamp with local time zone)"
Raw output
java.lang.AssertionError: 

Expected: "LOCALTIMESTAMP '2015-12-01 12:01:01.1234'"
     but: was "cast(TIMESTAMP '2015-12-01 12:01:01.1234' as timestamp with local time zone)"
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
	at com.exasol.adapter.dialects.exasol.ExasolSqlGenerationVisitorTest.testVisitSqlLiteralTimestampUtc(ExasolSqlGenerationVisitorTest.java:41)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)