Prove pooled workspace request isolation

This commit is contained in:
udo
2026-07-17 23:53:46 +00:00
parent 497a5e89d2
commit 1ebf94b135
4 changed files with 70 additions and 3 deletions
+1 -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 starter tcp)
groups=(demo http site doc-gate security task-lifetime pool-isolation starter tcp)
if [[ "$include_kill" == "1" ]]; then
groups+=(wasm-kill)
fi