aromanenko-dev commented on pull request #10546: URL: https://github.com/apache/beam/pull/10546#issuecomment-911716457
@vmarquez Please, take a look on `Java PreCommit` [job](https://ci-beam.apache.org/job/beam_PreCommit_Java_Phrase/4017/console) - it fails. `ElasticsearchIOTest.testSplit` fails are caused by flaky tests, so it's not caused by this PR. However, there are 2 other failing tasks that we need to fix before merging: ``` 15:06:24 1: Task failed with an exception. 15:06:24 ----------- 15:06:24 * What went wrong: 15:06:24 Execution failed for task ':sdks:java:io:cassandra:analyzeClassesDependencies'. 15:06:24 > Dependency analysis found issues. 15:06:24 usedUndeclaredArtifacts: 15:06:24 - com.google.guava:guava:25.1-jre@jar 15:06:24 2: Task failed with an exception. 15:06:24 ----------- 15:06:24 * What went wrong: 15:06:24 Execution failed for task ':sdks:java:io:cassandra:checkstyleMain'. 15:06:24 > Checkstyle rule violations were found. See the report at: file:///home/jenkins/jenkins-slave/workspace/beam_PreCommit_Java_Phrase/src/sdks/java/io/cassandra/build/reports/checkstyle/main.html 15:06:24 Checkstyle files with violations: 1 15:06:24 Checkstyle violations by severity: [error:1] ``` -- 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]
