mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-11 11:14:21 +01:00
stress: move sdk setup_complete from limbo_stress to docker-entrypoint
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo '{"antithesis_setup": { "status": "complete", "details": null }}' > $ANTITHESIS_OUTPUT_DIR/sdk.jsonl
|
||||
|
||||
set -Eeuo pipefail
|
||||
|
||||
exec "$@"
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user