This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
d8006b3a0523628236b76e7c1740e52bb0ab2d4d
deb-python-eventlet
/
greentest
History
Ryan Williams
d8006b3a05
Fixed processes_test breakage, and removed mode='static' from that file.
2009-06-02 17:55:18 -07:00
..
__init__.py
removed debugging print statement
2009-01-13 14:40:48 +06:00
api_test.py
Removed exc_greenlet from the hubs and the waiters_by_greenlet dict that was needed to support that functionality because the try/finally around hub.switch in trampoline does the right thing already. Added a unit test to verify that this still works.
2009-05-17 19:27:14 -07:00
coros_test.py
coros_test.py: kill trailing whitespace
2009-05-19 17:39:12 +07:00
db_pool_test.py
Disabled timing-sensitive db_pool tests until we come up with a better way to keep them from failing all the time. Re-fixed raising-while-creating bug. Now all the tests pass.
2009-05-20 15:43:06 -07:00
generate_report.py
generate_report.py: change the url to bitbucket's and add Python version info to the report
2009-05-19 17:37:55 +07:00
greenio_test.py
added makeGreenFile method to greenio.GreenSocket which creates GreenFile instance instead of standard socket._fileobject (like makefile() does), Converted all the old eventled code and tests to use makeGreenFile() this fixes a huge number of failing tests
2008-12-10 19:33:48 +06:00
httpc_test.py
Port of
http://svn.secondlife.com/trac/eventlet/changeset/153
2009-05-27 01:11:30 -07:00
httpd_test.py
import httpd and httpd_test from
http://bitbucket.org/which_linden/eventlet
2009-05-22 13:06:06 +07:00
parse_results.py
parse_results.py: use the last results*db available (based on mtime)
2009-05-19 16:27:58 +07:00
pools_test.py
Fixed timer canceling in CoroutinePool test, this mean that each coroutine in the pool is created anew.
2009-06-02 17:50:24 -07:00
processes_test.py
Fixed processes_test breakage, and removed mode='static' from that file.
2009-06-02 17:55:18 -07:00
README
removed out-of-date stuff from readme
2008-11-03 17:44:21 +06:00
record_results.py
record_results.py: fix bug: could parse hg's output wrong
2009-05-19 20:20:28 +07:00
runall.py
runall.py: do not exclude test_threading.py, it works OK now
2009-05-19 23:36:10 +07:00
saranwrap_test.py
Port of
http://svn.secondlife.com/trac/eventlet/changeset/157
2009-05-27 01:20:32 -07:00
test__api_timeout.py
updated copyrights
2009-01-13 00:18:31 +06:00
test__api.py
updated copyrights
2009-01-13 00:18:31 +06:00
test__coros_queue.py
Reenabled the queue tests. The semaphore now releases to waiters in the order that they started waiting. There's a FIX note in there because the queue should not need a sleep before the waiter count is correct.
2009-05-27 02:37:15 -07:00
test__coros_semaphore.py
reimplement BoundedSemaphore using two Semaphores; this resulted in a much more readable implementation
2009-03-29 23:02:52 +07:00
test__event.py
updated copyrights
2009-01-13 00:18:31 +06:00
test__greenness.py
updated copyrights
2009-01-13 00:18:31 +06:00
test__hub.py
updated copyrights
2009-01-13 00:18:31 +06:00
test__pool.py
rename eventlet.coropool to eventlet.pool
2009-05-24 18:34:48 +07:00
test__proc.py
proc fix: Source.wait(0) used to do the wrong thing - return None instead of raising TimeoutError
2009-01-21 13:21:02 +06:00
test__refcount.py
updated copyrights
2009-01-13 00:18:31 +06:00
test__socket_errors.py
Make this test pass by checking for 61 which is what OS X uses as connection refused, apparently
2009-03-28 15:40:41 -05:00
test__timers.py
updated copyrights
2009-01-13 00:18:31 +06:00
test__twistedutil_protocol.py
GreenTransportBase: revert half-closability (does not work with TLS anyway and not worth the complexity)
2009-02-20 19:04:30 +06:00
test__twistedutil.py
updated copyrights
2009-01-13 00:18:31 +06:00
test_server.crt
moved test_server.* to greentest as they are used by api_tests.py
2008-10-30 01:35:49 +06:00
test_server.key
moved test_server.* to greentest as they are used by api_tests.py
2008-10-30 01:35:49 +06:00
test_socket_ssl.py
import fix for GreenSSL from
http://bitbucket.org/fzzzy/eventlet/changeset/4a429ca57699/
2009-05-24 17:37:00 +07:00
test_socket.py
test_socket.py: make 2.4 compatible
2009-05-19 17:32:06 +07:00
test_socketserver.py
test_socketserver.py: don't fail in 2.4
2009-05-19 17:32:52 +07:00
test_support.py
added exit_unless_twisted function to greentest; moved my code from test_support.py to greentest/__init__.py
2008-12-10 16:10:48 +06:00
test_thread__boundedsem.py
added test_thread__boundedsem.py
2009-01-12 15:33:49 +06:00
test_thread.py
test_thread.py: 2.4 compatibility
2009-05-19 17:33:54 +07:00
test_threading_local.py
adopted test_threading_local.py from standard tests
2008-10-08 12:18:47 +07:00
test_threading.py
test_threading.py: be nice on 2.4, don't use stack_size which is not there
2009-05-22 10:34:03 +07:00
test_timeout.py
removed test_xxx_green.py files; moved the relevant stuff to test_xxx.py directly; undone some of my changes to python standard tests
2008-12-24 13:20:25 +06:00
test_urllib2_localnet.py
test_urllib2_localnet.py: don't run under 2.4
2009-05-19 17:34:11 +07:00
test_urllib2.py
removed test_xxx_green.py files; moved the relevant stuff to test_xxx.py directly; undone some of my changes to python standard tests
2008-12-24 13:20:25 +06:00
tests.py
moved eventlet/tests.py -> greentest/tests.py
2008-10-30 17:51:01 +06:00
timer_test.py
timer_test.py: instead of using add_timer, use schedule_call_global, it is available in all hubs
2009-05-24 19:44:16 +07:00
tpool_test.py
import tpool_test.py from
https://bitbucket.org/which_linden/eventlet/
2009-05-19 20:25:19 +07:00
with_eventlet.py
updated copyrights
2009-01-13 00:18:31 +06:00
with_timeout.py
with_timeout.py: set default timeout to 40 seconds
2009-05-19 20:27:45 +07:00
wsgi_test.py
Test and fix for weird 'Unexpected EOF' error discovered through use. wsgi_test.py may not be the best place for this test but at least it's there.
2009-06-02 15:06:12 -07:00
README
use 'kdiff3 python2.5/Lib/test .' to see all the differences