← Back to team overview

curtin-dev team mailing list archive

[Merge] ~paride/curtin:lp1861941-bump-fixby into curtin:master

 

Paride Legovini has proposed merging ~paride/curtin:lp1861941-bump-fixby into curtin:master.

Commit message:
Snooze the tests failing because of LP: #1861941 for two more months

Requested reviews:
  curtin developers (curtin-dev)
Related bugs:
  Bug #1861941 in linux-signed (Ubuntu): "bcache by-uuid links disappear after mounting bcache0"
  https://bugs.launchpad.net/ubuntu/+source/linux-signed/+bug/1861941

For more details, see:
https://code.launchpad.net/~paride/curtin/+git/curtin/+merge/387217
-- 
Your team curtin developers is requested to review the proposed merge of ~paride/curtin:lp1861941-bump-fixby into curtin:master.
diff --git a/tests/vmtests/test_mdadm_bcache.py b/tests/vmtests/test_mdadm_bcache.py
index 53eaa5e..9d04bd4 100644
--- a/tests/vmtests/test_mdadm_bcache.py
+++ b/tests/vmtests/test_mdadm_bcache.py
@@ -161,7 +161,7 @@ class EoanTestMdadmBcache(relbase.eoan, TestMdadmBcacheAbs):
 class FocalTestMdadmBcache(relbase.focal, TestMdadmBcacheAbs):
     __test__ = True
 
-    @TestMdadmBcacheAbs.skip_by_date("1861941", fixby="2020-07-15")
+    @TestMdadmBcacheAbs.skip_by_date("1861941", fixby="2020-09-15")
     def test_fstab(self):
         return super().test_fstab()
 
diff --git a/tests/vmtests/test_nvme.py b/tests/vmtests/test_nvme.py
index c1576fa..4f55ec7 100644
--- a/tests/vmtests/test_nvme.py
+++ b/tests/vmtests/test_nvme.py
@@ -143,7 +143,7 @@ class EoanTestNvmeBcache(relbase.eoan, TestNvmeBcacheAbs):
     __test__ = True
 
 
-@TestNvmeBcacheAbs.skip_by_date("1861941", fixby="2020-07-15")
+@TestNvmeBcacheAbs.skip_by_date("1861941", fixby="2020-09-15")
 class FocalTestNvmeBcache(relbase.focal, TestNvmeBcacheAbs):
     __test__ = True
 
diff --git a/tests/vmtests/test_raid5_bcache.py b/tests/vmtests/test_raid5_bcache.py
index 0f0b87b..c4786b5 100644
--- a/tests/vmtests/test_raid5_bcache.py
+++ b/tests/vmtests/test_raid5_bcache.py
@@ -95,7 +95,7 @@ class EoanTestRaid5Bcache(relbase.eoan, TestMdadmBcacheAbs):
 class FocalTestRaid5Bcache(relbase.focal, TestMdadmBcacheAbs):
     __test__ = True
 
-    @TestMdadmBcacheAbs.skip_by_date("1861941", fixby="2020-07-15")
+    @TestMdadmBcacheAbs.skip_by_date("1861941", fixby="2020-09-15")
     def test_fstab(self):
         return super().test_fstab()
 

Follow ups