-
- Downloads
[SPARK-5760][SPARK-5761] Fix standalone rest protocol corner cases + revamp tests
The changes are summarized in the commit message. Test or test-related code accounts for 90% of the lines changed. Author: Andrew Or <andrew@databricks.com> Closes #4557 from andrewor14/rest-tests and squashes the following commits: b4dc980 [Andrew Or] Merge branch 'master' of github.com:apache/spark into rest-tests b55e40f [Andrew Or] Add test for unknown fields cc96993 [Andrew Or] private[spark] -> private[rest] 578cf45 [Andrew Or] Clean up test code a little d82d971 [Andrew Or] v1 -> serverVersion ea48f65 [Andrew Or] Merge branch 'master' of github.com:apache/spark into rest-tests 00999a8 [Andrew Or] Revamp tests + fix a few corner cases
Showing
- core/src/main/scala/org/apache/spark/deploy/rest/StandaloneRestClient.scala 38 additions, 14 deletions...a/org/apache/spark/deploy/rest/StandaloneRestClient.scala
- core/src/main/scala/org/apache/spark/deploy/rest/StandaloneRestServer.scala 47 additions, 58 deletions...a/org/apache/spark/deploy/rest/StandaloneRestServer.scala
- core/src/test/scala/org/apache/spark/deploy/rest/StandaloneRestSubmitSuite.scala 504 additions, 167 deletions.../apache/spark/deploy/rest/StandaloneRestSubmitSuite.scala
This diff is collapsed.
Please register or sign in to comment