Add abort signal tests for transaction planner#657
Conversation
|
BundleMonUnchanged files (130)
No change in files bundle size Final result: ✅ View report in BundleMon website ➡️ |
|
Documentation Preview: https://kit-docs-nkub32eu7-anza-tech.vercel.app |
There was a problem hiding this comment.
I was thinking of tests that went even deeper; I should have been more elaborate in my prior review.
Tests that assert, like, if I'm in the middle of creating a transaction message when the user aborts, that onTransactionMessageUpdated() never gets called. And on and on for all the various interruption points and the implication about what work should not get done.
82d2410 to
d07f072
Compare
Merge activity
|
d07f072 to
b0ea57a
Compare
|
Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up. |


This PR adds tests to ensure the
TransactionPlannerimplementation can be aborted even if the provided config functions never resolve.