You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2022/10/20 04:47:00 UTC

[jira] [Commented] (ARROW-17207) [C++][CI] Occasional timeout failures on arrow-compute-scalar-test

    [ https://issues.apache.org/jira/browse/ARROW-17207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17620723#comment-17620723 ] 

Kouhei Sutou commented on ARROW-17207:
--------------------------------------

It seems that this is happened only with test-ubuntu-20.04-cpp-thread-sanitizer.
We may need to increase timeout with thread-sanitizer.

> [C++][CI] Occasional timeout failures on arrow-compute-scalar-test
> ------------------------------------------------------------------
>
>                 Key: ARROW-17207
>                 URL: https://issues.apache.org/jira/browse/ARROW-17207
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Raúl Cumplido
>            Priority: Major
>             Fix For: 10.0.0
>
>
> Sometimes C++ tests fail due to a timeout on `arrow-compute-scalar-test`:
> {code:java}
> 30/85 Test #29: arrow-compute-scalar-test .................***Timeout 300.04 sec
> Running arrow-compute-scalar-test, redirecting output into /build/cpp/build/test-logs/arrow-compute-scalar-test.txt (attempt 1/1) {code}
> Job failure example: [https://github.com/ursacomputing/crossbow/runs/7511361872?check_suite_focus=true]
> I've realized that even when it run successfully it takes around 4 minutes (timeout is 5 minutes):
> {code:java}
>  32/85 Test #29: arrow-compute-scalar-test .................   Passed  229.77 sec{code}
> Should these tests be split?
> {code:java}
> add_arrow_compute_test(scalar_test
>                        SOURCES
>                        scalar_arithmetic_test.cc
>                        scalar_boolean_test.cc
>                        scalar_cast_test.cc
>                        scalar_compare_test.cc
>                        scalar_if_else_test.cc
>                        scalar_nested_test.cc
>                        scalar_random_test.cc
>                        scalar_set_lookup_test.cc
>                        scalar_string_test.cc
>                        scalar_temporal_test.cc
>                        scalar_validity_test.cc
>                        test_util.cc) {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)