From: Michael Santana <maicolgabriel@hotmail.com>
To: Ferruh Yigit <ferruh.yigit@intel.com>, Aaron Conole <aconole@redhat.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH] ci: increase unit test timeout
Date: Tue, 28 Jan 2020 18:39:45 +0000 [thread overview]
Message-ID: <BYAPR04MB5223B334D924498C03220067BC0A0@BYAPR04MB5223.namprd04.prod.outlook.com> (raw)
In-Reply-To: <20200128162854.3367823-1-ferruh.yigit@intel.com>
I have been out of the loop for a while, so I do not know how many false
positives there are. Looking at
https://travis-ci.com/ovsrobot/dpdk/builds up to two weeks back it seems
that hash_readwrite_lf_autotest is the only culprit. It looks like it
lives in the neighborhood of 20-30s seconds so increasing the time out
for this test seems appropriate as sometimes it halts at exactly 30s
because of the time out.
Acked-by: Michael Santana <maicolgabriel@hotmail.com>
On 1/28/2020 11:28 AM, Ferruh Yigit wrote:
> Timeout multiplier was 3, which gives 30 seconds for unit test but still
> some unit test was timing out time to time and travis reporting false
> positive failures.
>
> Increasing the multiplier to 10, which makes timeout duration
> 100seconds.
>
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
> ---
> .ci/linux-build.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.ci/linux-build.sh b/.ci/linux-build.sh
> index ccc3a7ccd..be3dc4940 100755
> --- a/.ci/linux-build.sh
> +++ b/.ci/linux-build.sh
> @@ -37,5 +37,5 @@ if [ "$AARCH64" != "1" ]; then
> fi
>
> if [ "$RUN_TESTS" = "1" ]; then
> - sudo meson test -C build --suite fast-tests -t 3
> + sudo meson test -C build --suite fast-tests -t 10
> fi
next prev parent reply other threads:[~2020-01-28 18:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-28 16:28 Ferruh Yigit
2020-01-28 18:39 ` Michael Santana [this message]
2020-01-28 20:53 ` Aaron Conole
2020-01-30 11:03 ` Thomas Monjalon
2020-01-30 15:35 ` Honnappa Nagarahalli
2020-01-31 15:44 ` Honnappa Nagarahalli
2020-02-05 18:47 ` David Marchand
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=BYAPR04MB5223B334D924498C03220067BC0A0@BYAPR04MB5223.namprd04.prod.outlook.com \
--to=maicolgabriel@hotmail.com \
--cc=aconole@redhat.com \
--cc=dev@dpdk.org \
--cc=ferruh.yigit@intel.com \
/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;
as well as URLs for NNTP newsgroup(s).