You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Tianyi Wang (JIRA)" <ji...@apache.org> on 2017/09/22 01:33:00 UTC

[jira] [Resolved] (IMPALA-5966) PlannerTest result files are written to the wrong location

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

Tianyi Wang resolved IMPALA-5966.
---------------------------------
       Resolution: Fixed
    Fix Version/s: Impala 2.11.0

IMPALA-5966: Fix the result file location of PlannerTest

The Plannertest result files should be written to
$IMPALA_FE_TEST_LOGS_DIR/PlannerTest, but instead they are written to
$IMPALA_FE_TEST_LOGS_DIR with "PlannerTest" as the prefix of their
filenames. This patch fixes this bug and refactores surrounding code a
little, replacing some Strings with Paths.

Change-Id: I20005bd0421e1bb9f3eedbb003c97d92a8faf110
Reviewed-on: http://gerrit.cloudera.org:8080/8113
Reviewed-by: Alex Behm <al...@cloudera.com>
Tested-by: Impala Public Jenkins

> PlannerTest result files are written to the wrong location
> ----------------------------------------------------------
>
>                 Key: IMPALA-5966
>                 URL: https://issues.apache.org/jira/browse/IMPALA-5966
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Frontend
>    Affects Versions: Impala 2.11.0
>            Reporter: Tianyi Wang
>            Assignee: Tianyi Wang
>            Priority: Trivial
>             Fix For: Impala 2.11.0
>
>
> A bug is introduced by the patch of IMPALA-3516: https://gerrit.cloudera.org/#/c/8047/.
> Plannertest files should be written into $IMPALA_FE_TEST_LOGS_DIR/PlannerTest , but instead they are written to $IMPALA_FE_TEST_LOGS_DIR with "PlannerTest" as the prefix of their filenames.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)