Repro (run on linux aarch64 machine)
tools/bazel test --config=dbg --cache_test_results=no --test_output=streamed //test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=epollex
resolver_component_tests_runner_invoker (without _unsecure is broken in the same way).
All the other pollers are also failing.
E0128 15:21:38.199586121 284 ev_epollex_linux.cc:516] Error shutting down fd 8. errno: 9
E0128 15:21:39.200610605 284 ev_epollex_linux.cc:516] Error shutting down fd 47. errno: 9
test/cpp/naming/resolver_component_test.cc:402: Failure
Value of: errno == EAGAIN || errno == EWOULDBLOCK
Actual: false
Expected: true
OpenAndCloseSocketsStressLoop accept on socket 8 failed in an unexpected way. errno: 22. Socket use-after-close bugs are likely.
[ FAILED ] ResolverComponentTest.TestResolvesRelevantRecordsWithConcurrentFdStress (8003 ms)