public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] tst_kconfig: Don't consider CONFIG_FAULT_INJECTION slow
@ 2026-03-16 12:40 Petr Vorel
  2026-03-17 12:38 ` Andrea Cervesato via ltp
  0 siblings, 1 reply; 3+ messages in thread
From: Petr Vorel @ 2026-03-16 12:40 UTC (permalink / raw)
  To: ltp

Tumbleweed has only CONFIG_FAULT_INJECTION. All tests run ok before
(without 4x longer expected runtime), let's don't blindly increase it.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
IMHO the only effect of the detection on Tumbleweed would be if test
gets stuck will block testing for 2 min instead of just 30 sec.

Kind regards,
Petr

 lib/tst_kconfig.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/tst_kconfig.c b/lib/tst_kconfig.c
index adc56503e2..5f778d2adc 100644
--- a/lib/tst_kconfig.c
+++ b/lib/tst_kconfig.c
@@ -647,7 +647,6 @@ static struct tst_kconfig_var slow_kconfigs[] = {
 	TST_KCONFIG_INIT("CONFIG_DEBUG_NET"),
 	TST_KCONFIG_INIT("CONFIG_EXT4_DEBUG"),
 	TST_KCONFIG_INIT("CONFIG_QUOTA_DEBUG"),
-	TST_KCONFIG_INIT("CONFIG_FAULT_INJECTION"),
 	TST_KCONFIG_INIT("CONFIG_DEBUG_OBJECTS")
 };
 
-- 
2.51.0


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

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

end of thread, other threads:[~2026-03-17 22:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-16 12:40 [LTP] [PATCH] tst_kconfig: Don't consider CONFIG_FAULT_INJECTION slow Petr Vorel
2026-03-17 12:38 ` Andrea Cervesato via ltp
2026-03-17 22:51   ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox