[
https://issues.apache.org/jira/browse/BEAM-13597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17470100#comment-17470100
]
Luke Cwik commented on BEAM-13597:
----------------------------------
This now longer fails for the ClassNotFoundException but seems to be failing
for:
https://github.com/apache/beam/runs/4729953549?check_suite_focus=true
{noformat}
System Go installation: /usr/bin/go is go version go1.15.15 linux/amd64;
Preparing to use /home/runner/go/bin/go1.16.12
package golang.org/dl/go1.16.12@latest: can only use path@version syntax with
'go get'
FAILURE: Build failed with an exception.
* Where:
Build file '/home/runner/work/beam/beam/sdks/go/test/build.gradle' line: 20
* What went wrong:
A problem occurred evaluating project ':sdks:go:test'.
> Could not create task ':sdks:go:test:goPrepare'.
> Process 'command 'sh'' finished with non-zero exit value 1
{noformat}
> Java GHA Test (Wordcount on Dataflow) failing with ClassNotFoundException
> -------------------------------------------------------------------------
>
> Key: BEAM-13597
> URL: https://issues.apache.org/jira/browse/BEAM-13597
> Project: Beam
> Issue Type: Sub-task
> Components: test-failures
> Reporter: Brian Hulette
> Assignee: Kyle Weaver
> Priority: P1
>
> Java GHA tests that run wordount on Dataflow started failing a couple weeks
> ago:
> https://github.com/apache/beam/actions?query=workflow%3A%22Java+Tests%22+branch%3Amaster+event%3Aschedule.
> Last success: https://github.com/apache/beam/actions/runs/1604907786, first
> failure: https://github.com/apache/beam/actions/runs/1609549754
> {code}
> org.apache.beam.examples.WordCountIT > testE2EWordCount FAILED
> java.lang.IllegalArgumentException at WordCountIT.java:58
> Caused by: java.lang.ClassNotFoundException at WordCountIT.java:58
> {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)