[
https://issues.apache.org/jira/browse/BEAM-10866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17218651#comment-17218651
]
Alex Amato commented on BEAM-10866:
-----------------------------------
(noticed this was assigned to me, i dont recognize this, and the PR seems to
just move the test around within the file, so the blame history is a bit
incorrect here).
[https://github.com/apache/beam/pull/8062/files]
Looks to me though, like this test is trying to finalize a bundle with a few
elements and record this. So possibly processing is flakey and the elements are
not making it to finalization, or the element recorder has a bug.
> 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
> Assignee: Alex Amato
> Priority: P1
> Labels: currently-failing, flaky-test
>
> 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)