You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/22 13:54:13 UTC

[GitHub] [beam] Abacn commented on pull request #21752: Feature/beam 13852 reimplement with dynamic read

Abacn commented on PR #21752:
URL: https://github.com/apache/beam/pull/21752#issuecomment-1163129513

   Thanks! `./gradlew :sdks:java:io:kafka:integrationTest` failed locally with 
   ```
   java.lang.IllegalArgumentException: Missing required value for [public abstract java.lang.Integer org.apache.beam.sdk.io.kafka.KafkaIOIT$Options.getReadTimeout(), "Time to wait for the events to be processed by the read pipeline (in seconds)"]. 
   	at ...
   	at org.apache.beam.sdk.io.kafka.KafkaIOIT.setup(KafkaIOIT.java:148)
           ...
   ```
   Taking a look at jenkins build the integration test is not executed in postcommit. Maybe need to define a postcommit task which depends on integration tests (like [here](https://github.com/apache/beam/blob/b3c410a54d7f4f3ebaaafb364801683563a8cbc6/sdks/java/io/google-cloud-platform/build.gradle#L233))?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org