-
- Downloads
[SPARK-11071] [LAUNCHER] Fix flakiness in LauncherServerSuite::timeout.
The test could fail depending on scheduling of the various threads involved; the change removes some sources of races, while making the test a little more resilient by trying a few times before giving up. Author: Marcelo Vanzin <vanzin@cloudera.com> Closes #9079 from vanzin/SPARK-11071.
Showing
- launcher/src/main/java/org/apache/spark/launcher/LauncherServer.java 8 additions, 1 deletion...c/main/java/org/apache/spark/launcher/LauncherServer.java
- launcher/src/test/java/org/apache/spark/launcher/LauncherServerSuite.java 26 additions, 9 deletions...t/java/org/apache/spark/launcher/LauncherServerSuite.java
Loading
Please register or sign in to comment