-
Type: Task
-
Resolution: Won't Fix
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
I browsed test code and found the ReplSetManager for Replica Set testing
https://github.com/mongodb/mongo-ruby-driver/blob/master/test/tools/repl_set_manager.rb
This class is useful for developers to write Replica Set testing.
I want to use this class in fluent-plugin-mongo's test and my other projects.
What do you think?