Skip to content

Commit 3762466

Browse files
committed
another fix after running the tests
1 parent 610423f commit 3762466

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust/operator-binary/src/zk_controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}

tests/templates/kuttl/smoke/10-assert.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ apiVersion: kuttl.dev/v1beta1
8989
kind: TestAssert
9090
timeout: 120
9191
commands:
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

0 commit comments

Comments
 (0)