-
Notifications
You must be signed in to change notification settings - Fork 415
Open
Description
Recently, the following OSX failures have been seen in OMR OSX PR builds:
31: [----------] 19 tests from PortSockTest
31: /Users/runner/work/1/s/fvtest/porttest/omrsockTest.cpp:1209: Failure
31: Expected: rc
31: Which is: 1
31: To be equal to: 2
31: [ FAILED ] PortSockTest.poll_functionality_basic (1111 ms)
31: /Users/runner/work/1/s/fvtest/porttest/omrsockTest.cpp:51: Failure
31: Expected: privateOmrPortLibrary->sock_bind(privateOmrPortLibrary, *serverSocket, serverSockAddr)
31: Which is: -506
31: To be equal to: 0
31: /Users/runner/work/1/s/fvtest/porttest/omrsockTest.cpp:1259: Failure
31: Expected: privateOmrPortLibrary->sock_accept(privateOmrPortLibrary, serverSocket, &connectedServerSockAddr, &connectedServerSocket)
31: Which is: -20
31: To be equal to: 0
31: [ FAILED ] PortSockTest.poll_functionality_many_sockets (5 ms)
31: [----------] 19 tests from PortSockTest (1121 ms total)
31:
31: [==========] 236 tests from 20 test cases ran. (110437 ms total)
31: [ PASSED ] 234 tests.
31: [ FAILED ] 2 tests, listed below:
31: [ FAILED ] PortSockTest.poll_functionality_basic
31: [ FAILED ] PortSockTest.poll_functionality_many_sockets
PRs, where the above failures are seen:
- Fix PortSysinfoTest failure when running as root #6513
- Update omrsysinfo_cgroup_subsystem_iterator functions for cgroup v2 #6494
- Fix computation of cache-line size on Power #6515
The above failures are not related to the above PRs.
The above failures happen during sock_bind and sock_accept which may indicate involvement of network issues.