You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2011/11/02 02:29:30 UTC

svn commit: r1196429 - in /incubator/bigtop/branches/branch-0.2/bigtop-tests/test-artifacts: flume/src/main/groovy/org/apache/bigtop/itest/flumesmoke/ hadoop/src/main/groovy/org/apache/bigtop/itest/hadooptests/ hbase/src/main/groovy/org/apache/bigtop/i...

Author: rvs
Date: Wed Nov  2 01:29:30 2011
New Revision: 1196429

URL: http://svn.apache.org/viewvc?rev=1196429&view=rev
Log:
BIGTOP-238. test don't compile

Modified:
    incubator/bigtop/branches/branch-0.2/bigtop-tests/test-artifacts/flume/src/main/groovy/org/apache/bigtop/itest/flumesmoke/TestFlumeSmoke.groovy
    incubator/bigtop/branches/branch-0.2/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadooptests/TestTestCLI.groovy
    incubator/bigtop/branches/branch-0.2/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBaseCompression.groovy
    incubator/bigtop/branches/branch-0.2/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBasePigSmoke.groovy
    incubator/bigtop/branches/branch-0.2/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHFileOutputFormat.java

Modified: incubator/bigtop/branches/branch-0.2/bigtop-tests/test-artifacts/flume/src/main/groovy/org/apache/bigtop/itest/flumesmoke/TestFlumeSmoke.groovy
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.2/bigtop-tests/test-artifacts/flume/src/main/groovy/org/apache/bigtop/itest/flumesmoke/TestFlumeSmoke.groovy?rev=1196429&r1=1196428&r2=1196429&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.2/bigtop-tests/test-artifacts/flume/src/main/groovy/org/apache/bigtop/itest/flumesmoke/TestFlumeSmoke.groovy (original)
+++ incubator/bigtop/branches/branch-0.2/bigtop-tests/test-artifacts/flume/src/main/groovy/org/apache/bigtop/itest/flumesmoke/TestFlumeSmoke.groovy Wed Nov  2 01:29:30 2011
@@ -19,6 +19,7 @@
 package org.apache.bigtop.itest.flumesmoke
 
 import org.junit.Test
+import org.junit.Ignore
 import org.apache.bigtop.itest.shell.Shell
 import org.junit.AfterClass
 import org.junit.BeforeClass

Modified: incubator/bigtop/branches/branch-0.2/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadooptests/TestTestCLI.groovy
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.2/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadooptests/TestTestCLI.groovy?rev=1196429&r1=1196428&r2=1196429&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.2/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadooptests/TestTestCLI.groovy (original)
+++ incubator/bigtop/branches/branch-0.2/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadooptests/TestTestCLI.groovy Wed Nov  2 01:29:30 2011
@@ -17,6 +17,8 @@
  */
 package org.apache.bigtop.itest.hadooptests
 
+import org.junit.Ignore
+import org.junit.Test
 import org.apache.hadoop.conf.Configuration
 import org.apache.hadoop.cli.*
 

Modified: incubator/bigtop/branches/branch-0.2/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBaseCompression.groovy
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.2/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBaseCompression.groovy?rev=1196429&r1=1196428&r2=1196429&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.2/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBaseCompression.groovy (original)
+++ incubator/bigtop/branches/branch-0.2/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBaseCompression.groovy Wed Nov  2 01:29:30 2011
@@ -23,6 +23,8 @@ import static org.junit.Assert.assertTru
 import org.junit.AfterClass
 import org.junit.BeforeClass
 import org.junit.Test
+import org.junit.Ignore
+
 
 import org.apache.bigtop.itest.shell.Shell
 

Modified: incubator/bigtop/branches/branch-0.2/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBasePigSmoke.groovy
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.2/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBasePigSmoke.groovy?rev=1196429&r1=1196428&r2=1196429&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.2/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBasePigSmoke.groovy (original)
+++ incubator/bigtop/branches/branch-0.2/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBasePigSmoke.groovy Wed Nov  2 01:29:30 2011
@@ -21,6 +21,7 @@ import org.apache.bigtop.itest.shell.She
 import org.junit.AfterClass
 import org.junit.BeforeClass
 import org.junit.Test
+import org.junit.Ignore
 import static junit.framework.Assert.assertEquals
 import static org.junit.Assert.assertTrue
 

Modified: incubator/bigtop/branches/branch-0.2/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHFileOutputFormat.java
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.2/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHFileOutputFormat.java?rev=1196429&r1=1196428&r2=1196429&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.2/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHFileOutputFormat.java (original)
+++ incubator/bigtop/branches/branch-0.2/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHFileOutputFormat.java Wed Nov  2 01:29:30 2011
@@ -43,6 +43,7 @@ import static org.junit.Assert.assertNot
 import static org.junit.Assert.assertTrue;
 import org.junit.AfterClass;
 import org.junit.Test;
+import org.junit.Ignore;
 
 import org.apache.bigtop.itest.JarContent;
 import org.apache.bigtop.itest.shell.Shell;