0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/jstests/sharding
2010-08-30 10:26:33 -04:00
..
addshard1.js SERVER-1292 Test moving and splitting collection from mongod turned shard 2010-08-02 15:13:27 -04:00
addshard2.js SERVER-1607 more replica set checks before adding shard 2010-08-27 20:23:38 -04:00
auto1.js fix test for v8 2010-08-03 10:11:11 -04:00
auto2.js fix test from cursor change 2010-08-02 12:05:43 -04:00
bigMapReduce.js fix final reduce scoping SERVER-1400 2010-07-22 16:40:46 -04:00
count1.js fix skip + batch size issue 2010-07-28 16:59:38 -04:00
count2.js fix sharded count on moves 2010-07-16 12:30:37 -04:00
cursor1.js made test more robust 2010-08-02 17:26:28 -04:00
diffservers1.js SERVER-1497 Cant mix and match localhost and real IPs 2010-07-28 11:14:26 -04:00
error1.js fix connection pooling a bit 2010-05-20 13:36:29 -04:00
features1.js some listDatabases cleaning 2010-07-16 01:16:41 -04:00
features2.js make sure mongod and mongos report command errors the same way SERVER-1472 2010-07-27 00:57:38 -04:00
features3.js debugging for shardign/features3 2010-08-30 10:26:33 -04:00
findandmodify1.js SERVER-1418 Shard names now use padding zeroes 2010-07-21 16:31:51 -04:00
key_many.js make indexe differences warning in stats 2010-07-22 10:04:17 -04:00
key_string.js
movePrimary1.js SERVER-1353 movePrimary takes shard name as well 2010-07-16 11:24:58 -04:00
passthrough1.js
presplit.js SERVER-1185 split->multi-split and testing 2010-07-14 13:58:14 -04:00
remove1.js SERVER-1497 Cant mix and match localhost and real IPs 2010-07-28 11:14:26 -04:00
rename.js renameCollection in mongos SERVER-948 2010-04-28 15:24:32 -04:00
shard1.js break collections out of database object for sharding into own collection SERVER-1427 2010-07-21 16:25:53 -04:00
shard2.js add "n" to getLastError sharded SERVER-1204 2010-06-08 17:15:24 -04:00
shard3.js make test more robust 2010-08-17 23:27:13 -04:00
shard4.js
shard5.js
shard6.js make client -> mongod connection static SERVER-956 2010-05-19 17:01:09 -04:00
sort1.js better adding of sort key to projection in mongos SERVER-1601 2010-08-09 22:14:06 -04:00
splitpick.js fix casing change 2010-07-14 14:15:27 -04:00
stats.js test for sharded dbstats and collstats 2010-08-03 18:01:14 -04:00
sync1.js implement remove() for SCC 2010-04-22 21:02:44 -04:00
sync2.js locks has a transient state 2010-07-21 23:34:16 -04:00
sync3.js new file 2010-07-12 17:50:26 -04:00
sync4.js raw methods for talking to db 2010-07-21 14:12:32 -04:00
update1.js Require update object to have full shard key. 2010-05-14 14:30:40 -04:00
version1.js
version2.js