aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Boudnik <cos@apache.org>2014-11-11 13:19:43 -0800
committerKonstantin Boudnik <cos@apache.org>2014-11-11 13:19:43 -0800
commitd6c5f77b459e05bdc8db149964040abcbb9a17d6 (patch)
tree2f65be8ad08e950d3ae75732fa59de721fcec245
parent7d406eebed1dfb27d570a021c1b85ca83aea1727 (diff)
BIGTOP-1513. FailureExecutor.groovy is in the wrong module, causing compiler errors.
-rw-r--r--bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/failures/FailureExecutor.groovy (renamed from bigtop-tests/test-artifacts/longevity/src/main/groovy/org/apache/bigtop/itest/iolongevity/FailureExecutor.groovy)0
-rw-r--r--bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/mapreduce/TestHadoopExamples.groovy2
2 files changed, 1 insertions, 1 deletions
diff --git a/bigtop-tests/test-artifacts/longevity/src/main/groovy/org/apache/bigtop/itest/iolongevity/FailureExecutor.groovy b/bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/failures/FailureExecutor.groovy
index 79212b24..79212b24 100644
--- a/bigtop-tests/test-artifacts/longevity/src/main/groovy/org/apache/bigtop/itest/iolongevity/FailureExecutor.groovy
+++ b/bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/failures/FailureExecutor.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 213250c5..b4dff17a 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
@@ -18,7 +18,7 @@
package org.apache.bigtop.itest.hadoop.mapreduce
-import org.apache.bigtop.itest.failures.FailureVars
+import org.apache.bigtop.itest.failures.FailureExecutor
import org.junit.BeforeClass
import org.junit.AfterClass
import static org.junit.Assert.assertNotNull