summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/active_migrations_registry_test.cpp
diff options
context:
space:
mode:
authorSergi Mateo Bellido <sergi.mateo-bellido@mongodb.com>2020-12-03 11:02:49 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-12-10 10:14:41 +0000
commit457ad84c771a6cdd78f44593760613f3abf2d24c (patch)
tree1029a0044907c5c5cf2d564fac6dd6682ccdd2a2 /src/mongo/db/s/active_migrations_registry_test.cpp
parent4e5de13940486910b57c1feb57e58687f778b855 (diff)
downloadmongo-457ad84c771a6cdd78f44593760613f3abf2d24c.tar.gz
SERVER-53093 Add timestamp to ChunkVersion
PART 2: Fixing our tests
Diffstat (limited to 'src/mongo/db/s/active_migrations_registry_test.cpp')
-rw-r--r--src/mongo/db/s/active_migrations_registry_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/s/active_migrations_registry_test.cpp b/src/mongo/db/s/active_migrations_registry_test.cpp
index 0f268e23fb0..4d3418fb331 100644
--- a/src/mongo/db/s/active_migrations_registry_test.cpp
+++ b/src/mongo/db/s/active_migrations_registry_test.cpp
@@ -59,7 +59,7 @@ protected:
};
MoveChunkRequest createMoveChunkRequest(const NamespaceString& nss) {
- const ChunkVersion chunkVersion(1, 2, OID::gen());
+ const ChunkVersion chunkVersion(1, 2, OID::gen(), boost::none /* timestamp */);
BSONObjBuilder builder;
MoveChunkRequest::appendAsCommand(