Add tests for background threads.

This commit is contained in:
Qi Wang
2017-05-15 17:44:13 -07:00
committed by Qi Wang
parent 44559e7cf1
commit 2c368284d2
3 changed files with 119 additions and 0 deletions

View File

@@ -161,6 +161,7 @@ TEST_BEGIN(test_mallctl_opt) {
TEST_MALLCTL_OPT(const char *, dss, always);
TEST_MALLCTL_OPT(unsigned, narenas, always);
TEST_MALLCTL_OPT(const char *, percpu_arena, always);
TEST_MALLCTL_OPT(bool, background_thread, always);
TEST_MALLCTL_OPT(ssize_t, dirty_decay_ms, always);
TEST_MALLCTL_OPT(ssize_t, muzzy_decay_ms, always);
TEST_MALLCTL_OPT(bool, stats_print, always);