Skip to content

Commit c66eef8

Browse files
dongjoon-hyungatorsmile
authored andcommitted
[SPARK-25306][SQL][FOLLOWUP] Change test to ignore in FilterPushdownBenchmark
## What changes were proposed in this pull request? This is a follow-up of apache#22313 and aim to ignore the micro benchmark test which takes over 2 minutes in Jenkins. - https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-master-test-sbt-hadoop-2.6/4939/consoleFull ## How was this patch tested? The test case should be ignored in Jenkins. ``` [info] FilterPushdownBenchmark: ... [info] - Pushdown benchmark with many filters !!! IGNORED !!! ``` Closes apache#22336 from dongjoon-hyun/SPARK-25306-2. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Xiao Li <[email protected]>
1 parent 39a02d8 commit c66eef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/FilterPushdownBenchmark.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ class FilterPushdownBenchmark extends SparkFunSuite with BenchmarkBeforeAndAfter
399399
}
400400
}
401401

402-
test(s"Pushdown benchmark with many filters") {
402+
ignore(s"Pushdown benchmark with many filters") {
403403
val numRows = 1
404404
val width = 500
405405

0 commit comments

Comments
 (0)