Linux Test Project
 help / color / mirror / Atom feed
From: Jan Stancek <jstancek@redhat.com>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH] syscalls: semop: Increase timeout for semop03
Date: Wed, 7 Oct 2020 07:06:31 -0400 (EDT)	[thread overview]
Message-ID: <888008428.17133303.1602068791070.JavaMail.zimbra@redhat.com> (raw)
In-Reply-To: <4bec407cc82038233c8977104ccd03b97ae3fc4c.1602048976.git.viresh.kumar@linaro.org>



----- Original Message -----
> Sometimes the timeout happens before the signal is received and it
> causes the test to fail with following error:
> 
>  semop03.c:55: TFAIL: unexpected failure: EAGAIN/EWOULDBLOCK (11)
> 
> Fix this by increasing the timeout to a sufficiently large value.
> 
> Reported-by: Rachel Sibley <rasibley@redhat.com>
> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
> ---
>  testcases/kernel/syscalls/ipc/semop/semop03.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/testcases/kernel/syscalls/ipc/semop/semop03.c
> b/testcases/kernel/syscalls/ipc/semop/semop03.c
> index 89603f19d651..3a79ed38a904 100644
> --- a/testcases/kernel/syscalls/ipc/semop/semop03.c
> +++ b/testcases/kernel/syscalls/ipc/semop/semop03.c
> @@ -71,7 +71,7 @@ static void setup(void)
>  	semop_supported_by_kernel(tv);
>  
>  	timeout.type = tv->ts_type;
> -	tst_ts_set_sec(&timeout, 0);
> +	tst_ts_set_sec(&timeout, 2);
>  	tst_ts_set_nsec(&timeout, 10000000);
>  
>  	SAFE_SIGNAL(SIGHUP, sighandler);
> --
> 2.25.0.rc1.19.g042ed3e048af

Acked-by: Jan Stancek <jstancek@redhat.com>

pointer to arm thread:
  https://lore.kernel.org/linux-arm-kernel/20201007053345.4xbyjx4u4ccwkep5@vireshk-i7/T/#t

I see it sporadically on ppc kvm guests too.


  reply	other threads:[~2020-10-07 11:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-07  5:37 [LTP] [PATCH] syscalls: semop: Increase timeout for semop03 Viresh Kumar
2020-10-07 11:06 ` Jan Stancek [this message]
2020-10-09  8:57   ` Li Wang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=888008428.17133303.1602068791070.JavaMail.zimbra@redhat.com \
    --to=jstancek@redhat.com \
    --cc=ltp@lists.linux.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox