This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new 0a6352a [SPARK-49377] Fix e2e catch step application not found
0a6352a is described below
commit 0a6352adfc1ffa72c36230b288678da75a04153e
Author: Qi Tan <[email protected]>
AuthorDate: Fri Aug 23 22:36:45 2024 -0700
[SPARK-49377] Fix e2e catch step application not found
### What changes were proposed in this pull request?
Change version in e2e step catch step
### Why are the changes needed?
After the change, in the catch step, the applications can be "described"
instead of not found
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
test locally
### Was this patch authored or co-authored using generative AI tooling?
n/a
Closes #99 from TQJADE/SPARK-49377.
Authored-by: Qi Tan <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
tests/e2e/python/chainsaw-test.yaml | 2 +-
tests/e2e/spark-versions/chainsaw-test.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/e2e/python/chainsaw-test.yaml
b/tests/e2e/python/chainsaw-test.yaml
index 1edbc65..ede8d73 100644
--- a/tests/e2e/python/chainsaw-test.yaml
+++ b/tests/e2e/python/chainsaw-test.yaml
@@ -54,7 +54,7 @@ spec:
- events:
namespace: default
- describe:
- apiVersion: v1
+ apiVersion: spark.apache.org/v1alpha1
kind: SparkApplication
namespace: default
- describe:
diff --git a/tests/e2e/spark-versions/chainsaw-test.yaml
b/tests/e2e/spark-versions/chainsaw-test.yaml
index 7d55a76..71a4c00 100644
--- a/tests/e2e/spark-versions/chainsaw-test.yaml
+++ b/tests/e2e/spark-versions/chainsaw-test.yaml
@@ -83,7 +83,7 @@ spec:
- events:
namespace: default
- describe:
- apiVersion: v1
+ apiVersion: spark.apache.org/v1alpha1
kind: SparkApplication
namespace: default
- describe:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]