Skip to content

Commit

Permalink
another fix after running the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
razvan committed Dec 11, 2024
1 parent 610423f commit 3762466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/operator-binary/src/zk_controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ fn build_server_rolegroup_statefulset(
{COMMON_BASH_TRAP_FUNCTIONS}
{remove_vector_shutdown_file_command}
prepare_signal_handlers
containerdebug --output={STACKABLE_LOG_DIR}/containerdebug/containerdebug-state.json --loop &
containerdebug --output={STACKABLE_LOG_DIR}/containerdebug-state.json --loop &
bin/zkServer.sh start-foreground {STACKABLE_RW_CONFIG_DIR}/zoo.cfg &
wait_for_termination $!
{create_vector_shutdown_file_command}
Expand Down
2 changes: 1 addition & 1 deletion tests/templates/kuttl/smoke/10-assert.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ apiVersion: kuttl.dev/v1beta1
kind: TestAssert
timeout: 120
commands:
- script: kubectl exec -n $NAMESPACE --container zookeeper test-zk-server-primary-0 -- cat /stackable/log/containerdebug/containerdebug-state.json | jq --exit-status
- script: kubectl exec -n $NAMESPACE --container zookeeper test-zk-server-primary-0 -- cat /stackable/log/containerdebug-state.json | jq --exit-status

0 comments on commit 3762466

Please sign in to comment.