-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-9649] Fix flaky test MasterSuite again - disable REST #8084
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Are there any tests where we need to explicitly re-enable this configuration or is this feature completely untested? |
|
It is tested in |
|
Test build #40343 timed out for PR 8084 at commit |
|
Jenkins, retest this please. |
|
Test build #40411 timed out for PR 8084 at commit |
|
retest this please |
|
retest this please? |
|
Test build #40475 timed out for PR 8084 at commit |
There was some code that also avoided the shuffle service in tests. This is actually not necessary because the shuffle service is already off by default.
f86f2be to
026f628
Compare
|
retest this please |
|
Test build #1456 has finished for PR 8084 at commit
|
|
retest this please |
|
Test build #40523 timed out for PR 8084 at commit |
|
Jenkins, retest this please. |
|
Test build #1465 has finished for PR 8084 at commit
|
|
Jenkins, retest this please. |
|
Wow, this has been the unluckiest PR when it comes to flakiness :( |
|
Test build #1466 has finished for PR 8084 at commit
|
|
LGTM, so I'm going to merge this to master and branch-1.5. |
The REST server is not actually used in most tests and so we can disable it. It is a source of flakiness because it tries to bind to a specific port in vain. There was also some code that avoided the shuffle service in tests. This is actually not necessary because the shuffle service is already off by default. Author: Andrew Or <andrew@databricks.com> Closes #8084 from andrewor14/fix-master-suite-again. (cherry picked from commit ca8f70e) Signed-off-by: Josh Rosen <joshrosen@databricks.com>
|
Test build #40575 has finished for PR 8084 at commit
|
|
Test build #40580 has finished for PR 8084 at commit
|
|
@andrewor14 do you think that this is also a candidate for backport to 1.4.x? I think that I've seen similar MasterSuite flakiness there as well. |
|
Yeah, I think it doesn't hurt. |
The REST server is not actually used in most tests and so we can disable it. It is a source of flakiness because it tries to bind to a specific port in vain. There was also some code that avoided the shuffle service in tests. This is actually not necessary because the shuffle service is already off by default. Author: Andrew Or <andrew@databricks.com> Closes apache#8084 from andrewor14/fix-master-suite-again.
The REST server is not actually used in most tests and so we can disable it. It is a source of flakiness because it tries to bind to a specific port in vain. There was also some code that avoided the shuffle service in tests. This is actually not necessary because the shuffle service is already off by default.