summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSulabh Mahajan <sulabh.mahajan@mongodb.com>2016-09-14 13:20:11 +1000
committerAlex Gorrod <alexander.gorrod@mongodb.com>2016-09-14 13:20:11 +1000
commite189aa8a3de76fcd71a4dea254a24f02c80dfa19 (patch)
tree95ac2381de6c51b15ffa85e203be605e65b3ed72 /test
parent71c8bd736c888228d42d9a2ee478380d2224c984 (diff)
downloadmongo-e189aa8a3de76fcd71a4dea254a24f02c80dfa19.tar.gz
WT-2859 Restructure statistics gathering macros (#3016)
Having _FAST_ macros gives an impression that when we use them, we are collecting fast statistics only, which is not true. Except when statistics=none is set, we collect all the stats. This change removes _FAST_ macros and modifies the basic macros to only collect stats when statistics=none is not set.
Diffstat (limited to 'test')
-rw-r--r--test/csuite/wt2719_reconfig/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/csuite/wt2719_reconfig/main.c b/test/csuite/wt2719_reconfig/main.c
index 4ec213c85ea..1ff7b10e1c6 100644
--- a/test/csuite/wt2719_reconfig/main.c
+++ b/test/csuite/wt2719_reconfig/main.c
@@ -130,7 +130,8 @@ static const char *list[] = {
",statistics=(\"all\")",
",statistics=(\"fast\")",
",statistics=(\"none\")",
- ",statistics=(\"clear\")",
+ ",statistics=(\"all\",\"clear\")",
+ ",statistics=(\"fast\",\"clear\")",
",statistics_log=(json=0)",
",statistics_log=(json=1)",