Commit Graph

3 Commits

Author SHA1 Message Date
Eric Milkie
03cd7b93e6 SERVER-5706 test was taking too long; slow debug builders were failing test 2012-05-21 14:06:08 -04:00
Eric Milkie
fdc9fead63 SERVER-5040 retry initial sync if errors occur when creating indexes
If you clone a database and a document, due to an update, moves forward in memory, cloner might clone both the old and new document.
When this happens, creating a unique index might fail. This change restarts the clone when this happens, and will abort after 3 failed cloning attempts.
2012-05-18 14:43:55 -04:00
Eric Milkie
1619603731 SERVER-5040 better test, use replsets instead of master/slave 2012-05-18 14:43:55 -04:00