You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Raúl Cumplido (Jira)" <ji...@apache.org> on 2022/07/26 10:50:00 UTC

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

Raúl Cumplido created ARROW-17207:
-------------------------------------

             Summary: [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
             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)