Compare commits

...

1 Commits

Author SHA1 Message Date
Will Korteland
c76fb0ad88 temporarily disable wiredtiger logging tests 2022-10-18 03:28:15 +00:00
2 changed files with 8 additions and 0 deletions

View File

@ -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.

View File

@ -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{