Change in vdsm[master]: Set up better threading in tests to make sure it happens cor...

smizrahi at redhat.com smizrahi at redhat.com
Wed Oct 24 20:26:42 UTC 2012


Saggi Mizrahi has uploaded a new change for review.

Change subject: Set up better threading in tests to make sure it happens correctly
......................................................................

Set up better threading in tests to make sure it happens correctly

Change-Id: Ibc1c7fca8e59feb4f772b2aa5e45e3d6d00b8531
Signed-off-by: Saggi Mizrahi <smizrahi at redhat.com>
---
M tests/testrunner.py
1 file changed, 8 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/93/8793/1

diff --git a/tests/testrunner.py b/tests/testrunner.py
index cdbc9d3..3fc2512 100644
--- a/tests/testrunner.py
+++ b/tests/testrunner.py
@@ -27,6 +27,14 @@
 from nose import core
 from nose import result
 
+# Monkey patch better threading
+import threading
+import betterThreading
+
+# Make pyflakes happy
+threading.__name__
+betterThreading.__name__
+
 from testValidation import SlowTestsPlugin
 
 PERMUTATION_ATTR = "_permutations_"


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibc1c7fca8e59feb4f772b2aa5e45e3d6d00b8531
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Saggi Mizrahi <smizrahi at redhat.com>


More information about the vdsm-patches mailing list