These tests are using testcontainers and assume that you have Docker environment locally.
On Sun, Sep 8, 2019 at 5:14 PM Lukasz Cwik <[email protected]> wrote: > Is passing at head on Jenkins: > https://builds.apache.org/job/beam_PreCommit_Java_Cron/1771/testReport/org.apache.beam.sdk.io.clickhouse/ > > What are the failures your seeing at initialization? (the tests do rely on > setting up zookeeper and other stuff that could fail) > > On Fri, Sep 6, 2019 at 12:36 PM Elliotte Rusty Harold <[email protected]> > wrote: > >> At head I noticed the following: >> >> >> $ ./gradlew -p sdks/java/io/ check >> Configuration on demand is an incubating feature. >> >> > Task :sdks:java:io:clickhouse:test >> >> org.apache.beam.sdk.io.clickhouse.ClickHouseIOTest > classMethod FAILED >> java.lang.IllegalStateException >> >> org.apache.beam.sdk.io.clickhouse.ClickHouseIOTest > classMethod FAILED >> java.lang.NullPointerException >> >> org.apache.beam.sdk.io.clickhouse.AtomicInsertTest > classMethod FAILED >> java.lang.IllegalStateException >> >> org.apache.beam.sdk.io.clickhouse.AtomicInsertTest > classMethod FAILED >> java.lang.NullPointerException >> >> 29 tests completed, 4 failed >> >> > Task :sdks:java:io:clickhouse:test FAILED >> >> FAILURE: Build failed with an exception. >> >> >> Is anyone else seeing this? Are the tests expected to pass, or is >> there some requirement (e.g. Java 11) that I might be missing? >> >> -- >> Elliotte Rusty Harold >> [email protected] >> > -- Cheers, Gleb
