dongjoon-hyun commented on PR #652:
URL:
https://github.com/apache/spark-kubernetes-operator/pull/652#issuecomment-4383280061
For the record, this is the result on the local environment. GitHub Actions
seems to have some difference.
```
$ chainsaw test --test-dir ./tests/e2e/pi-with-comet --parallel 1
Version: 0.2.14
Loading default configuration...
- Using test file: chainsaw-test
- TestDirs [./tests/e2e/pi-with-comet]
- Quiet false
- SkipDelete false
- FailFast false
- Namespace ''
- FullName false
- IncludeTestRegex ''
- ExcludeTestRegex ''
- ApplyTimeout 5s
- AssertTimeout 30s
- CleanupTimeout 30s
- DeleteTimeout 15s
- ErrorTimeout 30s
- ExecTimeout 5s
- DeletionPropagationPolicy Background
- Parallel 1
- Template true
- NoCluster false
- PauseOnFailure false
Loading tests...
- spark-operator-pi-with-comet-validation (./tests/e2e/pi-with-comet)
Loading values...
Running tests...
=== RUN chainsaw
=== PAUSE chainsaw
=== CONT chainsaw
=== RUN chainsaw/spark-operator-pi-with-comet-validation
=== PAUSE chainsaw/spark-operator-pi-with-comet-validation
=== CONT chainsaw/spark-operator-pi-with-comet-validation
| 13:59:28 | spark-operator-pi-with-comet-validation | @chainsaw |
CREATE | OK | v1/Namespace @ chainsaw-sunny-goat
| 13:59:28 | spark-operator-pi-with-comet-validation | step-1 | TRY
| BEGIN |
| 13:59:28 | spark-operator-pi-with-comet-validation | step-1 | APPLY
| RUN | spark.apache.org/v1/SparkApplication @
chainsaw-sunny-goat/pi-with-comet
| 13:59:28 | spark-operator-pi-with-comet-validation | step-1 |
CREATE | OK | spark.apache.org/v1/SparkApplication @
chainsaw-sunny-goat/pi-with-comet
| 13:59:28 | spark-operator-pi-with-comet-validation | step-1 | APPLY
| DONE | spark.apache.org/v1/SparkApplication @
chainsaw-sunny-goat/pi-with-comet
| 13:59:28 | spark-operator-pi-with-comet-validation | step-1 |
ASSERT | RUN | spark.apache.org/v1/SparkApplication @ default/pi-with-comet
| 13:59:28 | spark-operator-pi-with-comet-validation | step-1 |
ASSERT | DONE | spark.apache.org/v1/SparkApplication @ default/pi-with-comet
| 13:59:28 | spark-operator-pi-with-comet-validation | step-1 | TRY
| END |
| 13:59:28 | spark-operator-pi-with-comet-validation | step-1 |
FINALLY | BEGIN |
| 13:59:28 | spark-operator-pi-with-comet-validation | step-1 | CMD
| RUN |
=== COMMAND
/bin/sh -c kubectl delete sparkapplication pi-with-comet
--ignore-not-found=true
| 13:59:28 | spark-operator-pi-with-comet-validation | step-1 |
SCRIPT | LOG |
=== STDOUT
sparkapplication.spark.apache.org "pi-with-comet" deleted from
default namespace
| 13:59:28 | spark-operator-pi-with-comet-validation | step-1 |
SCRIPT | DONE |
| 13:59:28 | spark-operator-pi-with-comet-validation | step-1 |
FINALLY | END |
| 13:59:28 | spark-operator-pi-with-comet-validation | step-1 |
CLEANUP | BEGIN |
| 13:59:28 | spark-operator-pi-with-comet-validation | step-1 |
DELETE | OK | spark.apache.org/v1/SparkApplication @
chainsaw-sunny-goat/pi-with-comet
| 13:59:28 | spark-operator-pi-with-comet-validation | step-1 |
CLEANUP | END |
| 13:59:28 | spark-operator-pi-with-comet-validation | @chainsaw |
CLEANUP | BEGIN |
| 13:59:28 | spark-operator-pi-with-comet-validation | @chainsaw |
DELETE | OK | v1/Namespace @ chainsaw-sunny-goat
| 13:59:38 | spark-operator-pi-with-comet-validation | @chainsaw |
CLEANUP | END |
--- PASS: chainsaw (0.00s)
--- PASS: chainsaw/spark-operator-pi-with-comet-validation (10.05s)
PASS
Tests Summary...
- Passed tests 1
- Failed tests 0
- Skipped tests 0
Done.
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]