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

[Feature Request]: Add Postcommit Dataflow ARM tests for Java and Python #28105

Open
2 of 15 tasks
celeste-zeng opened this issue Aug 22, 2023 · 2 comments
Open
2 of 15 tasks

Comments

@celeste-zeng
Copy link
Contributor

What would you like to happen?

Currently only Go has a PostCommit test suite on Dataflow ARM: https://github.com/apache/beam/blob/master/.github/workflows/beam_PostCommit_Go_Dataflow_ARM.yml.

We want to have PostCommit ARM test suites for Python and Java that run not only wordcount but also other tests on Dataflow runner.

Issue Priority

Priority: 2 (default / most feature requests should be filed as P2)

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
@celeste-zeng
Copy link
Contributor Author

The Java11 PostCommit Dataflow on x86 counterpart, such as job_PostCommit_Java_Dataflow_Examples_Java11.groovy, also only runs https://github.com/apache/beam/blob/01cd45390babcc5d0570affa73d604f5077a6d15/runners/google-cloud-dataflow-java/examples/build.gradle#L69C8-L70C46 wordcount tests, not sure if we should add more tests to it.

@celeste-zeng
Copy link
Contributor Author

celeste-zeng commented Aug 29, 2023

Tests to be added for Java PostCommit:

(remember not to exclude the wordcount).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants