[ 
https://issues.apache.org/jira/browse/BEAM-13769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17484309#comment-17484309
 ] 

Anand Inguva commented on BEAM-13769:
-------------------------------------

So the reason why precommit fails because

in stager_test.py, this [test 
case|https://github.com/apache/beam/blob/6c9c208197d3d74b1c3643d22716ad3b00213506/sdks/python/apache_beam/runners/portability/stager_test.py#L242]
 declares cloudpickle as the default pickle library. Because of that, in  
[pickler.py|https://github.com/apache/beam/blob/6c9c208197d3d74b1c3643d22716ad3b00213506/sdks/python/apache_beam/internal/pickler.py#L36],
 the global variable is set to cloudpickle and for all other test case, 
cloudpickle is used as the default pickle library and test fails. 

So skipping the test case until cloudpickle becomes default pickle library

> beam_PreCommit_Python_Cron failing on test_create_uses_coder_for_pickling
> -------------------------------------------------------------------------
>
>                 Key: BEAM-13769
>                 URL: https://issues.apache.org/jira/browse/BEAM-13769
>             Project: Beam
>          Issue Type: Test
>          Components: test-failures
>            Reporter: Kiley Sok
>            Assignee: Anand Inguva
>            Priority: P1
>
> https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/5219/



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to