0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
mongodb/jstests
2009-09-21 23:47:09 -04:00
..
clone fix test race condition MINOR 2009-05-29 15:21:01 -04:00
disk turn norepeat test off 2009-07-02 20:28:36 -04:00
perf make 'scons startMongod smokeJsPerf' work 2009-05-27 18:42:37 -04:00
quota Add paramaterizable timeout for engine's invoke and exec, set timeout of 10 minutes for db.eval 2009-05-19 16:13:24 -04:00
repl disable data file preallocation for pairing/repl tests 2009-08-01 14:54:20 -04:00
sharding getLastError sharded SHARDING-16 2009-09-14 11:33:42 -04:00
tool make tool test more reliable MINOR 2009-08-28 13:35:08 -04:00
_lodeRunner.js Add another runner. This one starts and stops the db on its own. 2009-02-05 22:43:52 -05:00
_runner_leak_nojni.js Issue meminfo cmd from dummy db 2009-02-20 12:24:20 -05:00
_runner_leak.js Issue meminfo cmd from dummy db 2009-02-20 12:24:20 -05:00
_runner_sharding.js cleaning split 2009-03-30 14:33:40 -04:00
_runner.js Add another runner. This one starts and stops the db on its own. 2009-02-05 22:43:52 -05:00
all2.js more flexible $all matching 2009-08-03 16:26:18 -04:00
all.js fix $all with an empty arraty SERVER-143 2009-07-10 10:50:00 -04:00
apitest_db.js fixing tests 2009-02-20 10:54:28 -05:00
apitest_dbcollection.js smshell: more utils working, some other fixes 2009-05-13 23:15:59 -04:00
array1.js fix array matching in matcher only SERVER-161 2009-07-16 12:06:36 -04:00
auth.js removeUser 2009-02-07 10:27:22 -05:00
autoid.js Clean up autoid test 2009-02-04 10:58:55 -05:00
basic1.js don't connect explicitly 2009-01-31 17:22:22 -05:00
basic2.js don't connect explicitly 2009-01-31 17:22:22 -05:00
basic3.js shell cannot insert key names starting with $ or containing . (including embedded documents) 2009-07-21 15:08:45 -04:00
basic4.js don't connect explicitly 2009-01-31 17:22:22 -05:00
basic5.js don't connect explicitly 2009-01-31 17:22:22 -05:00
basic6.js don't connect explicitly 2009-01-31 17:22:22 -05:00
basic7.js don't connect explicitly 2009-01-31 17:22:22 -05:00
basic8.js just a very simple test 2009-06-24 14:50:59 -04:00
basic9.js shell cannot insert key names starting with $ or containing . (including embedded documents) 2009-07-21 15:08:45 -04:00
basica.js temp fix for sub object mods 2009-07-23 17:37:52 -04:00
capped2.js restore capped2 config 2009-09-06 21:04:10 -07:00
capped3.js cleaner test MINOR 2009-05-20 16:47:02 -04:00
capped4.js do checkLocation before testing refLoc in clientcursor, to remove warning message 2009-05-19 11:48:56 -04:00
capped.js autoIndexId defaults to false when creating a capped collection 2009-05-18 11:18:16 -04:00
copydb.js make copyDatabase use admin db automatically SERVER-222 2009-08-10 13:31:48 -04:00
count2.js added countReturn which takes limit and and skip into consideration 2009-05-27 13:52:17 -04:00
count3.js test for count with field matching 2009-08-21 18:31:52 -04:00
count.js Merge branch 'smshell' 2009-05-15 13:10:55 -04:00
cursor1.js another test for good measure MINOR 2009-06-25 13:53:13 -04:00
cursor2.js dbshell support for field spec with count 2009-02-06 17:16:28 -05:00
cursor3.js make test more debuggable MINOR 2009-07-02 17:13:42 -04:00
cursor4.js Update jstests for new query optimizer 2009-02-24 14:38:03 -05:00
cursor5.js Update jstests for new query optimizer 2009-02-24 14:38:03 -05:00
cursor6.js Update jstests for new query optimizer 2009-02-24 14:38:03 -05:00
cursor7.js Update jstests for new query optimizer 2009-02-24 14:38:03 -05:00
cursor8.js Close databases to clear client cursors 2009-03-23 14:11:53 -04:00
datasize.js fix tests MINOR 2009-05-26 15:58:32 -04:00
date1.js use $snapshot in the clone / repl code where appropriate 2009-08-10 16:57:59 -04:00
dbref1.js db ref for javascript and shell SERVER-46 2009-06-03 13:18:50 -04:00
distinct1.js simple distinct SERVER-127 2009-09-09 17:33:27 -04:00
drop.js update test for sm 2009-05-13 23:29:58 -04:00
error1.js More prev error tests 2009-03-26 13:57:46 -04:00
error2.js Spider Monkey: all jstests pass 2009-05-07 10:52:57 -04:00
error3.js some tests MINOR 2009-09-11 14:16:54 -04:00
eval0.js Spider Monkey: args for db.eval 2009-04-30 10:40:33 -04:00
eval1.js timing tests are too hard to do across a dozen machines MINOR 2009-08-19 13:53:11 -04:00
eval2.js .group works on collection as well as db 2009-06-05 10:05:33 -04:00
eval3.js Spider Monkey: udpate working, other db.eval things 2009-05-06 15:30:05 -04:00
eval4.js Spider Monkey: remove 2009-05-07 12:49:50 -04:00
eval5.js Spider Monkey: find field spec 2009-05-09 10:23:44 -04:00
eval6.js Spider Monkey: writable objects 2009-05-10 09:24:54 -04:00
eval7.js handle broken eval scripts correctly 2009-05-20 15:47:48 -04:00
eval8.js fix issue when deleting fields from JS SERVER-139 2009-07-09 12:09:30 -04:00
eval9.js make sure db doesn't crash with weird db.eval returns SERVER-159 2009-07-15 11:41:23 -04:00
exists.js add regular null matching to exists.js tests 2009-09-06 20:16:08 -07:00
explain1.js make explain send hard limit SERVER-297 2009-09-15 21:10:07 -04:00
find1.js some work on $snapshot 2009-08-09 12:13:50 -04:00
find2.js don't connect explicitly 2009-01-31 17:22:22 -05:00
find3.js don't connect explicitly 2009-01-31 17:22:22 -05:00
find4.js test for field filters MINOR 2009-06-20 21:38:45 -04:00
find5.js don't grab extra stuff with sub-object selectors 2009-08-15 03:30:59 +08:00
find6.js test that works for find MINOR 2009-07-25 21:41:07 -04:00
fm1.js handle empty objects better in FieldMatcher SERVER-224 2009-08-10 15:24:48 -04:00
fm2.js test from before that works 2009-08-20 16:50:23 -04:00
group1.js group() now uses full key-names in output SERVER-296 2009-09-17 11:56:40 +08:00
group2.js $keyf support for group SERVER-278 2009-09-15 14:19:54 -04:00
group3.js Finalizer for group() SERVER-287 2009-09-17 23:01:15 +08:00
hint1.js fix test and clean code 2009-08-10 21:04:13 -04:00
in2.js multiple $in support SERVER-103 2009-07-07 17:38:47 -04:00
in.js some $in tests for good measure MINOR 2009-07-01 12:47:13 -04:00
index1.js don't connect explicitly 2009-01-31 17:22:22 -05:00
index2.js don't connect explicitly 2009-01-31 17:22:22 -05:00
index3.js fix for new getIndexes 2009-05-14 10:30:22 -04:00
index4.js add _id index automatically, don't allow it to be deleted 2009-04-20 18:40:38 -04:00
index5.js don't connect explicitly 2009-01-31 17:22:22 -05:00
index6.js don't connect explicitly 2009-01-31 17:22:22 -05:00
index7.js SERVER-100 checkpoint: aggregate FieldRanges using FieldIntervals 2009-09-06 20:24:09 -07:00
index8.js some tests for _indexSpec MINOR 2009-06-04 13:52:27 -04:00
index9.js BUG SERVER-71 don't allow multiple _id indexes 2009-05-26 14:33:19 -04:00
index10.js BUG SERVER-184 mode for dropping duplicate records when creating unique index; correct index cache update behavior when createIndex called by ensureIndex fails 2009-08-05 16:02:20 -04:00
index_check1.js add index id in userCreateNS, unless this is not requested in create spec 2009-04-21 15:42:22 -04:00
index_check2.js BUG SERVER-92 $all scan only one key in index 2009-06-05 12:13:49 -04:00
index_check3.js some more tests 2009-08-11 04:58:19 -04:00
index_check5.js test for indexing multiple sub fields 2009-08-25 11:49:30 -04:00
indexa.js remove methods in Array.prototype so for ( x in [] ) works 2009-08-23 23:33:17 -04:00
indexapi.js clean up shell ensureIndex api and put more in help() 2009-08-26 10:22:55 -04:00
indexb.js fix bug SERVER-96 update that changes unique index field disregards unique constraint 2009-06-19 16:03:44 -04:00
indexc.js fixed bug SERVER-118 multikey duplicate results from queries 2009-07-07 13:17:53 -04:00
indexd.js don't allow dropping an index $ collection 2009-08-13 13:26:03 -04:00
jni1.js don't connect explicitly 2009-01-31 17:22:22 -05:00
jni2.js don't connect explicitly 2009-01-31 17:22:22 -05:00
jni3.js New query optimizer checkpoint, minus jstest changes 2009-02-24 10:27:07 -05:00
jni4.js Spider Monkey: more bson -> sm jni4 now works 2009-05-06 22:11:45 -04:00
jni5.js test that already passes MINOR 2009-06-01 17:28:13 -04:00
jni7.js don't connect explicitly 2009-01-31 17:22:22 -05:00
jni8.js hack for backwards compatability MINOR 2009-05-07 09:18:13 -04:00
jni9.js don't connect explicitly 2009-01-31 17:22:22 -05:00
json1.js fixed some tojson issues 2009-07-01 11:39:51 -04:00
map1.js fix gratuitous slowness in Map (for group) SERVER-189 2009-07-29 14:20:40 -04:00
median.js median key handle empty range correctly 2009-05-06 14:22:44 -04:00
minmax.js make $max query parameter an exclusive bound 2009-05-06 14:02:44 -04:00
mod1.js fix mod eq 0 2009-08-21 15:17:58 -04:00
mr1.js timing and tests 2009-09-21 23:47:09 -04:00
multi.js fix array matching in matcher only SERVER-161 2009-07-16 12:06:36 -04:00
ne1.js some tests MINOR 2009-09-11 14:16:54 -04:00
nin.js update $nin test 2009-08-06 16:15:25 -04:00
not1.js fix $ne/$nin on non-matches SERVER-198 2009-08-06 15:55:16 -04:00
objid1.js make objectid serialize to something parseable 2009-07-06 13:47:00 -04:00
objid2.js don't connect explicitly 2009-01-31 17:22:22 -05:00
objid3.js more tests passing, _id in front 2009-05-14 16:35:43 -04:00
objid4.js better error handling for invalid objcet ids SERVER-88 2009-06-02 08:31:07 -04:00
pull.js BUG SERVER-130 pull modifier implemented 2009-07-15 17:05:38 -04:00
pullall.js bug SERVER-132 implemented pullAll/pushAll modifiers 2009-07-21 18:37:30 -04:00
push.js $pop 2009-08-25 18:07:30 -04:00
pushall.js MINOR additional check in test 2009-07-22 17:23:20 -04:00
query1.js just another test 2009-05-14 10:45:55 -04:00
recstore.js recstore: closeFiles() support 2009-03-24 12:53:13 -04:00
ref2.js fix search on $ref , $id SERVER-223 2009-08-10 11:10:15 -04:00
ref.js make test use explicit ref MINOR 2009-07-06 17:03:03 -04:00
regex2.js better error msg on unit test 2009-08-17 16:48:17 -04:00
regex3.js fix ? case with SERVER-239 2009-08-20 21:35:19 -04:00
regex4.js test for SERVER-251 2009-08-24 15:32:13 -04:00
regex.js sm18 checkpoint 2009-07-24 08:26:35 -04:00
remove2.js don't connect explicitly 2009-01-31 17:22:22 -05:00
remove4.js don't connect explicitly 2009-01-31 17:22:22 -05:00
remove5.js More prev error tests 2009-03-26 13:57:46 -04:00
remove.js don't connect explicitly 2009-01-31 17:22:22 -05:00
rename2.js renameCollection command 2009-09-07 11:14:48 -04:00
rename.js fast collection renaming within a database 2009-07-29 15:53:14 -04:00
repair.js better error message 2009-06-04 13:46:22 -04:00
set1.js broken test for SERVER-261 2009-08-26 00:16:16 -04:00
set2.js a test that works MINOR 2009-08-26 15:13:58 -04:00
shellspawn.js don't do spawn test on win32 2009-06-03 14:30:11 -04:00
sort1.js cleaning 2009-01-31 18:06:10 -05:00
sort2.js don't connect explicitly 2009-01-31 17:22:22 -05:00
sort3.js don't connect explicitly 2009-01-31 17:22:22 -05:00
sort4.js fix SERVER-282 - BSONObj::extractFields 2009-09-09 12:25:02 -04:00
sort_numeric.js don't connect explicitly 2009-01-31 17:22:22 -05:00
stats.js add collstats command SERVER-215 2009-08-12 13:53:52 -04:00
sub1.js simpoe sub object test 2009-05-15 13:06:57 -04:00
unique2.js better unit tests for unique indexes and dropDup : true on indexing 2009-09-21 16:31:00 -04:00
uniqueness.js fix bug SERVER-96 update that changes unique index field disregards unique constraint 2009-06-19 16:03:44 -04:00
update2.js don't connect explicitly 2009-01-31 17:22:22 -05:00
update3.js better asserts 2009-05-14 16:39:36 -04:00
update4.js lastError 'n' zero on failed non upsert update 2009-04-10 10:30:57 -04:00
update5.js clean spam MINOR 2009-07-24 14:35:27 -04:00
update6.js fix $inc and other mods with embedded fields SERVER-180 2009-07-23 11:32:41 -04:00
update.js don't connect explicitly 2009-01-31 17:22:22 -05:00
where1.js only strings for $where 2009-05-14 16:50:14 -04:00
where2.js minor: test for leading whitespace in where clauses 2009-06-22 15:32:33 -04:00