]> git.pld-linux.org Git - packages/python-gevent.git/blob - known_failures-pld.txt
local proxy settings should not cause test failures
[packages/python-gevent.git] / known_failures-pld.txt
1 ######################################################
2 # Problems which should be investigated
3
4 # AttributeError: 'module' object has no attribute '_url_collapse_path_split'
5 * * * -u -m monkey_test --Event test_httpservers.py
6 * * * -u -m monkey_test test_httpservers.py
7
8 #   AssertionError: The 304 response must have no body
9 # and:
10 #       File "/home/users/jajcus/rpm/BUILD/gevent-1.0/gevent/hub.py", line 331, in s
11 #         return greenlet.switch(self)
12 #     Timeout: 1 second: test timed out
13 * * * -u test__pywsgi.py
14
15 ######################################################
16 # Tests which may fail on our builders
17
18 # depends on external URL accessibility
19 * * * -u -m monkey_test test_urllib2net.py
20 * * * -u -m monkey_test --Event test_urllib2net.py
21
22 # requires webpy, not in PLD
23 # has expectations on local TCP ports availability
24 * * * -u test___example_servers.py
25
26 #    File "test__socket.py", line 140, in test_sendall_timeout
27 #      self.assertRaises(self.TIMEOUT_ERROR, client.sendall, data_sent)
28 #  AssertionError: timeout not raised
29 * * * -u test__socket.py
30
31 # uses DNS and external URLs,
32 # requires 'sendfile' python module
33 * * * -u test__examples.py
34
35 # expects local TCP port 6000 being available
36 * * * -u test__example_echoserver.py
37
This page took 0.048932 seconds and 3 git commands to generate.