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 /
1
3
* .class
2
4
* .log
5
+ * .iml
Original file line number Diff line number Diff line change 155
155
</arguments >
156
156
</configuration >
157
157
</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 >
174
158
</executions >
175
159
</plugin >
176
160
<plugin >
Original file line number Diff line number Diff line change @@ -58,14 +58,10 @@ private[spark] class KubernetesSuite extends FunSuite with BeforeAndAfterAll wit
58
58
}
59
59
60
60
test(" Run SparkPi with no resources" ) {
61
- assume(testBackend.name == MINIKUBE_TEST_BACKEND )
62
-
63
61
runSparkPiAndVerifyCompletion()
64
62
}
65
63
66
64
test(" Run SparkPi with a very long application name." ) {
67
- assume(testBackend.name == MINIKUBE_TEST_BACKEND )
68
-
69
65
sparkAppConf.set(" spark.app.name" , " long" * 40 )
70
66
runSparkPiAndVerifyCompletion()
71
67
}
You can’t perform that action at this time.
0 commit comments