• Nils Goroll's avatar
    fellow_cache_test: wake up logwatcher when disk buddy is waiting · 8a6ab47f
    Nils Goroll authored
    because for fellow_cache_test there is no disk LRU, there is no instance to
    trigger a log flush besides the periodic wake up of the logwatcher thread.
    
    So when the disk buddy ran out of space, but the log buffer still had regions to
    free, those would only be freed after two seconds, drastically slowing down
    fellow_cache_test execution.
    
    To avoid special casing just for tests, we now run a thread to care about this
    issue specifically, to some extent emulating what otherwise the lru thread would
    do.
    8a6ab47f
Name
Last commit
Last update
LICENSES Loading commit data...
doc/perf Loading commit data...
logs Loading commit data...
src Loading commit data...
tools/coccinelle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
BUGS.rst Loading commit data...
CHANGES.rst Loading commit data...
COPYING Loading commit data...
DEVELOPER.rst Loading commit data...
INSTALL.rst Loading commit data...
Makefile.am Loading commit data...
README.rst Loading commit data...
bootstrap Loading commit data...
configure.ac Loading commit data...