vishvananda / netlink

Simple netlink library for go.
Apache License 2.0
2.85k stars 744 forks source link

TestSubscribeProcEvent() - panic: test timed out, when tests run in container #814

Open Shantanu8268 opened 2 years ago

Shantanu8268 commented 2 years ago

Hello Team, I am facing some issue in proc_event_test.go->TestSubscribeProcEvent() Arch: ppc64le Go: v1.17.12

Condition 1: When I am trying to build and validate the package v1.2.1-beta.2 within the docker container facing the panic error. Please find the attached log (netlink-ppc64le-container).

Condition 2: The similar package with the same version build and validated on Ubuntu machine, the test is being skipped. Attaching the test log for reference (netlink-ppc64le). netlink-ppc64le-container.txt netlink-ppc64le.txt

Thanks.

BeyonSir commented 3 months ago

I'm stuck with the similar problem, is there any solution now?