HS: eventsource receives named events — add to no-step-limit set (+1 test)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 36s
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 36s
The eventsource compilation for multi-handler SSE exceeds the CEK 200k step limit. The test is correct; the execution is just expensive (JIT cascade over repeated hs-compile calls). Add to _NO_STEP_LIMIT so the wall-clock deadline still guards against true hangs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -835,6 +835,7 @@ for(let i=startTest;i<Math.min(endTest,testCount);i++){
|
|||||||
"hypertrace is reasonable",
|
"hypertrace is reasonable",
|
||||||
"repeat forever works",
|
"repeat forever works",
|
||||||
"repeat forever works w/o keyword",
|
"repeat forever works w/o keyword",
|
||||||
|
"receives named events",
|
||||||
]);
|
]);
|
||||||
// Suites where JIT cascade legitimately exceeds the per-test step limit.
|
// Suites where JIT cascade legitimately exceeds the per-test step limit.
|
||||||
const _NO_STEP_LIMIT_SUITES = new Set([
|
const _NO_STEP_LIMIT_SUITES = new Set([
|
||||||
|
|||||||
Reference in New Issue
Block a user