forked from twisted/twisted
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Failing test that shows testLog resource leak.
testLog becomes a private attribute on LocalWorker so that the tests can check whether its closed. FakeStream is unnecessary because LocalWorker creates actual files that have a `closed` attribute. Patching over them without closing them first also results in further resource leaks.
- Loading branch information
1 parent
7bd4639
commit 74c9221
Showing
2 changed files
with
10 additions
and
22 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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