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
209646d to
b7cc5b6
Compare
991430b to
807e86c
Compare
ebedd1c to
9b7ce7b
Compare
4bf71a5 to
0946378
Compare
1e281de to
1e31562
Compare
24c93b9 to
ee1e8fd
Compare
44473a8 to
996c416
Compare
ee1e8fd to
31ebbda
Compare
996c416 to
665006e
Compare
3bd8775 to
841ca28
Compare
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
195ebe8 to
7bc03fb
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