summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog_cache_refresh_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-34269 Make CachedCollectionRoutingInfo an explicit 'package' of the ↵Esha Maharishi2018-04-031-16/+16
| | | | database and collection routing info
* SERVER-29908 Move sharding_catalog_manager and tests under db/s/configKaloian Manassiev2018-02-061-22/+24
| | | | | Also get rid of sharding_catalog_test_fixture since it doesn't provide much value.
* SERVER-32984 clean up DatabaseType classEsha Maharishi2018-02-051-5/+1
|
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-7/+7
|
* SERVER-22611 Get rid of ChunkDiff and add more CatalogCache testsKaloian Manassiev2017-04-041-0/+616
This change gets rid of the "chunk differ" which was previously shared between mongos and mongod. Instead its relatively simple logic has been moved inside the CatalogCache.