summaryrefslogtreecommitdiff
path: root/jstests/sharding/batch_write_command_sharded.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74276 Add catalog shard sharding suitesJack Mulrow2023-03-011-1/+1
* SERVER-71690 Implement a new sharding hook to verify the sharding filtering m...Jordi Serra Torrens2023-01-181-0/+1
* SERVER-58271 Stop forcing collection version refreshes in chunk manager targeterTommaso Tocci2021-07-071-82/+10
* SERVER-51070 Use the regular write path for writes to the Config ServerKaloian Manassiev2020-12-041-6/+3
* SERVER-42191 Add a new test hook that checks that all orphaned documents are ...Randolph Tan2020-02-101-0/+1
* Revert "SERVER-42191 Add a new test hook that checks that all orphaned docume...William Schultz2020-02-051-1/+0
* SERVER-42191 Add a new test hook that checks that all orphaned documents are ...Randolph Tan2020-02-051-0/+1
* SERVER-44917 Add ShardingTest hook to validate indexes are consistent across ...Cheahuychou Mao2019-12-201-2/+3
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-141-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-228/+262
* SERVER-32052 Update ShardingTest to default to starting shard servers as repl...jannaerin2018-03-091-1/+1
* SERVER-30511 call checkUUIDsConsistentAcrossCluster() before shutting down a ...Esha Maharishi2017-09-251-1/+6
* SERVER-27599 replace unpredictable unordered config.shards queries with shard...Dianna Hohensee2017-04-111-4/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+1
* SERVER-23665 Wait for replication in batch_write_command_sharded.jsKaloian Manassiev2016-04-121-9/+7
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-242/+234
* SERVER-22877 move tests from replset_config to sharding directoryMisha Tyulenev2016-03-081-0/+250
* SERVER-19085 Add new suite for running 3-node legacy config serversDaniel Alabi2015-07-021-273/+0
* SERVER-18044 Make sharding test explicitly set primary shards for databasesRandolph Tan2015-05-151-0/+1
* SERVER-17971 Make ShardingTest start single-server config servers as replica ...Spencer T Brody2015-04-231-1/+1
* SERVER-17971 Remove separateConfig option from ShardingTest and make its beha...Spencer T Brody2015-04-141-1/+1
* SERVER-14032 verify _id present for upserts to multiple config serversGreg Studer2014-06-051-0/+23
* SERVER-13425 migrate sharding jstest suite to use write commands apiRandolph Tan2014-04-211-6/+3
* SERVER-13518 break child batches up by size or number of documentsGreg Studer2014-04-111-4/+56
* SERVER-13032 record write errors on failures of shards and lack of progressGreg Studer2014-03-161-5/+10
* SERVER-12409 db.coll.remove() shell helper requires a query predicateDan Pasette2014-02-051-2/+2
* SERVER-12367 detect halted progress in write command execution, report errorGreg Studer2014-01-231-30/+72
* SERVER-9469 Removed top level errInfo fieldRandolph Tan2013-12-201-42/+0
* SERVER-9469 Rename errDetails to writeErrorsRandolph Tan2013-12-161-1/+1
* SERVER-11712 Improve error reporting on config server writesRandolph Tan2013-11-181-1/+106
* SERVER-10818 use separate write execution path for config server batch writesGreg Studer2013-11-131-0/+90