Skip to content

Commit 3b069bc

Browse files
committed
Make error.log gold file platform neutral
1 parent 5364f66 commit 3b069bc

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
`` CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.1:`` for host='example.com' connection_result=EIO [5] error=SUCCESS [0] retry_attempts=0 url='http://backend.example.com:``/path/'
2-
`` CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.1:`` for host='example.com' connection_result=EIO [5] error=SUCCESS [0] retry_attempts=1 url='http://backend.example.com:``/path/'
3-
`` CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.1:`` for host='example.com' connection_result=EIO [5] error=SUCCESS [0] retry_attempts=2 url='http://backend.example.com:``/path/'
4-
`` CONNECT : EIO [5] connecting to 0.0.0.1:`` for host='example.com' url='http://backend.example.com:``/path/' fail_count='1' marking down
5-
`` CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.2:`` for host='example.com' connection_result=EIO [5] error=SUCCESS [0] retry_attempts=0 url='http://backend.example.com:``/path/'
6-
`` CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.2:`` for host='example.com' connection_result=EIO [5] error=SUCCESS [0] retry_attempts=1 url='http://backend.example.com:``/path/'
7-
`` CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.2:`` for host='example.com' connection_result=EIO [5] error=SUCCESS [0] retry_attempts=2 url='http://backend.example.com:``/path/'
8-
`` CONNECT : EIO [5] connecting to 0.0.0.2:`` for host='example.com' url='http://backend.example.com:``/path/' fail_count='1' marking down
1+
`` CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.1:`` for host='example.com' `` retry_attempts=0 url='http://backend.example.com:``/path/'
2+
`` CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.1:`` for host='example.com' `` retry_attempts=1 url='http://backend.example.com:``/path/'
3+
`` CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.1:`` for host='example.com' `` retry_attempts=2 url='http://backend.example.com:``/path/'
4+
`` CONNECT : `` connecting to 0.0.0.1:`` for host='example.com' url='http://backend.example.com:``/path/' fail_count='1' marking down
5+
`` CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.2:`` for host='example.com' `` retry_attempts=0 url='http://backend.example.com:``/path/'
6+
`` CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.2:`` for host='example.com' `` retry_attempts=1 url='http://backend.example.com:``/path/'
7+
`` CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.2:`` for host='example.com' `` retry_attempts=2 url='http://backend.example.com:``/path/'
8+
`` CONNECT : `` connecting to 0.0.0.2:`` for host='example.com' url='http://backend.example.com:``/path/' fail_count='1' marking down
99
`` DNS Error: no valid server http://backend.example.com:``/path/
1010
``
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
`` CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.1:`` for host='example.com' connection_result=EIO [5] error=SUCCESS [0] retry_attempts=0 url='http://backend.example.com:``/path/'
2-
`` CONNECT : EIO [5] connecting to 0.0.0.1:`` for host='example.com' url='http://backend.example.com:``/path/' fail_count='1' marking down
3-
`` CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.2:`` for host='example.com' connection_result=EIO [5] error=SUCCESS [0] retry_attempts=0 url='http://backend.example.com:``/path/'
4-
`` CONNECT : EIO [5] connecting to 0.0.0.2:`` for host='example.com' url='http://backend.example.com:``/path/' fail_count='1' marking down
1+
`` CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.1:`` for host='example.com' `` retry_attempts=0 url='http://backend.example.com:``/path/'
2+
`` CONNECT : `` connecting to 0.0.0.1:`` for host='example.com' url='http://backend.example.com:``/path/' fail_count='1' marking down
3+
`` CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.2:`` for host='example.com' `` retry_attempts=0 url='http://backend.example.com:``/path/'
4+
`` CONNECT : `` connecting to 0.0.0.2:`` for host='example.com' url='http://backend.example.com:``/path/' fail_count='1' marking down
55
`` DNS Error: no valid server http://backend.example.com:``/path/
66
``
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
`` CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.1:`` for host='example.com' connection_result=EIO [5] error=SUCCESS [0] retry_attempts=0 url='http://backend.example.com:``/path/'
2-
`` CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.1:`` for host='example.com' connection_result=EIO [5] error=SUCCESS [0] retry_attempts=0 url='http://backend.example.com:``/path/'
3-
`` CONNECT : EIO [5] connecting to 0.0.0.1:`` for host='example.com' url='http://backend.example.com:``/path/' fail_count='2' marking down
4-
`` CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.2:`` for host='example.com' connection_result=EIO [5] error=SUCCESS [0] retry_attempts=0 url='http://backend.example.com:``/path/'
5-
`` CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.2:`` for host='example.com' connection_result=EIO [5] error=SUCCESS [0] retry_attempts=0 url='http://backend.example.com:``/path/'
6-
`` CONNECT : EIO [5] connecting to 0.0.0.2:`` for host='example.com' url='http://backend.example.com:``/path/' fail_count='2' marking down
1+
`` CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.1:`` for host='example.com' `` retry_attempts=0 url='http://backend.example.com:``/path/'
2+
`` CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.1:`` for host='example.com' `` retry_attempts=0 url='http://backend.example.com:``/path/'
3+
`` CONNECT : `` connecting to 0.0.0.1:`` for host='example.com' url='http://backend.example.com:``/path/' fail_count='2' marking down
4+
`` CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.2:`` for host='example.com' `` retry_attempts=0 url='http://backend.example.com:``/path/'
5+
`` CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.2:`` for host='example.com' `` retry_attempts=0 url='http://backend.example.com:``/path/'
6+
`` CONNECT : `` connecting to 0.0.0.2:`` for host='example.com' url='http://backend.example.com:``/path/' fail_count='2' marking down
77
`` DNS Error: no valid server http://backend.example.com:``/path/

0 commit comments

Comments
 (0)