Enforce absolute Wasm invocation deadlines

This commit is contained in:
udo
2026-07-19 00:44:18 +00:00
parent fd6d472187
commit a7576f3db7
10 changed files with 591 additions and 92 deletions
+2 -1
View File
@@ -58,7 +58,7 @@ if [[ "$action" == "list" ]]; then
fi
if [[ "$action" == "run" ]]; then
groups=(demo http site doc-gate security task-lifetime pool-isolation starter tcp)
groups=(demo http site doc-gate-{1..30} security task-lifetime pool-isolation starter tcp)
if [[ "$include_kill" == "1" ]]; then
groups+=(wasm-kill)
fi
@@ -71,6 +71,7 @@ if [[ "$action" == "run" ]]; then
scripts/test_parallel_precompile.sh
timeout --signal=TERM --kill-after=5s 175s scripts/test_parallel_proactive_compile.sh
scripts/test_cold_component_deadline.sh
scripts/test_wasm_invocation_timeout.sh
scripts/test_nested_component_props.sh
scripts/test_component_once_prefetch.sh
scripts/test_relative_component_cache.sh