Abacn commented on issue #31725:
URL: https://github.com/apache/beam/issues/31725#issuecomment-4329531841
However I see it's broken by #36781.
```
java.lang.IllegalArgumentException: No Runner was specified and the
DirectRunner was not found on the classpath.
Specify a runner by either:
Explicitly specifying a runner by providing the 'runner' property
Adding the DirectRunner to the classpath
Calling 'PipelineOptions.setRunner(PipelineRunner)' directly
at
org.apache.beam.sdk.options.PipelineOptions$DirectRunner.create(PipelineOptions.java:317)
at
org.apache.beam.sdk.options.PipelineOptions$DirectRunner.create(PipelineOptions.java:303)
```
These tests configured TestPipeline in unconventional way that dropped test
pipeline options passed in
--
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]