You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by "Shreepadma Venugopalan (JIRA)" <ji...@apache.org> on 2013/11/06 02:22:18 UTC

[jira] [Commented] (SENTRY-52) E2E tests need to use fully qualified URI while creating test base directories

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

Shreepadma Venugopalan commented on SENTRY-52:
----------------------------------------------

+1. Will commit if tests pass.

> E2E tests need to use fully qualified URI while creating test base directories
> ------------------------------------------------------------------------------
>
>                 Key: SENTRY-52
>                 URL: https://issues.apache.org/jira/browse/SENTRY-52
>             Project: Sentry
>          Issue Type: Bug
>            Reporter: Sravya Tirukkovalur
>            Assignee: Sravya Tirukkovalur
>         Attachments: SENTRY-52.patch
>
>
> This is causing a couple of failures in the e2e tests.
> {noformat}
> //This prints hdfs://host:port/path
> path = new Path(fileSystem.getUri() + policyDir);
> fileSystem.mkdirs(path);
> System.out.println(path);
> //Whereas this prints just /path
> path = new Path(policyDir);
> fileSystem.mkdirs(path);
> System.out.println(path);
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1#6144)