All of lore.kernel.org
 help / color / mirror / Atom feed
* [Fuego] [PATCH] LTP: put fanotify07 in the skiplist
@ 2018-05-10  7:36 Daniel Sangorrin
       [not found] ` <CGME20180510073701epcas2p3fdbf9e1899d22350d9a29a67f3637d73@epcms5p5>
  2018-05-10 20:50 ` Tim.Bird
  0 siblings, 2 replies; 7+ messages in thread
From: Daniel Sangorrin @ 2018-05-10  7:36 UTC (permalink / raw)
  To: fuego

This test seems problematic. I need to investigate it
further but for now, it maybe a good idea to put it in the
skip list.

tst_test.c:1015: INFO: Timeout per run is 0h 05m 00s
Test timeouted, sending SIGKILL!
Test timeouted, sending SIGKILL!
Test timeouted, sending SIGKILL!
Test timeouted, sending SIGKILL!
Test timeouted, sending SIGKILL!
Test timeouted, sending SIGKILL!
Test timeouted, sending SIGKILL!
Test timeouted, sending SIGKILL!
Test timeouted, sending SIGKILL!
Test timeouted, sending SIGKILL!
Test timeouted, sending SIGKILL!
Cannot kill test processes!
Congratulation, likely test hit a kernel bug.
Exitting uncleanly...

Signed-off-by: Daniel Sangorrin <daniel.sangorrin@toshiba.co.jp>
---
 engine/tests/Functional.LTP/spec.json | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/engine/tests/Functional.LTP/spec.json b/engine/tests/Functional.LTP/spec.json
index 3b48bdc..1f78afb 100644
--- a/engine/tests/Functional.LTP/spec.json
+++ b/engine/tests/Functional.LTP/spec.json
@@ -3,6 +3,7 @@
     "specs": {
         "default": {
             "tests": "syscalls SEM",
+            "skiplist": "fanotify07",
             "extra_success_links": {"xlsx": "results.xlsx", "skiplist": "skiplist.txt"},
             "extra_fail_links": {"xlsx": "results.xlsx", "skiplist": "skiplist.txt"}
         },
@@ -14,6 +15,7 @@
         },
         "selection": {
             "tests": "syscalls fs pipes sched timers dio mm ipc pty AIO MSG SEM SIG THR TMR TPS",
+            "skiplist": "fanotify07",
             "extra_success_links": {"xlsx": "results.xlsx", "skiplist": "skiplist.txt"},
             "extra_fail_links": {"xlsx": "results.xlsx", "skiplist": "skiplist.txt"}
         },
-- 
2.7.4



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

end of thread, other threads:[~2018-05-14 23:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-10  7:36 [Fuego] [PATCH] LTP: put fanotify07 in the skiplist Daniel Sangorrin
     [not found] ` <CGME20180510073701epcas2p3fdbf9e1899d22350d9a29a67f3637d73@epcms5p5>
2018-05-10 16:13   ` Dhinakar Kalyanasundaram
2018-05-10 21:50     ` Tim.Bird
2018-05-14  2:31       ` Daniel Sangorrin
2018-05-14 23:25         ` Tim.Bird
     [not found]     ` <CGME20180510073701epcas2p3fdbf9e1899d22350d9a29a67f3637d73@epcms5p7>
2018-05-11  6:00       ` Dhinakar Kalyanasundaram
2018-05-10 20:50 ` Tim.Bird

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.