Skip to content

Commit cda7b8f

Browse files
committed
Revert "Run 100 times"
This reverts commit 0f19af3.
1 parent 0f19af3 commit cda7b8f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

dev/run-tests

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,4 @@
2020
FWDIR="$(cd "`dirname $0`"/..; pwd)"
2121
cd "$FWDIR"
2222

23-
build/sbt -Pyarn -Phadoop-2.6 -Dhadoop.version=2.6.0 "project sql-kafka-0-10" "test-only *KafkaSourceSuite*"
24-
25-
# exec python -u ./dev/run-tests.py "$@"
23+
exec python -u ./dev/run-tests.py "$@"

external/kafka-0-10-sql/src/test/scala/org/apache/spark/sql/kafka010/KafkaSourceSuite.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,7 @@ class KafkaSourceSuite extends KafkaSourceTest {
311311
}
312312
}
313313

314-
for (idx <- 1 to 100)
315-
test(s"subscribing topic by pattern with topic deletions $idx") {
314+
test("subscribing topic by pattern with topic deletions") {
316315
val topicPrefix = newTopic()
317316
val topic = topicPrefix + "-seems"
318317
val topic2 = topicPrefix + "-bad"

0 commit comments

Comments
 (0)