Return-Path: X-Original-To: apmail-incubator-bigtop-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-bigtop-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8CBFD759A for ; Wed, 2 Nov 2011 01:29:52 +0000 (UTC) Received: (qmail 71806 invoked by uid 500); 2 Nov 2011 01:29:52 -0000 Delivered-To: apmail-incubator-bigtop-commits-archive@incubator.apache.org Received: (qmail 71766 invoked by uid 500); 2 Nov 2011 01:29:52 -0000 Mailing-List: contact bigtop-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@incubator.apache.org Delivered-To: mailing list bigtop-commits@incubator.apache.org Received: (qmail 71759 invoked by uid 99); 2 Nov 2011 01:29:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Nov 2011 01:29:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Nov 2011 01:29:51 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 08C06238889B; Wed, 2 Nov 2011 01:29:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: 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... Date: Wed, 02 Nov 2011 01:29:30 -0000 To: bigtop-commits@incubator.apache.org From: rvs@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111102012931.08C06238889B@eris.apache.org> 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;