18 Feb
2026
18 Feb
'26
4:22 a.m.
This fixes two potential race conditions that were added to the tests in MR !10055: 1. That we can process the `sample_event` and check the sinks collection count prior to the sink adding the new sample to its collection; and 2. That the source stream can add multiple samples to its collection within the time it takes for us to process a single event. These race conditions can unfortunately cause intermittent test failures. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10125