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 QtTest library 5.2.0, Qt 5.2.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)
  FAIL!  : tst_QHttpNetworkConnection::get(success-external) Compared values 
are not the same
     Actual   (reply->statusCode()): 100
     Expected (statusCode)         : 200
     Loc: [tst_qhttpnetworkconnection.cpp(256)]
  PASS   : tst_QHttpNetworkConnection::get(failure-path)
  PASS   : tst_QHttpNetworkConnection::get(failure-protocol)
  PASS   : tst_QHttpNetworkConnection::head(success-internal)
  PASS   : tst_QHttpNetworkConnection::head(success-external)
  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) === 39 msec ===
  PASS   : tst_QHttpNetworkConnection::getMultiple(6 connections, no 
pipelining, 100 requests)
  QDEBUG : tst_QHttpNetworkConnection::getMultiple(1 connection, no pipelining, 
100 requests) === 105 msec ===
  PASS   : tst_QHttpNetworkConnection::getMultiple(1 connection, no pipelining, 
100 requests)
  QDEBUG : tst_QHttpNetworkConnection::getMultiple(6 connections, pipelining 
allowed, 100 requests) === 26 msec ===
  PASS   : tst_QHttpNetworkConnection::getMultiple(6 connections, pipelining 
allowed, 100 requests)
  QDEBUG : tst_QHttpNetworkConnection::getMultiple(1 connection, pipelining 
allowed, 100 requests) === 49 msec ===
  PASS   : tst_QHttpNetworkConnection::getMultiple(1 connection, pipelining 
allowed, 100 requests)
  QDEBUG : 
tst_QHttpNetworkConnection::getMultipleWithPipeliningAndMultiplePriorities() 
=== 37 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: 102 seconds, exit code 
1

  Build log: 
http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_02171/macx-clang_developer-build_OSX_10.8/log.txt.gz

  Tested changes (refs/builds/stable_1380687954):
    http://codereview.qt-project.org/66416 [PS3] - Update ofono backend
_______________________________________________
Ci-reports mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/ci-reports

Reply via email to