stress: move sdk setup_complete from limbo_stress to docker-entrypoint

This commit is contained in:
eric-dinh-antithesis 2025-04-24 12:27:05 -04:00
parent 75ae5dbd13
commit b8885777dc
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
#!/bin/bash
echo '{"antithesis_setup": { "status": "complete", "details": null }}' > $ANTITHESIS_OUTPUT_DIR/sdk.jsonl
set -Eeuo pipefail
exec "$@"

View file

@ -396,7 +396,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error + Send + Sync>> {
"num_nodes": num_nodes,
"main_node_id": main_id,
});
lifecycle::setup_complete(&startup_data);
// lifecycle::setup_complete(&startup_data);
antithesis_init();
let mut opts = Opts::parse();