##// END OF EJS Templates
feat(disk-cache): rewrite diskcache backend to be k8s and NFS safe....
feat(disk-cache): rewrite diskcache backend to be k8s and NFS safe. - no longer depend on diskcache - use simpler version with Redis lock, and filesystem storage - fixes RCCE-78

File last commit:

r5087:0a27bd22 default
r5420:9cce0276 default
Show More
test_system_info.py
8 lines | 178 B | text/x-python | PythonLexer
/ rhodecode / tests / lib / test_system_info.py
tests: fixed all tests for python3 BIG changes
r5087
system-info: fetch vcs settings from vcsserver. Fixes #4276...
r1111
from rhodecode.lib.system_info import get_system_info
def test_system_info(app):
info = get_system_info({})
assert info['load']['value']['15_min'] != 'NOT AVAILABLE'