0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/jstests
2009-11-04 15:06:36 -05:00
..
clone don't use newlines for json for command 2009-10-12 16:12:00 -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
repl a basic repl test that just ensures master/salve are the same - multi update test as well SERVER-268 2009-10-26 14:32:20 -04:00
sharding Support embedded fields for shard keys. SHARDING-48 2009-11-04 15:06:36 -05:00
tool cleaning tool debugging/tests 2009-10-09 22:11:15 -04:00
_lodeRunner.js
_runner_leak_nojni.js
_runner_leak.js got rid of meminfo and timeinfo and replace with serverStatus 2009-10-07 12:43:24 -04:00
_runner_sharding.js
_runner.js
all2.js fix count w / $all issue SERVER-382 SERVER-320 2009-10-22 21:40:45 -04:00
all.js fix $all with an empty arraty SERVER-143 2009-07-10 10:50:00 -04:00
apitest_db.js
apitest_dbcollection.js
array1.js arrays match themselves in queryies SERVER-146 2009-10-09 10:12:19 -04:00
auth.js
autoid.js
basic1.js
basic2.js
basic3.js shell cannot insert key names starting with $ or containing . (including embedded documents) 2009-07-21 15:08:45 -04:00
basic4.js
basic5.js
basic6.js
basic7.js
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
basicb.js test for SERVER-328 2009-10-02 16:06:20 -04:00
capped2.js restore capped2 config 2009-09-06 21:04:10 -07:00
capped3.js
capped4.js 1 more assert 2009-10-23 00:09:58 -04:00
capped.js
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 field selector no longer effects which objects are returned 2009-10-19 12:14:20 -04:00
count4.js fix count w / $all issue SERVER-382 SERVER-320 2009-10-22 21:40:45 -04:00
count.js
cursor1.js another test for good measure MINOR 2009-06-25 13:53:13 -04:00
cursor2.js
cursor3.js make test more debuggable MINOR 2009-07-02 17:13:42 -04:00
cursor4.js
cursor5.js
cursor6.js
cursor7.js
cursor8.js
datasize.js
date1.js use $snapshot in the clone / repl code where appropriate 2009-08-10 16:57:59 -04:00
dbref1.js renamed DBRef DBPointer SERVER-243 2009-10-02 16:38:20 -04:00
dbref2.js add new style DBRef to js SERVER-243 2009-10-02 17:07:07 -04:00
distinct1.js simple distinct SERVER-127 2009-09-09 17:33:27 -04:00
distinct2.js disintct and eoo fix 2009-10-27 12:56:59 -04:00
drop.js
error1.js
error2.js
error3.js some tests MINOR 2009-09-11 14:16:54 -04:00
eval0.js
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
eval4.js
eval5.js
eval6.js
eval7.js
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
find3.js
find4.js test for field filters MINOR 2009-06-20 21:38:45 -04:00
find5.js field selector no longer effects which objects are returned 2009-10-19 12:14:20 -04: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
fm3.js tests for new FieldMatcher 2009-10-28 12:44:26 -04:00
group1.js group() now uses full key-names in output SERVER-296 2009-09-17 11:56:40 +08:00
group2.js fix assertion message 2009-10-20 11:13:33 -04:00
group3.js Finalizer for group() SERVER-287 2009-09-17 23:01:15 +08:00
group4.js fix group with [] in inital SERVER-361 2009-10-15 21:19:24 -04:00
group5.js fix group5.js test. MINOR 2009-10-20 17:04:49 -04:00
hint1.js fix test and clean code 2009-08-10 21:04:13 -04:00
id1.js test for using object as _id 2009-10-15 21:22:50 -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
inc1.js $inc/$set work even if indexes - not 100% efficient now - SERVER-108 2009-10-21 01:01:52 -04:00
inc2.js $inc/$set work even if indexes - not 100% efficient now - SERVER-108 2009-10-21 01:01:52 -04:00
index1.js
index2.js
index3.js
index4.js
index5.js
index6.js
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
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
index_check2.js arrays match themselves in queryies SERVER-146 2009-10-09 10:12:19 -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
index_check6.js test for SERVER-371 2009-10-19 09:52:45 -04:00
index_many.js better test MINOR 2009-10-22 10:41:08 -04:00
indexa.js remove methods in Array.prototype so for ( x in [] ) works 2009-08-23 23:33:17 -04:00
indexapi.js fix invalid ensureIndex crashing server SERVER-388 2009-10-26 21:10:45 -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
indexe.js 2 more asserts 2009-09-25 11:56:25 -04:00
jni1.js
jni2.js
jni3.js
jni4.js
jni5.js test that already passes MINOR 2009-06-01 17:28:13 -04:00
jni7.js
jni8.js
jni9.js
json1.js fix json tests 2009-10-15 11:38:39 -04:00
map1.js fix gratuitous slowness in Map (for group) SERVER-189 2009-07-29 14:20:40 -04:00
median.js
minmax.js
mod1.js make $mod faster by using index and only looking at numeric types 2009-10-12 12:00:25 -04:00
mr1.js mr warning and some more tests 2009-10-15 15:44:50 -04:00
mr2.js map/reduce finalize option SERVER-372 2009-10-19 11:00:53 -04:00
multi2.js fix compount key with array indexing SERVER-279 2009-10-08 13:07:25 -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
null.js simple null test 2009-10-08 11:12:08 -04:00
objid1.js make objectid serialize to something parseable 2009-07-06 13:47:00 -04:00
objid2.js
objid3.js
objid4.js better error handling for invalid objcet ids SERVER-88 2009-06-02 08:31:07 -04:00
profile1.js minor: add failing test case for profiler when system.profile doesn't exist 2009-10-06 15:02:01 -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
recstore.js
ref2.js fix search on $ref , $id SERVER-223 2009-08-10 11:10:15 -04:00
ref3.js add new style DBRef to js SERVER-243 2009-10-02 17:07:07 -04:00
ref4.js Array.fetchRefs SERVER-213 2009-10-05 16:02:15 -04:00
ref.js renamed DBRef DBPointer SERVER-243 2009-10-02 16:38:20 -04:00
regex2.js Support {:'foo', :'bar'} syntax in queries. SERVER-275 2009-10-19 14:30:46 -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
remove3.js remove muliple with _id range remove SERVER-365 2009-10-16 15:33:56 -04:00
remove4.js
remove5.js
remove.js
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
set3.js fix EmbeddedBuilder where field names are same length but different SERVER-367 2009-10-17 01:10:48 -04:00
shellspawn.js don't do spawn test on win32 2009-06-03 14:30:11 -04:00
sort1.js
sort2.js
sort3.js
sort4.js fix SERVER-282 - BSONObj::extractFields 2009-09-09 12:25:02 -04:00
sort_numeric.js
stats.js add collstats command SERVER-215 2009-08-12 13:53:52 -04:00
storefunc.js allow you to store js functions in the server SERVER-157 2009-09-29 16:54:31 -04:00
sub1.js
type1.js $type operator - SERVER-336 2009-10-12 11:58:14 -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 $inc/$set work even if indexes - not 100% efficient now - SERVER-108 2009-10-21 01:01:52 -04:00
update3.js
update4.js debugging for odd error 2009-10-29 12:10:58 -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
update7.js fix multi-update and modding indexed field SERVER-268 SERVER-108 2009-11-02 12:25:51 -05:00
update.js
where1.js
where2.js minor: test for leading whitespace in where clauses 2009-06-22 15:32:33 -04:00