[
https://issues.apache.org/jira/browse/DISPATCH-442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ganesh Murthy resolved DISPATCH-442.
------------------------------------
Resolution: Fixed
Fix Version/s: 0.7.0
Added install of sasl2-bin which contains the saslpasswd2 executable.
> system_tests_sasl_plain and system_tests_deprecated failing on Ubuntu
> ---------------------------------------------------------------------
>
> Key: DISPATCH-442
> URL: https://issues.apache.org/jira/browse/DISPATCH-442
> Project: Qpid Dispatch
> Issue Type: Bug
> Components: Tests
> Environment: $ git log
> commit f1fb8c18e483b57161800f77199e071cc650b4a5
> Author: Ernest Allen <[email protected]>
> Date: Fri Jul 1 12:02:17 2016 -0400
> DISPATCH-439 Added focus styles for checkboxes and buttons. Added a
> ng-submit handler to the connect form for keyboard entry.
> Reporter: Jiri Danek
> Assignee: Ganesh Murthy
> Fix For: 0.7.0
>
>
> {code}
> $ cd dockerfiles
> uncomment the commented out line to run tests
> $ docker build -f Dockerfile-ubuntu .
> {code}
> {noformat}
> 21: Test command: /usr/bin/python "/main/qpid-dispatch/build/tests/run.py"
> "-m" "unittest" "-v" "system_tests_sasl_plain"
> 21: Test timeout computed to be: 1500
> 21: ERROR
> 21: ERROR
> 21: ERROR
> 21: ERROR
> 21:
> 21: ======================================================================
> 21: ERROR: setUpClass (system_tests_sasl_plain.RouterTestPlainSasl)
> 21: ----------------------------------------------------------------------
> 21: Traceback (most recent call last):
> 21: File "/main/qpid-dispatch/tests/system_tests_sasl_plain.py", line 76,
> in setUpClass
> 21: super(RouterTestPlainSasl, cls).createSaslFiles()
> 21: File "/main/qpid-dispatch/tests/system_tests_sasl_plain.py", line 47,
> in createSaslFiles
> 21: stdin=PIPE, stdout=PIPE, stderr=PIPE)
> 21: File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
> 21: errread, errwrite)
> 21: File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child
> 21: raise child_exception
> 21: OSError: [Errno 2] No such file or directory
> 21:
> 21: ======================================================================
> 21: ERROR: setUpClass (system_tests_sasl_plain.RouterTestPlainSaslOverSsl)
> 21: ----------------------------------------------------------------------
> 21: Traceback (most recent call last):
> 21: File "/main/qpid-dispatch/tests/system_tests_sasl_plain.py", line 148,
> in setUpClass
> 21: super(RouterTestPlainSaslOverSsl, cls).createSaslFiles()
> 21: File "/main/qpid-dispatch/tests/system_tests_sasl_plain.py", line 47,
> in createSaslFiles
> 21: stdin=PIPE, stdout=PIPE, stderr=PIPE)
> 21: File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
> 21: errread, errwrite)
> 21: File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child
> 21: raise child_exception
> 21: OSError: [Errno 2] No such file or directory
> 21:
> 21: ======================================================================
> 21: ERROR: setUpClass (system_tests_sasl_plain.RouterTestVerifyHostNameNo)
> 21: ----------------------------------------------------------------------
> 21: Traceback (most recent call last):
> 21: File "/main/qpid-dispatch/tests/system_tests_sasl_plain.py", line 323,
> in setUpClass
> 21: super(RouterTestVerifyHostNameNo, cls).createSaslFiles()
> 21: File "/main/qpid-dispatch/tests/system_tests_sasl_plain.py", line 47,
> in createSaslFiles
> 21: stdin=PIPE, stdout=PIPE, stderr=PIPE)
> 21: File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
> 21: errread, errwrite)
> 21: File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child
> 21: raise child_exception
> 21: OSError: [Errno 2] No such file or directory
> 21:
> 21: ======================================================================
> 21: ERROR: setUpClass (system_tests_sasl_plain.RouterTestVerifyHostNameYes)
> 21: ----------------------------------------------------------------------
> 21: Traceback (most recent call last):
> 21: File "/main/qpid-dispatch/tests/system_tests_sasl_plain.py", line 238,
> in setUpClass
> 21: super(RouterTestVerifyHostNameYes, cls).createSaslFiles()
> 21: File "/main/qpid-dispatch/tests/system_tests_sasl_plain.py", line 47,
> in createSaslFiles
> 21: stdin=PIPE, stdout=PIPE, stderr=PIPE)
> 21: File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
> 21: errread, errwrite)
> 21: File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child
> 21: raise child_exception
> 21: OSError: [Errno 2] No such file or directory
> 21:
> 21: ----------------------------------------------------------------------
> 21: Ran 0 tests in 0.012s
> 21:
> 21: FAILED (errors=4)
> 21/24 Test #21: system_tests_sasl_plain ..........***Failed 0.07 sec
> {noformat}
> {noformat}
> 23: Test command: /usr/bin/python "/main/qpid-dispatch/build/tests/run.py"
> "-m" "unittest" "-v" "system_tests_deprecated"
> 23: Test timeout computed to be: 1500
> 23: ERROR
> 23:
> 23: ======================================================================
> 23: ERROR: setUpClass (system_tests_deprecated.RouterTestDeprecated)
> 23: ----------------------------------------------------------------------
> 23: Traceback (most recent call last):
> 23: File "/main/qpid-dispatch/tests/system_tests_deprecated.py", line 36,
> in setUpClass
> 23: super(RouterTestDeprecated, cls).createSaslFiles()
> 23: File "/main/qpid-dispatch/tests/system_tests_sasl_plain.py", line 47,
> in createSaslFiles
> 23: stdin=PIPE, stdout=PIPE, stderr=PIPE)
> 23: File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
> 23: errread, errwrite)
> 23: File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child
> 23: raise child_exception
> 23: OSError: [Errno 2] No such file or directory
> 23:
> 23: ----------------------------------------------------------------------
> 23: Ran 0 tests in 0.003s
> 23:
> 23: FAILED (errors=1)
> 23/24 Test #23: system_tests_deprecated ..........***Failed 0.06 sec
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]