summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/persistent_task_queue_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-50344 Rename Client methods to clarify that they are about being ↵Spencer T Brody2020-08-251-2/+2
| | | | killed during stepdown
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s ↵Kaloian Manassiev2020-06-211-2/+1
| | | | | | | | directory With this change there are no more references from mongo/s (which is code common between MongoS and MongoD) and mongo/db/s (which is code specific for MongoD only).
* SERVER-48775 Run dos2unix on two sharding test files with CRLF line endingsKaloian Manassiev2020-06-151-320/+320
|
* SERVER-45781 Throw Stale Shard Version when collection is unknown on ↵Marcos José Grillo Ramírez2020-04-081-317/+320
| | | | getCollectionDescription and renamed old version to getCollectionDescription_DEPRECATED
* SERVER-44107 Don't reuse operation context in ↵Alex Taskov2019-10-211-8/+29
| | | | PersistentTaskQueueTest::TestInterruptedWhileWaitingOnCV
* SERVER-42186 PersistentTaskQueue implementationAlex Taskov2019-09-261-0/+296