You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/11/14 22:37:53 UTC

[GitHub] [beam] Abacn opened a new issue, #24163: [Bug]: beam_PostCommit_Python_Examples_Spark and beam_PostCommit_Python_Examples_Flink failing test custom_ptransform_it_test.CustomPTransformIT

Abacn opened a new issue, #24163:
URL: https://github.com/apache/beam/issues/24163

   ### 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: https://github.com/apache/beam/blob/2adb68bd12743566cc89b596bf204d7c807eb62d/sdks/python/apache_beam/options/pipeline_options_validator.py#L378
   
   The options passed from command line does not specify environment_config, but it gets added when pipeline.run() initiated:
   https://github.com/apache/beam/blob/2adb68bd12743566cc89b596bf204d7c807eb62d/sdks/python/apache_beam/runners/portability/portable_runner.py#L427
   
   and get assigned the worker address.
   
   We should resolve this conflict.
   
   ### Issue Priority
   
   Priority: 1
   
   ### Issue Component
   
   Component: test-failures


-- 
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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] Abacn commented on issue #24163: [Bug]: beam_PostCommit_Python_Examples_Spark and beam_PostCommit_Python_Examples_Flink failing test custom_ptransform_it_test.CustomPTransformIT

Posted by GitBox <gi...@apache.org>.
Abacn commented on issue #24163:
URL: https://github.com/apache/beam/issues/24163#issuecomment-1315501546

   .take-issue


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] Abacn closed issue #24163: [Bug]: beam_PostCommit_Python_Examples_Spark and beam_PostCommit_Python_Examples_Flink failing test custom_ptransform_it_test.CustomPTransformIT

Posted by GitBox <gi...@apache.org>.
Abacn closed issue #24163: [Bug]: beam_PostCommit_Python_Examples_Spark and beam_PostCommit_Python_Examples_Flink failing test custom_ptransform_it_test.CustomPTransformIT
URL: https://github.com/apache/beam/issues/24163


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] Abacn commented on issue #24163: [Bug]: beam_PostCommit_Python_Examples_Spark and beam_PostCommit_Python_Examples_Flink failing test custom_ptransform_it_test.CustomPTransformIT

Posted by GitBox <gi...@apache.org>.
Abacn commented on issue #24163:
URL: https://github.com/apache/beam/issues/24163#issuecomment-1314501643

   Add as a blocker because the affect tests are Example PostCommit.


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org