You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/09/29 23:12:00 UTC

[jira] [Work logged] (BEAM-8665) Add infrastructure + test suites to run Beam tests on Windows/Mac platforms.

     [ https://issues.apache.org/jira/browse/BEAM-8665?focusedWorklogId=492713&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-492713 ]

ASF GitHub Bot logged work on BEAM-8665:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 29/Sep/20 23:11
            Start Date: 29/Sep/20 23:11
    Worklog Time Spent: 10m 
      Work Description: TheNeuralBit commented on a change in pull request #12318:
URL: https://github.com/apache/beam/pull/12318#discussion_r497125141



##########
File path: sdks/python/apache_beam/runners/portability/stager_test.py
##########
@@ -167,6 +167,9 @@ def test_no_main_session(self):
 
   # xdist adds unpicklable modules to the main session.
   @pytest.mark.no_xdist
+  @pytest.mark.skip(
+      sys.platform == 'win32',
+      "Windows raise TypeError: can't pickle zipimport.zipimporter objects")

Review comment:
       Curious what happened to this skip. We're seeing flakes like this quite often BEAM-10987




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

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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 492713)
    Time Spent: 1h 10m  (was: 1h)

> Add infrastructure + test suites to run Beam tests on Windows/Mac platforms. 
> -----------------------------------------------------------------------------
>
>                 Key: BEAM-8665
>                 URL: https://issues.apache.org/jira/browse/BEAM-8665
>             Project: Beam
>          Issue Type: Test
>          Components: testing
>            Reporter: Valentyn Tymofieiev
>            Priority: P3
>              Labels: beam-fixit
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)