0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

4999 Commits

Author SHA1 Message Date
Aaron
2460cc0e2d SERVER-500 MINOR handle hardcoded ports as well 2010-01-11 18:30:22 -08:00
Aaron
903fb03381 Merge branch 'master' of github.com:mongodb/mongo 2010-01-11 18:20:27 -08:00
Aaron
1430432a39 SERVER-500 after allocating ports, keep sockets open until ports will be used; use udp sockets 2010-01-11 18:19:25 -08:00
Aaron
530c24aa55 MINOR print conflicting port in bind failure log 2010-01-11 18:18:06 -08:00
Mathias Stearn
00b731fa0b finished threads go to front of line (faster) 2010-01-11 20:47:22 -05:00
Aaron
cb18f33caf Revert "MINOR remove bar collection from index_many.js"
This reverts commit a3f980f8fc.
2010-01-11 17:10:20 -08:00
Aaron
a3f980f8fc MINOR remove bar collection from index_many.js 2010-01-11 11:51:25 -08:00
Aaron
3c40bf8771 Revert "SERVER-470 try removing 'bar' collection from tests again"
This reverts commit a583a72db9.
2010-01-11 11:49:54 -08:00
Aaron
d377e7ad99 SERVER-228 assert rather than exit when run out of disk space 2010-01-11 11:24:20 -08:00
Aaron
a583a72db9 SERVER-470 try removing 'bar' collection from tests again 2010-01-11 10:14:21 -08:00
Aaron
63df738650 SERVER-470 only install fork() in shell, not db internal js 2010-01-11 10:04:11 -08:00
Eliot Horowitz
0cae27cbe3 try to fix win64 memory take 4 SERVER-528 2010-01-11 06:53:39 -05:00
Eliot Horowitz
cfdca85934 try to fix win64 memory take 3 SERVER-528 2010-01-11 06:44:00 -05:00
Eliot Horowitz
e011523b20 try to fix win64 memory take 2 SERVER-528 2010-01-11 06:38:16 -05:00
Eliot Horowitz
fa1b3331b2 fix issue from ClientCursor Pointer thing SERVER-521 2010-01-11 06:28:27 -05:00
Eliot Horowitz
721588bd26 try to fix win64 memory SERVER-528 2010-01-11 06:27:52 -05:00
Eliot Horowitz
b490e0a4ab make mem info work on win32 SERVER-528 2010-01-10 20:22:17 -05:00
Eliot Horowitz
51cbeda9d4 don't make running out of threads crash db SERVER-527 2010-01-10 02:20:44 +01:00
Eliot Horowitz
ce00f71bd4 log() space MINOR 2010-01-10 02:20:37 +01:00
Eliot Horowitz
6c9f7c49b4 Merge branch 'master' of github.com:mongodb/mongo 2010-01-10 02:19:31 +01:00
Eliot Horowitz
2d35a54b16 cleaning up listening thread shutdown 2010-01-09 02:58:12 +01:00
Kristina Chodorow
fd05bdf222 oops, update json tests MINOR 2010-01-08 15:33:31 -05:00
Kristina Chodorow
de3163e5eb Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-08 15:09:14 -05:00
Kristina Chodorow
ca426dd766 no \n's in empty array json formatting
[ ] instead of

[

]
2010-01-08 15:09:00 -05:00
Mathias Stearn
1b5e6cb00b fix broken sharding tests (and comment one out) 2010-01-07 16:56:43 -05:00
Dwight
5e557f4071 fix warning on vc++ 2010-01-06 13:41:20 -05:00
Dwight
2be1bc8652 Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-06 13:40:18 -05:00
Dwight
63c26a96bd SERVER-521 cursor may be deleted while in getMore 2010-01-06 13:39:57 -05:00
Aaron
f124e60fd1 Revert "SERVER-470 don's use namespace 'bar' in jstests"
This reverts commit 796528283a.
2010-01-06 00:10:19 -08:00
Aaron
4e93eb843d Revert "MINOR drop collection at beginning of test"
This reverts commit 4ec798cafe.
2010-01-06 00:10:09 -08:00
Aaron
6e89112398 Revert "MINOR debug info for error1.js test"
This reverts commit f2e55c5083.
2010-01-06 00:09:54 -08:00
Aaron
2d5a2946d9 Revert "MINOR attempt to appease 64bit linux buildbot by reverting error1.js changes"
This reverts commit ddf26da6eb.
2010-01-06 00:09:33 -08:00
Aaron
218374c9d6 Merge branch 'master' of github.com:mongodb/mongo 2010-01-05 18:58:56 -08:00
Aaron
ddf26da6eb MINOR attempt to appease 64bit linux buildbot by reverting error1.js changes 2010-01-05 18:58:50 -08:00
Mathias Stearn
8740d9fc5d Make sharded upserts work if shard key is in query 2010-01-05 21:27:41 -05:00
Aaron
f2e55c5083 MINOR debug info for error1.js test 2010-01-05 17:00:06 -08:00
Aaron
4ec798cafe MINOR drop collection at beginning of test 2010-01-05 16:34:29 -08:00
Aaron
796528283a SERVER-470 don's use namespace 'bar' in jstests 2010-01-05 16:10:29 -08:00
Aaron
2b6fa54937 SERVER-470 finish basicPlus test 2010-01-05 15:58:25 -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
9d671360dc SERVER-470 improvements for allops test 2010-01-05 14:45:45 -08:00
Aaron
70e9ed6418 SERVER-470 add test that does insert, delete, update and count 2010-01-05 14:32:34 -08:00
Aaron
3a1907331a SERVER-470 improve event generation helpers 2010-01-05 14:31:47 -08:00
Aaron
88eb16dc0f SERVER-470 move more code to parallel testing fwk 2010-01-05 14:05:40 -08:00
Aaron
5869ed26b8 SERVER-470 start extracting framework for parallel test 2010-01-05 12:52:26 -08:00
Aaron
4fbf8deaa9 MINOR comments 2010-01-05 11:09:44 -08:00
Aaron
d8e6e36089 SERVER-470 Reinstate fsync tests in basic runners 2010-01-05 10:58:51 -08:00
Aaron
e93fad288b SERVER-470 avoid conflicting use of the popular 'foo' namespace 2010-01-05 10:48:26 -08:00
Aaron
df1c01d6fe MINOR always allocate new extents when 'nExtents' debug parameter is specified, to avoid occasional capped2.js failures 2010-01-05 09:54:01 -08:00