summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_msg_fuzzer_fixture.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58194 Have `ThreadContext` present as cleaning up `OpMsgFuzzerFixture`Amirsaman Memaripour2021-10-271-11/+18
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-2/+1
* SERVER-57347 Fix the data race in OpMsgFuzzerFixtureAmirsaman Memaripour2021-06-021-11/+16
* SERVER-56351: Amend OpMsgFuzzerFixture destructor to properly shutdown storag...Tyler Seip2021-05-071-0/+14
* SERVER-56014: Set FCV in clang fuzzer tests.Daniel Gottlieb2021-04-191-0/+3
* SERVER-54801 OpMsgFuzzerFixture needs a unique dbpathBen Caimano2021-02-261-1/+7
* SERVER-54801 OpMsgFuzzerFixture should use ephemeralForTest storage engineBen Caimano2021-02-261-2/+20
* SERVER-53902 Fix crash in op_msg_fuzzer when looking for the oplog.Henrik Edin2021-01-211-3/+4
* SERVER-53869 Remove references to `getGlobalServiceContext()` from the catalogKaloian Manassiev2021-01-191-1/+3
* SERVER-53141 Initialize Catalog infrastructure in op_msg_fuzzerBen Caimano2020-12-171-0/+18
* SERVER-53141 Make a fixture for the op_msg_fuzzerBen Caimano2020-12-171-0/+100