Skip to content

[Bug]: beam_PostCommit_Python_Examples_Spark and beam_PostCommit_Python_Examples_Flink failing test custom_ptransform_it_test.CustomPTransformIT #24163

@Abacn

Description

@Abacn

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions