tvalentyn commented on pull request #16589:
URL: https://github.com/apache/beam/pull/16589#issuecomment-1021521578
Github action failure says:
```
@unittest.skipIf(
sys.platform == "win32" and sys.version_info < (3, 8),
'BEAM-10987: pytest on Windows pulls in a zipimporter, unpicklable '
'before py3.8')
def test_with_main_session(self):
staging_dir = self.make_temp_dir()
options = PipelineOptions()
options.view_as(SetupOptions).save_main_session = True
self.update_options(options)
self.assertEqual([names.PICKLED_MAIN_SESSION_FILE],
self.stager.create_and_stage_job_resources(
> options, staging_location=staging_dir)[1])
E AssertionError: Lists differ: ['pickled_main_session'] != []
E
E First list contains 1 additional elements.
E First extra element 0:
E 'pickled_main_session'
E
E - ['pickled_main_session']
E + []
```
--
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]