##// END OF EJS Templates
caches: use safer method of purging keys from memory dict. During some concurrency tests...
caches: use safer method of purging keys from memory dict. During some concurrency tests we detected that has_key has a race condition, and catching exception is safer.
marcink -
r2931:474abf70 default
Show More
Name Size Modified Last Commit Author
/ rhodecode / tests / lib / middleware
utils
__init__.py Loading ...
mock_scm_app.py Loading ...
test_appenlight.py Loading ...
test_simplegit.py Loading ...
test_simplehg.py Loading ...
test_simplesvn.py Loading ...
test_simplevcs.py Loading ...
test_vcs.py Loading ...
test_vcs_unavailable.py Loading ...