2 questions
1
vote
1
answer
195
views
MongoReplicaSet - emulate replication lag
I'm using mongodb-memory-server for the e2e-testing on the project and want to identify potential problems with replication lag. Is there any way we can emulate a large replication delay?
Maybe there ...
1
vote
0
answers
364
views
Can't connect to GitLab CI/CD mongodb replica set service with alias
I created a MongoDB replicaset docker image for testing purposes. It uses mongodb-memory-server open source project (which is a MongoDb with in memory storage). See https://gitlab.com/...