Skip to content

Commit

Permalink
test(e2e): fix assert file not found
Browse files Browse the repository at this point in the history
  • Loading branch information
whg517 committed Jan 10, 2025
1 parent b038151 commit 5d6d561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/smoke/cluster-operation/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
bindings:
- name: available_replicas
value: 0
file: sparkhistoryserver-assert-assert.yaml
file: sparkhistoryserver-assert.yaml
# pause sparkhistoryserver-sparkhistoryserver cluster, clusterOperation.reconciliationPaused: true
- name: pause sparkhistoryserver-sparkhistoryserver cluster
try:
Expand All @@ -68,7 +68,7 @@ spec:
bindings:
- name: available_replicas
value: 1
file: sparkhistoryserver-assert-assert.yaml
file: sparkhistoryserver-assert.yaml
# restart sparkhistoryserver-sparkhistoryserver cluster, clusterOperation.stopped: false, clusterOperation.reconciliationPaused: false
- name: restart sparkhistoryserver-sparkhistoryserver cluster
try:
Expand Down

0 comments on commit 5d6d561

Please sign in to comment.