We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Priority: 2 (default / most feature requests should be filed as P2)
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Tests to be added for Java PostCommit:
beam/runners/google-cloud-dataflow-java/build.gradle
Line 606 in 7a421c4
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: