Skip to content

Commit

Permalink
[SPARK-25306][SQL][FOLLOWUP] Change test to ignore in FilterPushd…
Browse files Browse the repository at this point in the history
…ownBenchmark

## 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]>
  • Loading branch information
dongjoon-hyun authored and gatorsmile committed Sep 5, 2018
1 parent 39a02d8 commit c66eef8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ class FilterPushdownBenchmark extends SparkFunSuite with BenchmarkBeforeAndAfter
}
}

test(s"Pushdown benchmark with many filters") {
ignore(s"Pushdown benchmark with many filters") {
val numRows = 1
val width = 500

Expand Down

0 comments on commit c66eef8

Please sign in to comment.