You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Tim Armstrong (Jira)" <ji...@apache.org> on 2020/06/02 22:45:00 UTC

[jira] [Resolved] (IMPALA-3707) Python tests cannot run when virtualenv is bootstraped with KUDU_IS_SUPPORTED=false

     [ https://issues.apache.org/jira/browse/IMPALA-3707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Armstrong resolved IMPALA-3707.
-----------------------------------
    Resolution: Won't Fix

IMPALA-3695 is coming soon, don't need to do this.

> Python tests cannot run when virtualenv is bootstraped with KUDU_IS_SUPPORTED=false
> -----------------------------------------------------------------------------------
>
>                 Key: IMPALA-3707
>                 URL: https://issues.apache.org/jira/browse/IMPALA-3707
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 2.6.0
>            Reporter: Matthew Jacobs
>            Priority: Minor
>              Labels: kudu, test-infra
>
> If the environment variable KUDU_IS_SUPPORTED is false when the python virtualenv is bootstrapped, the kudu python module isn't installed and pytests cannot run because some of the python code imports the kudu module.
> The default on cdh5-trunk is KUDU_IS_SUPPORTED=true, so this isn't a breaking issue for the default setup. (I think it only seems to be an issue if someone switches branches, but I'm not completely sure how the users that hit this got into this state.)
> Ideally we can remove KUDU_IS_SUPPORTED, or at least avoid requiring it to be set if Kudu isn't supported on the target platform (e.g. automatically using a stub).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)