You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Weston Pace (Jira)" <ji...@apache.org> on 2022/03/25 01:15:00 UTC

[jira] [Comment Edited] (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:comment-tabpanel&focusedCommentId=17512148#comment-17512148 ] 

Weston Pace edited comment on ARROW-16021 at 3/25/22, 1:14 AM:
---------------------------------------------------------------

I went ahead and closed this assuming the root cause was just running out of time and not a deadlock.  We can reopen if we see it again.


was (Author: westonpace):
I went ahead and closed this assuming the root cause was just running out of time and not a timeout.  We can reopen if we see it again.

> [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: 20m
>  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)