-
Notifications
You must be signed in to change notification settings - Fork 11.1k
iOS Cronet Tests Fail #20094
Copy link
Copy link
Closed
Description
2019-08-27 13:52:23.175364-0700 xctest[15112:199396] [] nw_connection_get_connected_socket [C346] Client called nw_connection_get_connected_socket on unconnected nw_connection
2019-08-27 13:52:23.175798-0700 xctest[15112:199396] TCP Conn 0x7f87f8dad6a0 Failed : error 0:61 [61]
2019-08-27 13:52:23.183166-0700 xctest[15112:199275] [] nw_socket_handle_socket_event [C348:1] Socket SO_ERROR [61: Connection refused]
2019-08-27 13:52:23.184234-0700 xctest[15112:199140] [] nw_connection_get_connected_socket [C348] Client called nw_connection_get_connected_socket on unconnected nw_connection
2019-08-27 13:52:23.184648-0700 xctest[15112:199140] TCP Conn 0x7f87f8bf9a30 Failed : error 0:61 [61]
2019-08-27 13:52:23.192209-0700 xctest[15112:199140] [] nw_socket_handle_socket_event [C350:1] Socket SO_ERROR [61: Connection refused]
2019-08-27 13:52:23.193231-0700 xctest[15112:199396] [] nw_connection_get_connected_socket [C350] Client called nw_connection_get_connected_socket on unconnected nw_connection
2019-08-27 13:52:23.193679-0700 xctest[15112:199396] TCP Conn 0x7f87f8bfb590 Failed : error 0:61 [61]
kill -9 `jobs -p` ; echo "EXIT TIME: $(date)"
jobs -p
date
EXIT TIME: Tue Aug 27 13:52:29 PDT 2019
2019-08-27 13:52:29,566 FAILED: ios-test-cronettests [ret=65, pid=9284, time=787.2sec]
2019-08-27 13:52:29,567 FAILED: ios-test-cronettests
2019-08-27 13:52:29,611 FAILED: Some tests failed
Reactions are currently unavailable