mongo/jstests
Dan Pasette 3bcf74b73f SERVER-8920 - fix test to not use the test db 2013-03-12 16:43:28 -04:00
..
aggregation SERVER-7718: more test cleanup related to Timestamp 2013-03-01 06:30:10 -05:00
auth SERVER-8802 SERVER-8814 Don't build indexes from inserts into collection names ending in ".system.indexes" 2013-03-01 16:45:17 -05:00
clone remove collection level logging SERVER-1455 2010-07-21 09:55:46 -04:00
disk SERVER-7451 - fix disk full test error checking 2012-12-18 11:10:02 -05:00
dur SERVER-8683: gc() between each load() in passthrough tests to free old cursors 2013-02-22 13:45:22 -08:00
fail_point SERVER-7122 Put failPoint command behind --enableTestCommands flag instead of --enableFaultInjection flag 2012-12-14 13:05:54 -05:00
libs SERVER-7202 test expired CRL for SSL 2013-01-13 12:05:49 -05:00
misc new test 2011-02-16 14:26:24 -05:00
multiClient connection per client thread, since connections are not thread-safe 2011-02-06 23:01:19 -05:00
multiVersion SERVER-8710 check balancer is stopped before upgrading to nonzero config version 2013-02-27 23:22:52 -05:00
parallel SERVER-7849: lower number of clients for debug builds and non-linux machines 2013-01-08 00:27:56 -05:00
perf made mr_bench.js tougher now that it is in perf 2011-12-06 15:04:15 -08:00
quota SERVER-8053: support for timeouts in V8Scope's invoke() and exec() 2013-01-11 15:15:44 -08:00
repl SERVER-4237 Make jstests/repl/repl7.js work with auth 2013-02-07 14:40:37 -05:00
replsets SERVER-8677 Remove race condition in test 2013-02-22 15:48:24 -05:00
sharding SERVER-8794: use a dedicated config server for features3.js and add debug output 2013-03-05 13:04:54 -08:00
slowNightly SERVER-8920 Disable stats.js in sharding passthrough 2013-03-12 13:52:51 -04:00
slowWeekly SERVER-8381 raise timeout in cursor timeout test 2013-01-29 13:10:18 -05:00
ssl buildbot - fix dbpath name 2013-01-28 11:42:08 -05:00
tool SERVER-7718: more test cleanup related to Timestamp 2013-03-01 06:30:10 -05:00
_fail.js Make smoke.py exit nonzero if tests fail. SERVER-253 2010-06-11 15:33:47 -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.js stability tests 2010-06-21 13:17:05 -04:00
_runner_leak.js got rid of meminfo and timeinfo and replace with serverStatus 2009-10-07 12:43:24 -04:00
_runner_leak_nojni.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
_tst.js tst beginnings 2011-01-03 16:35:28 -05:00
all.js fix $all with an empty arraty SERVER-143 2009-07-10 10:50:00 -04:00
all2.js clean tests 2012-02-24 22:49:17 -08:00
all3.js SERVER-3820 test 2011-09-13 08:38:18 -07:00
all4.js SERVER-4492 with all/elemMatch query, fail match rather than assert when document field is not of the expected type 2011-12-17 20:26:50 -08:00
all5.js SERVER-4517 test 2011-12-17 21:02:29 -08:00
and.js SERVER-3192 SERVER-2585 allow nested or clauses in queries, opaque to indexing system 2011-06-15 21:03:04 -07:00
and2.js SERVER-3192 SERVER-2585 allow nested or clauses in queries, opaque to indexing system 2011-06-15 21:03:04 -07:00
and3.js SERVER-3192 SERVER-2585 allow nested or clauses in queries, opaque to indexing system 2011-06-15 21:03:04 -07:00
andor.js SERVER-6416 Compute field ranges for singleton $or clauses. 2012-07-13 16:44:08 -07:00
apitest_db.js added getSiblingDB SERVER-2159 2010-11-29 23:09:59 -05:00
apitest_dbcollection.js fix test for validate change 2011-04-15 03:38:14 -04:00
apply_ops1.js SERVER-7452 tests and SERVER-7907 fix typo and tests 2013-02-12 16:51:02 -05:00
apply_ops2.js tabs -> space + formatting for apply_ops2.js 2013-02-13 12:36:41 -05:00
array1.js arrays match themselves in queryies SERVER-146 2009-10-09 10:12:19 -04:00
array3.js Array.avg Array.stdDev 2009-11-09 22:25:37 -05:00
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 arrays match themselves embedded as well SERVER-807 2010-03-22 17:35:07 -04:00
array_match2.js SERVER-2898 additional test case 2011-04-05 13:14:17 -07:00
array_match3.js SERVER-2902 test 2011-07-31 08:51:43 -07:00
arrayfind1.js better assert msgs 2010-02-24 23:06:54 -05:00
arrayfind2.js SERVER-3104 Allow intersection of sibling multikey index field ranges having a shared $elemMatch parent. 2012-10-10 11:22:24 -07:00
arrayfind3.js SERVER-1264 update test 2011-09-13 08:38:19 -07:00
arrayfind4.js SERVER-2258 test 2011-07-31 08:51:44 -07:00
arrayfind5.js SERVER-3375 test 2011-07-31 08:51:44 -07:00
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 db.logout() command 2011-06-22 13:49:25 -04:00
autoid.js Clean up autoid test 2009-02-04 10:58:55 -05:00
bad_index_plugin.js SERVER-5826 prevent building an index with a non-existent plugin 2013-03-05 16:30:23 -05:00
basic1.js new killOp(opnumber) 2009-12-22 15:22:37 -05:00
basic2.js don't connect explicitly 2009-01-31 17:22:22 -05:00
basic3.js [SERVER-1988]: added unit test 2010-12-17 10:55:31 -08: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 lower risk of collection name collisions 2010-08-23 12:54:02 -04:00
basica.js temp fix for sub object mods 2009-07-23 17:37:52 -04:00
basicb.js SERVER-6802 allow bulk insert options from the shell 2012-10-24 15:57:08 -04:00
basicc.js fix Win32 build -- improved cleanup for jstests 2012-04-13 14:19:10 -04:00
bench_test1.js SERVER-6388 partial 2013-02-11 16:59:48 -05:00
bench_test2.js Fix some tests that use benchRun to work with auth 2011-12-05 15:25:36 -05:00
bench_test3.js RAND_INT takes a multiplier 2012-03-13 09:53:10 -04:00
big_object1.js SERVER-7776: fix preemption mechanism, heap-allocated handles and handle scopes 2012-12-21 12:57:06 -08:00
binData.js SERVER-3168: Fixed hexadecimal output, added tests 2011-06-22 10:16:14 -07:00
bulk_insert.js fix test 2011-12-01 18:19:24 -05:00
capped.js SERVER-5516 SERVER-5304 SERVER-6577 new capped collections now get _id index by default (except in local db) 2012-08-02 08:14:22 -04:00
capped1.js SERVER-485 fix validate on capped collection 2009-12-30 13:06:23 -05:00
capped2.js fix capped test 2011-08-05 17:59:59 -04:00
capped3.js crlf 2011-01-01 17:29:27 -05:00
capped5.js SERVER-5516 SERVER-5304 SERVER-6577 new capped collections now get _id index by default (except in local db) 2012-08-02 08:14:22 -04:00
capped6.js drop collection at end of capped6 since captrunc doesn't replicate properly 2012-04-24 21:50:31 -04:00
capped7.js add test comments 2010-12-27 11:51:58 -08:00
capped8.js captrunc doesn't replicate, so drop collections at end of test 2012-04-24 16:00:09 -04:00
capped9.js notes and test for SERVER-3064 2011-06-03 16:00:06 -04:00
capped_empty.js emptycapped handles indexes now 2012-06-03 17:48:34 -04:00
capped_max.js SERVER-7780: add test for explicit max doc count 2012-12-04 13:46:51 -08: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_server7543.js SERVER-7543 - don't over allocate extents, just round 2012-11-02 15:42:59 -04:00
cappeda.js SERVER-3064 out for now - too many issues with rollback 2011-08-05 20:41:03 -04:00
check_shard_index.js Add more tests for prefix shard keys. 2012-07-24 11:48:00 -04:00
collmod.js SERVER-6700 fix test 2012-12-24 20:11:05 -05:00
compact.js SERVER-8808 better debugging output 2013-03-04 12:43:17 -05:00
compact2.js SERVER-6499 Make test work in v8 shell by requesting test collection name explicitly. 2012-07-24 16:07:47 -07:00
connection_status.js SERVER-7124 connectionStatus command 2012-12-21 13:00:48 -05:00
connections_opened.js SERVER-8249 Maintain references to permanent connections created in connections_opened.js 2013-01-24 10:58:10 -05: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 make copyDatabase use admin db automatically SERVER-222 2009-08-10 13:31:48 -04:00
count.js Merge branch 'smshell' 2009-05-15 13:10:55 -04:00
count2.js SERVER-6634 Handle negative and invalid skip values in count command 2012-09-25 15:35:44 -07: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
count5.js skipping all results shouldn't be an error for count operations 2009-11-14 09:31:54 -08:00
count6.js easier debugging 2012-05-27 21:05:17 -04:00
count7.js SERVER-4148 simplify count implementation and rewrite using query optimizer cursor 2011-12-11 19:28:55 -08:00
count9.js SERVER-4148 simplify count implementation and rewrite using query optimizer cursor 2011-12-11 19:28:55 -08:00
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
countc.js SERVER-1752 Optimize simple indexed counts by counting the number of btree keys in a range, without checking the bson value of each key. 2012-11-19 18:44:51 -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
covered_index_compound_1.js SERVER-4161 Covered index query tests 2013-02-14 13:59:56 -05:00
covered_index_geo_1.js Tests for SERVER-4161. Covered index query for geo and hashed indexes 2013-02-20 10:11:16 -05:00
covered_index_geo_2.js Tests for SERVER-4161. Covered index query for geo and hashed indexes 2013-02-20 10:11:16 -05:00
covered_index_negative_1.js SERVER-8650 comment out further parts of test 2013-02-21 15:09:06 -05:00
covered_index_simple_1.js SERVER-4161 Covered index query tests 2013-02-14 13:59:56 -05:00
covered_index_simple_2.js SERVER-4161 Covered index query tests 2013-02-14 13:59:56 -05:00
covered_index_simple_3.js SERVER-4161 Covered index query tests 2013-02-14 13:59:56 -05:00
covered_index_simple_id.js SERVER-4161 Covered index query tests 2013-02-14 13:59:56 -05:00
covered_index_sort_1.js SERVER-4161 Covered index query tests 2013-02-14 13:59:56 -05:00
covered_index_sort_2.js SERVER-4161 Covered index query tests 2013-02-14 13:59:56 -05:00
covered_index_sort_3.js SERVER-4161 Covered index query tests 2013-02-14 13:59:56 -05:00
currentop.js make currentop more reliable and have it not impact other tests 2012-06-16 23:12:12 -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
cursora.js debugging 2011-01-01 17:28:39 -05:00
cursorb.js SERVER-6931 Don't attempt to look up a cursor using an invalid id. Prevents an occasional incorrect warning message. 2012-09-05 16:32:00 -07:00
datasize.js changed semantics a bit 2010-04-28 12:28:47 -04:00
datasize2.js datasize maxSize test 2010-04-28 13:20:26 -04:00
datasize3.js make test more reliable SERVER-2376 2011-01-19 01:57:27 -05:00
date1.js signed dates and the shell 2011-06-06 19:53:49 -04:00
date2.js clean tests 2011-12-11 19:28:56 -08:00
date3.js Slight addition to date test. QA-42. 2011-08-24 15:07:30 -04:00
db.js SERVER-6729 adapt test to changed database naming rules 2012-08-07 16:15:47 -04:00
dbadmin.js revert: Add node startup information to the local DB jstests - SERVER-7451 2013-01-29 11:50:16 -05:00
dbcase.js SERVER-2111 fix test 2011-04-12 22:24:49 -07:00
dbcase2.js SERVER-7698 avoid collisions between dbcase.js and dbcase2.js 2012-11-19 13:40:01 -05:00
dbhash.js SERVER-3475 debugging 2011-07-31 08:59:00 -07:00
dbref1.js renamed DBRef DBPointer SERVER-243 2009-10-02 16:38:20 -04:00
dbref2.js SERVER-8104: clean up js global object 2013-01-18 14:15:43 -08:00
delx.js SERVER-2998 workarounds 2011-04-26 00:15:14 -07:00
distinct1.js put cursor used in distinct stats output 2011-03-23 10:43:53 -04:00
distinct2.js disintct and eoo fix 2009-10-27 12:56:59 -04:00
distinct3.js SERVER-6878 Clean distinct3.js and make evalb.js more robust. 2012-08-30 14:14:58 -07:00
distinct_array1.js make distinct yield safely SERVER-1850 2010-10-13 16:11:50 -04:00
distinct_index1.js disable distinct index1 check temporarily - exact value doesn't matter 2011-06-15 22:56:02 -07:00
distinct_index2.js fix ClientCursor::getFieldsDotted with compound keys SERVER-2325 2011-01-05 00:32:15 -05:00
distinct_speed1.js faster distinct SERVER-796 2010-03-29 12:55:44 -04:00
drop.js SERVER-7168 Don't cache ensureIndex in shell 2012-11-12 16:20:52 -05:00
drop2.js SERVER-4237 Add logging to jstests/drop2.js to help investigate auth failure on buildbot 2013-01-15 16:27:12 -05:00
drop3.js SERVER-2998 workarounds 2011-04-26 00:15:14 -07:00
drop_index.js SERVER-7168 Don't cache ensureIndex in shell 2012-11-12 16:20:52 -05:00
dropdb.js a little more reliable with sharding 2011-04-26 14:54:43 -04:00
dropdb_race.js log less in test 2011-06-28 00:38:08 -04:00
elemMatchProjection.js More tests for SERVER-828 and SERVER-2238 2012-07-30 11:04:28 -04:00
error1.js Revert "Revert "MINOR drop collection at beginning of test"" 2010-01-12 11:56:14 -08: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
error4.js use code in getLastError SERVER-112 2009-12-28 17:12:49 -05:00
error5.js more test fixing 2011-01-21 09:01:24 -05:00
eval0.js SERVER-3615: for v8 invoke, if this does not exists, should be set to global obj 2011-09-13 09:47:16 -07: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 SERVER-8220: test for eval() returning a native function 2013-02-12 12:33:12 -08:00
eval_nolock.js fix test 2011-03-17 01:28:43 -04:00
evala.js handle comments at the beginning of code SERVER-398 2009-11-10 13:40:21 -05:00
evalb.js fix test for new auth profiling name 2012-12-22 01:16:31 -05:00
evalc.js make test a bit faster 2011-04-26 00:54:50 -04:00
evald.js SERVER-7776: fix preemption mechanism, heap-allocated handles and handle scopes 2012-12-21 12:57:06 -08:00
evale.js SERVER-1840 make eval function construction logic in v8 more consistent with sm 2010-10-04 14:44:42 -07:00
evalf.js - SERVER-1900: v8 seems to be fixed. Reenabled both tests and it's passing now. 2011-10-05 19:03:16 -07:00
exists.js SERVER-1701 don't use index key to resolve exists query 2010-08-30 14:06:32 -07:00
exists2.js fix exists with index SERVER-708 2010-03-06 17:53:50 -05:00
exists3.js SERVER-1587 add tests 2011-04-05 13:14:15 -07:00
exists4.js SERVER-1587 add tests 2011-04-05 13:14:15 -07:00
exists5.js SERVER-2896 check isNot when handling exists and missing field 2011-04-05 13:14:16 -07:00
exists6.js easier to debug tests 2012-01-24 13:06:19 -05:00
exists7.js Extend tests for $exists accepting 1 and 0 so that the tests can catch SERVER-2322. 2011-08-31 14:59:40 -04:00
exists8.js SERVER-2897 Additional test cases 2011-04-05 18:25:49 -07:00
exists9.js SERVER-2902 test 2011-07-31 08:51:43 -07:00
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 SERVER-2451 guard dropped cursor on explain yield 2011-01-31 21:02:49 -08:00
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-4161 Report nscannedObjects properly when covered indexes are used. 2012-09-27 19:44:44 -07:00
explainc.js SERVER-4161 Report nscannedObjects properly when covered indexes are used. 2012-09-27 19:44:44 -07:00
extent.js jstests shouldn't drop the "test" db 2012-04-24 10:19:58 -04:00
extent2.js fix test conflict 2012-04-01 01:26:18 -04:00
filemd5.js fix crash in filemd5 without correct index SERVER-3913 2011-09-22 23:37:41 -04:00
find1.js SERVER-8914: rename document.scanned metric 2013-03-08 18:14:49 -05: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 field selector no longer effects which objects are returned 2009-10-19 12:14:20 -04:00
find6.js SERVER-182 allow queries with array indexes 2010-01-20 13:57:20 -05:00
find7.js test for compound keys 2010-02-16 08:25:30 -05:00
find8.js SERVER-480 SERVER-2884 Perform in memory sorts by generating keys suitable for an index 2011-06-02 10:23:32 -04:00
find9.js SERVER-4150 add test for MaxBytesToReturnToClientAtOnce size limit 2012-03-12 13:21:57 -07:00
find_and_modify.js Make findAndModify helper function return null rather than {} (no change to server API) 2010-07-01 20:40:37 -04:00
find_and_modify2.js Make findAndModify work when _id is removed in projection SERVER-2626 2011-05-31 15:28:56 -04:00
find_and_modify3.js fix findAndModify when sort is used and _id in query SERVER-2530 2011-02-10 15:49:47 -05:00
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_server6582.js SERVER-6582 - find_and_modify - set lastErrorObject fields in some cases like older versions 2012-08-01 02:27:49 -04:00
find_and_modify_server6588.js SERVER-6588 - fix positional updates in new find_and_modify code 2012-08-01 02:04:34 -04:00
find_and_modify_server6659.js SERVER-6659 - fix find_and_modify when upserting a new doc and original query won't work anymore 2012-08-01 02:15:15 -04:00
find_and_modify_server6909.js SERVER-6909 fix case where update can modify document such that query doesn't work anymore 2012-09-18 02:08:03 -04:00
find_and_modify_server6993.js SERVER-6993 - fix findAndModify positional operator regression with undotted query fields 2012-09-18 20:26:54 -04:00
find_and_modify_server7660.js SERVER-7660 findAndModify with auth + sort fix 2012-11-14 00:17:52 -05:00
find_and_modify_where.js was missing a Client::Context in findAndModify SERVER-6284 2012-07-03 05:03:30 -04:00
finda.js Add some additional query tests. 2012-03-22 15:51:58 -07:00
fm1.js handle empty objects better in FieldMatcher SERVER-224 2009-08-10 15:24:48 -04:00
fm2.js SERVER-446 js implementation of keySet() 2009-12-21 11:21:25 -08:00
fm3.js tests for new FieldMatcher 2009-10-28 12:44:26 -04:00
fm4.js Support explicit exclusion of _id. SERVER-822 2010-04-30 21:39:01 -04:00
fsync.js SERVER-5855 Refuse to run an fsyncLock() command from a locked context. 2012-05-16 17:56:07 -04:00
fsync2.js try to make fsync2 test less flake repliaction 2012-06-10 09:53:23 -04:00
fts1.js SERVER-8418 Enable usePowerOf2Sizes on collection upon text index creation. 2013-02-21 09:50:50 -05:00
fts2.js SERVER-380: Experimental text search indexing 2012-12-25 12:25:45 -05:00
fts3.js SERVER-380: Experimental text search indexing 2012-12-25 12:25:45 -05:00
fts4.js SERVER-380: Experimental text search indexing 2012-12-25 12:25:45 -05:00
fts5.js SERVER-380: Experimental text search indexing 2012-12-25 12:25:45 -05:00
fts_blog.js fix fts test ordering problem 2012-12-26 09:26:29 -05:00
fts_blogwild.js fix fts test ordering problem 2012-12-26 09:26:29 -05:00
fts_mix.js SERVER-8199 Rename text search $projection argument to $project 2013-01-17 18:05:42 -05:00
fts_partition1.js fix text partitioning with indexes 2012-12-26 13:31:43 -05:00
fts_partition_no_multikey.js SERVER-8126: don't allow an array as a prefix of a text index 2013-01-14 10:54:30 -05:00
fts_phrase.js fix fts test ordering problem 2012-12-26 09:26:29 -05:00
fts_proj.js SERVER-8199 Rename text search $projection argument to $project 2013-01-17 18:05:42 -05:00
fts_spanish.js SERVER-380: Experimental text search indexing 2012-12-25 12:25:45 -05:00
geo1.js use BinData for GeoHash for footprint size 2010-03-01 16:50:03 -05:00
geo2.js $maxDistance for $near SERVER-813 2010-04-01 17:17:32 -04:00
geo3.js repl: only try to get a write lock for keepalive 2010-06-04 23:07:41 -04:00
geo4.js double bounds for geo query scaling and addn'l error msgs SERVER-2386 SERVER-2388 2011-03-15 19:16:02 -04:00
geo5.js geo2d command -> geoNear 2010-02-26 14:40:09 -05:00
geo6.js allow empty geo objects, but not 1 field which is invalid 2010-03-18 15:05:13 -04:00
geo7.js geo index doesn't break non-geo search on same field 2010-03-01 21:36:56 -05:00
geo8.js use BinData for GeoHash for footprint size 2010-03-01 16:50:03 -05:00
geo9.js handle multiple geo indexes with $near SERVER-686 2010-03-01 22:06:30 -05:00
geo10.js double bounds for geo query scaling and addn'l error msgs SERVER-2386 SERVER-2388 2011-03-15 19:16:02 -04:00
geo_allowedcomparisons.js alias geoNear/near, geoWithin/within. 2013-02-12 16:58:10 -05:00
geo_array0.js fix geo arrays in matcher'd within 2013-01-18 11:38:26 -05:00
geo_array1.js fix geo arrays in matcher'd within 2013-01-18 11:38:26 -05:00
geo_array2.js allow multiple locations to be nested in different subdocuments SERVER-838 2011-03-28 15:51:50 -04:00
geo_borders.js tab -> spaces 2012-12-24 09:28:01 -05:00
geo_box1.js fix limit with $with SERVER-777 2010-03-17 21:51:14 -04:00
geo_box1_noindex.js SERVER-7343 port within-in-query to HEAD 2012-12-04 21:28:25 -05:00
geo_box2.js fix $box corner cases SERVER-791 2010-03-19 14:00:46 -04:00
geo_box3.js Tidy up one geo test re-examined in light of server-1392. 2010-07-15 10:37:12 -04:00
geo_center_sphere1.js unindexed center uses same math funcs as indexed. expand tests 2013-01-22 12:58:19 -05:00
geo_center_sphere2.js test for SERVER-2951 and SERVER-2944 2011-04-18 16:42:59 -04:00
geo_circle1.js typo 2010-08-24 13:28:00 -04:00
geo_circle1_noindex.js SERVER-7343 port within-in-query to HEAD 2012-12-04 21:28:25 -05:00
geo_circle2.js geo indexing with nested multikeys now works as non-nested 2011-01-28 12:28:57 -05:00
geo_circle2a.js additional test for geoindex 2011-01-28 12:43:40 -05:00
geo_circle3.js Add an error term for distance comparisons in geo search. Part of SERVER-848, SERVER-1191 2010-06-08 16:55:22 -04:00
geo_circle4.js unindexed center uses same math funcs as indexed. expand tests 2013-01-22 12:58:19 -05:00
geo_circle5.js Do one more box of point checks in GeoCircleBrowse. SERVER-848, SERVER-1238 2010-07-01 18:02:25 -04:00
geo_distinct.js skip indices which require sorting for distinct SERVER-2135 2011-04-06 14:05:43 -04:00
geo_exactfetch.js fix geo_exactfetch -- nearsphere required 2013-01-17 12:50:03 -05:00
geo_fiddly_box.js names have to be unique 2011-05-18 18:08:21 -04:00
geo_fiddly_box2.js names have to be unique 2011-05-18 18:08:21 -04:00
geo_group.js Add test for using geo queries within a group command. SERVER-1742 2011-09-07 14:23:17 -04:00
geo_haystack1.js geo haystack SERVER-1315 2010-07-23 10:57:50 -04:00
geo_haystack2.js geo haystack SERVER-1315 2010-07-23 10:57:50 -04:00
geo_haystack3.js This is my first Geo cleanup change. 2012-10-23 11:41:33 -04:00
geo_mapreduce.js test for SERVER-1742 2011-04-01 09:11:48 -04:00
geo_mapreduce2.js fix for test case 2011-08-05 12:22:30 -04:00
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 SERVER-3793 test 2011-09-12 11:46:18 -07:00
geo_multikey1.js geo index with parallel multikey fields test 2011-09-12 11:46:18 -07:00
geo_multinest0.js allow multiple locations to be nested in different subdocuments SERVER-838 2011-03-28 15:51:50 -04:00
geo_multinest1.js allow multiple locations to be nested in different subdocuments SERVER-838 2011-03-28 15:51:50 -04:00
geo_near_random1.js Adjust times on geo_near_random tests 2010-09-03 13:28:10 -04:00
geo_near_random2.js Add randomized $near tests SERVER-1342 2010-09-02 20:19:00 -04:00
geo_nearwithin.js add test for 2d+geoNear+within, add fix to let within work in s2+geoNear 2012-12-11 09:30:40 -05:00
geo_oob_sphere.js SERVER-4148 handle newly reported count assertions in test 2011-12-11 19:28:55 -08:00
geo_poly_edge.js drop collection so test can be run multiple times in buildbot 2011-08-26 16:09:14 -07:00
geo_poly_line.js need to add error value to bounding boxes on polygons + boxes SERVER-3725 2011-09-06 17:40:44 -04:00
geo_polygon1.js Fix some geo polygon tests which weren't testing as much as they meant to. 2011-08-30 13:59:57 -04:00
geo_polygon1_noindex.js allow full non-near geo functionality in matcher 2013-01-14 12:59:49 -05:00
geo_polygon2.js rotation and sanity tests for polygons 2011-04-14 13:56:41 -04:00
geo_polygon3.js fix test name, was causing a bb failure in parallel suite 2011-09-06 13:59:47 -07:00
geo_queryoptimizer.js when using a special index, don't record because may screw up later SERVER-1669 2010-08-26 00:28:35 -04:00
geo_regex0.js look inside indexed arrays for regexes fix for SERVER-2247 2011-04-06 15:44:55 -04:00
geo_s2cursorlimitskip.js alias geoNear/near, geoWithin/within. 2013-02-12 16:58:10 -05:00
geo_s2dedupnear.js alias geoNear/near, geoWithin/within. 2013-02-12 16:58:10 -05:00
geo_s2edgecases.js verify latitude is [-90,90] 2013-01-11 10:33:36 -05:00
geo_s2exact.js add comments to some jstests 2013-01-22 13:11:41 -05:00
geo_s2holesameasshell.js alias geoNear/near, geoWithin/within. 2013-02-12 16:58:10 -05:00
geo_s2index.js old point implies radian distance, new point implies meter distance 2013-01-17 10:18:02 -05:00
geo_s2indexoldformat.js add comments to some jstests 2013-01-22 13:11:41 -05:00
geo_s2intersection.js QA-173 style changes in response to code review. 2013-01-15 17:11:38 -05:00
geo_s2largewithin.js alias geoNear/near, geoWithin/within. 2013-02-12 16:58:10 -05:00
geo_s2meridian.js alias geoNear/near, geoWithin/within. 2013-02-12 16:58:10 -05:00
geo_s2near.js old point implies radian distance, new point implies meter distance 2013-01-17 10:18:02 -05:00
geo_s2nearComplex.js alias geoNear/near, geoWithin/within. 2013-02-12 16:58:10 -05:00
geo_s2nearwithin.js allow full non-near geo functionality in matcher 2013-01-14 12:59:49 -05:00
geo_s2nongeoarray.js iteration 2013-02-12 16:58:11 -05:00
geo_s2nonstring.js SERVER-7794 fix non-string non-geo keys and empty keys for 2dsphere 2012-12-02 10:29:56 -05:00
geo_s2nopoints.js SERVER-7802 rename s2d to 2dsphere 2012-11-30 11:33:14 -05:00
geo_s2oddshapes.js add comments to some jstests 2013-01-22 13:11:41 -05:00
geo_s2ordering.js add comments to some jstests 2013-01-22 13:11:41 -05:00
geo_s2overlappingpolys.js QA-173 style changes in response to code review. 2013-01-15 17:11:38 -05:00
geo_s2polywithholes.js validate s2polygon loops and s2polygon proper while building it 2013-01-17 10:18:02 -05:00
geo_s2selfintersectingpoly.js QA-173 style changes in response to code review. 2013-01-15 17:11:38 -05:00
geo_s2twofields.js remove flaky timing test 2013-02-08 21:48:34 -05:00
geo_s2within.js add comments to some jstests 2013-01-22 13:11:41 -05:00
geo_small_large.js working exact distance checks for 2d queries SERVER-2115 2011-04-11 15:16:35 -04:00
geo_sort1.js v8 sort 2010-11-16 09:56:00 -05:00
geo_uniqueDocs.js Fix broken test. 2011-09-01 14:31:29 -04:00
geo_uniqueDocs2.js Fix test case to handle array locations from includeLoc 2011-09-29 13:58:30 -04:00
geo_update.js test case for SERVER-3428 2011-07-14 11:29:16 -04:00
geo_update1.js test for SERVER-1821 2010-09-24 15:14:15 -04:00
geo_update2.js use distinct collection names in tests to prevent conflict in parallel suite 2011-02-08 11:49:52 -08:00
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_btree.js use distinct collection names in geo update btree tests, to prevent parallel suite failures 2011-12-30 09:48:14 -08:00
geo_update_btree2.js use distinct collection names in geo update btree tests, to prevent parallel suite failures 2011-12-30 09:48:14 -08:00
geo_withinquery.js SERVER-7343 port within-in-query to HEAD 2012-12-04 21:28:25 -05:00
geoa.js fix for geo with embedded loc SERVER-694 2010-03-02 20:35:13 -05:00
geob.js fix for assert.close and use assert.close for 0 case in jstests/geob.js 2010-03-22 11:19:50 -04:00
geoc.js test for SERVER-795 2010-03-22 14:02:30 -04:00
geod.js Cleanup & comment in jstests/geod.js. 2010-07-12 15:25:36 -04:00
geoe.js Reverse when the initial btree scan finds no geo points. SERVER-1283 2010-07-12 16:09:20 -04:00
geof.js odd $near bug 2010-08-26 18:26:47 -04:00
geog.js SERVER-4149 reenable supportYields verify check 2011-12-20 12:42:54 -08:00
geonear_validate.js SERVER-8387 check numWanted in geoNear 2013-02-07 14:14:57 -05:00
getlog1.js Array add on function was causing buildbot failures in shared context tests 2011-08-22 10:32:59 -07:00
getlog2.js SERVER-4729: log slow queries + improved test 2012-02-09 10:27:37 -05:00
gle_shell_server5441.js SERVER-7330 add debugging info to test 2012-10-11 16:34:58 -04:00
group1.js group() now uses full key-names in output SERVER-296 2009-09-17 11:56:40 +08:00
group2.js SERVER-446 make v8 undefined/null conversion same as sm 2010-02-01 15:53:34 -08:00
group3.js group3 test use correct namespace to prevent parallel test failure 2010-02-17 10:24:19 -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
group6.js SERVER-1457 make deep copy of NumberLong properly for group 2010-09-08 22:56:25 -07:00
group7.js SERVER-1395 make group yield test adaptive 2011-08-09 02:43:10 +00:00
hashindex1.js SERVER-5858 temporary fix so hashed indexes work with $in queries 2012-10-16 15:00:53 -04:00
hashtest1.js SERVER-2001 part 1: hashing BSONElements 2012-05-09 10:30:23 -04:00
hint1.js fix hint1.js and minkey for date which is now tricky as we support a couple different compare semantics for V0 and V1 indexes 2011-06-06 12:40:41 -04:00
hostinfo.js SERVER-5492 Processinfo support freebsd + hostinfo 2012-06-13 18:36:17 -04:00
id1.js test for using object as _id 2009-10-15 21:22:50 -04:00
idhack.js use idhack for _id : { x : 5 } kind of queries 2011-05-01 09:30:17 -04:00
in.js SERVER-653 fix problem where some special query types would only work if they were the first element 2010-02-22 16:20:50 -08:00
in2.js multiple $in support SERVER-103 2009-07-07 17:38:47 -04:00
in3.js SERVER-1528 account for expensive skipping operations in nscanned 2010-08-03 20:09:16 -07:00
in4.js 4150 explain implementation checkpoint 2012-02-24 22:49:08 -08:00
in5.js fix SERVER-1366 test 2010-07-06 12:53:30 -04:00
in6.js SERVER-1159 forgot test 2010-07-08 00:55:42 -07:00
in7.js SERVER-4778 make combinatorial result set limits consistent 2012-02-06 22:12:26 -08:00
in8.js SERVER-2829 change data type to make test work with v8 implementation as well 2011-03-28 10:33:47 -07:00
in9.js SERVER-1943 test 2011-07-31 08:51:43 -07:00
ina.js SERVER-3545 fix test typos 2011-08-09 04:34:15 +00:00
inb.js test comments 2012-01-18 17:31:12 -08: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 use correct test name for parallel tests 2010-03-22 09:42:04 -07:00
inc3.js another inc test 2009-12-10 17:30:16 -05:00
index1.js SERVER-371 checkpoint 2010-07-07 12:26:20 -07: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 fix test name for parallel 2010-03-30 10:53:20 -07:00
index7.js SERVER-802 update explain format 2010-07-16 05:09:10 -07:00
index8.js make index text more robust 2010-01-25 13:01:37 -05:00
index9.js Revert "fix test. _id index no longer optional (unless capped and in local)" 2012-08-02 14:45:00 -04:00
index10.js fix bug in cloner introduced today 2010-06-30 21:53:52 -04:00
index11.js bigger KeyMax index maximum key size for btree v1 indexes. (3kb) 2011-07-01 13:30:13 -04:00
index12.js SERVER-4820 disable test 2012-02-06 22:12:27 -08:00
index13.js SERVER-3104 Test index bound improvements for elemMatch query on multikey index 2013-02-15 09:56:04 -05:00
indexOtherNamespace.js SERVER-8814 SERVER-8802 Do not change 'db' in test 2013-03-02 08:51:46 -05:00
indexStatsCommand.js SERVER-7592 new command aggregates statistics related to btree buckets 2012-11-15 18:00:10 -05:00
index_arr1.js another case for SERVER-1082 2010-05-04 19:18:59 -04:00
index_arr2.js rename test collection to match test name 2011-12-17 22:14:20 -08:00
index_big1.js set keysize in v1 to 1KB 2011-07-05 16:12:11 -04:00
index_bigkeys.js fix test 2011-03-02 11:53:50 -05: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 SERVER-802 update explain format 2010-07-16 05:09:10 -07:00
index_check3.js some more tests 2009-08-11 04:58:19 -04:00
index_check5.js SERVER-958 Looser bounds for multikey indexes with parallel nested fields 2011-05-02 10:33:53 -07:00
index_check6.js 4150 explain implementation checkpoint 2012-02-24 22:49:08 -08:00
index_check7.js SERVER-726 optimize exclusive bounds 2010-08-18 11:42:58 -07:00
index_check8.js fix test 2011-04-06 16:40:43 -04:00
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_many.js dos2unix 2010-05-26 11:37:28 -04:00
index_many2.js Add support for making NamespaceDetails::Extra writes durable and use this durable support when dropping indexes 2010-12-28 17:35:15 -08:00
index_maxkey.js set keysize in v1 to 1KB 2011-07-05 16:12:11 -04:00
index_sparse1.js fix test collection name for parallel suite 2010-12-08 00:32:56 -08:00
index_sparse2.js fix test collection name for parallel suite 2010-12-08 00:32:56 -08:00
indexa.js remove methods in Array.prototype so for ( x in [] ) works 2009-08-23 23:33:17 -04:00
indexapi.js support up to 64 indexes 2010-05-23 15:00:39 -04:00
indexb.js jstests shouldn't drop the "test" db 2012-04-24 10:19:58 -04:00
indexbindata.js prefetch type stuff 2011-08-02 02:36:36 -04:00
indexc.js fixed bug SERVER-118 multikey duplicate results from queries 2009-07-07 13:17:53 -04:00
indexd.js fix drop fallout 2009-11-09 13:10:30 -05:00
indexe.js SERVER-5244 clean up tests that leave a lot of data behind 2012-03-28 16:37:08 -04:00
indexf.js some index cleaning 2010-01-15 16:46:17 -05:00
indexg.js SERVER-670 don't allow simple index matching with negating operators 2010-03-02 16:53:07 -08:00
indexh.js disable indexh debugging 2010-12-28 14:30:35 -08:00
indexi.js SERVER-1528 account for expensive skipping operations in nscanned 2010-08-03 20:09:16 -07:00
indexj.js 4150 explain implementation checkpoint 2012-02-24 22:49:08 -08:00
indexk.js SERVER-958 tests 2011-04-25 13:29:50 -07:00
indexl.js Add some more tests for $in and $all working together. QA-46 & SERVER-2165. 2011-08-29 14:19:41 -04:00
indexm.js SERVER-3105 example 2011-05-17 12:20:08 -07:00
indexn.js SERVER-958 tests 2011-04-25 13:29:50 -07:00
indexo.js SERVER-958 tests 2011-04-25 13:29:50 -07:00
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 SERVER-958 Prefer fully contained multikey ranges since they are smaller. 2011-05-02 10:33:52 -07:00
indexr.js SERVER-3005 test 2011-07-31 08:51:43 -07:00
indexs.js SERVER-3005 test 2011-07-31 08:51:43 -07:00
indext.js SERVER-3216 test 2011-07-31 08:51:44 -07:00
indexu.js SERVER-2902 test 2011-07-31 08:51:44 -07:00
indexv.js SERVER-3375 test 2011-07-31 08:51:44 -07:00
indexw.js SERVER-3375 test that v0 key generation used for v0 indexes 2011-07-31 11:28:48 -07:00
indexx.js SERVER-4276 replication implementation specifies a client ns including $cmd for commands, causing buildbot failure when combined with the new namespace guard; going to disable the 'normal' namespace client guard pending clarification of desired behavior in the jira (there are some preexisting questions about correct behavior) 2011-12-06 09:51:07 -08:00
indexy.js SERVER-1752 SERVER-4529 Do not incorrectly use fast count mode when matching against a null value. 2012-10-23 16:36:58 -07:00
indexz.js test comments 2012-01-18 17:31:12 -08:00
insert1.js add tests to notice if paddingfactor were to regress 2011-03-21 12:09:00 -04:00
insert2.js SERVER-6802 allow bulk insert options from the shell 2012-10-24 15:57:08 -04:00
ismaster.js removed extra var 2012-12-26 16:13:09 -05:00
js1.js update collection names used by js tests 2011-12-30 10:06:43 -08:00
js2.js update collection names used by js tests 2011-12-30 10:06:43 -08:00
js3.js SERVER-5244 clean up tests that leave a lot of data behind 2012-03-28 16:37:08 -04:00
js4.js update collection names used by js tests 2011-12-30 10:06:43 -08:00
js5.js update collection names used by js tests 2011-12-30 10:06:43 -08:00
js7.js update collection names used by js tests 2011-12-30 10:06:43 -08:00
js8.js update collection names used by js tests 2011-12-30 10:06:43 -08:00
js9.js update collection names used by js tests 2011-12-30 10:06:43 -08:00
json1.js SERVER-7718: JS Timestamp constructor now in seconds (not millis anymore) 2013-02-28 18:19:47 -05:00
killop.js SERVER-7776: fix killop.js 2012-12-24 19:41:01 -08:00
loadserverscripts.js SERVER-6576 SERVER-6602 Fix loadserverscripts.js to clear variables so it can be run multiple times in a row and to wait until a parallel shell insert completes before checking the result. 2012-07-26 13:17:09 -07:00
loglong.js SERVER-5013 don't log lines over 100k 2012-02-21 15:28:54 -05:00
map1.js fix gratuitous slowness in Map (for group) SERVER-189 2009-07-29 14:20:40 -04:00
max_message_size.js Disable max_message_size.js test on 32bit systems 2013-02-20 14:26:24 -05:00
maxscan.js $maxScan for limiting how much to scan SERVER-1015 2010-04-28 16:11:27 -04:00
minmax.js SERVER-3766 Adjust maxDiskLoc to prevent assertion when creating a reverse direction BtreeCursor. Adjust minDiskLoc for consistency. 2012-11-19 18:44:51 -08:00
mod1.js SERVER-653 fix problem where some special query types would only work if they were the first element 2010-02-22 16:20:50 -08:00
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 map/reduce no longer uses temp collections. 2010-12-16 16:41:28 -05:00
mr4.js map/reduce no longer uses temp collections. 2010-12-16 16:41:28 -05:00
mr5.js map/reduce no longer uses temp collections. 2010-12-16 16:41:28 -05:00
mr_bigobject.js change large string creation in test otherwise v8 slow 2011-10-16 23:14:12 -07:00
mr_comments.js fix comments in embedded code SERVER-2121 2010-11-22 00:53:00 -05:00
mr_drop.js SERVER-6757 Map reduce collection drop test. 2012-08-22 10:33:38 -07:00
mr_errorhandling.js SERVER-8104: clean up js global object 2013-01-18 14:15:43 -08:00
mr_index.js fix smal oplog test 2010-11-09 19:01:39 -05:00
mr_index2.js map/reduce no longer uses temp collections. 2010-12-16 16:41:28 -05:00
mr_index3.js some mr tests for SERVER-1787 SERVER-2272 2011-01-16 01:21:21 -05:00
mr_killop.js SERVER-8104: clean up js global object 2013-01-18 14:15:43 -08:00
mr_merge.js SERVER-2581: MR locks server for a long time in merge and reduce modes with many keys 2011-09-13 09:47:16 -07:00
mr_merge2.js another test for m/r merge 2011-03-26 18:04:34 -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_outreduce.js SERVER-2581: MR locks server for a long time in merge and reduce modes with many keys 2011-09-13 09:47:16 -07:00
mr_outreduce2.js some mr tests for SERVER-1787 SERVER-2272 2011-01-16 01:21:21 -05:00
mr_replaceIntoDB.js custom out db for m/r doesn't work sharded with non-sharded db 2011-01-21 00:55:38 -05:00
mr_sort.js map/reduce no longer uses temp collections. 2010-12-16 16:41:28 -05:00
mr_undef.js fix m/r handling of undefined SERVER-2861 2011-03-30 03:23:37 -04:00
multi.js fix array matching in matcher only SERVER-161 2009-07-16 12:06:36 -04:00
multi2.js fix compount key with array indexing SERVER-279 2009-10-08 13:07:25 -04:00
ne1.js some tests MINOR 2009-09-11 14:16:54 -04:00
ne2.js SERVER-1705 validate op type with regex 2010-08-30 20:11:00 -07:00
ne3.js SERVER-1705 validate op type with regex 2010-08-30 20:11:00 -07:00
nestedarr1.js Reduce array nesting from 300 to 150 2012-07-16 17:55:28 -04:00
nestedobj1.js SERVER-6448: enable nestedobj1.js 2012-12-28 00:56:03 -08:00
nin.js arrays match themselves embedded as well SERVER-807 2010-03-22 17:35:07 -04:00
nin2.js SERVER-3264 additional test cases 2011-09-13 08:55:55 -07:00
not1.js fix $ne/$nin on non-matches SERVER-198 2009-08-06 15:55:16 -04:00
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 simple null test 2009-10-08 11:12:08 -04:00
numberint.js - V8: use BSON data as is if an object was not modified 2011-07-10 17:12:47 -07:00
numberlong.js NumberLong shell output changed to NumberLong(111111111111) or NumberLong(11111) (when absolute value < 2^30) SERVER-1659 2010-08-29 00:27:59 -04:00
numberlong2.js clean test 2012-02-12 17:43:21 -08:00
numberlong3.js SERVER-3719 test 2011-08-29 18:00:18 -07:00
numberlong4.js SERVER-3719 test 2011-12-17 23:09:26 -08: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
objid5.js crlf 2011-01-01 17:29:27 -05:00
objid6.js Make test less sensitive to differences between time() and gettimeofday() 2012-02-09 17:57:49 -05:00
objid7.js - SERVER-2684: special types in shell (e.g. Timestamp) display in variety of ways, and can confuse users 2011-10-07 15:40:13 -07:00
opcounters.js SERVER-8769 Track inserts on mongos for serverStatus().opcounters 2013-03-01 11:55:07 -05:00
or1.js tests were getting messed up by array add on functions 2011-08-18 22:00:21 -07:00
or2.js tests were getting messed up by array add on functions 2011-08-18 22:00:21 -07:00
or3.js tests were getting messed up by array add on functions 2011-08-18 22:00:21 -07:00
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 SERVER-2189 2010-12-07 23:01:40 -08:00
or7.js SERVER-109 make simplifiedQuery match actual btree cursor bounds when necessary 2010-06-10 00:44:24 -07:00
or8.js SERVER-1883 expand nested array fields when testing document for match with previous or clause 2010-10-03 14:29:49 -07:00
or9.js bail out or clause checking if we do an unpredicted table scan 2010-07-20 13:58:58 -07:00
ora.js tests that already pass for $or with $where and geo 2010-07-20 14:35:31 -04:00
orb.js fix or neg matching reverse direction 2010-07-20 15:39:49 -07:00
orc.js SERVER-2245 use IndexSpec::GetKeys for or deduping 2010-12-22 18:58:54 -08:00
ord.js SERVER-4150 reimplement query using query optimizer cursor checkpoint 2012-02-24 22:49:05 -08:00
ore.js SERVER-2245 use IndexSpec::GetKeys for or deduping 2010-12-22 18:58:54 -08:00
orf.js 4150 explain implementation checkpoint 2012-02-24 22:49:08 -08:00
org.js SERVER-2282 test 2011-03-24 14:47:38 -07:00
orh.js SERVER-2831 test/demonstration of current behavior 2011-03-24 14:48:11 -07:00
ori.js SERVER-958 tests 2011-04-25 13:29:50 -07:00
orj.js SERVER-3192 a few more test cases 2011-06-15 21:03:06 -07:00
ork.js SERVER-2585 test 2011-07-31 08:59:01 -07:00
orl.js SERVER-3445 example 2011-07-31 08:59:01 -07:00
orm.js SERVER-3555 prevent some implicit yielding in MultiCursor usage 2011-08-22 19:53:48 -07:00
orn.js SERVER-3555 assert when or query yield fails to prevent potential invalid memory access 2011-08-17 21:03:54 -07:00
oro.js add a test for with multiple get mores interleaved with other operations 2011-12-27 12:42:01 -08:00
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 SERVER-7159: compensate for increased liklihood of in-place updates due to quantization 2012-11-16 18:04:54 -08:00
profile1.js when choosing a user to put in system.profile, make best effort to use one from right database 2012-12-22 02:19:46 -05:00
profile2.js using alternate db breaks dur_passthrough in slownightly 2012-02-15 14:30:40 -08:00
profile3.js when choosing a user to put in system.profile, make best effort to use one from right database 2012-12-22 02:19:46 -05:00
profile4.js SERVER-8331 Remove checks that assume lock acquisition takes at least 1 microsecond 2013-02-26 11:06:58 -05:00
proj_key1.js use data from indexes if possivle SERVER-192 2010-11-16 16:11:43 -05:00
pull.js Don't grow a document on $pull/$pullAll. SERVER-6047 2012-07-02 15:12:34 -04:00
pull2.js $pull uses a matcher now, so partial matches are supported 2009-12-11 12:33:16 -05:00
pull_remove1.js fix pull with primitives and $ops SERVER-1697 2010-09-24 15:40:59 -04:00
pullall.js Don't grow a document on $pull/$pullAll. SERVER-6047 2012-07-02 15:12:34 -04:00
pullall2.js sample pull 2010-04-08 00:08:27 -04:00
push.js $pop from an empty fix SERVER-2465 2011-03-31 09:29:41 -04:00
push2.js SERVER-5244 even better construction of large string value 2012-03-10 13:54:02 -05:00
push_sort.js SERVER-991 SERVER-8008 Replaced $trimTo by $slice (but only accepting negative slices for now). 2013-01-03 09:19:31 -08:00
pushall.js SERVER-5244 Remove temporary diagnostics 2012-03-08 07:53:48 -05:00
query1.js can put $comment in normal query SERVER-3789 2011-09-21 21:14:55 -04:00
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 test comments 2011-12-26 16:48:46 -08:00
queryoptimizer4.js SERVER-4150 update alternative plan takeover point 2012-02-24 22:49:06 -08:00
queryoptimizer5.js add comment and test for query optimizer failed yield of a cached plan with retry 2011-12-14 17:20:04 -08:00
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 SERVER-5516 SERVER-5304 SERVER-6577 new capped collections now get _id index by default (except in local db) 2012-08-02 08:14:22 -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
queryoptimizerc.js SERVER-5354 Do not generate a field range constraint for an $atomic match field. 2012-09-05 16:32:00 -07:00
ref.js renamed DBRef DBPointer SERVER-243 2009-10-02 16:38:20 -04:00
ref2.js fix search on $ref , $id SERVER-223 2009-08-10 11:10:15 -04:00
ref3.js rename test colls to work in parallel mode 2010-03-29 09:36:16 -07:00
ref4.js Array.fetchRefs SERVER-213 2009-10-05 16:02:15 -04:00
regex.js sm18 checkpoint 2009-07-24 08:26:35 -04:00
regex2.js Add support for s (DOT_ALL) regex option SERVER-2943 2011-04-14 16:59:33 -04:00
regex3.js SERVER-726 optimize exclusive bounds 2010-08-18 11:42:58 -07:00
regex4.js regex4.js use correct namespace, for parallel tests 2010-02-17 15:36:45 -08:00
regex5.js SERVER-802 update explain format 2010-07-16 05:09:10 -07:00
regex6.js Regex tests with \Q...\E SERVER-2862 2011-03-29 18:44:33 -04:00
regex7.js SERVER-322 implement $in with regex 2010-03-08 16:53:45 -08:00
regex8.js test 2010-03-20 11:30:13 -04:00
regex9.js SERVER-1705 validate op type with regex 2010-08-30 20:11:00 -07:00
regex_embed1.js fix a.0.x for regex SERVER-799 2010-03-22 13:37:56 -04:00
regex_limit.js SERVER-5728 Regular Expression Query Limitations 2012-09-01 15:54:22 -04:00
regex_util.js SERVER-3702 printShardingStatus interprets database name as regular expression 2012-02-17 14:26:08 -05:00
regexa.js Don't optimize regexs with a '|' in them SERVER-3298 2011-08-01 19:14:03 -04:00
regexb.js spaces, not tabs. 2011-11-16 13:51:59 -05:00
remove.js don't connect explicitly 2009-01-31 17:22:22 -05:00
remove2.js SERVER-3192 require atomic specifier to be top level 2011-06-15 21:03:06 -07:00
remove3.js fix test 2010-08-22 08:05:20 -04: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
remove6.js a little cleaner test 2009-11-22 22:52:38 -05:00
remove7.js correct fix for SERVER-436 2009-11-23 01:29:38 -05:00
remove8.js add dbtempreleasecond that only releases if you have a single level lock 2009-12-17 20:45:54 -05:00
remove9.js SERVER-2009 don't skip location on yield recovery when the location has already been updated 2011-06-02 10:23:33 -04:00
remove_justone.js shell support for justOne for removes SERVER-1653 2010-08-22 00:52:06 -04:00
remove_undefined.js remove( { x : undefined } ) should not delete everything in the collection SERVER-2384 2011-01-21 02:51:21 -05:00
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 SERVER-8302 print something every once in a while so test doesn't time out on FreeBSD (bandaid) 2013-01-23 13:57:54 -05: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
rename.js fix rename.js to work for both SM and v8 2011-05-10 16:10:28 -07:00
rename2.js SERVER-7017 split rename2.js into two tests for multiVersion 2012-10-16 11:24:48 -04:00
rename3.js forgot to commit test for SERVER-487 2009-12-28 13:11:36 -05:00
rename4.js SEVER-394 remove overwrite field name in place mode, as this can cause field ordering to differ between master and slave 2010-09-29 11:16:25 -07:00
rename5.js SERVER-4845 pass through an element when an operator should not be applied 2012-02-29 17:42:12 -08:00
rename6.js SERVER-7017 split rename2.js into two tests for multiVersion 2012-10-16 11:24:48 -04:00
rename_stayTemp.js Better handling of temp collections SERVER-3434 SERVER-3501 SERVER-2534 2011-12-30 16:32:04 -05:00
repair.js don't repair a massive db for simple test 2012-07-13 23:08:43 -04:00
reversecursor.js SERVER-6980 Skip empty extents in Record::getPrev 2012-11-29 13:58:34 -08:00
run_program1.js Windows doesn't like running echo as a program 2010-02-23 21:21:24 -05:00
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 check for bad $set where set to an object with a . SERVER-261 2010-01-16 11:16:30 -05: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
set4.js test for SERVER-206 2010-01-14 23:03:28 -05:00
set5.js test for SERVER-622 2010-02-10 13:35:43 -05:00
set6.js fix upsert for DBRef SERVER-627 2010-02-11 11:36:08 -05:00
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 get/set -> (get|set)Parameter and a test SERVER-1843 2010-11-22 19:52:44 -05:00
shell1.js CS-1507: do print() instead of returning value, cleaner and works in loop 2011-09-29 00:38:02 -07:00
shellkillop.js Make shell killOp on ctrl-c stuff work on windows too SERVER-1451 2011-04-06 16:46:53 -04:00
shellspawn.js Make shellspawn.js pass with auth. SERVER-4237 2012-08-01 15:27:52 -04:00
shellstartparallel.js try to fix shellstartparallel failures 2011-01-10 10:57:37 -08:00
shelltypes.js - SERVER-2684: special types in shell (e.g. Timestamp) display in variety of ways, and can confuse users 2011-10-07 15:40:13 -07:00
showdiskloc.js drop collection in show disk loc test 2012-02-24 22:49:17 -08:00
skip1.js SERVER-2845 add test 2011-04-05 13:14:16 -07:00
slice1.js Only $slice outer arrays when nested. SERVER-1085 2010-05-05 15:52:40 -04:00
sort1.js add missing index to sort1 test, clean collection names, remove incorrect comment 2012-01-04 14:34:55 -08:00
sort2.js Add more tests for sorting pre-epoch dates. SERVER-405 & QA-40. 2011-08-25 12:32:59 -04: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
sort5.js fix shell _id moving SERVER-438 2010-03-12 15:19:33 -05:00
sort6.js make undefined sort same with with and w/o an index SERVER-635 2010-02-17 22:53:32 -05:00
sort7.js SERVER-480 SERVER-2884 Perform in memory sorts by generating keys suitable for an index 2011-06-02 10:23:32 -04:00
sort8.js SERVER-480 SERVER-2884 Perform in memory sorts by generating keys suitable for an index 2011-06-02 10:23:32 -04:00
sort9.js SERVER-480 SERVER-2884 Perform in memory sorts by generating keys suitable for an index 2011-06-02 10:23:32 -04:00
sort10.js change collection name used by sort10 test to avoid conflicts in parallel suite 2012-01-03 11:03:19 -08:00
sort_numeric.js don't connect explicitly 2009-01-31 17:22:22 -05:00
sorta.js SERVER-1943 test key ordering for empty arrays 2011-07-31 08:51:44 -07:00
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 SERVER-6809 SERVER-6811 cleanup and add prefix sharding tests 2012-09-04 11:54:03 -04:00
stats.js SERVER-8920 - fix test to not use the test db 2013-03-12 16:43:28 -04:00
storageDetailsCommand.js SERVER-7593 new command aggregates statistics related to the storage layout of a collection 2012-11-15 17:39:03 -05:00
storefunc.js tony found a bug 2010-07-26 23:17:29 -04:00
sub1.js simpoe sub object test 2009-05-15 13:06:57 -04:00
temp_cleanup.js clean m/r tests 2010-12-17 09:31:55 -05:00
testminmax.js minmaxtest 2010-02-25 08:08:30 -05:00
ts1.js SERVER-7718: JS Timestamp constructor now in seconds (not millis anymore) 2013-02-28 18:19:47 -05:00
type1.js SERVER-653 fix problem where some special query types would only work if they were the first element 2010-02-22 16:20:50 -08:00
type2.js SERVER-1735 add a real field value test case 2011-06-03 10:55:22 -04:00
type3.js SERVER-3222 min and max for type cleaning and fixes 2011-06-21 10:51:14 -07:00
unique2.js SERVER-4770, changed list of documents to delete to a set. 2012-02-06 22:40:11 -05:00
uniqueness.js SERVER-2054 don't uassert due to unique index constraint violation in dropdups mode 2011-07-31 08:59:01 -07:00
unset.js tests for $unset 2009-12-11 16:07:49 -05:00
unset2.js SERVER-652 unset/array sets value to null, which makes more sense 2010-03-02 23:09:34 -08:00
update.js SERVER-5244 clean up tests that leave a lot of data behind 2012-03-28 16:37:08 -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 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 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 SERVER-4776 only use numeric comparison in updates when applying modifiers to an array 2012-03-06 20:59:44 -08:00
update7.js fix multi-update and modding indexed field SERVER-268 SERVER-108 2009-11-02 12:25:51 -05:00
update8.js cleaning 2009-12-16 23:34:43 -05:00
update9.js fix un-sorted update 2009-12-18 01:51:43 -05:00
update_addToSet.js SERVER-3245: $addToSet $each filter dups of new field 2011-09-22 17:08:03 -04:00
update_addToSet2.js another test 2010-04-13 17:28:39 -04:00
update_addToSet3.js fix case where the same element is in $each part of $addToSet SERVER-2249 2010-12-19 01:36:41 -05:00
update_arraymatch1.js use .$ instead of .~ for SERVER-631 2010-03-09 21:24:36 -05:00
update_arraymatch2.js $ operator and $set can behave poorly with replication SERVER-1052 2010-04-26 15:24:16 -04:00
update_arraymatch3.js $ operator test 2010-03-15 20:46:10 -04:00
update_arraymatch4.js $ operator and indexed fields SERVER-1055 2010-05-10 14:38:10 -04:00
update_arraymatch5.js fix $ update with indexes in some cases SERVER-1339 2010-07-01 11:00:53 -04:00
update_arraymatch6.js SERVER-1040 add test 2010-08-16 11:06:12 -07:00
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_arraymatch8.js SERVER-8173: add a new IndexPathSet class to make checking if a mod will udpate index more reliable 2013-02-15 12:41:22 -05:00
update_blank1.js better support for blank field names when comparing them: SERVER-2651 2011-12-02 08:49:34 -05:00
update_invalid1.js SERVER-3360 don't allow embededd $ ops to propogate 2011-07-01 17:38:26 -04:00
update_multi3.js more aggressive about checking for index moves in multi-update SERVER-1060 2010-04-28 16:56:14 -04:00
update_multi4.js fix for yield on multi-updatre SERVER-1020 2010-05-17 10:44:17 -04:00
update_multi5.js simple multi update test 2010-06-04 15:08:53 -04:00
update_multi6.js test that's already working 2011-01-11 23:01:17 -05:00
update_setOnInsert.js SERVER-8513 Fixed $setOnInsert to allow in-place update if it's a no-op. 2013-02-20 19:13:30 -05:00
updatea.js fix lexNumCmp for middle 0 SERVER-3218 2011-06-25 23:24:44 -04:00
updateb.js fix upset with x.y query and $mod SERVER-390 2010-01-16 10:25:32 -05:00
updatec.js test for SERVER-567 2010-01-25 23:48:52 -05:00
updated.js fix array numberic sort order SERVER-833 2010-03-26 15:30:29 -04:00
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 SERVER-3208 refresh cached namespace pointers on update yield 2011-07-31 08:59:01 -07:00
updateg.js SERVER-3370 partition lexNumCmp comparisions with dot characters 2011-07-31 08:59:02 -07:00
updateh.js SERVER-3730: Disallow himBHfields in modifier ops 2011-09-20 20:44:19 -04:00
updatei.js SERVER-4176: tests for update usability improvements 2011-11-01 12:21:49 -04:00
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
updatel.js SERVER-8674 Update hyperlinks to point to dochub 2013-03-01 15:52:09 -05:00
upsert1.js getLastError has _id of of upserted object SERVER-1173 2010-06-24 11:24:54 -04:00
upsert2.js SERVER-8172 Exclude $not query operator fields from new upsert document. 2013-01-16 14:54:06 -08:00
use_power_of_2.js ensure we don't say 'insure' when we mean 'ensure' 2012-12-21 11:58:42 -05:00
useindexonobjgtlt.js new minor test from an example in docs 2011-09-12 23:33:01 -04:00
validate_user_documents.js Fix some js tests for parallel 2012-12-24 10:47:02 -05:00
where1.js only strings for $where 2009-05-14 16:50:14 -04:00
where2.js SERVER-446 clean up whitespace when creating js function in v8 engine 2009-12-22 10:47:03 -08:00
where3.js make return parsing smarter SERVER-864 2010-04-02 15:56:43 -04:00
where4.js test $where in updates 2012-05-30 11:59:58 -04:00