https://github.com/apache/spark
Revision e645743ad57978823adac57d95fe02fa6f45dad0 authored by Jungtaek Lim (HeartSaVioR) on 07 February 2019, 16:51:55 UTC, committed by Dongjoon Hyun on 07 February 2019, 16:52:11 UTC
## What changes were proposed in this pull request?

This patch adds UT on testing SPARK-26082 to avoid regression. While #23743 reduces the possibility to make a similar mistake, the needed lines of code for adding tests are not that huge, so I guess it might be worth to add them.

## How was this patch tested?

Newly added UTs. Test "supports setting fetcher cache" fails when #23743 is not applied and succeeds when #23743 is applied.

Closes #23744 from HeartSaVioR/SPARK-26082-add-unit-test.

Authored-by: Jungtaek Lim (HeartSaVioR) <kabhwan@gmail.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
(cherry picked from commit b4e1d145135445eeed85784dab0c2c088930dd26)
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
1 parent c41a5e1
History
Tip revision: e645743ad57978823adac57d95fe02fa6f45dad0 authored by Jungtaek Lim (HeartSaVioR) on 07 February 2019, 16:51:55 UTC
[SPARK-26082][MESOS][FOLLOWUP] Add UT on fetcher cache option on MesosClusterScheduler
Tip revision: e645743

README.md

back to top