summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChenhao Qu <chenhao.qu@mongodb.com>2022-01-12 21:38:31 +1100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-01-12 11:09:45 +0000
commit2a6e9a8f2d5eaa596f4120c7ad952d1ac6dbf8fd (patch)
treea0ff5d67fdc9ff3abcba917cb60655cf72f98e70
parent1eaae3f693fb1f80eea98a1abe0dca345537c9df (diff)
downloadmongo-2a6e9a8f2d5eaa596f4120c7ad952d1ac6dbf8fd.tar.gz
Import wiredtiger: ca27d1c1f1c616bf016d0e3854a59b91a5dec908 from branch mongodb-master
ref: 2a6c384e78..ca27d1c1f1 for: 5.3.0 WT-8665 Reduce the amount of logs generated by search_near_03
-rw-r--r--src/third_party/wiredtiger/import.data2
-rw-r--r--src/third_party/wiredtiger/test/cppsuite/tests/search_near_03.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/import.data b/src/third_party/wiredtiger/import.data
index 8c0d04fcf7e..00c669edc59 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": "2a6c384e7869c310e970ec3ce0fcce2faf75e24e"
+ "commit": "ca27d1c1f1c616bf016d0e3854a59b91a5dec908"
}
diff --git a/src/third_party/wiredtiger/test/cppsuite/tests/search_near_03.cxx b/src/third_party/wiredtiger/test/cppsuite/tests/search_near_03.cxx
index fc660a97155..489325bc90f 100644
--- a/src/third_party/wiredtiger/test/cppsuite/tests/search_near_03.cxx
+++ b/src/third_party/wiredtiger/test/cppsuite/tests/search_near_03.cxx
@@ -281,7 +281,7 @@ class search_near_03 : public test_harness::test {
tc->sleep();
}
if (tc->running()) {
- logger::log_msg(LOG_INFO,
+ logger::log_msg(LOG_TRACE,
type_string(tc->type) +
" thread: calculated count: " + std::to_string(key_count) + " expected size: " +
std::to_string(prefixes_map.size() * prefixes_map.at(0).size()));