You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/09/20 15:02:00 UTC

[jira] [Updated] (ARROW-14040) [C++] Spurious test failure in ScanNode.MinimalGroupedAggEndToEnd

     [ https://issues.apache.org/jira/browse/ARROW-14040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ARROW-14040:
-----------------------------------
    Labels: pull-request-available query-engine  (was: query-engine)

> [C++] Spurious test failure in ScanNode.MinimalGroupedAggEndToEnd
> -----------------------------------------------------------------
>
>                 Key: ARROW-14040
>                 URL: https://issues.apache.org/jira/browse/ARROW-14040
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: David Li
>            Assignee: David Li
>            Priority: Major
>              Labels: pull-request-available, query-engine
>             Fix For: 6.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> [https://github.com/ursacomputing/crossbow/runs/3648596923]
> The test assumes a certain order, but there is no guarantee of output order. (We should probably locally run these tests with constrained resources to try to stress them and find other instances of this assumption.)
> {noformat}
> [ RUN      ] ScanNode.MinimalGroupedAggEndToEnd
> /arrow/cpp/src/arrow/testing/gtest_util.cc:514: Failure
> Failed
> Unequal at absolute position 3@@ -0, +0 @@
> +12
> @@ -2, +3 @@
> -12
> Expected:
>   [
>     12,
>     4,
>     40
>   ]
> Actual:
>   [
>     4,
>     40,
>     12
>   ]
> [  FAILED  ] ScanNode.MinimalGroupedAggEndToEnd (4 ms)
> [----------] 8 tests from ScanNode (23 ms total) {noformat}



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