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

14103 Commits

Author SHA1 Message Date
Kristina
d54ce5475c fix remove test race condition 2011-07-25 19:03:56 -04:00
Kristina
62961e2120 awaitReplication should handle stepdowns more gracefully 2011-07-25 17:51:53 -04:00
Eliot Horowitz
a08904e886 don't clean up Client in static shutdown as its not safe to lock 2011-07-25 15:52:36 -04:00
Eliot Horowitz
176dad642a add a warning if try to log() during static shutdown 2011-07-25 15:52:36 -04:00
Eliot Horowitz
4b6271dffc added a check with DEBUG that warns if you try to lock during static shutdown 2011-07-25 15:52:36 -04:00
gregs
20d187b431 spinning script slows rest of system too much to kill - drop2.js 2011-07-25 15:17:55 -04:00
Kristina
84066dcac9 make sure rs always sets _logOp after newRepl runs 2011-07-25 13:20:25 -04:00
gregs
79fcca753b protect against errors on js scope cleanup - features3.js
Also reduce # of race conditions in features3.js
2011-07-25 12:29:30 -04:00
Kristina
06aa673890 fix test 2011-07-25 10:31:41 -04:00
Eliot Horowitz
46352846f5 don't use direct io for cleaning journal files
causing file io errors and a small write so should be fine
2011-07-25 01:35:13 -04:00
Eliot Horowitz
04b1ee4874 don't use log() at shutdown 2011-07-24 23:34:16 -04:00
dwight
81e1e071ce handle extreme slow machine on this test 2011-07-24 12:15:40 -04:00
dwight
d234f39997 crlf 2011-07-24 12:15:38 -04:00
Eliot Horowitz
3bd8786b0d undo optimization to test 2011-07-24 11:35:14 -04:00
Eliot Horowitz
89e2cce2c8 wait for any current balancing round to finish 2011-07-24 11:20:53 -04:00
Eliot Horowitz
d539be5510 sh.isBalancerRunning 2011-07-24 11:20:43 -04:00
Eliot Horowitz
6bbb403dfe more robust profile1 2011-07-24 01:11:20 -04:00
Eliot Horowitz
6dc1f04708 line endings 2011-07-24 01:06:31 -04:00
Eliot Horowitz
a33ed96808 more consistent timing for waiting for commit
check replication status before go into critical section
2011-07-24 00:56:06 -04:00
Eliot Horowitz
46524b3be5 Timer::minutes 2011-07-24 00:55:57 -04:00
dwight
f6b83ae577 buildbot attempt fix profile1.js 2011-07-23 11:54:34 -04:00
dwight
c98880c44a handle zero file length in recovery dur 2011-07-22 13:36:24 -04:00
dwight
643c49042f fix 1.9.0 assertion curlogfile==0, dropdb_race.js manifests (rarely) 2011-07-22 12:44:28 -04:00
dwight
eced9583f7 unsafe use of type bool warning on vstudio 2011-07-22 11:46:49 -04:00
Eliot Horowitz
dced9acda8 when deleteing a chunk, wait for replication 2011-07-22 02:10:21 -04:00
Kristina
8e0ccdf43f same edge fix as stepdown.js 2011-07-19 16:46:40 -04:00
Kristina
5ec2c61413 faster failover for test 2011-07-19 14:59:10 -04:00
Kristina
5af8429d97 fix test edge case 2011-07-19 14:17:08 -04:00
Kristina
ddc1260393 removed an extra line from test 2011-07-19 11:53:41 -04:00
dwight
d5b424de15 comment 2011-07-19 10:46:48 -04:00
dwight
fe780890af try to make stepdown.js more robust 2011-07-19 10:44:52 -04:00
Eliot Horowitz
b9270b6e5e make tests more robust and add debugging 2011-07-19 02:02:12 -04:00
agirbal
d69d4be02e remove debug line 2011-07-18 18:31:28 -07:00
Kristina
bb7a5f9f7b fix test 2011-07-18 20:18:44 -04:00
Kristina
b3e61c8c6b unlock ghost sync before going to a remote server 2011-07-18 18:08:12 -04:00
Eliot Horowitz
662f3f6611 comment out upgradable tests 2011-07-18 17:06:22 -04:00
Kristina
0adffac1b2 put ghost sync startup method back in 2011-07-18 17:01:44 -04:00
Eliot Horowitz
8165107bda fix const compile 2011-07-18 16:32:15 -04:00
Eliot Horowitz
11c37403d9 use MONGOIF in headers 2011-07-18 16:29:59 -04:00
Eliot Horowitz
802c28809c use pthread directly for SimpleMutex 2011-07-18 16:22:19 -04:00
Kristina
994f0a6a01 cancel election if a member will veto SERVER-3389 2011-07-18 11:54:50 -04:00
Eliot Horowitz
70ef42d223 make sure to wait for core chunk move as well as delta 2011-07-18 08:17:51 -04:00
Eliot Horowitz
495bd6a90b fix client build 2011-07-17 23:04:40 -04:00
Eliot Horowitz
5060fd51cb compile *nix 2011-07-17 22:58:40 -04:00
Eliot Horowitz
f8a3803df9 iniate lastOpApplied 2011-07-17 20:52:57 -04:00
dwight
befcc69553 defensive optime 2011-07-17 15:28:01 -04:00
dwight
0ba84cb051 minor formatting shell output 2011-07-17 15:17:23 -04:00
dwight
40da397926 indent test output for easier reading 2011-07-17 15:15:18 -04:00
dwight
bf0e20d28f defensive 2011-07-17 10:31:25 -04:00
dwight
1ab3f66a6e update shell vcxproj for moved files 2011-07-17 10:07:42 -04:00