Commit ee0e74e
[SPARK-21064][CORE][TEST] Fix the default value bug in NettyBlockTransferServiceSuite
## What changes were proposed in this pull request?
The default value for `spark.port.maxRetries` is 100,
but we use 10 in the suite file.
So we change it to 100 to avoid test failure.
## How was this patch tested?
No test
Author: DjvuLee <[email protected]>
Closes #18280 from djvulee/NettyTestBug.
(cherry picked from commit b36ce2a)
Signed-off-by: Sean Owen <[email protected]>1 parent 58a8a37 commit ee0e74e
File tree
1 file changed
+2
-1
lines changed- core/src/test/scala/org/apache/spark/network/netty
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
0 commit comments