aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndrew Or <andrewor14@gmail.com>2014-09-16 16:03:20 -0700
committerAndrew Or <andrewor14@gmail.com>2014-09-16 16:03:20 -0700
commit0a7091e689a4c8b1e7b61e9f0873e6557f40d952 (patch)
tree3528a5e83cf3eb0820f60db1c83edc853af07305 /.gitignore
parenta6e1712f1e9c36deb24c5073aa8edcfc047d76eb (diff)
downloadspark-0a7091e689a4c8b1e7b61e9f0873e6557f40d952.tar.gz
spark-0a7091e689a4c8b1e7b61e9f0873e6557f40d952.tar.bz2
spark-0a7091e689a4c8b1e7b61e9f0873e6557f40d952.zip
[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
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions