Repository: bigtop
Updated Branches:
  refs/heads/master 459e663bc -> 2ba712d14


BIGTOP-1663. TestHadoopSmoke is failing because of improper set-up


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/2ba712d1
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/2ba712d1
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/2ba712d1

Branch: refs/heads/master
Commit: 2ba712d149a9f54409263b2840ba3032661f90d8
Parents: 459e663
Author: Dasha <[email protected]>
Authored: Tue Feb 10 18:03:10 2015 -0800
Committer: Dasha <[email protected]>
Committed: Tue Feb 10 18:03:10 2015 -0800

----------------------------------------------------------------------
 .../apache/bigtop/itest/hadoop/mapreduce/TestHadoopSmoke.groovy    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/2ba712d1/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/mapreduce/TestHadoopSmoke.groovy
----------------------------------------------------------------------
diff --git 
a/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/mapreduce/TestHadoopSmoke.groovy
 
b/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/mapreduce/TestHadoopSmoke.groovy
index da31115..0b2970b 100644
--- 
a/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/mapreduce/TestHadoopSmoke.groovy
+++ 
b/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/mapreduce/TestHadoopSmoke.groovy
@@ -56,7 +56,7 @@ class TestHadoopSmoke {
   @BeforeClass
   static void  setUp() throws IOException {
     String[] inputFiles = ["cachedir.jar", "input.txt"];
-    //TestUtils.unpackTestResources(TestHadoopSmoke.class, 
"${testDir}/cachefile", inputFiles, null);
+    TestUtils.unpackTestResources(TestHadoopSmoke.class, 
"${testDir}/cachefile", inputFiles, null);
   }
 
   @AfterClass

Reply via email to