Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-32287][TESTS][FOLLOWUP] Add debugging for flaky ExecutorAlloca…
…tionManagerSuite ### What changes were proposed in this pull request? fixing flaky test in ExecutorAllocationManagerSuite. The issue is that there is a timing issue when we do a reset as to when the numExecutorsToAddPerResourceProfileId gets reset. The fix is to just always set those values back to 1 when we call reset(). ### Why are the changes needed? fixing flaky test in ExecutorAllocationManagerSuite ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? ran the unit test via this PR a bunch of times and the fix seems to be working. Closes #29508 from tgravescs/debugExecAllocTest. Authored-by: Thomas Graves <[email protected]> Signed-off-by: HyukjinKwon <[email protected]>
- Loading branch information