Aaron
|
80c3078d1a
|
fix sleepmillis
|
2009-04-03 15:34:44 -04:00 |
|
Aaron
|
ebaf4292d6
|
disconnect / reconnect one node at a time
|
2009-04-03 15:06:08 -04:00 |
|
Aaron
|
15abe0c388
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-04-03 14:38:16 -04:00 |
|
Aaron
|
ec5991e872
|
now bring down master first
|
2009-04-03 14:38:04 -04:00 |
|
Eliot Horowitz
|
df3daad26f
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-04-03 14:28:33 -04:00 |
|
Aaron
|
3fbb785b96
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-04-03 14:24:20 -04:00 |
|
Aaron
|
28a140ee8c
|
basic arbitration e2e test, with minor code fix
|
2009-04-03 14:24:05 -04:00 |
|
Eliot Horowitz
|
7b8881ffab
|
refactor locking
|
2009-04-03 14:21:00 -04:00 |
|
Eliot Horowitz
|
5d81abc690
|
cleaning moveshard
|
2009-04-03 13:52:06 -04:00 |
|
Aaron
|
006c1404e9
|
assert.soon waits up to 20 sec
|
2009-04-03 12:53:09 -04:00 |
|
Aaron
|
38e53ec2ff
|
wait up to a full minute after sending sigkill
|
2009-04-03 11:55:24 -04:00 |
|
Aaron
|
80de3918c3
|
sort allocated ports, since linux os doesn't allocate them in sorted order
|
2009-04-03 11:43:27 -04:00 |
|
Aaron
|
83a1aded10
|
validate kill call, wait longer for process to die
|
2009-04-03 11:32:47 -04:00 |
|
Aaron
|
0dd264adb5
|
compile linux
|
2009-04-03 11:27:48 -04:00 |
|
Aaron
|
05a8521a68
|
waitpid return val debug
|
2009-04-03 11:20:57 -04:00 |
|
Aaron
|
8cd7cde925
|
debug info
|
2009-04-03 11:20:45 -04:00 |
|
Aaron
|
0c5cd4969b
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-04-03 11:08:48 -04:00 |
|
Aaron
|
c0089eeae7
|
wait for process to end even after killing second time
|
2009-04-03 11:08:32 -04:00 |
|
Mike Dirolf
|
4f5a8d52f4
|
whitespace
|
2009-04-03 10:48:26 -04:00 |
|
Aaron
|
3369fd5b76
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-04-03 10:44:38 -04:00 |
|
Aaron
|
652dac2449
|
more correct process termination check, related debug logging
|
2009-04-03 10:44:30 -04:00 |
|
Mike Dirolf
|
ab9d016282
|
fix build instructions for unittest
|
2009-04-03 10:29:01 -04:00 |
|
Eliot Horowitz
|
39337b5644
|
change logging order to make test failing clearer
|
2009-04-03 09:30:10 -04:00 |
|
Aaron
|
1866fed9c6
|
disable http interface in repl tests
|
2009-04-02 18:20:57 -04:00 |
|
Aaron
|
b372835b91
|
bridge retry connect
|
2009-04-02 17:58:18 -04:00 |
|
Aaron
|
9c2ce6c855
|
option to run without http interface
|
2009-04-02 17:58:09 -04:00 |
|
Aaron
|
4dd5664788
|
test exact match
|
2009-04-02 17:32:11 -04:00 |
|
Aaron
|
ca66049808
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-04-02 17:30:09 -04:00 |
|
Aaron
|
3c439e5fde
|
add datasize command
|
2009-04-02 17:29:51 -04:00 |
|
Eliot Horowitz
|
d3fa52ec79
|
solaris gcc ordering fix
|
2009-04-02 17:26:49 -04:00 |
|
Eliot Horowitz
|
ec376d5781
|
remove unused variable
|
2009-04-02 17:26:36 -04:00 |
|
Eliot Horowitz
|
d20f1d0f62
|
solaris fix
|
2009-04-02 17:06:01 -04:00 |
|
Aaron
|
27653d55a0
|
refactor median key command
|
2009-04-02 17:04:05 -04:00 |
|
Aaron
|
c048047258
|
add smokeAllNoJs target
|
2009-04-02 16:56:39 -04:00 |
|
Aaron
|
fd69be43c9
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-04-02 15:55:18 -04:00 |
|
Aaron
|
8780ff947f
|
Log warning when shell sees null bytes in mongod output
|
2009-04-02 15:48:18 -04:00 |
|
Eliot Horowitz
|
1f2bab33e8
|
fix BSONObj ownership
|
2009-04-02 15:43:53 -04:00 |
|
Aaron
|
3bca999156
|
Add mongobridge
|
2009-04-02 15:10:52 -04:00 |
|
Aaron
|
662776e832
|
more correct check for initial sync complete
|
2009-04-02 12:02:46 -04:00 |
|
Aaron
|
633bb0f06e
|
vlaidate mongod instance started by scons
|
2009-04-02 11:36:02 -04:00 |
|
Aaron
|
7d97641828
|
temp sleep log for debugging
|
2009-04-02 11:13:20 -04:00 |
|
Aaron
|
0f6ca6451f
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-04-01 19:51:54 -04:00 |
|
Aaron
|
3dc9982e65
|
Only sleep extra on sigkill, be sure to stop running mongods at end of each doTest call
|
2009-04-01 19:51:41 -04:00 |
|
Eliot Horowitz
|
eb22bc435b
|
some platform notes for linux 64 bit
|
2009-04-01 19:13:47 -04:00 |
|
Aaron
|
af4bf8e62b
|
converted rest of repl tests
|
2009-04-01 18:21:07 -04:00 |
|
Aaron
|
1fe31cb601
|
Dynamically allocate ports for use in repl tests
|
2009-04-01 17:25:47 -04:00 |
|
Aaron
|
df91e7d5b1
|
Fix ReplSource memory leaks
|
2009-04-01 16:00:56 -04:00 |
|
Aaron
|
a05f92f518
|
try adjusting sleeps
|
2009-04-01 14:17:24 -04:00 |
|
Aaron
|
d291a9ef73
|
maybe fix win & solaris
|
2009-04-01 14:13:08 -04:00 |
|
Aaron
|
62f1aab6ac
|
include sys/file.h for linux
|
2009-04-01 14:10:21 -04:00 |
|