This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
b741076db4839215a317837c6b556e7faac9116d
deb-python-eventlet
/
greentest
History
Ryan Williams
85e75d572d
Finished up SSL.Connection compatibility. Backwards compatibility change: it used to be that you could just call close() on an ssl socket, but now you have to call shutdown() and then close(). This is in line with the normal OpenSSL behavior and means that we no longer penalize correctly-written clients. Fixed wsgi and api_test to reflect this changed assumption.
2009-07-19 03:55:54 -07:00
..
__init__.py
remove greentest/tests.py
2009-06-15 15:12:10 +07:00
api_test.py
Finished up SSL.Connection compatibility. Backwards compatibility change: it used to be that you could just call close() on an ssl socket, but now you have to call shutdown() and then close(). This is in line with the normal OpenSSL behavior and means that we no longer penalize correctly-written clients. Fixed wsgi and api_test to reflect this changed assumption.
2009-07-19 03:55:54 -07:00
coros_test.py
coros.event: remove cancel() method
2009-06-16 15:35:21 +07:00
db_pool_test.py
Disabled __del__ doing a put back to connection pool (best practice has always been to do put in a finally block). Disabled two_simultaneous_connections test since it's timing-sensitive. Reenabled these tests in runall.py.
2009-06-17 17:20:05 -07:00
generate_report.py
Added underlines on hover to html output so fools like me know they are links.
2009-06-17 17:24:24 -07:00
greenio_test.py
Fixed httplib bug reported by Cesar Alaniz, realized that the unit test I'd written for it was really a full-duplex test so it's disabled until we get that working. Moved the read method from module level into GreenFile because it's not called from anywhere else.
2009-07-17 00:26:32 -07:00
parse_results.py
parse_results.py: minor internal change: work with unicode object instead of utf-8 str
2009-06-08 12:27:45 +07:00
pools_test.py
Wrote unit tests for resizing both types of pools, fixed pool.py so it passes its test. Bumped revision number to 0.8.12.
2009-07-13 17:23:26 -07:00
processes_test.py
remove greentest/tests.py
2009-06-15 15:12:10 +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 to work without .hg
2009-06-29 14:45:17 +07:00
runall.py
Disabled __del__ doing a put back to connection pool (best practice has always been to do put in a finally block). Disabled two_simultaneous_connections test since it's timing-sensitive. Reenabled these tests in runall.py.
2009-06-17 17:20:05 -07:00
saranwrap_test.py
Fixed test_saranwrap
2009-06-02 18:23:49 -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
fix test__coros_queue
2009-06-22 15:59:37 +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__doctests.py
add test__doctests.py
2009-06-15 14:47:01 +07:00
test__event.py
updated copyrights
2009-01-13 00:18:31 +06:00
test__greenness.py
fix bug in test__greenness.py
2009-06-15 12:14:32 +07:00
test__hub.py
test__hub: add TestExceptionInMainloop
2009-06-17 14:51:53 +07:00
test__pool.py
Wrote unit tests for resizing both types of pools, fixed pool.py so it passes its test. Bumped revision number to 0.8.12.
2009-07-13 17:23:26 -07:00
test__proc.py
test__proc: reeanable 2 tests that were accidentally disabled before
2009-06-22 16:35:20 +07:00
test__refcount.py
nicer output in case of failure in test__refcount.py
2009-06-24 18:31:53 +07: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
test__twistedutil_protocol: fix NameError when importing without gnutls
2009-06-08 15:45:38 +07: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
fix test_socket.py: to use hub's signal method if available (for libevent hub)
2009-06-17 15:01:22 +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
test_timeout: remove invalid comment
2009-06-16 00:38:19 +07: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
test_urllib2: reenable the rest of the tests
2009-06-16 00:39:03 +07:00
timer_test.py
timer_test: add a few comments
2009-06-17 18:01:50 +07:00
tpool_test.py
remove greentest/tests.py
2009-06-15 15:12:10 +07:00
with_eventlet.py
with_eventlet.py: print version/hub info/changeset/working copy diffstat
2009-06-24 19:00:05 +07:00
with_timeout.py
with_timeout.py: fix the doctest
2009-06-15 17:24:39 +07:00
wsgi_test.py
Removed RefCount so that GreenSSL behaves more like SSL.Connection, fixed wsgi.py so that it handles this gracefully, and cleaned up all those TODOs
2009-07-19 01:44:46 -07:00
README
use 'kdiff3 python2.5/Lib/test .' to see all the differences