globalsign / mgo

The MongoDB driver for Go
Other
1.97k stars 231 forks source link

Enable ReplicaSet in dbtest server. #320

Closed taherv closed 5 years ago

taherv commented 5 years ago

Some parts of the mgo API (e.g. Change Streams) only work on mongodb ReplicaSets. To enable testing for those, this commit adds the ability to start a 1-member ReplicaSet via the test server.

domodwyer commented 5 years ago

This is awesome, thanks @taherv!

eminano commented 5 years ago

Thanks for your contribution @taherv, and sorry for the delay!