summaryrefslogtreecommitdiffstats
path: root/daemon/unit_test.h
diff options
context:
space:
mode:
authorAndrew Moss <1043609+amoss@users.noreply.github.com>2019-12-17 19:15:17 +0100
committerGitHub <noreply@github.com>2019-12-17 19:15:17 +0100
commitfe45b4961e92b21d0de2a3e340f4563fb6b4be2b (patch)
treee4fd72d8798ec9f18410ed4ee354f2ce56a9c6d7 /daemon/unit_test.h
parent1c12832310445603644ed18ad19ebf3b91ad4480 (diff)
Revert "Fix race condition in dbengine (#7533)" (#7560)
We are removing this fix for further internal testing, it will be returning after we iron out some bugs. This reverts commit 53ab093d84919c743450199a31bca9a13412e451.
Diffstat (limited to 'daemon/unit_test.h')
-rw-r--r--daemon/unit_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/unit_test.h b/daemon/unit_test.h
index 79d415be04..230a700858 100644
--- a/daemon/unit_test.h
+++ b/daemon/unit_test.h
@@ -12,7 +12,7 @@ extern int unit_test_buffer(void);
extern int test_dbengine(void);
extern void generate_dbengine_dataset(unsigned history_seconds);
extern void dbengine_stress_test(unsigned TEST_DURATION_SEC, unsigned DSET_CHARTS, unsigned QUERY_THREADS,
- unsigned RAMP_UP_SECONDS, unsigned PAGE_CACHE_MB, unsigned DISK_SPACE_MB);
+ unsigned RAMP_UP_SECONDS, unsigned PAGE_CACHE_MB);
#endif