The netevent driver tests currently print each event received from the perf buffer but do not validate most of its contents. The per-event output also generates large, interleaved CI logs and slows perf-buffer processing. Combined with asynchronous callbacks and fixed sleeps, this can leave events queued while the test captures counter snapshots or transitions between flow and drop phases, causing intermittent assertion failures.
The netevent driver tests currently print each event received from the perf buffer but do not validate most of its contents. The per-event output also generates large, interleaved CI logs and slows perf-buffer processing. Combined with asynchronous callbacks and fixed sleeps, this can leave events queued while the test captures counter snapshots or transitions between flow and drop phases, causing intermittent assertion failures.