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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]