DPDK patches and discussions
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas@monjalon.net>
To: dev@dpdk.org
Cc: Pavan Nikhilesh <pbhagavatula@marvell.com>,
	Jerin Jacob <jerinj@marvell.com>
Subject: [PATCH] test/event: disable vector adapter test
Date: Tue,  1 Jul 2025 15:15:24 +0200	[thread overview]
Message-ID: <20250701131524.2493132-1-thomas@monjalon.net> (raw)

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);
+ */
-- 
2.47.1


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

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-01 13:15 Thomas Monjalon [this message]
2025-07-01 13:44 ` Bruce Richardson
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=20250701131524.2493132-1-thomas@monjalon.net \
    --to=thomas@monjalon.net \
    --cc=dev@dpdk.org \
    --cc=jerinj@marvell.com \
    --cc=pbhagavatula@marvell.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).