mlibc icon indicating copy to clipboard operation
mlibc copied to clipboard

accept4 test failure in CI

Open 64 opened this issue 1 year ago • 0 comments

When testing #1177, we saw a transient failure:

     188/257 mlibc:posix / accept4                        FAIL            0.01s   exit status 1
    stderr:
    bind failed: Address already in use (EADDRINUSE)

I suspect this could be fixed by passing port 0 to bind which lets it pick an available one.

64 avatar Oct 24 '24 18:10 64