You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: resource-managers/kubernetes/core/src/test/scala/org/apache/spark/deploy/rest/k8s/ResourceStagingServerSuite.scala
+36-15Lines changed: 36 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -75,22 +75,43 @@ class ResourceStagingServerSuite extends SparkFunSuite with BeforeAndAfter with
75
75
runUploadAndDownload(SSLOptions(), serverPort)
76
76
}
77
77
78
+
/**
79
+
* This test will run only if the current classpath does not contain
80
+
* the shaded jetty classes.
81
+
*
82
+
* If you rely on the spark-core.jar in your classpath, this test will not run.
83
+
*
84
+
* If you rely on the spark-core module (without shading), this test will be run.
0 commit comments