reportportal / agent-python-pytest

Framework integration with PyTest
Apache License 2.0
95 stars 102 forks source link

Test run freezes or get status:interrupted on reportportal 5 #176

Closed ohank closed 4 years ago

ohank commented 4 years ago

I have a problem to report test results to report portal server.

when I use reportportal 4.3, pytest-reportportal 1.0.9, reportportal-client 3.2.3 and pytest 5.0.1 All is working. But when I use reportportal 5, pytest-reportportal 5.0.1, reportportal-client 5.0.1 and pytest 5.0.1 test run freezes and when I run this:

def test_one():
    x = "this"
    assert 'h' in x

the run is logged as a pass but gets status: interrupted. image

When it freezes I get no error and I try with rp_ignore_errors = True And I got no difference.

iivanou commented 4 years ago

Are you saying that test run freezes at the web page?

ohank commented 4 years ago

The web page are working fine. the test runs just stop and show no error when. I run it form the agent in the terminal. Like this:

image

But we have developed our own test-framework ontop of pytest. But we don¨t get any error to the terminal that I use to get from pytest-reportport plugin.

iivanou commented 4 years ago

Are u sure that it is caused by the report portal agent? I'd like to look through debug logs...

ohank commented 4 years ago

No i am not sure. Where do i find the debug log for the plugin?

iivanou commented 4 years ago

The plugin uses the Python logging module. If your framework saves logs in the file(Pytest does this with the --log-file option), then they should be there.

ohank commented 4 years ago

This is what i get when I run: def test_one(): x = "this" assert 'h' in x

DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (58): 10.46.61.14 WARNING urllib3.connectionpool:connectionpool.py:277 Connection pool is full, discarding connection: 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (59): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (60): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (61): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (62): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (63): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (64): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (65): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (66): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (67): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (68): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (69): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (70): 10.46.61.14

iivanou commented 4 years ago

Can you share the full log? I want to understand why the connection pool becomes full. How many requests do you send? Is it reproducible running the only one test? Thanks.

ohank commented 4 years ago

image

INFO test_test:test_test.py:33 Case1. Step1 DEBUG urllib3.connectionpool:connectionpool.py:396 http://10.46.61.14:8080 "POST /api/v2/default_personal/log HTTP/1.1" 201 61 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (2): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (3): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (4): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (5): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (6): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (7): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (8): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (9): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (10): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (11): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (12): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (13): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (14): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (15): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (16): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (17): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (18): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (19): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (20): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (21): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (22): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (23): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (24): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (25): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (26): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (27): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (28): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (29): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (30): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (31): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (32): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (33): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (34): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (35): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (36): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (37): 10.46.61.14 WARNING urllib3.connectionpool:connectionpool.py:277 Connection pool is full, discarding connection: 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (38): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (39): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (40): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (41): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (42): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (43): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (44): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (45): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (46): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (47): 10.46.61.14 WARNING urllib3.connectionpool:connectionpool.py:277 Connection pool is full, discarding connection: 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (48): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (49): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (50): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (51): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (52): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (53): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (54): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (55): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (56): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (57): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (58): 10.46.61.14 WARNING urllib3.connectionpool:connectionpool.py:277 Connection pool is full, discarding connection: 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (59): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (60): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (61): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (62): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (63): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (64): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (65): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (66): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (67): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (68): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (69): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (70): 10.46.61.14

dijital20 commented 4 years ago

@ohank Set these two in your pytest.ini, re-run, and send @iivanou the console output:

log_cli = True
log_level = DEBUG

This should log the python logging library to the console during the test run, and output at DEBUG level. This should catch the plugin and client logs and give more info for debugging.

iivanou commented 4 years ago

This test works well on my side... Could you try reporting your test to https://beta.demo.reportportal.io/? You can log in with your GitHub account.

ohank commented 4 years ago

Ok log_cli = True log_level = DEBUG

now i get a lot info. Shall i post the log here? it is kinda big.

iivanou commented 4 years ago

Why not?)

ohank commented 4 years ago

This test works well on my side... Could you try reporting your test to https://beta.demo.reportportal.io/? You can log in with your GitHub account.

Yes I can. but don't I need a password?

ohank commented 4 years ago

Ops didn't mean to close =(

ohank commented 4 years ago

reportport_log.txt

here is the log.

ohank commented 4 years ago

ok i run the test on https://beta.demo.reportportal.io/

and did get status:interrupted. So there is something wrong with my plugin I guss.

image

iivanou commented 4 years ago

Hold on, status:interrupted issue has already been fixed but has not been released yet. Did your test run get stuck reporting to the given instance of the reportportal? If not, then there is some network issue that exist in your instance of the RP.

ajinkyapande commented 4 years ago

I am also observing the same .

DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (6553): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (6554): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (6555): report-portal:8080 WARNING urllib3.connectionpool:connectionpool.py:298 Connection pool is full, discarding connection: report-portal DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (6556): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (6557): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (6558): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (6559): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (6560): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (6561): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (6562): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (6563): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (6564): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (6565): report-portal:8080 WARNING urllib3.connectionpool:connectionpool.py:298 Connection pool is full, discarding connection: report-portal DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (6566): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (6567): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (6568): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (6569): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (6570): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (6571): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (6572): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (6573): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (6574): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (6575): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (6576): report-portal:8080 WARNING urllib3.connectionpool:connectionpool.py:298 Connection pool is full, discarding connection: report-portal DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (6577): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (6578): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (6579): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (6580): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (6581): report-portal:8080

ohank commented 4 years ago

When i run reportportal 4.3 on the same server it works. and I get -------------------------------- live log setup -------------------------------- DEBUG urllib3.connectionpool:connectionpool.py:396 http://10.46.61.14:8080 "POST /api/v1/default_personal/item HTTP/1.1" 201 84 DEBUG reportportal_client.service_async:service_async.py:305 log queued DEBUG reportportal_client.service:service.py:213 start_test_item - Stack: [None, None, '5e857fbd032236000186bf9e'] DEBUG reportportal_client.service_async:service_async.py:223 Processing item: ('start_test_item', {'name': 'test_start_engine', 'description': None, 'tags': ['default_setup_skip:engine', 'required_options:USE_MACHINE_TYPE=0/1/2/3/4'], 'start_time': '1585807293122', 'item_type': 'STEP', 'parameters': {}}) (queue size: 1) DEBUG reportportal_client.service_async:service_async.py:200 Posting log batch size: 0 DEBUG urllib3.connectionpool:connectionpool.py:396 http://10.46.61.14:8080 "POST /api/v1/default_personal/item/5e857fbd032236000186bf9e HTTP/1.1" 201 84 DEBUG reportportal_client.service_async:service_async.py:305 log queued DEBUG reportportal_client.service:service.py:213 start_test_item - Stack: [None, None, '5e857fbd032236000186bf9e', '5e857fbd032236000186bf9f'] DEBUG reportportal_client.service_async:service_async.py:223 Processing item: ('log', {'time': '1585807293261', 'message': 'http://10.46.61.14:8080 "POST /api/v1/default_personal/item HTTP/1.1" 201 84', 'level': 'DEBUG', 'attachment': None}) (queue size: 1) DEBUG reportportal_client.service_async:service_async.py:212 Processing log item: {'time': '1585807293261', 'message': 'http://10.46.61.14:8080 "POST /api/v1/default_personal/item HTTP/1.1" 201 84', 'level': 'DEBUG', 'attachment': None} DEBUG reportportal_client.service_async:service_async.py:223 Processing item: ('log', {'time': '1585807293353', 'message': 'http://10.46.61.14:8080 "POST /api/v1/default_personal/item/5e857fbd032236000186bf9e HTTP/1.1" 201 84', 'level': 'DEBUG', 'attachment': None}) (queue size: 0) DEBUG reportportal_client.service_async:service_async.py:212 Processing log item: {'time': '1585807293353', 'message': 'http://10.46.61.14:8080 "POST /api/v1/default_personal/item/5e857fbd032236000186bf9e HTTP/1.1" 201 84', 'level': 'DEBUG', 'attachment': None}

ohank commented 4 years ago

Hold on, status:interrupted issue has already been fixed but has not been released yet. Did your test run get stuck reporting to the given instance of the reportportal? If not, then there is some network issue that exist in your instance of the RP.

It is this stuff the get my test run to "freeze": -------------------------------- live log setup -------------------------------- DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (1): 127.0.0.1 DEBUG urllib3.connectionpool:connectionpool.py:396 http://10.46.61.14:8080 "POST /api/v2/default_personal/log HTTP/1.1" 201 61 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (2): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (3): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (4): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (5): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (6): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (7): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (8): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (9): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (10): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (11): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (12): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (13): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (14): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (15): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (16): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (17): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (18): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (19): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (20): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (21): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (22): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (23): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (24): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (25): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (26): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (27): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (28): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (29): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (30): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (31): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (32): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (33): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (34): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (35): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (36): 10.46.61.14 DEBUG urllib3.connectionpool:connectionpool.py:208 Starting new HTTP connection (37): 10.46.61.14 WARNING urllib3.connectionpool:connectionpool.py:277 Connection pool is full, discarding connection: 10.46.61.14

It just keeps doing this. If this status:interrupted fixa do solve this? I don't think it is a network issue for reportportal 4.3 work fine on the same server.

What ports are plugin using to send result to the server? 8080? 443? and has it change with the new version 5?

ohank commented 4 years ago

btw thanks for all the help I appraise it =)

iivanou commented 4 years ago

Can you try increasing the size of the connection pool? https://urllib3.readthedocs.io/en/latest/advanced-usage.html#customizing-pool-behavior

What ports are plugin using to send result to the server? 8080? 443? and has it change with the new version 5?

You are using HTTP according to the logs. HTTP is 8080, HTTPS is 443. Transfer protocols are not dependent from Report Portal:)

ohank commented 4 years ago

Ok i did run whit http = urllib3.PoolManager(maxsize=20) and the first test did run and send result to reportportal. But the second one didn´t start.

i got this error : reportportal_client.errors.ResponseError: TestItem with ID = '6dea6410-7879-4536-a767-2c69d3210291' successfully finished.

here is the log: reportportal_log_PoolManager(maxsize=20).txt

ohank commented 4 years ago

I did notes i use the wrong pytest-reportportal. So I did upgrade and got 5.0.1 and reportportal 5.0.2.

And now I get this error insted: INTERNALERROR> reportportal_client.errors.ResponseError: 4001: Incorrect Request. JSON parse error: Cannot deserialize instance of java.util.ArrayList<com.epam.ta.reportportal.ws.model.ParameterResource> out of START_OBJECT token; nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of java.util.ArrayList<com.epam.ta.reportportal.ws.model.ParameterResource> out of START_OBJECT token INTERNALERROR> at [Source: (PushbackInputStream); line: 1, column: 280] (through reference chain: com.epam.ta.reportportal.ws.model.StartTestItemRQ["parameters"])

iivanou commented 4 years ago

Fixed in 5.0.2 release.

ohank commented 4 years ago

Happy to report that 5.0.2 release. Did fix my problems! thanks for all the help! =)

ajinkyapande commented 4 years ago

hello , i have just upgraded to latest version still i am getting below issue WARNING urllib3.connectionpool:connectionpool.py:298 Connection pool is full, discarding connection: report-portal DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (109): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (110): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (111): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (112): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (113): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (114): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (115): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (116): report-portal:8080 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (117): report-portal:8080 --- Logging error --- Traceback (most recent call last): File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 654, in urlopen conn = self._get_conn(timeout=pool_timeout) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 274, in _get_conn return conn or self._new_conn() File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 225, in _new_conn self.port or "80", File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1371, in debug self._log(DEBUG, msg, args, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\rp_logging.py", line 120, in _log return original_func(self, *args, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1519, in _log self.handle(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1529, in handle self.callHandlers(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1591, in callHandlers hdlr.handle(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 905, in handle self.emit(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\rp_logging.py", line 102, in emit attachment=record.__dict__.get('attachment', None), File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\service.py", line 325, in post_log self.rp.log(**sl_rq) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\reportportal_client\service.py", line 391, in log r = self.session.post(url=url, json=data, verify=self.verify_ssl) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 578, in post return self.request('POST', url, data=data, json=json, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 530, in request resp = self.send(prep, **send_kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 643, in send r = adapter.send(request, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\adapters.py", line 449, in send timeout=timeout File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 654, in urlopen conn = self._get_conn(timeout=pool_timeout) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 274, in _get_conn return conn or self._new_conn() File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 225, in _new_conn self.port or "80", File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1371, in debug self._log(DEBUG, msg, args, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\rp_logging.py", line 120, in _log return original_func(self, *args, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1519, in _log self.handle(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1529, in handle self.callHandlers(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1591, in callHandlers hdlr.handle(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 905, in handle self.emit(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\rp_logging.py", line 102, in emit attachment=record.__dict__.get('attachment', None), File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\service.py", line 325, in post_log self.rp.log(**sl_rq) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\reportportal_client\service.py", line 391, in log r = self.session.post(url=url, json=data, verify=self.verify_ssl) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 578, in post return self.request('POST', url, data=data, json=json, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 530, in request resp = self.send(prep, **send_kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 643, in send r = adapter.send(request, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\adapters.py", line 449, in send timeout=timeout File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 654, in urlopen conn = self._get_conn(timeout=pool_timeout) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 274, in _get_conn return conn or self._new_conn() File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 225, in _new_conn self.port or "80", File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1371, in debug self._log(DEBUG, msg, args, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\rp_logging.py", line 120, in _log return original_func(self, *args, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1519, in _log self.handle(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1529, in handle self.callHandlers(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1591, in callHandlers hdlr.handle(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 905, in handle self.emit(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\rp_logging.py", line 102, in emit attachment=record.__dict__.get('attachment', None), File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\service.py", line 325, in post_log self.rp.log(**sl_rq) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\reportportal_client\service.py", line 391, in log r = self.session.post(url=url, json=data, verify=self.verify_ssl) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 578, in post return self.request('POST', url, data=data, json=json, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 530, in request resp = self.send(prep, **send_kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 643, in send r = adapter.send(request, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\adapters.py", line 449, in send timeout=timeout File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 654, in urlopen conn = self._get_conn(timeout=pool_timeout) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 274, in _get_conn return conn or self._new_conn() File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 225, in _new_conn self.port or "80", File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1371, in debug self._log(DEBUG, msg, args, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\rp_logging.py", line 120, in _log return original_func(self, *args, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1519, in _log self.handle(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1529, in handle self.callHandlers(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1591, in callHandlers hdlr.handle(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 905, in handle self.emit(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\rp_logging.py", line 102, in emit attachment=record.__dict__.get('attachment', None), File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\service.py", line 325, in post_log self.rp.log(**sl_rq) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\reportportal_client\service.py", line 391, in log r = self.session.post(url=url, json=data, verify=self.verify_ssl) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 578, in post return self.request('POST', url, data=data, json=json, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 530, in request resp = self.send(prep, **send_kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 643, in send r = adapter.send(request, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\adapters.py", line 449, in send timeout=timeout File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 654, in urlopen conn = self._get_conn(timeout=pool_timeout) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 274, in _get_conn return conn or self._new_conn() File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 225, in _new_conn self.port or "80", File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1371, in debug self._log(DEBUG, msg, args, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\rp_logging.py", line 120, in _log return original_func(self, *args, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1519, in _log self.handle(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1529, in handle self.callHandlers(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1591, in callHandlers hdlr.handle(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 905, in handle self.emit(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\rp_logging.py", line 102, in emit attachment=record.__dict__.get('attachment', None), File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\service.py", line 325, in post_log self.rp.log(**sl_rq) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\reportportal_client\service.py", line 391, in log r = self.session.post(url=url, json=data, verify=self.verify_ssl) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 578, in post return self.request('POST', url, data=data, json=json, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 530, in request resp = self.send(prep, **send_kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 643, in send r = adapter.send(request, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\adapters.py", line 449, in send timeout=timeout File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 654, in urlopen conn = self._get_conn(timeout=pool_timeout) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 274, in _get_conn return conn or self._new_conn() File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 225, in _new_conn self.port or "80", File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1371, in debug self._log(DEBUG, msg, args, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\rp_logging.py", line 120, in _log return original_func(self, *args, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1519, in _log self.handle(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1529, in handle self.callHandlers(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1591, in callHandlers hdlr.handle(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 905, in handle self.emit(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\rp_logging.py", line 102, in emit attachment=record.__dict__.get('attachment', None), File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\service.py", line 325, in post_log self.rp.log(**sl_rq) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\reportportal_client\service.py", line 391, in log r = self.session.post(url=url, json=data, verify=self.verify_ssl) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 578, in post return self.request('POST', url, data=data, json=json, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 530, in request resp = self.send(prep, **send_kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 643, in send r = adapter.send(request, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\adapters.py", line 449, in send timeout=timeout File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 654, in urlopen conn = self._get_conn(timeout=pool_timeout) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 274, in _get_conn return conn or self._new_conn() File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 225, in _new_conn self.port or "80", File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1371, in debug self._log(DEBUG, msg, args, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\rp_logging.py", line 120, in _log return original_func(self, *args, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1519, in _log self.handle(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1529, in handle self.callHandlers(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1591, in callHandlers hdlr.handle(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 905, in handle self.emit(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\rp_logging.py", line 102, in emit attachment=record.__dict__.get('attachment', None), File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\service.py", line 325, in post_log self.rp.log(**sl_rq) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\reportportal_client\service.py", line 391, in log r = self.session.post(url=url, json=data, verify=self.verify_ssl) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 578, in post return self.request('POST', url, data=data, json=json, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 530, in request resp = self.send(prep, **send_kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 643, in send r = adapter.send(request, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\adapters.py", line 449, in send timeout=timeout File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 654, in urlopen conn = self._get_conn(timeout=pool_timeout) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 274, in _get_conn return conn or self._new_conn() File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 225, in _new_conn self.port or "80", File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1371, in debug self._log(DEBUG, msg, args, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\rp_logging.py", line 120, in _log return original_func(self, *args, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1519, in _log self.handle(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1529, in handle self.callHandlers(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1591, in callHandlers hdlr.handle(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 905, in handle self.emit(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\rp_logging.py", line 102, in emit attachment=record.__dict__.get('attachment', None), File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\service.py", line 325, in post_log self.rp.log(**sl_rq) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\reportportal_client\service.py", line 391, in log r = self.session.post(url=url, json=data, verify=self.verify_ssl) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 578, in post return self.request('POST', url, data=data, json=json, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 530, in request resp = self.send(prep, **send_kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 643, in send r = adapter.send(request, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\adapters.py", line 449, in send timeout=timeout File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 654, in urlopen conn = self._get_conn(timeout=pool_timeout) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 274, in _get_conn return conn or self._new_conn() File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 225, in _new_conn self.port or "80", File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1371, in debug self._log(DEBUG, msg, args, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\rp_logging.py", line 120, in _log return original_func(self, *args, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1519, in _log self.handle(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1529, in handle self.callHandlers(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1591, in callHandlers hdlr.handle(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 905, in handle self.emit(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\rp_logging.py", line 102, in emit attachment=record.__dict__.get('attachment', None), File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\service.py", line 325, in post_log self.rp.log(**sl_rq) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\reportportal_client\service.py", line 391, in log r = self.session.post(url=url, json=data, verify=self.verify_ssl) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 578, in post return self.request('POST', url, data=data, json=json, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 530, in request resp = self.send(prep, **send_kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 643, in send r = adapter.send(request, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\adapters.py", line 449, in send timeout=timeout File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 654, in urlopen conn = self._get_conn(timeout=pool_timeout) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 274, in _get_conn return conn or self._new_conn() File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 225, in _new_conn self.port or "80", File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1371, in debug self._log(DEBUG, msg, args, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\rp_logging.py", line 120, in _log return original_func(self, *args, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1519, in _log self.handle(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1529, in handle self.callHandlers(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1591, in callHandlers hdlr.handle(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 905, in handle self.emit(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\rp_logging.py", line 102, in emit attachment=record.__dict__.get('attachment', None), File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\service.py", line 325, in post_log self.rp.log(**sl_rq) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\reportportal_client\service.py", line 391, in log r = self.session.post(url=url, json=data, verify=self.verify_ssl) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 578, in post return self.request('POST', url, data=data, json=json, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 530, in request resp = self.send(prep, **send_kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 643, in send r = adapter.send(request, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\adapters.py", line 449, in send timeout=timeout File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 654, in urlopen conn = self._get_conn(timeout=pool_timeout) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 274, in _get_conn return conn or self._new_conn() File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 225, in _new_conn self.port or "80", File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1371, in debug self._log(DEBUG, msg, args, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\pytest_reportportal\rp_logging.py", line 120, in _log return original_func(self, *args, **kwargs) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1519, in _log self.handle(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1529, in handle self.callHandlers(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 1591, in callHandlers hdlr.handle(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\logging\__init__.py", line 905, in handle self.emit(record) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\_pytest\logging.py", line 761, in emit with ctx_manager: File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\contextlib.py", line 112, in __enter__ return next(self.gen) File "C:\Users\TestUser\AppData\Local\Programs\Python\Python37\lib\site-packages\_pytest\capture.py", line 175, in global_and_fixture_disabled self.suspend() RecursionError: maximum recursion depth exceeded

Ngaur commented 4 years ago

I am getting the same error , execution freezes with so many connectionpool requests and never comes back. using report-portal server v 5.2.2 (installed through docker) pytest_reportportal v 5.0.3

I had also tried reporting logs to demo report-portal server, behaviour is same.

following are the logs : ---------------------------- live log sessionstart ----------------------------- DEBUG pytest_reportportal.service:service.py:127 ReportPortal - Init service: endpoint=https://reportportal-server.in, project=platform_loyalty_endtoend, uuid=938a9903-3b87-4b26-8d73-cf1e4e07f7f9 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (1): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "GET /api/v1/platform_loyalty_endtoend/settings HTTP/1.1" 200 810 DEBUG reportportal_client.service:service.py:367 settings DEBUG pytest_reportportal.service:service.py:160 ReportPortal - Start launch: equest_body={'attributes': {'agent': 'pytest-reportportal-pytest-reportportal 5.0.2', 'os': 'Darwin', 'cpu': 'i386', 'machine': 'x86_64', 'system': True}, 'name': 'campaign_tests-nightly_cc-luci', 'start_time': '1594648126196', 'description': '', 'mode': None} DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/launch HTTP/1.1" 201 59 DEBUG reportportal_client.service:service.py:225 start_launch - ID: a0cc984a-70fc-41de-ba83-be67e2e522eb DEBUG pytest_reportportal.service:service.py:162 ReportPortal - Launch started: id=a0cc984a-70fc-41de-ba83-be67e2e522eb collected 484 items / 479 deselected / 5 selected ----------------------------- live log collection ------------------------------ DEBUG pytest_reportportal.service:service.py:241 ReportPortal - Start Suite: request_body={'name': 'tests/luci/test_brandCategorySKU.py', 'description': None, 'start_time': '1594648127110', 'item_type': 'SUITE', 'parent_item_id': None} DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/item HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:290 start_test_item - ID: 334f5454-e991-4faa-a5dc-c4e111ed11ab DEBUG pytest_reportportal.service:service.py:241 ReportPortal - Start Suite: request_body={'name': 'Test_brandCategorySKU', 'description': None, 'start_time': '1594648127449', 'item_type': 'SUITE', 'parent_item_id': '334f5454-e991-4faa-a5dc-c4e111ed11ab'} DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/item/334f5454-e991-4faa-a5dc-c4e111ed11ab HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:290 start_test_item - ID: 7b281ef7-9701-4255-b4b0-5c991a6f55e3 DEBUG pytest_reportportal.service:service.py:258 ReportPortal - Start TestItem: request_body={'attributes': [], 'name': 'test_LUCI_BCSKU_002_sanity[Update productIds in Thrift call]', 'description': None, 'start_time': '1594648127789', 'item_type': 'TEST', 'parent_item_id': '7b281ef7-9701-4255-b4b0-5c991a6f55e3', 'parameters': {'description': 'Update productIds in Thrift call'}} DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/item/7b281ef7-9701-4255-b4b0-5c991a6f55e3 HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:290 start_test_item - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86

-------------------------------- live log setup -------------------------------- DEBUG debugLog:logger.py:45 4515741120:src.utilities.logger:logSuiteName:74 -

             ****** Executing suite: Test_brandCategorySKU'> *******

DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.modules.luci.luciThrift:close:18 - Closing LuciThrift connection DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.utilities.logger:logMethodName:69 -

            ######### Executing test: test_LUCI_BCSKU_002_sanity ##########

DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 -------------------------------- live log call --------------------------------- INFO conftest:test_brandCategorySKU.py:28 test_LUCI_BCSKU_002_sanity DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.modules.luci.luciThrift:saveCouponConfiguration:25 - Save Coupon Config Request : SaveCouponConfigRequest(requestId='luci_auto_66695', orgId=50371, couponConfig=CouponConfiguration(id=0, org_id=50371, description='luci testing', series_type='CAMPAIGN', client_handling_type='DISC_CODE', discount_code='XYZ123', valid_till_date=1594820930000, valid_days_from_create=30, expiry_strategy_value=30, transferrable=False, any_user=False, same_user_multiple_redeem=False, allow_referral_existing_users=False, multiple_use=False, is_validation_required=False, valid_with_discounted_item=False, created_by=15000449, num_issued=0, num_redeemed=0, created=1594648130000, last_used=1594648130000, series_code='159464813000030335', sms_template='', disable_sms=False, info='test_LUCI_BCSKU_002_sanity', allow_multiple_vouchers_per_user=False, do_not_resend_existing_voucher=False, mutual_exclusive_series_ids='false', store_ids_json='[-1]', dvs_enabled=False, dvs_expiry_date=1594648130000, priority=0, terms_and_condition='T&C Apply', signal_redemption_event=False, sync_to_client=False, short_sms_template='', max_vouchers_per_user=-1, min_days_between_vouchers=-1, max_referrals_per_referee=-1, show_pin_code=False, discount_on='BILL', discount_type='ABS', discount_value=1, dvs_items='', redemption_range='{ "dom": ["-1"], "dow": ["-1"],"hours": ["-1"] }', min_bill_amount=0, max_bill_amount=0, redeem_at_store='[-1]', campaign_id=322856, tag='', max_redemptions_in_series_per_user=-1, min_days_between_redemption=-1, redemption_valid_from=1594561730000, redeem_store_type='redeemable_stores', expiry_strategy_type='DAYS', old_flow=False, max_create=-1, max_redeem=-1, pre_redeem_event_required=False, source_org_id=-1, issue_to_loyalty=False, offline_redeem_type=False, productInfo=None, num_uploaded_nonIssued=None, num_uploaded_total=None, redemption_valid_after_days=None, owned_by=None, owner_id=None, discount_upto=None, redemption_org_entity_type=None, ownerValidity=None, couponUploadInfo=None, alphaNumeric=None, shortCodeLength=None, randomCodeLength=None, fixedExpiryDate=None, numTotal=None, latestIssualTime=None, latestRedemptionTime=None, genericCode=None, resendMessageEnabled=None, isExternalIssual=None, purpose=None, metadata=None, couponSeriesAudienceDetailsList=None, redemptionOrgEntityDetails=None, targetUserDetails=None, customPropertyMap=None, additionalDescription=None), modifiedBy=15000449, includeProductInfo=None, audienceGroupsToBeAttached=None) DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.modules.luci.luciThrift:saveCouponConfiguration:26 - CouponConfiguration(id=162901, org_id=50371, description='luci testing', series_type='CAMPAIGN', client_handling_type='DISC_CODE', discount_code='XYZ123', valid_till_date=1594751400000, valid_days_from_create=30, expiry_strategy_value=30, transferrable=False, any_user=False, same_user_multiple_redeem=False, allow_referral_existing_users=False, multiple_use=False, is_validation_required=False, valid_with_discounted_item=False, created_by=15000449, num_issued=0, num_redeemed=0, created=1594648130000, last_used=1594648140000, series_code='159464813000030335', sms_template='', disable_sms=False, info='test_LUCI_BCSKU_002_sanity', allow_multiple_vouchers_per_user=False, do_not_resend_existing_voucher=False, mutual_exclusive_series_ids='false', store_ids_json='[-1]', dvs_enabled=False, dvs_expiry_date=1594578600000, priority=0, terms_and_condition='T&C Apply', signal_redemption_event=False, sync_to_client=False, short_sms_template='', max_vouchers_per_user=-1, min_days_between_vouchers=-1, max_referrals_per_referee=-1, show_pin_code=False, discount_on='BILL', discount_type='ABS', discount_value=1.0, dvs_items='', redemption_range='{ "dom": ["-1"], "dow": ["-1"],"hours": ["-1"] }', min_bill_amount=0.0, max_bill_amount=0.0, redeem_at_store='[-1]', campaign_id=322856, tag='', max_redemptions_in_series_per_user=-1, min_days_between_redemption=-1, redemption_valid_from=1594492200000, redeem_store_type='redeemable_stores', expiry_strategy_type='DAYS', old_flow=False, max_create=-1, max_redeem=-1, pre_redeem_event_required=False, source_org_id=-1, issue_to_loyalty=False, offline_redeem_type=False, productInfo=None, num_uploaded_nonIssued=0, num_uploaded_total=0, redemption_valid_after_days=0, owned_by=2, owner_id=322856, discount_upto=None, redemption_org_entity_type=None, ownerValidity=None, couponUploadInfo=None, alphaNumeric=None, shortCodeLength=None, randomCodeLength=None, fixedExpiryDate=1594751400000, numTotal=-1, latestIssualTime=None, latestRedemptionTime=None, genericCode=None, resendMessageEnabled=True, isExternalIssual=None, purpose=None, metadata=None, couponSeriesAudienceDetailsList=None, redemptionOrgEntityDetails=None, targetUserDetails=None, customPropertyMap=None, additionalDescription=None) DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.utilities.assertion:constructAssertion:17 - Assertion Passed :Coupon Series Created successfully DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.modules.luci.luciThrift:saveCouponConfiguration:25 - Save Coupon Config Request : SaveCouponConfigRequest(requestId='luci_auto_66695', orgId=50371, couponConfig=CouponConfiguration(id=162901, org_id=50371, description='luci testing', series_type='CAMPAIGN', client_handling_type='DISC_CODE', discount_code='XYZ123', valid_till_date=1594751400000, valid_days_from_create=30, expiry_strategy_value=30, transferrable=False, any_user=False, same_user_multiple_redeem=False, allow_referral_existing_users=False, multiple_use=False, is_validation_required=False, valid_with_discounted_item=False, created_by=15000449, num_issued=0, num_redeemed=0, created=1594648130000, last_used=1594648140000, series_code='159464813000030335', sms_template='', disable_sms=False, info='test_LUCI_BCSKU_002_sanity', allow_multiple_vouchers_per_user=False, do_not_resend_existing_voucher=False, mutual_exclusive_series_ids='false', store_ids_json='[-1]', dvs_enabled=False, dvs_expiry_date=1594578600000, priority=0, terms_and_condition='T&C Apply', signal_redemption_event=False, sync_to_client=False, short_sms_template='', max_vouchers_per_user=-1, min_days_between_vouchers=-1, max_referrals_per_referee=-1, show_pin_code=False, discount_on='BILL', discount_type='ABS', discount_value=1.0, dvs_items='', redemption_range='{ "dom": ["-1"], "dow": ["-1"],"hours": ["-1"] }', min_bill_amount=0.0, max_bill_amount=0.0, redeem_at_store='[-1]', campaign_id=322856, tag='', max_redemptions_in_series_per_user=-1, min_days_between_redemption=-1, redemption_valid_from=1594492200000, redeem_store_type='redeemable_stores', expiry_strategy_type='DAYS', old_flow=False, max_create=-1, max_redeem=-1, pre_redeem_event_required=False, source_org_id=-1, issue_to_loyalty=False, offline_redeem_type=False, productInfo=[ProductInfo(productType=1, productIds=[9926522, 9926523, 15972])], num_uploaded_nonIssued=0, num_uploaded_total=0, redemption_valid_after_days=0, owned_by=2, owner_id=322856, discount_upto=None, redemption_org_entity_type=None, ownerValidity=None, couponUploadInfo=None, alphaNumeric=None, shortCodeLength=None, randomCodeLength=None, fixedExpiryDate=1594751400000, numTotal=-1, latestIssualTime=None, latestRedemptionTime=None, genericCode=None, resendMessageEnabled=True, isExternalIssual=None, purpose=None, metadata=None, couponSeriesAudienceDetailsList=None, redemptionOrgEntityDetails=None, targetUserDetails=None, customPropertyMap=None, additionalDescription=None), modifiedBy=15000449, includeProductInfo=True, audienceGroupsToBeAttached=None) DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.modules.luci.luciThrift:saveCouponConfiguration:26 - CouponConfiguration(id=162901, org_id=50371, description='luci testing', series_type='CAMPAIGN', client_handling_type='DISC_CODE', discount_code='XYZ123', valid_till_date=1594751400000, valid_days_from_create=30, expiry_strategy_value=30, transferrable=False, any_user=False, same_user_multiple_redeem=False, allow_referral_existing_users=False, multiple_use=False, is_validation_required=False, valid_with_discounted_item=False, created_by=15000449, num_issued=0, num_redeemed=0, created=1594648130000, last_used=1594648140000, series_code='159464813000030335', sms_template='', disable_sms=False, info='test_LUCI_BCSKU_002_sanity', allow_multiple_vouchers_per_user=False, do_not_resend_existing_voucher=False, mutual_exclusive_series_ids='false', store_ids_json='[-1]', dvs_enabled=False, dvs_expiry_date=1594578600000, priority=0, terms_and_condition='T&C Apply', signal_redemption_event=False, sync_to_client=False, short_sms_template='', max_vouchers_per_user=-1, min_days_between_vouchers=-1, max_referrals_per_referee=-1, show_pin_code=False, discount_on='BILL', discount_type='ABS', discount_value=1.0, dvs_items='', redemption_range='{ "dom": ["-1"], "dow": ["-1"],"hours": ["-1"] }', min_bill_amount=0.0, max_bill_amount=0.0, redeem_at_store='[-1]', campaign_id=322856, tag='', max_redemptions_in_series_per_user=-1, min_days_between_redemption=-1, redemption_valid_from=1594492200000, redeem_store_type='redeemable_stores', expiry_strategy_type='DAYS', old_flow=False, max_create=-1, max_redeem=-1, pre_redeem_event_required=False, source_org_id=-1, issue_to_loyalty=False, offline_redeem_type=False, productInfo=[ProductInfo(productType=1, productIds=[15972, 9926522, 9926523])], num_uploaded_nonIssued=0, num_uploaded_total=0, redemption_valid_after_days=0, owned_by=2, owner_id=322856, discount_upto=None, redemption_org_entity_type=None, ownerValidity=None, couponUploadInfo=None, alphaNumeric=None, shortCodeLength=None, randomCodeLength=None, fixedExpiryDate=1594751400000, numTotal=-1, latestIssualTime=None, latestRedemptionTime=None, genericCode=None, resendMessageEnabled=True, isExternalIssual=None, purpose=None, metadata=None, couponSeriesAudienceDetailsList=None, redemptionOrgEntityDetails=None, targetUserDetails=None, customPropertyMap=None, additionalDescription=None) DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.utilities.assertion:constructAssertion:17 - Assertion Passed :Coupon Series Created successfully DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.modules.luci.luciThrift:saveCouponConfiguration:25 - Save Coupon Config Request : SaveCouponConfigRequest(requestId='luci_auto_66695', orgId=50371, couponConfig=CouponConfiguration(id=162901, org_id=50371, description='luci testing', series_type='CAMPAIGN', client_handling_type='DISC_CODE', discount_code='XYZ123', valid_till_date=1594751400000, valid_days_from_create=30, expiry_strategy_value=30, transferrable=False, any_user=False, same_user_multiple_redeem=False, allow_referral_existing_users=False, multiple_use=False, is_validation_required=False, valid_with_discounted_item=False, created_by=15000449, num_issued=0, num_redeemed=0, created=1594648130000, last_used=1594648140000, series_code='159464813000030335', sms_template='', disable_sms=False, info='test_LUCI_BCSKU_002_sanity', allow_multiple_vouchers_per_user=False, do_not_resend_existing_voucher=False, mutual_exclusive_series_ids='false', store_ids_json='[-1]', dvs_enabled=False, dvs_expiry_date=1594578600000, priority=0, terms_and_condition='T&C Apply', signal_redemption_event=False, sync_to_client=False, short_sms_template='', max_vouchers_per_user=-1, min_days_between_vouchers=-1, max_referrals_per_referee=-1, show_pin_code=False, discount_on='BILL', discount_type='ABS', discount_value=1.0, dvs_items='', redemption_range='{ "dom": ["-1"], "dow": ["-1"],"hours": ["-1"] }', min_bill_amount=0.0, max_bill_amount=0.0, redeem_at_store='[-1]', campaign_id=322856, tag='', max_redemptions_in_series_per_user=-1, min_days_between_redemption=-1, redemption_valid_from=1594492200000, redeem_store_type='redeemable_stores', expiry_strategy_type='DAYS', old_flow=False, max_create=-1, max_redeem=-1, pre_redeem_event_required=False, source_org_id=-1, issue_to_loyalty=False, offline_redeem_type=False, productInfo=[ProductInfo(productType=0, productIds=[1243])], num_uploaded_nonIssued=0, num_uploaded_total=0, redemption_valid_after_days=0, owned_by=2, owner_id=322856, discount_upto=None, redemption_org_entity_type=None, ownerValidity=None, couponUploadInfo=None, alphaNumeric=None, shortCodeLength=None, randomCodeLength=None, fixedExpiryDate=1594751400000, numTotal=-1, latestIssualTime=None, latestRedemptionTime=None, genericCode=None, resendMessageEnabled=True, isExternalIssual=None, purpose=None, metadata=None, couponSeriesAudienceDetailsList=None, redemptionOrgEntityDetails=None, targetUserDetails=None, customPropertyMap=None, additionalDescription=None), modifiedBy=15000449, includeProductInfo=True, audienceGroupsToBeAttached=None) DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.modules.luci.luciThrift:saveCouponConfiguration:26 - CouponConfiguration(id=162901, org_id=50371, description='luci testing', series_type='CAMPAIGN', client_handling_type='DISC_CODE', discount_code='XYZ123', valid_till_date=1594751400000, valid_days_from_create=30, expiry_strategy_value=30, transferrable=False, any_user=False, same_user_multiple_redeem=False, allow_referral_existing_users=False, multiple_use=False, is_validation_required=False, valid_with_discounted_item=False, created_by=15000449, num_issued=0, num_redeemed=0, created=1594648130000, last_used=1594648140000, series_code='159464813000030335', sms_template='', disable_sms=False, info='test_LUCI_BCSKU_002_sanity', allow_multiple_vouchers_per_user=False, do_not_resend_existing_voucher=False, mutual_exclusive_series_ids='false', store_ids_json='[-1]', dvs_enabled=False, dvs_expiry_date=1594578600000, priority=0, terms_and_condition='T&C Apply', signal_redemption_event=False, sync_to_client=False, short_sms_template='', max_vouchers_per_user=-1, min_days_between_vouchers=-1, max_referrals_per_referee=-1, show_pin_code=False, discount_on='BILL', discount_type='ABS', discount_value=1.0, dvs_items='', redemption_range='{ "dom": ["-1"], "dow": ["-1"],"hours": ["-1"] }', min_bill_amount=0.0, max_bill_amount=0.0, redeem_at_store='[-1]', campaign_id=322856, tag='', max_redemptions_in_series_per_user=-1, min_days_between_redemption=-1, redemption_valid_from=1594492200000, redeem_store_type='redeemable_stores', expiry_strategy_type='DAYS', old_flow=False, max_create=-1, max_redeem=-1, pre_redeem_event_required=False, source_org_id=-1, issue_to_loyalty=False, offline_redeem_type=False, productInfo=[ProductInfo(productType=0, productIds=[1243])], num_uploaded_nonIssued=0, num_uploaded_total=0, redemption_valid_after_days=0, owned_by=2, owner_id=322856, discount_upto=None, redemption_org_entity_type=None, ownerValidity=None, couponUploadInfo=None, alphaNumeric=None, shortCodeLength=None, randomCodeLength=None, fixedExpiryDate=1594751400000, numTotal=-1, latestIssualTime=None, latestRedemptionTime=None, genericCode=None, resendMessageEnabled=True, isExternalIssual=None, purpose=None, metadata=None, couponSeriesAudienceDetailsList=None, redemptionOrgEntityDetails=None, targetUserDetails=None, customPropertyMap=None, additionalDescription=None) DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.utilities.assertion:constructAssertion:17 - Assertion Passed :Coupon Series Created successfully DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.modules.luci.luciThrift:getQueueSize:58 - Get Loaded Coupon Code Count from Queue : orgId - 50371 - Coupon Series Id - 162901 - requestId -luci_auto_66695 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.modules.luci.luciThrift:getQueueSize:59 - 800 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.modules.luci.luciThrift:getQueueSize:58 - Get Loaded Coupon Code Count from Queue : orgId - 50371 - Coupon Series Id - 162901 - requestId -luci_auto_66695 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.modules.luci.luciThrift:getQueueSize:59 - 1000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.modules.luci.luciThrift:getQueueSize:58 - Get Loaded Coupon Code Count from Queue : orgId - 50371 - Coupon Series Id - 162901 - requestId -luci_auto_66695 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.modules.luci.luciThrift:getQueueSize:59 - 1100 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.modules.luci.luciThrift:getQueueSize:58 - Get Loaded Coupon Code Count from Queue : orgId - 50371 - Coupon Series Id - 162901 - requestId -luci_auto_66695 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.modules.luci.luciThrift:getQueueSize:59 - 1400 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.modules.luci.luciThrift:getQueueSize:58 - Get Loaded Coupon Code Count from Queue : orgId - 50371 - Coupon Series Id - 162901 - requestId -luci_auto_66695 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.modules.luci.luciThrift:getQueueSize:59 - 1500 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.modules.luci.luciHelper:queuePumpWait:459 - queue count after 100+ seconds : 1500 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.utilities.database:init:8 - server: intouch-db-mysql-master-shard-2 db: luci port: 3306 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.utilities.database:readFromDB:22 - SELECT count(1) FROM luci.coupons_created WHERE org_id = 50371 AND coupon_series_id = 162901 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.utilities.database:readFromDB:25 - ((1500,),) DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.utilities.assertion:constructAssertion:17 - Assertion Passed :Coupon Code Pumped to Queue DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.modules.luci.luciThrift:getCouponConfiguration:29 - Get Coupon Config Request : GetCouponConfigRequest(requestId='luci_auto_66695', orgId=50371, couponSeriesId=162901, includeProductInfo=None, storeUnitId=None, ownedBy=None, ownerId=None, orderBy=None, sort=None, limit=None, offset=None, includeExpired=None, uploadInfoRequired=None, seriesDescription=None, seriesCode=None, includeUnclaimed=None) DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.modules.luci.luciThrift:getCouponConfiguration:30 - [CouponConfiguration(id=162901, org_id=50371, description='luci testing', series_type='CAMPAIGN', client_handling_type='DISC_CODE', discount_code='XYZ123', valid_till_date=1594751400000, valid_days_from_create=30, expiry_strategy_value=30, transferrable=False, any_user=False, same_user_multiple_redeem=False, allow_referral_existing_users=False, multiple_use=False, is_validation_required=False, valid_with_discounted_item=False, created_by=15000449, num_issued=0, num_redeemed=0, created=1594648130000, last_used=1594648140000, series_code='159464813000030335', sms_template='', disable_sms=False, info='test_LUCI_BCSKU_002_sanity', allow_multiple_vouchers_per_user=False, do_not_resend_existing_voucher=False, mutual_exclusive_series_ids='false', store_ids_json='[-1]', dvs_enabled=False, dvs_expiry_date=1594578600000, priority=0, terms_and_condition='T&C Apply', signal_redemption_event=False, sync_to_client=False, short_sms_template='', max_vouchers_per_user=-1, min_days_between_vouchers=-1, max_referrals_per_referee=-1, show_pin_code=False, discount_on='BILL', discount_type='ABS', discount_value=1.0, dvs_items='', redemption_range='{ "dom": ["-1"], "dow": ["-1"],"hours": ["-1"] }', min_bill_amount=0.0, max_bill_amount=0.0, redeem_at_store='[-1]', campaign_id=322856, tag='', max_redemptions_in_series_per_user=-1, min_days_between_redemption=-1, redemption_valid_from=1594492200000, redeem_store_type='redeemable_stores', expiry_strategy_type='DAYS', old_flow=False, max_create=-1, max_redeem=-1, pre_redeem_event_required=False, source_org_id=-1, issue_to_loyalty=False, offline_redeem_type=False, productInfo=[ProductInfo(productType=0, productIds=[1243])], num_uploaded_nonIssued=0, num_uploaded_total=0, redemption_valid_after_days=0, owned_by=2, owner_id=322856, discount_upto=None, redemption_org_entity_type=None, ownerValidity=None, couponUploadInfo=None, alphaNumeric=None, shortCodeLength=None, randomCodeLength=None, fixedExpiryDate=1594751400000, numTotal=-1, latestIssualTime=None, latestRedemptionTime=None, genericCode=None, resendMessageEnabled=True, isExternalIssual=None, purpose=None, metadata=None, couponSeriesAudienceDetailsList=None, redemptionOrgEntityDetails=None, targetUserDetails=None, customPropertyMap=None, additionalDescription=None)] DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.utilities.database:init:8 - server: intouch-db-mysql-master-shard-2 db: luci port: 3306 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.utilities.database:readFromDB:22 - SELECT FROM luci.coupon_product_data_values WHERE org_id = 50371 AND voucher_series_id = 162901 AND is_valid = True DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.utilities.database:readFromDB:25 - ((2096, 1, 50371, 162901, 1243, 1, datetime.datetime(2020, 7, 13, 19, 19, 9)),) DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.modules.luci.luciDBHelper:getVoucherProductDataValues:218 - Debugging the SELECT FROM luci.coupon_product_data_values WHERE org_id = 50371 AND voucher_series_id = 162901 AND is_valid = True DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.modules.luci.luciDBHelper:getVoucherProductDataValues:219 - Result : [[2096, 1, 50371, 162901, 1243, 1, '2020-07-13 19:19:09']] DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.utilities.assertion:constructAssertion:17 - Assertion Passed :PRODUCT TYPE IS MISMATCH DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.utilities.assertion:constructAssertion:17 - Assertion Passed :PRODUCT IDs COUNT IS MISMATCH DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG debugLog:logger.py:45 4515741120:src.utilities.assertion:constructAssertion:17 - Assertion Passed :PRODUCT IDs ARE MISMATCH IN DB AND THRIFT RESPONSE DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86

------------------------------- live log finish -------------------------------- DEBUG pytest_reportportal.service:service.py:275 ReportPortal - Finish TestItem: request_body={'end_time': '1594648180061', 'status': 'PASSED', 'issue': {'issueType': 'ti001'}, 'item_id': '977df3e6-72fd-4f38-b3dc-96dcf70f1a86'} DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "PUT /api/v2/platform_loyalty_endtoend/item/977df3e6-72fd-4f38-b3dc-96dcf70f1a86 HTTP/1.1" 200 93 DEBUG reportportal_client.service:service.py:346 finish_test_item - ID: 977df3e6-72fd-4f38-b3dc-96dcf70f1a86 DEBUG pytest_reportportal.service:service.py:258 ReportPortal - Start TestItem: request_body={'attributes': [], 'name': 'test_LUCI_BCSKU_dummy[dummy test case]', 'description': None, 'start_time': '1594648180401', 'item_type': 'TEST', 'parent_item_id': '7b281ef7-9701-4255-b4b0-5c991a6f55e3', 'parameters': {'description': 'dummy test case'}} DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/item/7b281ef7-9701-4255-b4b0-5c991a6f55e3 HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:290 start_test_item - ID: 278d7507-4c2b-4bec-83d6-59f278eb9743

-------------------------------- live log setup -------------------------------- DEBUG debugLog:logger.py:45 4515741120:src.modules.luci.luciThrift:close:18 - Closing LuciThrift connection DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 278d7507-4c2b-4bec-83d6-59f278eb9743 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 278d7507-4c2b-4bec-83d6-59f278eb9743 DEBUG debugLog:logger.py:45 4515741120:src.utilities.logger:logMethodName:69 -

            ######### Executing test: test_LUCI_BCSKU_dummy ##########

DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 278d7507-4c2b-4bec-83d6-59f278eb9743 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 278d7507-4c2b-4bec-83d6-59f278eb9743 -------------------------------- live log call --------------------------------- INFO conftest:test_brandCategorySKU.py:63 test_LUCI_BCSKU_dummy DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 278d7507-4c2b-4bec-83d6-59f278eb9743 DEBUG debugLog:logger.py:45 4515741120:src.modules.luci.luciThrift:saveCouponConfiguration:25 - Save Coupon Config Request : SaveCouponConfigRequest(requestId='luci_auto_17512', orgId=50371, couponConfig=CouponConfiguration(id=0, org_id=50371, description='luci testing', series_type='CAMPAIGN', client_handling_type='DISC_CODE', discount_code='XYZ123', valid_till_date=1594820982000, valid_days_from_create=30, expiry_strategy_value=30, transferrable=False, any_user=False, same_user_multiple_redeem=False, allow_referral_existing_users=False, multiple_use=False, is_validation_required=False, valid_with_discounted_item=False, created_by=15000449, num_issued=0, num_redeemed=0, created=1594648182000, last_used=1594648182000, series_code='159464818200029278', sms_template='', disable_sms=False, info='test_LUCI_BCSKU_dummy', allow_multiple_vouchers_per_user=False, do_not_resend_existing_voucher=False, mutual_exclusive_series_ids='false', store_ids_json='[-1]', dvs_enabled=False, dvs_expiry_date=1594648182000, priority=0, terms_and_condition='T&C Apply', signal_redemption_event=False, sync_to_client=False, short_sms_template='', max_vouchers_per_user=-1, min_days_between_vouchers=-1, max_referrals_per_referee=-1, show_pin_code=False, discount_on='BILL', discount_type='ABS', discount_value=1, dvs_items='', redemption_range='{ "dom": ["-1"], "dow": ["-1"],"hours": ["-1"] }', min_bill_amount=0, max_bill_amount=0, redeem_at_store='[-1]', campaign_id=322856, tag='', max_redemptions_in_series_per_user=-1, min_days_between_redemption=-1, redemption_valid_from=1594561782000, redeem_store_type='redeemable_stores', expiry_strategy_type='DAYS', old_flow=False, max_create=-1, max_redeem=-1, pre_redeem_event_required=False, source_org_id=-1, issue_to_loyalty=False, offline_redeem_type=False, productInfo=None, num_uploaded_nonIssued=None, num_uploaded_total=None, redemption_valid_after_days=None, owned_by=None, owner_id=None, discount_upto=None, redemption_org_entity_type=None, ownerValidity=None, couponUploadInfo=None, alphaNumeric=None, shortCodeLength=None, randomCodeLength=None, fixedExpiryDate=None, numTotal=None, latestIssualTime=None, latestRedemptionTime=None, genericCode=None, resendMessageEnabled=None, isExternalIssual=None, purpose=None, metadata=None, couponSeriesAudienceDetailsList=None, redemptionOrgEntityDetails=None, targetUserDetails=None, customPropertyMap=None, additionalDescription=None), modifiedBy=15000449, includeProductInfo=None, audienceGroupsToBeAttached=None) DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 278d7507-4c2b-4bec-83d6-59f278eb9743 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 278d7507-4c2b-4bec-83d6-59f278eb9743 DEBUG debugLog:logger.py:45 4515741120:src.modules.luci.luciThrift:saveCouponConfiguration:26 - CouponConfiguration(id=162902, org_id=50371, description='luci testing', series_type='CAMPAIGN', client_handling_type='DISC_CODE', discount_code='XYZ123', valid_till_date=1594751400000, valid_days_from_create=30, expiry_strategy_value=30, transferrable=False, any_user=False, same_user_multiple_redeem=False, allow_referral_existing_users=False, multiple_use=False, is_validation_required=False, valid_with_discounted_item=False, created_by=15000449, num_issued=0, num_redeemed=0, created=1594648182000, last_used=1594648193000, series_code='159464818200029278', sms_template='', disable_sms=False, info='test_LUCI_BCSKU_dummy', allow_multiple_vouchers_per_user=False, do_not_resend_existing_voucher=False, mutual_exclusive_series_ids='false', store_ids_json='[-1]', dvs_enabled=False, dvs_expiry_date=1594578600000, priority=0, terms_and_condition='T&C Apply', signal_redemption_event=False, sync_to_client=False, short_sms_template='', max_vouchers_per_user=-1, min_days_between_vouchers=-1, max_referrals_per_referee=-1, show_pin_code=False, discount_on='BILL', discount_type='ABS', discount_value=1.0, dvs_items='', redemption_range='{ "dom": ["-1"], "dow": ["-1"],"hours": ["-1"] }', min_bill_amount=0.0, max_bill_amount=0.0, redeem_at_store='[-1]', campaign_id=322856, tag='', max_redemptions_in_series_per_user=-1, min_days_between_redemption=-1, redemption_valid_from=1594492200000, redeem_store_type='redeemable_stores', expiry_strategy_type='DAYS', old_flow=False, max_create=-1, max_redeem=-1, pre_redeem_event_required=False, source_org_id=-1, issue_to_loyalty=False, offline_redeem_type=False, productInfo=None, num_uploaded_nonIssued=0, num_uploaded_total=0, redemption_valid_after_days=0, owned_by=2, owner_id=322856, discount_upto=None, redemption_org_entity_type=None, ownerValidity=None, couponUploadInfo=None, alphaNumeric=None, shortCodeLength=None, randomCodeLength=None, fixedExpiryDate=1594751400000, numTotal=-1, latestIssualTime=None, latestRedemptionTime=None, genericCode=None, resendMessageEnabled=True, isExternalIssual=None, purpose=None, metadata=None, couponSeriesAudienceDetailsList=None, redemptionOrgEntityDetails=None, targetUserDetails=None, customPropertyMap=None, additionalDescription=None) DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 278d7507-4c2b-4bec-83d6-59f278eb9743 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 278d7507-4c2b-4bec-83d6-59f278eb9743 DEBUG debugLog:logger.py:45 4515741120:src.utilities.assertion:constructAssertion:17 - Assertion Passed :Coupon Series Created successfully DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 278d7507-4c2b-4bec-83d6-59f278eb9743 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 278d7507-4c2b-4bec-83d6-59f278eb9743 DEBUG debugLog:logger.py:45 4515741120:src.utilities.assertion:constructAssertion:17 - Assertion Passed :After sum value is correct DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 278d7507-4c2b-4bec-83d6-59f278eb9743 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 278d7507-4c2b-4bec-83d6-59f278eb9743 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 278d7507-4c2b-4bec-83d6-59f278eb9743

------------------------------- live log finish -------------------------------- DEBUG pytest_reportportal.service:service.py:275 ReportPortal - Finish TestItem: request_body={'end_time': '1594648197265', 'status': 'PASSED', 'issue': {'issueType': 'ti001'}, 'item_id': '278d7507-4c2b-4bec-83d6-59f278eb9743'} DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "PUT /api/v2/platform_loyalty_endtoend/item/278d7507-4c2b-4bec-83d6-59f278eb9743 HTTP/1.1" 200 93 DEBUG reportportal_client.service:service.py:346 finish_test_item - ID: 278d7507-4c2b-4bec-83d6-59f278eb9743 DEBUG pytest_reportportal.service:service.py:258 ReportPortal - Start TestItem: request_body={'attributes': [], 'name': 'test_LUCI_BCSKU_dummy1[dummy test case]', 'description': None, 'start_time': '1594648197672', 'item_type': 'TEST', 'parent_item_id': '7b281ef7-9701-4255-b4b0-5c991a6f55e3', 'parameters': {'description': 'dummy test case'}} DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/item/7b281ef7-9701-4255-b4b0-5c991a6f55e3 HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:290 start_test_item - ID: 141c4a47-6a34-4493-a7b3-b3e359941f31

-------------------------------- live log setup -------------------------------- DEBUG debugLog:logger.py:45 4515741120:src.modules.luci.luciThrift:close:18 - Closing LuciThrift connection DEBUG urllib3.connectionpool:connectionpool.py:437 https://reportportal-server.in:443 "POST /api/v2/platform_loyalty_endtoend/log HTTP/1.1" 201 45 DEBUG reportportal_client.service:service.py:395 log - ID: 141c4a47-6a34-4493-a7b3-b3e359941f31 DEBUG urllib3.connectionpool:connectionpool.py:225 Starting new HTTP connection (1): localhost:4000 DEBUG urllib3.connectionpool:connectionpool.py:266 Resetting dropped connection: reportportal-server.in DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (2): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (3): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (4): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (5): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (6): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (7): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (8): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (9): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (10): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (11): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (12): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (13): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (14): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (15): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (16): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (17): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (18): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (19): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (20): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (21): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (22): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (23): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (24): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (25): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (26): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (27): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (28): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (29): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (30): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (31): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (32): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (33): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (34): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (35): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (36): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (37): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (38): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (39): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (40): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (41): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (42): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (43): reportportal-server.in:443 WARNING urllib3.connectionpool:connectionpool.py:298 Connection pool is full, discarding connection: reportportal-server.in DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (45): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (46): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (47): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (48): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (49): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (50): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (51): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (52): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (53): reportportal-server.in:443 WARNING urllib3.connectionpool:connectionpool.py:298 Connection pool is full, discarding connection: reportportal-server.in DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (55): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (56): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (57): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (58): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (59): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (60): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (61): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (62): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (63): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (64): reportportal-server.in:443 WARNING urllib3.connectionpool:connectionpool.py:298 Connection pool is full, discarding connection: reportportal-server.in DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (66): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (67): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (68): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (69): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (70): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (71): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (72): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (73): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (74): reportportal-server.in:443 WARNING urllib3.connectionpool:connectionpool.py:298 Connection pool is full, discarding connection: reportportal-server.in DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (76): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (77): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (78): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (79): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (80): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (81): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (82): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (83): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (84): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (85): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (86): reportportal-server.in:443 WARNING urllib3.connectionpool:connectionpool.py:298 Connection pool is full, discarding connection: reportportal-server.in DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (88): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (89): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (90): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (91): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (92): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (93): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (94): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (95): reportportal-server.in:443 DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (96): reportportal-server.in:443 WARNING urllib3.connectionpool:connectionpool.py:298 Connection pool is full, discarding connection: reportportal-server.in DEBUG urllib3.connectionpool:connectionpool.py:959 Starting new HTTPS connection (98): reportportal-server.in:443