Commit Graph

377 Commits

Author SHA1 Message Date
Eliot Horowitz
908d30ebea new utf8 regex test 2009-06-30 11:05:47 -04:00
Eliot Horowitz
b5ca7040d8 another test for good measure MINOR 2009-06-25 13:53:13 -04:00
Eliot Horowitz
3fc2ac79b5 just a very simple test 2009-06-24 14:50:59 -04:00
Mike Dirolf
9cbee3d81f minor: test for leading whitespace in where clauses 2009-06-22 15:32:33 -04:00
Eliot Horowitz
4a71c33456 fix for filters not returning objects without those fields 2009-06-22 15:30:41 -04:00
Eliot Horowitz
7fdff9e044 test for field filters MINOR 2009-06-20 21:38:45 -04:00
Dwight
aaa1769381 fix bug SERVER-96 update that changes unique index field disregards unique constraint 2009-06-19 16:03:44 -04:00
Dwight
5b8ca64dbb fix bug where the feature that ensures _id is preserved on an update
had a case that didn't work - test cases added too
2009-06-19 13:26:58 -04:00
Dwight
64e8052961 update unique tests (pending) 2009-06-18 13:34:01 -04:00
Eliot Horowitz
2536e9eae0 actual test for group 2009-06-08 10:56:27 -04:00
Eliot Horowitz
d5122c9b90 change Map to use Map.get Map.put Map[] won't work
more tests for group
2009-06-08 10:54:55 -04:00
Eliot Horowitz
fd40d6348d broken unit test for query optimizer 2009-06-06 22:53:43 -04:00
Aaron Staple
1fd840fd64 BUG SERVER-92 $all scan only one key in index 2009-06-05 12:13:49 -04:00
Eliot Horowitz
071e9c39a7 .group works on collection as well as db 2009-06-05 10:05:33 -04:00
Eliot Horowitz
09ed6277ba some tests for _indexSpec MINOR 2009-06-04 13:52:27 -04:00
Eliot Horowitz
743b80882d better error message 2009-06-04 13:46:22 -04:00
Eliot Horowitz
56b5ce2229 broken test MINOR 2009-06-04 13:33:07 -04:00
Eliot Horowitz
2b18fa428c made test more clear MINOR 2009-06-04 11:44:30 -04:00
Eliot Horowitz
d7889fb311 Sharding: save() support SHARDING-17 2009-06-04 08:49:06 -04:00
Eliot Horowitz
e448d675b9 broken query optimizer test 2009-06-03 16:15:58 -04:00
eliot
4d77758502 don't do spawn test on win32 2009-06-03 14:30:11 -04:00
Eliot Horowitz
b2defb1b7e db ref for javascript and shell SERVER-46 2009-06-03 13:18:50 -04:00
Eliot Horowitz
f53f855347 better error handling for invalid objcet ids SERVER-88 2009-06-02 08:31:07 -04:00
Eliot Horowitz
0a4fb84bad test that already passes MINOR 2009-06-01 17:28:13 -04:00
Eliot Horowitz
4a534aedd1 fix dates in spider monkey SERVER-83 2009-06-01 11:34:11 -04:00
Aaron
bff800e98a fix test race condition MINOR 2009-05-29 15:21:01 -04:00
Eliot Horowitz
f3f213ad84 use assert.soon so slow machines don't break things MINOR 2009-05-28 17:28:33 -04:00
Eliot Horowitz
5c5dbc5a53 increase timeout for slow boxes MINOR 2009-05-28 17:22:10 -04:00
Aaron
a9645eda8a write more data in log exhaustion test, to prevent spurious test failure MINOR 2009-05-28 14:15:56 -04:00
Eliot Horowitz
a63a803160 Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-28 10:55:21 -04:00
Eliot Horowitz
31c52cba69 make "new ObjectId()" and "ObjectId()" both work for backwards compatability 2009-05-28 10:54:48 -04:00
Aaron
266a5d97f8 make 'scons startMongod smokeJsPerf' work 2009-05-27 18:42:37 -04:00
Eliot Horowitz
f078c67ae9 added countReturn which takes limit and and skip into consideration
SERVER-75
2009-05-27 13:52:17 -04:00
Aaron
10e0456be3 preserve capped-ness in clonecollection 2009-05-26 18:57:26 -04:00
Aaron
11baa3226f fix tests MINOR 2009-05-26 15:58:32 -04:00
Aaron
d22db6f05d BUG SERVER-71 don't allow multiple _id indexes 2009-05-26 14:33:19 -04:00
Aaron
17167cade8 check matching regexes encapsulated directly in arrays as well 2009-05-26 14:05:41 -04:00
Aaron
e7bc0e56d0 BUG SERVER-68 - regex matches within objects within arrays 2009-05-26 14:01:33 -04:00
Aaron
9d44b312f0 BUG SERVER-59 when matching expand arrays recursively if contained in different objects 2009-05-21 13:24:14 -04:00
Aaron
30aca5e606 Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-21 11:07:21 -04:00
Aaron
7552a7ccb5 fix op logging for collection creation and for convertToCapped 2009-05-21 11:07:11 -04:00
Aaron
eb8b92ab10 Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-20 17:04:38 -04:00
Aaron
5fb0867997 explicitly bind e2e mongod instances to loopback interface 2009-05-20 17:04:28 -04:00
Aaron
58fd314a8a include check for collection created before slave starts 2009-05-20 16:57:59 -04:00
Aaron
6bdab5fe2a add test for replicating new capped collection 2009-05-20 16:55:15 -04:00
Aaron
5e3dc7e518 cleaner test MINOR 2009-05-20 16:47:02 -04:00
Eliot Horowitz
7155f7aa55 handle broken eval scripts correctly 2009-05-20 15:47:48 -04:00
Eliot Horowitz
afafd6aee9 Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-20 14:51:25 -04:00
Eliot Horowitz
ce515d5e45 better test MINOR 2009-05-20 14:51:08 -04:00
Eliot Horowitz
3cebde86be converToCappend on collection 2009-05-20 14:50:33 -04:00