0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/jstests
Tad Marshall 8e26b7b551 Reduce object nesting from 700 to 500
Windows debug build was blowing up at 700, succeeds at 500.
2012-07-16 18:03:23 -04:00
..
aggregation Make test for SERVER-6118 more reliable by turning off balancer 2012-07-16 17:27:46 -04:00
auth SERVER-4328 support nested locking of admin database. we need this for auth. more work to be done though as the acquisition of the lock isnt in the code yet in the higher layers afaik 2012-03-21 16:13:43 -04:00
clone
disk try to make test a little more reliable 2012-03-26 19:42:16 -04:00
dur explicit declare variable 2012-04-11 15:28:44 -04:00
libs Make timeout longer for slow test machines SERVER-6130 2012-06-19 15:19:02 -04:00
misc
multiClient
multiVersion multi-version sharding passthrough tests 2012-07-12 15:31:20 -04:00
parallel SERVER-5062: proper stopping of threads 2012-03-25 22:18:57 -07:00
perf
quota quota/quota1 doesn't do anything useful, it just infinite loops 2012-05-11 01:26:33 -04:00
repl remove race condition test and add another check because the asserts in log are normal but scary 2012-05-28 23:39:16 -04:00
replsets try to make replsetfreeze.js a little more reliable 2012-07-11 00:44:37 -04:00
sharding SERVER-6363 auth_slaveok_routing.js failing all over 2012-07-16 16:09:20 -04:00
slowNightly re-commit SERVER-5046 test without sharding passthrough 2012-07-13 15:09:42 -04:00
slowWeekly SERVER-5552 - fix multi-update when index is finished being built in the middle 2012-06-13 00:01:20 -04:00
tool make sure to wait for results in test 2012-07-14 01:06:20 -04:00
_fail.js
_lodeRunner.js
_runner_leak_nojni.js
_runner_leak.js
_runner_sharding.js
_runner.js
_tst.js
ageoutjournalfiles.js
all2.js clean tests 2012-02-24 22:49:17 -08:00
all3.js
all4.js
all5.js
all.js
and2.js
and3.js
and.js
andor.js SERVER-6416 Compute field ranges for singleton $or clauses. 2012-07-13 16:44:08 -07:00
apitest_db.js
apitest_dbcollection.js
apply_ops1.js fix applyOps across databases 2012-02-22 15:40:29 -05:00
array1.js
array3.js
array4.js SERVER-4180 Fixes and cleanups for $elemMatch matching, including fix for SERVER-6001. 2012-06-09 09:40:02 -07:00
array_match1.js
array_match2.js
array_match3.js
arrayfind1.js
arrayfind2.js
arrayfind3.js
arrayfind4.js
arrayfind5.js
arrayfind6.js SERVER-4180 Fixes and cleanups for $elemMatch index range calculation, in particular to clean up incorrect bound generation for SERVER-1264 style $elemMatch queries. Includes fixes for SERVER-5740 and SERVER-5741. 2012-06-09 09:40:02 -07:00
arrayfind7.js SERVER-4180 Generate single key index bounds for $elemMatch expressions of the SERVER-1264 style (where matching is applied to the $elemMatch field itself, not subfields). 2012-06-09 09:40:03 -07:00
arrayfind8.js SERVER-4180 Generate single key index bounds for $elemMatch expressions of the SERVER-1264 style (where matching is applied to the $elemMatch field itself, not subfields). 2012-06-09 09:40:03 -07:00
arrayfind9.js SERVER-4180 Generate single key index bounds for $elemMatch expressions of the SERVER-1264 style (where matching is applied to the $elemMatch field itself, not subfields). 2012-06-09 09:40:03 -07:00
arrayfinda.js SERVER-4180 Fixes and cleanups for $elemMatch matching, including fix for SERVER-6001. 2012-06-09 09:40:02 -07:00
auth1.js buildbot fixes for auth1.js failures in smalloplog - all js tests need to explicitly specify no addUser propagation 2012-05-22 16:32:57 -04:00
auth2.js
autoid.js
basic1.js
basic2.js
basic3.js
basic4.js
basic5.js
basic6.js
basic7.js
basic8.js
basic9.js
basica.js
basicb.js
basicc.js fix Win32 build -- improved cleanup for jstests 2012-04-13 14:19:10 -04:00
bench_test1.js give timing test a little fudge factor 2012-01-25 08:53:18 -05:00
bench_test2.js
bench_test3.js RAND_INT takes a multiplier 2012-03-13 09:53:10 -04:00
big_object1.js
binData.js
bulk_insert.js
capped1.js
capped2.js
capped3.js
capped5.js
capped6.js drop collection at end of capped6 since captrunc doesn't replicate properly 2012-04-24 21:50:31 -04:00
capped7.js
capped8.js captrunc doesn't replicate, so drop collections at end of test 2012-04-24 16:00:09 -04:00
capped9.js
capped_empty.js emptycapped handles indexes now 2012-06-03 17:48:34 -04:00
capped_server2639.js SERVER-2639 assert early when inserting something too big into capped collection 2012-06-03 17:48:34 -04:00
capped.js
cappeda.js
check_shard_index.js
compact.js Fix test to work with --small-oplog-rs option 2012-06-12 15:45:55 -04:00
copydb-auth.js buildbot fixes for auth1.js failures in smalloplog - all js tests need to explicitly specify no addUser propagation 2012-05-22 16:32:57 -04:00
copydb.js
count2.js
count3.js
count4.js
count5.js
count6.js easier debugging 2012-05-27 21:05:17 -04:00
count7.js
count8.js SERVER-5935 count8.js sharding_passthrough test allow to progress longer for faster machines 2012-06-06 14:52:55 -04:00
count9.js
count.js
counta.js SERVER-2291 - more count fixes 2012-06-17 09:37:46 -04:00
countb.js add some fast count $where clause checks 2012-01-18 17:31:11 -08:00
coveredIndex1.js SERVER-4150 reimplement query using query optimizer cursor one checkpoint 2012-02-24 22:49:05 -08:00
coveredIndex2.js fix error in coveredIndex2.js test 2012-02-24 22:49:13 -08:00
coveredIndex3.js SERVER-4975 test 2012-02-14 22:54:36 -08:00
coveredIndex4.js SERVER-4980 Add Cursor::keyFieldsOnly() and use it to implement projection in processGetMore via ClientCursor::fillQueryResultFromObject(). 2012-04-19 19:00:21 -07:00
coveredIndex5.js SERVER-4150 add covered index support 2012-02-24 22:49:13 -08:00
currentop.js make currentop more reliable and have it not impact other tests 2012-06-16 23:12:12 -04:00
cursor1.js
cursor2.js
cursor3.js
cursor4.js
cursor5.js
cursor6.js
cursor7.js
cursora.js
datasize2.js
datasize3.js
datasize.js
date1.js
date2.js
date3.js
db.js SERVER-5020 Mongo shell should check the validity of the db name for use dbname 2012-03-01 10:51:58 -05:00
dbadmin.js SERVER-5206 Make dbadmin.js localTime check more tolerant of delay. 2012-04-02 20:45:50 -07:00
dbcase2.js
dbcase.js
dbhash.js
dbref1.js
dbref2.js
delx.js
distinct1.js
distinct2.js
distinct3.js
distinct_array1.js
distinct_index1.js
distinct_index2.js
distinct_speed1.js
drop2.js
drop3.js
drop_index.js
drop.js
dropdb_race.js
dropdb.js
elemMatchProjection.js SERVER-828: additional test and cleanup 2012-06-15 15:33:00 -07:00
error1.js
error2.js
error3.js
error4.js
error5.js
eval0.js
eval1.js
eval2.js
eval3.js
eval4.js
eval5.js
eval6.js
eval7.js
eval8.js
eval9.js
eval_nolock.js
evala.js
evalb.js try to make test more robust 2012-01-25 17:11:52 -05:00
evalc.js
evald.js
evale.js
evalf.js
exists2.js
exists3.js
exists4.js
exists5.js
exists6.js easier to debug tests 2012-01-24 13:06:19 -05:00
exists7.js
exists8.js
exists9.js
exists.js
existsa.js SERVER-3918 Disallow sparse indexes for $exists:false queries. 2012-05-25 15:07:21 -07:00
explain1.js SERVER-4150 explain should not be affected by a soft limit 2012-02-24 22:49:15 -08:00
explain2.js 4150 explain implementation checkpoint 2012-02-24 22:49:08 -08:00
explain3.js
explain4.js SERVER-5288 Use appendNumber when writing long longs to explain output. 2012-03-22 15:52:00 -07:00
explain5.js SERVER-4150 Additional explain deduping tests 2012-03-13 20:54:09 -07:00
explain6.js SERVER-4150 Separate match reporting from ordered match reporting for proper plan specific output when a single out of order plan runs; fix incorrect explain4 test. 2012-03-13 20:54:07 -07:00
explain7.js SERVER-5034 reinstate tests in v8 mode 2012-03-06 21:00:53 -08:00
explain8.js SERVER-4150 add test for timers used to generate explain output 2012-02-29 17:42:25 -08:00
explain9.js SERVER-4150 Add a test for explain with a limit and hybrid plans. 2012-03-13 20:54:08 -07:00
explaina.js Add some additional query tests. 2012-03-22 15:51:58 -07:00
explainb.js SERVER-6268 Change explain output to report statistics on the winning plan in nscanned and nscannedObjects and aggregate statistics for all attempted plans in nscannedAllPlans and nscannedObjectsAllPlans. 2012-07-12 11:33:54 -07:00
extent2.js fix test conflict 2012-04-01 01:26:18 -04:00
extent.js jstests shouldn't drop the "test" db 2012-04-24 10:19:58 -04:00
filemd5.js
find1.js SERVER-4150 basic support for projections 2012-02-24 22:49:08 -08:00
find2.js
find3.js
find4.js
find5.js
find6.js
find7.js
find8.js
find9.js SERVER-4150 add test for MaxBytesToReturnToClientAtOnce size limit 2012-03-12 13:21:57 -07:00
find_and_modify2.js
find_and_modify3.js
find_and_modify4.js working on SERVER-1117, don't use DBDirectClient in findAndModify 2012-05-11 01:26:33 -04:00
find_and_modify_server6226.js SERVER-6226 - test for new behavior 2012-07-03 13:22:01 -04:00
find_and_modify_server6254.js SERVER-6254 - fix findAndModify to use _id on subsequent queries 2012-07-03 13:11:54 -04:00
find_and_modify_where.js was missing a Client::Context in findAndModify SERVER-6284 2012-07-03 05:03:30 -04:00
find_and_modify.js
finda.js Add some additional query tests. 2012-03-22 15:51:58 -07:00
fm1.js
fm2.js
fm3.js
fm4.js
fsync2.js try to make fsync2 test less flake repliaction 2012-06-10 09:53:23 -04:00
fsync.js SERVER-5855 Refuse to run an fsyncLock() command from a locked context. 2012-05-16 17:56:07 -04:00
geo1.js
geo2.js
geo3.js
geo4.js
geo5.js
geo6.js
geo7.js
geo8.js
geo9.js
geo10.js
geo_array0.js
geo_array1.js
geo_array2.js
geo_borders.js
geo_box1.js
geo_box2.js
geo_box3.js
geo_center_sphere1.js
geo_center_sphere2.js
geo_circle1.js
geo_circle2.js
geo_circle2a.js
geo_circle3.js
geo_circle4.js
geo_circle5.js
geo_distinct.js
geo_fiddly_box2.js
geo_fiddly_box.js
geo_group.js
geo_haystack1.js
geo_haystack2.js
geo_mapreduce2.js
geo_mapreduce.js
geo_max.js Support geo indexing with points equal to max (+180 by default) SERVER-4027 2012-06-01 19:25:03 -04:00
geo_multikey0.js
geo_multikey1.js
geo_multinest0.js
geo_multinest1.js
geo_near_random1.js
geo_near_random2.js
geo_oob_sphere.js
geo_poly_edge.js
geo_poly_line.js
geo_polygon1.js
geo_polygon2.js
geo_polygon3.js
geo_queryoptimizer.js
geo_regex0.js
geo_small_large.js
geo_sort1.js
geo_uniqueDocs2.js
geo_uniqueDocs.js
geo_update1.js
geo_update2.js
geo_update3.js SERVER-5885 During an update, only advance past multiple iterates of the same document when deduping is enabled. 2012-05-25 16:08:56 -07:00
geo_update_btree2.js
geo_update_btree.js
geo_update.js
geoa.js
geob.js
geoc.js
geod.js
geoe.js
geof.js
geog.js
getlog1.js
getlog2.js SERVER-4729: log slow queries + improved test 2012-02-09 10:27:37 -05:00
gle_shell_server5441.js SERVER-5441 make replSetGetStatus with forShell not change getLastError in mongos 2012-06-04 11:47:59 -04:00
group1.js
group2.js
group3.js
group4.js
group5.js
group6.js
group7.js
hashindex1.js minor changes to hashindex test 2012-05-19 09:52:03 -04:00
hashtest1.js SERVER-2001 part 1: hashing BSONElements 2012-05-09 10:30:23 -04:00
hint1.js
hostinfo.js SERVER-5492 Processinfo support freebsd + hostinfo 2012-06-13 18:36:17 -04:00
id1.js
idhack.js
in2.js
in3.js
in4.js 4150 explain implementation checkpoint 2012-02-24 22:49:08 -08:00
in5.js
in6.js
in7.js SERVER-4778 make combinatorial result set limits consistent 2012-02-06 22:12:26 -08:00
in8.js
in9.js
in.js
ina.js
inb.js test comments 2012-01-18 17:31:12 -08:00
inc1.js
inc2.js
inc3.js
index1.js
index2.js
index3.js
index4.js
index5.js
index6.js
index7.js
index8.js
index9.js
index10.js
index11.js
index12.js SERVER-4820 disable test 2012-02-06 22:12:27 -08:00
index_arr1.js
index_arr2.js
index_big1.js
index_bigkeys.js
index_check1.js
index_check2.js
index_check3.js
index_check5.js
index_check6.js 4150 explain implementation checkpoint 2012-02-24 22:49:08 -08:00
index_check7.js
index_check8.js
index_diag.js SERVER-4150 add some additional return key tests 2012-02-24 22:49:12 -08:00
index_elemmatch1.js 4150 explain implementation checkpoint 2012-02-24 22:49:08 -08:00
index_many2.js
index_many.js
index_maxkey.js
index_sparse1.js
index_sparse2.js
indexa.js
indexapi.js
indexb.js jstests shouldn't drop the "test" db 2012-04-24 10:19:58 -04:00
indexbindata.js
indexc.js
indexd.js
indexe.js SERVER-5244 clean up tests that leave a lot of data behind 2012-03-28 16:37:08 -04:00
indexf.js
indexg.js
indexh.js
indexi.js
indexj.js 4150 explain implementation checkpoint 2012-02-24 22:49:08 -08:00
indexk.js
indexl.js
indexm.js
indexn.js
indexo.js
indexp.js SERVER-5301 Update indexp test to reflect query pattern cache flusing when an index becomes multikey. 2012-04-19 19:00:21 -07:00
indexq.js
indexr.js
indexs.js
indext.js
indexu.js
indexv.js
indexw.js
indexx.js
indexy.js
indexz.js test comments 2012-01-18 17:31:12 -08:00
insert1.js
insert2.js
js1.js
js2.js
js3.js SERVER-5244 clean up tests that leave a lot of data behind 2012-03-28 16:37:08 -04:00
js4.js
js5.js
js7.js
js8.js
js9.js
json1.js SERVER-3483 JS test for Timestamp JSON wrapper 2012-07-02 11:48:50 -04:00
killop.js more reliable killop test 2012-01-25 23:28:15 -05:00
loglong.js SERVER-5013 don't log lines over 100k 2012-02-21 15:28:54 -05:00
logpath.js SERVER-4499: Cross-platform test for log rotation 2012-04-03 14:53:14 -04:00
map1.js
maxscan.js
memory.js SERVER-5238: evalf.js test failing on dur_passthrough on V8 build 2012-03-07 15:53:41 -08:00
minmax.js SERVER-4150 reimplement query using query optimizer cursor one checkpoint 2012-02-24 22:49:05 -08:00
mod1.js
mr1.js fix Win32 build -- improved cleanup for jstests 2012-04-13 14:19:10 -04:00
mr2.js SERVER-4549: MR: using both jsMode and inline mode does not yield any output 2012-02-15 14:44:39 -08:00
mr3.js
mr4.js
mr5.js
mr_bigobject.js
mr_comments.js
mr_errorhandling.js
mr_index2.js
mr_index3.js
mr_index.js
mr_killop.js mr_killop move comments out of server side javascript, for v8 mode 2012-02-18 22:56:03 -08:00
mr_merge2.js
mr_merge.js
mr_noscripting.js SERVER-5384 segfault attempting mapreduce with --noscripting 2012-04-13 10:46:45 -04:00
mr_optim.js SERVER-5244 clean up tests that leave a lot of data behind 2012-03-28 16:37:08 -04:00
mr_outreduce2.js
mr_outreduce.js
mr_replaceIntoDB.js
mr_sort.js
mr_undef.js
multi2.js
multi.js
ne1.js
ne2.js
ne3.js
nestedarr1.js Reduce array nesting from 300 to 150 2012-07-16 17:55:28 -04:00
nestedobj1.js Reduce object nesting from 700 to 500 2012-07-16 18:03:23 -04:00
nin2.js
nin.js
not1.js
not2.js SERVER-4180 Fixes and cleanups for $elemMatch index range calculation, in particular to clean up incorrect bound generation for SERVER-1264 style $elemMatch queries. Includes fixes for SERVER-5740 and SERVER-5741. 2012-06-09 09:40:02 -07:00
notablescan.js SERVER-4327 allow dummy table scans in notablescan mode 2012-01-18 17:31:04 -08:00
null.js
numberint.js
numberlong2.js clean test 2012-02-12 17:43:21 -08:00
numberlong3.js
numberlong4.js
numberlong.js
objid1.js
objid2.js
objid3.js
objid4.js
objid5.js
objid6.js Make test less sensitive to differences between time() and gettimeofday() 2012-02-09 17:57:49 -05:00
objid7.js
or1.js
or2.js
or3.js
or4.js SERVER-6416 Compute field ranges for singleton $or clauses. 2012-07-13 16:44:08 -07:00
or5.js SERVER-4150 reimplement query using query optimizer cursor one checkpoint 2012-02-24 22:49:05 -08:00
or6.js
or7.js
or8.js
or9.js
ora.js
orb.js
orc.js
ord.js SERVER-4150 reimplement query using query optimizer cursor checkpoint 2012-02-24 22:49:05 -08:00
ore.js
orf.js 4150 explain implementation checkpoint 2012-02-24 22:49:08 -08:00
org.js
orh.js
ori.js
orj.js
ork.js
orl.js
orm.js
orn.js
oro.js
orp.js Enhance orp test. 2012-05-13 16:06:29 -07:00
orq.js Move or clause deduping from Matcher to CoveredIndexMatcher and make both Matcher and CoveredIndexMatcher immutable. 2012-05-24 18:19:16 -07:00
orr.js SERVER-6416 Compute field ranges for singleton $or clauses. 2012-07-13 16:44:08 -07:00
padding.js math in test is a bit fuzzy 2012-04-16 17:12:16 -04:00
profile1.js buildbot fixes for auth1.js failures in smalloplog - all js tests need to explicitly specify no addUser propagation 2012-05-22 16:32:57 -04:00
profile2.js using alternate db breaks dur_passthrough in slownightly 2012-02-15 14:30:40 -08:00
profile3.js buildbot fixes for auth1.js failures in smalloplog - all js tests need to explicitly specify no addUser propagation 2012-05-22 16:32:57 -04:00
profile4.js SERVER-4628 - change field names for lock stats to micros instead of millis 2012-07-06 13:05:40 -04:00
proj_key1.js
pull2.js
pull_remove1.js
pull.js Don't grow a document on $pull/$pullAll. SERVER-6047 2012-07-02 15:12:34 -04:00
pullall2.js
pullall.js Don't grow a document on $pull/$pullAll. SERVER-6047 2012-07-02 15:12:34 -04:00
push2.js SERVER-5244 even better construction of large string value 2012-03-10 13:54:02 -05:00
push.js
pushall.js SERVER-5244 Remove temporary diagnostics 2012-03-08 07:53:48 -05:00
query1.js
queryoptimizer1.js SERVER-5244 attempt to save db space (and thus virtual address space) by dropping large collection 2012-03-26 17:13:29 -04:00
queryoptimizer2.js SERVER-4150 reimplement query using query optimizer cursor one checkpoint 2012-02-24 22:49:05 -08:00
queryoptimizer3.js
queryoptimizer4.js SERVER-4150 update alternative plan takeover point 2012-02-24 22:49:06 -08:00
queryoptimizer5.js
queryoptimizer6.js SERVER-4665 account for $ne bounds in QueryPattern 2012-01-16 12:35:50 -08:00
queryoptimizer7.js easier to debug tests 2012-01-24 13:06:19 -05:00
queryoptimizer8.js Add some additional query tests. 2012-03-22 15:51:58 -07:00
queryoptimizer9.js SERVER-5301 Clear query plan cache when an index becomes multikey. 2012-04-19 19:00:20 -07:00
queryoptimizer10.js SERVER-5301 Record optimal query plans in the query plan cache. 2012-04-19 19:00:21 -07:00
queryoptimizera.js fix smalloplog; cleanup extra collection 2012-05-25 13:15:55 -04:00
queryoptimizerb.js SERVER-5936 Prevent 'special' query plans from being used for a clause iterated $or query execution. 2012-06-06 16:07:16 -07:00
ref2.js
ref3.js
ref4.js
ref.js
regex2.js
regex3.js
regex4.js
regex5.js
regex6.js
regex7.js
regex8.js
regex9.js
regex_embed1.js
regex_util.js SERVER-3702 printShardingStatus interprets database name as regular expression 2012-02-17 14:26:08 -05:00
regex.js
regexa.js
regexb.js
remove2.js
remove3.js
remove4.js
remove5.js
remove6.js
remove7.js
remove8.js
remove9.js
remove_justone.js
remove_undefined.js
remove.js
removea.js SERVER-3803 check proper n sentinel value for deallocated bucket in v0 index 2012-02-29 17:42:24 -08:00
removeb.js Drop collection at the end of the removeb test for the 32 bit buildbot. 2012-04-28 11:22:58 -07:00
removec.js Use consistent collection name in removec test and drop the collection at the end, per code review comments. 2012-04-24 19:56:25 -07:00
rename2.js
rename3.js
rename4.js
rename5.js SERVER-4845 pass through an element when an operator should not be applied 2012-02-29 17:42:12 -08:00
rename_stayTemp.js
rename.js
repair.js don't repair a massive db for simple test 2012-07-13 23:08:43 -04:00
run_program1.js
server1470.js SERVER-1470 fix upsert with dbref 2012-06-02 17:29:52 -04:00
server5346.js SERVER-4776 Fix server5346 test to work in v8 shell. 2012-03-22 11:12:47 -07:00
set1.js
set2.js
set3.js
set4.js
set5.js
set6.js
set7.js SERVER-4776 only use numeric comparison in updates when applying modifiers to an array 2012-03-06 20:59:44 -08:00
set_param1.js
shell1.js
shellkillop.js
shellspawn.js
shellstartparallel.js
shelltypes.js
showdiskloc.js drop collection in show disk loc test 2012-02-24 22:49:17 -08:00
skip1.js
slice1.js
sort1.js
sort2.js
sort3.js
sort4.js
sort5.js
sort6.js
sort7.js
sort8.js
sort9.js
sort10.js
sort_numeric.js
sorta.js
sortb.js fix Win32 build -- improved cleanup for jstests 2012-04-13 14:19:10 -04:00
sortc.js SERVER-4150 checkpoint finish initial version of QueryResponseBuilder handling in order and scan and order plans 2012-02-24 22:49:06 -08:00
sortd.js SERVER-4150 checkpoint finish initial version of QueryResponseBuilder handling in order and scan and order plans 2012-02-24 22:49:06 -08:00
sorte.js SERVER-5016 test 2012-02-19 16:10:38 -08:00
sortf.js fix Win32 build -- improved cleanup for jstests 2012-04-13 14:19:10 -04:00
sortg.js fix Win32 build -- improved cleanup for jstests 2012-04-13 14:19:10 -04:00
sorth.js fix Win32 build -- improved cleanup for jstests 2012-04-13 14:19:10 -04:00
sorti.js add test that a projection is applied after an in memory sort 2012-02-24 22:49:15 -08:00
sortj.js SERVER-5244 clean up tests that leave a lot of data behind 2012-03-28 16:37:08 -04:00
sortk.js SERVER-5777 Enhance $in/sort/limit optimization to support additional query types. 2012-06-13 16:21:42 -07:00
sortl.js SERVER-5301 Store CandidatePlanCharacter in the query plan cache, and use its value to avoid pre populating query plans. 2012-04-19 19:00:21 -07:00
sortm.js SERVER-5777 Enhance $in/sort/limit optimization to support additional query types. 2012-06-13 16:21:42 -07:00
splitvector.js fix sharded splitvector test and make error message better 2012-03-22 01:14:27 -04:00
stats.js
storefunc.js
sub1.js
temp_cleanup.js
testminmax.js
ts1.js
type1.js
type2.js
type3.js
unique2.js SERVER-4770, changed list of documents to delete to a set. 2012-02-06 22:40:11 -05:00
uniqueness.js
unset2.js
unset.js
update2.js
update3.js SERVER-4777 avoid 'weird case' assertion on modifier update with duplicate field names by applying updates to the first duplicate field provided by BSONObjIteratorSorted and passing through the remaining duplicates 2012-02-06 22:12:28 -08:00
update4.js
update5.js
update6.js SERVER-4776 only use numeric comparison in updates when applying modifiers to an array 2012-03-06 20:59:44 -08:00
update7.js
update8.js
update9.js
update_addToSet2.js
update_addToSet3.js
update_addToSet.js
update_arraymatch1.js
update_arraymatch2.js
update_arraymatch3.js
update_arraymatch4.js
update_arraymatch5.js
update_arraymatch6.js
update_arraymatch7.js SERVER-5067 Explicitly request elemMatchKey for update operations with a dynamic array, forcing a full record load on a positive match. 2012-03-22 15:51:59 -07:00
update_blank1.js
update_invalid1.js
update_multi3.js
update_multi4.js
update_multi5.js
update_multi6.js
update.js SERVER-5244 clean up tests that leave a lot of data behind 2012-03-28 16:37:08 -04:00
updatea.js
updateb.js
updatec.js
updated.js
updatee.js SERVER-4776 only use numeric comparison in updates when applying modifiers to an array 2012-03-06 20:59:44 -08:00
updatef.js
updateg.js
updateh.js
updatei.js
updatej.js SERVER-4779 update test to characterize expected behavior 2012-02-06 22:12:26 -08:00
updatek.js SERVER-5274: updatek.js failing in V8 2012-03-13 12:34:05 -07:00
upsert1.js
use_power_of_2.js re-commit SERVER-5046 test without sharding passthrough 2012-07-13 15:09:42 -04:00
useindexonobjgtlt.js
where1.js
where2.js
where3.js
where4.js test $where in updates 2012-05-30 11:59:58 -04:00