[ https://issues.apache.org/jira/browse/PROTON-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14643497#comment-14643497 ]
ASF subversion and git services commented on PROTON-960: -------------------------------------------------------- Commit 0773d9b19c61a9e1c2517970d191519b461366b3 in qpid-proton's branch refs/heads/master from [~astitcher] [ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=0773d9b ] PROTON-959/PROTON-960: Split error handling code to be layer sensitive - Each protocol will be called whenever a protocl error is detected to handle its own clean up. > On error Proton can send an open and a close frame during the SASL > negotiation (before sending the AMQP header) > --------------------------------------------------------------------------------------------------------------- > > Key: PROTON-960 > URL: https://issues.apache.org/jira/browse/PROTON-960 > Project: Qpid Proton > Issue Type: Bug > Affects Versions: 0.10 > Reporter: Andrew Stitcher > Assignee: Andrew Stitcher > > Here is a trace from one of the tests: > {noformat} > $ PN_TRACE_FRM=1 proton-test *Zombie*SASL > proton_tests.engine.IdleTimeoutEventTest.testTimeoutWithZombieServerAndSASL > ...........................[0x1306350]: -> SASL > [0x1306350]:0 -> @open(16) [container-id=""] > [0x1306350]:0 -> @close(24) [error=@error(29) > [condition=:"amqp:resource-limit-exceeded", description="local-idle-timeout > expired"]] > [0x1306350]: -> AMQP > [0x1306350]: -> EOS > pass > Totals: 1 tests, 1 passed, 0 skipped, 0 ignored, 0 failed > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)