Repository: bigtop
Updated Branches:
  refs/heads/master 26395ac24 -> 2f27046f6


BIGTOP-1026. Big Top Mapred/Itest assertions should report specific commands 
which fail


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

Branch: refs/heads/master
Commit: 2f27046f6950772dcced46f0ceb03c943b9912a2
Parents: 26395ac
Author: Dasha Boudnik <[email protected]>
Authored: Thu Feb 27 15:38:30 2014 -0800
Committer: Konstantin Boudnik <[email protected]>
Committed: Thu Feb 27 15:39:23 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/bigtop/blob/2f27046f/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/mapreduce/TestHadoopExamples.groovy
----------------------------------------------------------------------
diff --git 
a/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/mapreduce/TestHadoopExamples.groovy
 
b/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/mapreduce/TestHadoopExamples.groovy
index fcecbbb..1afdaf8 100644
--- 
a/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/mapreduce/TestHadoopExamples.groovy
+++ 
b/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/mapreduce/TestHadoopExamples.groovy
@@ -65,6 +65,7 @@ class TestHadoopExamples {
   static void setUp() {
     conf = new Configuration();
     TestUtils.unpackTestResources(TestHadoopExamples.class, EXAMPLES, null, 
EXAMPLES_OUT);
+    assertTrue("Failed to copy TestHadoopExamples.class to FS", sh.getRet() == 
0);
   }
 
   static long terasortid = System.currentTimeMillis();

Reply via email to