Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
883b2bc6
Commit
883b2bc6
authored
Aug 29, 2011
by
Denis Bilenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ignore test_socket.NetworkConnectionNoServer.test_create_connection_timeout
parent
4e718c53
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
greentest/patched_tests_setup.py
greentest/patched_tests_setup.py
+7
-0
No files found.
greentest/patched_tests_setup.py
View file @
883b2bc6
...
...
@@ -55,6 +55,13 @@ disabled_tests = \
# because it is referenced by the traceback - any Python function would lose a reference like that.
# the original getnameinfo does not lose it because it'
s
in
C
.
,
'test_socket.NetworkConnectionNoServer.test_create_connection_timeout'
# replaces socket.socket with MockSocket and then calls create_connection.
# this unfortunately does not work with monkey patching, because gevent.socket.create_connection
# is bound to gevent.socket.socket and updating socket.socket does not affect it.
# this issues also manifests itself when not monkey patching DNS: http://code.google.com/p/gevent/issues/detail?id=54
# create_connection still uses gevent.socket.getaddrinfo while it should be using socket.getaddrinfo
,
'test_asyncore.BaseTestAPI.test_handle_expt'
# sends some OOB data and expect it to be detected as such; gevent.select.select does not support that
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment