tellapart / aurproxy

Load balancer manager with knowledge of Apache Aurora's service discovery mechanism and integration with Aurora's task lifecycle.
Apache License 2.0
71 stars 18 forks source link

Fix failing test for the mirroring functionality #9

Closed SEJeff closed 9 years ago

SEJeff commented 9 years ago

Before:

ERROR: Tests MirrorUpdater update flag status and command contents when creating,
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/jschroeder/git/aurproxy/tellapart/aurproxytest/mirror.py", line 49, in test_mirror_updater
    command_template_path=template_path)
TypeError: load_mirror_updater() takes exactly 6 arguments (5 given)

After... nada.

ThanosBaskous commented 9 years ago

Thanks! lgtm