[
https://issues.apache.org/jira/browse/DISPATCH-1170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675129#comment-16675129
]
ASF GitHub Bot commented on DISPATCH-1170:
------------------------------------------
GitHub user fgiorgetti opened a pull request:
https://github.com/apache/qpid-dispatch/pull/414
DISPATCH-1170 - Fix for system tests execution on python3 only machines
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/fgiorgetti/qpid-dispatch
fgiorgetti-DISPATCH-1170
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/qpid-dispatch/pull/414.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #414
----
commit dec3416e09a8501411193b89727ba263c933f105
Author: Fernando Giorgetti <fgiorget@...>
Date: 2018-11-05T13:16:50Z
DISPATCH-1170 - Fix for system tests execution on python3 only machines
----
> System tests failing when executed on a python3 only machine
> ------------------------------------------------------------
>
> Key: DISPATCH-1170
> URL: https://issues.apache.org/jira/browse/DISPATCH-1170
> Project: Qpid Dispatch
> Issue Type: Bug
> Components: Tests
> Reporter: Fernando Giorgetti
> Priority: Major
>
> System tests could not be executed in a machine with only python3 installed.
> It looks like PY_UNIT2_STRING variable, which points to unit2-3, is no longer
> working. In latest versions of Fedora and RHEL, when installing unittest2
> (via tox), a "unit2" script is created either way, and if you have just
> python3, then there is no unit2-3, but unit2-3.6 (in example).
> Another issue found while running system tests:
> * system_tests_authz_service_plugin
> * system_tests_handle_failover
> Internally these tests are referencing to "/usr/bin/env python", which might
> not be present as well (in python3 only machines where we could only have
> python3 and not python).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]