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 @@ -810,7 +810,7 @@ fn build_server_rolegroup_statefulset(
810810
811811 {remove_vector_shutdown_file_command}
812812 prepare_signal_handlers
813- CONTAINERDEBUG_LOG_DIRECTORY={STACKABLE_LOG_DIR}/ containerdebug containerdebug --output={STACKABLE_LOG_DIR}/containerdebug-state.json --loop &
813+ containerdebug --output={STACKABLE_LOG_DIR}/containerdebug /containerdebug-state.json --loop &
814814 gunicorn --bind 0.0.0.0:${{SUPERSET_PORT}} --worker-class gthread --threads 20 --timeout {webserver_timeout} --limit-request-line 0 --limit-request-field_size 0 'superset.app:create_app()' &
815815 wait_for_termination $!
816816
Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ apiVersion: kuttl.dev/v1beta1
3333kind : TestAssert
3434timeout : 120
3535commands :
36- - script : kubectl exec -n $NAMESPACE --container superset superset-node-default-0 -- cat /stackable/log/containerdebug-state.json | jq --exit-status
36+ - script : kubectl exec -n $NAMESPACE --container superset superset-node-default-0 -- cat /stackable/log/containerdebug/containerdebug -state.json | jq --exit-status
You can’t perform that action at this time.
0 commit comments