Re: dealing with tester timeout in a CI job

2022-08-17 Thread Weston Pace
t; > From: Weston Pace > > Sent: Wednesday, August 17, 2022 10:05 AM > > To: dev@arrow.apache.org > > Subject: Re: dealing with tester timeout in a CI job > > > > My first suspicion on a test timeout is usually a deadlock. That > > being said, I haven't looked

Re: dealing with tester timeout in a CI job

2022-08-17 Thread Antoine Pitrou
your idea, just looking for an example use of SCOPED_TEST. Yaron. From: Weston Pace Sent: Wednesday, August 17, 2022 10:05 AM To: dev@arrow.apache.org Subject: Re: dealing with tester timeout in a CI job My first suspicion on a test timeout is usually a dea

Re: dealing with tester timeout in a CI job

2022-08-17 Thread Yaron Gvili
Yaron. From: Weston Pace Sent: Wednesday, August 17, 2022 10:05 AM To: dev@arrow.apache.org Subject: Re: dealing with tester timeout in a CI job My first suspicion on a test timeout is usually a deadlock. That being said, I haven't looked at this test / change in any real d

Re: dealing with tester timeout in a CI job

2022-08-17 Thread Weston Pace
like to figure out what the acceptable alternatives are. > > > Yaron. > > From: Li Jin > Sent: Wednesday, August 17, 2022 9:04 AM > To: dev@arrow.apache.org > Subject: Re: dealing with tester timeout in a CI job > > Yaron, how does the

Re: dealing with tester timeout in a CI job

2022-08-17 Thread Yaron Gvili
s are. Yaron. From: Li Jin Sent: Wednesday, August 17, 2022 9:04 AM To: dev@arrow.apache.org Subject: Re: dealing with tester timeout in a CI job Yaron, how does the asof join tests normally take? On Wed, Aug 17, 2022 at 6:13 AM Yaron Gvili wrote: > Sorry, yes,

Re: dealing with tester timeout in a CI job

2022-08-17 Thread Li Jin
ike to avoid a > timeout without reengineering or reducing the set of tests I wrote, hence > my questions. > > > Yaron. > > From: Sutou Kouhei > Sent: Tuesday, August 16, 2022 8:13 PM > To: dev@arrow.apache.org > Subject: Re: dealing with

Re: dealing with tester timeout in a CI job

2022-08-17 Thread Yaron Gvili
Yaron. From: Sutou Kouhei Sent: Tuesday, August 16, 2022 8:13 PM To: 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 Cou

Re: dealing with tester timeout in a CI job

2022-08-16 Thread Sutou Kouhei
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 "dealing with tester timeout in a CI job" on Tue, 16 Aug 2022 16:34:24 +, Yaron Gvili