DPDK patches and discussions
 help / color / mirror / Atom feed
From: Bruce Richardson <bruce.richardson@intel.com>
To: Thomas Monjalon <thomas@monjalon.net>
Cc: <dev@dpdk.org>, Pavan Nikhilesh <pbhagavatula@marvell.com>,
	Jerin Jacob <jerinj@marvell.com>
Subject: Re: [PATCH] test/event: disable vector adapter test
Date: Tue, 1 Jul 2025 14:44:19 +0100	[thread overview]
Message-ID: <aGPmM4Upj39rmKvm@bricha3-mobl1.ger.corp.intel.com> (raw)
In-Reply-To: <20250701131524.2493132-1-thomas@monjalon.net>

On Tue, Jul 01, 2025 at 03:15:24PM +0200, Thomas Monjalon wrote:
> This test triggers failures in the CI:
> 
> 	event_vector_adapter_autotest  FAIL
> 	3.39s   (exit status 255 or signal 127 SIGinvalid)
> 
> Disable it until we have a fix.
> 
> Bugzilla ID: 1720
> Fixes: 2eca0f4cd5da ("test/event: fix event vector adapter timeouts")
> 
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> ---
>  app/test/test_event_vector_adapter.c | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)
> 
> diff --git a/app/test/test_event_vector_adapter.c b/app/test/test_event_vector_adapter.c
> index ae173c7715..739352bdff 100644
> --- a/app/test/test_event_vector_adapter.c
> +++ b/app/test/test_event_vector_adapter.c
> @@ -10,7 +10,7 @@
>  #include "test.h"
>  
>  #ifdef RTE_EXEC_ENV_WINDOWS
> -static int
> +static int __rte_unused
>  test_event_vector_adapter(void)
>  {
>  	printf("event_vector_adapter not supported on Windows, skipping test\n");
> @@ -700,7 +700,7 @@ static struct unit_test_suite functional_testsuite = {
>  	}
>  };
>  
> -static int
> +static int __rte_unused
>  test_event_vector_adapter(void)
>  {
>  	return unit_test_suite_runner(&functional_testsuite);
> @@ -708,4 +708,6 @@ test_event_vector_adapter(void)
>  
>  #endif
>  
> -REGISTER_FAST_TEST(event_vector_adapter_autotest, true, true, test_event_vector_adapter);
> +/* disabled because of reported failures, waiting for a fix
> + * REGISTER_FAST_TEST(event_vector_adapter_autotest, true, true, test_event_vector_adapter);
> + */
> -- 
Acked-by: Bruce Richardson <bruce.richardson@intel.com>

Thanks for this. It will be good to have patchwork reports "clean" again.

/Bruce

  reply	other threads:[~2025-07-01 13:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-01 13:15 Thomas Monjalon
2025-07-01 13:44 ` Bruce Richardson [this message]
2025-07-01 15:21   ` Thomas Monjalon
  -- strict thread matches above, loose matches on Subject: below --
2025-06-11 13:37 David Marchand
2025-06-11 17:15 ` Thomas Monjalon

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=aGPmM4Upj39rmKvm@bricha3-mobl1.ger.corp.intel.com \
    --to=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=jerinj@marvell.com \
    --cc=pbhagavatula@marvell.com \
    --cc=thomas@monjalon.net \
    /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).