facebookarchive / flashback

Capture and replay real mongodb workloads
Other
217 stars 72 forks source link

Multiple Oplogs, Dynamic Discover, Auth Support, Password Redaction for CLI output #16

Closed dbmurphy closed 9 years ago

dbmurphy commented 9 years ago

Added support for multiple OPLOG servers Fixed PEP8 failures Tweaked oplog connection to use better flags for long running collections

dbmurphy commented 9 years ago

Just realized I am missing some redaction ( to not print passwords) I will get those added this afternoon US time.

charity commented 9 years ago

ok, let me know when ready to merge :)

dbmurphy commented 9 years ago

OK commits are in and just need a final set up tests to make sure this all work in the several cases that exists now

1) 1 Oplog, 1 Profiler 2) 1 Oplog, 1 Profiler with Auth 3) Multi Oplogs, Multi Profilers 4) Multi Oplogs, Multi Profilers with Auth 5) 1 Oplog, Multi Profilers with Auth 6) 1 Oplog, Multi Profilers 7) Dynamic finding of just Primaries 8) Dynamic finding of just Primaries with Auth 9) Dynamic find of Primaries and Secondaries 10) Dynamic find of Primaries and Secondaries with Auth

Sorry these ended up being so connected merging the changes became more needed. Ill update this when I have test reports from each run ( this weekend hopefully)

dbmurphy commented 9 years ago

Tests Status: Last updated 5/1/15 12:00 GMT

1) DONE SUCCESS 2) DONE SUCCESS 3) DONE SUCCESS 4) DONE SUCCESS 5) DONE SUCCESS 6) DONE SUCCESS 7) DONE SUCCESS 8) DONE SUCCESS 9) DONE SUCCESS 10) DONE SUCCESS