spark-instrumented-optimizer/core
Andrew Or 0a7091e689 [SPARK-3555] Fix UISuite race condition
The test "jetty selects different port under contention" is flaky.

If another process binds to 4040 before the test starts, then the first server we start there will fail, and the subsequent servers we start thereafter may successfully bind to 4040 if it was released between the servers starting. Instead, we should just let Java find a random free port for us and hold onto it for the duration of the test.

Author: Andrew Or <andrewor14@gmail.com>

Closes #2418 from andrewor14/fix-port-contention and squashes the following commits:

0cd4974 [Andrew Or] Stop them servers
a7071fe [Andrew Or] Pick random port instead of 4040
2014-09-16 16:03:20 -07:00
..
src [SPARK-3555] Fix UISuite race condition 2014-09-16 16:03:20 -07:00
pom.xml [SPARK-3217] Add Guava to classpath when SPARK_PREPEND_CLASSES is set. 2014-09-12 14:54:42 -07:00