You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Andrew MacBean (Created) (JIRA)" <ji...@apache.org> on 2011/11/09 12:54:51 UTC

[jira] [Created] (QPID-3599) Python session tests fail against the Java Broker due to unexpected redelivered status

Python session tests fail against the Java Broker due to unexpected redelivered status
--------------------------------------------------------------------------------------

                 Key: QPID-3599
                 URL: https://issues.apache.org/jira/browse/QPID-3599
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker, Python Test Suite
    Affects Versions: 0.12
            Reporter: Andrew MacBean
             Fix For: 0.15


Python session tests fail against the Java Broker due to unexpected redelivered status

qpid.tests.messaging.endpoints.SessionTests.testCommitAck
qpid.tests.messaging.endpoints.SessionTests.testRelease
qpid.tests.messaging.endpoints.SessionTests.testRollback

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Issue Comment Edited] (QPID-3599) Python session tests fail against the Java Broker due to unexpected redelivered status

Posted by "Keith Wall (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13219269#comment-13219269 ] 

Keith Wall edited comment on QPID-3599 at 3/1/12 8:46 AM:
----------------------------------------------------------

Stack trace is:

{code}
qpid.tests.messaging.endpoints.SessionTests.testRollback ............................................................................................. fail
Error during test:  Traceback (most recent call last):
    File "./qpid-python-test", line 340, in run
      phase()
    File "/home//src/qpid/qpid/python/qpid/tests/messaging/endpoints.py", line 570, in testRollback
      self.txTest(False)
    File "/home//src/qpid/qpid/python/qpid/tests/messaging/endpoints.py", line 562, in txTest
      self.drain(rcv, expected=messages, redelivered=True)
    File "/home//src/qpid/qpid/python/qpid/tests/messaging/__init__.py", line 89, in drain
      self.assertEchos(expected, messages, redelivered)
    File "/home//src/qpid/qpid/python/qpid/tests/messaging/__init__.py", line 132, in assertEchos
      self.assertEcho(m, e, redelivered)
    File "/home//src/qpid/qpid/python/qpid/tests/messaging/__init__.py", line 121, in assertEcho
      assert echo.redelivered, \
  AssertionError: expected Message('txTest[0, 3465e7f1-def6-0e43-81cb-f23143cfe28f]') to be redelivered: Message(properties={'x-amqp-0-10.routing-key': u'test-tx-queue'}, content='txTest[0, 3465e7f1-def6-0e43-81cb-f23143cfe28f]')
Totals: 1 tests, 0 passed, 0 skipped, 0 ignored, 1 failed
{code}

                
      was (Author: k-wall):
    Stack trace is:

qpid.tests.messaging.endpoints.SessionTests.testRollback ............................................................................................. fail
Error during test:  Traceback (most recent call last):
    File "./qpid-python-test", line 340, in run
      phase()
    File "/home//src/qpid/qpid/python/qpid/tests/messaging/endpoints.py", line 570, in testRollback
      self.txTest(False)
    File "/home//src/qpid/qpid/python/qpid/tests/messaging/endpoints.py", line 562, in txTest
      self.drain(rcv, expected=messages, redelivered=True)
    File "/home//src/qpid/qpid/python/qpid/tests/messaging/__init__.py", line 89, in drain
      self.assertEchos(expected, messages, redelivered)
    File "/home//src/qpid/qpid/python/qpid/tests/messaging/__init__.py", line 132, in assertEchos
      self.assertEcho(m, e, redelivered)
    File "/home//src/qpid/qpid/python/qpid/tests/messaging/__init__.py", line 121, in assertEcho
      assert echo.redelivered, \
  AssertionError: expected Message('txTest[0, 3465e7f1-def6-0e43-81cb-f23143cfe28f]') to be redelivered: Message(properties={'x-amqp-0-10.routing-key': u'test-tx-queue'}, content='txTest[0, 3465e7f1-def6-0e43-81cb-f23143cfe28f]')
Totals: 1 tests, 0 passed, 0 skipped, 0 ignored, 1 failed

                  
> Python session tests fail against the Java Broker due to unexpected redelivered status
> --------------------------------------------------------------------------------------
>
>                 Key: QPID-3599
>                 URL: https://issues.apache.org/jira/browse/QPID-3599
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: 0.12
>            Reporter: Andrew MacBean
>            Assignee: Keith Wall
>             Fix For: 0.15
>
>
> Python session tests fail against the Java Broker due to unexpected redelivered status
> qpid.tests.messaging.endpoints.SessionTests.testCommitAck
> qpid.tests.messaging.endpoints.SessionTests.testRelease
> qpid.tests.messaging.endpoints.SessionTests.testRollback

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Assigned] (QPID-3599) Python session tests fail against the Java Broker due to unexpected redelivered status

Posted by "Keith Wall (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Wall reassigned QPID-3599:
--------------------------------

    Assignee: Keith Wall
    
> Python session tests fail against the Java Broker due to unexpected redelivered status
> --------------------------------------------------------------------------------------
>
>                 Key: QPID-3599
>                 URL: https://issues.apache.org/jira/browse/QPID-3599
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker, Python Test Suite
>    Affects Versions: 0.12
>            Reporter: Andrew MacBean
>            Assignee: Keith Wall
>             Fix For: 0.15
>
>
> Python session tests fail against the Java Broker due to unexpected redelivered status
> qpid.tests.messaging.endpoints.SessionTests.testCommitAck
> qpid.tests.messaging.endpoints.SessionTests.testRelease
> qpid.tests.messaging.endpoints.SessionTests.testRollback

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Updated] (QPID-3599) Python session tests fail against the Java Broker due to unexpected redelivered status

Posted by "Keith Wall (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Wall updated QPID-3599:
-----------------------------

    Status: Ready To Review  (was: In Progress)
    
> Python session tests fail against the Java Broker due to unexpected redelivered status
> --------------------------------------------------------------------------------------
>
>                 Key: QPID-3599
>                 URL: https://issues.apache.org/jira/browse/QPID-3599
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: 0.12
>            Reporter: Andrew MacBean
>            Assignee: Keith Wall
>             Fix For: 0.15
>
>
> Python session tests fail against the Java Broker due to unexpected redelivered status
> qpid.tests.messaging.endpoints.SessionTests.testCommitAck
> qpid.tests.messaging.endpoints.SessionTests.testRelease
> qpid.tests.messaging.endpoints.SessionTests.testRollback

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Commented] (QPID-3599) Python session tests fail against the Java Broker due to unexpected redelivered status

Posted by "Keith Wall (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13219269#comment-13219269 ] 

Keith Wall commented on QPID-3599:
----------------------------------

Stack trace is:

qpid.tests.messaging.endpoints.SessionTests.testRollback ............................................................................................. fail
Error during test:  Traceback (most recent call last):
    File "./qpid-python-test", line 340, in run
      phase()
    File "/home//src/qpid/qpid/python/qpid/tests/messaging/endpoints.py", line 570, in testRollback
      self.txTest(False)
    File "/home//src/qpid/qpid/python/qpid/tests/messaging/endpoints.py", line 562, in txTest
      self.drain(rcv, expected=messages, redelivered=True)
    File "/home//src/qpid/qpid/python/qpid/tests/messaging/__init__.py", line 89, in drain
      self.assertEchos(expected, messages, redelivered)
    File "/home//src/qpid/qpid/python/qpid/tests/messaging/__init__.py", line 132, in assertEchos
      self.assertEcho(m, e, redelivered)
    File "/home//src/qpid/qpid/python/qpid/tests/messaging/__init__.py", line 121, in assertEcho
      assert echo.redelivered, \
  AssertionError: expected Message('txTest[0, 3465e7f1-def6-0e43-81cb-f23143cfe28f]') to be redelivered: Message(properties={'x-amqp-0-10.routing-key': u'test-tx-queue'}, content='txTest[0, 3465e7f1-def6-0e43-81cb-f23143cfe28f]')
Totals: 1 tests, 0 passed, 0 skipped, 0 ignored, 1 failed

                
> Python session tests fail against the Java Broker due to unexpected redelivered status
> --------------------------------------------------------------------------------------
>
>                 Key: QPID-3599
>                 URL: https://issues.apache.org/jira/browse/QPID-3599
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker, Python Test Suite
>    Affects Versions: 0.12
>            Reporter: Andrew MacBean
>            Assignee: Keith Wall
>             Fix For: 0.15
>
>
> Python session tests fail against the Java Broker due to unexpected redelivered status
> qpid.tests.messaging.endpoints.SessionTests.testCommitAck
> qpid.tests.messaging.endpoints.SessionTests.testRelease
> qpid.tests.messaging.endpoints.SessionTests.testRollback

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Resolved] (QPID-3599) Python session tests fail against the Java Broker due to unexpected redelivered status

Posted by "Robbie Gemmell (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robbie Gemmell resolved QPID-3599.
----------------------------------

    Resolution: Fixed

Looks good to me
                
> Python session tests fail against the Java Broker due to unexpected redelivered status
> --------------------------------------------------------------------------------------
>
>                 Key: QPID-3599
>                 URL: https://issues.apache.org/jira/browse/QPID-3599
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: 0.12
>            Reporter: Andrew MacBean
>            Assignee: Robbie Gemmell
>             Fix For: 0.15
>
>
> Python session tests fail against the Java Broker due to unexpected redelivered status
> qpid.tests.messaging.endpoints.SessionTests.testCommitAck
> qpid.tests.messaging.endpoints.SessionTests.testRelease
> qpid.tests.messaging.endpoints.SessionTests.testRollback

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[jira] [Assigned] (QPID-3599) Python session tests fail against the Java Broker due to unexpected redelivered status

Posted by "Keith Wall (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Wall reassigned QPID-3599:
--------------------------------

    Assignee: Robbie Gemmell  (was: Keith Wall)
    
> Python session tests fail against the Java Broker due to unexpected redelivered status
> --------------------------------------------------------------------------------------
>
>                 Key: QPID-3599
>                 URL: https://issues.apache.org/jira/browse/QPID-3599
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: 0.12
>            Reporter: Andrew MacBean
>            Assignee: Robbie Gemmell
>             Fix For: 0.15
>
>
> Python session tests fail against the Java Broker due to unexpected redelivered status
> qpid.tests.messaging.endpoints.SessionTests.testCommitAck
> qpid.tests.messaging.endpoints.SessionTests.testRelease
> qpid.tests.messaging.endpoints.SessionTests.testRollback

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Updated] (QPID-3599) Python session tests fail against the Java Broker due to unexpected redelivered status

Posted by "Keith Wall (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Wall updated QPID-3599:
-----------------------------

    Component/s:     (was: Python Test Suite)
    
> Python session tests fail against the Java Broker due to unexpected redelivered status
> --------------------------------------------------------------------------------------
>
>                 Key: QPID-3599
>                 URL: https://issues.apache.org/jira/browse/QPID-3599
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: 0.12
>            Reporter: Andrew MacBean
>            Assignee: Keith Wall
>             Fix For: 0.15
>
>
> Python session tests fail against the Java Broker due to unexpected redelivered status
> qpid.tests.messaging.endpoints.SessionTests.testCommitAck
> qpid.tests.messaging.endpoints.SessionTests.testRelease
> qpid.tests.messaging.endpoints.SessionTests.testRollback

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org