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.
Merge open-file-descriptors-7633: Fix intermittent test.
Author: glyph Reviewer: jml Fixes: twisted#7633 test_openFileDescriptors verified too strictly that no unexpected file descriptors are open in a subprocess. Sometimes, "extra" file descriptors are in fact expected (such as when /dev/urandom is opened by importing the 'random' module). This adjusts the test to verify that *twisted* is doing its job and closing the file descriptors before the process starts, rather than verifying that the list is exactly what we expect. git-svn-id: svn://svn.twistedmatrix.com/svn/Twisted/trunk@43290 bbbe8e31-12d6-0310-92fd-ac37d47ddeeb
- Loading branch information
Showing
2 changed files
with
63 additions
and
24 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
Empty file.