You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "Robbie Gemmell (JIRA)" <ji...@apache.org> on 2014/01/31 17:04:09 UTC

[jira] [Created] (PROTON-504) NBMessengerTest.testCreditReclaim failed on Windows

Robbie Gemmell created PROTON-504:
-------------------------------------

             Summary: NBMessengerTest.testCreditReclaim failed on Windows
                 Key: PROTON-504
                 URL: https://issues.apache.org/jira/browse/PROTON-504
             Project: Qpid Proton
          Issue Type: Test
         Environment: Windows 7 x64, running test inside the msysygit 'Git Bash' shell.
            Reporter: Robbie Gemmell
            Priority: Critical


When working on PROTON-501 and PROTON-502, I ran the tests (using mvn test). I noticed one of the python tests fail as they ran (see snippets below), and it was reported as failing when the python tests completed, but not when the wrapping JUnit tests did, and as result the build itself was erroneously marked a success.

Test Failure:
==========
proton_tests.messenger.NBMessengerTest.testCreditReclaim ................ fail
Error during teardown:  Traceback (most recent call last):
    File "C:\workspace\proton\tests\python\proton-test", line 352, in run
      phase()
    File "C:\workspace\proton\tests\python\proton_tests\messenger.py", line 710, in teardown
      assert self.server.stopped
  AssertionError
 

Test results:
=========
Totals: 266 tests, 219 passed, 21 skipped, 25 ignored, 1 failed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 43.898 sec

Results :
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0



Build results:
==========
[INFO] Reactor Summary:
[INFO]
[INFO] proton-project .................................... SUCCESS [1.029s]
[INFO] proton-j .......................................... SUCCESS [6.053s]
[INFO] proton-jms ........................................ SUCCESS [0.359s]
[INFO] proton-hawtdispatch ............................... SUCCESS [2.839s]
[INFO] proton-tests ...................................... SUCCESS [45.162s]
[INFO] proton-j-messenger-example ........................ SUCCESS [0.281s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)