Exclude cold module loads from guest deadlines

This commit is contained in:
udo
2026-07-13 08:51:46 +00:00
parent 73a2671112
commit f7e9c5a4ec
4 changed files with 54 additions and 7 deletions
+1
View File
@@ -51,4 +51,5 @@ url="http://localhost/tests/cli_runner.uce?action=${action}&include_kill=${inclu
curl -sS --fail-with-body --unix-socket "$socket_path" "$url"
if [[ "$action" == "run" ]]; then
scripts/test_dependency_invalidation.sh
scripts/test_cold_component_deadline.sh
fi