Enforce absolute Wasm invocation deadlines
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user