Details
-
Task
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
ecn asked me if I can move ReplicationTest into something that will run at integration-test time instead of unit-test time.
I had made ReplicationTest (and intentionally left it running during unit tests) to catch any regressions that I may inadvertently add while I was still doing development. Since the initial feature-set is complete, it likely doesn't need to be run as a part of every build anymore (since it does still start up a single MAC per test).