Code review comment for lp:~nttdata/nova/live-migration

Revision history for this message
Soren Hansen (soren) wrote :

I get this error when running the test suite:

======================================================================
FAIL: test_authors_up_to_date (nova.tests.test_misc.ProjectTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/soren/src/openstack/nova/nova/nova/tests/test_misc.py", line 53, in test_authors_up_to_date
    '%r not listed in Authors' % missing)
AssertionError: set([u'<root@openstack2-api>', u'Masumoto<email address hidden>']) not listed in Authors

----------------------------------------------------------------------

Please add these lines to .mailmap:
<email address hidden> <root@openstack2-api>
<email address hidden> Masumoto<email address hidden>

Once fixed, I'll vote approve.

I don't think the remaining issues should block this.

review: Needs Fixing

« Back to merge proposal