bug-texinfo
[Top][All Lists]
Advanced

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

Re: failures with parallel tests


From: Gavin Smith
Subject: Re: failures with parallel tests
Date: Mon, 19 May 2014 22:17:28 +0100

On Sun, May 18, 2014 at 6:13 PM, Gavin Smith <address@hidden> wrote:
> On Sun, May 18, 2014 at 12:47 PM, Patrice Dumas <address@hidden> wrote:
>> Hello,
>>
>> With info tests, when doing parallel tests, with
>> make -j8 check
>> for example, there may be some failures that do not happen for
>> sequantial tests.  It is not that much reproducible.  There is something
>> in the log that could point to the issue though:
>>
>> FAIL: t/body-start.sh
>> =====================
>>
>> t/Init-intera.inc: line 21: /dev/pts/36: No such file or directory
>>
>> The test that fail is not always the same, bug the error message is the
>> same.
>
> I can't reproduce this. I've added debugging print statements to
> pseudotty.c, which will be recorded in the *.log files. If you could
> try it again, you could have another look to see if this gives us any
> more idea what is causing this.
>
I've had it happen to me now, and not in a parallel test.   I got this
in t/tab.sh.log:

./pseudotty: getting pty master fd
./pseudotty: unlocking slave device
./pseudotty: getting file name of slave device...
./pseudotty: /dev/pts/8
./pseudotty: entering main loop
./t/Init-intera.inc: line 21: /dev/pts/8: No such file or directory

Maybe if it tries to redirect to the file too quickly, it hasn't been
created properly? I tried running the tests several times again but it
didn't happen again.



reply via email to

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