You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/07/16 15:08:00 UTC

[jira] [Commented] (QPIDIT-128) misuse of JAVA_HOME causes tests to error without clear indication why

    [ https://issues.apache.org/jira/browse/QPIDIT-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16545302#comment-16545302 ] 

ASF subversion and git services commented on QPIDIT-128:
--------------------------------------------------------

Commit 4117ea5073a956f67840b2858530cbe4f90c4f94 in qpid-interop-test's branch refs/heads/0.2.0 from [~kpvdr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-interop-test.git;h=4117ea5 ]

QPIDIT-128: Changed construction of JAVA_HOME to be compliant with Java norms, also added warning when shim jar file is not found at start of JMS tests.


> misuse of JAVA_HOME causes tests to error without clear indication why
> ----------------------------------------------------------------------
>
>                 Key: QPIDIT-128
>                 URL: https://issues.apache.org/jira/browse/QPIDIT-128
>             Project: Apache QPID Interoperability Test Suite
>          Issue Type: Bug
>          Components: Qpid Jms Shim
>    Affects Versions: 0.1.0, 0.2.0
>            Reporter: Robbie Gemmell
>            Assignee: Kim van der Riet
>            Priority: Critical
>             Fix For: 0.2.0
>
>
> The interop suite misuses JAVA_HOME, and in doing so Python tries to run java from the wrong place. This results in the tests erroring out with note of a file not found, but with no indication what file wasn't found. Resorting to some prints for debugging, it emerges that Python is being asked to run Java with the wrong location
> JAVA_HOME points to the root of the java installation, with the java command and various others then found in the bin subdir. The interop tests currently omit the bin subdir when JAVA_HOME was actually defined, but do include it (via a fragile and debatable hard coded default) when JAVA_HOME is not defined:
> {noformat}
> JAVA_HOME = os.getenv('JAVA_HOME', '/usr/bin') # Default only works in Linux
> JAVA_EXEC = os.path.join(JAVA_HOME, 'java')
> {noformat}



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

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