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 <tho...@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.richard...@intel.com>

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

/Bruce

Reply via email to