aboutsummaryrefslogtreecommitdiff
path: root/external/flume
diff options
context:
space:
mode:
authorTathagata Das <tathagata.das1565@gmail.com>2015-05-05 01:58:51 -0700
committerTathagata Das <tathagata.das1565@gmail.com>2015-05-05 01:58:51 -0700
commit8776fe0b93b6e6d718738bcaf9838a2196e12c8a (patch)
treedfc6b035d56f739738eb0dd50756ce3b92cedc81 /external/flume
parent1854ac326a9cc6014817d8df30ed0458eee5d7d1 (diff)
downloadspark-8776fe0b93b6e6d718738bcaf9838a2196e12c8a.tar.gz
spark-8776fe0b93b6e6d718738bcaf9838a2196e12c8a.tar.bz2
spark-8776fe0b93b6e6d718738bcaf9838a2196e12c8a.zip
[HOTFIX] [TEST] Ignoring flaky tests
org.apache.spark.DriverSuite.driver should exit after finishing without cleanup (SPARK-530) https://amplab.cs.berkeley.edu/jenkins/job/Spark-Master-SBT/2267/ org.apache.spark.deploy.SparkSubmitSuite.includes jars passed in through --jars https://amplab.cs.berkeley.edu/jenkins/job/Spark-Master-SBT/2271/AMPLAB_JENKINS_BUILD_PROFILE=hadoop1.0,label=centos/testReport/ org.apache.spark.streaming.flume.FlumePollingStreamSuite.flume polling test https://amplab.cs.berkeley.edu/jenkins/job/Spark-Master-SBT/2269/ Author: Tathagata Das <tathagata.das1565@gmail.com> Closes #5901 from tdas/ignore-flaky-tests and squashes the following commits: 9cd8667 [Tathagata Das] Ignoring tests.
Diffstat (limited to 'external/flume')
-rw-r--r--external/flume/src/test/scala/org/apache/spark/streaming/flume/FlumePollingStreamSuite.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/external/flume/src/test/scala/org/apache/spark/streaming/flume/FlumePollingStreamSuite.scala b/external/flume/src/test/scala/org/apache/spark/streaming/flume/FlumePollingStreamSuite.scala
index 2edea9b5b6..43c1b865b6 100644
--- a/external/flume/src/test/scala/org/apache/spark/streaming/flume/FlumePollingStreamSuite.scala
+++ b/external/flume/src/test/scala/org/apache/spark/streaming/flume/FlumePollingStreamSuite.scala
@@ -57,11 +57,11 @@ class FlumePollingStreamSuite extends FunSuite with BeforeAndAfter with Logging
before(beforeFunction())
- test("flume polling test") {
+ ignore("flume polling test") {
testMultipleTimes(testFlumePolling)
}
- test("flume polling test multiple hosts") {
+ ignore("flume polling test multiple hosts") {
testMultipleTimes(testFlumePollingMultipleHost)
}