Author: rvs
Date: Tue Nov 1 02:50:29 2011
New Revision: 1195783
URL: http://svn.apache.org/viewvc?rev=1195783&view=rev
Log:
BIGTOP-212. need to disable tests for features missing from Bigtop 0.2.0
Modified:
incubator/bigtop/trunk/bigtop-tests/test-artifacts/flume/src/main/groovy/org/apache/bigtop/itest/flumesmoke/TestFlumeSmoke.groovy
incubator/bigtop/trunk/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadooptests/TestTestCLI.groovy
incubator/bigtop/trunk/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBaseCompression.groovy
incubator/bigtop/trunk/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBasePigSmoke.groovy
incubator/bigtop/trunk/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHFileOutputFormat.java
Modified:
incubator/bigtop/trunk/bigtop-tests/test-artifacts/flume/src/main/groovy/org/apache/bigtop/itest/flumesmoke/TestFlumeSmoke.groovy
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/flume/src/main/groovy/org/apache/bigtop/itest/flumesmoke/TestFlumeSmoke.groovy?rev=1195783&r1=1195782&r2=1195783&view=diff
==============================================================================
---
incubator/bigtop/trunk/bigtop-tests/test-artifacts/flume/src/main/groovy/org/apache/bigtop/itest/flumesmoke/TestFlumeSmoke.groovy
(original)
+++
incubator/bigtop/trunk/bigtop-tests/test-artifacts/flume/src/main/groovy/org/apache/bigtop/itest/flumesmoke/TestFlumeSmoke.groovy
Tue Nov 1 02:50:29 2011
@@ -67,6 +67,7 @@ class TestFlumeSmoke {
compressionCommonTest("FlumeSmokeBzip2", "bzip2 -d", "*.bz2");
}
+ @Ignore("BIGTOP-218")
@Test(timeout=300000L)
public void testDeflate() {
compressionCommonTest("FlumeSmokeDeflate", "perl -MCompress::Zlib -e
'undef \$/; print uncompress(<>)'", "*.deflate");
Modified:
incubator/bigtop/trunk/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadooptests/TestTestCLI.groovy
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadooptests/TestTestCLI.groovy?rev=1195783&r1=1195782&r2=1195783&view=diff
==============================================================================
---
incubator/bigtop/trunk/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadooptests/TestTestCLI.groovy
(original)
+++
incubator/bigtop/trunk/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadooptests/TestTestCLI.groovy
Tue Nov 1 02:50:29 2011
@@ -45,4 +45,11 @@ class TestTestCLI extends TestCLI {
// 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/trunk/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBaseCompression.groovy
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBaseCompression.groovy?rev=1195783&r1=1195782&r2=1195783&view=diff
==============================================================================
---
incubator/bigtop/trunk/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBaseCompression.groovy
(original)
+++
incubator/bigtop/trunk/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBaseCompression.groovy
Tue Nov 1 02:50:29 2011
@@ -83,6 +83,7 @@ class TestHBaseCompression {
}
@Test
+ @Ignore("BIGTOP-218")
void testSnappyCompression() {
_testCompression("snappy");
}
Modified:
incubator/bigtop/trunk/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBasePigSmoke.groovy
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBasePigSmoke.groovy?rev=1195783&r1=1195782&r2=1195783&view=diff
==============================================================================
---
incubator/bigtop/trunk/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBasePigSmoke.groovy
(original)
+++
incubator/bigtop/trunk/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBasePigSmoke.groovy
Tue Nov 1 02:50:29 2011
@@ -64,6 +64,7 @@ class TestHBasePigSmoke {
sh.exec("hadoop fs -rmr $TABLE");
}
+ @Ignore("BIGTOP-219")
@Test(timeout=300000L)
public void Pig2HBase() {
def script = "\n";
@@ -92,6 +93,7 @@ class TestHBasePigSmoke {
}
@Test(timeout=300000L)
+ @Ignore("BIGTOP-219")
public void HBase2Pig() {
def script = "\n";
Modified:
incubator/bigtop/trunk/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHFileOutputFormat.java
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHFileOutputFormat.java?rev=1195783&r1=1195782&r2=1195783&view=diff
==============================================================================
---
incubator/bigtop/trunk/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHFileOutputFormat.java
(original)
+++
incubator/bigtop/trunk/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHFileOutputFormat.java
Tue Nov 1 02:50:29 2011
@@ -89,11 +89,13 @@ 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);