Author: rvs
Date: Thu Nov 3 00:10:19 2011
New Revision: 1196878
URL: http://svn.apache.org/viewvc?rev=1196878&view=rev
Log:
Enabling tests
Modified:
incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/flume/src/main/groovy/org/apache/bigtop/itest/flumesmoke/TestFlumeSmoke.groovy
incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadooptests/TestTestCLI.groovy
incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBaseCompression.groovy
incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBasePigSmoke.groovy
incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHFileOutputFormat.java
incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/pom.xml
Modified:
incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/flume/src/main/groovy/org/apache/bigtop/itest/flumesmoke/TestFlumeSmoke.groovy
URL:
http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/flume/src/main/groovy/org/apache/bigtop/itest/flumesmoke/TestFlumeSmoke.groovy?rev=1196878&r1=1196877&r2=1196878&view=diff
==============================================================================
---
incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/flume/src/main/groovy/org/apache/bigtop/itest/flumesmoke/TestFlumeSmoke.groovy
(original)
+++
incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/flume/src/main/groovy/org/apache/bigtop/itest/flumesmoke/TestFlumeSmoke.groovy
Thu Nov 3 00:10:19 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/hadoop-0.22/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadooptests/TestTestCLI.groovy
URL:
http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadooptests/TestTestCLI.groovy?rev=1196878&r1=1196877&r2=1196878&view=diff
==============================================================================
---
incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadooptests/TestTestCLI.groovy
(original)
+++
incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadooptests/TestTestCLI.groovy
Thu Nov 3 00:10:19 2011
@@ -45,11 +45,4 @@ class TestTestCLI extends TestHDFSCLI {
// The property needs to be set from runtime
System.properties.setProperty('test.cache.data', 'clitest_data');
}
-
- @Test
- @Ignore("HADOOP-7730")
- @Override
- public void testAll() {
- super.testAll();
- }
}
Modified:
incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBaseCompression.groovy
URL:
http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBaseCompression.groovy?rev=1196878&r1=1196877&r2=1196878&view=diff
==============================================================================
---
incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBaseCompression.groovy
(original)
+++
incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBaseCompression.groovy
Thu Nov 3 00:10:19 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/hadoop-0.22/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBasePigSmoke.groovy
URL:
http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBasePigSmoke.groovy?rev=1196878&r1=1196877&r2=1196878&view=diff
==============================================================================
---
incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBasePigSmoke.groovy
(original)
+++
incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBasePigSmoke.groovy
Thu Nov 3 00:10:19 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/hadoop-0.22/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHFileOutputFormat.java
URL:
http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHFileOutputFormat.java?rev=1196878&r1=1196877&r2=1196878&view=diff
==============================================================================
---
incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHFileOutputFormat.java
(original)
+++
incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHFileOutputFormat.java
Thu Nov 3 00:10:19 2011
@@ -89,13 +89,11 @@ public class TestHFileOutputFormat {
assertTrue("HDFS cleanup failed", sh.getRet() == 0);
}
- @Ignore("HBASE-1861")
@Test
public void testMRIncrementalLoad() throws Exception {
doIncrementalLoadTest("testMRIncrementalLoad", false);
}
- @Ignore("HBASE-1861")
@Test
public void testMRIncrementalLoadWithSplit() throws Exception {
doIncrementalLoadTest("testMRIncrementalLoadWithSplit", true);
Modified:
incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/pom.xml?rev=1196878&r1=1196877&r2=1196878&view=diff
==============================================================================
--- incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/pom.xml
(original)
+++ incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/pom.xml
Thu Nov 3 00:10:19 2011
@@ -45,10 +45,10 @@
<properties>
<junit.version>4.8.2</junit.version>
<itest-common.version>0.2.0-incubating-SNAPSHOT</itest-common.version>
- <hadoop.version>0.20.205.0</hadoop.version>
+ <hadoop.version>0.22.0-SNAPSHOT</hadoop.version>
<pig.version>0.9.1</pig.version>
<sqoop.version>1.3.0</sqoop.version>
- <hbase.version>0.90.4</hbase.version>
+ <hbase.version>0.92.0-SNAPSHOT</hbase.version>
</properties>
<dependencyManagement>
@@ -65,7 +65,32 @@
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
- <artifactId>hadoop-core</artifactId>
+ <artifactId>hadoop-common</artifactId>
+ <version>${hadoop.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-common-test</artifactId>
+ <version>${hadoop.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-hdfs</artifactId>
+ <version>${hadoop.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-hdfs-test</artifactId>
+ <version>${hadoop.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-mapred</artifactId>
+ <version>${hadoop.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-mapred-test</artifactId>
<version>${hadoop.version}</version>
</dependency>
<dependency>