mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 10:08:20 +00:00
stress: move sdk setup_complete from limbo_stress to docker-entrypoint
This commit is contained in:
parent
75ae5dbd13
commit
b8885777dc
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo '{"antithesis_setup": { "status": "complete", "details": null }}' > $ANTITHESIS_OUTPUT_DIR/sdk.jsonl
|
||||||
|
|
||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
|
|
||||||
exec "$@"
|
exec "$@"
|
||||||
|
|
|
@ -396,7 +396,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error + Send + Sync>> {
|
||||||
"num_nodes": num_nodes,
|
"num_nodes": num_nodes,
|
||||||
"main_node_id": main_id,
|
"main_node_id": main_id,
|
||||||
});
|
});
|
||||||
lifecycle::setup_complete(&startup_data);
|
// lifecycle::setup_complete(&startup_data);
|
||||||
antithesis_init();
|
antithesis_init();
|
||||||
|
|
||||||
let mut opts = Opts::parse();
|
let mut opts = Opts::parse();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue