[
https://issues.apache.org/jira/browse/ARROW-12145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Diana Clarke updated ARROW-12145:
---------------------------------
Description:
This test assumes:
{code}
artificial_reg, normal = RunnerComparator(contender, baseline).comparisons
{code}
When the return order could be:
{code}
normal, artificial_reg = RunnerComparator(contender, baseline).comparisons
{code}
The return order of {{comparisons}} isn't deterministic.
> [Developer][Archery] Flaky test: test_static_runner_from_json
> -------------------------------------------------------------
>
> Key: ARROW-12145
> URL: https://issues.apache.org/jira/browse/ARROW-12145
> Project: Apache Arrow
> Issue Type: Bug
> Components: Developer Tools
> Reporter: Diana Clarke
> Assignee: Diana Clarke
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> This test assumes:
> {code}
> artificial_reg, normal = RunnerComparator(contender, baseline).comparisons
> {code}
> When the return order could be:
> {code}
> normal, artificial_reg = RunnerComparator(contender, baseline).comparisons
> {code}
> The return order of {{comparisons}} isn't deterministic.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)