[ 
https://issues.apache.org/jira/browse/QPID-6120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Vierula updated QPID-6120:
---------------------------------
    Description: 
I recently downloaded Qpid 0.28 GA

and at "make test" step in .../cpp/INSTALL I saw exactly one of the 30 tests 
fail ... specifically 1 of the 537 python tests.

Within TimeoutTests, if testConnectionOpen runs in its alpha order then one of 
the tests that follows will fail (testSenderClose).  However, if I rename 
testConnectionOpen so that it runs last (as it is actually ordered in the 
file), then there is no failure.

Given my previous sentence, I fairly strongly suspect that this does not 
indicate any real problem with the actual application code, but I thought it 
worth inquiring about this.

Note the actual failure in the error case is:

    File 
"/home/MATTER/mvierula/Qpid_0_28/qpid-0.28/cpp/BLD/src/tests/python/qpid/messaging/endpoints.py",
 line 212, in check_error
      raise e
  ConnectionError: connection aborted

Is this a known anomaly?  Or is there some idiosyncrasy involved here?


  was:
I recently downloaded Qpid 0.28 GA

and at "make test" step in .../cpp/INSTALL I saw exactly one of the 30 tests 
fail ... specifically 1 of the 537 python tests.

Within TimeoutTests, if testConnectionOpen runs in its alpha order then one of 
the tests that follows will fail (testSenderClose).  However, if I rename 
testConnectionOpen so that it runs last (as it is actually ordered in the 
file), then there is no failure.

Given my previous sentence, I fairly strongly suspect that this does not 
indicate any real problem with the actual application code, but I thought it 
worth inquiry about this.

Note the actual failure in the error case is:

    File 
"/home/MATTER/mvierula/Qpid_0_28/qpid-0.28/cpp/BLD/src/tests/python/qpid/messaging/endpoints.py",
 line 212, in check_error
      raise e
  ConnectionError: connection aborted

Is this a known anomaly?  Or is there some idiosyncrasy involved here?



> Qpid 0.28 python unit test failure: testSenderClose
> ---------------------------------------------------
>
>                 Key: QPID-6120
>                 URL: https://issues.apache.org/jira/browse/QPID-6120
>             Project: Qpid
>          Issue Type: Bug
>          Components: Python Test Suite
>    Affects Versions: 0.28
>         Environment: python 2.7.3-0ubuntu2.2; Ubuntu 12.04
>            Reporter: Martin Vierula
>            Priority: Minor
>              Labels: newbie
>
> I recently downloaded Qpid 0.28 GA
> and at "make test" step in .../cpp/INSTALL I saw exactly one of the 30 tests 
> fail ... specifically 1 of the 537 python tests.
> Within TimeoutTests, if testConnectionOpen runs in its alpha order then one 
> of the tests that follows will fail (testSenderClose).  However, if I rename 
> testConnectionOpen so that it runs last (as it is actually ordered in the 
> file), then there is no failure.
> Given my previous sentence, I fairly strongly suspect that this does not 
> indicate any real problem with the actual application code, but I thought it 
> worth inquiring about this.
> Note the actual failure in the error case is:
>     File 
> "/home/MATTER/mvierula/Qpid_0_28/qpid-0.28/cpp/BLD/src/tests/python/qpid/messaging/endpoints.py",
>  line 212, in check_error
>       raise e
>   ConnectionError: connection aborted
> Is this a known anomaly?  Or is there some idiosyncrasy involved here?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to