Re: [PATCH] test/event: disable vector adapter test

2025-07-01 Thread Thomas Monjalon
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. > >

Re: [PATCH] test/event: disable vector adapter test

2025-07-01 Thread 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 ("tes

[PATCH] test/event: disable vector adapter test

2025-07-01 Thread Thomas Monjalon
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 -

Re: [PATCH] test/event: disable vector adapter test

2025-06-11 Thread Thomas Monjalon
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 Applied, thanks.

[PATCH] test/event: disable vector adapter test

2025-06-11 Thread 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 --- app/test/test_event_vector_adapter.c | 8 +--- 1 file changed, 5 insertions(+), 3 de