From 6deea1c29b07511a744daa17e6409eec9a5397d8 Mon Sep 17 00:00:00 2001 From: Noah Watkins Date: Wed, 2 Nov 2011 13:43:37 -0700 Subject: [PATCH] hadoop: fix unit test: testWorkingDirectory The working directory should be set in initialize() and is expected by the unit tests to be fully qualified (i.e. with ceph://...). Signed-off-by: Noah Watkins --- src/client/hadoop/ceph/TestCeph.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client/hadoop/ceph/TestCeph.java b/src/client/hadoop/ceph/TestCeph.java index a63fc6265b12d..de20ef0803911 100644 --- a/src/client/hadoop/ceph/TestCeph.java +++ b/src/client/hadoop/ceph/TestCeph.java @@ -41,6 +41,5 @@ public class TestCeph extends FileSystemContractBaseTest { cephfs.initialize(URI.create("ceph://null"), conf); fs = cephfs; - cephfs.setWorkingDirectory(new Path(getDefaultWorkingDirectory())); } } -- 2.39.5