summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Korteland <will.korteland@mongodb.com>2022-10-18 03:28:15 +0000
committerWill Korteland <will.korteland@mongodb.com>2022-10-18 03:28:15 +0000
commitc76fb0ad88d26a0e05db00a9126f9849c0cf53bb (patch)
treed728ac24c186ddcf057e0cbd766d392ce774a409
parent7b81482e9ca20b812d5642bf469af13cc8e18203 (diff)
downloadmongo-server-70650-temporarily-disable-wiredtiger-logging-tests.tar.gz
temporarily disable wiredtiger logging testsserver-70650-temporarily-disable-wiredtiger-logging-tests
-rw-r--r--src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine_test.cpp4
-rw-r--r--src/mongo/db/storage/wiredtiger/wiredtiger_util_test.cpp4
2 files changed, 8 insertions, 0 deletions
diff --git a/src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine_test.cpp b/src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine_test.cpp
index e411277a57d..978c1c143be 100644
--- a/src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine_test.cpp
+++ b/src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine_test.cpp
@@ -547,6 +547,10 @@ TEST_F(WiredTigerKVEngineTest, WiredTigerDowngrade) {
TEST_F(WiredTigerKVEngineTest, TestReconfigureLog) {
// Perform each test in their own limited scope in order to establish different
// severity levels.
+
+ // TODO SERVER-70651 Re-enable this test.
+ return;
+
{
auto opCtxRaii = _makeOperationContext();
// Set the WiredTiger Checkpoint LOGV2 component severity to the Log level.
diff --git a/src/mongo/db/storage/wiredtiger/wiredtiger_util_test.cpp b/src/mongo/db/storage/wiredtiger/wiredtiger_util_test.cpp
index 52b8309cbf7..aba64bbe962 100644
--- a/src/mongo/db/storage/wiredtiger/wiredtiger_util_test.cpp
+++ b/src/mongo/db/storage/wiredtiger/wiredtiger_util_test.cpp
@@ -442,6 +442,10 @@ TEST(WiredTigerUtilTest, ParseCompactMessages) {
TEST(WiredTigerUtilTest, GenerateVerboseConfiguration) {
// Perform each test in their own limited scope in order to establish different
// severity levels.
+
+ // TODO SERVER-70651 Re-enable this test.
+ return;
+
{
// Set the WiredTiger Checkpoint LOGV2 component severity to the Log level.
auto severityGuard = unittest::MinimumLoggedSeverityGuard{