[Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#master

Qt Continuous Integration System ci-noreply at qt-project.org
Wed Nov 21 14:50:40 CET 2012


Autotest `tst_qhttpnetworkconnection' failed :(

The test was determined to be flaky, meaning results were not consistent across multiple runs.  This might make the problem difficult to reproduce.  Also, flaky failures might or might not be related to any recent changes in the source code.

  Testing tst_QHttpNetworkConnection
  FAIL!  : tst_QHttpNetworkConnection::get(success-external) Compared values are not the same
     Actual   (reply->statusCode()): 100
     Expected (statusCode): 200
     Loc: [tst_qhttpnetworkconnection.cpp(256)]
  FAIL!  : tst_QHttpNetworkConnection::head(success-external) Compared values are not the same
     Actual   (reply->statusCode()): 100
     Expected (statusCode): 200
     Loc: [tst_qhttpnetworkconnection.cpp(196)]
  Totals: 38 passed, 2 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QHttpNetworkConnection *********
  Config: Using QTest library 5.0.0, Qt 5.0.0
  PASS   : tst_QHttpNetworkConnection::initTestCase()
  XFAIL  : tst_QHttpNetworkConnection::options() not tested yet
     Loc: [tst_qhttpnetworkconnection.cpp(148)]
  PASS   : tst_QHttpNetworkConnection::options()
  PASS   : tst_QHttpNetworkConnection::get(success-internal)
  PASS   : tst_QHttpNetworkConnection::get(success-external)
  PASS   : tst_QHttpNetworkConnection::get(failure-path)
  PASS   : tst_QHttpNetworkConnection::get(failure-protocol)
  PASS   : tst_QHttpNetworkConnection::head(success-internal)
  FAIL!  : tst_QHttpNetworkConnection::head(success-external) Compared values are not the same
     Actual   (reply->statusCode()): 100
     Expected (statusCode): 200
     Loc: [tst_qhttpnetworkconnection.cpp(196)]
  PASS   : tst_QHttpNetworkConnection::head(failure-path)
  PASS   : tst_QHttpNetworkConnection::head(failure-protocol)
  QWARN  : tst_QHttpNetworkConnection::post(success-internal) content-type missing in HTTP POST, defaulting to application/x-www-form-urlencoded. Use QNetworkRequest::setHeader() to fix this problem.
  PASS   : tst_QHttpNetworkConnection::post(success-internal)
  QWARN  : tst_QHttpNetworkConnection::post(failure-internal) content-type missing in HTTP POST, defaulting to application/x-www-form-urlencoded. Use QNetworkRequest::setHeader() to fix this problem.
  PASS   : tst_QHttpNetworkConnection::post(failure-internal)
  PASS   : tst_QHttpNetworkConnection::put(success-internal)
  PASS   : tst_QHttpNetworkConnection::put(fail-internal)
  PASS   : tst_QHttpNetworkConnection::put(fail-host)
  XFAIL  : tst_QHttpNetworkConnection::_delete() not tested yet
     Loc: [tst_qhttpnetworkconnection.cpp(478)]
  PASS   : tst_QHttpNetworkConnection::_delete()
  XFAIL  : tst_QHttpNetworkConnection::trace() not tested yet
     Loc: [tst_qhttpnetworkconnection.cpp(489)]
  PASS   : tst_QHttpNetworkConnection::trace()
  XFAIL  : tst_QHttpNetworkConnection::_connect() not tested yet
     Loc: [tst_qhttpnetworkconnection.cpp(500)]
  PASS   : tst_QHttpNetworkConnection::_connect()
  PASS   : tst_QHttpNetworkConnection::compression(success-autogzip-temp)
  PASS   : tst_QHttpNetworkConnection::compression(success-nogzip-temp)
  PASS   : tst_QHttpNetworkConnection::compression(success-manualgzip-temp)
  PASS   : tst_QHttpNetworkConnection::ignoresslerror(success-init)
  PASS   : tst_QHttpNetworkConnection::ignoresslerror(success-fromSignal)
  PASS   : tst_QHttpNetworkConnection::ignoresslerror(failure)
  PASS   : tst_QHttpNetworkConnection::get401(no-credentials)
  PASS   : tst_QHttpNetworkConnection::get401(invalid-credentials)
  PASS   : tst_QHttpNetworkConnection::get401(valid-credentials)
  PASS   : tst_QHttpNetworkConnection::get401(digest-authentication-invalid)
  PASS   : tst_QHttpNetworkConnection::get401(digest-authentication-valid)
  QDEBUG : tst_QHttpNetworkConnection::getMultiple(6 connections, no pipelining, 100 requests) === 31 msec ===
  PASS   : tst_QHttpNetworkConnection::getMultiple(6 connections, no pipelining, 100 requests)
  QDEBUG : tst_QHttpNetworkConnection::getMultiple(1 connection, no pipelining, 100 requests) === 91 msec ===
  PASS   : tst_QHttpNetworkConnection::getMultiple(1 connection, no pipelining, 100 requests)
  QDEBUG : tst_QHttpNetworkConnection::getMultiple(6 connections, pipelining allowed, 100 requests) === 25 msec ===
  PASS   : tst_QHttpNetworkConnection::getMultiple(6 connections, pipelining allowed, 100 requests)
  QDEBUG : tst_QHttpNetworkConnection::getMultiple(1 connection, pipelining allowed, 100 requests) === 45 msec ===
  PASS   : tst_QHttpNetworkConnection::getMultiple(1 connection, pipelining allowed, 100 requests)
  QDEBUG : tst_QHttpNetworkConnection::getMultipleWithPipeliningAndMultiplePriorities() === 31 msec ===
  PASS   : tst_QHttpNetworkConnection::getMultipleWithPipeliningAndMultiplePriorities()
  PASS   : tst_QHttpNetworkConnection::getMultipleWithPriorities()
  PASS   : tst_QHttpNetworkConnection::getEmptyWithPipelining()
  PASS   : tst_QHttpNetworkConnection::getAndEverythingShouldBePipelined()
  PASS   : tst_QHttpNetworkConnection::getAndThenDeleteObject(delete-reply-first)
  PASS   : tst_QHttpNetworkConnection::getAndThenDeleteObject(delete-connection-first)
  PASS   : tst_QHttpNetworkConnection::cleanupTestCase()
  Totals: 39 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QHttpNetworkConnection *********
  QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time:
  QtQA::App::TestRunner:   first attempt:  exited with exit code 2
  QtQA::App::TestRunner:   second attempt: exited with exit code 1
  QtQA::App::TestRunner: the test seems to be flaky, please fix this
  QtQA::App::TestRunner: this flaky test is being treated as a FAIL
  QtQA::App::TestRunner: end tst_qhttpnetworkconnection: 113 seconds, exit code 1

  Build log: http://testresults.qt-project.org/ci/QtBase_master_Integration/build_04634/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz

  Tested changes (refs/builds/master_1353502889):
    http://codereview.qt-project.org/40146 [PS1] - Enable gui build with QT_NO_SYSTEMTRAYICON
    http://codereview.qt-project.org/40045 [PS6] - uic - fix to handle QTreeWidget with empty header(s)
    http://codereview.qt-project.org/40171 [PS1] - Doc: Modified Qt Test's doc configuration to match file and dir names.
    http://codereview.qt-project.org/39703 [PS2] - Made QWindowsXPStyle internal
    http://codereview.qt-project.org/39697 [PS3] - Made QWindowsVistaStyle internal
    http://codereview.qt-project.org/40101 [PS1] - Remove warnings from qtbase.
    http://codereview.qt-project.org/40129 [PS2] - Handle QEventLoop::ExcludeUserInputEvents in QWindowSystemInterface.
    http://codereview.qt-project.org/37124 [PS2] - [Doc cleanup] Fix typos and style of QAbstractButton, QButtonGroup, QCheckBox and QRadioButton
    http://codereview.qt-project.org/40004 [PS2] - packagesExist(): always return false if QT_CONFIG contains no-pkg-config



More information about the Ci-reports mailing list