Dan Kenigsberg has posted comments on this change. Change subject: oopTests: Use monkeypatch for changing idle time ......................................................................
Patch Set 1: (1 comment) http://gerrit.ovirt.org/#/c/36337/1/tests/outOfProcessTests.py File tests/outOfProcessTests.py: Line 66: self.assertNotEquals(pids[0], pids[1]) Line 67: Line 68: def testAmountOfInstancesPerPoolName(self): Line 69: MAXSLEEP = 30 Line 70: with MonkeyPatchScope([(oop, 'IOPROC_IDLE_TIME', 5)]): would you cherry-pick this to the bottom of the branch? it can safely be merged now. Line 71: poolA = "A" Line 72: poolB = "B" Line 73: wrapper = ref(oop.getProcessPool(poolA)) Line 74: ioproc = ref(oop.getProcessPool(poolA)._ioproc) -- To view, visit http://gerrit.ovirt.org/36337 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I66038dc301bc964e8d97f16ed39d4f1ec57a6dca Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yeela Kaplan <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Dima Kuznetsov <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
