Repository: spark
Updated Branches:
  refs/heads/branch-2.3 30d16e116 -> 7aaf23cf8


[SPARK-23242][SS][TESTS] Don't run tests in KafkaSourceSuiteBase twice

## What changes were proposed in this pull request?

KafkaSourceSuiteBase should be abstract class, otherwise KafkaSourceSuiteBase 
will also run.

## How was this patch tested?

Jenkins

Author: Shixiong Zhu <zsxw...@gmail.com>

Closes #20412 from zsxwing/SPARK-23242.

(cherry picked from commit 073744985f439ca90afb9bd0bbc1332c53f7b4bb)
Signed-off-by: Shixiong Zhu <zsxw...@gmail.com>


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

Branch: refs/heads/branch-2.3
Commit: 7aaf23cf8ab871a8e8877ec82183656ae5f4be7b
Parents: 30d16e1
Author: Shixiong Zhu <zsxw...@gmail.com>
Authored: Fri Jan 26 16:09:57 2018 -0800
Committer: Shixiong Zhu <zsxw...@gmail.com>
Committed: Fri Jan 26 16:10:04 2018 -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/7aaf23cf/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 27dbb3f..c4cb1bc 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
@@ -546,7 +546,7 @@ class KafkaMicroBatchSourceSuite extends 
KafkaSourceSuiteBase {
   }
 }
 
-class KafkaSourceSuiteBase extends KafkaSourceTest {
+abstract class KafkaSourceSuiteBase extends KafkaSourceTest {
 
   import testImplicits._
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to