This repository was archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
what's wrong with PR test? #19373
Copy link
Copy link
Closed
Description
currently, many PR failed due to bad network connection.
not only me myself, but also many PR is affected.
[2020-10-17T00:02:07.148Z] 2020-10-17 00:02:05,525 - root - ERROR - ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
[2020-10-17T00:02:07.148Z] Traceback (most recent call last):
[2020-10-17T00:02:07.148Z] File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 601, in urlopen
[2020-10-17T00:02:07.148Z] chunked=chunked)
[2020-10-17T00:02:07.148Z] File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 387, in _make_request
[2020-10-17T00:02:07.148Z] six.raise_from(e, None)
[2020-10-17T00:02:07.148Z] File "<string>", line 3, in raise_from
[2020-10-17T00:02:07.148Z] File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request
[2020-10-17T00:02:07.148Z] httplib_response = conn.getresponse()
[2020-10-17T00:02:07.148Z] File "/usr/lib/python3.6/http/client.py", line 1346, in getresponse
[2020-10-17T00:02:07.148Z] response.begin()
[2020-10-17T00:02:07.148Z] File "/usr/lib/python3.6/http/client.py", line 307, in begin
[2020-10-17T00:02:07.148Z] version, status, reason = self._read_status()
[2020-10-17T00:02:07.148Z] File "/usr/lib/python3.6/http/client.py", line 268, in _read_status
[2020-10-17T00:02:07.148Z] line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
[2020-10-17T00:02:07.148Z] File "/usr/lib/python3.6/socket.py", line 586, in readinto
[2020-10-17T00:02:07.148Z] return self._sock.recv_into(b)
[2020-10-17T00:02:07.148Z] ConnectionResetError: [Errno 104] Connection reset by peer
such exception could not resolved by any PR.
I re-run test for at least 5 times, and most of the test failed.
what's wrong?