File tree Expand file tree Collapse file tree 3 files changed +3
-20
lines changed
src/test/scala/org/apache/spark/deploy/k8s/integrationtest Expand file tree Collapse file tree 3 files changed +3
-20
lines changed Original file line number Diff line number Diff line change 1+ .idea /
2+ integration-test /target /
13* .class
24* .log
5+ * .iml
Original file line number Diff line number Diff line change 155155 </arguments >
156156 </configuration >
157157 </execution >
158- <execution >
159- <!-- TODO: Remove this hack once upstream is fixed by SPARK-22777 -->
160- <id >set-exec-bit-on-docker-entrypoint-sh</id >
161- <phase >pre-integration-test</phase >
162- <goals >
163- <goal >exec</goal >
164- </goals >
165- <configuration >
166- <workingDirectory >${project.build.directory} /spark-distro/dockerfiles</workingDirectory >
167- <executable >/bin/chmod</executable >
168- <arguments >
169- <argument >+x</argument >
170- <argument >spark-base/entrypoint.sh</argument >
171- </arguments >
172- </configuration >
173- </execution >
174158 </executions >
175159 </plugin >
176160 <plugin >
Original file line number Diff line number Diff line change @@ -58,14 +58,10 @@ private[spark] class KubernetesSuite extends FunSuite with BeforeAndAfterAll wit
5858 }
5959
6060 test(" Run SparkPi with no resources" ) {
61- assume(testBackend.name == MINIKUBE_TEST_BACKEND )
62-
6361 runSparkPiAndVerifyCompletion()
6462 }
6563
6664 test(" Run SparkPi with a very long application name." ) {
67- assume(testBackend.name == MINIKUBE_TEST_BACKEND )
68-
6965 sparkAppConf.set(" spark.app.name" , " long" * 40 )
7066 runSparkPiAndVerifyCompletion()
7167 }
You can’t perform that action at this time.
0 commit comments