Francesco Romani has posted comments on this change.

Change subject: vm: migration: exponential downtime increment
......................................................................


Patch Set 7:

(1 comment)

http://gerrit.ovirt.org/#/c/25820/7/tests/vmMigrationTests.py
File tests/vmMigrationTests.py:

Line 33:     return izip(a, b)
Line 34: 
Line 35: 
Line 36: def _linear_downtime(downtime, steps):
Line 37:     for i in range(steps):
> what about leaving a comment that these are equivalent? It's not hard to un
Done!
Line 38:         yield downtime * (i + 1) / steps
Line 39: 
Line 40: 
Line 41: class TestVmMigrationDowntimeSequence(TestCaseBase):


-- 
To view, visit http://gerrit.ovirt.org/25820
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I6401772f52ea28144452e67198bddff18f6703eb
Gerrit-PatchSet: 7
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Francesco Romani <from...@redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com>
Gerrit-Reviewer: Francesco Romani <from...@redhat.com>
Gerrit-Reviewer: Martin Betak <mbe...@redhat.com>
Gerrit-Reviewer: Martin Polednik <mpoled...@redhat.com>
Gerrit-Reviewer: Michal Skrivanek <michal.skriva...@redhat.com>
Gerrit-Reviewer: Vinzenz Feenstra <vfeen...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to