]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
* Also blacklist test_create_delete_cgsnapshot which is non-deterministically
authorThomas Goirand <zigo@debian.org>
Wed, 18 May 2016 08:21:41 +0000 (10:21 +0200)
committerThomas Goirand <zigo@debian.org>
Wed, 18 May 2016 08:21:41 +0000 (10:21 +0200)
    failing (Closes: #824595).

Rewritten-From: 4ea7b678d6b8183c789fbb09cc98959baf983b11

xenial/debian/changelog
xenial/debian/rules

index e4baccb8d487fc75b207d57cd6368761cdc19961..b554dd9fd8df780c95b51daeb0c6c4b2f6d1b26c 100644 (file)
@@ -1,3 +1,10 @@
+cinder (2:8.0.0-3) unstable; urgency=medium
+
+  * Also blacklist test_create_delete_cgsnapshot which is non-deterministically
+    failing (Closes: #824595).
+
+ -- Thomas Goirand <zigo@debian.org>  Wed, 18 May 2016 10:20:47 +0200
+
 cinder (2:8.0.0-2) unstable; urgency=medium
 
   [ Ondřej Nový ]
index eacb5a4ecad0c1b0c424889f47725d8c06616a20..3ef0c64b50451151de60bf9785ee5d4e2abc0a0c 100755 (executable)
@@ -15,7 +15,7 @@ ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
                rm -rf .testrepository ; \
                testr-python$$PYMAJOR init ; \
                TEMP_REZ=`mktemp -t` ; \
-               PYTHONPATH=$(CURDIR) PYTHON=python$$i testr-python$$PYMAJOR run --subunit 'cinder\.tests\.unit\.(?!.*test_volume\.VolumeTestCase\.test_create_delete_volume.*)' | tee $$TEMP_REZ | subunit2pyunit ; \
+               PYTHONPATH=$(CURDIR) PYTHON=python$$i testr-python$$PYMAJOR run --subunit 'cinder\.tests\.unit\.(?!(.*test_volume\.VolumeTestCase\.test_create_delete_volume.*|.*test_volume\.ConsistencyGroupTestCase\.test_create_delete_cgsnapshot.*))' | tee $$TEMP_REZ | subunit2pyunit ; \
                cat $$TEMP_REZ | subunit-filter -s --no-passthrough | subunit-stats ; \
                rm -f $$TEMP_REZ ; \
                testr-python$$PYMAJOR slowest ; \