Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clickhouse test failures #20912

Open
damccorm opened this issue Jun 4, 2022 · 1 comment
Open

Clickhouse test failures #20912

damccorm opened this issue Jun 4, 2022 · 1 comment

Comments

@damccorm
Copy link
Contributor

damccorm commented Jun 4, 2022

This is using the Docker dev environment with zero changes from head. I.e. a clean checkout.

 

$ ./gradlew -p sdks/java/io/clickhouse check
Configuration on demand is an incubating feature.

> Task :sdks:java:io:clickhouse:test

 

org.apache.beam.sdk.io.clickhouse.AtomicInsertTest > classMethod FAILED
java.lang.IllegalStateException at DockerClientProviderStrategy.java:215

org.apache.beam.sdk.io.clickhouse.AtomicInsertTest > classMethod FAILED
java.lang.NullPointerException at BaseClickHouseTest.java:134

org.apache.beam.sdk.io.clickhouse.ClickHouseIOTest > classMethod FAILED
java.lang.IllegalStateException at DockerClientProviderStrategy.java:109

org.apache.beam.sdk.io.clickhouse.ClickHouseIOTest > classMethod FAILED
java.lang.NullPointerException at BaseClickHouseTest.java:134

29 tests completed, 4 failed

> Task :sdks:java:io:clickhouse:test FAILED

Imported from Jira BEAM-12150. Original Jira may contain additional context.
Reported by: elharo.

@kusut
Copy link

kusut commented Sep 19, 2024

cmiiw this doesnt happen in 2.59. Although other tests fail if we upgrade to clickhouse 24

org.apache.beam.sdk.io.clickhouse.ClickHouseIOTest > testTupleType FAILED
    org.apache.beam.sdk.io.clickhouse.impl.parser.TokenMgrError at ClickHouseIOTest.java:154

org.apache.beam.sdk.io.clickhouse.ClickHouseIOTest > testComplexTupleType FAILED
    org.apache.beam.sdk.io.clickhouse.impl.parser.TokenMgrError at ClickHouseIOTest.java:201

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants