summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/record_store_test_validate.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-29491 Only full validate should verifyTableGregory Wlodarek2017-07-251-2/+2
|
* SERVER-27257 Deduplicate symbol `newHarnessHelper`ADAM David Alan Martin2016-12-141-3/+3
| | | | | | | | | | | The `newHarnessHelper` function was defined by multiple test driver modules, each one specializing it to return a specific kind of storage test driver's `HarnessHelper`. The two different kinds of `HarnessHelper` class were given a common base class, and the `newHarnessHelper` function was changed to a single implementation. This new implementation returns the results of a `HarnessHelper` factory function which can be registered by a MONGO_INITIALIZER statement.
* SERVER-23905 Unify lifetime management for LockState on OperationContexts ↵Andy Schwerin2016-06-031-9/+9
| | | | | | | into OperationContext. This change also moves responsibility for registering OperationContexts to Clients into ServiceContext::makeOperationContext.
* SERVER-23873 Optimize checking for interruptMathias Stearn2016-05-101-0/+2
|
* SERVER-23055 optimize perf of hashtable used by validate()Robert Guo2016-04-291-96/+11
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-176/+176
|
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-22/+21
|
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+3
|
* SERVER-13635 Enclose validate() tests in anonymous namespace.Max Hirschhorn2014-10-081-0/+2
| | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* SERVER-13635 Expand set of generic RecordStore API tests.Max Hirschhorn2014-10-071-0/+247