0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 28, 2024 — Jul 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
put a lock around _assign_partitions, so we don't process messages in the meantime More... over 13 years ago
refactor ZK worker version check and re-use it in second test case More... over 13 years ago
be extra careful in an atexit hook, we can be called after or during self.__del__ More... over 13 years ago
further robustness fixes, deal with the worker not having created /workers in ZK yet More... over 13 years ago
avoid hardcoded sleep statements, and rather test zookeeper changes More... over 13 years ago
give cassandra/queuey more time to run More... over 13 years ago
update some dependencies More... over 13 years ago
update virtualenv to 1.7.1.2 More... over 13 years ago
update to cassandra 1.0.9 More... over 13 years ago
update to nginx 1.1.19 More... over 13 years ago
move nginx version to constant More... over 13 years ago
update to ZK 3.4.3 and bring back `exex` hack, which isn't yet in the 3.4 line More... over 13 years ago
fix bad version spec More... over 13 years ago
update zc-zookeeper-static to 3.4.3 More... over 13 years ago
spelling fix More... over 13 years ago
re-enable complex test More... over 13 years ago
give worker a bit more time to shut down More... over 13 years ago
deal with already closed zookeeper connection on the worker instances More... over 13 years ago
Use a ZKReactor in partition tests and ensure we get a clean ZK environment for each test More... over 13 years ago
make all of _assign_partitions blocking More... over 13 years ago
start twisted-rewrite of _assign_partitions, currently deadlocks on using blocking_call inside Partition.__init__ which gets called inside async code in _assign_partitions More... over 13 years ago
cleanup and document ZKReactor a bit more More... over 13 years ago
re-use worker.unregister for test cleanup More... over 13 years ago
add todo-note More... over 13 years ago
remove unused import More... over 13 years ago
disconnect ZK after each test More... over 13 years ago
connect/close the ZK connection, instead of stopping the reactor More... over 13 years ago
add note about test isolation problem thx to Twisted More... over 13 years ago
remove worker.zk_conn More... over 13 years ago
provide more blocking ZK methods and use them in a test More... over 13 years ago