Skip to content

Commit 2709f95

Browse files
committed
chore: remove set command to make jenkins test work
1 parent 3ed79fc commit 2709f95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/templates/kuttl/spark-connect/10-assert.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ commands:
1818
# Sleep to prevent the following spark connect app from failing
1919
# while the spark-connect server is busy setting up the executors.
2020
- script: |
21-
set -xou pipefail
2221
sleep 10
2322
EXECUTOR_COUNT=$(kubectl get pods -n $NAMESPACE --selector 'spark-app-name=spark-connect-server' --field-selector='status.phase=Running' -o NAME|wc -l)
2423
test 1 -eq "$EXECUTOR_COUNT"

0 commit comments

Comments
 (0)