You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Benoit Sigoure (JIRA)" <ji...@apache.org> on 2014/04/13 07:26:15 UTC

[jira] [Commented] (THRIFT-2431) TFileTransportTest fails with "check delta < XXX failed"

    [ https://issues.apache.org/jira/browse/THRIFT-2431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13967741#comment-13967741 ] 

Benoit Sigoure commented on THRIFT-2431:
----------------------------------------

Looks like a timing problem when the machine is under heavy load.

> TFileTransportTest fails with "check delta < XXX failed"
> --------------------------------------------------------
>
>                 Key: THRIFT-2431
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2431
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Library
>    Affects Versions: 0.9.1
>         Environment: Linux 3.4.43
> Building the SRPM from Fedora Core 21
>            Reporter: Benoit Sigoure
>            Priority: Minor
>
> This test is flaky, I can easily make it fail:
> {code}
> $ ./TFileTransportTest
> Running 5 test cases...
> TFileTransportTest.cpp(289): error in "test_flush_max_us1": check delta < max_allowed_delta failed [17031 >= 15000]
> *** 1 failure detected in test suite "TFileTransportTest"
> $ ./TFileTransportTest
> Running 5 test cases...
> *** No errors detected
> $ ./TFileTransportTest
> Running 5 test cases...
> *** No errors detected
> $ ./TFileTransportTest
> Running 5 test cases...
> TFileTransportTest.cpp(339): fatal error in "test_noop_flush": critical check delta < 2000000 failed [3000242 >= 2000000]
> *** 1 failure detected in test suite "TFileTransportTest"
> $ ./TFileTransportTest
> Running 5 test cases...
> TFileTransportTest.cpp(339): fatal error in "test_noop_flush": critical check delta < 2000000 failed [3000137 >= 2000000]
> *** 1 failure detected in test suite "TFileTransportTest"
> {code}
> Seems like this has hit a [couple|http://mail-archives.apache.org/mod_mbox/thrift-dev/201107.mbox/%3C412700474.6601310132626839.JavaMail.hudson@aegis%3E] [times|http://mail-archives.apache.org/mod_mbox/thrift-dev/201110.mbox/%3C566967061.2611319633097563.JavaMail.hudson@aegis%3E] in Jenkins already.



--
This message was sent by Atlassian JIRA
(v6.2#6252)