Bug 15952 - libtevent: testsuite failures since 0.17.0 in CI
Summary: libtevent: testsuite failures since 0.17.0 in CI
Status: NEW
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: Other (show other bugs)
Version: 4.21.0
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Samba QA Contact
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-19 21:34 UTC by ncopa
Modified: 2025-11-19 21:34 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ncopa 2025-11-19 21:34:10 UTC
We (Alpine Linux) are experiencing that the testsuite started to fail in our gitlab CI since 0.17.0. It fails on all architectures:

test: test_trace_event_fd__loop
failure: test_trace_event_fd__loop [
tctx->before_handler
../../tests/test_tevent_trace.c:436: error: Failure!
]

...

test: test_trace_event_fd__free_in_handler
failure: test_trace_event_fd__free_in_handler [
tctx->before_handler
../../tests/test_tevent_trace.c:529: error: Failure!
]

I was able to reproduce it on my workstation by having data waiting on stdin, which I believe happens in the gitlab CI(?):

echo | make check

I believe this was introduced with https://gitlab.com/samba-team/devel/samba/-/commit/d23142643bf7f1d13b1f2996a68b131675eeac16

I am not sure if the test should be fixed or the code?