We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed79fc commit 2709f95Copy full SHA for 2709f95
tests/templates/kuttl/spark-connect/10-assert.yaml
@@ -18,7 +18,6 @@ commands:
18
# Sleep to prevent the following spark connect app from failing
19
# while the spark-connect server is busy setting up the executors.
20
- script: |
21
- set -xou pipefail
22
sleep 10
23
EXECUTOR_COUNT=$(kubectl get pods -n $NAMESPACE --selector 'spark-app-name=spark-connect-server' --field-selector='status.phase=Running' -o NAME|wc -l)
24
test 1 -eq "$EXECUTOR_COUNT"
0 commit comments