Dan Kenigsberg has submitted this change and it was merged. Change subject: fixing race while sampling interfaces ......................................................................
fixing race while sampling interfaces The race condition is that a vlan device is reported by getLinks and then it is no longer there by the time InterfaceSample is called Bug-Url: https://bugzilla.redhat.com/1173929 Change-Id: I059a5bfa4c140d88f512dc9a51d18f02956710de Signed-off-by: ibarkan <[email protected]> Reviewed-on: http://gerrit.ovirt.org/36138 Reviewed-by: Dan Kenigsberg <[email protected]> --- M tests/samplingTests.py M vdsm/virt/sampling.py 2 files changed, 72 insertions(+), 4 deletions(-) Approvals: Ido Barkan: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/36138 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I059a5bfa4c140d88f512dc9a51d18f02956710de Gerrit-PatchSet: 11 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Ido Barkan <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Ido Barkan <[email protected]> Gerrit-Reviewer: Ondřej Svoboda <[email protected]> Gerrit-Reviewer: Petr Horáček <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
