|
Author:
{u'username': u'andy10gen', u'name': u'Andy Schwerin', u'email': u'schwerin@mongodb.com'}
Message: SERVER-14980 Support fake clock in ReplicationExecutor for testing.
By always fetching the current time through the ReplicationExecutor's
NetworkInterface, and introducing some basic support for mocking the passage of
time, it is now possible to test replication components that depend on time's
passage in a non-racy manner in C++ unit tests.
Branch: master
https://github.com/mongodb/mongo/commit/a31db51d525fab001ac9b213cfc4a96b23ae7c16
|