What happened?
https://ci-beam.apache.org/job/beam_PostCommit_Python_Examples_Spark/ and https://ci-beam.apache.org/job/beam_PostCommit_Python_Examples_Flink/
ValueError: Pipeline has validations errors:
Option environment_config is not compatible with environment type LOOPBACK.
The environment_config parameter is non null and with environment type specified triggered validation exception here:
|
if actual_environment_type == 'LOOPBACK' and view.environment_config: |
The options passed from command line does not specify environment_config, but it gets added when pipeline.run() initiated:
|
portable_options.environment_config, server = ( |
and get assigned the worker address.
We should resolve this conflict.
Issue Priority
Priority: 1
Issue Component
Component: test-failures