Review Request 108385: Reduce risk of timeout and race condition in KPtyProcessTest
David Faure
faure at kde.org
Sun Jan 13 16:35:46 UTC 2013
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/108385/#review25385
-----------------------------------------------------------
Ship it!
With Qt5 there's a much shorter way to write it: QTRY_VERIFY_WITH_TIMEOUT(pty->canReadLine(), 2500).
But for now this will do.
- David Faure
On Jan. 13, 2013, 1:03 p.m., Jon Severinsson wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/108385/
> -----------------------------------------------------------
>
> (Updated Jan. 13, 2013, 1:03 p.m.)
>
>
> Review request for KDE Frameworks.
>
>
> Description
> -------
>
> Increase timeout, and sleep a while after waitForReadyRead() returns,
> as it only guarantees that *some* data is available to read, while
> the test assumes that a full line of data is available to read...
>
> This reduces failure rate from 10% to 2% on my setup.
>
>
> Diffs
> -----
>
> kpty/tests/kptyprocesstest.cpp b95ae26
>
> Diff: http://git.reviewboard.kde.org/r/108385/diff/
>
>
> Testing
> -------
>
>
> Thanks,
>
> Jon Severinsson
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20130113/973734d8/attachment.html>
More information about the Kde-frameworks-devel
mailing list