[
https://issues.apache.org/jira/browse/BEAM-10987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17204829#comment-17204829
]
Brian Hulette commented on BEAM-10987:
--------------------------------------
I think it's actually a flake, since it fails for different versions of python.
Here's one with a failure on py36 and py37:
https://github.com/apache/beam/runs/1179874513?check_suite_focus=true
Here's one on just py37:
https://github.com/apache/beam/runs/1188087263?check_suite_focus=true
Here's one with no failures:
https://github.com/apache/beam/actions/runs/279654152
It seems likely its connected to some side effect from other tests, maybe its
related to the text execution order, sometimes a zipimporter object is brought
into the scope and gets pickled with a lambda?
I tested if zipimporter objects are picklable on my linux laptop, it failed on
py2.7, and succeeded on py3.8.
> stager_test.py flaky on windows
> -------------------------------
>
> Key: BEAM-10987
> URL: https://issues.apache.org/jira/browse/BEAM-10987
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-core
> Reporter: Brian Hulette
> Priority: P1
>
> Frequently fails with:
> {code}
> TypeError: can't pickle zipimport.zipimporter objects
> {code}
> Example:
> https://github.com/apache/beam/pull/12505/checks?check_run_id=1183364761
--
This message was sent by Atlassian Jira
(v8.3.4#803005)