Commit bc6c0d9
committed
[SPARK-17318][TESTS] Fix ReplSuite replicating blocks of object with class defined in repl
## What changes were proposed in this pull request?
There are a lot of failures recently: http://spark-tests.appspot.com/tests/org.apache.spark.repl.ReplSuite/replicating%20blocks%20of%20object%20with%20class%20defined%20in%20repl
This PR just changed the persist level to `MEMORY_AND_DISK_2` to avoid blocks being evicted from memory.
## How was this patch tested?
Jenkins unit tests.
Author: Shixiong Zhu <[email protected]>
Closes #14884 from zsxwing/SPARK-17318.
(cherry picked from commit 231f973)
Signed-off-by: Shixiong Zhu <[email protected]>1 parent f35b10a commit bc6c0d9
File tree
1 file changed
+1
-1
lines changed- repl/scala-2.11/src/test/scala/org/apache/spark/repl
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
404 | | - | |
| 404 | + | |
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
| |||
0 commit comments