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

11838 Commits

Author SHA1 Message Date
Kristina
de17e47850 Revert "allow rollbacks when authenticated"
This reverts commit 6db38bc79c.
2011-01-19 16:39:43 -05:00
Eliot
ead9327388 increase oplog 2011-01-19 13:38:06 -08:00
Mathias Stearn
0c5c3dcfb1 more info for dur_md5 debugging 2011-01-19 15:53:43 -05:00
Kristina
6db38bc79c allow rollbacks when authenticated 2011-01-19 15:37:22 -05:00
dwight
51aaab10d6 be nice 2011-01-19 11:19:20 -05:00
dwight
2ab562dc66 fix text 2011-01-19 10:48:20 -05:00
dwight
19c5748e42 enhance test 2011-01-19 10:45:38 -05:00
agirbal
1830f9cb5e [SERVER-1951]: support for output to other DB with sharding. Test in jstests/sharding/bigMapReduce.js 2011-01-19 00:16:29 -08:00
Eliot Horowitz
743bb6f02b make test more reliable SERVER-2376 2011-01-19 01:57:27 -05:00
Aaron
b605e4df48 fix shellkillop on windows 2011-01-18 21:34:51 -08:00
Mathias Stearn
5a0d65c5b7 fix assertion 2011-01-19 00:06:34 -05:00
Mathias Stearn
ea23304184 Debugging 2011-01-19 00:05:43 -05:00
Mathias Stearn
8631bb6aad More asserts in AlignedBuilder 2011-01-18 23:42:27 -05:00
Mathias Stearn
85f4700e91 even more windows fixes 2011-01-18 20:02:48 -05:00
Mathias Stearn
371e0b3b57 more windows fixes 2011-01-18 19:55:11 -05:00
dwight
c92162b32d comment 2011-01-18 19:54:33 -05:00
Mathias Stearn
d4c9571a5a Fix windows build by using consistent map type 2011-01-18 19:43:55 -05:00
Mathias Stearn
a072c12c30 LSN file now uses regular File I/O rather than mmap 2011-01-18 19:12:11 -05:00
Aaron
5d1abfeb34 use unique collection name in test 2011-01-18 13:32:49 -08:00
Aaron
c424e28a2f make shellkillop test more robust 2011-01-18 10:55:48 -08:00
Eliot Horowitz
33d8cd8302 handle sharded+rs get last error when replica set config may change during op 2011-01-18 13:49:19 -05:00
Eliot Horowitz
c31339550b writeback causes get last error SERVER-1855 2011-01-18 13:14:16 -05:00
Eliot Horowitz
d5b18574ee comment 2011-01-18 13:14:16 -05:00
Mathias Stearn
d798243f50 Add failing test for GLE with sharding+replset 2011-01-18 13:11:48 -05:00
Eliot Horowitz
bffff7d07d fix test 2011-01-18 08:37:27 -05:00
Eliot Horowitz
c400248eb9 if you do w=2 with no write, should just return ok 2011-01-17 23:44:57 -05:00
Eliot Horowitz
fd1addeab9 indent 2011-01-17 23:34:35 -05:00
Eliot Horowitz
7cf243e8bd Revert "disable broken test"
This reverts commit a2cf17b2d6.
2011-01-17 23:31:46 -05:00
Eliot Horowitz
6be565d608 add comment 2011-01-17 23:31:31 -05:00
Eliot Horowitz
41daf0e83f supposed to be this way
Revert "Move opReplicatedEnough call until after checking for errors"

This reverts commit 593d6a05b4.
2011-01-17 23:30:48 -05:00
Mathias Stearn
e37b40a7cd Make slow weekly tests less slow by not using DurAlwaysCommit 2011-01-17 23:21:52 -05:00
Mathias Stearn
a2cf17b2d6 disable broken test 2011-01-17 23:00:19 -05:00
Mathias Stearn
593d6a05b4 Move opReplicatedEnough call until after checking for errors 2011-01-17 23:00:19 -05:00
Mathias Stearn
7324c1722a Make sure awaitCommit never blocks forever 2011-01-17 23:00:19 -05:00
dwight
83f504f83b better comments 2011-01-17 22:11:57 -05:00
Eliot Horowitz
593819743e create index on internal collection before hand so won't block SERVER-2372 2011-01-17 21:56:08 -05:00
Eliot Horowitz
880a775423 fix projecton generation for export since it uses getFieldDotted SERVER-2369 2011-01-17 15:32:40 -05:00
Eliot Horowitz
00d67d07a9 some tests for getFieldDotted 2011-01-17 15:32:40 -05:00
Mathias Stearn
066deac529 groupCommit on fsync command w/o lock 2011-01-17 14:30:36 -05:00
Eliot Horowitz
c5cfbbd2a2 don't run check_shard_index in sharding passthrough 2011-01-17 01:35:15 -05:00
dwight
53eb4d4441 make a_quick.js more robust 2011-01-16 21:25:15 -05:00
dwight
9095d06b41 test try again 2011-01-16 19:33:42 -05:00
dwight
8bab4da2d7 test off for now 2011-01-16 16:31:01 -05:00
dwight
c0b32e669c new test 2011-01-16 14:31:28 -05:00
dwight
659afac62b Merge branch 'master' of github.com:mongodb/mongo 2011-01-16 11:11:00 -05:00
dwight
1f8cb82448 fix a problem with _DEBUG builds only.
we have protective code that requires we are in a write lock to write to mongommf's...that code was recently
fixed and made this debug situation manifest.
2011-01-16 11:09:40 -05:00
dwight
79291bb3a5 fix a shutdown assertion introduced a few days ago by me 2011-01-16 10:57:34 -05:00
Eliot Horowitz
a3c5fd0642 finish removing msg 2011-01-16 02:21:07 -05:00
Eliot Horowitz
006f2cdab8 fix fclose 2011-01-16 01:55:36 -05:00
Eliot Horowitz
7a1c5d322c handle $err in mongodump SERVER-1851 2011-01-16 01:30:48 -05:00