GNU bug report logs - #42135
[PATCH] Fix spurious testsuite failure

Previous Next

Package: coreutils;

Reported by: Andreas Schwab <schwab <at> linux-m68k.org>

Date: Tue, 30 Jun 2020 11:07:01 UTC

Severity: normal

Tags: patch

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 42135 in the body.
You can then email your comments to 42135 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-coreutils <at> gnu.org:
bug#42135; Package coreutils. (Tue, 30 Jun 2020 11:07:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andreas Schwab <schwab <at> linux-m68k.org>:
New bug report received and forwarded. Copy sent to bug-coreutils <at> gnu.org. (Tue, 30 Jun 2020 11:07:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andreas Schwab <schwab <at> linux-m68k.org>
To: bug-coreutils <at> gnu.org
Subject: [PATCH] Fix spurious testsuite failure
Date: Tue, 30 Jun 2020 13:05:55 +0200
* tests/dd/stats.sh: Bump timeout.
---
 tests/dd/stats.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/dd/stats.sh b/tests/dd/stats.sh
index 22ba3b014..fe5302de8 100755
--- a/tests/dd/stats.sh
+++ b/tests/dd/stats.sh
@@ -50,7 +50,7 @@ for open in '' '1'; do
 
   # dd will block on open until fifo is opened for reading.
   # Timeout in case dd goes away erroneously which we check for below.
-  timeout 20 sh -c 'wc -c < fifo > nwritten' & pid2=$!
+  timeout 60 sh -c 'wc -c < fifo > nwritten' & pid2=$!
 
   # Send lots of signals immediately to ensure dd not killed due
   # to race setting handler, or blocking on open of fifo.
-- 
2.27.0


-- 
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."




Information forwarded to bug-coreutils <at> gnu.org:
bug#42135; Package coreutils. (Tue, 30 Jun 2020 12:47:02 GMT) Full text and rfc822 format available.

Message #8 received at 42135 <at> debbugs.gnu.org (full text, mbox):

From: Pádraig Brady <P <at> draigBrady.com>
To: Andreas Schwab <schwab <at> linux-m68k.org>, 42135 <at> debbugs.gnu.org
Subject: Re: bug#42135: [PATCH] Fix spurious testsuite failure
Date: Tue, 30 Jun 2020 13:46:03 +0100
On 30/06/2020 12:05, Andreas Schwab wrote:
> * tests/dd/stats.sh: Bump timeout.
> ---
>   tests/dd/stats.sh | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/dd/stats.sh b/tests/dd/stats.sh
> index 22ba3b014..fe5302de8 100755
> --- a/tests/dd/stats.sh
> +++ b/tests/dd/stats.sh
> @@ -50,7 +50,7 @@ for open in '' '1'; do
>   
>     # dd will block on open until fifo is opened for reading.
>     # Timeout in case dd goes away erroneously which we check for below.
> -  timeout 20 sh -c 'wc -c < fifo > nwritten' & pid2=$!
> +  timeout 60 sh -c 'wc -c < fifo > nwritten' & pid2=$!
>   
>     # Send lots of signals immediately to ensure dd not killed due
>     # to race setting handler, or blocking on open of fifo.
> 

Pushed. Marking as done.

thanks,
Pádraig




bug closed, send any further explanations to 42135 <at> debbugs.gnu.org and Andreas Schwab <schwab <at> linux-m68k.org> Request was from Paul Eggert <eggert <at> cs.ucla.edu> to control <at> debbugs.gnu.org. (Sun, 31 Oct 2021 00:28:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 28 Nov 2021 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 143 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.