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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to