[Python-modules-commits] [python-eventlet] 10/19: Disable test_server_connection_timeout_exception()
Thomas Goirand
zigo at moszumanska.debian.org
Tue Nov 14 21:39:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
zigo pushed a commit to branch master
in repository python-eventlet.
commit 9b3a864614dd2f88157b6e10ed6dc48436c3559d
Author: Thomas Goirand <zigo at debian.org>
Date: Fri Aug 4 21:47:23 2017 +0200
Disable test_server_connection_timeout_exception()
As per the bug report, the test is non-deterministic. Therefore,
remove it it.
Bug-Debian: https://bugs.debian.org/857893
Forwarded: no
Last-Update: 2017-03-16
---
tests/wsgi_test.py | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/tests/wsgi_test.py b/tests/wsgi_test.py
index bc581a8..a22e688 100644
--- a/tests/wsgi_test.py
+++ b/tests/wsgi_test.py
@@ -1477,11 +1477,11 @@ class TestHttpd(_TestBase):
request_thread.wait()
server_sock.close()
- def test_server_connection_timeout_exception(self):
- # Handle connection socket timeouts
- # https://bitbucket.org/eventlet/eventlet/issue/143/
- # Runs tests.wsgi_test_conntimeout in a separate process.
- tests.run_isolated('wsgi_connection_timeout.py')
+# def test_server_connection_timeout_exception(self):
+# # Handle connection socket timeouts
+# # https://bitbucket.org/eventlet/eventlet/issue/143/
+# # Runs tests.wsgi_test_conntimeout in a separate process.
+# tests.run_isolated('wsgi_connection_timeout.py')
def test_server_socket_timeout(self):
self.spawn_server(socket_timeout=0.1)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-eventlet.git
More information about the Python-modules-commits
mailing list