You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test native_invoke_v4_v6_programs_restart_extension_test is failing with a EBPF_FILE_NOT_FOUND error when it tries to open its ebpf test programs, i.e. cgroup_count_connect4.sys and cgroup_count_connect6.sys.
The etl traces also show the same error for a prior test (for the cgroup_sock_addr.sys ebpf program) that for reason, does not trigger this check.
Notes:
This error is seen in the CI/CD runs only. Local repros attempts have not been successful.
The failures is seen in both flavors (Debug and Release).
This failure terminates the test run prematurely but the test run is still marked as successful.
OS information
No response
Steps taken to reproduce bug
Seen in a draft PR.
Expected behavior
This failure should not be seen.
Actual outcome
The test terminates prematurely. The premature termination produces a crash dump.
Describe the bug
The test
native_invoke_v4_v6_programs_restart_extension_test
is failing with aEBPF_FILE_NOT_FOUND
error when it tries to open its ebpf test programs, i.e.cgroup_count_connect4.sys
andcgroup_count_connect6.sys
.The etl traces also show the same error for a prior test (for the
cgroup_sock_addr.sys
ebpf program) that for reason, does not trigger this check.Notes:
Debug
andRelease
).OS information
No response
Steps taken to reproduce bug
Seen in a draft PR.
Expected behavior
This failure should not be seen.
Actual outcome
The test terminates prematurely. The premature termination produces a crash dump.
Stack dump (debug build): problem frame is 20:
Additional details
No response
The text was updated successfully, but these errors were encountered: