Updated Branches: refs/heads/master 4e77c83ef -> bc49df0bf
BIGTOP-693. Add hadoop-fuse-dfs test (Stephen Chu via rvs) Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/058b1ac2 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/058b1ac2 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/058b1ac2 Branch: refs/heads/master Commit: 058b1ac23023a08ea02b9a3d11a544f3d0bd0029 Parents: 4e77c83 Author: Roman Shaposhnik <[email protected]> Authored: Tue Apr 30 16:11:58 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Tue Apr 30 16:12:16 2013 -0700 ---------------------------------------------------------------------- .../bigtop/itest/hadoop/hdfs/TestHDFSQuota.groovy | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/058b1ac2/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/hdfs/TestHDFSQuota.groovy ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/hdfs/TestHDFSQuota.groovy b/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/hdfs/TestHDFSQuota.groovy index d6a72c1..68a3e6d 100644 --- a/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/hdfs/TestHDFSQuota.groovy +++ b/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/hdfs/TestHDFSQuota.groovy @@ -242,7 +242,7 @@ public class TestHDFSQuota { @Test public void testQuotasShouldFail() { - String date = "failTest" + quotaDate; + String date = "/tmp/failTest" + quotaDate; shHDFS.exec("hadoop fs -mkdir $date"); assertTrue("Could not use mkdir command", shHDFS.getRet() == 0); shHDFS.exec("hadoop fs -put - $date" + "/testString1", "-------TEST STRING--------");
