Kyle Weaver created BEAM-10866:
----------------------------------
Summary:
PortableRunnerTestWithSubprocesses.test_register_finalizations flaky on macOS
Key: BEAM-10866
URL: https://issues.apache.org/jira/browse/BEAM-10866
Project: Beam
Issue Type: Bug
Components: test-failures
Reporter: Kyle Weaver
This has failed on Github actions on different Python versions with different
assertion errors.
self.assertEqual(results, sorted(elements_list))
AssertionError: Lists differ: ['2'] != ['1', '2']
or
AssertionError: Lists differ: [] != ['1', '2']
--
This message was sent by Atlassian Jira
(v8.3.4#803005)