Sorry, yes, C++. The failed job is 
https://github.com/apache/arrow/runs/7839062613?check_suite_focus=true and it 
timed out on code I wrote (in a PR, not merged). I'd like to avoid a timeout 
without reengineering or reducing the set of tests I wrote, hence my questions.


Yaron.
________________________________
From: Sutou Kouhei <k...@clear-code.com>
Sent: Tuesday, August 16, 2022 8:13 PM
To: dev@arrow.apache.org <dev@arrow.apache.org>
Subject: Re: dealing with tester timeout in a CI job

Hi,

What language are you talking about? C++?
For C++, we have two timeouts:
* GitHub Action's timeout
* GTest's timeout

Could you show the URL of the failed macOS related CI job?

Thanks,
--
kou

In
 <paxp190mb1565310e470e696da667f540bd...@paxp190mb1565.eurp190.prod.outlook.com>
  "dealing with tester timeout in a CI job" on Tue, 16 Aug 2022 16:34:24 +0000,
  Yaron Gvili <rt...@hotmail.com> wrote:

> Hi,
>
> What are some acceptable ways to handle a timeout failure in a CI job for a 
> tester I implemented? For reference, I got such a timeout for only one MacOS 
> related CI job, while the other CI jobs did not get such a timeout.
>
> Let's assume that I cannot (easily) make the tests run any faster. Is it 
> possible/acceptable to change the timeout, and how? to turn off some of the 
> tests for one or all CI jobs, and how? to split the tester into several, so 
> that each meets the timeout allotment?
>
>
> Cheers,
> Yaron.

Reply via email to