summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* try to give a heisenfailure more timefeature/single-zk-thread-refactorHanno Schlichting2013-01-081-1/+1
* uncomment TestSessions - the actual tests are skipped via `raise SkipTest`Hanno Schlichting2013-01-081-40/+40
* avoid interfering with the select call inside the connection_loopHanno Schlichting2013-01-081-2/+1
* reduce branch diffHanno Schlichting2013-01-082-2/+2
* Remove pypy from testing for the moment.Ben Bangert2013-01-051-5/+5
* Restore the old way of cluster restarting.Ben Bangert2013-01-051-17/+18
* Do a better test on the partitioner state a failure at least indicates the cu...Ben Bangert2013-01-051-6/+7
* Kill the ZK server in a way thats more agreeable with PyPy.Ben Bangert2013-01-051-18/+17
* These aren't run anyways, so we comment them out.Ben Bangert2013-01-051-40/+40
* Proper debug statement.Ben Bangert2013-01-051-1/+1
* More test ordering to ensure a speedy client doesn't muck up the results.Ben Bangert2013-01-051-1/+2
* More ambiguities relying on not being able to acquire fast enough for the tes...Ben Bangert2013-01-051-1/+2
* Remove a test ambiguity relying on Python ordering of commands.Ben Bangert2013-01-051-3/+0
* Python 3 is not so much a fan of writing a str to a pipe buffer.Ben Bangert2013-01-052-3/+3
* Account for timing issues which may result in a reconnection before the sessi...Ben Bangert2013-01-051-2/+9
* Send request isn't responsible for triggering close.Ben Bangert2013-01-051-2/+1
* We took a request, read the pipe.Ben Bangert2013-01-051-0/+1
* Skip read timeout test right now, as it replaces select all over, which no lo...Ben Bangert2013-01-051-0/+1
* Change the timeouts from microseconds to seconds before using them as timeouts.Ben Bangert2013-01-051-1/+3
* Remove some remaining peek tests.Ben Bangert2013-01-041-37/+0
* The big refactor of the connection handler to use a single ZK thread.Ben Bangert2013-01-044-231/+196
* Remove the test for the peek queue.Ben Bangert2013-01-041-43/+0
* Remove all this peeking crap, as we won't need it.Ben Bangert2013-01-044-223/+1
* finally enable test for _read and closes issue #37Hanno Schlichting2013-01-031-2/+1
* Check to see if the reader is done before sending commands, consider it a con...Ben Bangert2013-01-031-0/+5
* Use a cheaper test to see if a socket is available, re: Issue #40.Ben Bangert2013-01-031-7/+5
* add changelog entry for debian improvementsHanno Schlichting2013-01-031-0/+5
* Merge pull request #45 from nailor/masterHanno Schlichting2013-01-031-0/+1
|\
| * Debian: Don't build on Python <2.6Jyrki Pulliainen2013-01-031-0/+1
|/
* Issue #37: added test for socket timeouts in _readHanno Schlichting2013-01-031-0/+32
* Issue #37 / #40: Handle socket timeouts during socket writes.Hanno Schlichting2013-01-033-5/+43
* Issue #42: added tests showing misbehaving session id `stickiness`Hanno Schlichting2013-01-021-0/+44
* Isolate connection dropped test a bit more from the restHanno Schlichting2013-01-021-2/+11
* prevent ZK cluster nodes from being started twiceHanno Schlichting2013-01-022-3/+3
* clean up extra client at the end of the testHanno Schlichting2013-01-021-0/+1
* Fix issue #39 / #41 - Handle connection dropped errors during session writes.Hanno Schlichting2013-01-023-5/+24
* add test for connection drops during ongoing socket writesHanno Schlichting2013-01-021-0/+15
* remove duplicated lineHanno Schlichting2013-01-021-1/+0
* update some dependencies to new versionsHanno Schlichting2013-01-021-3/+3
* update to gevent 1.0rc2Hanno Schlichting2013-01-022-5/+5
* increase test timeout/sleep a bit more for PatientChildrenWatchHanno Schlichting2013-01-021-1/+1
* use canonical import location for PatientChildrenWatchHanno Schlichting2013-01-021-1/+1
* try travis support for Python 3.3Hanno Schlichting2013-01-021-0/+4
* Merge pull request #44 from spladug/debian-releaseHanno Schlichting2013-01-0214-29/+63
|\
| * Overhaul debian packaging.Neil Williams2013-01-0114-29/+63
* | Use ZK 3.4.5Hanno Schlichting2012-11-192-7/+7
* | downgrade distribute - it's broken under Python 3.2Hanno Schlichting2012-11-041-1/+1
* | update some dependency versionsHanno Schlichting2012-11-041-3/+3
* | update to test against gevent 1.0rc1Hanno Schlichting2012-11-042-7/+7
* | Issue #36: Correctly set `ConnectionHandler.writer_stopped` even if anHanno Schlichting2012-11-022-13/+17