summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/libs
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75588 Fix DiskSpaceMonitor index build abort metricsYu Jin Kang Park2023-04-051-0/+10
* SERVER-75319 Handle null build UUIDs in resumable index build testsGregory Noma2023-03-271-8/+9
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+1
* SERVER-72449 backup_restore.js should consider exit code 2 valid for fsm processYu Jin Kang Park2023-01-051-3/+4
* SERVER-71769 Add a new log message when a secondary node is skipping a two-ph...Gregory Wlodarek2022-12-081-0/+27
* SERVER-70566 Print error code in backup_restore.js assertion after SIGINTYu Jin Kang Park2022-10-181-1/+2
* SERVER-65978: Online column store index buildsWill Buerger2022-09-301-3/+11
* SERVER-69877 Remove untimestamped writes to the catalog when restarting unfin...Gregory Wlodarek2022-09-281-2/+2
* SERVER-68119 Standardized mongo lookupAlexander Neben2022-08-122-4/+6
* SERVER-64968 Add a global counter to measure how many ingress connections the...Reo Kimura2022-08-041-0/+3
* SERVER-67390: backup_restore.js should also allow exit code -SIGINTYu Jin Kang Park2022-06-271-1/+5
* SERVER-63612 Execute second phase of two-phase index drop immediately for sta...Dianna Hohensee2022-06-031-8/+1
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-311-0/+93
* SERVER-60791 IndexBuildTest.assertIndexes() supports includeIndexBuildInfoBenety Goh2022-05-161-0/+11
* SERVER-62266: Serialize setClusterParameter and drop cluster parameter collec...Varun Ravichandran2022-04-221-20/+25
* SERVER-61802: Create changeStreamOptions cluster server parameterVarun Ravichandran2022-04-121-0/+177
* SERVER-65038 Ensure profiling works when write blocking is enabledJordi Serra Torrens2022-04-081-0/+15
* SERVER-63522 Observe DDL operations for user write blockingGabriel Marks2022-04-081-3/+43
* SERVER-63725 Block FCV downgrade on User Write Block ModeSpencer Jackson2022-04-051-0/+219
* SERVER-61011 Serialize RecordId to BinData and increase size limit to 8MBDaniel Gómez Ferro2022-01-142-43/+183
* SERVER-54726 Fix typo in numScannedAfterResumeGregory Noma2021-07-011-4/+4
* SERVER-53062 Throw an exception in tests if server startup failsSpencer Jackson2021-06-231-6/+5
* SERVER-50745 Remove ResumableIndexBuildTest::resumableIndexBuildsEnabled()Gregory Wlodarek2021-05-191-21/+0
* SERVER-54209: Audit index build lifecycle eventsVarun Ravichandran2021-03-111-22/+26
* SERVER-54727 Make resumable index builds work on time-series collectionsGregory Wlodarek2021-02-241-9/+29
* SERVER-54029 Fix mock_kms.js mock server startup waitMark Benvenuto2021-02-101-0/+2
* SERVER-50644, SERVER-50479: Add resumable index build support for ESE by usin...Varun Ravichandran2021-01-201-6/+16
* SERVER-51048 Clean up resumable index build log messagesGregory Noma2021-01-141-2/+7
* SERVER-53559 Stop the background workload in the backup/restore test before a...Gregory Wlodarek2021-01-041-24/+23
* SERVER-50442 Remove ensureIndex shell functionRishab Joshi2020-11-171-1/+1
* Revert "SERVER-50442 Remove ensureIndex shell function This commit also repla...Arun Banala2020-11-121-1/+1
* SERVER-50442 Remove ensureIndex shell function This commit also replaces all ...Rishab Joshi2020-11-121-1/+1
* SERVER-51136 Test resuming multiple index builds for rollbackGregory Noma2020-11-031-75/+129
* SERVER-50956 Test resuming larger index builds that spill to disk during coll...Gregory Noma2020-10-141-13/+23
* SERVER-51008 Enable resuming index builds in the drain writes phase for rollbackGregory Noma2020-09-301-35/+41
* SERVER-50958 add test for resumable index build interrupted by shutdown multi...Benety Goh2020-09-261-0/+76
* SERVER-50958 extract ResumableIndexBuildTest helper function for checking tem...Benety Goh2020-09-261-15/+18
* SERVER-50708 Test resuming multiple index buildsGregory Noma2020-09-241-117/+279
* SERVER-50899 Keep track of multikey in resumable index build stateGregory Noma2020-09-151-2/+2
* SERVER-50711 Clear temp directory if no internal idents are parsed on startupGregory Noma2020-09-081-8/+26
* SERVER-50289 Remove tempDir from persisted resumable index build stateGregory Noma2020-09-031-1/+2
* SERVER-50602 remove IndexBuildTest.indexBuildCommitQuorumEnabled()Benety Goh2020-08-291-9/+0
* SERVER-50602 fix rollback_index_builds_test.js to run createIndexes with comm...Benety Goh2020-08-281-3/+9
* SERVER-50095 Augment ResumableIndexBuildTest to test that index builds are re...Gregory Noma2020-08-251-31/+59
* SERVER-50431 Clean up persisted Sorter data if resuming index build failsGregory Noma2020-08-241-4/+14
* SERVER-49846 Drop internal idents on startup if there are no index builds to ...Samy Lanka2020-08-211-0/+10
* SERVER-49450 Test that index build is restarted if resuming fails on startupSamy Lanka2020-08-181-7/+75
* SERVER-49409 Enable resuming index builds from the collection scan phaseGregory Noma2020-08-131-81/+60
* SERVER-46687 Run hang-analyzer from resmoke and integrate with archivalvrachev2020-08-131-1/+1
* SERVER-48417 Test that multi-node sets resume index builds from the drain wri...Samy Lanka2020-08-111-8/+168