Change in vdsm[master]: Increase timeout in remoteFileHandlerTests:PoolHandlerTests....

smizrahi at redhat.com smizrahi at redhat.com
Thu Jan 3 18:18:08 UTC 2013


Saggi Mizrahi has uploaded a new change for review.

Change subject: Increase timeout in remoteFileHandlerTests:PoolHandlerTests.testStop
......................................................................

Increase timeout in remoteFileHandlerTests:PoolHandlerTests.testStop

On congested hosts (like the oVirt Jenkins host) the test might fail
even though nothing is broken it is just taking longer then expected.

Change-Id: I9334cf00c37b352adad52a0587f9675cda5bd0dd
Signed-off-by: Saggi Mizrahi <smizrahi at redhat.com>
---
M tests/remoteFileHandlerTests.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/37/10637/1

diff --git a/tests/remoteFileHandlerTests.py b/tests/remoteFileHandlerTests.py
index b114abf..544ec28 100644
--- a/tests/remoteFileHandlerTests.py
+++ b/tests/remoteFileHandlerTests.py
@@ -63,7 +63,7 @@
         procPath = os.path.join("/proc", str(p.process.pid))
 
         # Make sure handler is running
-        self.assertTrue(p.proxy.callCrabRPCFunction(1, "os.path.exists",
+        self.assertTrue(p.proxy.callCrabRPCFunction(4, "os.path.exists",
                                                     procPath))
         p.stop()
         test = lambda: self.assertFalse(os.path.exists(procPath))


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9334cf00c37b352adad52a0587f9675cda5bd0dd
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