Skip to content

Commit efc62b2

Browse files
committed
Merge branch 'main' into chore/use-config-utils-in-entrypoint
2 parents d7a8749 + 184d2cf commit efc62b2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
apiVersion: kuttl.dev/v1beta1
3+
kind: TestAssert
4+
metadata:
5+
name: assert-hbck
6+
commands:
7+
# Run the hbck2 command and tests that the return code is zero (0)
8+
# This proves that the script is successfully starting the operation
9+
# not that the Hbase operation is successful.
10+
- script: kubectl exec --namespace=$NAMESPACE -c hbase test-hbase-restserver-default-0 -- hbck2 recoverUnknown
11+
timeout: 480

0 commit comments

Comments
 (0)