All of lore.kernel.org
 help / color / mirror / Atom feed
From: Petr Vorel <pvorel@suse.cz>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH] Reduce writev03 fuzzy_sync timeout
Date: Thu, 25 Feb 2021 19:45:36 +0100	[thread overview]
Message-ID: <YDfwUJGckLfKexxY@pevik> (raw)
In-Reply-To: <20210225140925.16187-1-mdoucha@suse.cz>

Hi Martin,

> Writev03 is fairly slow and tests multiple filesystems, each getting another
> round of timeout. Reduce fuzzy sync time limit to 25% of standard timeout
> to make the test finish slightly faster.

> Signed-off-by: Martin Doucha <mdoucha@suse.cz>

LGTM
Reviewed-by: Petr Vorel <pvorel@suse.cz>
> ---
>  testcases/kernel/syscalls/writev/writev03.c | 1 +
>  1 file changed, 1 insertion(+)

> diff --git a/testcases/kernel/syscalls/writev/writev03.c b/testcases/kernel/syscalls/writev/writev03.c
> index 4dc55c191..6514404e6 100644
> --- a/testcases/kernel/syscalls/writev/writev03.c
> +++ b/testcases/kernel/syscalls/writev/writev03.c
> @@ -49,6 +49,7 @@ static void setup(void)
>  	mapfd = SAFE_OPEN(MAPFILE, O_CREAT|O_RDWR|O_TRUNC, 0644);
>  	SAFE_WRITE(1, mapfd, buf, BUF_SIZE);

> +	fzsync_pair.exec_time_p = 0.25;
>  	tst_fzsync_pair_init(&fzsync_pair);
>  }

  reply	other threads:[~2021-02-25 18:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-25 14:09 [LTP] [PATCH] Reduce writev03 fuzzy_sync timeout Martin Doucha
2021-02-25 18:45 ` Petr Vorel [this message]
2021-02-26  8:00 ` Richard Palethorpe
2021-03-01  7:25   ` 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=YDfwUJGckLfKexxY@pevik \
    --to=pvorel@suse.cz \
    --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 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.