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 2022/03/24 20:52:00 UTC

[jira] [Updated] (ARROW-16021) [C++] arrow-compute-hash-join-node-test timeout on MinGW

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

ASF GitHub Bot updated ARROW-16021:
-----------------------------------
    Labels: pull-request-available  (was: )

> [C++] arrow-compute-hash-join-node-test  timeout on MinGW
> ---------------------------------------------------------
>
>                 Key: ARROW-16021
>                 URL: https://issues.apache.org/jira/browse/ARROW-16021
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Antoine Pitrou
>            Priority: Critical
>              Labels: pull-request-available
>             Fix For: 8.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> I saw this failure twice today, so it's not entirely sporadic it seems:
> https://github.com/apache/arrow/runs/5679746922?check_suite_focus=true#step:9:257
> {code}
> 68/68 Test #32: arrow-compute-hash-join-node-test .........***Timeout 300.01 sec
> Running main() from C:/M/mingw-w64-gtest/src/googletest-release-1.11.0/googletest/src/gtest_main.cc
> [==========] Running 27 tests from 4 test suites.
> [----------] Global test environment set-up.
> [----------] 8 tests from HashJoin
> [ RUN      ] HashJoin.Suffix
> [       OK ] HashJoin.Suffix (3 ms)
> [ RUN      ] HashJoin.Random
> [       OK ] HashJoin.Random (9760 ms)
> [ RUN      ] HashJoin.Dictionary
> [       OK ] HashJoin.Dictionary (38 ms)
> [ RUN      ] HashJoin.Scalars
> [       OK ] HashJoin.Scalars (10 ms)
> [ RUN      ] HashJoin.DictNegative
> [       OK ] HashJoin.DictNegative (0 ms)
> [ RUN      ] HashJoin.UnsupportedTypes
> [       OK ] HashJoin.UnsupportedTypes (0 ms)
> [ RUN      ] HashJoin.ResidualFilter
> [       OK ] HashJoin.ResidualFilter (1 ms)
> [ RUN      ] HashJoin.TrivialResidualFilter
> [       OK ] HashJoin.TrivialResidualFilter (1 ms)
> [----------] 8 tests from HashJoin (9816 ms total)
> [----------] 2 tests from BloomFilter
> [ RUN      ] BloomFilter.Basic
> [       OK ] BloomFilter.Basic (6621 ms)
> [ RUN      ] BloomFilter.Scaling
> [       OK ] BloomFilter.Scaling (1796 ms)
> [----------] 2 tests from BloomFilter (8418 ms total)
> [----------] 1 test from VectorHash
> [ RUN      ] VectorHash.Basic
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)