Change in vdsm[master]: schedule: Introduce scheduling library

fromani at redhat.com fromani at redhat.com
Tue Aug 12 07:38:37 UTC 2014


Francesco Romani has posted comments on this change.

Change subject: schedule: Introduce scheduling library
......................................................................


Patch Set 15:

(1 comment)

http://gerrit.ovirt.org/#/c/29607/15/tests/scheduleTests.py
File tests/scheduleTests.py:

Line 135:             min = clock.latency[0]
Line 136:             avg = sum(clock.latency) / len(clock.latency)
Line 137:             med = clock.latency[len(clock.latency) / 2]
Line 138:             max = clock.latency[-1]
Line 139:             print 'latency - avg: %.3f min: %.3f median: %.3f max: %.3f' % (
> I didn't find any instructions which could tell me which version of python,
Currently VDSM is a python 2.6+ program.
Line 140:                 avg, min, med, max)
Line 141:             # This may be too strict on overloaded machines. We may need to
Line 142:             # incrase this value if it breaks in the CI.  On my laptop I get
Line 143:             # avg latency 1 millisecond.


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie3764806d93bd37c3b5924080eb5ae4d29e4f4e0
Gerrit-PatchSet: 15
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <nsoffer at redhat.com>
Gerrit-Reviewer: Adam Litke <alitke at redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini at redhat.com>
Gerrit-Reviewer: Antoni Segura Puimedon <asegurap at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Federico Simoncelli <fsimonce at redhat.com>
Gerrit-Reviewer: Francesco Romani <fromani at redhat.com>
Gerrit-Reviewer: Martin Sivák <msivak at redhat.com>
Gerrit-Reviewer: Michal Skrivanek <michal.skrivanek at redhat.com>
Gerrit-Reviewer: Nir Soffer <nsoffer at redhat.com>
Gerrit-Reviewer: Saggi Mizrahi <smizrahi at redhat.com>
Gerrit-Reviewer: Yoav Kleinberger <ykleinbe at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: jian wang <wjian84 at gmail.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list