MarketSquare / robotframework-requests

Robot Framework keyword library wrapper for requests

Home Page:http://marketsquare.github.io/robotframework-requests/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Listener] interface printing connection poll messages and also inactive robot file execution

hemachnadra opened this issue · comments

[Listener] interface printing connection poll messages and also inactive robot file execution.

Listener interfacing inactive during the execution's, printing the connection dropped logs msgs from conncertionpool.py file

2022-04-22 09:47:57,233 : robotListenerWrapper : 1067: DEBUG : Start of Keyword :Wait For Exists Scope : Keyword Keyword Type : Test_Case
2022-04-22 09:47:57,234 : RobotListenerWrapper : 1220: DEBUG : DeviceType : DUT1
2022-04-22 09:47:57,315 : connectionpool : 396 : DEBUG : http://localhost:9440/ "POST /jsonrpc/0 HTTP/1.1" 200 71
2022-04-22 09:47:57,385 : connectionpool : 396 : DEBUG : http://localhost:9440/ "POST /jsonrpc/0 HTTP/1.1" 200 17448
2022-04-22 09:47:57,410 : RobotListenerWrapper : 1269: DEBUG : End of Keyword : Wait For Exists Scope : Test_Case Keyword Type :Keyword

2022-04-22 09:47:03,470 : RobotListenerWrapper : 1067: DEBUG : Start of Keyword :Launch App Scope : Keyword Keyword Type : Test_Case
2022-04-22 09:47:03,470 : RobotListenerWrapper : 1220: DEBUG : DeviceType : DUT1
2022-04-22 09:47:03,476 : connectionpool : 243 : DEBUG : Resetting dropped connection: localhost
2022-04-22 09:47:05,581 : connectionpool : 396 : DEBUG : http://localhost:9440/ "POST /jsonrpc/0 HTTP/1.1" 200 291
2022-04-22 09:47:05,701 : connectionpool : 396 : DEBUG : http://localhost:9440/ "POST /jsonrpc/0 HTTP/1.1" 200 71
2022-04-22 09:47:08,051 : connectionpool : 396 : DEBUG : http://localhost:9440/ "POST /jsonrpc/0 HTTP/1.1" 200 72
2022-04-22 09:47:09,132 : connectionpool : 396 : DEBUG : http://localhost:9440/ "POST /jsonrpc/0 HTTP/1.1" 200 72
2022-04-22 09:47:09,170 : connectionpool : 396 : DEBUG : http://localhost:9440/ "POST /jsonrpc/0 HTTP/1.1" 200 72
2022-04-22 09:47:09,457 : connectionpool : 396 : DEBUG : http://localhost:9440/ "POST /jsonrpc/0 HTTP/1.1" 200 71
2022-04-22 09:47:11,528 : connectionpool : 396 : DEBUG : http://localhost:9440/ "POST /jsonrpc/0 HTTP/1.1" 200 72
2022-04-22 09:47:11,585 : connectionpool : 396 : DEBUG : http://localhost:9440/ "POST /jsonrpc/0 HTTP/1.1" 200 72
2022-04-22 09:47:11,628 : connectionpool : 396 : DEBUG : http://localhost:9440/ "POST /jsonrpc/0 HTTP/1.1" 200 71
2022-04-22 09:47:12,756 : connectionpool : 396 : DEBUG : http://localhost:9440/ "POST /jsonrpc/0 HTTP/1.1" 200 14583
2022-04-22 09:47:12,811 : connectionpool : 396 : DEBUG : http://localhost:9440/ "POST /jsonrpc/0 HTTP/1.1" 200 290
2022-04-22 09:47:12,845 : connectionpool : 396 : DEBUG : http://localhost:9440/ "POST /jsonrpc/0 HTTP/1.1" 200 290
2022-04-22 09:47:12,887 : connectionpool : 396 : DEBUG : http://localhost:9440/ "POST /jsonrpc/0 HTTP/1.1" 200 290
2022-04-22 09:47:12,980 : connectionpool : 396 : DEBUG : http://localhost:9440/ "POST /jsonrpc/0 HTTP/1.1" 200 290
2022-04-22 09:47:13,036 : connectionpool : 396 : DEBUG : http://localhost:9440/ "POST /jsonrpc/0 HTTP/1.1" 200 71
2022-04-22 09:47:13,198 : connectionpool : 396 : DEBUG : http://localhost:9440/ "POST /jsonrpc/0 HTTP/1.1" 200 529
2022-04-22 09:47:13,381 : connectionpool : 396 : DEBUG : http://localhost:9440/ "POST /jsonrpc/0 HTTP/1.1" 200 71
2022-04-22 09:47:13,384 : RobotListenerWrapper : 1269: DEBUG : End of Keyword : Launch App Scope : Test_Case Keyword Type :Keyword

2022-04-22 09:46:47,755 : RobotListenerWrapper : 1067: DEBUG : Start of Keyword :Scroll To Object Vertically Scope : Keyword Keyword Type : Test_Case
2022-04-22 09:46:47,756 : RobotListenerWrapper : 1220: DEBUG : DeviceType : DUT1
2022-04-22 09:46:47,805 : connectionpool : 396 : DEBUG : http://localhost:9440/ "POST /jsonrpc/0 HTTP/1.1" 200 68
2022-04-22 09:46:47,849 : connectionpool : 396 : DEBUG : http://localhost:9440/ "POST /jsonrpc/0 HTTP/1.1" 200 71
2022-04-22 09:46:47,891 : RobotListenerWrapper : 1269: DEBUG : End of Keyword : Scroll To Object Vertically Scope : Test_Case Keyword Type :Keyword

It doesn't seem related to requests library.