Change in vdsm[master]: rwlock: Mark time sensitive test as stress test

nsoffer at redhat.com nsoffer at redhat.com
Tue Jul 14 10:37:21 UTC 2015


Nir Soffer has uploaded a new change for review.

Change subject: rwlock: Mark time sensitive test as stress test
......................................................................

rwlock: Mark time sensitive test as stress test

Testing 256 concurrent threads on the our overloaded CI slaves may cause
random failures, so this test is marked now as @stresstest.

Change-Id: Ifdf034ddffff363a6c5fcdff2a292960a0499a03
Signed-off-by: Nir Soffer <nsoffer at redhat.com>
---
M tests/concurrentTests.py
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/79/43579/1

diff --git a/tests/concurrentTests.py b/tests/concurrentTests.py
index e76431f..9b76891 100644
--- a/tests/concurrentTests.py
+++ b/tests/concurrentTests.py
@@ -23,7 +23,7 @@
 import threading
 
 from testlib import VdsmTestCase, expandPermutations, permutations
-from testValidation import slowtest
+from testValidation import slowtest, stresstest
 
 from vdsm import concurrent
 
@@ -80,6 +80,7 @@
         finally:
             t.join()
 
+    @stresstest
     @permutations([[2], [4], [8], [16], [32], [64], [128], [256]])
     def test_multiple_threads(self, count):
         timeout = 5.0


-- 
To view, visit https://gerrit.ovirt.org/43579
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifdf034ddffff363a6c5fcdff2a292960a0499a03
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <nsoffer at redhat.com>


More information about the vdsm-patches mailing list