test(engine): isolate peer abort regression#2173
Open
jrusso1020 wants to merge 1 commit into
Open
Conversation
This was referenced Jul 10, 2026
Collaborator
Author
2 tasks
f57212b to
eea1424
Compare
841ca28 to
99291ad
Compare
eea1424 to
a66407f
Compare
260558c to
f6dfed1
Compare
a66407f to
3f82ade
Compare
f6dfed1 to
50cf30c
Compare
3f82ade to
195ebe8
Compare
50cf30c to
a36d53c
Compare
7bc03fb to
519e384
Compare
23fae65 to
ffda4eb
Compare
519e384 to
4a63b75
Compare
ffda4eb to
b84837b
Compare
5537a7f to
47c96ed
Compare
b84837b to
35ae1d2
Compare
a0c92bc to
aadfd4d
Compare
05b117e to
b418569
Compare
aadfd4d to
bc585c6
Compare
b418569 to
741b993
Compare
bc585c6 to
71575e2
Compare
4ed9cff to
eb7cb8e
Compare
71575e2 to
2165a08
Compare
eb7cb8e to
e743638
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What
Isolate the engine peer-abort regression test from unrelated production dependency loading.
Why
The test used importOriginal for a large module graph, causing full-matrix timeouts that obscured the cancellation behavior it was meant to protect.
How
Replace the partial importOriginal mock with a complete minimal dependency mock and keep the assertion focused on aborting peer workers after the first fatal classified failure.
Test plan