sandialabs / qthreads

Lightweight locality-aware user-level threading runtime.
https://www.sandia.gov/qthreads/
Other
173 stars 35 forks source link

Intermittent Failures In qthread_timer_wait On MUSL #268

Closed insertinterestingnamehere closed 2 weeks ago

insertinterestingnamehere commented 2 months ago

When running in our MUSL-based CI environment there are intermittent failures in the qthread_timer_wait test. It's currently unclear whether this is related to https://github.com/sandialabs/qthreads/issues/238. They appear to affect the same configurations, but the failure mode is different.

insertinterestingnamehere commented 2 weeks ago

Closing as wontfix for the same reasoning described in https://github.com/sandialabs/qthreads/issues/267#issuecomment-2423163776.

insertinterestingnamehere commented 2 weeks ago

Worth noting that there's a similar (but even more intermittent) failure in the queue test as well. I suspect the cause is the same.