I think this might explain why I see random integration test failures
on macOS. After your last email, I ran the integration tests in a loop
on Windows and WSL2 and they don't fail, but on my Mac I get random
test failures. `ulimit -n` reports `256` which is way too low, so I'm
experimenting with higher values.

On Fri, Jul 4, 2025 at 10:43 AM Oleg Kalnichevski <ol...@apache.org> wrote:
>
> On 2025-07-04 18:59, Ryan Schmitt wrote:
>
> > Evidently my JEP380 SocketChannel->Socket adapter is broken on
> > Windows. If I revert 97703d901 the tests run fine on my Windows
> > machine across all four Java versions. If you're seeing failures on
> > master unrelated to 97703d901, something else is up. (Firewall
> > settings?)
>
> What I think I might have seen is random integration tests failing due
> to some sort of resource starvation (likely FDs). I will investigate.
>
> Oleg
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
> For additional commands, e-mail: dev-h...@hc.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to