Commit Graph

29 Commits

Author SHA1 Message Date
Tommaso Tocci
8f42e5e827 SERVER-58271 Stop forcing collection version refreshes in chunk manager targeter 2021-07-07 11:56:22 +00:00
Kaloian Manassiev
eacb844d18 SERVER-51070 Use the regular write path for writes to the Config Server
Due to a legacy check on the Config Server, commands sent there cannot
contain a `shardVersion` entry, even if it is UNSHARDED. This change
adds ability to not attach shard version on requests and does that for
writes against the config server.
2020-12-04 08:02:54 +00:00
Randolph Tan
55005a1d4a SERVER-42191 Add a new test hook that checks that all orphaned documents are eventually deleted 2020-02-10 19:42:41 +00:00
William Schultz
134a81cad1 Revert "SERVER-42191 Add a new test hook that checks that all orphaned documents are eventually deleted"
This reverts commit c51a36a187.

 delete mode 100644 jstests/libs/override_methods/check_orphans_are_deleted.js
2020-02-05 22:53:39 +00:00
Randolph Tan
c51a36a187 SERVER-42191 Add a new test hook that checks that all orphaned documents are eventually deleted
create mode 100644 jstests/libs/override_methods/check_orphans_are_deleted.js
2020-02-05 19:31:07 +00:00
Cheahuychou Mao
f3595d8e69 SERVER-44917 Add ShardingTest hook to validate indexes are consistent across shards on shutdown 2019-12-20 03:06:46 +00:00
James Wahlin
39c3a5d77b SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
clang-format-7.0.1
134a408395 SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
jannaerin
da1e0304e8 SERVER-32052 Update ShardingTest to default to starting shard servers as replica sets 2018-03-09 00:40:40 -05:00
Esha Maharishi
62fe0f89e9 SERVER-30511 call checkUUIDsConsistentAcrossCluster() before shutting down a ShardingTest 2017-09-25 11:27:23 -04:00
Dianna Hohensee
12eeaae612 SERVER-27599 replace unpredictable unordered config.shards queries with shard accesses through ShardingTest 2017-04-11 15:09:14 -04:00
Mark Benvenuto
6dcdd23dd3 SERVER-23971 Clang-Format code 2016-05-28 17:55:12 -04:00
Kaloian Manassiev
51abe7d21b SERVER-23665 Wait for replication in batch_write_command_sharded.js 2016-04-12 16:27:55 -04:00
Jonathan Abrahams
4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
Misha Tyulenev
5aa0caba3b SERVER-22877 move tests from replset_config to sharding directory 2016-03-08 16:43:54 -05:00
Daniel Alabi
70ad0ad1cf SERVER-19085 Add new suite for running 3-node legacy config servers 2015-07-02 15:07:30 -04:00
Randolph Tan
280fbae904 SERVER-18044 Make sharding test explicitly set primary shards for databases 2015-05-15 10:11:31 -04:00
Spencer T Brody
8b75280296 SERVER-17971 Make ShardingTest start single-server config servers as replica sets 2015-04-23 14:30:19 -04:00
Spencer T Brody
7c1ad90880 SERVER-17971 Remove separateConfig option from ShardingTest and make its behavior the default 2015-04-14 13:53:47 -04:00
Greg Studer
108ec76407 SERVER-14032 verify _id present for upserts to multiple config servers 2014-06-05 17:53:00 -04:00
Randolph Tan
7acafe85d9 SERVER-13425 migrate sharding jstest suite to use write commands api 2014-04-21 16:53:25 -04:00
Greg Studer
0b1994a25c SERVER-13518 break child batches up by size or number of documents 2014-04-11 17:01:15 -04:00
Greg Studer
aaa29361e7 SERVER-13032 record write errors on failures of shards and lack of progress
Dedicated mongos error code indicating partial results
2014-03-16 19:08:44 -04:00
Dan Pasette
a56fff30fb SERVER-12409 db.coll.remove() shell helper requires a query predicate 2014-02-05 18:07:02 -05:00
Greg Studer
cf99842a3a SERVER-12367 detect halted progress in write command execution, report error 2014-01-23 11:29:56 -05:00
Randolph Tan
358affcdd4 SERVER-9469 Removed top level errInfo field 2013-12-20 16:34:09 -05:00
Randolph Tan
0f629b3212 SERVER-9469 Rename errDetails to writeErrors 2013-12-16 17:21:44 -05:00
Randolph Tan
04d753daf2 SERVER-11712 Improve error reporting on config server writes 2013-11-18 15:27:57 -05:00
Greg Studer
d6ed1e86a1 SERVER-10818 use separate write execution path for config server batch writes 2013-11-13 09:50:59 -05:00