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

[Failing Test]: beam_Release_Gradle_Build permared #27320

Closed
15 tasks
Abacn opened this issue Jun 30, 2023 · 4 comments · Fixed by #27548
Closed
15 tasks

[Failing Test]: beam_Release_Gradle_Build permared #27320

Abacn opened this issue Jun 30, 2023 · 4 comments · Fixed by #27548

Comments

@Abacn
Copy link
Contributor

Abacn commented Jun 30, 2023

What happened?

This test suite (https://ci-beam.apache.org/job/beam_Release_Gradle_Build/) only runs during release verification and does not have a cron job. From the history the last successful build was #25600 for beam 2.46.0. Since them several projects failing for different reasons. beam2.47.0-2.48.0 released without this suite passing

We need to decide either fix or deprecate this test suite

Issue Failure

Failure: Test is continually failing

Issue Priority

Priority: 1 (unhealthy code / failing or flaky postcommit so we cannot be sure the product is healthy)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner
@kennknowles
Copy link
Member

What does this job do? Do we need to keep it?

@Abacn
Copy link
Contributor Author

Abacn commented Jul 17, 2023

It basically run ./gradlew build, which involves run :build tasks for every project - involve compile and run unit test. Some recently added test-only projects (e.g. :sdks:java:io:kafka:kafka-251) appear to be not configured correctly

02:30:39 Caused by: ca.cutterslade.gradle.analyze.DependencyAnalysisException: Dependency analysis found issues.
02:30:39 unusedDeclaredArtifacts
02:30:39  - beam.sdks.java.io:kafka:2.49.0@jar
02:30:39  - org.apache.kafka:kafka-clients:2.4.1@jar

@kennknowles
Copy link
Member

kennknowles commented Jul 18, 2023

Such a generic and large run is not a good idea, so we should just delete it.

@Abacn Abacn self-assigned this Jul 18, 2023
@Abacn
Copy link
Contributor Author

Abacn commented Jul 18, 2023

ok, will draft a PR removing it / update documentation

@github-actions github-actions bot added this to the 2.50.0 Release milestone Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants