DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] test/event: disable vector adapter test
@ 2025-07-01 13:15 Thomas Monjalon
  2025-07-01 13:44 ` Bruce Richardson
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Monjalon @ 2025-07-01 13:15 UTC (permalink / raw)
  To: dev; +Cc: Pavan Nikhilesh, Jerin Jacob

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] test/event: disable vector adapter test
  2025-07-01 13:15 [PATCH] test/event: disable vector adapter test Thomas Monjalon
@ 2025-07-01 13:44 ` Bruce Richardson
  2025-07-01 15:21   ` Thomas Monjalon
  0 siblings, 1 reply; 5+ messages in thread
From: Bruce Richardson @ 2025-07-01 13:44 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev, Pavan Nikhilesh, Jerin Jacob

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] test/event: disable vector adapter test
  2025-07-01 13:44 ` Bruce Richardson
@ 2025-07-01 15:21   ` Thomas Monjalon
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2025-07-01 15:21 UTC (permalink / raw)
  To: Bruce Richardson; +Cc: dev, Pavan Nikhilesh, Jerin Jacob

01/07/2025 15:44, Bruce Richardson:
> 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>
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
> 
> Thanks for this. It will be good to have patchwork reports "clean" again.

Applied quickly to clean CI reports.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] test/event: disable vector adapter test
  2025-06-11 13:37 David Marchand
@ 2025-06-11 17:15 ` Thomas Monjalon
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2025-06-11 17:15 UTC (permalink / raw)
  To: David Marchand; +Cc: dev, Pavan Nikhilesh

11/06/2025 15:37, David Marchand:
> This test triggers random failures in the CI.
> Disable it until we have a fix.
> 
> Bugzilla ID: 1720
> Fixes: de09387f1313 ("eventdev/vector: add default software vector adapter")
> 
> Signed-off-by: David Marchand <david.marchand@redhat.com>

Applied, thanks.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] test/event: disable vector adapter test
@ 2025-06-11 13:37 David Marchand
  2025-06-11 17:15 ` Thomas Monjalon
  0 siblings, 1 reply; 5+ messages in thread
From: David Marchand @ 2025-06-11 13:37 UTC (permalink / raw)
  To: dev; +Cc: Pavan Nikhilesh

This test triggers random failures in the CI.
Disable it until we have a fix.

Bugzilla ID: 1720
Fixes: de09387f1313 ("eventdev/vector: add default software vector adapter")

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 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 8c05853831..1441b0ff17 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");
@@ -669,7 +669,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);
@@ -677,4 +677,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.49.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-07-01 15:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-01 13:15 [PATCH] test/event: disable vector adapter test Thomas Monjalon
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

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).