You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2019/11/26 21:55:00 UTC

[jira] [Commented] (ARROW-7117) [C++][CI] Fix the hanging C++ tests in Windows 2019

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

Antoine Pitrou commented on ARROW-7117:
---------------------------------------

Is there a log of the tests somewhere? 

It seems we should at least disable the Windows crash dialogs. This should be doable on the command line using:
{code}
reg add "HKCU\SOFTWARE\Microsoft\Windows\Windows Error Reporting" /v DontShowUI /t REG_DWORD /d 1 /f
{code}


> [C++][CI] Fix the hanging C++ tests in Windows 2019
> ---------------------------------------------------
>
>                 Key: ARROW-7117
>                 URL: https://issues.apache.org/jira/browse/ARROW-7117
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, Continuous Integration
>            Reporter: Krisztian Szucs
>            Priority: Major
>             Fix For: 1.0.0
>
>
> C++ tests hang on windows-latest GitHub actions host, so the tests are disabled.
>  
> We should fix it and re-enable the tests https://github.com/apache/arrow/blob/master/.github/workflows/cpp.yml#L171



--
This message was sent by Atlassian Jira
(v8.3.4#803005)