summaryrefslogtreecommitdiff
path: root/jstests/disk
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-74787 Prepare jstest corpus for implicit strict modeMatt Broadstone2023-05-075-12/+12
|
* SERVER-72867 eol-terminate all nonempty text filesBilly Donahue2023-04-262-2/+2
|
* SERVER-74901 Disable CSIIan Boros2023-03-201-11/+21
|
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-112-5/+5
| | | | Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
* SERVER-72677 Surface index validation errors arising from WT::verifyDan Larkin-York2023-01-311-4/+2
|
* SERVER-68981 Validate WT table logging settingsGregory Noma2023-01-132-1/+89
|
* SERVER-72683 use default timeout when waiting for empty directory removalBenety Goh2023-01-101-2/+6
|
* SERVER-70836 Increase election timeout to avoid generating extra oplog ↵Yuhong Zhang2022-10-271-1/+1
| | | | entries in repair_invalidates_replica_set_config.js
* SERVER-67290 Support repair on clustered collections with missing _mdb_catalogHaley Connelly2022-09-191-0/+87
|
* SERVER-65124 Enable feature flag for the extended validate commandYuhong Zhang2022-09-081-1/+1
|
* SERVER-67879 Check encrypted BSON value's structural consistencyYuhong Zhang2022-09-011-0/+42
|
* SERVER-69066 Clean up validation code for time-series collectionsYuhong Zhang2022-08-261-1/+1
|
* SERVER-68925 Reintroduce check table logging settings at startupGregory Wlodarek2022-08-251-82/+82
|
* SERVER-68688 Rename `checkBSONConsistency` option to `checkBSONConformance`Yuhong Zhang2022-08-251-12/+12
|
* SERVER-67562 Check for invalid UTF-8 characters in BSON documents during ↵Damian Wasilewicz2022-08-202-0/+50
| | | | validation
* SERVER-67521 Check for duplicate field names in BSON documents during validationRichard Hausman2022-08-201-0/+11
|
* SERVER-67880 : Check BSON column is decompressible in the validate command.Richard Hausman2022-08-191-0/+29
|
* SERVER-67604 Check BSON array field indexes when running the validate commandDamian Wasilewicz2022-08-162-0/+49
|
* SERVER-67881 : Check unsupported regular expression options in BSON ↵Richard Hausman2022-08-092-0/+63
| | | | documents in the validate command.
* SERVER-68186 Reconcile index table metadata during startup if there is a ↵Yuhong Zhang2022-08-082-0/+60
| | | | mismatch to the index type
* SERVER-67877 : Check for UUID validity in BSON documents.Richard Hausman2022-08-021-1/+28
|
* SERVER-67878 Check BSON MD5 type in the validate commandDamian Wasilewicz2022-07-281-0/+39
|
* SERVER-67522 Return warnings about the use of deprecated types in BSON ↵Yuhong Zhang2022-07-272-1/+66
| | | | documents in validation
* SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park2022-07-062-29/+24
|
* SERVER-67631 Skip checking wt return code on Windows testing variantsYuhong Zhang2022-06-291-3/+9
|
* SERVER-67045 Create a testing interface to insert non-conformant BSON documentsYuhong Zhang2022-06-282-0/+88
|
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-51/+0
|
* SERVER-62605 Open WiredTiger using 'backup_restore_target' to allow partial ↵Gregory Wlodarek2022-03-241-32/+0
| | | | restores
* SERVER-62608 Remove catalog entries of collections not restoredGregory Wlodarek2022-02-021-0/+32
|
* SERVER-62606 Add in-progress index build to ↵Gregory Wlodarek2022-01-271-2/+17
| | | | wt_startup_with_missing_user_collection.js
* SERVER-62606 Add a test verifying that the server can startup in standalone ↵Gregory Wlodarek2022-01-271-0/+63
| | | | | | mode with missing data files for user collections (cherry picked from commit 376a1b164bebb03d265d00c7005c58cddd26f6d7)
* SERVER-55483 Add a new startup parameter that skips verifying the tab…Gregory Wlodarek2021-09-141-0/+31
|
* SERVER-49862 Clarify usages of `skipEnforceFastCountOnValidate`Gregory Noma2021-08-051-1/+1
|
* SERVER-58661 Print raw logs in wt_file_helper.js when ↵Gregory Wlodarek2021-07-191-1/+7
| | | | rawMongoProgramOutput() cannot find the string pattern
* SERVER-52997 Do not abort WiredTiger when corruption is encountered inLouis Williams2021-07-011-9/+0
| | | | debug builds
* SERVER-57147 Remove outdated TODO comment referring to WT-4459Monica Ng2021-06-291-1/+0
|
* SERVER-53062 Throw an exception in tests if server startup failsSpencer Jackson2021-06-231-6/+5
|
* SERVER-56057 Accommodate SBE explain format in wt_filter_helper.jsDavid Storch2021-04-131-1/+3
|
* SERVER-52562 Enable two-phase drop for standalone mode; allow Lock-Free ↵Dianna Hohensee2020-11-121-0/+22
| | | | reads for standalone mode.
* SERVER-49287 Enable testing of corrupt WT history storesBrian DeLeonardis2020-10-291-5/+0
|
* SERVER-48882 Remove newly empty database directories when using directoryperdbGregory Noma2020-10-081-2/+3
|
* SERVER-43664 Fix file name lookup in wt_table_checks*.js for WindowsGregory Wlodarek2020-09-032-3/+3
|
* SERVER-43664 Speedup WiredTiger storage engine startup for many tables by ↵Gregory Wlodarek2020-09-032-0/+148
| | | | optimizing WiredTigerUtil::setTableLogging()
* SERVER-50534: Have --repair behave better in the presence of views.Daniel Gottlieb2020-08-261-0/+2
|
* SERVER-49842 Startup repair should rebuild indexes when validate index ↵Louis Williams2020-08-252-32/+84
| | | | inconsistencies exceed the memory limit
* SERVER-50205 re-enable repair_corrupt_document.js and ↵Benety Goh2020-08-141-6/+0
| | | | validate_repair_mode.js under windows
* SERVER-49687 disable repair_corrupt_document.js under windowsBenety Goh2020-08-111-1/+7
|
* SERVER-49687 Add flag for validate to repair data in standalone modeShin Yee Tan2020-08-071-0/+87
|
* SERVER-49706 Repair should not write documents with duplicate keys to ↵Faustoleyva542020-08-061-1/+1
| | | | local.system collections
* SERVER-49103 Validate repair mode should fix up missing and extra index entriesShin Yee Tan2020-08-061-2/+2
|