Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KYUUBI #4749] Fix flaky test issues in SchedulerPoolSuite
### _Why are the changes needed?_ To fix issue #4713, a PR #4714 was submitted, but it had Flaky test issues. After 50 local tests, it succeeded 38 times and failed 12 times. This PR addresses the issue of flaky tests. ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request Closes #4749 from huangzhir/fixtest-schedulerpool. Closes #4749 2d2e140 [huangzhir] call KyuubiSparkContextHelper.waitListenerBus() to make sure there are no more events in the spark event queue 52a34d2 [fwang12] [KYUUBI #4746] Do not recreate async request executor if has been shutdown d4558ea [huangzhir] Merge branch 'master' into fixtest-schedulerpool 44c4cef [huangzhir] make sure the SparkListener has received the finished events for job1 and job2. 8a753e9 [huangzhir] make sure job1 started before job2 e66ede2 [huangzhir] fixbug TEST SchedulerPoolSuite a false positive result Lead-authored-by: huangzhir <[email protected]> Co-authored-by: fwang12 <[email protected]> Signed-off-by: Cheng Pan <[email protected]>
- Loading branch information