You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2019/02/01 20:04:01 UTC

[jira] [Updated] (HBASE-20162) [nightly] depending on pipeline execution we sometimes refer to the wrong workspace

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

Andrew Purtell updated HBASE-20162:
-----------------------------------
    Fix Version/s:     (was: 1.5.0)

> [nightly] depending on pipeline execution we sometimes refer to the wrong workspace
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-20162
>                 URL: https://issues.apache.org/jira/browse/HBASE-20162
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 3.0.0, 2.1.0, 1.5.0, 1.3.3, 1.4.3, 2.0.0, 1.2.7
>            Reporter: Sean Busbey
>            Assignee: Sean Busbey
>            Priority: Critical
>             Fix For: 1.3.2, 1.4.3, 2.0.0, 1.2.7
>
>         Attachments: HBASE-20162.0.patch
>
>
> we set BASEDIR at the top of our pipeline to point at the component checkout within WORKSPACE.
> but!
> a) at that point WORKSPACE is the workspace for the launching task
> b) sometimes our parallel executions get a task with a different local WORKSPACE to allow for coexisting on the same build host
> c) when this happens our parallel stages are referring to some other absolute path on the host
> d) in most cases we're referring to dev-support files like e.g. the nightly build script or machine info script that are the same across branches so things are fine if we aren't running at the same time as a job that's overwritting them
> e) we also refer to the Dockerfile this way, so weird bugs I'm sure.
> f) we build the source tarball from here, so that's probably broken subtly
> g) sometimes that other directory _doesn't exist at all_ and we fail with confusing messages about stuff not found



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