Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++] arrow-compute-hash-join-node-test timeout on MinGW #31442

Closed
asfimport opened this issue Mar 24, 2022 · 3 comments
Closed

[C++] arrow-compute-hash-join-node-test timeout on MinGW #31442

asfimport opened this issue Mar 24, 2022 · 3 comments

Comments

@asfimport
Copy link

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

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

Reporter: Antoine Pitrou / @pitrou
Assignee: Weston Pace / @westonpace

PRs and other links:

Note: This issue was originally created as ARROW-16021. Please see the migration documentation for further details.

@asfimport
Copy link
Author

@asfimport
Copy link
Author

Weston Pace / @westonpace:
Issue resolved by pull request 12710
#12710

@asfimport
Copy link
Author

Weston Pace / @westonpace:
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants