-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
test: add missing r.close() calls in REPL multiline tests #60226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: add missing r.close() calls in REPL multiline tests #60226
Conversation
Adds missing REPL instance cleanup calls to prevent resource leaks in test/parallel/test-repl-multiline-navigation.js. Each test now properly closes the REPL instance after testing cursor navigation.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #60226 +/- ##
=======================================
Coverage 88.56% 88.57%
=======================================
Files 704 704
Lines 208125 208125
Branches 40003 40009 +6
=======================================
+ Hits 184332 184338 +6
- Misses 15809 15815 +6
+ Partials 7984 7972 -12 🚀 New features to boost your workflow:
|
|
The CI run shows failures on Linux and AIX platforms. Could you please trigger a new CI run to check if these are flaky test failures? The changes in this PR only add missing Thank you! |
|
Landed in 8131d38 |
Adds missing REPL instance cleanup calls to prevent resource leaks in test/parallel/test-repl-multiline-navigation.js. Each test now properly closes the REPL instance after testing cursor navigation. PR-URL: #60226 Reviewed-By: Ruben Bridgewater <[email protected]>
Summary
r.close()calls to 4 test cases intest/parallel/test-repl-multiline-navigation.jsTest plan
./node test/parallel/test-repl-multiline-navigation.jstools/test.py repl