-
Notifications
You must be signed in to change notification settings - Fork 174
Description
Which jobs are failing:
drivers_test as follows:
-m = tests fail
-k = tests pass
-b = tests skipped (Skipped eBPF doesn't support multiple events)
Which test(s) are failing:
SyscallExit.recvmmsgX_ipv4_tcp_multiple_messages
SyscallExit.sendmmsg_multiple_messages_ipv4
SyscallExit.sendmmsg_multiple_messages_ipv6
Since when has it been failing:
n/a
Test link:
locally on SLES 15 SP4
Reason for failure:
Error output:
recvmmsgX_ipv4_tcp_multiple_messages -> There is no event '55' in the buffers.
sendmmsg_multiple_messages_ipv4, sendmmsg_multiple_messages_ipv6 -> There is no event '51' in the buffers.
It seems that only one event of expect type is generated, and when expecting to get an event to match it with the 'SHORT_MESSAGE' parameters, none is received.
Anything else we need to know:
/kind failing-test