diff options
author | Luke Chen <luke.chen@mongodb.com> | 2022-01-28 14:47:04 +1100 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-01-28 04:15:17 +0000 |
commit | 9a260a4008d293706e34689156baef2466acaa85 (patch) | |
tree | 907d35cf819313e4836bf5db2f0c2a38f4935420 /src/third_party | |
parent | f480d0dc209719acac665dda064611efe7282e28 (diff) | |
download | mongo-9a260a4008d293706e34689156baef2466acaa85.tar.gz |
Import wiredtiger: 11338fc0ed96da84ebefd66d3cccdf04dcaa0357 from branch mongodb-master
ref: ee9ff37d27..11338fc0ed
for: 5.3.0
WT-8450 Report stats in hs_cleanup_stress, don't validate them
Diffstat (limited to 'src/third_party')
-rw-r--r-- | src/third_party/wiredtiger/import.data | 2 | ||||
-rw-r--r-- | src/third_party/wiredtiger/test/cppsuite/configs/hs_cleanup_stress.txt | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/third_party/wiredtiger/import.data b/src/third_party/wiredtiger/import.data index 5f6043675d6..aebaa2d5757 100644 --- a/src/third_party/wiredtiger/import.data +++ b/src/third_party/wiredtiger/import.data @@ -2,5 +2,5 @@ "vendor": "wiredtiger", "github": "wiredtiger/wiredtiger.git", "branch": "mongodb-master", - "commit": "ee9ff37d272183c280cb3b0404332df087bf5bb0" + "commit": "11338fc0ed96da84ebefd66d3cccdf04dcaa0357" } diff --git a/src/third_party/wiredtiger/test/cppsuite/configs/hs_cleanup_stress.txt b/src/third_party/wiredtiger/test/cppsuite/configs/hs_cleanup_stress.txt index f5ab946d1f1..cc08a873873 100644 --- a/src/third_party/wiredtiger/test/cppsuite/configs/hs_cleanup_stress.txt +++ b/src/third_party/wiredtiger/test/cppsuite/configs/hs_cleanup_stress.txt @@ -19,7 +19,7 @@ runtime_monitor= ( max=497000, min=457000, - postrun=true, + postrun=false, save=true, ), # Seems to remove 160K records. Give it a similar margin. @@ -27,7 +27,7 @@ runtime_monitor= ( max=170000, min=150000, - postrun=true, + postrun=false, save=true, ), stat_cache_size= @@ -41,7 +41,7 @@ runtime_monitor= stat_db_size= ( max=1900000000, - runtime=true, + runtime=false, save=true, ), ), |