commitlog_test: Add test for deadlock in recycle waiter

Not a very good test, mind you. Nothing to verify, just see if
the test times out. But try to make it at least complete for
failure report.
This commit is contained in:
Calle Wilund
2021-04-06 13:10:21 +00:00
parent e991e01f2e
commit 813694b617
3 changed files with 91 additions and 0 deletions

View File

@@ -336,6 +336,16 @@ public:
*/
uint64_t max_active_flushes() const;
/**
* Return disk footprint
*/
uint64_t disk_footprint() const;
/**
* Return configured disk footprint limit
*/
uint64_t disk_limit() const;
future<> clear();
const config& active_config() const;