bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug#569020: coreutils: failure of install-C test on GNU/kFreeBSD


From: Pádraig Brady
Subject: Re: Bug#569020: coreutils: failure of install-C test on GNU/kFreeBSD
Date: Thu, 11 Feb 2010 10:29:25 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1

On 11/02/10 02:14, Michael Stone wrote:

FAIL: tail-2/inotify-hash-abuse2 (exit: 1)
==========================================

tail: `f' has become inaccessible: No such file or directory
./tail-2/inotify-hash-abuse2: line 34: kill: (13733) - No such process
./tail-2/inotify-hash-abuse2: line 40: kill: (13733) - No such process


As far as I read the test, there will always be a race where f could be
temporarily unavailable between the mv and the touch.
I forget what it's supposed to be testing for, but to close that race, I
think

touch g
mv g f

would be better, no?

That's what we're explicitly trying to trigger.
`tail` should not exit in this case as -F is specified (--retry)

cheers,
Pádraig.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]