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 2023/01/13 21:31:33 UTC

[GitHub] [beam] Abacn commented on issue #21116: Python PreCommit flaking in PipelineOptionsTest.test_display_data

Abacn commented on issue #21116:
URL: https://github.com/apache/beam/issues/21116#issuecomment-1382414289

   Flaky still exists and becoming quite often recently.
   
   Error Message
   TypeError: Object of type RuntimeValueProvider is not JSON serializable
   
   This is due to display_data trying to resolve a pipeline option set to
   
   obj = {'key': 'gcs_location', 'namespace': 'apache_beam.options.pipeline_options.PipelineOptions', 'type': None, 'value': <apache_beam.options.value_provider.RuntimeValueProvider object at 0x7fa56798e350>}
   
   The option is added i.e. "leaked" from bigquery_test.TestReadFromBigQuery 
   
   If TestReadFromBigQuery runs prior to PipelineOptionsTest.test_display_data, then the test would fail.


-- 
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