[
https://issues.apache.org/jira/browse/PROTON-485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robbie Gemmell reopened PROTON-485:
-----------------------------------
Regarding the Java build, the test shim presumably needs updated:
{noformat}
test(org.apache.qpid.proton.JythonTest) Time elapsed: 4.273 sec <<< FAILURE!
java.lang.AssertionError: Caught PyException on invocation number 2: Traceback
(most recent call last):
File "/home/gemmellr/workspace/proton/tests/python/proton-test", line 596, in
<module>
m = __import__(name, None, None, ["dummy"])
File "/home/gemmellr/workspace/proton/tests/python/proton_tests/__init__.py",
line 20, in <module>
import proton_tests.codec
File "/home/gemmellr/workspace/proton/tests/python/proton_tests/codec.py",
line 20, in <module>
import os, common
File "/home/gemmellr/workspace/proton/tests/python/proton_tests/common.py",
line 25, in <module>
from proton import Driver, Connection, Transport, SASL, Endpoint, Delivery,
\
File
"/home/gemmellr/workspace/proton/tests/../proton-c/bindings/python/proton.py",
line 3130, in <module>
class SASL(object):
File
"/home/gemmellr/workspace/proton/tests/../proton-c/bindings/python/proton.py",
line 3134, in SASL
SKIPPED = PN_SASL_SKIPPED
NameError: name 'PN_SASL_SKIPPED' is not defined
with message: null
at org.junit.Assert.fail(Assert.java:93)
at org.apache.qpid.proton.JythonTest.runTestOnce(JythonTest.java:120)
at org.apache.qpid.proton.JythonTest.test(JythonTest.java:95)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
<snip>
{noformat}
> Make SASL authentication optional
> ---------------------------------
>
> Key: PROTON-485
> URL: https://issues.apache.org/jira/browse/PROTON-485
> Project: Qpid Proton
> Issue Type: Improvement
> Components: proton-c
> Affects Versions: 0.5
> Reporter: Andreas Mueller
> Assignee: Ted Ross
> Priority: Minor
> Attachments: PROTON-485.patch
>
>
> Disabling SASL should be an option in proton to connect to simple AMQP
> services that do not provide SASL or just to skip this additional step if
> SASL is not required.
--
This message was sent by Atlassian JIRA
(v6.2#6252)