All of lore.kernel.org
 help / color / mirror / Atom feed
* stable-2.02 - tests: aux collects stack trace when stuck is assumed
@ 2020-10-16 19:11 Zdenek Kabelac
  0 siblings, 0 replies; only message in thread
From: Zdenek Kabelac @ 2020-10-16 19:11 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=c563af047643b18b6ebc369a77ecf094dd2a5f11
Commit:        c563af047643b18b6ebc369a77ecf094dd2a5f11
Parent:        57585ebacd54d7d0f4e80cf11e062e652d019539
Author:        Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate:    Thu Sep 10 17:05:02 2020 +0200
Committer:     Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Fri Oct 16 17:07:58 2020 +0200

tests: aux collects stack trace when stuck is assumed

Automatically collect traces in this case.
---
 test/lib/aux.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/lib/aux.sh b/test/lib/aux.sh
index 3c39151ae..b5f81dc74 100644
--- a/test/lib/aux.sh
+++ b/test/lib/aux.sh
@@ -1517,6 +1517,7 @@ wait_for_sync() {
 	done
 
 	echo "Sync is taking too long - assume stuck"
+	echo t >/proc/sysrq-trigger 2>/dev/null
 	return 1
 }
 



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-16 19:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-16 19:11 stable-2.02 - tests: aux collects stack trace when stuck is assumed Zdenek Kabelac

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.