File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/templates/kuttl/smoke Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -882,7 +882,7 @@ fn build_server_rolegroup_statefulset(
882882 {COMMON_BASH_TRAP_FUNCTIONS}
883883 {remove_vector_shutdown_file_command}
884884 prepare_signal_handlers
885- containerdebug --output={STACKABLE_LOG_DIR}/containerdebug/containerdebug -state.json --loop &
885+ containerdebug --output={STACKABLE_LOG_DIR}/containerdebug-state.json --loop &
886886 bin/zkServer.sh start-foreground {STACKABLE_RW_CONFIG_DIR}/zoo.cfg &
887887 wait_for_termination $!
888888 {create_vector_shutdown_file_command}
Original file line number Diff line number Diff line change @@ -89,4 +89,4 @@ apiVersion: kuttl.dev/v1beta1
8989kind: TestAssert
9090timeout: 120
9191commands:
92- - script: kubectl exec -n $NAMESPACE --container zookeeper test-zk-server-primary-0 -- cat /stackable/log/containerdebug/containerdebug -state.json | jq --exit-status
92+ - script: kubectl exec -n $NAMESPACE --container zookeeper test-zk-server-primary-0 -- cat /stackable/log/containerdebug-state.json | jq --exit-status
You can’t perform that action at this time.
0 commit comments