index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dbtests
/
repltests.cpp
Age
Commit message (
Expand
)
Author
2010-02-08
move some replication settings into ReplicationSettings
Eliot Horowitz
2010-01-29
get rid of setClient - all Database storage is in Client::Context
Eliot Horowitz
2010-01-25
another idempotence test
Eliot Horowitz
2009-12-24
fix $bit test
Eliot Horowitz
2009-12-23
test that doesn't work yet for $bit - commented out
Eliot Horowitz
2009-12-09
more renaming
Dwight
2009-12-09
Start using Date_t. Can anyone think of a better name?
Mathias Stearn
2009-10-21
flag to update multiple objects with $ operators SERVER-268
Eliot Horowitz
2009-09-30
win pre-compild headers
unknown
2009-09-17
new unit test framework
Eliot Horowitz
2009-09-07
forgot to commit tests for $pop and repl SERVER-100
Eliot Horowitz
2009-09-07
add Pop and PopReverse tests for SERVER-260
Aaron
2009-07-21
bug SERVER-132 implemented pullAll/pushAll modifiers
Aaron Staple
2009-07-15
BUG SERVER-130 pull modifier implemented
Aaron Staple
2009-05-12
reset shared database after each test suite MINOR
Aaron
2009-05-12
unit tests use same database to reduce disk usage
Aaron
2009-05-11
hold dblock throughout test to allow proper shutdown MINOR
Aaron
2009-04-27
don't allow matching an array directly with standard operators
Aaron
2009-04-27
always get owned id and include that mem in returned size
Aaron
2009-04-24
update tests MINOR
Aaron
2009-04-24
test for upgrading to collection based set storage
Aaron
2009-04-24
implement upgrade to collection based set storage
Aaron
2009-04-23
test rough mem id set size
Aaron
2009-04-23
tests for db and mem based id sets
Aaron
2009-04-22
refactor pairing code
Aaron
2009-04-13
disable test updating objects without id MINOR
Aaron
2009-04-09
fix compile warning MINOR
Aaron
2009-04-09
log separate op for each deleted object
Aaron
2009-03-25
$push idempotence checkpoint
Aaron
2009-03-25
$push replay
Aaron
2009-03-24
Upsert insert with embedded objects
Aaron
2009-03-19
Replace emptyObj with BSONObj()
Aaron
2009-03-18
$set can be used with any type, checkpoint
Aaron
2009-03-17
Remove 'haveLogged'
Aaron
2009-03-02
Remove logging
Aaron
2009-03-02
Add idempotence test for timestamp update
Aaron
2009-02-27
Rename CurrentTime to Timestamp, don't change type on insert
Aaron
2009-02-27
Add BSONElementManipulator and CurrentTime type
Aaron
2009-02-18
virtual dtors == good
Aaron
2009-02-12
Check that applying ops doesn't produce new ops
Aaron
2009-02-09
doneAndDecouple() -> obj()
Dwight
2009-02-05
Don't update pattern if no key in matching object
Aaron
2009-02-04
Replay fixes for some more update cases
Aaron
2009-02-03
Log generated id with inserted object, log id as update query in some cases
Aaron
2009-01-30
Commenting tests until they can be reworked with automatic id generation
Aaron
2009-01-28
Don't log an update having no effect, log id as query when doing just one remove
Aaron
2009-01-23
Add some more tests
Aaron
2009-01-23
Add remove tests
Aaron
2009-01-23
Reinstate InsertTwo test
Aaron
2009-01-23
Add idempotence tests for some oplog operations
Aaron