skonto commented on a change in pull request #25870: [SPARK-27936][K8S] support
python deps
URL: https://github.com/apache/spark/pull/25870#discussion_r326685801
##########
File path:
resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/DepsTestsSuite.scala
##########
@@ -125,16 +125,16 @@ private[spark] trait DepsTestsSuite { k8sSuite:
KubernetesSuite =>
.endSpec()
.build()
- kubernetesTestComponents
+ Eventually.eventually(TIMEOUT, INTERVAL) (kubernetesTestComponents
.kubernetesClient
.services()
- .create(cephService)
+ .create(cephService))
- kubernetesTestComponents
+ Eventually.eventually(TIMEOUT, INTERVAL) (kubernetesTestComponents
Review comment:
instead of watching for deletion make sure we are able to create the
resources if some previous resource is still being deleted.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]