0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-29 16:47:28 +01:00
Commit Graph

141 Commits

Author SHA1 Message Date
Aaron
12a6aecb30 SERVER-1003 top level $or by itself 2010-04-12 17:48:55 -07:00
Aaron
f6ea3d75f4 parallel repl test 2010-03-22 17:24:09 -07:00
Aaron
8f7d5a26f5 SERVER-803 add pair test 2010-03-22 14:51:37 -07:00
Aaron
07db021d74 SERVER-803 add test 2010-03-22 12:44:45 -07:00
Aaron
7aaaaa01a7 validate all collections in basic parallel tests 2010-03-15 23:18:49 -07:00
Aaron
6d8e0f047e SERVER-615 debugging 2010-03-15 10:30:11 -07:00
Aaron
c971842a55 Revert "Revert "SERVER-695 don't destroy static global mutexes""
This reverts commit eb7cde3e75.

Conflicts:

	db/instance.h
2010-03-15 09:42:01 -07:00
Aaron
eb7cde3e75 Revert "SERVER-695 don't destroy static global mutexes"
This reverts commit 714ec2fdc8.
2010-03-10 00:39:26 -08:00
Aaron
714ec2fdc8 SERVER-695 don't destroy static global mutexes 2010-03-09 23:59:10 -08:00
Aaron
c4b55b2957 SERVER-727 release lock before doing remote auth 2010-03-09 17:03:01 -08:00
Aaron
67c299cf51 SERVER-664 elemMatch/all work with query optimizer 2010-03-09 11:53:40 -08:00
Aaron
6d095cf357 SERVER-322 implement $in with regex 2010-03-08 16:53:45 -08:00
Aaron
cfe99b6363 SERVER-705 check for negative effects of large clock skews, seed last optime using oplog 2010-03-08 12:55:18 -08:00
Aaron
95b9d930fb SERVER-692 replace startKey/endKey with indexBounds 2010-03-03 01:46:31 -08:00
Aaron
2bdb76cf6f SERVER-670 don't allow simple index matching with negating operators 2010-03-02 16:53:07 -08:00
Aaron
ee47bb3c12 SERVER-677 number long floatApprox v8 2010-03-01 10:36:40 -08:00
Aaron
0ce8996a44 SERVER-252 $not checkpoint 2010-02-22 14:33:24 -08:00
Aaron
56150cc727 SERVER-305 shell kills in progress operations on clean exit 2010-02-17 17:06:54 -08:00
Aaron
0ffefe9bc0 SERVER-612 informal dbref for sm 2010-02-17 11:59:35 -08:00
Aaron
23475ac37f SERVER-623 implement and test fastsync / snapshot repl pair mode 2010-02-16 19:33:24 -08:00
Aaron
37949e561c SERVER-623 use ReplTest fwk for test 2010-02-16 16:25:38 -08:00
Aaron
7ed81cdf6b SERVER-579 support copyDatabase from source running with security 2010-02-16 15:20:35 -08:00
Aaron
0ef13aa1d6 SERVER-623 basic test from snapshot 2010-02-16 10:42:47 -08:00
Aaron
fe075a0af7 SERVER-606 debugging 2010-02-09 14:51:58 -08:00
Aaron
086d64580d SERVER-606 add background indexing unit test 2010-02-09 13:46:30 -08:00
Aaron
a01100d8e5 SERVER-594 allocate first extent of new collection from free list 2010-02-08 18:21:42 -08:00
Aaron
fbeca98a61 use less data to make test race condition less likely 2010-02-02 17:24:50 -08:00
Aaron
56c790cb76 SERVER-446 fix v8 regex conversion 2010-02-01 15:59:01 -08:00
Aaron
6ba9f4c9bc SERVER-258 add authWriteOnly mode 2010-01-26 17:28:49 -08:00
Aaron
dcce5e795e SERVER-258 add readOnly auth mode 2010-01-26 17:04:09 -08:00
Aaron
ec3731c75b SERVER-308 add directoryperdb option, remove dead code 2010-01-26 11:21:31 -08:00
Aaron
3b4a0b04dd SERVER-426 make repair path configurable 2010-01-25 11:32:51 -08:00
Aaron
0036246413 SERVER-525 add more extensive test for undoInsert 2010-01-20 12:17:22 -08:00
Aaron
1f9867f393 SERVER-493 when opening 'all' files, don't open preallocated ones 2010-01-19 16:33:41 -08:00
Aaron
5163695eca SERVER-470 test to run basic js test in parallel with other tests 2010-01-05 15:13:43 -08:00
Aaron
b4230ff11e SERVER-470 add test with 200 clients 2010-01-05 14:55:34 -08:00
Aaron
5869ed26b8 SERVER-470 start extracting framework for parallel test 2010-01-05 12:52:26 -08:00
Aaron
e93fad288b SERVER-470 avoid conflicting use of the popular 'foo' namespace 2010-01-05 10:48:26 -08:00
Aaron
73dd7cb3eb SERVER-470 add randomization and other improvements to basic parallel test 2010-01-04 17:29:28 -08:00
Aaron
f0d60f2396 SERVER-519 adding test 2010-01-04 10:50:36 -08:00
Aaron
c8dc0fe131 MINOR update xcode 2010-01-04 09:34:34 -08:00
Aaron
083629d0d1 MINOR update xcode project 2009-12-28 13:08:51 -08:00
Aaron
7dcfe01698 SERVER-470 added fork()/Thread() to v8 engine- 2009-12-22 14:32:45 -08:00
Aaron
f97a6f32d6 SERVER-470 begin basic parallel test 2009-12-22 13:07:36 -08:00
Aaron
76275b5a6b SERVER-446 make type1.js work with v8 double/int scheme as well as sm 2009-12-22 10:12:30 -08:00
Aaron
bbcc6c1d0c SERVER-446 extract object id string validation to general engine layer 2009-12-21 17:03:12 -08:00
Aaron
81b7e051b2 SERVER-446 js implementation of keySet() 2009-12-21 11:21:25 -08:00
Aaron
455bf0c049 SERVER-446 use js BinData type from v8 engine 2009-12-21 09:55:20 -08:00
Aaron
643ad02d77 SERVER-446 add DBPointer to v8 2009-12-16 16:50:36 -08:00
Aaron
8add9a17b9 SERVER-446 implement readOnly mode in v8 engine 2009-12-15 15:52:41 -08:00