You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Dasha Boudnik (JIRA)" <ji...@apache.org> on 2015/01/27 21:51:35 UTC

[jira] [Updated] (BIGTOP-1617) Make clean-up commands in TestCLI more specific

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

Dasha Boudnik updated BIGTOP-1617:
----------------------------------
    Attachment: BIGTOP-1617.patch

This patch includes testDFSCLI and testHDFSCLI. testHCFSCLI is experiencing some major problems for some reason: altering the clean-up commands is messing up several dozen tests, so I've excluded that test altogether (for now?).

> Make clean-up commands in TestCLI more specific
> -----------------------------------------------
>
>                 Key: BIGTOP-1617
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-1617
>             Project: Bigtop
>          Issue Type: Test
>          Components: tests
>    Affects Versions: 0.8.0
>            Reporter: Dasha Boudnik
>            Assignee: Dasha Boudnik
>             Fix For: 0.9.0
>
>         Attachments: BIGTOP-1617.patch
>
>
> Currently, some of the tests in TestCLI clean up by deleting the entire user directory:
> {noformat}<cleanup-commands>
> <command>-fs NAMENODE -rm -r /user/USER_NAME</command>
> </cleanup-commands>{noformat}
> If this directory exists prior to running the test and contains something other than subdirectories created during the test, stuff that shouldn't be deleted by TestCLI might get thrown out. The clean-up commands should specify which subdirectories and/or files to delete.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)