This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PING 2][PATCH v3] Add pretty printers for the NPTL lock types


On 03/11/2016 09:30 AM, Martin Galvan wrote:
> On Fri, Mar 11, 2016 at 1:30 AM, Carlos O'Donell <carlos@redhat.com> wrote:
>> This is really awesome.
>>
>> From a high level I think the testing is coming along very nicely.
> 
> Thanks a lot! I'm glad to hear that.
> 
>> One things I'd like to see:
>>
>> * Test timeouts? What if the tests get stuck?
>>   - I don't see how you control the timeouts or time them to
>>     the existing TIMEOUTFACTOR or define default timeouts.
> 
> pexpect.spawn takes a 'timeout' parameter, which tells it how long it
> should wait for the target to output a matching response after each
> call to expect(). If the expect() call times out, an exception is
> raised and the test exits with code 1.

Thanks. I didn't catch that. You need to multiply that by TIMEOUTFACTOR.
 
> I arbitrarily set that timeout to 1 second, but I can change that. Is
> TIMEOUTFACTOR an environment variable you can set when running make
> check?

Yes. It is the multiple by which all test timeouts are scaled.

-- 
Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]