Skip to content

Commit

Permalink
VER-95582 stabilize sandbox-basic
Browse files Browse the repository at this point in the history
  • Loading branch information
LiboYu2 committed Oct 17, 2024
1 parent d61d010 commit 3e63000
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
1 change: 1 addition & 0 deletions kuttl-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

apiVersion: kuttl.dev/v1beta1
kind: TestSuite
kindNodeCache: true
# Each testcase will delete its own namespace if it is successful. This
# allows us to collect scrutinize for all of the failed tests.
skipDelete: true
Expand Down
5 changes: 4 additions & 1 deletion tests/e2e-leg-10/sandbox-basic/20-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: kuttl.dev/v1beta1
kind: TestAssert
timeout: 1200
---
apiVersion: apps/v1
kind: StatefulSet
metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ apiVersion: kuttl.dev/v1beta1
kind: TestStep
commands:
- command: bash -c "../../../scripts/wait-for-verticadb-steady-state.sh -n verticadb-operator -t 360 $NAMESPACE"
- command: sleep 120
6 changes: 5 additions & 1 deletion tests/e2e-leg-10/sandbox-basic/60-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: kuttl.dev/v1beta1
kind: TestAssert
timeout: 900
---
apiVersion: v1
kind: Event
reason: UnsandboxSubclusterSucceeded
Expand Down Expand Up @@ -65,4 +69,4 @@ status:
name: sec2
- addedToDBCount: 1
upNodeCount: 1
name: sec3
name: sec3
5 changes: 4 additions & 1 deletion tests/e2e-leg-10/sandbox-basic/60-unsandbox-sec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: kuttl.dev/v1beta1
kind: TestStep
timeout: 900
---
apiVersion: vertica.com/v1
kind: VerticaDB
metadata:
Expand Down

0 comments on commit 3e63000

Please sign in to comment.