public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] Question regarding background jobs in LTP
@ 2019-02-28 14:42 Elif Aslan
  2019-03-01 11:49 ` Cyril Hrubis
  0 siblings, 1 reply; 4+ messages in thread
From: Elif Aslan @ 2019-02-28 14:42 UTC (permalink / raw)
  To: ltp

We've found an issue when executing our testcase mon_fsstatd under LTP. 
The test logic assumes that we start some processes as shell jobs and then kill them, like in these commands

    mon_fsstatd_run 0 "mon_procd -a &"
    sleep 2
    mon_fsstatd_run 0 "killall mon_procd"

But so far we observe that the testcase being run as 
./runltp -f s390x_tests
simply hangs at the point of starting background job, it simply runs in foreground, and then test finishes with error after timeout.

Is it possible to execute background jobs in LTP ?

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

end of thread, other threads:[~2019-03-04 13:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-28 14:42 [LTP] Question regarding background jobs in LTP Elif Aslan
2019-03-01 11:49 ` Cyril Hrubis
2019-03-04  9:33   ` Elif Aslan
2019-03-04 13:36     ` Cyril Hrubis

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