All of lore.kernel.org
 help / color / mirror / Atom feed
* main - tests: Skip test killing kernel
@ 2021-02-17 12:29 Marian Csontos
  0 siblings, 0 replies; 2+ messages in thread
From: Marian Csontos @ 2021-02-17 12:29 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=3cba07125457b82045f41bfafc67733c0dad89a2
Commit:        3cba07125457b82045f41bfafc67733c0dad89a2
Parent:        26a09c84c9498b187eec776150cd1eeafeda6ce7
Author:        Marian Csontos <mcsontos@redhat.com>
AuthorDate:    Wed Feb 17 13:26:06 2021 +0100
Committer:     Marian Csontos <mcsontos@redhat.com>
CommitterDate: Wed Feb 17 13:28:56 2021 +0100

tests: Skip test killing kernel

Bug 1916891
---
 test/shell/lvconvert-raid-reshape-stripes-load-reload.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/shell/lvconvert-raid-reshape-stripes-load-reload.sh b/test/shell/lvconvert-raid-reshape-stripes-load-reload.sh
index 3920da1a5..6fe34250a 100644
--- a/test/shell/lvconvert-raid-reshape-stripes-load-reload.sh
+++ b/test/shell/lvconvert-raid-reshape-stripes-load-reload.sh
@@ -22,7 +22,7 @@ which mkfs.ext4 || skip
 aux have_raid 1 13 2 || skip
 
 case "$(uname -r)" in
-  5.[891]*|3.10.0-862*) die "Cannot run this test on unfixed kernel." ;;
+  5.[891]*|3.10.0-862*|4.18.0-283.el8) die "Cannot run this test on unfixed kernel." ;;
 esac
 
 mount_dir="mnt"



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* main - tests: Skip test killing kernel
@ 2021-03-10 15:31 Marian Csontos
  0 siblings, 0 replies; 2+ messages in thread
From: Marian Csontos @ 2021-03-10 15:31 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=d4293b579df61b5eb96dfcce5a7ec8f2116e9561
Commit:        d4293b579df61b5eb96dfcce5a7ec8f2116e9561
Parent:        6097dfb9ad2faae1c28295b35e1fba82cb4b6f8b
Author:        Marian Csontos <mcsontos@redhat.com>
AuthorDate:    Wed Mar 10 15:50:35 2021 +0100
Committer:     Marian Csontos <mcsontos@redhat.com>
CommitterDate: Wed Mar 10 16:31:04 2021 +0100

tests: Skip test killing kernel

Fix the pattern and for now skip all RHEL-8.4 kernels

Bug 1916891
---
 test/shell/lvconvert-raid-reshape-stripes-load-reload.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/test/shell/lvconvert-raid-reshape-stripes-load-reload.sh b/test/shell/lvconvert-raid-reshape-stripes-load-reload.sh
index 6fe34250a..3023782dd 100644
--- a/test/shell/lvconvert-raid-reshape-stripes-load-reload.sh
+++ b/test/shell/lvconvert-raid-reshape-stripes-load-reload.sh
@@ -22,7 +22,11 @@ which mkfs.ext4 || skip
 aux have_raid 1 13 2 || skip
 
 case "$(uname -r)" in
-  5.[891]*|3.10.0-862*|4.18.0-283.el8) die "Cannot run this test on unfixed kernel." ;;
+  5.[891]*|3.10.0-862*) die "Cannot run this test on unfixed kernel." ;;
+  4.18.0-*.el8*)
+    REL="$(uname -r)"
+    REL="${REL#4.18.0-}"
+    [[ "${REL%%.*}" -lt 283 ]] || die "Cannot run this test on unfixed kernel." ;;
 esac
 
 mount_dir="mnt"



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-10 15:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-17 12:29 main - tests: Skip test killing kernel Marian Csontos
2021-03-10 15:31 Marian Csontos

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.