crate / crate-jdbc

A JDBC driver for CrateDB.
https://crate.io/docs/jdbc/
Apache License 2.0
23 stars 28 forks source link

Tests start failing with CrateDB 4.7.0-SNAPSHOT #348

Closed amotl closed 3 years ago

amotl commented 3 years ago

Hi there,

according to [1,2], the software tests started failing with the upcoming CrateDB 4.7.0, which is currently in development, on behalf of one of its first nightly releases. Maybe someone of you already has an idea why?

The snippet I have been able to catch is:

io.crate.client.jdbc.integrationtests.ConnectionITest > testExecuteBatchPreparedStatementFailBulkTypes FAILED

    java.lang.AssertionError at ConnectionITest.java:219
# Works
CRATE_VERSION=4.6.3 ./gradlew test

# Fails
CRATE_VERSION=https://cdn.crate.io/downloads/releases/nightly/crate-4.7.0-202109080003-2476b1d.tar.gz ./gradlew test

I haven't been able to verify this on my macOS workstation yet, because the test suite currently exclusively operates on Linux.

With kind regards, Andreas.

[1] https://github.com/crate/crate-alerts/issues/66 [2] https://jenkins.crate.io/blue/organizations/jenkins/CrateDB%2Fnightly%2Fjdbc-nightly/detail/jdbc-nightly/1255/pipeline/

/cc @mfussenegger, @seut, @jeeminso, @BaurzhanSakhariev

amotl commented 3 years ago

Those are the commits which happened on 7th of September, where the nightly job in Jenkins started failing at 08-Sep-2021 00:04 and was still good on the previous run.

https://github.com/crate/crate/compare/ac3db0d5...2476b1d