Repository: spark
Updated Branches:
  refs/heads/branch-2.1 5693ac8e5 -> 019d1fa3d


[SPARK-18588][TESTS] Ignore KafkaSourceStressForDontFailOnDataLossSuite

## What changes were proposed in this pull request?

Disable KafkaSourceStressForDontFailOnDataLossSuite for now.

## How was this patch tested?

Jenkins

Author: Shixiong Zhu <[email protected]>

Closes #16275 from zsxwing/ignore-flaky-test.

(cherry picked from commit e104e55c16e229e521c517393b8163cbc3bbf85a)
Signed-off-by: Reynold Xin <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/019d1fa3
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/019d1fa3
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/019d1fa3

Branch: refs/heads/branch-2.1
Commit: 019d1fa3d421b5750170429fc07b204692b7b58e
Parents: 5693ac8
Author: Shixiong Zhu <[email protected]>
Authored: Tue Dec 13 18:36:36 2016 -0800
Committer: Reynold Xin <[email protected]>
Committed: Tue Dec 13 18:36:42 2016 -0800

----------------------------------------------------------------------
 .../scala/org/apache/spark/sql/kafka010/KafkaSourceSuite.scala     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/019d1fa3/external/kafka-0-10-sql/src/test/scala/org/apache/spark/sql/kafka010/KafkaSourceSuite.scala
----------------------------------------------------------------------
diff --git 
a/external/kafka-0-10-sql/src/test/scala/org/apache/spark/sql/kafka010/KafkaSourceSuite.scala
 
b/external/kafka-0-10-sql/src/test/scala/org/apache/spark/sql/kafka010/KafkaSourceSuite.scala
index 544fbc5..5d2779a 100644
--- 
a/external/kafka-0-10-sql/src/test/scala/org/apache/spark/sql/kafka010/KafkaSourceSuite.scala
+++ 
b/external/kafka-0-10-sql/src/test/scala/org/apache/spark/sql/kafka010/KafkaSourceSuite.scala
@@ -845,7 +845,7 @@ class KafkaSourceStressForDontFailOnDataLossSuite extends 
StreamTest with Shared
     }
   }
 
-  test("stress test for failOnDataLoss=false") {
+  ignore("stress test for failOnDataLoss=false") {
     val reader = spark
       .readStream
       .format("kafka")


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to