Chuck Rolke created PROTON-875:
----------------------------------
Summary: Proton-C SASL changes break windows self tests
Key: PROTON-875
URL: https://issues.apache.org/jira/browse/PROTON-875
Project: Qpid Proton
Issue Type: Bug
Components: proton-c, python-binding
Affects Versions: 0.9
Environment: Windows Server Datacenter SP2, 32-bit
swigwin-2.0.10
Python26
Reporter: Chuck Rolke
After commits 4a09c6, 7cf0aba, and b3bf328 from PROTON-334, self tests started
to fail.
{noformat}
1: proton_tests.sasl.SaslTest.testPipelined2 ...............................
fail
1: Error during test: Traceback (most recent call last):
1: File
"C:/Jenkins/workspace/rh_qpid_proton-trunk/rh-qpid-proton/tests/python/proton-test",
line 355, in run
1: phase()
1: File
"C:\Jenkins\workspace\rh_qpid_proton-trunk\rh-qpid-proton\tests\python\proton_tests\sasl.py",
line 161, in testPipelined2
1: assert len(out1) > 0
1: AssertionError
1: proton_tests.sasl.SaslTest.testPipelinedClient ..........................
fail
1: Error during test: Traceback (most recent call last):
1: File
"C:/Jenkins/workspace/rh_qpid_proton-trunk/rh-qpid-proton/tests/python/proton-test",
line 355, in run
1: phase()
1: File
"C:\Jenkins\workspace\rh_qpid_proton-trunk\rh-qpid-proton\tests\python\proton_tests\sasl.py",
line 68, in testPipelinedClient
1: assert self.s1.outcome == SASL.OK
1: AssertionError
1: proton_tests.sasl.SaslTest.testPipelinedClientFail ......................
fail
1: Error during test: Traceback (most recent call last):
1: File
"C:/Jenkins/workspace/rh_qpid_proton-trunk/rh-qpid-proton/tests/python/proton-test",
line 355, in run
1: phase()
1: File
"C:\Jenkins\workspace\rh_qpid_proton-trunk\rh-qpid-proton\tests\python\proton_tests\sasl.py",
line 95, in testPipelinedClientFail
1: assert self.s1.outcome == SASL.AUTH
1: AssertionError
1: proton_tests.sasl.SaslTest.testSaslAndAmqpInSingleChunk .................
fail
1: Error during test: Traceback (most recent call last):
1: File
"C:/Jenkins/workspace/rh_qpid_proton-trunk/rh-qpid-proton/tests/python/proton-test",
line 355, in run
1: phase()
1: File
"C:\Jenkins\workspace\rh_qpid_proton-trunk\rh-qpid-proton\tests\python\proton_tests\sasl.py",
line 140, in testSaslAndAmqpInSingleChunk
1: assert self.s2.outcome == SASL.OK
1: AssertionError
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)