projects
/
lvm2.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9535c46
)
test: extend loop
author
Zdenek Kabelac <zkabelac@redhat.com>
Mon, 24 Nov 2025 13:12:31 +0000
(14:12 +0100)
committer
Zdenek Kabelac <zkabelac@redhat.com>
Mon, 24 Nov 2025 16:01:56 +0000
(17:01 +0100)
Add few more loop checks before considering repair is not made.
test/shell/integrity-dmeventd.sh
patch
|
blob
|
history
diff --git
a/test/shell/integrity-dmeventd.sh
b/test/shell/integrity-dmeventd.sh
index aea25fa466204b8e1c4a2120a7c0c98c9bc8b81d..78458fa4adea7dc321cfc47ae9081b0ec98ecac2 100644
(file)
--- a/
test/shell/integrity-dmeventd.sh
+++ b/
test/shell/integrity-dmeventd.sh
@@
-104,7
+104,7
@@
_wait_for_repair() {
local dev
touch "$mnt/touch"
sync
- for i in {1..1
1
}; do
+ for i in {1..1
3
}; do
sleep 1
lvs -a -o+devices $vg > out 2>&1 || true
for dev in "$@"; do
This page took
0.080041 seconds
and
5
git commands to generate.