Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit 026c2ea

Browse files
committed
Don't print the full containerdebug output
1 parent b86ff0e commit 026c2ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/templates/kuttl/smoke/12-assert.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ apiVersion: kuttl.dev/v1beta1
44
kind: TestAssert
55
timeout: 60
66
commands:
7-
- script: kubectl exec -n $NAMESPACE hello-world-server-default-0 -- cat /stackable/log/containerdebug-state.json | jq --exit-status
7+
# Verify that the state is syntactically valid JSON, but no need to actually print out the full JSON every time
8+
- script: kubectl exec -n $NAMESPACE hello-world-server-default-0 -- cat /stackable/log/containerdebug-state.json | jq --exit-status '"valid JSON"'

0 commit comments

Comments
 (0)