[jira] [Commented] (DISPATCH-1304) Authz self test fails with python 3

2019-03-28 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16804200#comment-16804200
 ] 

ASF subversion and git services commented on DISPATCH-1304:
---

Commit 8e5a6b024110dc43d76ada9c1fed5a9cb6b95f27 in qpid-dispatch's branch 
refs/heads/master from Charles E. Rolke
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=8e5a6b0 ]

DISPATCH-1304: authservice.py fail at shutdown - improvement

As noted by @astitcher the program was triggering bad behavior in
proton by closing the listener in a signal handler. This commit invokes
a proper shutdown by using flags and closing on a container event.


> Authz self test fails with python 3
> ---
>
> Key: DISPATCH-1304
> URL: https://issues.apache.org/jira/browse/DISPATCH-1304
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.5.0
>Reporter: Chuck Rolke
>Assignee: Chuck Rolke
>Priority: Major
> Fix For: 1.7.0
>
> Attachments: authz.txt
>
>
> This issue is with program authservice.py written to support 
> system_tests_authz_service_plugin self test. The issue is not with the router 
> mission code. See attached selftest log file.
> A workaround is simply ignore the error that bubbles up from Proton. The onus 
> is on Proton to figure out what is really wrong and how a caller like 
> AuthService can avoid the error.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-1304) Authz self test fails with python 3

2019-03-26 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16801942#comment-16801942
 ] 

ASF subversion and git services commented on DISPATCH-1304:
---

Commit ae97a4d608dfda080608c310dd607b4186c06047 in qpid-dispatch's branch 
refs/heads/master from Charles E. Rolke
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=ae97a4d ]

DISPATCH-1304: authservice.py program fails at shutdown in python 3

Container().run() throws an OSError. Catch and ignore the error.


> Authz self test fails with python 3
> ---
>
> Key: DISPATCH-1304
> URL: https://issues.apache.org/jira/browse/DISPATCH-1304
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.5.0
>Reporter: Chuck Rolke
>Assignee: Chuck Rolke
>Priority: Major
> Attachments: authz.txt
>
>
> This issue is with program authservice.py written to support 
> system_tests_authz_service_plugin self test. The issue is not with the router 
> mission code. See attached selftest log file.
> A workaround is simply ignore the error that bubbles up from Proton. The onus 
> is on Proton to figure out what is really wrong and how a caller like 
> AuthService can avoid the error.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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