Skip to content

Commit

Permalink
pod log the db itself
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemnoel committed Dec 2, 2024
1 parent 16a892c commit f21e15e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion charts/paradedb/test/paradedb-enterprise/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,19 @@ spec:
- assert:
file: 02-paradedb_test-assert.yaml
catch:
# - describe:
# apiVersion: batch/v1
# kind: Job
# - podLogs:
# selector: batch.kubernetes.io/job-name=data-test
- describe:
apiVersion: v1
kind: Pod
- describe:
apiVersion: batch/v1
kind: Job
- podLogs:
selector: batch.kubernetes.io/job-name=data-test
selector: cnpg.io/cluster=paradedb-ncc-1701-d
- name: Cleanup
try:
- script:
Expand Down

0 comments on commit f21e15e

Please sign in to comment.