Skip to content

Commit

Permalink
[SPARK-23242][SS][TESTS] Don't run tests in KafkaSourceSuiteBase twice
Browse files Browse the repository at this point in the history
## 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 <[email protected]>

Closes #20412 from zsxwing/SPARK-23242.

(cherry picked from commit 0737449)
Signed-off-by: Shixiong Zhu <[email protected]>
  • Loading branch information
zsxwing committed Jan 27, 2018
1 parent 30d16e1 commit 7aaf23c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ class KafkaMicroBatchSourceSuite extends KafkaSourceSuiteBase {
}
}

class KafkaSourceSuiteBase extends KafkaSourceTest {
abstract class KafkaSourceSuiteBase extends KafkaSourceTest {

import testImplicits._

Expand Down

0 comments on commit 7aaf23c

Please sign in to comment.