diff --git a/__init__.py b/__init__.py index 632cb45..4d6e8d2 100644 --- a/__init__.py +++ b/__init__.py @@ -71,7 +71,7 @@ def physical_value_repr(value, unit=''): 5: 'P', } u = 0 - while u > -4 and u < 5 and (value >= 1000. or value < 1.): + while u > -4 and u < 5 and (value >= 1000. or value < 1.) and value != 0: if value >= 1: u += 1 value /= 1000. diff --git a/_testresults_/coverage.xml b/_testresults_/coverage.xml index cab0267..c7775d7 100644 --- a/_testresults_/coverage.xml +++ b/_testresults_/coverage.xml @@ -1,5 +1,5 @@ - + diff --git a/_testresults_/unittest.json b/_testresults_/unittest.json index 5645384..3f2ba93 100644 --- a/_testresults_/unittest.json +++ b/_testresults_/unittest.json @@ -1147,7 +1147,7 @@ "Name": "stringtools", "State": "Released", "Supported Interpreters": "python2, python3", - "Version": "8a325608d13645870f6f32774828606f" + "Version": "e0811681ca449814caa5d180f6645860" }, "testrun_list": [ { @@ -1196,8 +1196,8 @@ "testcases": { "_-yWo4I9sEemg3cv-3xZ25Q": { "args": null, - "asctime": "2020-02-03 18:42:08,369", - "created": 1580751728.369283, + "asctime": "2020-02-05 13:48:50,093", + "created": 1580906930.093714, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1208,20 +1208,20 @@ "message": "_-yWo4I9sEemg3cv-3xZ25Q", "module": "__init__", "moduleLogger": [], - "msecs": 369.28296089172363, + "msecs": 93.71399879455566, "msg": "_-yWo4I9sEemg3cv-3xZ25Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 40.69185256958008, + "relativeCreated": 39.06893730163574, "testcaseLogger": [ { "args": [ "'testframe for stp'" ], - "asctime": "2020-02-03 18:42:08,369", - "created": 1580751728.369387, + "asctime": "2020-02-05 13:48:50,093", + "created": 1580906930.093803, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -1232,14 +1232,14 @@ "message": "Creating testframe for \"'testframe for stp'\"", "module": "test_stp", "moduleLogger": [], - "msecs": 369.3869113922119, + "msecs": 93.80292892456055, "msg": "Creating testframe for \"%s\"", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 40.79580307006836, - "thread": 139938129311552, + "relativeCreated": 39.157867431640625, + "thread": 139883241289536, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -1248,8 +1248,8 @@ "':'", "" ], - "asctime": "2020-02-03 18:42:08,369", - "created": 1580751728.369552, + "asctime": "2020-02-05 13:48:50,093", + "created": 1580906930.093957, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1266,8 +1266,8 @@ "':'", "" ], - "asctime": "2020-02-03 18:42:08,369", - "created": 1580751728.369468, + "asctime": "2020-02-05 13:48:50,093", + "created": 1580906930.093874, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1277,14 +1277,14 @@ "lineno": 22, "message": "Result (STP-Frame): ':' ()", "module": "test", - "msecs": 369.46797370910645, + "msecs": 93.87397766113281, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 40.87686538696289, - "thread": 139938129311552, + "relativeCreated": 39.22891616821289, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -1293,8 +1293,8 @@ "':'", "" ], - "asctime": "2020-02-03 18:42:08,369", - "created": 1580751728.36951, + "asctime": "2020-02-05 13:48:50,093", + "created": 1580906930.093914, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1304,39 +1304,39 @@ "lineno": 26, "message": "Expectation (STP-Frame): result = ':' ()", "module": "test", - "msecs": 369.5099353790283, + "msecs": 93.91403198242188, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 40.918827056884766, - "thread": 139938129311552, + "relativeCreated": 39.26897048950195, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 369.5518970489502, + "msecs": 93.95694732666016, "msg": "STP-Frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 40.96078872680664, - "thread": 139938129311552, + "relativeCreated": 39.311885833740234, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.1961669921875e-05 + "time_consumption": 4.291534423828125e-05 } ], - "thread": 139938129311552, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 0.0002689361572265625, - "time_finished": "2020-02-03 18:42:08,369", - "time_start": "2020-02-03 18:42:08,369" + "time_consumption": 0.0002429485321044922, + "time_finished": "2020-02-05 13:48:50,093", + "time_start": "2020-02-05 13:48:50,093" }, "_5_z4MI9yEemg3cv-3xZ25Q": { "args": null, - "asctime": "2020-02-03 18:42:08,375", - "created": 1580751728.375335, + "asctime": "2020-02-05 13:48:50,099", + "created": 1580906930.099152, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1347,20 +1347,20 @@ "message": "_5_z4MI9yEemg3cv-3xZ25Q", "module": "__init__", "moduleLogger": [], - "msecs": 375.3349781036377, + "msecs": 99.1520881652832, "msg": "_5_z4MI9yEemg3cv-3xZ25Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 46.74386978149414, + "relativeCreated": 44.50702667236328, "testcaseLogger": [ { "args": [ "'_:'" ], - "asctime": "2020-02-03 18:42:08,375", - "created": 1580751728.37579, + "asctime": "2020-02-05 13:48:50,099", + "created": 1580906930.099525, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -1376,8 +1376,8 @@ "STP:", 95 ], - "asctime": "2020-02-03 18:42:08,375", - "created": 1580751728.375428, + "asctime": "2020-02-05 13:48:50,099", + "created": 1580906930.099231, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -1387,14 +1387,14 @@ "lineno": 100, "message": "STP: no data sync (5f) received => ignoring byte", "module": "stp", - "msecs": 375.4279613494873, + "msecs": 99.23100471496582, "msg": "%s no data sync (%02x) received => ignoring byte", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 46.83685302734375, - "thread": 139938129311552, + "relativeCreated": 44.5859432220459, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -1402,8 +1402,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,375", - "created": 1580751728.375488, + "asctime": "2020-02-05 13:48:50,099", + "created": 1580906930.099273, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -1413,14 +1413,14 @@ "lineno": 98, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 375.4880428314209, + "msecs": 99.2729663848877, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 46.896934509277344, - "thread": 139938129311552, + "relativeCreated": 44.62790489196777, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -1429,8 +1429,8 @@ 58, 60 ], - "asctime": "2020-02-03 18:42:08,375", - "created": 1580751728.375529, + "asctime": "2020-02-05 13:48:50,099", + "created": 1580906930.099312, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -1440,14 +1440,14 @@ "lineno": 103, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 375.52905082702637, + "msecs": 99.31206703186035, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 46.93794250488281, - "thread": 139938129311552, + "relativeCreated": 44.66700553894043, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -1455,8 +1455,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,375", - "created": 1580751728.375617, + "asctime": "2020-02-05 13:48:50,099", + "created": 1580906930.099389, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -1466,14 +1466,14 @@ "lineno": 114, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 375.61702728271484, + "msecs": 99.38907623291016, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 47.02591896057129, - "thread": 139938129311552, + "relativeCreated": 44.744014739990234, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -1482,8 +1482,8 @@ 58, 62 ], - "asctime": "2020-02-03 18:42:08,375", - "created": 1580751728.375658, + "asctime": "2020-02-05 13:48:50,099", + "created": 1580906930.099428, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -1493,14 +1493,14 @@ "lineno": 124, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 375.6580352783203, + "msecs": 99.42793846130371, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 47.06692695617676, - "thread": 139938129311552, + "relativeCreated": 44.78287696838379, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -1508,8 +1508,8 @@ "STP:", "(17): 74 65 73 74 66 72 61 6d 65 20 66 6f 72 20 73 74 70" ], - "asctime": "2020-02-03 18:42:08,375", - "created": 1580751728.375732, + "asctime": "2020-02-05 13:48:50,099", + "created": 1580906930.099488, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -1519,35 +1519,35 @@ "lineno": 145, "message": "STP: message identified - (17): 74 65 73 74 66 72 61 6d 65 20 66 6f 72 20 73 74 70", "module": "stp", - "msecs": 375.7319450378418, + "msecs": 99.4880199432373, "msg": "%s message identified - %s", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 47.14083671569824, - "thread": 139938129311552, + "relativeCreated": 44.84295845031738, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 375.7901191711426, + "msecs": 99.52497482299805, "msg": "Processing testframe: \"%s\"", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 47.19901084899902, - "thread": 139938129311552, + "relativeCreated": 44.879913330078125, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 5.817413330078125e-05 + "time_consumption": 3.695487976074219e-05 }, { "args": [ "['testframe for stp']", "" ], - "asctime": "2020-02-03 18:42:08,376", - "created": 1580751728.376043, + "asctime": "2020-02-05 13:48:50,099", + "created": 1580906930.099685, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1564,8 +1564,8 @@ "[ 'testframe for stp' ]", "" ], - "asctime": "2020-02-03 18:42:08,375", - "created": 1580751728.375913, + "asctime": "2020-02-05 13:48:50,099", + "created": 1580906930.099599, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1575,14 +1575,14 @@ "lineno": 22, "message": "Result (Processed STP-Frame): [ 'testframe for stp' ] ()", "module": "test", - "msecs": 375.9129047393799, + "msecs": 99.59888458251953, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 47.32179641723633, - "thread": 139938129311552, + "relativeCreated": 44.95382308959961, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -1591,8 +1591,8 @@ "[ 'testframe for stp' ]", "" ], - "asctime": "2020-02-03 18:42:08,375", - "created": 1580751728.37597, + "asctime": "2020-02-05 13:48:50,099", + "created": 1580906930.099639, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1602,39 +1602,39 @@ "lineno": 26, "message": "Expectation (Processed STP-Frame): result = [ 'testframe for stp' ] ()", "module": "test", - "msecs": 375.96988677978516, + "msecs": 99.6389389038086, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 47.3787784576416, - "thread": 139938129311552, + "relativeCreated": 44.99387741088867, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 376.04308128356934, + "msecs": 99.6849536895752, "msg": "Processed STP-Frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 47.45197296142578, - "thread": 139938129311552, + "relativeCreated": 45.03989219665527, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 7.319450378417969e-05 + "time_consumption": 4.601478576660156e-05 } ], - "thread": 139938129311552, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 0.0007081031799316406, - "time_finished": "2020-02-03 18:42:08,376", - "time_start": "2020-02-03 18:42:08,375" + "time_consumption": 0.0005328655242919922, + "time_finished": "2020-02-05 13:48:50,099", + "time_start": "2020-02-05 13:48:50,099" }, "_9ahP4Hu7Eemborg4LxXa3A": { "args": null, - "asctime": "2020-02-03 18:42:08,364", - "created": 1580751728.364878, + "asctime": "2020-02-05 13:48:50,089", + "created": 1580906930.089818, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1645,18 +1645,18 @@ "message": "_9ahP4Hu7Eemborg4LxXa3A", "module": "__init__", "moduleLogger": [], - "msecs": 364.87793922424316, + "msecs": 89.81800079345703, "msg": "_9ahP4Hu7Eemborg4LxXa3A", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 36.28683090209961, + "relativeCreated": 35.17293930053711, "testcaseLogger": [ { "args": [], - "asctime": "2020-02-03 18:42:08,364", - "created": 1580751728.364943, + "asctime": "2020-02-05 13:48:50,089", + "created": 1580906930.089884, "exc_info": null, "exc_text": null, "filename": "test_gzip.py", @@ -1667,14 +1667,14 @@ "message": "Compressing Streams result in differnt streams with the same input stream. Therefore the test will compare the decompressed data.", "module": "test_gzip", "moduleLogger": [], - "msecs": 364.9430274963379, + "msecs": 89.88404273986816, "msg": "Compressing Streams result in differnt streams with the same input stream. Therefore the test will compare the decompressed data.", "name": "__tLogger__", "pathname": "src/tests/test_gzip.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 36.351919174194336, - "thread": 139938129311552, + "relativeCreated": 35.23898124694824, + "thread": 139883241289536, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -1682,8 +1682,8 @@ "args": [ "(30): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff" ], - "asctime": "2020-02-03 18:42:08,365", - "created": 1580751728.36522, + "asctime": "2020-02-05 13:48:50,090", + "created": 1580906930.090138, "exc_info": null, "exc_text": null, "filename": "test_gzip.py", @@ -1697,10 +1697,10 @@ { "args": [ 0.8666666666666667, - 0.00013399124145507812 + 0.00011396408081054688 ], - "asctime": "2020-02-03 18:42:08,365", - "created": 1580751728.365136, + "asctime": "2020-02-05 13:48:50,090", + "created": 1580906930.090056, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1710,34 +1710,34 @@ "lineno": 145, "message": "GZIP: Finished to compress a string (compression_rate=0.867, consumed_time=0.0s).", "module": "__init__", - "msecs": 365.13590812683105, + "msecs": 90.05594253540039, "msg": "GZIP: Finished to compress a string (compression_rate=%.3f, consumed_time=%.1fs).", "name": "STRINGTOOLS", "pathname": "src/stringtools/__init__.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 36.5447998046875, - "thread": 139938129311552, + "relativeCreated": 35.41088104248047, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 365.2200698852539, + "msecs": 90.13795852661133, "msg": "Compressing stream: %s ", "name": "__tLogger__", "pathname": "src/tests/test_gzip.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 36.62896156311035, - "thread": 139938129311552, + "relativeCreated": 35.492897033691406, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 8.416175842285156e-05 + "time_consumption": 8.20159912109375e-05 }, { "args": [ - "(26): 1f 8b 08 00 70 5b 38 5e 02 ff 63 60 40 01 ff 51 01 00 2d 8a 7d de 1e 00 00 00" + "(26): 1f 8b 08 00 b2 b9 3a 5e 02 ff 63 60 40 01 ff 51 01 00 2d 8a 7d de 1e 00 00 00" ], - "asctime": "2020-02-03 18:42:08,365", - "created": 1580751728.365431, + "asctime": "2020-02-05 13:48:50,090", + "created": 1580906930.090347, "exc_info": null, "exc_text": null, "filename": "test_gzip.py", @@ -1745,16 +1745,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 16, - "message": "Extracting stream: (26): 1f 8b 08 00 70 5b 38 5e 02 ff 63 60 40 01 ff 51 01 00 2d 8a 7d de 1e 00 00 00", + "message": "Extracting stream: (26): 1f 8b 08 00 b2 b9 3a 5e 02 ff 63 60 40 01 ff 51 01 00 2d 8a 7d de 1e 00 00 00", "module": "test_gzip", "moduleLogger": [ { "args": [ 0.8666666666666667, - 6.198883056640625e-05 + 5.91278076171875e-05 ], - "asctime": "2020-02-03 18:42:08,365", - "created": 1580751728.365352, + "asctime": "2020-02-05 13:48:50,090", + "created": 1580906930.09027, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1764,35 +1764,35 @@ "lineno": 178, "message": "GZIP: Finished to extract a string (compression_rate=0.867, consumed_time=0.0s).", "module": "__init__", - "msecs": 365.35191535949707, + "msecs": 90.2700424194336, "msg": "GZIP: Finished to extract a string (compression_rate=%.3f, consumed_time=%.1fs).", "name": "STRINGTOOLS", "pathname": "src/stringtools/__init__.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 36.760807037353516, - "thread": 139938129311552, + "relativeCreated": 35.62498092651367, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 365.4310703277588, + "msecs": 90.3470516204834, "msg": "Extracting stream: %s", "name": "__tLogger__", "pathname": "src/tests/test_gzip.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 36.839962005615234, - "thread": 139938129311552, + "relativeCreated": 35.70199012756348, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 7.915496826171875e-05 + "time_consumption": 7.700920104980469e-05 }, { "args": [ "(30): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff", "" ], - "asctime": "2020-02-03 18:42:08,365", - "created": 1580751728.365707, + "asctime": "2020-02-05 13:48:50,090", + "created": 1580906930.090607, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1809,8 +1809,8 @@ "(30): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff", "" ], - "asctime": "2020-02-03 18:42:08,365", - "created": 1580751728.365538, + "asctime": "2020-02-05 13:48:50,090", + "created": 1580906930.090458, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1820,14 +1820,14 @@ "lineno": 22, "message": "Result (Extracted data): (30): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ()", "module": "test", - "msecs": 365.5378818511963, + "msecs": 90.45791625976562, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 36.946773529052734, - "thread": 139938129311552, + "relativeCreated": 35.8128547668457, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -1836,8 +1836,8 @@ "(30): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff", "" ], - "asctime": "2020-02-03 18:42:08,365", - "created": 1580751728.365614, + "asctime": "2020-02-05 13:48:50,090", + "created": 1580906930.090533, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1847,39 +1847,39 @@ "lineno": 26, "message": "Expectation (Extracted data): result = (30): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ()", "module": "test", - "msecs": 365.6139373779297, + "msecs": 90.53301811218262, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 37.02282905578613, - "thread": 139938129311552, + "relativeCreated": 35.887956619262695, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 365.7069206237793, + "msecs": 90.6069278717041, "msg": "Extracted data is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 37.11581230163574, - "thread": 139938129311552, + "relativeCreated": 35.96186637878418, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 9.298324584960938e-05 + "time_consumption": 7.390975952148438e-05 } ], - "thread": 139938129311552, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 0.0008289813995361328, - "time_finished": "2020-02-03 18:42:08,365", - "time_start": "2020-02-03 18:42:08,364" + "time_consumption": 0.0007889270782470703, + "time_finished": "2020-02-05 13:48:50,090", + "time_start": "2020-02-05 13:48:50,089" }, "_Bd9TgI9tEemg3cv-3xZ25Q": { "args": null, - "asctime": "2020-02-03 18:42:08,370", - "created": 1580751728.370039, + "asctime": "2020-02-05 13:48:50,094", + "created": 1580906930.094454, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1890,20 +1890,20 @@ "message": "_Bd9TgI9tEemg3cv-3xZ25Q", "module": "__init__", "moduleLogger": [], - "msecs": 370.0389862060547, + "msecs": 94.45405006408691, "msg": "_Bd9TgI9tEemg3cv-3xZ25Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 41.44787788391113, + "relativeCreated": 39.80898857116699, "testcaseLogger": [ { "args": [ "':'" ], - "asctime": "2020-02-03 18:42:08,370", - "created": 1580751728.37059, + "asctime": "2020-02-05 13:48:50,095", + "created": 1580906930.095111, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -1919,8 +1919,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,370", - "created": 1580751728.370122, + "asctime": "2020-02-05 13:48:50,094", + "created": 1580906930.094652, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -1930,14 +1930,14 @@ "lineno": 98, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 370.12195587158203, + "msecs": 94.65193748474121, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 41.53084754943848, - "thread": 139938129311552, + "relativeCreated": 40.00687599182129, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -1946,8 +1946,8 @@ 58, 60 ], - "asctime": "2020-02-03 18:42:08,370", - "created": 1580751728.370287, + "asctime": "2020-02-05 13:48:50,094", + "created": 1580906930.094782, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -1957,14 +1957,14 @@ "lineno": 103, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 370.2869415283203, + "msecs": 94.78211402893066, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 41.69583320617676, - "thread": 139938129311552, + "relativeCreated": 40.13705253601074, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -1972,8 +1972,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,370", - "created": 1580751728.370386, + "asctime": "2020-02-05 13:48:50,094", + "created": 1580906930.09489, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -1983,14 +1983,14 @@ "lineno": 114, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 370.38588523864746, + "msecs": 94.89011764526367, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 41.794776916503906, - "thread": 139938129311552, + "relativeCreated": 40.24505615234375, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -1999,8 +1999,8 @@ 58, 62 ], - "asctime": "2020-02-03 18:42:08,370", - "created": 1580751728.370446, + "asctime": "2020-02-05 13:48:50,094", + "created": 1580906930.094943, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -2010,14 +2010,14 @@ "lineno": 124, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 370.44596672058105, + "msecs": 94.94304656982422, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 41.8548583984375, - "thread": 139938129311552, + "relativeCreated": 40.2979850769043, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -2025,8 +2025,8 @@ "STP:", "(17): 74 65 73 74 66 72 61 6d 65 20 66 6f 72 20 73 74 70" ], - "asctime": "2020-02-03 18:42:08,370", - "created": 1580751728.370517, + "asctime": "2020-02-05 13:48:50,095", + "created": 1580906930.09505, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -2036,35 +2036,35 @@ "lineno": 145, "message": "STP: message identified - (17): 74 65 73 74 66 72 61 6d 65 20 66 6f 72 20 73 74 70", "module": "stp", - "msecs": 370.5170154571533, + "msecs": 95.05009651184082, "msg": "%s message identified - %s", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 41.925907135009766, - "thread": 139938129311552, + "relativeCreated": 40.4050350189209, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 370.5899715423584, + "msecs": 95.11089324951172, "msg": "Processing testframe: \"%s\"", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 41.998863220214844, - "thread": 139938129311552, + "relativeCreated": 40.4658317565918, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 7.295608520507812e-05 + "time_consumption": 6.079673767089844e-05 }, { "args": [ "[]", "" ], - "asctime": "2020-02-03 18:42:08,370", - "created": 1580751728.370982, + "asctime": "2020-02-05 13:48:50,095", + "created": 1580906930.095368, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2081,8 +2081,8 @@ "[ ]", "" ], - "asctime": "2020-02-03 18:42:08,370", - "created": 1580751728.370798, + "asctime": "2020-02-05 13:48:50,095", + "created": 1580906930.095234, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2092,14 +2092,14 @@ "lineno": 22, "message": "Result (First processed STP snippet): [ ] ()", "module": "test", - "msecs": 370.79811096191406, + "msecs": 95.23391723632812, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 42.20700263977051, - "thread": 139938129311552, + "relativeCreated": 40.5888557434082, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -2108,8 +2108,8 @@ "[ ]", "" ], - "asctime": "2020-02-03 18:42:08,370", - "created": 1580751728.370914, + "asctime": "2020-02-05 13:48:50,095", + "created": 1580906930.095291, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2119,35 +2119,35 @@ "lineno": 26, "message": "Expectation (First processed STP snippet): result = [ ] ()", "module": "test", - "msecs": 370.9139823913574, + "msecs": 95.2908992767334, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 42.32287406921387, - "thread": 139938129311552, + "relativeCreated": 40.64583778381348, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 370.98193168640137, + "msecs": 95.3679084777832, "msg": "First processed STP snippet is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 42.39082336425781, - "thread": 139938129311552, + "relativeCreated": 40.72284698486328, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 6.794929504394531e-05 + "time_consumption": 7.700920104980469e-05 }, { "args": [ "['testframe for stp']", "" ], - "asctime": "2020-02-03 18:42:08,371", - "created": 1580751728.371165, + "asctime": "2020-02-05 13:48:50,096", + "created": 1580906930.096335, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2164,8 +2164,8 @@ "[ 'testframe for stp' ]", "" ], - "asctime": "2020-02-03 18:42:08,371", - "created": 1580751728.371068, + "asctime": "2020-02-05 13:48:50,096", + "created": 1580906930.096134, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2175,14 +2175,14 @@ "lineno": 22, "message": "Result (Final processed STP snippet): [ 'testframe for stp' ] ()", "module": "test", - "msecs": 371.06800079345703, + "msecs": 96.13394737243652, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 42.47689247131348, - "thread": 139938129311552, + "relativeCreated": 41.4888858795166, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -2191,8 +2191,8 @@ "[ 'testframe for stp' ]", "" ], - "asctime": "2020-02-03 18:42:08,371", - "created": 1580751728.371114, + "asctime": "2020-02-05 13:48:50,096", + "created": 1580906930.096258, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2202,39 +2202,39 @@ "lineno": 26, "message": "Expectation (Final processed STP snippet): result = [ 'testframe for stp' ] ()", "module": "test", - "msecs": 371.11401557922363, + "msecs": 96.25792503356934, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 42.52290725708008, - "thread": 139938129311552, + "relativeCreated": 41.612863540649414, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 371.16503715515137, + "msecs": 96.33493423461914, "msg": "Final processed STP snippet is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 42.57392883300781, - "thread": 139938129311552, + "relativeCreated": 41.68987274169922, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 5.1021575927734375e-05 + "time_consumption": 7.700920104980469e-05 } ], - "thread": 139938129311552, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 0.0011260509490966797, - "time_finished": "2020-02-03 18:42:08,371", - "time_start": "2020-02-03 18:42:08,370" + "time_consumption": 0.0018808841705322266, + "time_finished": "2020-02-05 13:48:50,096", + "time_start": "2020-02-05 13:48:50,094" }, "_G40UUH5DEemxr4bbKXhxkg": { "args": null, - "asctime": "2020-02-03 18:42:08,366", - "created": 1580751728.366757, + "asctime": "2020-02-05 13:48:50,091", + "created": 1580906930.091574, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2245,20 +2245,20 @@ "message": "_G40UUH5DEemxr4bbKXhxkg", "module": "__init__", "moduleLogger": [], - "msecs": 366.7569160461426, + "msecs": 91.57395362854004, "msg": "_G40UUH5DEemxr4bbKXhxkg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 38.16580772399902, + "relativeCreated": 36.92889213562012, "testcaseLogger": [ { "args": [ "':testframe: for csp'" ], - "asctime": "2020-02-03 18:42:08,366", - "created": 1580751728.366835, + "asctime": "2020-02-05 13:48:50,091", + "created": 1580906930.091636, "exc_info": null, "exc_text": null, "filename": "test_csp.py", @@ -2269,14 +2269,14 @@ "message": "Creating testframe for \"':testframe: for csp'\"", "module": "test_csp", "moduleLogger": [], - "msecs": 366.8351173400879, + "msecs": 91.63594245910645, "msg": "Creating testframe for \"%s\"", "name": "__tLogger__", "pathname": "src/tests/test_csp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 38.244009017944336, - "thread": 139938129311552, + "relativeCreated": 36.99088096618652, + "thread": 139883241289536, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -2285,8 +2285,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,366", - "created": 1580751728.366999, + "asctime": "2020-02-05 13:48:50,091", + "created": 1580906930.091785, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2303,8 +2303,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,366", - "created": 1580751728.366916, + "asctime": "2020-02-05 13:48:50,091", + "created": 1580906930.091706, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2314,14 +2314,14 @@ "lineno": 22, "message": "Result (CSP-Frame): ()", "module": "test", - "msecs": 366.9159412384033, + "msecs": 91.7060375213623, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 38.324832916259766, - "thread": 139938129311552, + "relativeCreated": 37.06097602844238, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -2330,8 +2330,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,366", - "created": 1580751728.366956, + "asctime": "2020-02-05 13:48:50,091", + "created": 1580906930.091746, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2341,39 +2341,39 @@ "lineno": 26, "message": "Expectation (CSP-Frame): result = ()", "module": "test", - "msecs": 366.9559955596924, + "msecs": 91.74609184265137, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 38.36488723754883, - "thread": 139938129311552, + "relativeCreated": 37.101030349731445, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 366.99891090393066, + "msecs": 91.78495407104492, "msg": "CSP-Frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 38.40780258178711, - "thread": 139938129311552, + "relativeCreated": 37.139892578125, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.291534423828125e-05 + "time_consumption": 3.886222839355469e-05 } ], - "thread": 139938129311552, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 0.00024199485778808594, - "time_finished": "2020-02-03 18:42:08,366", - "time_start": "2020-02-03 18:42:08,366" + "time_consumption": 0.0002110004425048828, + "time_finished": "2020-02-05 13:48:50,091", + "time_start": "2020-02-05 13:48:50,091" }, "_NpOWgI9tEemg3cv-3xZ25Q": { "args": null, - "asctime": "2020-02-03 18:42:08,371", - "created": 1580751728.371287, + "asctime": "2020-02-05 13:48:50,096", + "created": 1580906930.096457, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2384,18 +2384,18 @@ "message": "_NpOWgI9tEemg3cv-3xZ25Q", "module": "__init__", "moduleLogger": [], - "msecs": 371.28710746765137, + "msecs": 96.45700454711914, "msg": "_NpOWgI9tEemg3cv-3xZ25Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 42.69599914550781, + "relativeCreated": 41.81194305419922, "testcaseLogger": [ { "args": [], - "asctime": "2020-02-03 18:42:08,371", - "created": 1580751728.371372, + "asctime": "2020-02-05 13:48:50,096", + "created": 1580906930.096548, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -2406,14 +2406,14 @@ "message": "Processing wrong data (list)", "module": "test_stp", "moduleLogger": [], - "msecs": 371.3719844818115, + "msecs": 96.54808044433594, "msg": "Processing wrong data (list)", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 42.78087615966797, - "thread": 139938129311552, + "relativeCreated": 41.903018951416016, + "thread": 139883241289536, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -2422,8 +2422,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,372", - "created": 1580751728.372569, + "asctime": "2020-02-05 13:48:50,096", + "created": 1580906930.09677, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2440,8 +2440,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,372", - "created": 1580751728.37238, + "asctime": "2020-02-05 13:48:50,096", + "created": 1580906930.096634, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2451,14 +2451,14 @@ "lineno": 22, "message": "Result (Wrong data exception): ()", "module": "test", - "msecs": 372.38001823425293, + "msecs": 96.6339111328125, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 43.788909912109375, - "thread": 139938129311552, + "relativeCreated": 41.98884963989258, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -2467,8 +2467,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,372", - "created": 1580751728.372486, + "asctime": "2020-02-05 13:48:50,096", + "created": 1580906930.096682, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2478,35 +2478,35 @@ "lineno": 26, "message": "Expectation (Wrong data exception): result = ()", "module": "test", - "msecs": 372.4861145019531, + "msecs": 96.68207168579102, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 43.89500617980957, - "thread": 139938129311552, + "relativeCreated": 42.037010192871094, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 372.56908416748047, + "msecs": 96.77004814147949, "msg": "Wrong data exception is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 43.977975845336914, - "thread": 139938129311552, + "relativeCreated": 42.12498664855957, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 8.296966552734375e-05 + "time_consumption": 8.797645568847656e-05 }, { "args": [ "''", "" ], - "asctime": "2020-02-03 18:42:08,372", - "created": 1580751728.372844, + "asctime": "2020-02-05 13:48:50,096", + "created": 1580906930.096941, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2523,8 +2523,8 @@ "''", "" ], - "asctime": "2020-02-03 18:42:08,372", - "created": 1580751728.372692, + "asctime": "2020-02-05 13:48:50,096", + "created": 1580906930.096838, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2534,14 +2534,14 @@ "lineno": 22, "message": "Result (Buffer still empty): '' ()", "module": "test", - "msecs": 372.6921081542969, + "msecs": 96.83799743652344, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 44.10099983215332, - "thread": 139938129311552, + "relativeCreated": 42.192935943603516, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -2550,8 +2550,8 @@ "''", "" ], - "asctime": "2020-02-03 18:42:08,372", - "created": 1580751728.372767, + "asctime": "2020-02-05 13:48:50,096", + "created": 1580906930.096885, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2561,32 +2561,32 @@ "lineno": 26, "message": "Expectation (Buffer still empty): result = '' ()", "module": "test", - "msecs": 372.76697158813477, + "msecs": 96.88496589660645, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 44.17586326599121, - "thread": 139938129311552, + "relativeCreated": 42.23990440368652, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 372.84398078918457, + "msecs": 96.94099426269531, "msg": "Buffer still empty is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 44.252872467041016, - "thread": 139938129311552, + "relativeCreated": 42.29593276977539, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 7.700920104980469e-05 + "time_consumption": 5.602836608886719e-05 }, { "args": [], - "asctime": "2020-02-03 18:42:08,372", - "created": 1580751728.37295, + "asctime": "2020-02-05 13:48:50,097", + "created": 1580906930.097016, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -2597,14 +2597,14 @@ "message": "Processing wrong data (int)", "module": "test_stp", "moduleLogger": [], - "msecs": 372.95007705688477, + "msecs": 97.0160961151123, "msg": "Processing wrong data (int)", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 44.35896873474121, - "thread": 139938129311552, + "relativeCreated": 42.37103462219238, + "thread": 139883241289536, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -2613,8 +2613,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,373", - "created": 1580751728.373239, + "asctime": "2020-02-05 13:48:50,097", + "created": 1580906930.097248, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2631,8 +2631,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,373", - "created": 1580751728.373078, + "asctime": "2020-02-05 13:48:50,097", + "created": 1580906930.097145, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2642,14 +2642,14 @@ "lineno": 22, "message": "Result (Wrong data exception): ()", "module": "test", - "msecs": 373.0781078338623, + "msecs": 97.14508056640625, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 44.48699951171875, - "thread": 139938129311552, + "relativeCreated": 42.50001907348633, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -2658,8 +2658,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,373", - "created": 1580751728.373159, + "asctime": "2020-02-05 13:48:50,097", + "created": 1580906930.0972, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2669,35 +2669,35 @@ "lineno": 26, "message": "Expectation (Wrong data exception): result = ()", "module": "test", - "msecs": 373.15893173217773, + "msecs": 97.19991683959961, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 44.56782341003418, - "thread": 139938129311552, + "relativeCreated": 42.55485534667969, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 373.23904037475586, + "msecs": 97.24807739257812, "msg": "Wrong data exception is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 44.647932052612305, - "thread": 139938129311552, + "relativeCreated": 42.6030158996582, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 8.0108642578125e-05 + "time_consumption": 4.8160552978515625e-05 }, { "args": [ "''", "" ], - "asctime": "2020-02-03 18:42:08,373", - "created": 1580751728.373519, + "asctime": "2020-02-05 13:48:50,097", + "created": 1580906930.097431, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2714,8 +2714,8 @@ "''", "" ], - "asctime": "2020-02-03 18:42:08,373", - "created": 1580751728.373358, + "asctime": "2020-02-05 13:48:50,097", + "created": 1580906930.097328, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2725,14 +2725,14 @@ "lineno": 22, "message": "Result (Buffer still empty): '' ()", "module": "test", - "msecs": 373.35801124572754, + "msecs": 97.32794761657715, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 44.766902923583984, - "thread": 139938129311552, + "relativeCreated": 42.68288612365723, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -2741,8 +2741,8 @@ "''", "" ], - "asctime": "2020-02-03 18:42:08,373", - "created": 1580751728.373448, + "asctime": "2020-02-05 13:48:50,097", + "created": 1580906930.097377, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2752,32 +2752,32 @@ "lineno": 26, "message": "Expectation (Buffer still empty): result = '' ()", "module": "test", - "msecs": 373.4478950500488, + "msecs": 97.37706184387207, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 44.85678672790527, - "thread": 139938129311552, + "relativeCreated": 42.73200035095215, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 373.5189437866211, + "msecs": 97.43094444274902, "msg": "Buffer still empty is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 44.92783546447754, - "thread": 139938129311552, + "relativeCreated": 42.7858829498291, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 7.104873657226562e-05 + "time_consumption": 5.3882598876953125e-05 }, { "args": [], - "asctime": "2020-02-03 18:42:08,373", - "created": 1580751728.373619, + "asctime": "2020-02-05 13:48:50,097", + "created": 1580906930.097511, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -2788,14 +2788,14 @@ "message": "Processing wrong data (unicode)", "module": "test_stp", "moduleLogger": [], - "msecs": 373.61907958984375, + "msecs": 97.51105308532715, "msg": "Processing wrong data (unicode)", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 45.027971267700195, - "thread": 139938129311552, + "relativeCreated": 42.86599159240723, + "thread": 139883241289536, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -2804,8 +2804,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,373", - "created": 1580751728.373887, + "asctime": "2020-02-05 13:48:50,097", + "created": 1580906930.097729, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2822,8 +2822,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,373", - "created": 1580751728.373734, + "asctime": "2020-02-05 13:48:50,097", + "created": 1580906930.097591, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2833,14 +2833,14 @@ "lineno": 22, "message": "Result (Wrong data exception): ()", "module": "test", - "msecs": 373.7339973449707, + "msecs": 97.59092330932617, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 45.14288902282715, - "thread": 139938129311552, + "relativeCreated": 42.94586181640625, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -2849,8 +2849,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,373", - "created": 1580751728.373804, + "asctime": "2020-02-05 13:48:50,097", + "created": 1580906930.097639, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2860,35 +2860,35 @@ "lineno": 26, "message": "Expectation (Wrong data exception): result = ()", "module": "test", - "msecs": 373.80409240722656, + "msecs": 97.63908386230469, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 45.21298408508301, - "thread": 139938129311552, + "relativeCreated": 42.994022369384766, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 373.8870620727539, + "msecs": 97.72896766662598, "msg": "Wrong data exception is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 45.29595375061035, - "thread": 139938129311552, + "relativeCreated": 43.083906173706055, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 8.296966552734375e-05 + "time_consumption": 8.988380432128906e-05 }, { "args": [ "''", "" ], - "asctime": "2020-02-03 18:42:08,374", - "created": 1580751728.374147, + "asctime": "2020-02-05 13:48:50,097", + "created": 1580906930.097914, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2905,8 +2905,8 @@ "''", "" ], - "asctime": "2020-02-03 18:42:08,374", - "created": 1580751728.374, + "asctime": "2020-02-05 13:48:50,097", + "created": 1580906930.097812, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2916,14 +2916,14 @@ "lineno": 22, "message": "Result (Buffer still empty): '' ()", "module": "test", - "msecs": 374.00007247924805, + "msecs": 97.81193733215332, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 45.40896415710449, - "thread": 139938129311552, + "relativeCreated": 43.1668758392334, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -2932,8 +2932,8 @@ "''", "" ], - "asctime": "2020-02-03 18:42:08,374", - "created": 1580751728.374073, + "asctime": "2020-02-05 13:48:50,097", + "created": 1580906930.097861, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2943,39 +2943,39 @@ "lineno": 26, "message": "Expectation (Buffer still empty): result = '' ()", "module": "test", - "msecs": 374.0730285644531, + "msecs": 97.86105155944824, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 45.48192024230957, - "thread": 139938129311552, + "relativeCreated": 43.21599006652832, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 374.1469383239746, + "msecs": 97.91398048400879, "msg": "Buffer still empty is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 45.555830001831055, - "thread": 139938129311552, + "relativeCreated": 43.26891899108887, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 7.390975952148438e-05 + "time_consumption": 5.2928924560546875e-05 } ], - "thread": 139938129311552, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 0.002859830856323242, - "time_finished": "2020-02-03 18:42:08,374", - "time_start": "2020-02-03 18:42:08,371" + "time_consumption": 0.0014569759368896484, + "time_finished": "2020-02-05 13:48:50,097", + "time_start": "2020-02-05 13:48:50,096" }, "_QjJiIIwZEem5qYOdmXl77A": { "args": null, - "asctime": "2020-02-03 18:42:08,367", - "created": 1580751728.367111, + "asctime": "2020-02-05 13:48:50,091", + "created": 1580906930.091893, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2986,20 +2986,20 @@ "message": "_QjJiIIwZEem5qYOdmXl77A", "module": "__init__", "moduleLogger": [], - "msecs": 367.1109676361084, + "msecs": 91.89295768737793, "msg": "_QjJiIIwZEem5qYOdmXl77A", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 38.519859313964844, + "relativeCreated": 37.24789619445801, "testcaseLogger": [ { "args": [ "':testframe: for csp\\n'" ], - "asctime": "2020-02-03 18:42:08,367", - "created": 1580751728.367308, + "asctime": "2020-02-05 13:48:50,092", + "created": 1580906930.09209, "exc_info": null, "exc_text": null, "filename": "test_csp.py", @@ -3015,8 +3015,8 @@ "CSP:", "(10): 3a 74 65 73 74 66 72 61 6d 65" ], - "asctime": "2020-02-03 18:42:08,367", - "created": 1580751728.3672, + "asctime": "2020-02-05 13:48:50,091", + "created": 1580906930.091981, "exc_info": null, "exc_text": null, "filename": "csp.py", @@ -3026,14 +3026,14 @@ "lineno": 65, "message": "CSP: Leaving data in buffer (to be processed next time): (10): 3a 74 65 73 74 66 72 61 6d 65", "module": "csp", - "msecs": 367.1998977661133, + "msecs": 91.9809341430664, "msg": "%s Leaving data in buffer (to be processed next time): %s", "name": "STRINGTOOLS", "pathname": "src/stringtools/csp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 38.60878944396973, - "thread": 139938129311552, + "relativeCreated": 37.335872650146484, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -3041,8 +3041,8 @@ "CSP:", "(19): 3a 74 65 73 74 66 72 61 6d 65 3a 20 66 6f 72 20 63 73 70" ], - "asctime": "2020-02-03 18:42:08,367", - "created": 1580751728.367269, + "asctime": "2020-02-05 13:48:50,092", + "created": 1580906930.092051, "exc_info": null, "exc_text": null, "filename": "csp.py", @@ -3052,25 +3052,25 @@ "lineno": 67, "message": "CSP: message identified - (19): 3a 74 65 73 74 66 72 61 6d 65 3a 20 66 6f 72 20 63 73 70", "module": "csp", - "msecs": 367.26903915405273, + "msecs": 92.05102920532227, "msg": "%s message identified - %s", "name": "STRINGTOOLS", "pathname": "src/stringtools/csp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 38.67793083190918, - "thread": 139938129311552, + "relativeCreated": 37.405967712402344, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 367.3079013824463, + "msecs": 92.08989143371582, "msg": "Processing testframe: \"%s\" in two snippets", "name": "__tLogger__", "pathname": "src/tests/test_csp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 38.716793060302734, - "thread": 139938129311552, + "relativeCreated": 37.4448299407959, + "thread": 139883241289536, "threadName": "MainThread", "time_consumption": 3.886222839355469e-05 }, @@ -3079,8 +3079,8 @@ "[]", "" ], - "asctime": "2020-02-03 18:42:08,367", - "created": 1580751728.367466, + "asctime": "2020-02-05 13:48:50,092", + "created": 1580906930.092245, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3097,8 +3097,8 @@ "[ ]", "" ], - "asctime": "2020-02-03 18:42:08,367", - "created": 1580751728.367378, + "asctime": "2020-02-05 13:48:50,092", + "created": 1580906930.092157, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3108,14 +3108,14 @@ "lineno": 22, "message": "Result (First processed CSP-Snippet): [ ] ()", "module": "test", - "msecs": 367.37799644470215, + "msecs": 92.15688705444336, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 38.786888122558594, - "thread": 139938129311552, + "relativeCreated": 37.51182556152344, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -3124,8 +3124,8 @@ "[ ]", "" ], - "asctime": "2020-02-03 18:42:08,367", - "created": 1580751728.367418, + "asctime": "2020-02-05 13:48:50,092", + "created": 1580906930.092196, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3135,35 +3135,35 @@ "lineno": 26, "message": "Expectation (First processed CSP-Snippet): result = [ ] ()", "module": "test", - "msecs": 367.4180507659912, + "msecs": 92.19598770141602, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 38.826942443847656, - "thread": 139938129311552, + "relativeCreated": 37.550926208496094, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 367.4659729003906, + "msecs": 92.24510192871094, "msg": "First processed CSP-Snippet is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 38.87486457824707, - "thread": 139938129311552, + "relativeCreated": 37.600040435791016, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.792213439941406e-05 + "time_consumption": 4.9114227294921875e-05 }, { "args": [ "[':testframe: for csp']", "" ], - "asctime": "2020-02-03 18:42:08,367", - "created": 1580751728.367619, + "asctime": "2020-02-05 13:48:50,092", + "created": 1580906930.092394, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3180,8 +3180,8 @@ "[ ':testframe: for csp' ]", "" ], - "asctime": "2020-02-03 18:42:08,367", - "created": 1580751728.367532, + "asctime": "2020-02-05 13:48:50,092", + "created": 1580906930.092309, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3191,14 +3191,14 @@ "lineno": 22, "message": "Result (Final processed CSP-Frame): [ ':testframe: for csp' ] ()", "module": "test", - "msecs": 367.53201484680176, + "msecs": 92.30899810791016, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 38.9409065246582, - "thread": 139938129311552, + "relativeCreated": 37.663936614990234, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -3207,8 +3207,8 @@ "[ ':testframe: for csp' ]", "" ], - "asctime": "2020-02-03 18:42:08,367", - "created": 1580751728.367572, + "asctime": "2020-02-05 13:48:50,092", + "created": 1580906930.092348, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3218,39 +3218,39 @@ "lineno": 26, "message": "Expectation (Final processed CSP-Frame): result = [ ':testframe: for csp' ] ()", "module": "test", - "msecs": 367.5720691680908, + "msecs": 92.34809875488281, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 38.980960845947266, - "thread": 139938129311552, + "relativeCreated": 37.70303726196289, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 367.6190376281738, + "msecs": 92.39411354064941, "msg": "Final processed CSP-Frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 39.02792930603027, - "thread": 139938129311552, + "relativeCreated": 37.74905204772949, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.696846008300781e-05 + "time_consumption": 4.601478576660156e-05 } ], - "thread": 139938129311552, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 0.0005080699920654297, - "time_finished": "2020-02-03 18:42:08,367", - "time_start": "2020-02-03 18:42:08,367" + "time_consumption": 0.0005011558532714844, + "time_finished": "2020-02-05 13:48:50,092", + "time_start": "2020-02-05 13:48:50,091" }, "_XzMFcHYZEem_kd-7nxt1sg": { "args": null, - "asctime": "2020-02-03 18:42:08,363", - "created": 1580751728.363679, + "asctime": "2020-02-05 13:48:50,088", + "created": 1580906930.088483, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3261,21 +3261,21 @@ "message": "_XzMFcHYZEem_kd-7nxt1sg", "module": "__init__", "moduleLogger": [], - "msecs": 363.6789321899414, + "msecs": 88.48309516906738, "msg": "_XzMFcHYZEem_kd-7nxt1sg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 35.08782386779785, + "relativeCreated": 33.83803367614746, "testcaseLogger": [ { "args": [ "de ad be ef", "" ], - "asctime": "2020-02-03 18:42:08,363", - "created": 1580751728.363759, + "asctime": "2020-02-05 13:48:50,088", + "created": 1580906930.088561, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -3286,21 +3286,21 @@ "message": "Checking test pattern de ad be ef ().", "module": "test_hexlify", "moduleLogger": [], - "msecs": 363.75904083251953, + "msecs": 88.5610580444336, "msg": "Checking test pattern %s (%s).", "name": "__tLogger__", "pathname": "src/tests/test_hexlify.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 35.16793251037598, - "thread": 139938129311552, + "relativeCreated": 33.91599655151367, + "thread": 139883241289536, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2020-02-03 18:42:08,364", - "created": 1580751728.364132, + "asctime": "2020-02-05 13:48:50,089", + "created": 1580906930.089074, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -3315,8 +3315,8 @@ "args": [ "(4): de ad be ef" ], - "asctime": "2020-02-03 18:42:08,363", - "created": 1580751728.363833, + "asctime": "2020-02-05 13:48:50,088", + "created": 1580906930.088631, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -3326,22 +3326,22 @@ "lineno": 29, "message": "Return value of hexlify is (4): de ad be ef", "module": "test_hexlify", - "msecs": 363.832950592041, + "msecs": 88.63091468811035, "msg": "Return value of hexlify is %s", "name": "__unittest__", "pathname": "src/tests/test_hexlify.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 35.24184226989746, - "thread": 139938129311552, + "relativeCreated": 33.98585319519043, + "thread": 139883241289536, "threadName": "MainThread" }, { "args": [ "(4): DE AD BE EF" ], - "asctime": "2020-02-03 18:42:08,363", - "created": 1580751728.36393, + "asctime": "2020-02-05 13:48:50,088", + "created": 1580906930.088872, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -3351,14 +3351,14 @@ "lineno": 31, "message": "Using upper string for comparison: (4): DE AD BE EF", "module": "test_hexlify", - "msecs": 363.92998695373535, + "msecs": 88.87195587158203, "msg": "Using upper string for comparison: %s", "name": "__unittest__", "pathname": "src/tests/test_hexlify.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 35.3388786315918, - "thread": 139938129311552, + "relativeCreated": 34.22689437866211, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -3366,8 +3366,8 @@ "DE", "(4): DE AD BE EF" ], - "asctime": "2020-02-03 18:42:08,363", - "created": 1580751728.363977, + "asctime": "2020-02-05 13:48:50,088", + "created": 1580906930.088922, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -3377,14 +3377,14 @@ "lineno": 41, "message": "\"DE\" found in \"(4): DE AD BE EF\"... Reducing pattern", "module": "test_hexlify", - "msecs": 363.97695541381836, + "msecs": 88.92202377319336, "msg": "\"%s\" found in \"%s\"... Reducing pattern", "name": "__unittest__", "pathname": "src/tests/test_hexlify.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 35.385847091674805, - "thread": 139938129311552, + "relativeCreated": 34.27696228027344, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -3392,8 +3392,8 @@ "AD", "AD BE EF" ], - "asctime": "2020-02-03 18:42:08,364", - "created": 1580751728.364016, + "asctime": "2020-02-05 13:48:50,088", + "created": 1580906930.088965, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -3403,14 +3403,14 @@ "lineno": 41, "message": "\"AD\" found in \"AD BE EF\"... Reducing pattern", "module": "test_hexlify", - "msecs": 364.016056060791, + "msecs": 88.96493911743164, "msg": "\"%s\" found in \"%s\"... Reducing pattern", "name": "__unittest__", "pathname": "src/tests/test_hexlify.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 35.42494773864746, - "thread": 139938129311552, + "relativeCreated": 34.31987762451172, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -3418,8 +3418,8 @@ "BE", "BE EF" ], - "asctime": "2020-02-03 18:42:08,364", - "created": 1580751728.364053, + "asctime": "2020-02-05 13:48:50,089", + "created": 1580906930.089002, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -3429,14 +3429,14 @@ "lineno": 41, "message": "\"BE\" found in \"BE EF\"... Reducing pattern", "module": "test_hexlify", - "msecs": 364.05301094055176, + "msecs": 89.00189399719238, "msg": "\"%s\" found in \"%s\"... Reducing pattern", "name": "__unittest__", "pathname": "src/tests/test_hexlify.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 35.4619026184082, - "thread": 139938129311552, + "relativeCreated": 34.35683250427246, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -3444,8 +3444,8 @@ "EF", "EF" ], - "asctime": "2020-02-03 18:42:08,364", - "created": 1580751728.364096, + "asctime": "2020-02-05 13:48:50,089", + "created": 1580906930.089038, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -3455,39 +3455,39 @@ "lineno": 41, "message": "\"EF\" found in \"EF\"... Reducing pattern", "module": "test_hexlify", - "msecs": 364.09592628479004, + "msecs": 89.03789520263672, "msg": "\"%s\" found in \"%s\"... Reducing pattern", "name": "__unittest__", "pathname": "src/tests/test_hexlify.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 35.504817962646484, - "thread": 139938129311552, + "relativeCreated": 34.3928337097168, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 364.1319274902344, + "msecs": 89.07389640808105, "msg": "Pattern included all relevant information in the correct order.", "name": "__tLogger__", "pathname": "src/tests/test_hexlify.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 35.54081916809082, - "thread": 139938129311552, + "relativeCreated": 34.42883491516113, + "thread": 139883241289536, "threadName": "MainThread", "time_consumption": 3.600120544433594e-05 } ], - "thread": 139938129311552, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 0.00045299530029296875, - "time_finished": "2020-02-03 18:42:08,364", - "time_start": "2020-02-03 18:42:08,363" + "time_consumption": 0.0005908012390136719, + "time_finished": "2020-02-05 13:48:50,089", + "time_start": "2020-02-05 13:48:50,088" }, "_Y_h3gH5CEemxr4bbKXhxkg": { "args": null, - "asctime": "2020-02-03 18:42:08,366", - "created": 1580751728.366427, + "asctime": "2020-02-05 13:48:50,091", + "created": 1580906930.091249, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3498,20 +3498,20 @@ "message": "_Y_h3gH5CEemxr4bbKXhxkg", "module": "__init__", "moduleLogger": [], - "msecs": 366.426944732666, + "msecs": 91.24898910522461, "msg": "_Y_h3gH5CEemxr4bbKXhxkg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 37.83583641052246, + "relativeCreated": 36.60392761230469, "testcaseLogger": [ { "args": [ "':testframe: for csp'" ], - "asctime": "2020-02-03 18:42:08,366", - "created": 1580751728.366498, + "asctime": "2020-02-05 13:48:50,091", + "created": 1580906930.091318, "exc_info": null, "exc_text": null, "filename": "test_csp.py", @@ -3522,14 +3522,14 @@ "message": "Creating testframe for \"':testframe: for csp'\"", "module": "test_csp", "moduleLogger": [], - "msecs": 366.4979934692383, + "msecs": 91.31789207458496, "msg": "Creating testframe for \"%s\"", "name": "__tLogger__", "pathname": "src/tests/test_csp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 37.90688514709473, - "thread": 139938129311552, + "relativeCreated": 36.67283058166504, + "thread": 139883241289536, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -3538,8 +3538,8 @@ "':testframe: for csp\\n'", "" ], - "asctime": "2020-02-03 18:42:08,366", - "created": 1580751728.366648, + "asctime": "2020-02-05 13:48:50,091", + "created": 1580906930.091463, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3556,8 +3556,8 @@ "':testframe: for csp\\n'", "" ], - "asctime": "2020-02-03 18:42:08,366", - "created": 1580751728.366566, + "asctime": "2020-02-05 13:48:50,091", + "created": 1580906930.091385, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3567,14 +3567,14 @@ "lineno": 22, "message": "Result (CSP-Frame): ':testframe: for csp\\n' ()", "module": "test", - "msecs": 366.5659427642822, + "msecs": 91.3848876953125, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 37.97483444213867, - "thread": 139938129311552, + "relativeCreated": 36.73982620239258, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -3583,8 +3583,8 @@ "':testframe: for csp\\n'", "" ], - "asctime": "2020-02-03 18:42:08,366", - "created": 1580751728.366606, + "asctime": "2020-02-05 13:48:50,091", + "created": 1580906930.091425, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3594,39 +3594,39 @@ "lineno": 26, "message": "Expectation (CSP-Frame): result = ':testframe: for csp\\n' ()", "module": "test", - "msecs": 366.6059970855713, + "msecs": 91.42494201660156, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 38.014888763427734, - "thread": 139938129311552, + "relativeCreated": 36.77988052368164, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 366.64795875549316, + "msecs": 91.46308898925781, "msg": "CSP-Frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 38.05685043334961, - "thread": 139938129311552, + "relativeCreated": 36.81802749633789, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.1961669921875e-05 + "time_consumption": 3.814697265625e-05 } ], - "thread": 139938129311552, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 0.00022101402282714844, - "time_finished": "2020-02-03 18:42:08,366", - "time_start": "2020-02-03 18:42:08,366" + "time_consumption": 0.00021409988403320312, + "time_finished": "2020-02-05 13:48:50,091", + "time_start": "2020-02-05 13:48:50,091" }, "_ZhyRAI9OEemAMMFgxXT6lA": { "args": null, - "asctime": "2020-02-03 18:42:08,367", - "created": 1580751728.367724, + "asctime": "2020-02-05 13:48:50,092", + "created": 1580906930.092503, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3637,18 +3637,18 @@ "message": "_ZhyRAI9OEemAMMFgxXT6lA", "module": "__init__", "moduleLogger": [], - "msecs": 367.7239418029785, + "msecs": 92.50307083129883, "msg": "_ZhyRAI9OEemAMMFgxXT6lA", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 39.13283348083496, + "relativeCreated": 37.858009338378906, "testcaseLogger": [ { "args": [], - "asctime": "2020-02-03 18:42:08,367", - "created": 1580751728.367793, + "asctime": "2020-02-05 13:48:50,092", + "created": 1580906930.092568, "exc_info": null, "exc_text": null, "filename": "test_csp.py", @@ -3659,14 +3659,14 @@ "message": "Processing wrong data (list)", "module": "test_csp", "moduleLogger": [], - "msecs": 367.79308319091797, + "msecs": 92.56792068481445, "msg": "Processing wrong data (list)", "name": "__tLogger__", "pathname": "src/tests/test_csp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 39.201974868774414, - "thread": 139938129311552, + "relativeCreated": 37.92285919189453, + "thread": 139883241289536, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -3675,8 +3675,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,367", - "created": 1580751728.367946, + "asctime": "2020-02-05 13:48:50,092", + "created": 1580906930.092737, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3693,8 +3693,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,367", - "created": 1580751728.367861, + "asctime": "2020-02-05 13:48:50,092", + "created": 1580906930.09263, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3704,14 +3704,14 @@ "lineno": 22, "message": "Result (Wrong data exception): ()", "module": "test", - "msecs": 367.8610324859619, + "msecs": 92.62990951538086, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 39.26992416381836, - "thread": 139938129311552, + "relativeCreated": 37.98484802246094, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -3720,8 +3720,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,367", - "created": 1580751728.367905, + "asctime": "2020-02-05 13:48:50,092", + "created": 1580906930.092673, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3731,35 +3731,35 @@ "lineno": 26, "message": "Expectation (Wrong data exception): result = ()", "module": "test", - "msecs": 367.9049015045166, + "msecs": 92.67306327819824, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 39.31379318237305, - "thread": 139938129311552, + "relativeCreated": 38.02800178527832, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 367.94590950012207, + "msecs": 92.73695945739746, "msg": "Wrong data exception is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 39.354801177978516, - "thread": 139938129311552, + "relativeCreated": 38.09189796447754, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.100799560546875e-05 + "time_consumption": 6.389617919921875e-05 }, { "args": [ "''", "" ], - "asctime": "2020-02-03 18:42:08,368", - "created": 1580751728.368088, + "asctime": "2020-02-05 13:48:50,092", + "created": 1580906930.092889, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3776,8 +3776,8 @@ "''", "" ], - "asctime": "2020-02-03 18:42:08,368", - "created": 1580751728.368008, + "asctime": "2020-02-05 13:48:50,092", + "created": 1580906930.092813, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3787,14 +3787,14 @@ "lineno": 22, "message": "Result (Buffer still empty): '' ()", "module": "test", - "msecs": 368.0078983306885, + "msecs": 92.81301498413086, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 39.41679000854492, - "thread": 139938129311552, + "relativeCreated": 38.16795349121094, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -3803,8 +3803,8 @@ "''", "" ], - "asctime": "2020-02-03 18:42:08,368", - "created": 1580751728.368049, + "asctime": "2020-02-05 13:48:50,092", + "created": 1580906930.092851, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3814,32 +3814,32 @@ "lineno": 26, "message": "Expectation (Buffer still empty): result = '' ()", "module": "test", - "msecs": 368.04890632629395, + "msecs": 92.85092353820801, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 39.45779800415039, - "thread": 139938129311552, + "relativeCreated": 38.205862045288086, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 368.0880069732666, + "msecs": 92.88907051086426, "msg": "Buffer still empty is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 39.49689865112305, - "thread": 139938129311552, + "relativeCreated": 38.244009017944336, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 3.910064697265625e-05 + "time_consumption": 3.814697265625e-05 }, { "args": [], - "asctime": "2020-02-03 18:42:08,368", - "created": 1580751728.368145, + "asctime": "2020-02-05 13:48:50,092", + "created": 1580906930.092945, "exc_info": null, "exc_text": null, "filename": "test_csp.py", @@ -3850,14 +3850,14 @@ "message": "Processing wrong data (int)", "module": "test_csp", "moduleLogger": [], - "msecs": 368.1449890136719, + "msecs": 92.94509887695312, "msg": "Processing wrong data (int)", "name": "__tLogger__", "pathname": "src/tests/test_csp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 39.55388069152832, - "thread": 139938129311552, + "relativeCreated": 38.3000373840332, + "thread": 139883241289536, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -3866,8 +3866,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,368", - "created": 1580751728.368363, + "asctime": "2020-02-05 13:48:50,093", + "created": 1580906930.0931, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3884,8 +3884,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,368", - "created": 1580751728.368227, + "asctime": "2020-02-05 13:48:50,093", + "created": 1580906930.093021, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3895,14 +3895,14 @@ "lineno": 22, "message": "Result (Wrong data exception): ()", "module": "test", - "msecs": 368.2270050048828, + "msecs": 93.02091598510742, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 39.63589668273926, - "thread": 139938129311552, + "relativeCreated": 38.3758544921875, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -3911,8 +3911,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,368", - "created": 1580751728.368294, + "asctime": "2020-02-05 13:48:50,093", + "created": 1580906930.093061, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3922,35 +3922,35 @@ "lineno": 26, "message": "Expectation (Wrong data exception): result = ()", "module": "test", - "msecs": 368.29400062561035, + "msecs": 93.06097030639648, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 39.7028923034668, - "thread": 139938129311552, + "relativeCreated": 38.41590881347656, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 368.3629035949707, + "msecs": 93.10007095336914, "msg": "Wrong data exception is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 39.77179527282715, - "thread": 139938129311552, + "relativeCreated": 38.45500946044922, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 6.890296936035156e-05 + "time_consumption": 3.910064697265625e-05 }, { "args": [ "''", "" ], - "asctime": "2020-02-03 18:42:08,368", - "created": 1580751728.368599, + "asctime": "2020-02-05 13:48:50,093", + "created": 1580906930.09324, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3967,8 +3967,8 @@ "''", "" ], - "asctime": "2020-02-03 18:42:08,368", - "created": 1580751728.368468, + "asctime": "2020-02-05 13:48:50,093", + "created": 1580906930.093163, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3978,14 +3978,14 @@ "lineno": 22, "message": "Result (Buffer still empty): '' ()", "module": "test", - "msecs": 368.4680461883545, + "msecs": 93.16301345825195, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 39.87693786621094, - "thread": 139938129311552, + "relativeCreated": 38.51795196533203, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -3994,8 +3994,8 @@ "''", "" ], - "asctime": "2020-02-03 18:42:08,368", - "created": 1580751728.368535, + "asctime": "2020-02-05 13:48:50,093", + "created": 1580906930.093202, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4005,32 +4005,32 @@ "lineno": 26, "message": "Expectation (Buffer still empty): result = '' ()", "module": "test", - "msecs": 368.53504180908203, + "msecs": 93.20211410522461, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 39.94393348693848, - "thread": 139938129311552, + "relativeCreated": 38.55705261230469, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 368.59893798828125, + "msecs": 93.24002265930176, "msg": "Buffer still empty is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 40.007829666137695, - "thread": 139938129311552, + "relativeCreated": 38.594961166381836, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 6.389617919921875e-05 + "time_consumption": 3.790855407714844e-05 }, { "args": [], - "asctime": "2020-02-03 18:42:08,368", - "created": 1580751728.368705, + "asctime": "2020-02-05 13:48:50,093", + "created": 1580906930.093299, "exc_info": null, "exc_text": null, "filename": "test_csp.py", @@ -4041,14 +4041,14 @@ "message": "Processing wrong data (unicode)", "module": "test_csp", "moduleLogger": [], - "msecs": 368.70503425598145, + "msecs": 93.29891204833984, "msg": "Processing wrong data (unicode)", "name": "__tLogger__", "pathname": "src/tests/test_csp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 40.11392593383789, - "thread": 139938129311552, + "relativeCreated": 38.65385055541992, + "thread": 139883241289536, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -4057,8 +4057,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,368", - "created": 1580751728.368983, + "asctime": "2020-02-05 13:48:50,093", + "created": 1580906930.093447, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4075,8 +4075,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,368", - "created": 1580751728.36882, + "asctime": "2020-02-05 13:48:50,093", + "created": 1580906930.093365, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4086,14 +4086,14 @@ "lineno": 22, "message": "Result (Wrong data exception): ()", "module": "test", - "msecs": 368.8199520111084, + "msecs": 93.36495399475098, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 40.228843688964844, - "thread": 139938129311552, + "relativeCreated": 38.719892501831055, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -4102,8 +4102,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,368", - "created": 1580751728.368894, + "asctime": "2020-02-05 13:48:50,093", + "created": 1580906930.093405, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4113,35 +4113,35 @@ "lineno": 26, "message": "Expectation (Wrong data exception): result = ()", "module": "test", - "msecs": 368.894100189209, + "msecs": 93.40500831604004, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 40.30299186706543, - "thread": 139938129311552, + "relativeCreated": 38.75994682312012, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 368.98303031921387, + "msecs": 93.44696998596191, "msg": "Wrong data exception is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 40.39192199707031, - "thread": 139938129311552, + "relativeCreated": 38.80190849304199, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 8.893013000488281e-05 + "time_consumption": 4.1961669921875e-05 }, { "args": [ "''", "" ], - "asctime": "2020-02-03 18:42:08,369", - "created": 1580751728.369142, + "asctime": "2020-02-05 13:48:50,093", + "created": 1580906930.093588, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4158,8 +4158,8 @@ "''", "" ], - "asctime": "2020-02-03 18:42:08,369", - "created": 1580751728.369057, + "asctime": "2020-02-05 13:48:50,093", + "created": 1580906930.09351, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4169,14 +4169,14 @@ "lineno": 22, "message": "Result (Buffer still empty): '' ()", "module": "test", - "msecs": 369.05694007873535, + "msecs": 93.50991249084473, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 40.4658317565918, - "thread": 139938129311552, + "relativeCreated": 38.864850997924805, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -4185,8 +4185,8 @@ "''", "" ], - "asctime": "2020-02-03 18:42:08,369", - "created": 1580751728.369098, + "asctime": "2020-02-05 13:48:50,093", + "created": 1580906930.093547, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4196,39 +4196,39 @@ "lineno": 26, "message": "Expectation (Buffer still empty): result = '' ()", "module": "test", - "msecs": 369.0979480743408, + "msecs": 93.54710578918457, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 40.506839752197266, - "thread": 139938129311552, + "relativeCreated": 38.90204429626465, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 369.1420555114746, + "msecs": 93.58811378479004, "msg": "Buffer still empty is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 40.550947189331055, - "thread": 139938129311552, + "relativeCreated": 38.94305229187012, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.410743713378906e-05 + "time_consumption": 4.100799560546875e-05 } ], - "thread": 139938129311552, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 0.0014181137084960938, - "time_finished": "2020-02-03 18:42:08,369", - "time_start": "2020-02-03 18:42:08,367" + "time_consumption": 0.001085042953491211, + "time_finished": "2020-02-05 13:48:50,093", + "time_start": "2020-02-05 13:48:50,092" }, "_dB5IoEaTEeq5fPlXIeQCXQ": { "args": null, - "asctime": "2020-02-03 18:42:08,358", - "created": 1580751728.3589, + "asctime": "2020-02-05 13:48:50,083", + "created": 1580906930.083582, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4239,21 +4239,21 @@ "message": "_dB5IoEaTEeq5fPlXIeQCXQ", "module": "__init__", "moduleLogger": [], - "msecs": 358.9000701904297, + "msecs": 83.58192443847656, "msg": "_dB5IoEaTEeq5fPlXIeQCXQ", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 30.308961868286133, + "relativeCreated": 28.93686294555664, "testcaseLogger": [ { "args": [ "'117p'", "" ], - "asctime": "2020-02-03 18:42:08,359", - "created": 1580751728.359224, + "asctime": "2020-02-05 13:48:50,083", + "created": 1580906930.083893, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4270,8 +4270,8 @@ "'117p'", "" ], - "asctime": "2020-02-03 18:42:08,359", - "created": 1580751728.35911, + "asctime": "2020-02-05 13:48:50,083", + "created": 1580906930.083791, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4281,14 +4281,14 @@ "lineno": 22, "message": "Result (Physical representation for 1.17e-10): '117p' ()", "module": "test", - "msecs": 359.11011695861816, + "msecs": 83.79101753234863, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 30.51900863647461, - "thread": 139938129311552, + "relativeCreated": 29.14595603942871, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -4297,8 +4297,8 @@ "'117p'", "" ], - "asctime": "2020-02-03 18:42:08,359", - "created": 1580751728.359175, + "asctime": "2020-02-05 13:48:50,083", + "created": 1580906930.083847, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4308,35 +4308,35 @@ "lineno": 26, "message": "Expectation (Physical representation for 1.17e-10): result = '117p' ()", "module": "test", - "msecs": 359.1749668121338, + "msecs": 83.8470458984375, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 30.583858489990234, - "thread": 139938129311552, + "relativeCreated": 29.201984405517578, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 359.2240810394287, + "msecs": 83.8930606842041, "msg": "Physical representation for 1.17e-10 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 30.632972717285156, - "thread": 139938129311552, + "relativeCreated": 29.24799919128418, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.9114227294921875e-05 + "time_consumption": 4.601478576660156e-05 }, { "args": [ "'54n'", "" ], - "asctime": "2020-02-03 18:42:08,359", - "created": 1580751728.359401, + "asctime": "2020-02-05 13:48:50,084", + "created": 1580906930.084059, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4353,8 +4353,8 @@ "'54n'", "" ], - "asctime": "2020-02-03 18:42:08,359", - "created": 1580751728.359315, + "asctime": "2020-02-05 13:48:50,083", + "created": 1580906930.083976, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4364,14 +4364,14 @@ "lineno": 22, "message": "Result (Physical representation for 5.4e-08): '54n' ()", "module": "test", - "msecs": 359.3149185180664, + "msecs": 83.97603034973145, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 30.72381019592285, - "thread": 139938129311552, + "relativeCreated": 29.330968856811523, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -4380,8 +4380,8 @@ "'54n'", "" ], - "asctime": "2020-02-03 18:42:08,359", - "created": 1580751728.359359, + "asctime": "2020-02-05 13:48:50,084", + "created": 1580906930.084018, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4391,35 +4391,35 @@ "lineno": 26, "message": "Expectation (Physical representation for 5.4e-08): result = '54n' ()", "module": "test", - "msecs": 359.3590259552002, + "msecs": 84.01799201965332, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 30.76791763305664, - "thread": 139938129311552, + "relativeCreated": 29.3729305267334, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 359.40098762512207, + "msecs": 84.05900001525879, "msg": "Physical representation for 5.4e-08 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 30.809879302978516, - "thread": 139938129311552, + "relativeCreated": 29.413938522338867, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.1961669921875e-05 + "time_consumption": 4.100799560546875e-05 }, { "args": [ "'25.3\\xc2\\xb5'", "" ], - "asctime": "2020-02-03 18:42:08,359", - "created": 1580751728.359562, + "asctime": "2020-02-05 13:48:50,084", + "created": 1580906930.084215, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4436,8 +4436,8 @@ "'25.3\\xc2\\xb5'", "" ], - "asctime": "2020-02-03 18:42:08,359", - "created": 1580751728.359477, + "asctime": "2020-02-05 13:48:50,084", + "created": 1580906930.084134, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4447,14 +4447,14 @@ "lineno": 22, "message": "Result (Physical representation for 2.53e-05): '25.3\\xc2\\xb5' ()", "module": "test", - "msecs": 359.47704315185547, + "msecs": 84.13410186767578, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 30.885934829711914, - "thread": 139938129311552, + "relativeCreated": 29.48904037475586, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -4463,8 +4463,8 @@ "'25.3\\xc2\\xb5'", "" ], - "asctime": "2020-02-03 18:42:08,359", - "created": 1580751728.359519, + "asctime": "2020-02-05 13:48:50,084", + "created": 1580906930.084173, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4474,35 +4474,35 @@ "lineno": 26, "message": "Expectation (Physical representation for 2.53e-05): result = '25.3\\xc2\\xb5' ()", "module": "test", - "msecs": 359.51900482177734, + "msecs": 84.17296409606934, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 30.92789649963379, - "thread": 139938129311552, + "relativeCreated": 29.527902603149414, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 359.5619201660156, + "msecs": 84.21492576599121, "msg": "Physical representation for 2.53e-05 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 30.97081184387207, - "thread": 139938129311552, + "relativeCreated": 29.56986427307129, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.291534423828125e-05 + "time_consumption": 4.1961669921875e-05 }, { "args": [ "'100m'", "" ], - "asctime": "2020-02-03 18:42:08,359", - "created": 1580751728.359715, + "asctime": "2020-02-05 13:48:50,084", + "created": 1580906930.084363, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4519,8 +4519,8 @@ "'100m'", "" ], - "asctime": "2020-02-03 18:42:08,359", - "created": 1580751728.359634, + "asctime": "2020-02-05 13:48:50,084", + "created": 1580906930.084287, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4530,14 +4530,14 @@ "lineno": 22, "message": "Result (Physical representation for 0.1): '100m' ()", "module": "test", - "msecs": 359.6339225769043, + "msecs": 84.28692817687988, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 31.042814254760742, - "thread": 139938129311552, + "relativeCreated": 29.64186668395996, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -4546,8 +4546,8 @@ "'100m'", "" ], - "asctime": "2020-02-03 18:42:08,359", - "created": 1580751728.359676, + "asctime": "2020-02-05 13:48:50,084", + "created": 1580906930.084326, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4557,35 +4557,118 @@ "lineno": 26, "message": "Expectation (Physical representation for 0.1): result = '100m' ()", "module": "test", - "msecs": 359.6758842468262, + "msecs": 84.32602882385254, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 31.084775924682617, - "thread": 139938129311552, + "relativeCreated": 29.680967330932617, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 359.7149848937988, + "msecs": 84.36298370361328, "msg": "Physical representation for 0.1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 31.123876571655273, - "thread": 139938129311552, + "relativeCreated": 29.71792221069336, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 3.910064697265625e-05 + "time_consumption": 3.695487976074219e-05 + }, + { + "args": [ + "'0'", + "" + ], + "asctime": "2020-02-05 13:48:50,084", + "created": 1580906930.084512, + "exc_info": null, + "exc_text": null, + "filename": "test.py", + "funcName": "equivalency_chk", + "levelname": "INFO", + "levelno": 20, + "lineno": 142, + "message": "Physical representation for 0 is correct (Content '0' and Type is ).", + "module": "test", + "moduleLogger": [ + { + "args": [ + "Physical representation for 0", + "'0'", + "" + ], + "asctime": "2020-02-05 13:48:50,084", + "created": 1580906930.084432, + "exc_info": null, + "exc_text": null, + "filename": "test.py", + "funcName": "__report_result__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 22, + "message": "Result (Physical representation for 0): '0' ()", + "module": "test", + "msecs": 84.43188667297363, + "msg": "Result (%s): %s (%s)", + "name": "__unittest__", + "pathname": "src/unittest/test.py", + "process": 20796, + "processName": "MainProcess", + "relativeCreated": 29.78682518005371, + "thread": 139883241289536, + "threadName": "MainThread" + }, + { + "args": [ + "Physical representation for 0", + "'0'", + "" + ], + "asctime": "2020-02-05 13:48:50,084", + "created": 1580906930.084471, + "exc_info": null, + "exc_text": null, + "filename": "test.py", + "funcName": "__report_expectation_equivalency__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 26, + "message": "Expectation (Physical representation for 0): result = '0' ()", + "module": "test", + "msecs": 84.47098731994629, + "msg": "Expectation (%s): result = %s (%s)", + "name": "__unittest__", + "pathname": "src/unittest/test.py", + "process": 20796, + "processName": "MainProcess", + "relativeCreated": 29.825925827026367, + "thread": 139883241289536, + "threadName": "MainThread" + } + ], + "msecs": 84.51199531555176, + "msg": "Physical representation for 0 is correct (Content %s and Type is %s).", + "name": "__tLogger__", + "pathname": "src/unittest/test.py", + "process": 20796, + "processName": "MainProcess", + "relativeCreated": 29.866933822631836, + "thread": 139883241289536, + "threadName": "MainThread", + "time_consumption": 4.100799560546875e-05 }, { "args": [ "'1'", "" ], - "asctime": "2020-02-03 18:42:08,359", - "created": 1580751728.359864, + "asctime": "2020-02-05 13:48:50,084", + "created": 1580906930.08466, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4602,8 +4685,8 @@ "'1'", "" ], - "asctime": "2020-02-03 18:42:08,359", - "created": 1580751728.359785, + "asctime": "2020-02-05 13:48:50,084", + "created": 1580906930.084583, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4613,14 +4696,14 @@ "lineno": 22, "message": "Result (Physical representation for 1): '1' ()", "module": "test", - "msecs": 359.7850799560547, + "msecs": 84.58304405212402, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 31.193971633911133, - "thread": 139938129311552, + "relativeCreated": 29.9379825592041, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -4629,8 +4712,8 @@ "'1'", "" ], - "asctime": "2020-02-03 18:42:08,359", - "created": 1580751728.359824, + "asctime": "2020-02-05 13:48:50,084", + "created": 1580906930.084622, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4640,35 +4723,35 @@ "lineno": 26, "message": "Expectation (Physical representation for 1): result = '1' ()", "module": "test", - "msecs": 359.82394218444824, + "msecs": 84.62190628051758, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 31.232833862304688, - "thread": 139938129311552, + "relativeCreated": 29.976844787597656, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 359.8639965057373, + "msecs": 84.66005325317383, "msg": "Physical representation for 1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 31.27288818359375, - "thread": 139938129311552, + "relativeCreated": 30.014991760253906, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.00543212890625e-05 + "time_consumption": 3.814697265625e-05 }, { "args": [ "'1k'", "" ], - "asctime": "2020-02-03 18:42:08,360", - "created": 1580751728.360014, + "asctime": "2020-02-05 13:48:50,084", + "created": 1580906930.084852, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4685,8 +4768,8 @@ "'1k'", "" ], - "asctime": "2020-02-03 18:42:08,359", - "created": 1580751728.359937, + "asctime": "2020-02-05 13:48:50,084", + "created": 1580906930.084773, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4696,14 +4779,14 @@ "lineno": 22, "message": "Result (Physical representation for 1000): '1k' ()", "module": "test", - "msecs": 359.9369525909424, + "msecs": 84.77306365966797, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 31.345844268798828, - "thread": 139938129311552, + "relativeCreated": 30.128002166748047, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -4712,8 +4795,8 @@ "'1k'", "" ], - "asctime": "2020-02-03 18:42:08,359", - "created": 1580751728.359976, + "asctime": "2020-02-05 13:48:50,084", + "created": 1580906930.084814, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4723,25 +4806,25 @@ "lineno": 26, "message": "Expectation (Physical representation for 1000): result = '1k' ()", "module": "test", - "msecs": 359.97605323791504, + "msecs": 84.81407165527344, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 31.384944915771484, - "thread": 139938129311552, + "relativeCreated": 30.169010162353516, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 360.0139617919922, + "msecs": 84.85198020935059, "msg": "Physical representation for 1000 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 31.422853469848633, - "thread": 139938129311552, + "relativeCreated": 30.206918716430664, + "thread": 139883241289536, "threadName": "MainThread", "time_consumption": 3.790855407714844e-05 }, @@ -4750,8 +4833,8 @@ "'1.01M'", "" ], - "asctime": "2020-02-03 18:42:08,360", - "created": 1580751728.360167, + "asctime": "2020-02-05 13:48:50,085", + "created": 1580906930.085003, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4768,8 +4851,8 @@ "'1.01M'", "" ], - "asctime": "2020-02-03 18:42:08,360", - "created": 1580751728.36009, + "asctime": "2020-02-05 13:48:50,084", + "created": 1580906930.084926, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4779,14 +4862,14 @@ "lineno": 22, "message": "Result (Physical representation for 1005001): '1.01M' ()", "module": "test", - "msecs": 360.0900173187256, + "msecs": 84.92588996887207, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 31.49890899658203, - "thread": 139938129311552, + "relativeCreated": 30.28082847595215, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -4795,8 +4878,8 @@ "'1.01M'", "" ], - "asctime": "2020-02-03 18:42:08,360", - "created": 1580751728.360129, + "asctime": "2020-02-05 13:48:50,084", + "created": 1580906930.084965, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4806,25 +4889,25 @@ "lineno": 26, "message": "Expectation (Physical representation for 1005001): result = '1.01M' ()", "module": "test", - "msecs": 360.12911796569824, + "msecs": 84.96499061584473, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 31.538009643554688, - "thread": 139938129311552, + "relativeCreated": 30.319929122924805, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 360.1670265197754, + "msecs": 85.00289916992188, "msg": "Physical representation for 1005001 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 31.575918197631836, - "thread": 139938129311552, + "relativeCreated": 30.357837677001953, + "thread": 139883241289536, "threadName": "MainThread", "time_consumption": 3.790855407714844e-05 }, @@ -4833,8 +4916,8 @@ "'1G'", "" ], - "asctime": "2020-02-03 18:42:08,360", - "created": 1580751728.360322, + "asctime": "2020-02-05 13:48:50,085", + "created": 1580906930.085151, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4851,8 +4934,8 @@ "'1G'", "" ], - "asctime": "2020-02-03 18:42:08,360", - "created": 1580751728.360244, + "asctime": "2020-02-05 13:48:50,085", + "created": 1580906930.085076, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4862,14 +4945,14 @@ "lineno": 22, "message": "Result (Physical representation for 1004000000): '1G' ()", "module": "test", - "msecs": 360.2440357208252, + "msecs": 85.07609367370605, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 31.65292739868164, - "thread": 139938129311552, + "relativeCreated": 30.431032180786133, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -4878,8 +4961,8 @@ "'1G'", "" ], - "asctime": "2020-02-03 18:42:08,360", - "created": 1580751728.360283, + "asctime": "2020-02-05 13:48:50,085", + "created": 1580906930.085114, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4889,35 +4972,35 @@ "lineno": 26, "message": "Expectation (Physical representation for 1004000000): result = '1G' ()", "module": "test", - "msecs": 360.28289794921875, + "msecs": 85.1140022277832, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 31.691789627075195, - "thread": 139938129311552, + "relativeCreated": 30.46894073486328, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 360.3219985961914, + "msecs": 85.15095710754395, "msg": "Physical representation for 1004000000 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 31.73089027404785, - "thread": 139938129311552, + "relativeCreated": 30.505895614624023, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 3.910064697265625e-05 + "time_consumption": 3.695487976074219e-05 }, { "args": [ "'1T'", "" ], - "asctime": "2020-02-03 18:42:08,360", - "created": 1580751728.36047, + "asctime": "2020-02-05 13:48:50,085", + "created": 1580906930.085303, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4934,8 +5017,8 @@ "'1T'", "" ], - "asctime": "2020-02-03 18:42:08,360", - "created": 1580751728.360395, + "asctime": "2020-02-05 13:48:50,085", + "created": 1580906930.085225, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4945,14 +5028,14 @@ "lineno": 22, "message": "Result (Physical representation for 1003000000000): '1T' ()", "module": "test", - "msecs": 360.3949546813965, + "msecs": 85.22510528564453, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 31.80384635925293, - "thread": 139938129311552, + "relativeCreated": 30.58004379272461, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -4961,8 +5044,8 @@ "'1T'", "" ], - "asctime": "2020-02-03 18:42:08,360", - "created": 1580751728.360433, + "asctime": "2020-02-05 13:48:50,085", + "created": 1580906930.085263, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4972,35 +5055,35 @@ "lineno": 26, "message": "Expectation (Physical representation for 1003000000000): result = '1T' ()", "module": "test", - "msecs": 360.43310165405273, + "msecs": 85.26301383972168, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 31.84199333190918, - "thread": 139938129311552, + "relativeCreated": 30.617952346801758, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 360.4700565338135, + "msecs": 85.30306816101074, "msg": "Physical representation for 1003000000000 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 31.878948211669922, - "thread": 139938129311552, + "relativeCreated": 30.65800666809082, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 3.695487976074219e-05 + "time_consumption": 4.00543212890625e-05 }, { "args": [ "'10P'", "" ], - "asctime": "2020-02-03 18:42:08,360", - "created": 1580751728.360622, + "asctime": "2020-02-05 13:48:50,085", + "created": 1580906930.085452, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5017,8 +5100,8 @@ "'10P'", "" ], - "asctime": "2020-02-03 18:42:08,360", - "created": 1580751728.360545, + "asctime": "2020-02-05 13:48:50,085", + "created": 1580906930.085375, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5028,14 +5111,14 @@ "lineno": 22, "message": "Result (Physical representation for 10000000000000000): '10P' ()", "module": "test", - "msecs": 360.54491996765137, + "msecs": 85.37507057189941, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 31.953811645507812, - "thread": 139938129311552, + "relativeCreated": 30.730009078979492, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -5044,8 +5127,8 @@ "'10P'", "" ], - "asctime": "2020-02-03 18:42:08,360", - "created": 1580751728.360584, + "asctime": "2020-02-05 13:48:50,085", + "created": 1580906930.085413, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5055,35 +5138,35 @@ "lineno": 26, "message": "Expectation (Physical representation for 10000000000000000): result = '10P' ()", "module": "test", - "msecs": 360.584020614624, + "msecs": 85.41297912597656, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 31.99291229248047, - "thread": 139938129311552, + "relativeCreated": 30.76791763305664, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 360.6219291687012, + "msecs": 85.45207977294922, "msg": "Physical representation for 10000000000000000 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 32.03082084655762, - "thread": 139938129311552, + "relativeCreated": 30.807018280029297, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 3.790855407714844e-05 + "time_consumption": 3.910064697265625e-05 }, { "args": [ "'17.17'", "" ], - "asctime": "2020-02-03 18:42:08,360", - "created": 1580751728.360766, + "asctime": "2020-02-05 13:48:50,085", + "created": 1580906930.085599, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5100,8 +5183,8 @@ "'17.17'", "" ], - "asctime": "2020-02-03 18:42:08,360", - "created": 1580751728.360691, + "asctime": "2020-02-05 13:48:50,085", + "created": 1580906930.085524, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5111,14 +5194,14 @@ "lineno": 22, "message": "Result (Physical representation for 17.17): '17.17' ()", "module": "test", - "msecs": 360.6910705566406, + "msecs": 85.52408218383789, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 32.09996223449707, - "thread": 139938129311552, + "relativeCreated": 30.87902069091797, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -5127,8 +5210,8 @@ "'17.17'", "" ], - "asctime": "2020-02-03 18:42:08,360", - "created": 1580751728.360729, + "asctime": "2020-02-05 13:48:50,085", + "created": 1580906930.085562, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5138,25 +5221,25 @@ "lineno": 26, "message": "Expectation (Physical representation for 17.17): result = '17.17' ()", "module": "test", - "msecs": 360.7289791107178, + "msecs": 85.56199073791504, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 32.13787078857422, - "thread": 139938129311552, + "relativeCreated": 30.916929244995117, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 360.7659339904785, + "msecs": 85.59894561767578, "msg": "Physical representation for 17.17 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 32.17482566833496, - "thread": 139938129311552, + "relativeCreated": 30.95388412475586, + "thread": 139883241289536, "threadName": "MainThread", "time_consumption": 3.695487976074219e-05 }, @@ -5165,8 +5248,8 @@ "'117k'", "" ], - "asctime": "2020-02-03 18:42:08,360", - "created": 1580751728.360917, + "asctime": "2020-02-05 13:48:50,085", + "created": 1580906930.085746, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5183,8 +5266,8 @@ "'117k'", "" ], - "asctime": "2020-02-03 18:42:08,360", - "created": 1580751728.360841, + "asctime": "2020-02-05 13:48:50,085", + "created": 1580906930.08567, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5194,14 +5277,14 @@ "lineno": 22, "message": "Result (Physical representation for 117000): '117k' ()", "module": "test", - "msecs": 360.8410358428955, + "msecs": 85.66999435424805, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 32.24992752075195, - "thread": 139938129311552, + "relativeCreated": 31.024932861328125, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -5210,8 +5293,8 @@ "'117k'", "" ], - "asctime": "2020-02-03 18:42:08,360", - "created": 1580751728.360879, + "asctime": "2020-02-05 13:48:50,085", + "created": 1580906930.085708, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5221,25 +5304,25 @@ "lineno": 26, "message": "Expectation (Physical representation for 117000): result = '117k' ()", "module": "test", - "msecs": 360.87894439697266, + "msecs": 85.7079029083252, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 32.2878360748291, - "thread": 139938129311552, + "relativeCreated": 31.062841415405273, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 360.9170913696289, + "msecs": 85.74604988098145, "msg": "Physical representation for 117000 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 32.32598304748535, - "thread": 139938129311552, + "relativeCreated": 31.100988388061523, + "thread": 139883241289536, "threadName": "MainThread", "time_consumption": 3.814697265625e-05 }, @@ -5248,8 +5331,8 @@ "'117.2'", "" ], - "asctime": "2020-02-03 18:42:08,361", - "created": 1580751728.36106, + "asctime": "2020-02-05 13:48:50,085", + "created": 1580906930.085891, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5266,8 +5349,8 @@ "'117.2'", "" ], - "asctime": "2020-02-03 18:42:08,360", - "created": 1580751728.360984, + "asctime": "2020-02-05 13:48:50,085", + "created": 1580906930.085813, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5277,14 +5360,14 @@ "lineno": 22, "message": "Result (Physical representation for 117.17): '117.2' ()", "module": "test", - "msecs": 360.98408699035645, + "msecs": 85.81304550170898, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 32.39297866821289, - "thread": 139938129311552, + "relativeCreated": 31.167984008789062, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -5293,8 +5376,8 @@ "'117.2'", "" ], - "asctime": "2020-02-03 18:42:08,361", - "created": 1580751728.361022, + "asctime": "2020-02-05 13:48:50,085", + "created": 1580906930.085854, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5304,39 +5387,39 @@ "lineno": 26, "message": "Expectation (Physical representation for 117.17): result = '117.2' ()", "module": "test", - "msecs": 361.0219955444336, + "msecs": 85.85405349731445, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 32.43088722229004, - "thread": 139938129311552, + "relativeCreated": 31.20899200439453, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 361.05990409851074, + "msecs": 85.8910083770752, "msg": "Physical representation for 117.17 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 32.46879577636719, - "thread": 139938129311552, + "relativeCreated": 31.245946884155273, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 3.790855407714844e-05 + "time_consumption": 3.695487976074219e-05 } ], - "thread": 139938129311552, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 0.0021598339080810547, - "time_finished": "2020-02-03 18:42:08,361", - "time_start": "2020-02-03 18:42:08,358" + "time_consumption": 0.002309083938598633, + "time_finished": "2020-02-05 13:48:50,085", + "time_start": "2020-02-05 13:48:50,083" }, "_dpJzwCcUEeqsHsnJQYCN8Q": { "args": null, - "asctime": "2020-02-03 18:42:08,377", - "created": 1580751728.377447, + "asctime": "2020-02-05 13:48:50,100", + "created": 1580906930.100902, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5347,18 +5430,18 @@ "message": "_dpJzwCcUEeqsHsnJQYCN8Q", "module": "__init__", "moduleLogger": [], - "msecs": 377.44688987731934, + "msecs": 100.90208053588867, "msg": "_dpJzwCcUEeqsHsnJQYCN8Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 48.85578155517578, + "relativeCreated": 46.25701904296875, "testcaseLogger": [ { "args": [], - "asctime": "2020-02-03 18:42:08,377", - "created": 1580751728.37795, + "asctime": "2020-02-05 13:48:50,101", + "created": 1580906930.101226, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -5373,8 +5456,8 @@ "args": [ "': changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 377.6431083679199, + "msecs": 101.01890563964844, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 49.05200004577637, - "thread": 139938129311552, + "relativeCreated": 46.373844146728516, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -5426,8 +5509,8 @@ 58, 60 ], - "asctime": "2020-02-03 18:42:08,377", - "created": 1580751728.377709, + "asctime": "2020-02-05 13:48:50,101", + "created": 1580906930.101059, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5437,14 +5520,14 @@ "lineno": 103, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 377.70891189575195, + "msecs": 101.0589599609375, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 49.1178035736084, - "thread": 139938129311552, + "relativeCreated": 46.41389846801758, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -5452,8 +5535,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,377", - "created": 1580751728.377775, + "asctime": "2020-02-05 13:48:50,101", + "created": 1580906930.101104, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5463,14 +5546,14 @@ "lineno": 114, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 377.7749538421631, + "msecs": 101.1040210723877, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 49.18384552001953, - "thread": 139938129311552, + "relativeCreated": 46.45895957946777, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -5478,8 +5561,8 @@ "STP:", 100 ], - "asctime": "2020-02-03 18:42:08,377", - "created": 1580751728.377834, + "asctime": "2020-02-05 13:48:50,101", + "created": 1580906930.101144, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5489,14 +5572,14 @@ "lineno": 137, "message": "STP: data (64) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 377.8340816497803, + "msecs": 101.14407539367676, "msg": "%s data (%02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 49.24297332763672, - "thread": 139938129311552, + "relativeCreated": 46.499013900756836, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -5504,8 +5587,8 @@ "STP:", "(2): 74 65" ], - "asctime": "2020-02-03 18:42:08,377", - "created": 1580751728.377899, + "asctime": "2020-02-05 13:48:50,101", + "created": 1580906930.101188, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5515,35 +5598,35 @@ "lineno": 69, "message": "STP: Chunking \"(2): 74 65\" from buffer", "module": "stp", - "msecs": 377.8989315032959, + "msecs": 101.18794441223145, "msg": "%s Chunking \"%s\" from buffer", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 49.307823181152344, - "thread": 139938129311552, + "relativeCreated": 46.54288291931152, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 377.94995307922363, + "msecs": 101.2260913848877, "msg": "Processing data with an insufficient end pattern.", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 49.35884475708008, - "thread": 139938129311552, + "relativeCreated": 46.58102989196777, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 5.1021575927734375e-05 + "time_consumption": 3.814697265625e-05 }, { "args": [ "[[]]", "" ], - "asctime": "2020-02-03 18:42:08,378", - "created": 1580751728.378157, + "asctime": "2020-02-05 13:48:50,101", + "created": 1580906930.101379, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5560,8 +5643,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-03 18:42:08,378", - "created": 1580751728.378041, + "asctime": "2020-02-05 13:48:50,101", + "created": 1580906930.101292, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5571,14 +5654,14 @@ "lineno": 22, "message": "Result (Return value list if processing data_sync and data again after start of frame): [ [ ] ] ()", "module": "test", - "msecs": 378.04102897644043, + "msecs": 101.29189491271973, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 49.449920654296875, - "thread": 139938129311552, + "relativeCreated": 46.646833419799805, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -5587,8 +5670,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-03 18:42:08,378", - "created": 1580751728.37809, + "asctime": "2020-02-05 13:48:50,101", + "created": 1580906930.101331, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5598,35 +5681,35 @@ "lineno": 26, "message": "Expectation (Return value list if processing data_sync and data again after start of frame): result = [ [ ] ] ()", "module": "test", - "msecs": 378.08990478515625, + "msecs": 101.33099555969238, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 49.498796463012695, - "thread": 139938129311552, + "relativeCreated": 46.68593406677246, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 378.1569004058838, + "msecs": 101.3789176940918, "msg": "Return value list if processing data_sync and data again after start of frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 49.565792083740234, - "thread": 139938129311552, + "relativeCreated": 46.733856201171875, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 6.699562072753906e-05 + "time_consumption": 4.792213439941406e-05 }, { "args": [ "0", "" ], - "asctime": "2020-02-03 18:42:08,378", - "created": 1580751728.378679, + "asctime": "2020-02-05 13:48:50,101", + "created": 1580906930.101521, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5643,8 +5726,8 @@ "0", "" ], - "asctime": "2020-02-03 18:42:08,378", - "created": 1580751728.378598, + "asctime": "2020-02-05 13:48:50,101", + "created": 1580906930.101445, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5654,14 +5737,14 @@ "lineno": 22, "message": "Result (State after processing data_sync and data again after start of frame): 0 ()", "module": "test", - "msecs": 378.5979747772217, + "msecs": 101.44495964050293, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 50.006866455078125, - "thread": 139938129311552, + "relativeCreated": 46.79989814758301, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -5670,8 +5753,8 @@ "0", "" ], - "asctime": "2020-02-03 18:42:08,378", - "created": 1580751728.378639, + "asctime": "2020-02-05 13:48:50,101", + "created": 1580906930.101483, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5681,35 +5764,35 @@ "lineno": 26, "message": "Expectation (State after processing data_sync and data again after start of frame): result = 0 ()", "module": "test", - "msecs": 378.63898277282715, + "msecs": 101.48310661315918, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 50.047874450683594, - "thread": 139938129311552, + "relativeCreated": 46.83804512023926, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 378.6790370941162, + "msecs": 101.52101516723633, "msg": "State after processing data_sync and data again after start of frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 50.087928771972656, - "thread": 139938129311552, + "relativeCreated": 46.875953674316406, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.00543212890625e-05 + "time_consumption": 3.790855407714844e-05 }, { "args": [ "0", "" ], - "asctime": "2020-02-03 18:42:08,378", - "created": 1580751728.378821, + "asctime": "2020-02-05 13:48:50,101", + "created": 1580906930.101658, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5726,8 +5809,8 @@ "0", "" ], - "asctime": "2020-02-03 18:42:08,378", - "created": 1580751728.378744, + "asctime": "2020-02-05 13:48:50,101", + "created": 1580906930.101582, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5737,14 +5820,14 @@ "lineno": 22, "message": "Result (Buffer size after processing data with insufficient end pattern): 0 ()", "module": "test", - "msecs": 378.74388694763184, + "msecs": 101.58205032348633, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 50.15277862548828, - "thread": 139938129311552, + "relativeCreated": 46.936988830566406, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -5753,8 +5836,8 @@ "0", "" ], - "asctime": "2020-02-03 18:42:08,378", - "created": 1580751728.378782, + "asctime": "2020-02-05 13:48:50,101", + "created": 1580906930.101618, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5764,32 +5847,32 @@ "lineno": 26, "message": "Expectation (Buffer size after processing data with insufficient end pattern): result = 0 ()", "module": "test", - "msecs": 378.7820339202881, + "msecs": 101.61805152893066, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 50.19092559814453, - "thread": 139938129311552, + "relativeCreated": 46.97299003601074, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 378.82089614868164, + "msecs": 101.65810585021973, "msg": "Buffer size after processing data with insufficient end pattern is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 50.229787826538086, - "thread": 139938129311552, + "relativeCreated": 47.013044357299805, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 3.886222839355469e-05 + "time_consumption": 4.00543212890625e-05 }, { "args": [], - "asctime": "2020-02-03 18:42:08,379", - "created": 1580751728.379157, + "asctime": "2020-02-05 13:48:50,101", + "created": 1580906930.101971, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -5804,8 +5887,8 @@ "args": [ "': changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 378.9379596710205, + "msecs": 101.76610946655273, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 50.34685134887695, - "thread": 139938129311552, + "relativeCreated": 47.12104797363281, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -5857,8 +5940,8 @@ 58, 60 ], - "asctime": "2020-02-03 18:42:08,378", - "created": 1580751728.378978, + "asctime": "2020-02-05 13:48:50,101", + "created": 1580906930.101805, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5868,14 +5951,14 @@ "lineno": 103, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 378.97801399230957, + "msecs": 101.80497169494629, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 50.386905670166016, - "thread": 139938129311552, + "relativeCreated": 47.15991020202637, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -5883,8 +5966,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,379", - "created": 1580751728.379029, + "asctime": "2020-02-05 13:48:50,101", + "created": 1580906930.101849, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5894,14 +5977,14 @@ "lineno": 114, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 379.0290355682373, + "msecs": 101.84907913208008, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 50.43792724609375, - "thread": 139938129311552, + "relativeCreated": 47.204017639160156, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -5910,8 +5993,8 @@ 58, 60 ], - "asctime": "2020-02-03 18:42:08,379", - "created": 1580751728.379069, + "asctime": "2020-02-05 13:48:50,101", + "created": 1580906930.101888, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5921,14 +6004,14 @@ "lineno": 119, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 379.06908988952637, + "msecs": 101.88794136047363, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 50.47798156738281, - "thread": 139938129311552, + "relativeCreated": 47.24287986755371, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -5936,8 +6019,8 @@ "STP:", "(2): 74 65" ], - "asctime": "2020-02-03 18:42:08,379", - "created": 1580751728.379117, + "asctime": "2020-02-05 13:48:50,101", + "created": 1580906930.101933, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5947,35 +6030,35 @@ "lineno": 69, "message": "STP: Chunking \"(2): 74 65\" from buffer", "module": "stp", - "msecs": 379.1170120239258, + "msecs": 101.93300247192383, "msg": "%s Chunking \"%s\" from buffer", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 50.52590370178223, - "thread": 139938129311552, + "relativeCreated": 47.287940979003906, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 379.15706634521484, + "msecs": 101.97091102600098, "msg": "Processing data with an insufficient end pattern (start pattern instead of end pattern).", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 50.56595802307129, - "thread": 139938129311552, + "relativeCreated": 47.325849533081055, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.00543212890625e-05 + "time_consumption": 3.790855407714844e-05 }, { "args": [ "[[]]", "" ], - "asctime": "2020-02-03 18:42:08,379", - "created": 1580751728.379321, + "asctime": "2020-02-05 13:48:50,102", + "created": 1580906930.102125, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5992,8 +6075,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-03 18:42:08,379", - "created": 1580751728.379226, + "asctime": "2020-02-05 13:48:50,102", + "created": 1580906930.102038, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6003,14 +6086,14 @@ "lineno": 22, "message": "Result (Return value list if processing 2nd start of frame): [ [ ] ] ()", "module": "test", - "msecs": 379.2259693145752, + "msecs": 102.03790664672852, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 50.63486099243164, - "thread": 139938129311552, + "relativeCreated": 47.392845153808594, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -6019,8 +6102,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-03 18:42:08,379", - "created": 1580751728.379267, + "asctime": "2020-02-05 13:48:50,102", + "created": 1580906930.102078, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6030,35 +6113,35 @@ "lineno": 26, "message": "Expectation (Return value list if processing 2nd start of frame): result = [ [ ] ] ()", "module": "test", - "msecs": 379.26697731018066, + "msecs": 102.07796096801758, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 50.67586898803711, - "thread": 139938129311552, + "relativeCreated": 47.432899475097656, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 379.3210983276367, + "msecs": 102.12492942810059, "msg": "Return value list if processing 2nd start of frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 50.729990005493164, - "thread": 139938129311552, + "relativeCreated": 47.479867935180664, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 5.412101745605469e-05 + "time_consumption": 4.696846008300781e-05 }, { "args": [ "3", "" ], - "asctime": "2020-02-03 18:42:08,379", - "created": 1580751728.379478, + "asctime": "2020-02-05 13:48:50,102", + "created": 1580906930.102267, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6075,8 +6158,8 @@ "3", "" ], - "asctime": "2020-02-03 18:42:08,379", - "created": 1580751728.379386, + "asctime": "2020-02-05 13:48:50,102", + "created": 1580906930.102188, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6086,14 +6169,14 @@ "lineno": 22, "message": "Result (State after processing 2nd start of frame): 3 ()", "module": "test", - "msecs": 379.38594818115234, + "msecs": 102.1881103515625, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 50.79483985900879, - "thread": 139938129311552, + "relativeCreated": 47.54304885864258, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -6102,8 +6185,8 @@ "3", "" ], - "asctime": "2020-02-03 18:42:08,379", - "created": 1580751728.379426, + "asctime": "2020-02-05 13:48:50,102", + "created": 1580906930.102226, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6113,35 +6196,35 @@ "lineno": 26, "message": "Expectation (State after processing 2nd start of frame): result = 3 ()", "module": "test", - "msecs": 379.4260025024414, + "msecs": 102.22601890563965, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 50.83489418029785, - "thread": 139938129311552, + "relativeCreated": 47.58095741271973, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 379.47797775268555, + "msecs": 102.26702690124512, "msg": "State after processing 2nd start of frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 50.88686943054199, - "thread": 139938129311552, + "relativeCreated": 47.621965408325195, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 5.1975250244140625e-05 + "time_consumption": 4.100799560546875e-05 }, { "args": [ "0", "" ], - "asctime": "2020-02-03 18:42:08,379", - "created": 1580751728.379616, + "asctime": "2020-02-05 13:48:50,102", + "created": 1580906930.102409, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6158,8 +6241,8 @@ "0", "" ], - "asctime": "2020-02-03 18:42:08,379", - "created": 1580751728.379539, + "asctime": "2020-02-05 13:48:50,102", + "created": 1580906930.102328, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6169,14 +6252,14 @@ "lineno": 22, "message": "Result (Buffer size after processing 2nd start of frame): 0 ()", "module": "test", - "msecs": 379.53901290893555, + "msecs": 102.32806205749512, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 50.94790458679199, - "thread": 139938129311552, + "relativeCreated": 47.683000564575195, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -6185,8 +6268,8 @@ "0", "" ], - "asctime": "2020-02-03 18:42:08,379", - "created": 1580751728.379576, + "asctime": "2020-02-05 13:48:50,102", + "created": 1580906930.102368, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6196,32 +6279,32 @@ "lineno": 26, "message": "Expectation (Buffer size after processing 2nd start of frame): result = 0 ()", "module": "test", - "msecs": 379.5759677886963, + "msecs": 102.36811637878418, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 50.984859466552734, - "thread": 139938129311552, + "relativeCreated": 47.72305488586426, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 379.61602210998535, + "msecs": 102.40888595581055, "msg": "Buffer size after processing 2nd start of frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 51.0249137878418, - "thread": 139938129311552, + "relativeCreated": 47.763824462890625, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.00543212890625e-05 + "time_consumption": 4.076957702636719e-05 }, { "args": [], - "asctime": "2020-02-03 18:42:08,379", - "created": 1580751728.379946, + "asctime": "2020-02-05 13:48:50,102", + "created": 1580906930.102721, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -6236,8 +6319,8 @@ "args": [ "': changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 379.7309398651123, + "msecs": 102.51593589782715, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 51.13983154296875, - "thread": 139938129311552, + "relativeCreated": 47.87087440490723, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -6289,8 +6372,8 @@ 58, 60 ], - "asctime": "2020-02-03 18:42:08,379", - "created": 1580751728.379773, + "asctime": "2020-02-05 13:48:50,102", + "created": 1580906930.102554, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -6300,14 +6383,14 @@ "lineno": 103, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 379.7729015350342, + "msecs": 102.5540828704834, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 51.181793212890625, - "thread": 139938129311552, + "relativeCreated": 47.90902137756348, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -6315,8 +6398,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,379", - "created": 1580751728.379822, + "asctime": "2020-02-05 13:48:50,102", + "created": 1580906930.102598, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -6326,14 +6409,14 @@ "lineno": 114, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 379.8220157623291, + "msecs": 102.59795188903809, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 51.23090744018555, - "thread": 139938129311552, + "relativeCreated": 47.952890396118164, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -6341,8 +6424,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,379", - "created": 1580751728.379861, + "asctime": "2020-02-05 13:48:50,102", + "created": 1580906930.102637, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -6352,14 +6435,14 @@ "lineno": 133, "message": "STP: second data sync (3a) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 379.86111640930176, + "msecs": 102.63705253601074, "msg": "%s second data sync (%02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_ESCAPE_1", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 51.2700080871582, - "thread": 139938129311552, + "relativeCreated": 47.99199104309082, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -6367,8 +6450,8 @@ "STP:", "(2): 74 65" ], - "asctime": "2020-02-03 18:42:08,379", - "created": 1580751728.379905, + "asctime": "2020-02-05 13:48:50,102", + "created": 1580906930.102679, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -6378,35 +6461,35 @@ "lineno": 69, "message": "STP: Chunking \"(2): 74 65\" from buffer", "module": "stp", - "msecs": 379.90498542785645, + "msecs": 102.67901420593262, "msg": "%s Chunking \"%s\" from buffer", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 51.31387710571289, - "thread": 139938129311552, + "relativeCreated": 48.033952713012695, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 379.9459934234619, + "msecs": 102.72097587585449, "msg": "Processing data with an insufficient end pattern (two times sync instead of end pattern).", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 51.35488510131836, - "thread": 139938129311552, + "relativeCreated": 48.07591438293457, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.100799560546875e-05 + "time_consumption": 4.1961669921875e-05 }, { "args": [ "[[]]", "" ], - "asctime": "2020-02-03 18:42:08,380", - "created": 1580751728.380103, + "asctime": "2020-02-05 13:48:50,102", + "created": 1580906930.102873, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6423,8 +6506,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-03 18:42:08,380", - "created": 1580751728.380014, + "asctime": "2020-02-05 13:48:50,102", + "created": 1580906930.102783, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6434,14 +6517,14 @@ "lineno": 22, "message": "Result (Return value list if processing data_sync twice after start of frame): [ [ ] ] ()", "module": "test", - "msecs": 380.01394271850586, + "msecs": 102.7829647064209, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 51.422834396362305, - "thread": 139938129311552, + "relativeCreated": 48.13790321350098, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -6450,8 +6533,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-03 18:42:08,380", - "created": 1580751728.380054, + "asctime": "2020-02-05 13:48:50,102", + "created": 1580906930.102822, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6461,35 +6544,35 @@ "lineno": 26, "message": "Expectation (Return value list if processing data_sync twice after start of frame): result = [ [ ] ] ()", "module": "test", - "msecs": 380.0539970397949, + "msecs": 102.82206535339355, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 51.46288871765137, - "thread": 139938129311552, + "relativeCreated": 48.17700386047363, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 380.10311126708984, + "msecs": 102.87308692932129, "msg": "Return value list if processing data_sync twice after start of frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 51.51200294494629, - "thread": 139938129311552, + "relativeCreated": 48.22802543640137, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.9114227294921875e-05 + "time_consumption": 5.1021575927734375e-05 }, { "args": [ "1", "" ], - "asctime": "2020-02-03 18:42:08,380", - "created": 1580751728.380249, + "asctime": "2020-02-05 13:48:50,103", + "created": 1580906930.103011, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6506,8 +6589,8 @@ "1", "" ], - "asctime": "2020-02-03 18:42:08,380", - "created": 1580751728.380168, + "asctime": "2020-02-05 13:48:50,102", + "created": 1580906930.102933, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6517,14 +6600,14 @@ "lineno": 22, "message": "Result (State after processing data_sync twice after start of frame): 1 ()", "module": "test", - "msecs": 380.16796112060547, + "msecs": 102.93292999267578, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 51.576852798461914, - "thread": 139938129311552, + "relativeCreated": 48.28786849975586, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -6533,8 +6616,8 @@ "1", "" ], - "asctime": "2020-02-03 18:42:08,380", - "created": 1580751728.380206, + "asctime": "2020-02-05 13:48:50,102", + "created": 1580906930.102971, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6544,39 +6627,39 @@ "lineno": 26, "message": "Expectation (State after processing data_sync twice after start of frame): result = 1 ()", "module": "test", - "msecs": 380.2061080932617, + "msecs": 102.97107696533203, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 51.614999771118164, - "thread": 139938129311552, + "relativeCreated": 48.32601547241211, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 380.2490234375, + "msecs": 103.01089286804199, "msg": "State after processing data_sync twice after start of frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 51.657915115356445, - "thread": 139938129311552, + "relativeCreated": 48.36583137512207, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.291534423828125e-05 + "time_consumption": 3.981590270996094e-05 } ], - "thread": 139938129311552, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 0.002802133560180664, - "time_finished": "2020-02-03 18:42:08,380", - "time_start": "2020-02-03 18:42:08,377" + "time_consumption": 0.0021088123321533203, + "time_finished": "2020-02-05 13:48:50,103", + "time_start": "2020-02-05 13:48:50,100" }, "_fp-i0Hu8Eemborg4LxXa3A": { "args": null, - "asctime": "2020-02-03 18:42:08,365", - "created": 1580751728.365843, + "asctime": "2020-02-05 13:48:50,090", + "created": 1580906930.090724, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6587,20 +6670,20 @@ "message": "_fp-i0Hu8Eemborg4LxXa3A", "module": "__init__", "moduleLogger": [], - "msecs": 365.8430576324463, + "msecs": 90.72399139404297, "msg": "_fp-i0Hu8Eemborg4LxXa3A", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 37.251949310302734, + "relativeCreated": 36.07892990112305, "testcaseLogger": [ { "args": [ "(26): 1f 8b 08 00 34 e0 04 5d 02 ff 63 60 40 01 ff 51 01 00 2d 8a 7d de 1e 00 00 00" ], - "asctime": "2020-02-03 18:42:08,366", - "created": 1580751728.36605, + "asctime": "2020-02-05 13:48:50,090", + "created": 1580906930.090917, "exc_info": null, "exc_text": null, "filename": "test_gzip.py", @@ -6614,10 +6697,10 @@ { "args": [ 0.8666666666666667, - 5.1975250244140625e-05 + 4.38690185546875e-05 ], - "asctime": "2020-02-03 18:42:08,365", - "created": 1580751728.365968, + "asctime": "2020-02-05 13:48:50,090", + "created": 1580906930.090836, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6627,35 +6710,35 @@ "lineno": 178, "message": "GZIP: Finished to extract a string (compression_rate=0.867, consumed_time=0.0s).", "module": "__init__", - "msecs": 365.9679889678955, + "msecs": 90.8360481262207, "msg": "GZIP: Finished to extract a string (compression_rate=%.3f, consumed_time=%.1fs).", "name": "STRINGTOOLS", "pathname": "src/stringtools/__init__.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 37.37688064575195, - "thread": 139938129311552, + "relativeCreated": 36.19098663330078, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 366.05000495910645, + "msecs": 90.91711044311523, "msg": "Extracting stream: %s", "name": "__tLogger__", "pathname": "src/tests/test_gzip.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 37.45889663696289, - "thread": 139938129311552, + "relativeCreated": 36.27204895019531, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 8.20159912109375e-05 + "time_consumption": 8.106231689453125e-05 }, { "args": [ "'(30): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff'", "" ], - "asctime": "2020-02-03 18:42:08,366", - "created": 1580751728.366316, + "asctime": "2020-02-05 13:48:50,091", + "created": 1580906930.09114, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6672,8 +6755,8 @@ "'(30): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff'", "" ], - "asctime": "2020-02-03 18:42:08,366", - "created": 1580751728.366228, + "asctime": "2020-02-05 13:48:50,091", + "created": 1580906930.091054, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6683,14 +6766,14 @@ "lineno": 22, "message": "Result (Extracted data): '(30): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff' ()", "module": "test", - "msecs": 366.2281036376953, + "msecs": 91.05396270751953, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 37.63699531555176, - "thread": 139938129311552, + "relativeCreated": 36.40890121459961, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -6699,8 +6782,8 @@ "'(30): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff'", "" ], - "asctime": "2020-02-03 18:42:08,366", - "created": 1580751728.366275, + "asctime": "2020-02-05 13:48:50,091", + "created": 1580906930.091098, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6710,39 +6793,39 @@ "lineno": 26, "message": "Expectation (Extracted data): result = '(30): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff' ()", "module": "test", - "msecs": 366.2750720977783, + "msecs": 91.09807014465332, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 37.683963775634766, - "thread": 139938129311552, + "relativeCreated": 36.4530086517334, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 366.3160800933838, + "msecs": 91.1400318145752, "msg": "Extracted data is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 37.724971771240234, - "thread": 139938129311552, + "relativeCreated": 36.49497032165527, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.100799560546875e-05 + "time_consumption": 4.1961669921875e-05 } ], - "thread": 139938129311552, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 0.0004730224609375, - "time_finished": "2020-02-03 18:42:08,366", - "time_start": "2020-02-03 18:42:08,365" + "time_consumption": 0.00041604042053222656, + "time_finished": "2020-02-05 13:48:50,091", + "time_start": "2020-02-05 13:48:50,090" }, "_hpUmwEaTEeq5fPlXIeQCXQ": { "args": null, - "asctime": "2020-02-03 18:42:08,361", - "created": 1580751728.36118, + "asctime": "2020-02-05 13:48:50,086", + "created": 1580906930.086018, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6753,21 +6836,21 @@ "message": "_hpUmwEaTEeq5fPlXIeQCXQ", "module": "__init__", "moduleLogger": [], - "msecs": 361.18006706237793, + "msecs": 86.01808547973633, "msg": "_hpUmwEaTEeq5fPlXIeQCXQ", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 32.588958740234375, + "relativeCreated": 31.373023986816406, "testcaseLogger": [ { "args": [ "'00:59'", "" ], - "asctime": "2020-02-03 18:42:08,361", - "created": 1580751728.361342, + "asctime": "2020-02-05 13:48:50,086", + "created": 1580906930.086177, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6784,8 +6867,8 @@ "'00:59'", "" ], - "asctime": "2020-02-03 18:42:08,361", - "created": 1580751728.361262, + "asctime": "2020-02-05 13:48:50,086", + "created": 1580906930.086097, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6795,14 +6878,14 @@ "lineno": 22, "message": "Result (Time representation for 59): '00:59' ()", "module": "test", - "msecs": 361.26208305358887, + "msecs": 86.09700202941895, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 32.67097473144531, - "thread": 139938129311552, + "relativeCreated": 31.451940536499023, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -6811,8 +6894,8 @@ "'00:59'", "" ], - "asctime": "2020-02-03 18:42:08,361", - "created": 1580751728.361302, + "asctime": "2020-02-05 13:48:50,086", + "created": 1580906930.086137, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6822,25 +6905,25 @@ "lineno": 26, "message": "Expectation (Time representation for 59): result = '00:59' ()", "module": "test", - "msecs": 361.3018989562988, + "msecs": 86.13705635070801, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 32.71079063415527, - "thread": 139938129311552, + "relativeCreated": 31.491994857788086, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 361.3419532775879, + "msecs": 86.17711067199707, "msg": "Time representation for 59 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 32.750844955444336, - "thread": 139938129311552, + "relativeCreated": 31.53204917907715, + "thread": 139883241289536, "threadName": "MainThread", "time_consumption": 4.00543212890625e-05 }, @@ -6849,8 +6932,8 @@ "'01:00'", "" ], - "asctime": "2020-02-03 18:42:08,361", - "created": 1580751728.361491, + "asctime": "2020-02-05 13:48:50,086", + "created": 1580906930.08632, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6867,8 +6950,8 @@ "'01:00'", "" ], - "asctime": "2020-02-03 18:42:08,361", - "created": 1580751728.361413, + "asctime": "2020-02-05 13:48:50,086", + "created": 1580906930.086243, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6878,14 +6961,14 @@ "lineno": 22, "message": "Result (Time representation for 60): '01:00' ()", "module": "test", - "msecs": 361.41300201416016, + "msecs": 86.2429141998291, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 32.8218936920166, - "thread": 139938129311552, + "relativeCreated": 31.59785270690918, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -6894,8 +6977,8 @@ "'01:00'", "" ], - "asctime": "2020-02-03 18:42:08,361", - "created": 1580751728.361451, + "asctime": "2020-02-05 13:48:50,086", + "created": 1580906930.086282, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6905,35 +6988,35 @@ "lineno": 26, "message": "Expectation (Time representation for 60): result = '01:00' ()", "module": "test", - "msecs": 361.4509105682373, + "msecs": 86.28201484680176, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 32.85980224609375, - "thread": 139938129311552, + "relativeCreated": 31.636953353881836, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 361.49096488952637, + "msecs": 86.3199234008789, "msg": "Time representation for 60 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 32.89985656738281, - "thread": 139938129311552, + "relativeCreated": 31.674861907958984, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.00543212890625e-05 + "time_consumption": 3.790855407714844e-05 }, { "args": [ "'59:59'", "" ], - "asctime": "2020-02-03 18:42:08,361", - "created": 1580751728.361633, + "asctime": "2020-02-05 13:48:50,086", + "created": 1580906930.086468, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6950,8 +7033,8 @@ "'59:59'", "" ], - "asctime": "2020-02-03 18:42:08,361", - "created": 1580751728.361554, + "asctime": "2020-02-05 13:48:50,086", + "created": 1580906930.086389, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6961,14 +7044,14 @@ "lineno": 22, "message": "Result (Time representation for 3599): '59:59' ()", "module": "test", - "msecs": 361.5539073944092, + "msecs": 86.38906478881836, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 32.962799072265625, - "thread": 139938129311552, + "relativeCreated": 31.744003295898438, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -6977,8 +7060,8 @@ "'59:59'", "" ], - "asctime": "2020-02-03 18:42:08,361", - "created": 1580751728.361591, + "asctime": "2020-02-05 13:48:50,086", + "created": 1580906930.08643, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6988,35 +7071,35 @@ "lineno": 26, "message": "Expectation (Time representation for 3599): result = '59:59' ()", "module": "test", - "msecs": 361.591100692749, + "msecs": 86.43007278442383, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 32.99999237060547, - "thread": 139938129311552, + "relativeCreated": 31.785011291503906, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 361.6330623626709, + "msecs": 86.46798133850098, "msg": "Time representation for 3599 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 33.041954040527344, - "thread": 139938129311552, + "relativeCreated": 31.822919845581055, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.1961669921875e-05 + "time_consumption": 3.790855407714844e-05 }, { "args": [ "'01:00:00'", "" ], - "asctime": "2020-02-03 18:42:08,361", - "created": 1580751728.361782, + "asctime": "2020-02-05 13:48:50,086", + "created": 1580906930.086608, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7033,8 +7116,8 @@ "'01:00:00'", "" ], - "asctime": "2020-02-03 18:42:08,361", - "created": 1580751728.361703, + "asctime": "2020-02-05 13:48:50,086", + "created": 1580906930.086533, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7044,14 +7127,14 @@ "lineno": 22, "message": "Result (Time representation for 3600): '01:00:00' ()", "module": "test", - "msecs": 361.70291900634766, + "msecs": 86.5330696105957, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 33.1118106842041, - "thread": 139938129311552, + "relativeCreated": 31.88800811767578, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -7060,8 +7143,8 @@ "'01:00:00'", "" ], - "asctime": "2020-02-03 18:42:08,361", - "created": 1580751728.361744, + "asctime": "2020-02-05 13:48:50,086", + "created": 1580906930.086571, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7071,35 +7154,35 @@ "lineno": 26, "message": "Expectation (Time representation for 3600): result = '01:00:00' ()", "module": "test", - "msecs": 361.7439270019531, + "msecs": 86.57097816467285, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 33.15281867980957, - "thread": 139938129311552, + "relativeCreated": 31.92591667175293, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 361.7820739746094, + "msecs": 86.6079330444336, "msg": "Time representation for 3600 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 33.19096565246582, - "thread": 139938129311552, + "relativeCreated": 31.962871551513672, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 3.814697265625e-05 + "time_consumption": 3.695487976074219e-05 }, { "args": [ "'23:59:59'", "" ], - "asctime": "2020-02-03 18:42:08,361", - "created": 1580751728.361922, + "asctime": "2020-02-05 13:48:50,086", + "created": 1580906930.086747, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7116,8 +7199,8 @@ "'23:59:59'", "" ], - "asctime": "2020-02-03 18:42:08,361", - "created": 1580751728.361847, + "asctime": "2020-02-05 13:48:50,086", + "created": 1580906930.086672, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7127,14 +7210,14 @@ "lineno": 22, "message": "Result (Time representation for 86399): '23:59:59' ()", "module": "test", - "msecs": 361.846923828125, + "msecs": 86.67206764221191, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 33.255815505981445, - "thread": 139938129311552, + "relativeCreated": 32.02700614929199, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -7143,8 +7226,8 @@ "'23:59:59'", "" ], - "asctime": "2020-02-03 18:42:08,361", - "created": 1580751728.361884, + "asctime": "2020-02-05 13:48:50,086", + "created": 1580906930.086709, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7154,25 +7237,25 @@ "lineno": 26, "message": "Expectation (Time representation for 86399): result = '23:59:59' ()", "module": "test", - "msecs": 361.88411712646484, + "msecs": 86.70902252197266, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 33.29300880432129, - "thread": 139938129311552, + "relativeCreated": 32.063961029052734, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 361.922025680542, + "msecs": 86.7469310760498, "msg": "Time representation for 86399 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 33.33091735839844, - "thread": 139938129311552, + "relativeCreated": 32.10186958312988, + "thread": 139883241289536, "threadName": "MainThread", "time_consumption": 3.790855407714844e-05 }, @@ -7181,8 +7264,8 @@ "'1D'", "" ], - "asctime": "2020-02-03 18:42:08,362", - "created": 1580751728.362063, + "asctime": "2020-02-05 13:48:50,086", + "created": 1580906930.086889, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7199,8 +7282,8 @@ "'1D'", "" ], - "asctime": "2020-02-03 18:42:08,361", - "created": 1580751728.361988, + "asctime": "2020-02-05 13:48:50,086", + "created": 1580906930.086813, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7210,14 +7293,14 @@ "lineno": 22, "message": "Result (Time representation for 86400): '1D' ()", "module": "test", - "msecs": 361.9880676269531, + "msecs": 86.81297302246094, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 33.39695930480957, - "thread": 139938129311552, + "relativeCreated": 32.167911529541016, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -7226,8 +7309,8 @@ "'1D'", "" ], - "asctime": "2020-02-03 18:42:08,362", - "created": 1580751728.362026, + "asctime": "2020-02-05 13:48:50,086", + "created": 1580906930.08685, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7237,35 +7320,35 @@ "lineno": 26, "message": "Expectation (Time representation for 86400): result = '1D' ()", "module": "test", - "msecs": 362.0259761810303, + "msecs": 86.84992790222168, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 33.43486785888672, - "thread": 139938129311552, + "relativeCreated": 32.20486640930176, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 362.062931060791, + "msecs": 86.88902854919434, "msg": "Time representation for 86400 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 33.47182273864746, - "thread": 139938129311552, + "relativeCreated": 32.243967056274414, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 3.695487976074219e-05 + "time_consumption": 3.910064697265625e-05 }, { "args": [ "'1D 00:59'", "" ], - "asctime": "2020-02-03 18:42:08,362", - "created": 1580751728.362254, + "asctime": "2020-02-05 13:48:50,087", + "created": 1580906930.087037, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7282,8 +7365,8 @@ "'1D 00:59'", "" ], - "asctime": "2020-02-03 18:42:08,362", - "created": 1580751728.362132, + "asctime": "2020-02-05 13:48:50,086", + "created": 1580906930.086958, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7293,14 +7376,14 @@ "lineno": 22, "message": "Result (Time representation for 86459): '1D 00:59' ()", "module": "test", - "msecs": 362.13207244873047, + "msecs": 86.95793151855469, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 33.540964126586914, - "thread": 139938129311552, + "relativeCreated": 32.312870025634766, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -7309,8 +7392,8 @@ "'1D 00:59'", "" ], - "asctime": "2020-02-03 18:42:08,362", - "created": 1580751728.362199, + "asctime": "2020-02-05 13:48:50,086", + "created": 1580906930.086997, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7320,35 +7403,35 @@ "lineno": 26, "message": "Expectation (Time representation for 86459): result = '1D 00:59' ()", "module": "test", - "msecs": 362.199068069458, + "msecs": 86.99703216552734, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 33.60795974731445, - "thread": 139938129311552, + "relativeCreated": 32.35197067260742, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 362.25390434265137, + "msecs": 87.0370864868164, "msg": "Time representation for 86459 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 33.66279602050781, - "thread": 139938129311552, + "relativeCreated": 32.392024993896484, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 5.4836273193359375e-05 + "time_consumption": 4.00543212890625e-05 }, { "args": [ "'1D 01:00:00'", "" ], - "asctime": "2020-02-03 18:42:08,362", - "created": 1580751728.362404, + "asctime": "2020-02-05 13:48:50,087", + "created": 1580906930.087177, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7365,8 +7448,8 @@ "'1D 01:00:00'", "" ], - "asctime": "2020-02-03 18:42:08,362", - "created": 1580751728.362324, + "asctime": "2020-02-05 13:48:50,087", + "created": 1580906930.087103, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7376,14 +7459,14 @@ "lineno": 22, "message": "Result (Time representation for 90000): '1D 01:00:00' ()", "module": "test", - "msecs": 362.3239994049072, + "msecs": 87.10289001464844, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 33.73289108276367, - "thread": 139938129311552, + "relativeCreated": 32.457828521728516, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -7392,8 +7475,8 @@ "'1D 01:00:00'", "" ], - "asctime": "2020-02-03 18:42:08,362", - "created": 1580751728.362364, + "asctime": "2020-02-05 13:48:50,087", + "created": 1580906930.08714, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7403,39 +7486,39 @@ "lineno": 26, "message": "Expectation (Time representation for 90000): result = '1D 01:00:00' ()", "module": "test", - "msecs": 362.3640537261963, + "msecs": 87.14008331298828, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 33.772945404052734, - "thread": 139938129311552, + "relativeCreated": 32.49502182006836, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 362.40410804748535, + "msecs": 87.17703819274902, "msg": "Time representation for 90000 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 33.8129997253418, - "thread": 139938129311552, + "relativeCreated": 32.5319766998291, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.00543212890625e-05 + "time_consumption": 3.695487976074219e-05 } ], - "thread": 139938129311552, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 0.0012240409851074219, - "time_finished": "2020-02-03 18:42:08,362", - "time_start": "2020-02-03 18:42:08,361" + "time_consumption": 0.0011589527130126953, + "time_finished": "2020-02-05 13:48:50,087", + "time_start": "2020-02-05 13:48:50,086" }, "_iXxBIEaTEeq5fPlXIeQCXQ": { "args": null, - "asctime": "2020-02-03 18:42:08,362", - "created": 1580751728.36252, + "asctime": "2020-02-05 13:48:50,087", + "created": 1580906930.087288, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7446,21 +7529,21 @@ "message": "_iXxBIEaTEeq5fPlXIeQCXQ", "module": "__init__", "moduleLogger": [], - "msecs": 362.5199794769287, + "msecs": 87.28790283203125, "msg": "_iXxBIEaTEeq5fPlXIeQCXQ", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 33.928871154785156, + "relativeCreated": 32.64284133911133, "testcaseLogger": [ { "args": [ "'87/5'", "" ], - "asctime": "2020-02-03 18:42:08,362", - "created": 1580751728.362903, + "asctime": "2020-02-05 13:48:50,087", + "created": 1580906930.087708, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7477,8 +7560,8 @@ "'87/5'", "" ], - "asctime": "2020-02-03 18:42:08,362", - "created": 1580751728.3628, + "asctime": "2020-02-05 13:48:50,087", + "created": 1580906930.087604, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7488,14 +7571,14 @@ "lineno": 22, "message": "Result (Fraction representation for 17.4): '87/5' ()", "module": "test", - "msecs": 362.79988288879395, + "msecs": 87.60404586791992, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 34.20877456665039, - "thread": 139938129311552, + "relativeCreated": 32.958984375, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -7504,8 +7587,8 @@ "'87/5'", "" ], - "asctime": "2020-02-03 18:42:08,362", - "created": 1580751728.362855, + "asctime": "2020-02-05 13:48:50,087", + "created": 1580906930.087662, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7515,35 +7598,35 @@ "lineno": 26, "message": "Expectation (Fraction representation for 17.4): result = '87/5' ()", "module": "test", - "msecs": 362.8549575805664, + "msecs": 87.6619815826416, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 34.26384925842285, - "thread": 139938129311552, + "relativeCreated": 33.01692008972168, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 362.9031181335449, + "msecs": 87.7079963684082, "msg": "Fraction representation for 17.4 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 34.31200981140137, - "thread": 139938129311552, + "relativeCreated": 33.06293487548828, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.8160552978515625e-05 + "time_consumption": 4.601478576660156e-05 }, { "args": [ "'1/4'", "" ], - "asctime": "2020-02-03 18:42:08,363", - "created": 1580751728.363086, + "asctime": "2020-02-05 13:48:50,087", + "created": 1580906930.087893, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7560,8 +7643,8 @@ "'1/4'", "" ], - "asctime": "2020-02-03 18:42:08,362", - "created": 1580751728.362999, + "asctime": "2020-02-05 13:48:50,087", + "created": 1580906930.087807, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7571,14 +7654,14 @@ "lineno": 22, "message": "Result (Fraction representation for 0.25): '1/4' ()", "module": "test", - "msecs": 362.99896240234375, + "msecs": 87.80694007873535, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 34.407854080200195, - "thread": 139938129311552, + "relativeCreated": 33.16187858581543, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -7587,8 +7670,8 @@ "'1/4'", "" ], - "asctime": "2020-02-03 18:42:08,363", - "created": 1580751728.363043, + "asctime": "2020-02-05 13:48:50,087", + "created": 1580906930.087852, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7598,35 +7681,35 @@ "lineno": 26, "message": "Expectation (Fraction representation for 0.25): result = '1/4' ()", "module": "test", - "msecs": 363.04306983947754, + "msecs": 87.85200119018555, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 34.451961517333984, - "thread": 139938129311552, + "relativeCreated": 33.206939697265625, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 363.0859851837158, + "msecs": 87.89300918579102, "msg": "Fraction representation for 0.25 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 34.494876861572266, - "thread": 139938129311552, + "relativeCreated": 33.247947692871094, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.291534423828125e-05 + "time_consumption": 4.100799560546875e-05 }, { "args": [ "'1/10'", "" ], - "asctime": "2020-02-03 18:42:08,363", - "created": 1580751728.363318, + "asctime": "2020-02-05 13:48:50,088", + "created": 1580906930.088123, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7643,8 +7726,8 @@ "'1/10'", "" ], - "asctime": "2020-02-03 18:42:08,363", - "created": 1580751728.363233, + "asctime": "2020-02-05 13:48:50,088", + "created": 1580906930.088036, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7654,14 +7737,14 @@ "lineno": 22, "message": "Result (Fraction representation for 0.1): '1/10' ()", "module": "test", - "msecs": 363.2330894470215, + "msecs": 88.03606033325195, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 34.64198112487793, - "thread": 139938129311552, + "relativeCreated": 33.39099884033203, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -7670,8 +7753,8 @@ "'1/10'", "" ], - "asctime": "2020-02-03 18:42:08,363", - "created": 1580751728.363277, + "asctime": "2020-02-05 13:48:50,088", + "created": 1580906930.088082, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7681,25 +7764,25 @@ "lineno": 26, "message": "Expectation (Fraction representation for 0.1): result = '1/10' ()", "module": "test", - "msecs": 363.2769584655762, + "msecs": 88.08207511901855, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 34.68585014343262, - "thread": 139938129311552, + "relativeCreated": 33.43701362609863, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 363.31796646118164, + "msecs": 88.12308311462402, "msg": "Fraction representation for 0.1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 34.726858139038086, - "thread": 139938129311552, + "relativeCreated": 33.4780216217041, + "thread": 139883241289536, "threadName": "MainThread", "time_consumption": 4.100799560546875e-05 }, @@ -7708,8 +7791,8 @@ "'1/60'", "" ], - "asctime": "2020-02-03 18:42:08,363", - "created": 1580751728.36356, + "asctime": "2020-02-05 13:48:50,088", + "created": 1580906930.088367, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7726,8 +7809,8 @@ "'1/60'", "" ], - "asctime": "2020-02-03 18:42:08,363", - "created": 1580751728.363473, + "asctime": "2020-02-05 13:48:50,088", + "created": 1580906930.088277, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7737,14 +7820,14 @@ "lineno": 22, "message": "Result (Fraction representation for 0.01666667): '1/60' ()", "module": "test", - "msecs": 363.47293853759766, + "msecs": 88.27710151672363, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 34.8818302154541, - "thread": 139938129311552, + "relativeCreated": 33.63204002380371, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -7753,8 +7836,8 @@ "'1/60'", "" ], - "asctime": "2020-02-03 18:42:08,363", - "created": 1580751728.363518, + "asctime": "2020-02-05 13:48:50,088", + "created": 1580906930.088321, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7764,39 +7847,39 @@ "lineno": 26, "message": "Expectation (Fraction representation for 0.01666667): result = '1/60' ()", "module": "test", - "msecs": 363.51799964904785, + "msecs": 88.32097053527832, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 34.9268913269043, - "thread": 139938129311552, + "relativeCreated": 33.6759090423584, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 363.5599613189697, + "msecs": 88.36698532104492, "msg": "Fraction representation for 0.01666667 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 34.96885299682617, - "thread": 139938129311552, + "relativeCreated": 33.721923828125, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.1961669921875e-05 + "time_consumption": 4.601478576660156e-05 } ], - "thread": 139938129311552, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 0.0010399818420410156, - "time_finished": "2020-02-03 18:42:08,363", - "time_start": "2020-02-03 18:42:08,362" + "time_consumption": 0.0010790824890136719, + "time_finished": "2020-02-05 13:48:50,088", + "time_start": "2020-02-05 13:48:50,087" }, "_n3BdUCcREeqsHsnJQYCN8Q": { "args": null, - "asctime": "2020-02-03 18:42:08,376", - "created": 1580751728.376208, + "asctime": "2020-02-05 13:48:50,099", + "created": 1580906930.099789, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7807,18 +7890,18 @@ "message": "_n3BdUCcREeqsHsnJQYCN8Q", "module": "__init__", "moduleLogger": [], - "msecs": 376.2080669403076, + "msecs": 99.78890419006348, "msg": "_n3BdUCcREeqsHsnJQYCN8Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 47.61695861816406, + "relativeCreated": 45.143842697143555, "testcaseLogger": [ { "args": [], - "asctime": "2020-02-03 18:42:08,376", - "created": 1580751728.376441, + "asctime": "2020-02-05 13:48:50,099", + "created": 1580906930.099982, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -7833,8 +7916,8 @@ "args": [ "':1'" ], - "asctime": "2020-02-03 18:42:08,376", - "created": 1580751728.376286, + "asctime": "2020-02-05 13:48:50,099", + "created": 1580906930.099857, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -7844,14 +7927,14 @@ "lineno": 100, "message": "Sending ':1' to stp.", "module": "test_stp", - "msecs": 376.2860298156738, + "msecs": 99.85709190368652, "msg": "Sending %s to stp.", "name": "__unittest__", "pathname": "src/tests/test_stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 47.69492149353027, - "thread": 139938129311552, + "relativeCreated": 45.2120304107666, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -7859,8 +7942,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,376", - "created": 1580751728.376345, + "asctime": "2020-02-05 13:48:50,099", + "created": 1580906930.099904, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -7870,14 +7953,14 @@ "lineno": 98, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 376.3449192047119, + "msecs": 99.90406036376953, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 47.75381088256836, - "thread": 139938129311552, + "relativeCreated": 45.25899887084961, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -7886,8 +7969,8 @@ 58, 49 ], - "asctime": "2020-02-03 18:42:08,376", - "created": 1580751728.376396, + "asctime": "2020-02-05 13:48:50,099", + "created": 1580906930.099944, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -7897,35 +7980,35 @@ "lineno": 108, "message": "STP: no start pattern (3a 31) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_IDLE", "module": "stp", - "msecs": 376.39594078063965, + "msecs": 99.9441146850586, "msg": "%s no start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_IDLE", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 47.804832458496094, - "thread": 139938129311552, + "relativeCreated": 45.29905319213867, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 376.44100189208984, + "msecs": 99.98202323913574, "msg": "Processing data with an insufficient start pattern.", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 47.84989356994629, - "thread": 139938129311552, + "relativeCreated": 45.33696174621582, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.506111145019531e-05 + "time_consumption": 3.790855407714844e-05 }, { "args": [ "[[]]", "" ], - "asctime": "2020-02-03 18:42:08,376", - "created": 1580751728.376612, + "asctime": "2020-02-05 13:48:50,100", + "created": 1580906930.100137, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7942,8 +8025,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-03 18:42:08,376", - "created": 1580751728.376514, + "asctime": "2020-02-05 13:48:50,100", + "created": 1580906930.100047, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7953,14 +8036,14 @@ "lineno": 22, "message": "Result (Return value list if processing incorrect start of frame): [ [ ] ] ()", "module": "test", - "msecs": 376.5139579772949, + "msecs": 100.04711151123047, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 47.92284965515137, - "thread": 139938129311552, + "relativeCreated": 45.40205001831055, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -7969,8 +8052,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-03 18:42:08,376", - "created": 1580751728.37656, + "asctime": "2020-02-05 13:48:50,100", + "created": 1580906930.100087, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7980,35 +8063,35 @@ "lineno": 26, "message": "Expectation (Return value list if processing incorrect start of frame): result = [ [ ] ] ()", "module": "test", - "msecs": 376.5599727630615, + "msecs": 100.08692741394043, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 47.96886444091797, - "thread": 139938129311552, + "relativeCreated": 45.44186592102051, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 376.61194801330566, + "msecs": 100.13699531555176, "msg": "Return value list if processing incorrect start of frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 48.02083969116211, - "thread": 139938129311552, + "relativeCreated": 45.491933822631836, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 5.1975250244140625e-05 + "time_consumption": 5.0067901611328125e-05 }, { "args": [ "0", "" ], - "asctime": "2020-02-03 18:42:08,376", - "created": 1580751728.376772, + "asctime": "2020-02-05 13:48:50,100", + "created": 1580906930.100274, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8025,8 +8108,8 @@ "0", "" ], - "asctime": "2020-02-03 18:42:08,376", - "created": 1580751728.376689, + "asctime": "2020-02-05 13:48:50,100", + "created": 1580906930.100197, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8036,14 +8119,14 @@ "lineno": 22, "message": "Result (State after processing incorrect start of frame): 0 ()", "module": "test", - "msecs": 376.68895721435547, + "msecs": 100.19707679748535, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 48.097848892211914, - "thread": 139938129311552, + "relativeCreated": 45.55201530456543, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -8052,8 +8135,8 @@ "0", "" ], - "asctime": "2020-02-03 18:42:08,376", - "created": 1580751728.376728, + "asctime": "2020-02-05 13:48:50,100", + "created": 1580906930.100236, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8063,32 +8146,32 @@ "lineno": 26, "message": "Expectation (State after processing incorrect start of frame): result = 0 ()", "module": "test", - "msecs": 376.7280578613281, + "msecs": 100.2359390258789, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 48.13694953918457, - "thread": 139938129311552, + "relativeCreated": 45.590877532958984, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 376.7719268798828, + "msecs": 100.27408599853516, "msg": "State after processing incorrect start of frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 48.18081855773926, - "thread": 139938129311552, + "relativeCreated": 45.629024505615234, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.38690185546875e-05 + "time_consumption": 3.814697265625e-05 }, { "args": [], - "asctime": "2020-02-03 18:42:08,376", - "created": 1580751728.376979, + "asctime": "2020-02-05 13:48:50,100", + "created": 1580906930.100462, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -8103,8 +8186,8 @@ "args": [ "'::'" ], - "asctime": "2020-02-03 18:42:08,376", - "created": 1580751728.376838, + "asctime": "2020-02-05 13:48:50,100", + "created": 1580906930.100334, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -8114,14 +8197,14 @@ "lineno": 110, "message": "Sending '::' to stp.", "module": "test_stp", - "msecs": 376.83796882629395, + "msecs": 100.33392906188965, "msg": "Sending %s to stp.", "name": "__unittest__", "pathname": "src/tests/test_stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 48.24686050415039, - "thread": 139938129311552, + "relativeCreated": 45.68886756896973, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -8129,8 +8212,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,376", - "created": 1580751728.376894, + "asctime": "2020-02-05 13:48:50,100", + "created": 1580906930.100382, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8140,14 +8223,14 @@ "lineno": 98, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 376.8939971923828, + "msecs": 100.38208961486816, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 48.30288887023926, - "thread": 139938129311552, + "relativeCreated": 45.73702812194824, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -8155,8 +8238,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,376", - "created": 1580751728.376937, + "asctime": "2020-02-05 13:48:50,100", + "created": 1580906930.100423, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8166,35 +8249,35 @@ "lineno": 110, "message": "STP: 2nd data sync (3a) received => keep state", "module": "stp", - "msecs": 376.9369125366211, + "msecs": 100.42309761047363, "msg": "%s 2nd data sync (%02x) received => keep state", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 48.34580421447754, - "thread": 139938129311552, + "relativeCreated": 45.77803611755371, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 376.97911262512207, + "msecs": 100.46195983886719, "msg": "Processing data with an insufficient start pattern (two times sync).", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 48.388004302978516, - "thread": 139938129311552, + "relativeCreated": 45.816898345947266, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.220008850097656e-05 + "time_consumption": 3.886222839355469e-05 }, { "args": [ "[[]]", "" ], - "asctime": "2020-02-03 18:42:08,377", - "created": 1580751728.377162, + "asctime": "2020-02-05 13:48:50,100", + "created": 1580906930.100613, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8211,8 +8294,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-03 18:42:08,377", - "created": 1580751728.377054, + "asctime": "2020-02-05 13:48:50,100", + "created": 1580906930.100524, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8222,14 +8305,14 @@ "lineno": 22, "message": "Result (Return value list if processing data_sync twice): [ [ ] ] ()", "module": "test", - "msecs": 377.05397605895996, + "msecs": 100.5239486694336, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 48.462867736816406, - "thread": 139938129311552, + "relativeCreated": 45.87888717651367, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -8238,8 +8321,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-03 18:42:08,377", - "created": 1580751728.377102, + "asctime": "2020-02-05 13:48:50,100", + "created": 1580906930.100566, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8249,35 +8332,35 @@ "lineno": 26, "message": "Expectation (Return value list if processing data_sync twice): result = [ [ ] ] ()", "module": "test", - "msecs": 377.1018981933594, + "msecs": 100.56591033935547, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 48.51078987121582, - "thread": 139938129311552, + "relativeCreated": 45.92084884643555, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 377.16197967529297, + "msecs": 100.61311721801758, "msg": "Return value list if processing data_sync twice is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 48.570871353149414, - "thread": 139938129311552, + "relativeCreated": 45.968055725097656, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 6.008148193359375e-05 + "time_consumption": 4.7206878662109375e-05 }, { "args": [ "1", "" ], - "asctime": "2020-02-03 18:42:08,377", - "created": 1580751728.377314, + "asctime": "2020-02-05 13:48:50,100", + "created": 1580906930.100791, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8294,8 +8377,8 @@ "1", "" ], - "asctime": "2020-02-03 18:42:08,377", - "created": 1580751728.377228, + "asctime": "2020-02-05 13:48:50,100", + "created": 1580906930.100677, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8305,14 +8388,14 @@ "lineno": 22, "message": "Result (State after processing data_sync twice): 1 ()", "module": "test", - "msecs": 377.2280216217041, + "msecs": 100.6770133972168, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 48.63691329956055, - "thread": 139938129311552, + "relativeCreated": 46.031951904296875, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -8321,8 +8404,8 @@ "1", "" ], - "asctime": "2020-02-03 18:42:08,377", - "created": 1580751728.377271, + "asctime": "2020-02-05 13:48:50,100", + "created": 1580906930.10074, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8332,39 +8415,39 @@ "lineno": 26, "message": "Expectation (State after processing data_sync twice): result = 1 ()", "module": "test", - "msecs": 377.2709369659424, + "msecs": 100.73995590209961, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 48.67982864379883, - "thread": 139938129311552, + "relativeCreated": 46.09489440917969, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 377.31409072875977, + "msecs": 100.79097747802734, "msg": "State after processing data_sync twice is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 48.72298240661621, - "thread": 139938129311552, + "relativeCreated": 46.14591598510742, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.315376281738281e-05 + "time_consumption": 5.1021575927734375e-05 } ], - "thread": 139938129311552, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 0.0011060237884521484, - "time_finished": "2020-02-03 18:42:08,377", - "time_start": "2020-02-03 18:42:08,376" + "time_consumption": 0.0010020732879638672, + "time_finished": "2020-02-05 13:48:50,100", + "time_start": "2020-02-05 13:48:50,099" }, "_pavPUHsZEemK6PYOxF9rHw": { "args": null, - "asctime": "2020-02-03 18:42:08,364", - "created": 1580751728.364248, + "asctime": "2020-02-05 13:48:50,089", + "created": 1580906930.089195, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8375,20 +8458,20 @@ "message": "_pavPUHsZEemK6PYOxF9rHw", "module": "__init__", "moduleLogger": [], - "msecs": 364.24803733825684, + "msecs": 89.19501304626465, "msg": "_pavPUHsZEemK6PYOxF9rHw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 35.65692901611328, + "relativeCreated": 34.54995155334473, "testcaseLogger": [ { "args": [ 4 ], - "asctime": "2020-02-03 18:42:08,364", - "created": 1580751728.364318, + "asctime": "2020-02-05 13:48:50,089", + "created": 1580906930.089264, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -8399,14 +8482,14 @@ "message": "Checking test pattern with length 4.", "module": "test_hexlify", "moduleLogger": [], - "msecs": 364.3178939819336, + "msecs": 89.263916015625, "msg": "Checking test pattern with length %d.", "name": "__tLogger__", "pathname": "src/tests/test_hexlify.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 35.72678565979004, - "thread": 139938129311552, + "relativeCreated": 34.61885452270508, + "thread": 139883241289536, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -8416,8 +8499,8 @@ "(4): de ad be ef", 0 ], - "asctime": "2020-02-03 18:42:08,364", - "created": 1580751728.364427, + "asctime": "2020-02-05 13:48:50,089", + "created": 1580906930.089372, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -8428,28 +8511,28 @@ "message": "\"(4)\" is in \"(4): de ad be ef\" at position 0", "module": "test_hexlify", "moduleLogger": [], - "msecs": 364.4270896911621, + "msecs": 89.37191963195801, "msg": "\"%s\" is in \"%s\" at position %d", "name": "__tLogger__", "pathname": "src/tests/test_hexlify.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 35.835981369018555, - "thread": 139938129311552, + "relativeCreated": 34.726858139038086, + "thread": 139883241289536, "threadName": "MainThread", "time_consumption": 0.0 } ], - "thread": 139938129311552, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 0.00017905235290527344, - "time_finished": "2020-02-03 18:42:08,364", - "time_start": "2020-02-03 18:42:08,364" + "time_consumption": 0.00017690658569335938, + "time_finished": "2020-02-05 13:48:50,089", + "time_start": "2020-02-05 13:48:50,089" }, "_rhV88Hu9Eemborg4LxXa3A": { "args": null, - "asctime": "2020-02-03 18:42:08,364", - "created": 1580751728.364541, + "asctime": "2020-02-05 13:48:50,089", + "created": 1580906930.089484, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8460,20 +8543,20 @@ "message": "_rhV88Hu9Eemborg4LxXa3A", "module": "__init__", "moduleLogger": [], - "msecs": 364.54105377197266, + "msecs": 89.48397636413574, "msg": "_rhV88Hu9Eemborg4LxXa3A", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 35.9499454498291, + "relativeCreated": 34.83891487121582, "testcaseLogger": [ { "args": [ 4 ], - "asctime": "2020-02-03 18:42:08,364", - "created": 1580751728.364608, + "asctime": "2020-02-05 13:48:50,089", + "created": 1580906930.089552, "exc_info": null, "exc_text": null, "filename": "test_linefeed_filter.py", @@ -8484,14 +8567,14 @@ "message": "Checking test pattern with length 4.", "module": "test_linefeed_filter", "moduleLogger": [], - "msecs": 364.6080493927002, + "msecs": 89.55192565917969, "msg": "Checking test pattern with length %d.", "name": "__tLogger__", "pathname": "src/tests/test_linefeed_filter.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 36.01694107055664, - "thread": 139938129311552, + "relativeCreated": 34.906864166259766, + "thread": 139883241289536, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -8500,8 +8583,8 @@ "'test\\\\r\\\\n123\\\\r\\\\n'", "" ], - "asctime": "2020-02-03 18:42:08,364", - "created": 1580751728.364768, + "asctime": "2020-02-05 13:48:50,089", + "created": 1580906930.08971, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8518,8 +8601,8 @@ "'test\\\\r\\\\n123\\\\r\\\\n'", "" ], - "asctime": "2020-02-03 18:42:08,364", - "created": 1580751728.364687, + "asctime": "2020-02-05 13:48:50,089", + "created": 1580906930.089629, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8529,14 +8612,14 @@ "lineno": 22, "message": "Result (Returnvalue of linefeed_filter): 'test\\\\r\\\\n123\\\\r\\\\n' ()", "module": "test", - "msecs": 364.6869659423828, + "msecs": 89.62893486022949, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 36.09585762023926, - "thread": 139938129311552, + "relativeCreated": 34.98387336730957, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -8545,8 +8628,8 @@ "'test\\\\r\\\\n123\\\\r\\\\n'", "" ], - "asctime": "2020-02-03 18:42:08,364", - "created": 1580751728.364728, + "asctime": "2020-02-05 13:48:50,089", + "created": 1580906930.08967, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8556,39 +8639,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of linefeed_filter): result = 'test\\\\r\\\\n123\\\\r\\\\n' ()", "module": "test", - "msecs": 364.7279739379883, + "msecs": 89.66994285583496, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 36.13686561584473, - "thread": 139938129311552, + "relativeCreated": 35.02488136291504, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 364.76802825927734, + "msecs": 89.70999717712402, "msg": "Returnvalue of linefeed_filter is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 36.17691993713379, - "thread": 139938129311552, + "relativeCreated": 35.0649356842041, + "thread": 139883241289536, "threadName": "MainThread", "time_consumption": 4.00543212890625e-05 } ], - "thread": 139938129311552, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 0.0002269744873046875, - "time_finished": "2020-02-03 18:42:08,364", - "time_start": "2020-02-03 18:42:08,364" + "time_consumption": 0.00022602081298828125, + "time_finished": "2020-02-05 13:48:50,089", + "time_start": "2020-02-05 13:48:50,089" }, "_wMotUCclEeqsHsnJQYCN8Q": { "args": null, - "asctime": "2020-02-03 18:42:08,380", - "created": 1580751728.38037, + "asctime": "2020-02-05 13:48:50,103", + "created": 1580906930.103126, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8599,18 +8682,18 @@ "message": "_wMotUCclEeqsHsnJQYCN8Q", "module": "__init__", "moduleLogger": [], - "msecs": 380.3699016571045, + "msecs": 103.12604904174805, "msg": "_wMotUCclEeqsHsnJQYCN8Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 51.77879333496094, + "relativeCreated": 48.480987548828125, "testcaseLogger": [ { "args": [], - "asctime": "2020-02-03 18:42:08,380", - "created": 1580751728.380835, + "asctime": "2020-02-05 13:48:50,103", + "created": 1580906930.103581, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -8625,8 +8708,8 @@ "args": [ "': changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 380.4929256439209, + "msecs": 103.24311256408691, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 51.901817321777344, - "thread": 139938129311552, + "relativeCreated": 48.59805107116699, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -8678,8 +8761,8 @@ 58, 60 ], - "asctime": "2020-02-03 18:42:08,380", - "created": 1580751728.380533, + "asctime": "2020-02-05 13:48:50,103", + "created": 1580906930.103281, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8689,22 +8772,22 @@ "lineno": 103, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 380.53297996520996, + "msecs": 103.28102111816406, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 51.941871643066406, - "thread": 139938129311552, + "relativeCreated": 48.63595962524414, + "thread": 139883241289536, "threadName": "MainThread" }, { "args": [ "255" ], - "asctime": "2020-02-03 18:42:08,380", - "created": 1580751728.38058, + "asctime": "2020-02-05 13:48:50,103", + "created": 1580906930.103326, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -8714,22 +8797,22 @@ "lineno": 163, "message": "Setting state of stp to 255.", "module": "test_stp", - "msecs": 380.57994842529297, + "msecs": 103.32608222961426, "msg": "Setting state of stp to %s.", "name": "__unittest__", "pathname": "src/tests/test_stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 51.988840103149414, - "thread": 139938129311552, + "relativeCreated": 48.681020736694336, + "thread": 139883241289536, "threadName": "MainThread" }, { "args": [ "': adding value (3a) back to data again and changing state -> STP_STATE_IDLE", "module": "stp", - "msecs": 380.66792488098145, + "msecs": 103.41191291809082, "msg": "%s unknown state (%s) => adding value (%02x) back to data again and changing state -> STP_STATE_IDLE", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 52.07681655883789, - "thread": 139938129311552, + "relativeCreated": 48.7668514251709, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -8781,8 +8864,8 @@ "STP:", "(2): 74 65" ], - "asctime": "2020-02-03 18:42:08,380", - "created": 1580751728.380714, + "asctime": "2020-02-05 13:48:50,103", + "created": 1580906930.103454, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8792,14 +8875,14 @@ "lineno": 69, "message": "STP: Chunking \"(2): 74 65\" from buffer", "module": "stp", - "msecs": 380.71393966674805, + "msecs": 103.4541130065918, "msg": "%s Chunking \"%s\" from buffer", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 52.12283134460449, - "thread": 139938129311552, + "relativeCreated": 48.809051513671875, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -8807,8 +8890,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,380", - "created": 1580751728.380753, + "asctime": "2020-02-05 13:48:50,103", + "created": 1580906930.103493, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8818,14 +8901,14 @@ "lineno": 98, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 380.7530403137207, + "msecs": 103.49297523498535, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 52.16193199157715, - "thread": 139938129311552, + "relativeCreated": 48.84791374206543, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -8834,8 +8917,8 @@ 58, 60 ], - "asctime": "2020-02-03 18:42:08,380", - "created": 1580751728.380791, + "asctime": "2020-02-05 13:48:50,103", + "created": 1580906930.103536, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8845,35 +8928,35 @@ "lineno": 103, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 380.79094886779785, + "msecs": 103.53589057922363, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 52.1998405456543, - "thread": 139938129311552, + "relativeCreated": 48.89082908630371, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 380.83505630493164, + "msecs": 103.58095169067383, "msg": "Corrupting stp state and processing data.", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 52.243947982788086, - "thread": 139938129311552, + "relativeCreated": 48.935890197753906, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.410743713378906e-05 + "time_consumption": 4.506111145019531e-05 }, { "args": [ "[[]]", "" ], - "asctime": "2020-02-03 18:42:08,380", - "created": 1580751728.380999, + "asctime": "2020-02-05 13:48:50,103", + "created": 1580906930.10379, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8890,8 +8973,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-03 18:42:08,380", - "created": 1580751728.38091, + "asctime": "2020-02-05 13:48:50,103", + "created": 1580906930.103683, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8901,14 +8984,14 @@ "lineno": 22, "message": "Result (Return value list if processing start of a frame after state had been corrupted): [ [ ] ] ()", "module": "test", - "msecs": 380.90991973876953, + "msecs": 103.6829948425293, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 52.31881141662598, - "thread": 139938129311552, + "relativeCreated": 49.037933349609375, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -8917,8 +9000,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-03 18:42:08,380", - "created": 1580751728.380951, + "asctime": "2020-02-05 13:48:50,103", + "created": 1580906930.103737, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8928,35 +9011,35 @@ "lineno": 26, "message": "Expectation (Return value list if processing start of a frame after state had been corrupted): result = [ [ ] ] ()", "module": "test", - "msecs": 380.950927734375, + "msecs": 103.73711585998535, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 52.359819412231445, - "thread": 139938129311552, + "relativeCreated": 49.09205436706543, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 380.9990882873535, + "msecs": 103.7900447845459, "msg": "Return value list if processing start of a frame after state had been corrupted is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 52.40797996520996, - "thread": 139938129311552, + "relativeCreated": 49.14498329162598, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.8160552978515625e-05 + "time_consumption": 5.2928924560546875e-05 }, { "args": [ "3", "" ], - "asctime": "2020-02-03 18:42:08,381", - "created": 1580751728.38114, + "asctime": "2020-02-05 13:48:50,103", + "created": 1580906930.103929, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8973,8 +9056,8 @@ "3", "" ], - "asctime": "2020-02-03 18:42:08,381", - "created": 1580751728.381062, + "asctime": "2020-02-05 13:48:50,103", + "created": 1580906930.103854, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8984,14 +9067,14 @@ "lineno": 22, "message": "Result (State after processing start of a frame after state had been corrupted): 3 ()", "module": "test", - "msecs": 381.0620307922363, + "msecs": 103.85394096374512, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 52.47092247009277, - "thread": 139938129311552, + "relativeCreated": 49.208879470825195, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -9000,8 +9083,8 @@ "3", "" ], - "asctime": "2020-02-03 18:42:08,381", - "created": 1580751728.3811, + "asctime": "2020-02-05 13:48:50,103", + "created": 1580906930.103892, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9011,35 +9094,35 @@ "lineno": 26, "message": "Expectation (State after processing start of a frame after state had been corrupted): result = 3 ()", "module": "test", - "msecs": 381.0999393463135, + "msecs": 103.89208793640137, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 52.50883102416992, - "thread": 139938129311552, + "relativeCreated": 49.247026443481445, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 381.13999366760254, + "msecs": 103.92904281616211, "msg": "State after processing start of a frame after state had been corrupted is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 52.548885345458984, - "thread": 139938129311552, + "relativeCreated": 49.28398132324219, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.00543212890625e-05 + "time_consumption": 3.695487976074219e-05 }, { "args": [ "2", "" ], - "asctime": "2020-02-03 18:42:08,381", - "created": 1580751728.381277, + "asctime": "2020-02-05 13:48:50,104", + "created": 1580906930.104062, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9056,8 +9139,8 @@ "2", "" ], - "asctime": "2020-02-03 18:42:08,381", - "created": 1580751728.381202, + "asctime": "2020-02-05 13:48:50,103", + "created": 1580906930.103988, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9067,14 +9150,14 @@ "lineno": 22, "message": "Result (Buffer size after corrupting stp state): 2 ()", "module": "test", - "msecs": 381.20198249816895, + "msecs": 103.9879322052002, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 52.61087417602539, - "thread": 139938129311552, + "relativeCreated": 49.34287071228027, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -9083,8 +9166,8 @@ "2", "" ], - "asctime": "2020-02-03 18:42:08,381", - "created": 1580751728.381239, + "asctime": "2020-02-05 13:48:50,104", + "created": 1580906930.104025, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9094,39 +9177,39 @@ "lineno": 26, "message": "Expectation (Buffer size after corrupting stp state): result = 2 ()", "module": "test", - "msecs": 381.2389373779297, + "msecs": 104.02488708496094, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 52.64782905578613, - "thread": 139938129311552, + "relativeCreated": 49.379825592041016, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 381.27708435058594, + "msecs": 104.06208038330078, "msg": "Buffer size after corrupting stp state is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 52.68597602844238, - "thread": 139938129311552, + "relativeCreated": 49.41701889038086, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 3.814697265625e-05 + "time_consumption": 3.719329833984375e-05 } ], - "thread": 139938129311552, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 0.0009071826934814453, - "time_finished": "2020-02-03 18:42:08,381", - "time_start": "2020-02-03 18:42:08,380" + "time_consumption": 0.0009360313415527344, + "time_finished": "2020-02-05 13:48:50,104", + "time_start": "2020-02-05 13:48:50,103" }, "_xOCgkI9yEemg3cv-3xZ25Q": { "args": null, - "asctime": "2020-02-03 18:42:08,374", - "created": 1580751728.374427, + "asctime": "2020-02-05 13:48:50,098", + "created": 1580906930.098078, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9137,20 +9220,20 @@ "message": "_xOCgkI9yEemg3cv-3xZ25Q", "module": "__init__", "moduleLogger": [], - "msecs": 374.42708015441895, + "msecs": 98.07801246643066, "msg": "_xOCgkI9yEemg3cv-3xZ25Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 45.83597183227539, + "relativeCreated": 43.43295097351074, "testcaseLogger": [ { "args": [ "'::>'" ], - "asctime": "2020-02-03 18:42:08,375", - "created": 1580751728.375011, + "asctime": "2020-02-05 13:48:50,098", + "created": 1580906930.09887, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -9166,8 +9249,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,374", - "created": 1580751728.37452, + "asctime": "2020-02-05 13:48:50,098", + "created": 1580906930.098175, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9177,14 +9260,14 @@ "lineno": 98, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 374.52006340026855, + "msecs": 98.175048828125, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 45.928955078125, - "thread": 139938129311552, + "relativeCreated": 43.52998733520508, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -9193,8 +9276,8 @@ 58, 60 ], - "asctime": "2020-02-03 18:42:08,374", - "created": 1580751728.374568, + "asctime": "2020-02-05 13:48:50,098", + "created": 1580906930.098231, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9204,14 +9287,14 @@ "lineno": 103, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 374.56798553466797, + "msecs": 98.23107719421387, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 45.976877212524414, - "thread": 139938129311552, + "relativeCreated": 43.586015701293945, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -9219,8 +9302,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,374", - "created": 1580751728.374651, + "asctime": "2020-02-05 13:48:50,098", + "created": 1580906930.098394, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9230,14 +9313,14 @@ "lineno": 114, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 374.6509552001953, + "msecs": 98.39391708374023, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 46.05984687805176, - "thread": 139938129311552, + "relativeCreated": 43.74885559082031, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -9246,8 +9329,8 @@ 58, 61 ], - "asctime": "2020-02-03 18:42:08,374", - "created": 1580751728.374696, + "asctime": "2020-02-05 13:48:50,098", + "created": 1580906930.098525, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9257,14 +9340,14 @@ "lineno": 129, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 374.6960163116455, + "msecs": 98.5250473022461, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 46.10490798950195, - "thread": 139938129311552, + "relativeCreated": 43.87998580932617, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -9272,8 +9355,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,374", - "created": 1580751728.37475, + "asctime": "2020-02-05 13:48:50,098", + "created": 1580906930.098587, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9283,14 +9366,14 @@ "lineno": 114, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 374.74989891052246, + "msecs": 98.5870361328125, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 46.158790588378906, - "thread": 139938129311552, + "relativeCreated": 43.94197463989258, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -9299,8 +9382,8 @@ 58, 61 ], - "asctime": "2020-02-03 18:42:08,374", - "created": 1580751728.374795, + "asctime": "2020-02-05 13:48:50,098", + "created": 1580906930.098642, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9310,14 +9393,14 @@ "lineno": 129, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 374.79496002197266, + "msecs": 98.64211082458496, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 46.2038516998291, - "thread": 139938129311552, + "relativeCreated": 43.99704933166504, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -9325,8 +9408,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,374", - "created": 1580751728.374847, + "asctime": "2020-02-05 13:48:50,098", + "created": 1580906930.09871, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9336,14 +9419,14 @@ "lineno": 114, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 374.8469352722168, + "msecs": 98.7100601196289, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 46.25582695007324, - "thread": 139938129311552, + "relativeCreated": 44.064998626708984, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -9352,8 +9435,8 @@ 58, 62 ], - "asctime": "2020-02-03 18:42:08,374", - "created": 1580751728.374889, + "asctime": "2020-02-05 13:48:50,098", + "created": 1580906930.098755, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9363,14 +9446,14 @@ "lineno": 124, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 374.8888969421387, + "msecs": 98.7548828125, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 46.29778861999512, - "thread": 139938129311552, + "relativeCreated": 44.10982131958008, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -9378,8 +9461,8 @@ "STP:", "(21): 74 65 73 74 66 72 61 6d 65 20 66 6f 72 20 3a 3c 73 74 70 3a 3e" ], - "asctime": "2020-02-03 18:42:08,374", - "created": 1580751728.374969, + "asctime": "2020-02-05 13:48:50,098", + "created": 1580906930.098832, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9389,35 +9472,35 @@ "lineno": 145, "message": "STP: message identified - (21): 74 65 73 74 66 72 61 6d 65 20 66 6f 72 20 3a 3c 73 74 70 3a 3e", "module": "stp", - "msecs": 374.9690055847168, + "msecs": 98.8318920135498, "msg": "%s message identified - %s", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 46.37789726257324, - "thread": 139938129311552, + "relativeCreated": 44.18683052062988, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 375.0109672546387, + "msecs": 98.87003898620605, "msg": "Processing testframe: \"%s\"", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 46.41985893249512, - "thread": 139938129311552, + "relativeCreated": 44.22497749328613, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.1961669921875e-05 + "time_consumption": 3.814697265625e-05 }, { "args": [ "['testframe for :']", "" ], - "asctime": "2020-02-03 18:42:08,375", - "created": 1580751728.375208, + "asctime": "2020-02-05 13:48:50,099", + "created": 1580906930.099042, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9434,8 +9517,8 @@ "[ 'testframe for :' ]", "" ], - "asctime": "2020-02-03 18:42:08,375", - "created": 1580751728.37511, + "asctime": "2020-02-05 13:48:50,098", + "created": 1580906930.098951, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9445,14 +9528,14 @@ "lineno": 22, "message": "Result (Processed STP-Frame): [ 'testframe for :' ] ()", "module": "test", - "msecs": 375.1099109649658, + "msecs": 98.95110130310059, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 46.518802642822266, - "thread": 139938129311552, + "relativeCreated": 44.306039810180664, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -9461,8 +9544,8 @@ "[ 'testframe for :' ]", "" ], - "asctime": "2020-02-03 18:42:08,375", - "created": 1580751728.375157, + "asctime": "2020-02-05 13:48:50,098", + "created": 1580906930.098992, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9472,39 +9555,39 @@ "lineno": 26, "message": "Expectation (Processed STP-Frame): result = [ 'testframe for :' ] ()", "module": "test", - "msecs": 375.15711784362793, + "msecs": 98.99210929870605, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 46.566009521484375, - "thread": 139938129311552, + "relativeCreated": 44.34704780578613, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 375.20790100097656, + "msecs": 99.04193878173828, "msg": "Processed STP-Frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 46.61679267883301, - "thread": 139938129311552, + "relativeCreated": 44.39687728881836, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 5.078315734863281e-05 + "time_consumption": 4.982948303222656e-05 } ], - "thread": 139938129311552, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 0.0007808208465576172, - "time_finished": "2020-02-03 18:42:08,375", - "time_start": "2020-02-03 18:42:08,374" + "time_consumption": 0.0009639263153076172, + "time_finished": "2020-02-05 13:48:50,099", + "time_start": "2020-02-05 13:48:50,098" }, "_xiZqMI92Eemg3cv-3xZ25Q": { "args": null, - "asctime": "2020-02-03 18:42:08,369", - "created": 1580751728.369671, + "asctime": "2020-02-05 13:48:50,094", + "created": 1580906930.094077, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9515,20 +9598,20 @@ "message": "_xiZqMI92Eemg3cv-3xZ25Q", "module": "__init__", "moduleLogger": [], - "msecs": 369.671106338501, + "msecs": 94.07711029052734, "msg": "_xiZqMI92Eemg3cv-3xZ25Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 41.07999801635742, + "relativeCreated": 39.43204879760742, "testcaseLogger": [ { "args": [ "'testframe for :'" ], - "asctime": "2020-02-03 18:42:08,369", - "created": 1580751728.369768, + "asctime": "2020-02-05 13:48:50,094", + "created": 1580906930.094165, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -9539,14 +9622,14 @@ "message": "Creating testframe including start and end pattern for \"'testframe for :'\"", "module": "test_stp", "moduleLogger": [], - "msecs": 369.7679042816162, + "msecs": 94.16508674621582, "msg": "Creating testframe including start and end pattern for \"%s\"", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 41.176795959472656, - "thread": 139938129311552, + "relativeCreated": 39.5200252532959, + "thread": 139883241289536, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -9555,8 +9638,8 @@ "'::>'", "" ], - "asctime": "2020-02-03 18:42:08,369", - "created": 1580751728.369925, + "asctime": "2020-02-05 13:48:50,094", + "created": 1580906930.094317, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9573,8 +9656,8 @@ "'::>'", "" ], - "asctime": "2020-02-03 18:42:08,369", - "created": 1580751728.369841, + "asctime": "2020-02-05 13:48:50,094", + "created": 1580906930.094237, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9584,14 +9667,14 @@ "lineno": 22, "message": "Result (STP-Frame): '::>' ()", "module": "test", - "msecs": 369.8410987854004, + "msecs": 94.23708915710449, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 41.249990463256836, - "thread": 139938129311552, + "relativeCreated": 39.59202766418457, + "thread": 139883241289536, "threadName": "MainThread" }, { @@ -9600,8 +9683,8 @@ "'::>'", "" ], - "asctime": "2020-02-03 18:42:08,369", - "created": 1580751728.369884, + "asctime": "2020-02-05 13:48:50,094", + "created": 1580906930.094277, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9611,38 +9694,38 @@ "lineno": 26, "message": "Expectation (STP-Frame): result = '::>' ()", "module": "test", - "msecs": 369.8840141296387, + "msecs": 94.27690505981445, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 41.29290580749512, - "thread": 139938129311552, + "relativeCreated": 39.63184356689453, + "thread": 139883241289536, "threadName": "MainThread" } ], - "msecs": 369.92502212524414, + "msecs": 94.31695938110352, "msg": "STP-Frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32333, + "process": 20796, "processName": "MainProcess", - "relativeCreated": 41.333913803100586, - "thread": 139938129311552, + "relativeCreated": 39.671897888183594, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 4.100799560546875e-05 + "time_consumption": 4.00543212890625e-05 } ], - "thread": 139938129311552, + "thread": 139883241289536, "threadName": "MainThread", - "time_consumption": 0.00025391578674316406, - "time_finished": "2020-02-03 18:42:08,369", - "time_start": "2020-02-03 18:42:08,369" + "time_consumption": 0.00023984909057617188, + "time_finished": "2020-02-05 13:48:50,094", + "time_start": "2020-02-05 13:48:50,094" } }, "testrun_id": "p2", - "time_consumption": 0.019787073135375977, + "time_consumption": 0.01812148094177246, "uid_list_sorted": [ "_dB5IoEaTEeq5fPlXIeQCXQ", "_hpUmwEaTEeq5fPlXIeQCXQ", @@ -9713,8 +9796,8 @@ "testcases": { "_-yWo4I9sEemg3cv-3xZ25Q": { "args": null, - "asctime": "2020-02-03 18:42:08,778", - "created": 1580751728.7782712, + "asctime": "2020-02-05 13:48:50,493", + "created": 1580906930.493974, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9725,21 +9808,21 @@ "message": "_-yWo4I9sEemg3cv-3xZ25Q", "module": "__init__", "moduleLogger": [], - "msecs": 778.2711982727051, + "msecs": 493.973970413208, "msg": "_-yWo4I9sEemg3cv-3xZ25Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 72.23939895629883, + "relativeCreated": 71.77138328552246, "stack_info": null, "testcaseLogger": [ { "args": [ "b'testframe for stp'" ], - "asctime": "2020-02-03 18:42:08,778", - "created": 1580751728.7783914, + "asctime": "2020-02-05 13:48:50,494", + "created": 1580906930.4940624, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -9750,15 +9833,15 @@ "message": "Creating testframe for \"b'testframe for stp'\"", "module": "test_stp", "moduleLogger": [], - "msecs": 778.3913612365723, + "msecs": 494.0624237060547, "msg": "Creating testframe for \"%s\"", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 72.35956192016602, + "relativeCreated": 71.85983657836914, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -9767,8 +9850,8 @@ "b':'", "" ], - "asctime": "2020-02-03 18:42:08,778", - "created": 1580751728.7786052, + "asctime": "2020-02-05 13:48:50,494", + "created": 1580906930.4943542, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9785,8 +9868,8 @@ "b':'", "" ], - "asctime": "2020-02-03 18:42:08,778", - "created": 1580751728.7784698, + "asctime": "2020-02-05 13:48:50,494", + "created": 1580906930.4942625, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9796,15 +9879,15 @@ "lineno": 22, "message": "Result (STP-Frame): b':' ()", "module": "test", - "msecs": 778.4698009490967, + "msecs": 494.2624568939209, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 72.43800163269043, + "relativeCreated": 72.05986976623535, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -9813,8 +9896,8 @@ "b':'", "" ], - "asctime": "2020-02-03 18:42:08,778", - "created": 1580751728.7785149, + "asctime": "2020-02-05 13:48:50,494", + "created": 1580906930.49431, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9824,41 +9907,41 @@ "lineno": 26, "message": "Expectation (STP-Frame): result = b':' ()", "module": "test", - "msecs": 778.5148620605469, + "msecs": 494.3099021911621, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 72.48306274414062, + "relativeCreated": 72.10731506347656, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 778.6052227020264, + "msecs": 494.354248046875, "msg": "STP-Frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 72.57342338562012, + "relativeCreated": 72.15166091918945, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 9.036064147949219e-05 + "time_consumption": 4.4345855712890625e-05 } ], - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 0.00033402442932128906, - "time_finished": "2020-02-03 18:42:08,778", - "time_start": "2020-02-03 18:42:08,778" + "time_consumption": 0.0003802776336669922, + "time_finished": "2020-02-05 13:48:50,494", + "time_start": "2020-02-05 13:48:50,493" }, "_5_z4MI9yEemg3cv-3xZ25Q": { "args": null, - "asctime": "2020-02-03 18:42:08,782", - "created": 1580751728.7821007, + "asctime": "2020-02-05 13:48:50,497", + "created": 1580906930.4976258, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9869,21 +9952,21 @@ "message": "_5_z4MI9yEemg3cv-3xZ25Q", "module": "__init__", "moduleLogger": [], - "msecs": 782.1006774902344, + "msecs": 497.62582778930664, "msg": "_5_z4MI9yEemg3cv-3xZ25Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 76.06887817382812, + "relativeCreated": 75.4232406616211, "stack_info": null, "testcaseLogger": [ { "args": [ "b'_:'" ], - "asctime": "2020-02-03 18:42:08,782", - "created": 1580751728.7825227, + "asctime": "2020-02-05 13:48:50,497", + "created": 1580906930.497967, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -9899,8 +9982,8 @@ "STP:", 95 ], - "asctime": "2020-02-03 18:42:08,782", - "created": 1580751728.7822359, + "asctime": "2020-02-05 13:48:50,497", + "created": 1580906930.497688, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9910,15 +9993,15 @@ "lineno": 100, "message": "STP: no data sync (5f) received => ignoring byte", "module": "stp", - "msecs": 782.235860824585, + "msecs": 497.68805503845215, "msg": "%s no data sync (%02x) received => ignoring byte", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 76.20406150817871, + "relativeCreated": 75.4854679107666, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -9926,8 +10009,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,782", - "created": 1580751728.7822895, + "asctime": "2020-02-05 13:48:50,497", + "created": 1580906930.4977295, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9937,15 +10020,15 @@ "lineno": 98, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 782.2895050048828, + "msecs": 497.7295398712158, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 76.25770568847656, + "relativeCreated": 75.52695274353027, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -9954,8 +10037,8 @@ 58, 60 ], - "asctime": "2020-02-03 18:42:08,782", - "created": 1580751728.7823257, + "asctime": "2020-02-05 13:48:50,497", + "created": 1580906930.4977684, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9965,15 +10048,15 @@ "lineno": 103, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 782.3257446289062, + "msecs": 497.7684020996094, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 76.2939453125, + "relativeCreated": 75.56581497192383, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -9981,8 +10064,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,782", - "created": 1580751728.782398, + "asctime": "2020-02-05 13:48:50,497", + "created": 1580906930.497842, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9992,15 +10075,15 @@ "lineno": 114, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 782.397985458374, + "msecs": 497.84207344055176, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 76.36618614196777, + "relativeCreated": 75.63948631286621, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -10009,8 +10092,8 @@ 58, 62 ], - "asctime": "2020-02-03 18:42:08,782", - "created": 1580751728.782434, + "asctime": "2020-02-05 13:48:50,497", + "created": 1580906930.4978797, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10020,15 +10103,15 @@ "lineno": 124, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 782.4339866638184, + "msecs": 497.8797435760498, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 76.40218734741211, + "relativeCreated": 75.67715644836426, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -10036,8 +10119,8 @@ "STP:", "(17): 74 65 73 74 66 72 61 6d 65 20 66 6f 72 20 73 74 70" ], - "asctime": "2020-02-03 18:42:08,782", - "created": 1580751728.7824883, + "asctime": "2020-02-05 13:48:50,497", + "created": 1580906930.4979324, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10047,37 +10130,37 @@ "lineno": 145, "message": "STP: message identified - (17): 74 65 73 74 66 72 61 6d 65 20 66 6f 72 20 73 74 70", "module": "stp", - "msecs": 782.4883460998535, + "msecs": 497.93243408203125, "msg": "%s message identified - %s", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 76.45654678344727, + "relativeCreated": 75.7298469543457, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 782.5226783752441, + "msecs": 497.967004776001, "msg": "Processing testframe: \"%s\"", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 76.49087905883789, + "relativeCreated": 75.76441764831543, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.4332275390625e-05 + "time_consumption": 3.457069396972656e-05 }, { "args": [ "[b'testframe for stp']", "" ], - "asctime": "2020-02-03 18:42:08,782", - "created": 1580751728.7826698, + "asctime": "2020-02-05 13:48:50,498", + "created": 1580906930.4981086, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10094,8 +10177,8 @@ "[ b'testframe for stp' ]", "" ], - "asctime": "2020-02-03 18:42:08,782", - "created": 1580751728.7825892, + "asctime": "2020-02-05 13:48:50,498", + "created": 1580906930.4980268, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10105,15 +10188,15 @@ "lineno": 22, "message": "Result (Processed STP-Frame): [ b'testframe for stp' ] ()", "module": "test", - "msecs": 782.5891971588135, + "msecs": 498.02684783935547, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 76.55739784240723, + "relativeCreated": 75.82426071166992, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -10122,8 +10205,8 @@ "[ b'testframe for stp' ]", "" ], - "asctime": "2020-02-03 18:42:08,782", - "created": 1580751728.7826264, + "asctime": "2020-02-05 13:48:50,498", + "created": 1580906930.498065, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10133,41 +10216,41 @@ "lineno": 26, "message": "Expectation (Processed STP-Frame): result = [ b'testframe for stp' ] ()", "module": "test", - "msecs": 782.6263904571533, + "msecs": 498.0649948120117, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 76.59459114074707, + "relativeCreated": 75.86240768432617, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 782.6697826385498, + "msecs": 498.1086254119873, "msg": "Processed STP-Frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 76.63798332214355, + "relativeCreated": 75.90603828430176, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 4.3392181396484375e-05 + "time_consumption": 4.363059997558594e-05 } ], - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 0.0005691051483154297, - "time_finished": "2020-02-03 18:42:08,782", - "time_start": "2020-02-03 18:42:08,782" + "time_consumption": 0.00048279762268066406, + "time_finished": "2020-02-05 13:48:50,498", + "time_start": "2020-02-05 13:48:50,497" }, "_9ahP4Hu7Eemborg4LxXa3A": { "args": null, - "asctime": "2020-02-03 18:42:08,773", - "created": 1580751728.7733302, + "asctime": "2020-02-05 13:48:50,489", + "created": 1580906930.4891088, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10178,19 +10261,19 @@ "message": "_9ahP4Hu7Eemborg4LxXa3A", "module": "__init__", "moduleLogger": [], - "msecs": 773.3302116394043, + "msecs": 489.1088008880615, "msg": "_9ahP4Hu7Eemborg4LxXa3A", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 67.29841232299805, + "relativeCreated": 66.90621376037598, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-02-03 18:42:08,773", - "created": 1580751728.7733858, + "asctime": "2020-02-05 13:48:50,489", + "created": 1580906930.4891632, "exc_info": null, "exc_text": null, "filename": "test_gzip.py", @@ -10201,15 +10284,15 @@ "message": "Compressing Streams result in differnt streams with the same input stream. Therefore the test will compare the decompressed data.", "module": "test_gzip", "moduleLogger": [], - "msecs": 773.385763168335, + "msecs": 489.1631603240967, "msg": "Compressing Streams result in differnt streams with the same input stream. Therefore the test will compare the decompressed data.", "name": "__tLogger__", "pathname": "src/tests/test_gzip.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 67.35396385192871, + "relativeCreated": 66.96057319641113, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -10217,8 +10300,8 @@ "args": [ "(30): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff" ], - "asctime": "2020-02-03 18:42:08,773", - "created": 1580751728.7737448, + "asctime": "2020-02-05 13:48:50,489", + "created": 1580906930.4894698, "exc_info": null, "exc_text": null, "filename": "test_gzip.py", @@ -10232,10 +10315,10 @@ { "args": [ 0.8666666666666667, - 0.0002346038818359375 + 0.00018525123596191406 ], - "asctime": "2020-02-03 18:42:08,773", - "created": 1580751728.7736685, + "asctime": "2020-02-05 13:48:50,489", + "created": 1580906930.4893968, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10245,36 +10328,36 @@ "lineno": 145, "message": "GZIP: Finished to compress a string (compression_rate=0.867, consumed_time=0.0s).", "module": "__init__", - "msecs": 773.6685276031494, + "msecs": 489.3968105316162, "msg": "GZIP: Finished to compress a string (compression_rate=%.3f, consumed_time=%.1fs).", "name": "STRINGTOOLS", "pathname": "src/stringtools/__init__.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 67.63672828674316, + "relativeCreated": 67.19422340393066, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 773.7448215484619, + "msecs": 489.4697666168213, "msg": "Compressing stream: %s ", "name": "__tLogger__", "pathname": "src/tests/test_gzip.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 67.71302223205566, + "relativeCreated": 67.26717948913574, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 7.62939453125e-05 + "time_consumption": 7.295608520507812e-05 }, { "args": [ - "(26): 1f 8b 08 00 70 5b 38 5e 02 ff 63 60 40 01 ff 51 01 00 2d 8a 7d de 1e 00 00 00" + "(26): 1f 8b 08 00 b2 b9 3a 5e 02 ff 63 60 40 01 ff 51 01 00 2d 8a 7d de 1e 00 00 00" ], - "asctime": "2020-02-03 18:42:08,774", - "created": 1580751728.774009, + "asctime": "2020-02-05 13:48:50,489", + "created": 1580906930.4896994, "exc_info": null, "exc_text": null, "filename": "test_gzip.py", @@ -10282,16 +10365,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 16, - "message": "Extracting stream: (26): 1f 8b 08 00 70 5b 38 5e 02 ff 63 60 40 01 ff 51 01 00 2d 8a 7d de 1e 00 00 00", + "message": "Extracting stream: (26): 1f 8b 08 00 b2 b9 3a 5e 02 ff 63 60 40 01 ff 51 01 00 2d 8a 7d de 1e 00 00 00", "module": "test_gzip", "moduleLogger": [ { "args": [ 0.8666666666666667, - 0.00012373924255371094 + 9.632110595703125e-05 ], - "asctime": "2020-02-03 18:42:08,773", - "created": 1580751728.773937, + "asctime": "2020-02-05 13:48:50,489", + "created": 1580906930.48963, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10301,37 +10384,37 @@ "lineno": 178, "message": "GZIP: Finished to extract a string (compression_rate=0.867, consumed_time=0.0s).", "module": "__init__", - "msecs": 773.9369869232178, + "msecs": 489.62998390197754, "msg": "GZIP: Finished to extract a string (compression_rate=%.3f, consumed_time=%.1fs).", "name": "STRINGTOOLS", "pathname": "src/stringtools/__init__.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 67.90518760681152, + "relativeCreated": 67.42739677429199, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 774.0089893341064, + "msecs": 489.6993637084961, "msg": "Extracting stream: %s", "name": "__tLogger__", "pathname": "src/tests/test_gzip.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 67.9771900177002, + "relativeCreated": 67.49677658081055, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 7.200241088867188e-05 + "time_consumption": 6.937980651855469e-05 }, { "args": [ "(30): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff", "" ], - "asctime": "2020-02-03 18:42:08,774", - "created": 1580751728.7742536, + "asctime": "2020-02-05 13:48:50,489", + "created": 1580906930.4899213, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10348,8 +10431,8 @@ "(30): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff", "" ], - "asctime": "2020-02-03 18:42:08,774", - "created": 1580751728.7741039, + "asctime": "2020-02-05 13:48:50,489", + "created": 1580906930.4897845, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10359,15 +10442,15 @@ "lineno": 22, "message": "Result (Extracted data): (30): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ()", "module": "test", - "msecs": 774.1038799285889, + "msecs": 489.78447914123535, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 68.07208061218262, + "relativeCreated": 67.5818920135498, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -10376,8 +10459,8 @@ "(30): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff", "" ], - "asctime": "2020-02-03 18:42:08,774", - "created": 1580751728.7741861, + "asctime": "2020-02-05 13:48:50,489", + "created": 1580906930.4898484, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10387,41 +10470,41 @@ "lineno": 26, "message": "Expectation (Extracted data): result = (30): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ()", "module": "test", - "msecs": 774.1861343383789, + "msecs": 489.84837532043457, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 68.15433502197266, + "relativeCreated": 67.64578819274902, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 774.2536067962646, + "msecs": 489.92133140563965, "msg": "Extracted data is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 68.2218074798584, + "relativeCreated": 67.7187442779541, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 6.747245788574219e-05 + "time_consumption": 7.295608520507812e-05 } ], - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 0.0009233951568603516, - "time_finished": "2020-02-03 18:42:08,774", - "time_start": "2020-02-03 18:42:08,773" + "time_consumption": 0.000812530517578125, + "time_finished": "2020-02-05 13:48:50,489", + "time_start": "2020-02-05 13:48:50,489" }, "_Bd9TgI9tEemg3cv-3xZ25Q": { "args": null, - "asctime": "2020-02-03 18:42:08,779", - "created": 1580751728.7796388, + "asctime": "2020-02-05 13:48:50,494", + "created": 1580906930.4948788, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10432,21 +10515,21 @@ "message": "_Bd9TgI9tEemg3cv-3xZ25Q", "module": "__init__", "moduleLogger": [], - "msecs": 779.6387672424316, + "msecs": 494.87876892089844, "msg": "_Bd9TgI9tEemg3cv-3xZ25Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 73.60696792602539, + "relativeCreated": 72.67618179321289, "stack_info": null, "testcaseLogger": [ { "args": [ "b':'" ], - "asctime": "2020-02-03 18:42:08,779", - "created": 1580751728.779997, + "asctime": "2020-02-05 13:48:50,495", + "created": 1580906930.495323, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -10462,8 +10545,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,779", - "created": 1580751728.7797186, + "asctime": "2020-02-05 13:48:50,494", + "created": 1580906930.49497, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10473,15 +10556,15 @@ "lineno": 98, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 779.7186374664307, + "msecs": 494.97008323669434, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 73.68683815002441, + "relativeCreated": 72.76749610900879, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -10490,8 +10573,8 @@ 58, 60 ], - "asctime": "2020-02-03 18:42:08,779", - "created": 1580751728.779767, + "asctime": "2020-02-05 13:48:50,495", + "created": 1580906930.4950202, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10501,15 +10584,15 @@ "lineno": 103, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 779.7670364379883, + "msecs": 495.02015113830566, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 73.73523712158203, + "relativeCreated": 72.81756401062012, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -10517,8 +10600,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,779", - "created": 1580751728.7798545, + "asctime": "2020-02-05 13:48:50,495", + "created": 1580906930.4951162, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10528,15 +10611,15 @@ "lineno": 114, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 779.8545360565186, + "msecs": 495.1162338256836, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 73.8227367401123, + "relativeCreated": 72.91364669799805, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -10545,8 +10628,8 @@ 58, 62 ], - "asctime": "2020-02-03 18:42:08,779", - "created": 1580751728.7798963, + "asctime": "2020-02-05 13:48:50,495", + "created": 1580906930.4952025, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10556,15 +10639,15 @@ "lineno": 124, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 779.8962593078613, + "msecs": 495.20254135131836, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 73.86445999145508, + "relativeCreated": 72.99995422363281, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -10572,8 +10655,8 @@ "STP:", "(17): 74 65 73 74 66 72 61 6d 65 20 66 6f 72 20 73 74 70" ], - "asctime": "2020-02-03 18:42:08,779", - "created": 1580751728.779954, + "asctime": "2020-02-05 13:48:50,495", + "created": 1580906930.4952705, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10583,37 +10666,37 @@ "lineno": 145, "message": "STP: message identified - (17): 74 65 73 74 66 72 61 6d 65 20 66 6f 72 20 73 74 70", "module": "stp", - "msecs": 779.9539566040039, + "msecs": 495.2704906463623, "msg": "%s message identified - %s", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 73.92215728759766, + "relativeCreated": 73.06790351867676, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 779.9971103668213, + "msecs": 495.32294273376465, "msg": "Processing testframe: \"%s\"", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 73.96531105041504, + "relativeCreated": 73.1203556060791, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 4.315376281738281e-05 + "time_consumption": 5.245208740234375e-05 }, { "args": [ "[]", "" ], - "asctime": "2020-02-03 18:42:08,780", - "created": 1580751728.7801533, + "asctime": "2020-02-05 13:48:50,495", + "created": 1580906930.4955091, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10630,8 +10713,8 @@ "[ ]", "" ], - "asctime": "2020-02-03 18:42:08,780", - "created": 1580751728.7800653, + "asctime": "2020-02-05 13:48:50,495", + "created": 1580906930.4954078, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10641,15 +10724,15 @@ "lineno": 22, "message": "Result (First processed STP snippet): [ ] ()", "module": "test", - "msecs": 780.0652980804443, + "msecs": 495.4078197479248, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 74.03349876403809, + "relativeCreated": 73.20523262023926, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -10658,8 +10741,8 @@ "[ ]", "" ], - "asctime": "2020-02-03 18:42:08,780", - "created": 1580751728.780105, + "asctime": "2020-02-05 13:48:50,495", + "created": 1580906930.495455, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10669,37 +10752,37 @@ "lineno": 26, "message": "Expectation (First processed STP snippet): result = [ ] ()", "module": "test", - "msecs": 780.1051139831543, + "msecs": 495.4550266265869, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 74.07331466674805, + "relativeCreated": 73.25243949890137, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 780.1532745361328, + "msecs": 495.50914764404297, "msg": "First processed STP snippet is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 74.12147521972656, + "relativeCreated": 73.30656051635742, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 4.8160552978515625e-05 + "time_consumption": 5.412101745605469e-05 }, { "args": [ "[b'testframe for stp']", "" ], - "asctime": "2020-02-03 18:42:08,780", - "created": 1580751728.780294, + "asctime": "2020-02-05 13:48:50,495", + "created": 1580906930.4956737, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10716,8 +10799,8 @@ "[ b'testframe for stp' ]", "" ], - "asctime": "2020-02-03 18:42:08,780", - "created": 1580751728.7802088, + "asctime": "2020-02-05 13:48:50,495", + "created": 1580906930.4955728, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10727,15 +10810,15 @@ "lineno": 22, "message": "Result (Final processed STP snippet): [ b'testframe for stp' ] ()", "module": "test", - "msecs": 780.2088260650635, + "msecs": 495.5728054046631, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 74.17702674865723, + "relativeCreated": 73.37021827697754, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -10744,8 +10827,8 @@ "[ b'testframe for stp' ]", "" ], - "asctime": "2020-02-03 18:42:08,780", - "created": 1580751728.7802474, + "asctime": "2020-02-05 13:48:50,495", + "created": 1580906930.495622, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10755,41 +10838,41 @@ "lineno": 26, "message": "Expectation (Final processed STP snippet): result = [ b'testframe for stp' ] ()", "module": "test", - "msecs": 780.2474498748779, + "msecs": 495.621919631958, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 74.21565055847168, + "relativeCreated": 73.41933250427246, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 780.2939414978027, + "msecs": 495.67365646362305, "msg": "Final processed STP snippet is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 74.26214218139648, + "relativeCreated": 73.4710693359375, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 4.649162292480469e-05 + "time_consumption": 5.173683166503906e-05 } ], - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 0.0006551742553710938, - "time_finished": "2020-02-03 18:42:08,780", - "time_start": "2020-02-03 18:42:08,779" + "time_consumption": 0.0007948875427246094, + "time_finished": "2020-02-05 13:48:50,495", + "time_start": "2020-02-05 13:48:50,494" }, "_G40UUH5DEemxr4bbKXhxkg": { "args": null, - "asctime": "2020-02-03 18:42:08,775", - "created": 1580751728.7751892, + "asctime": "2020-02-05 13:48:50,490", + "created": 1580906930.4907732, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10800,21 +10883,21 @@ "message": "_G40UUH5DEemxr4bbKXhxkg", "module": "__init__", "moduleLogger": [], - "msecs": 775.1891613006592, + "msecs": 490.77320098876953, "msg": "_G40UUH5DEemxr4bbKXhxkg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 69.15736198425293, + "relativeCreated": 68.57061386108398, "stack_info": null, "testcaseLogger": [ { "args": [ "b':testframe: for csp'" ], - "asctime": "2020-02-03 18:42:08,775", - "created": 1580751728.7752748, + "asctime": "2020-02-05 13:48:50,490", + "created": 1580906930.4908252, "exc_info": null, "exc_text": null, "filename": "test_csp.py", @@ -10825,15 +10908,15 @@ "message": "Creating testframe for \"b':testframe: for csp'\"", "module": "test_csp", "moduleLogger": [], - "msecs": 775.2747535705566, + "msecs": 490.8251762390137, "msg": "Creating testframe for \"%s\"", "name": "__tLogger__", "pathname": "src/tests/test_csp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 69.24295425415039, + "relativeCreated": 68.62258911132812, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -10842,8 +10925,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,775", - "created": 1580751728.7756674, + "asctime": "2020-02-05 13:48:50,490", + "created": 1580906930.4909644, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10860,8 +10943,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,775", - "created": 1580751728.7755172, + "asctime": "2020-02-05 13:48:50,490", + "created": 1580906930.4908857, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10871,15 +10954,15 @@ "lineno": 22, "message": "Result (CSP-Frame): ()", "module": "test", - "msecs": 775.5172252655029, + "msecs": 490.88573455810547, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 69.48542594909668, + "relativeCreated": 68.68314743041992, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -10888,8 +10971,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,775", - "created": 1580751728.7756085, + "asctime": "2020-02-05 13:48:50,490", + "created": 1580906930.4909234, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10899,41 +10982,41 @@ "lineno": 26, "message": "Expectation (CSP-Frame): result = ()", "module": "test", - "msecs": 775.6085395812988, + "msecs": 490.9234046936035, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 69.57674026489258, + "relativeCreated": 68.72081756591797, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 775.6674289703369, + "msecs": 490.964412689209, "msg": "CSP-Frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 69.63562965393066, + "relativeCreated": 68.76182556152344, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 5.888938903808594e-05 + "time_consumption": 4.100799560546875e-05 } ], - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 0.0004782676696777344, - "time_finished": "2020-02-03 18:42:08,775", - "time_start": "2020-02-03 18:42:08,775" + "time_consumption": 0.00019121170043945312, + "time_finished": "2020-02-05 13:48:50,490", + "time_start": "2020-02-05 13:48:50,490" }, "_NpOWgI9tEemg3cv-3xZ25Q": { "args": null, - "asctime": "2020-02-03 18:42:08,780", - "created": 1580751728.780399, + "asctime": "2020-02-05 13:48:50,495", + "created": 1580906930.4957736, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10944,19 +11027,19 @@ "message": "_NpOWgI9tEemg3cv-3xZ25Q", "module": "__init__", "moduleLogger": [], - "msecs": 780.3990840911865, + "msecs": 495.7735538482666, "msg": "_NpOWgI9tEemg3cv-3xZ25Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 74.36728477478027, + "relativeCreated": 73.57096672058105, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-02-03 18:42:08,780", - "created": 1580751728.780453, + "asctime": "2020-02-05 13:48:50,495", + "created": 1580906930.4958425, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -10967,15 +11050,15 @@ "message": "Processing wrong data (list)", "module": "test_stp", "moduleLogger": [], - "msecs": 780.4529666900635, + "msecs": 495.84245681762695, "msg": "Processing wrong data (list)", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 74.42116737365723, + "relativeCreated": 73.6398696899414, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -10984,8 +11067,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,780", - "created": 1580751728.7805731, + "asctime": "2020-02-05 13:48:50,496", + "created": 1580906930.4960105, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11002,8 +11085,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,780", - "created": 1580751728.780503, + "asctime": "2020-02-05 13:48:50,495", + "created": 1580906930.4959075, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11013,15 +11096,15 @@ "lineno": 22, "message": "Result (Wrong data exception): ()", "module": "test", - "msecs": 780.5030345916748, + "msecs": 495.9075450897217, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 74.47123527526855, + "relativeCreated": 73.70495796203613, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -11030,8 +11113,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,780", - "created": 1580751728.7805386, + "asctime": "2020-02-05 13:48:50,495", + "created": 1580906930.495957, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11041,37 +11124,37 @@ "lineno": 26, "message": "Expectation (Wrong data exception): result = ()", "module": "test", - "msecs": 780.5385589599609, + "msecs": 495.9568977355957, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 74.50675964355469, + "relativeCreated": 73.75431060791016, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 780.5731296539307, + "msecs": 496.01054191589355, "msg": "Wrong data exception is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 74.54133033752441, + "relativeCreated": 73.80795478820801, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.457069396972656e-05 + "time_consumption": 5.364418029785156e-05 }, { "args": [ "b''", "" ], - "asctime": "2020-02-03 18:42:08,780", - "created": 1580751728.78069, + "asctime": "2020-02-05 13:48:50,496", + "created": 1580906930.496188, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11088,8 +11171,8 @@ "b''", "" ], - "asctime": "2020-02-03 18:42:08,780", - "created": 1580751728.780619, + "asctime": "2020-02-05 13:48:50,496", + "created": 1580906930.4960747, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11099,15 +11182,15 @@ "lineno": 22, "message": "Result (Buffer still empty): b'' ()", "module": "test", - "msecs": 780.6189060211182, + "msecs": 496.0746765136719, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 74.58710670471191, + "relativeCreated": 73.87208938598633, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -11116,8 +11199,8 @@ "b''", "" ], - "asctime": "2020-02-03 18:42:08,780", - "created": 1580751728.7806559, + "asctime": "2020-02-05 13:48:50,496", + "created": 1580906930.4961314, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11127,34 +11210,34 @@ "lineno": 26, "message": "Expectation (Buffer still empty): result = b'' ()", "module": "test", - "msecs": 780.6558609008789, + "msecs": 496.13142013549805, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 74.62406158447266, + "relativeCreated": 73.9288330078125, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 780.6899547576904, + "msecs": 496.1879253387451, "msg": "Buffer still empty is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 74.65815544128418, + "relativeCreated": 73.98533821105957, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.409385681152344e-05 + "time_consumption": 5.650520324707031e-05 }, { "args": [], - "asctime": "2020-02-03 18:42:08,780", - "created": 1580751728.7807326, + "asctime": "2020-02-05 13:48:50,496", + "created": 1580906930.4962323, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -11165,15 +11248,15 @@ "message": "Processing wrong data (int)", "module": "test_stp", "moduleLogger": [], - "msecs": 780.7326316833496, + "msecs": 496.232271194458, "msg": "Processing wrong data (int)", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 74.70083236694336, + "relativeCreated": 74.02968406677246, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -11182,8 +11265,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,780", - "created": 1580751728.7808485, + "asctime": "2020-02-05 13:48:50,496", + "created": 1580906930.4963546, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11200,8 +11283,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,780", - "created": 1580751728.7807813, + "asctime": "2020-02-05 13:48:50,496", + "created": 1580906930.4962828, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11211,15 +11294,15 @@ "lineno": 22, "message": "Result (Wrong data exception): ()", "module": "test", - "msecs": 780.7812690734863, + "msecs": 496.28281593322754, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 74.74946975708008, + "relativeCreated": 74.08022880554199, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -11228,8 +11311,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,780", - "created": 1580751728.7808151, + "asctime": "2020-02-05 13:48:50,496", + "created": 1580906930.4963174, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11239,37 +11322,37 @@ "lineno": 26, "message": "Expectation (Wrong data exception): result = ()", "module": "test", - "msecs": 780.8151245117188, + "msecs": 496.31738662719727, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 74.7833251953125, + "relativeCreated": 74.11479949951172, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 780.848503112793, + "msecs": 496.3545799255371, "msg": "Wrong data exception is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 74.81670379638672, + "relativeCreated": 74.15199279785156, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.337860107421875e-05 + "time_consumption": 3.719329833984375e-05 }, { "args": [ "b''", "" ], - "asctime": "2020-02-03 18:42:08,780", - "created": 1580751728.7809691, + "asctime": "2020-02-05 13:48:50,496", + "created": 1580906930.4964752, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11286,8 +11369,8 @@ "b''", "" ], - "asctime": "2020-02-03 18:42:08,780", - "created": 1580751728.780893, + "asctime": "2020-02-05 13:48:50,496", + "created": 1580906930.4964015, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11297,15 +11380,15 @@ "lineno": 22, "message": "Result (Buffer still empty): b'' ()", "module": "test", - "msecs": 780.893087387085, + "msecs": 496.4015483856201, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 74.86128807067871, + "relativeCreated": 74.19896125793457, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -11314,8 +11397,8 @@ "b''", "" ], - "asctime": "2020-02-03 18:42:08,780", - "created": 1580751728.7809293, + "asctime": "2020-02-05 13:48:50,496", + "created": 1580906930.4964406, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11325,34 +11408,34 @@ "lineno": 26, "message": "Expectation (Buffer still empty): result = b'' ()", "module": "test", - "msecs": 780.9293270111084, + "msecs": 496.4406490325928, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 74.89752769470215, + "relativeCreated": 74.23806190490723, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 780.9691429138184, + "msecs": 496.4752197265625, "msg": "Buffer still empty is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 74.93734359741211, + "relativeCreated": 74.27263259887695, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.981590270996094e-05 + "time_consumption": 3.457069396972656e-05 }, { "args": [], - "asctime": "2020-02-03 18:42:08,781", - "created": 1580751728.7810154, + "asctime": "2020-02-05 13:48:50,496", + "created": 1580906930.4965189, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -11363,15 +11446,15 @@ "message": "Processing wrong data (str)", "module": "test_stp", "moduleLogger": [], - "msecs": 781.0153961181641, + "msecs": 496.5188503265381, "msg": "Processing wrong data (str)", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 74.98359680175781, + "relativeCreated": 74.31626319885254, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -11380,8 +11463,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,781", - "created": 1580751728.7811344, + "asctime": "2020-02-05 13:48:50,496", + "created": 1580906930.49664, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11398,8 +11481,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,781", - "created": 1580751728.7810655, + "asctime": "2020-02-05 13:48:50,496", + "created": 1580906930.4965703, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11409,15 +11492,15 @@ "lineno": 22, "message": "Result (Wrong data exception): ()", "module": "test", - "msecs": 781.0654640197754, + "msecs": 496.570348739624, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 75.03366470336914, + "relativeCreated": 74.36776161193848, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -11426,8 +11509,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,781", - "created": 1580751728.7810986, + "asctime": "2020-02-05 13:48:50,496", + "created": 1580906930.4966054, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11437,37 +11520,37 @@ "lineno": 26, "message": "Expectation (Wrong data exception): result = ()", "module": "test", - "msecs": 781.0986042022705, + "msecs": 496.60539627075195, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 75.06680488586426, + "relativeCreated": 74.4028091430664, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 781.1343669891357, + "msecs": 496.6399669647217, "msg": "Wrong data exception is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 75.10256767272949, + "relativeCreated": 74.43737983703613, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.5762786865234375e-05 + "time_consumption": 3.457069396972656e-05 }, { "args": [ "b''", "" ], - "asctime": "2020-02-03 18:42:08,781", - "created": 1580751728.7812493, + "asctime": "2020-02-05 13:48:50,496", + "created": 1580906930.496803, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11484,8 +11567,8 @@ "b''", "" ], - "asctime": "2020-02-03 18:42:08,781", - "created": 1580751728.7811832, + "asctime": "2020-02-05 13:48:50,496", + "created": 1580906930.4966905, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11495,15 +11578,15 @@ "lineno": 22, "message": "Result (Buffer still empty): b'' ()", "module": "test", - "msecs": 781.1832427978516, + "msecs": 496.6905117034912, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 75.15144348144531, + "relativeCreated": 74.48792457580566, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -11512,8 +11595,8 @@ "b''", "" ], - "asctime": "2020-02-03 18:42:08,781", - "created": 1580751728.7812166, + "asctime": "2020-02-05 13:48:50,496", + "created": 1580906930.496768, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11523,41 +11606,41 @@ "lineno": 26, "message": "Expectation (Buffer still empty): result = b'' ()", "module": "test", - "msecs": 781.2166213989258, + "msecs": 496.7679977416992, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 75.18482208251953, + "relativeCreated": 74.56541061401367, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 781.2492847442627, + "msecs": 496.80304527282715, "msg": "Buffer still empty is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 75.21748542785645, + "relativeCreated": 74.6004581451416, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.266334533691406e-05 + "time_consumption": 3.504753112792969e-05 } ], - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 0.0008502006530761719, - "time_finished": "2020-02-03 18:42:08,781", - "time_start": "2020-02-03 18:42:08,780" + "time_consumption": 0.0010294914245605469, + "time_finished": "2020-02-05 13:48:50,496", + "time_start": "2020-02-05 13:48:50,495" }, "_QjJiIIwZEem5qYOdmXl77A": { "args": null, - "asctime": "2020-02-03 18:42:08,775", - "created": 1580751728.7758234, + "asctime": "2020-02-05 13:48:50,491", + "created": 1580906930.4910603, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11568,21 +11651,21 @@ "message": "_QjJiIIwZEem5qYOdmXl77A", "module": "__init__", "moduleLogger": [], - "msecs": 775.8233547210693, + "msecs": 491.0602569580078, "msg": "_QjJiIIwZEem5qYOdmXl77A", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 69.79155540466309, + "relativeCreated": 68.85766983032227, "stack_info": null, "testcaseLogger": [ { "args": [ "b':testframe: for csp\\n'" ], - "asctime": "2020-02-03 18:42:08,776", - "created": 1580751728.7761395, + "asctime": "2020-02-05 13:48:50,491", + "created": 1580906930.4913917, "exc_info": null, "exc_text": null, "filename": "test_csp.py", @@ -11598,8 +11681,8 @@ "CSP:", "(10): 3a 74 65 73 74 66 72 61 6d 65" ], - "asctime": "2020-02-03 18:42:08,775", - "created": 1580751728.7759628, + "asctime": "2020-02-05 13:48:50,491", + "created": 1580906930.491215, "exc_info": null, "exc_text": null, "filename": "csp.py", @@ -11609,15 +11692,15 @@ "lineno": 65, "message": "CSP: Leaving data in buffer (to be processed next time): (10): 3a 74 65 73 74 66 72 61 6d 65", "module": "csp", - "msecs": 775.9628295898438, + "msecs": 491.2149906158447, "msg": "%s Leaving data in buffer (to be processed next time): %s", "name": "STRINGTOOLS", "pathname": "src/stringtools/csp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 69.9310302734375, + "relativeCreated": 69.01240348815918, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -11625,8 +11708,8 @@ "CSP:", "(19): 3a 74 65 73 74 66 72 61 6d 65 3a 20 66 6f 72 20 63 73 70" ], - "asctime": "2020-02-03 18:42:08,776", - "created": 1580751728.7760637, + "asctime": "2020-02-05 13:48:50,491", + "created": 1580906930.4913237, "exc_info": null, "exc_text": null, "filename": "csp.py", @@ -11636,37 +11719,37 @@ "lineno": 67, "message": "CSP: message identified - (19): 3a 74 65 73 74 66 72 61 6d 65 3a 20 66 6f 72 20 63 73 70", "module": "csp", - "msecs": 776.0636806488037, + "msecs": 491.32370948791504, "msg": "%s message identified - %s", "name": "STRINGTOOLS", "pathname": "src/stringtools/csp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 70.03188133239746, + "relativeCreated": 69.12112236022949, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 776.139497756958, + "msecs": 491.391658782959, "msg": "Processing testframe: \"%s\" in two snippets", "name": "__tLogger__", "pathname": "src/tests/test_csp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 70.10769844055176, + "relativeCreated": 69.18907165527344, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 7.581710815429688e-05 + "time_consumption": 6.794929504394531e-05 }, { "args": [ "[]", "" ], - "asctime": "2020-02-03 18:42:08,776", - "created": 1580751728.7764156, + "asctime": "2020-02-05 13:48:50,491", + "created": 1580906930.4916303, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11683,8 +11766,8 @@ "[ ]", "" ], - "asctime": "2020-02-03 18:42:08,776", - "created": 1580751728.776255, + "asctime": "2020-02-05 13:48:50,491", + "created": 1580906930.491494, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11694,15 +11777,15 @@ "lineno": 22, "message": "Result (First processed CSP-Snippet): [ ] ()", "module": "test", - "msecs": 776.2548923492432, + "msecs": 491.49394035339355, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 70.22309303283691, + "relativeCreated": 69.29135322570801, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -11711,8 +11794,8 @@ "[ ]", "" ], - "asctime": "2020-02-03 18:42:08,776", - "created": 1580751728.7763236, + "asctime": "2020-02-05 13:48:50,491", + "created": 1580906930.4915586, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11722,37 +11805,37 @@ "lineno": 26, "message": "Expectation (First processed CSP-Snippet): result = [ ] ()", "module": "test", - "msecs": 776.3235569000244, + "msecs": 491.5585517883301, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 70.29175758361816, + "relativeCreated": 69.35596466064453, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 776.4155864715576, + "msecs": 491.63031578063965, "msg": "First processed CSP-Snippet is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 70.38378715515137, + "relativeCreated": 69.4277286529541, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 9.202957153320312e-05 + "time_consumption": 7.176399230957031e-05 }, { "args": [ "[b':testframe: for csp']", "" ], - "asctime": "2020-02-03 18:42:08,776", - "created": 1580751728.7766898, + "asctime": "2020-02-05 13:48:50,491", + "created": 1580906930.491888, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11769,8 +11852,8 @@ "[ b':testframe: for csp' ]", "" ], - "asctime": "2020-02-03 18:42:08,776", - "created": 1580751728.7765272, + "asctime": "2020-02-05 13:48:50,491", + "created": 1580906930.491727, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11780,15 +11863,15 @@ "lineno": 22, "message": "Result (Final processed CSP-Frame): [ b':testframe: for csp' ] ()", "module": "test", - "msecs": 776.5271663665771, + "msecs": 491.7271137237549, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 70.4953670501709, + "relativeCreated": 69.52452659606934, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -11797,8 +11880,8 @@ "[ b':testframe: for csp' ]", "" ], - "asctime": "2020-02-03 18:42:08,776", - "created": 1580751728.7765982, + "asctime": "2020-02-05 13:48:50,491", + "created": 1580906930.491803, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11808,41 +11891,41 @@ "lineno": 26, "message": "Expectation (Final processed CSP-Frame): result = [ b':testframe: for csp' ] ()", "module": "test", - "msecs": 776.5982151031494, + "msecs": 491.8029308319092, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 70.56641578674316, + "relativeCreated": 69.60034370422363, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 776.6897678375244, + "msecs": 491.88804626464844, "msg": "Final processed CSP-Frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 70.65796852111816, + "relativeCreated": 69.68545913696289, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 9.1552734375e-05 + "time_consumption": 8.511543273925781e-05 } ], - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 0.0008664131164550781, - "time_finished": "2020-02-03 18:42:08,776", - "time_start": "2020-02-03 18:42:08,775" + "time_consumption": 0.000827789306640625, + "time_finished": "2020-02-05 13:48:50,491", + "time_start": "2020-02-05 13:48:50,491" }, "_XzMFcHYZEem_kd-7nxt1sg": { "args": null, - "asctime": "2020-02-03 18:42:08,772", - "created": 1580751728.7721083, + "asctime": "2020-02-05 13:48:50,487", + "created": 1580906930.4878757, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11853,13 +11936,13 @@ "message": "_XzMFcHYZEem_kd-7nxt1sg", "module": "__init__", "moduleLogger": [], - "msecs": 772.1083164215088, + "msecs": 487.87569999694824, "msg": "_XzMFcHYZEem_kd-7nxt1sg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 66.07651710510254, + "relativeCreated": 65.6731128692627, "stack_info": null, "testcaseLogger": [ { @@ -11867,8 +11950,8 @@ "de ad be ef", "" ], - "asctime": "2020-02-03 18:42:08,772", - "created": 1580751728.7721698, + "asctime": "2020-02-05 13:48:50,487", + "created": 1580906930.4879384, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -11879,22 +11962,22 @@ "message": "Checking test pattern de ad be ef ().", "module": "test_hexlify", "moduleLogger": [], - "msecs": 772.169828414917, + "msecs": 487.93840408325195, "msg": "Checking test pattern %s (%s).", "name": "__tLogger__", "pathname": "src/tests/test_hexlify.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 66.13802909851074, + "relativeCreated": 65.7358169555664, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2020-02-03 18:42:08,772", - "created": 1580751728.7726297, + "asctime": "2020-02-05 13:48:50,488", + "created": 1580906930.4883935, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -11909,8 +11992,8 @@ "args": [ "(4): de ad be ef" ], - "asctime": "2020-02-03 18:42:08,772", - "created": 1580751728.7722266, + "asctime": "2020-02-05 13:48:50,487", + "created": 1580906930.487994, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -11920,23 +12003,23 @@ "lineno": 29, "message": "Return value of hexlify is (4): de ad be ef", "module": "test_hexlify", - "msecs": 772.2265720367432, + "msecs": 487.9939556121826, "msg": "Return value of hexlify is %s", "name": "__unittest__", "pathname": "src/tests/test_hexlify.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 66.19477272033691, + "relativeCreated": 65.79136848449707, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { "args": [ "(4): DE AD BE EF" ], - "asctime": "2020-02-03 18:42:08,772", - "created": 1580751728.7724502, + "asctime": "2020-02-05 13:48:50,488", + "created": 1580906930.488212, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -11946,15 +12029,15 @@ "lineno": 31, "message": "Using upper string for comparison: (4): DE AD BE EF", "module": "test_hexlify", - "msecs": 772.4502086639404, + "msecs": 488.21210861206055, "msg": "Using upper string for comparison: %s", "name": "__unittest__", "pathname": "src/tests/test_hexlify.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 66.41840934753418, + "relativeCreated": 66.009521484375, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -11962,8 +12045,8 @@ "DE", "(4): DE AD BE EF" ], - "asctime": "2020-02-03 18:42:08,772", - "created": 1580751728.772494, + "asctime": "2020-02-05 13:48:50,488", + "created": 1580906930.4882565, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -11973,15 +12056,15 @@ "lineno": 41, "message": "\"DE\" found in \"(4): DE AD BE EF\"... Reducing pattern", "module": "test_hexlify", - "msecs": 772.4940776824951, + "msecs": 488.25645446777344, "msg": "\"%s\" found in \"%s\"... Reducing pattern", "name": "__unittest__", "pathname": "src/tests/test_hexlify.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 66.46227836608887, + "relativeCreated": 66.05386734008789, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -11989,8 +12072,8 @@ "AD", "AD BE EF" ], - "asctime": "2020-02-03 18:42:08,772", - "created": 1580751728.7725344, + "asctime": "2020-02-05 13:48:50,488", + "created": 1580906930.488293, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -12000,15 +12083,15 @@ "lineno": 41, "message": "\"AD\" found in \"AD BE EF\"... Reducing pattern", "module": "test_hexlify", - "msecs": 772.5343704223633, + "msecs": 488.292932510376, "msg": "\"%s\" found in \"%s\"... Reducing pattern", "name": "__unittest__", "pathname": "src/tests/test_hexlify.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 66.50257110595703, + "relativeCreated": 66.09034538269043, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -12016,8 +12099,8 @@ "BE", "BE EF" ], - "asctime": "2020-02-03 18:42:08,772", - "created": 1580751728.7725668, + "asctime": "2020-02-05 13:48:50,488", + "created": 1580906930.488327, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -12027,15 +12110,15 @@ "lineno": 41, "message": "\"BE\" found in \"BE EF\"... Reducing pattern", "module": "test_hexlify", - "msecs": 772.5667953491211, + "msecs": 488.3270263671875, "msg": "\"%s\" found in \"%s\"... Reducing pattern", "name": "__unittest__", "pathname": "src/tests/test_hexlify.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 66.53499603271484, + "relativeCreated": 66.12443923950195, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -12043,8 +12126,8 @@ "EF", "EF" ], - "asctime": "2020-02-03 18:42:08,772", - "created": 1580751728.7725987, + "asctime": "2020-02-05 13:48:50,488", + "created": 1580906930.4883611, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -12054,41 +12137,41 @@ "lineno": 41, "message": "\"EF\" found in \"EF\"... Reducing pattern", "module": "test_hexlify", - "msecs": 772.5987434387207, + "msecs": 488.361120223999, "msg": "\"%s\" found in \"%s\"... Reducing pattern", "name": "__unittest__", "pathname": "src/tests/test_hexlify.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 66.56694412231445, + "relativeCreated": 66.15853309631348, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 772.6297378540039, + "msecs": 488.39354515075684, "msg": "Pattern included all relevant information in the correct order.", "name": "__tLogger__", "pathname": "src/tests/test_hexlify.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 66.59793853759766, + "relativeCreated": 66.19095802307129, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.0994415283203125e-05 + "time_consumption": 3.24249267578125e-05 } ], - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 0.0005214214324951172, - "time_finished": "2020-02-03 18:42:08,772", - "time_start": "2020-02-03 18:42:08,772" + "time_consumption": 0.0005178451538085938, + "time_finished": "2020-02-05 13:48:50,488", + "time_start": "2020-02-05 13:48:50,487" }, "_Y_h3gH5CEemxr4bbKXhxkg": { "args": null, - "asctime": "2020-02-03 18:42:08,774", - "created": 1580751728.7748706, + "asctime": "2020-02-05 13:48:50,490", + "created": 1580906930.4904928, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12099,21 +12182,21 @@ "message": "_Y_h3gH5CEemxr4bbKXhxkg", "module": "__init__", "moduleLogger": [], - "msecs": 774.8706340789795, + "msecs": 490.4928207397461, "msg": "_Y_h3gH5CEemxr4bbKXhxkg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 68.83883476257324, + "relativeCreated": 68.29023361206055, "stack_info": null, "testcaseLogger": [ { "args": [ "b':testframe: for csp'" ], - "asctime": "2020-02-03 18:42:08,774", - "created": 1580751728.7749321, + "asctime": "2020-02-05 13:48:50,490", + "created": 1580906930.4905515, "exc_info": null, "exc_text": null, "filename": "test_csp.py", @@ -12124,15 +12207,15 @@ "message": "Creating testframe for \"b':testframe: for csp'\"", "module": "test_csp", "moduleLogger": [], - "msecs": 774.9321460723877, + "msecs": 490.5514717102051, "msg": "Creating testframe for \"%s\"", "name": "__tLogger__", "pathname": "src/tests/test_csp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 68.90034675598145, + "relativeCreated": 68.34888458251953, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -12141,8 +12224,8 @@ "b':testframe: for csp\\n'", "" ], - "asctime": "2020-02-03 18:42:08,775", - "created": 1580751728.7750697, + "asctime": "2020-02-05 13:48:50,490", + "created": 1580906930.490689, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12159,8 +12242,8 @@ "b':testframe: for csp\\n'", "" ], - "asctime": "2020-02-03 18:42:08,774", - "created": 1580751728.774995, + "asctime": "2020-02-05 13:48:50,490", + "created": 1580906930.4906142, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12170,15 +12253,15 @@ "lineno": 22, "message": "Result (CSP-Frame): b':testframe: for csp\\n' ()", "module": "test", - "msecs": 774.9950885772705, + "msecs": 490.6141757965088, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 68.96328926086426, + "relativeCreated": 68.41158866882324, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -12187,8 +12270,8 @@ "b':testframe: for csp\\n'", "" ], - "asctime": "2020-02-03 18:42:08,775", - "created": 1580751728.7750323, + "asctime": "2020-02-05 13:48:50,490", + "created": 1580906930.4906514, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12198,41 +12281,41 @@ "lineno": 26, "message": "Expectation (CSP-Frame): result = b':testframe: for csp\\n' ()", "module": "test", - "msecs": 775.0322818756104, + "msecs": 490.65136909484863, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 69.0004825592041, + "relativeCreated": 68.44878196716309, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 775.0697135925293, + "msecs": 490.6890392303467, "msg": "CSP-Frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 69.03791427612305, + "relativeCreated": 68.48645210266113, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.743171691894531e-05 + "time_consumption": 3.7670135498046875e-05 } ], - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 0.0001990795135498047, - "time_finished": "2020-02-03 18:42:08,775", - "time_start": "2020-02-03 18:42:08,774" + "time_consumption": 0.00019621849060058594, + "time_finished": "2020-02-05 13:48:50,490", + "time_start": "2020-02-05 13:48:50,490" }, "_ZhyRAI9OEemAMMFgxXT6lA": { "args": null, - "asctime": "2020-02-03 18:42:08,776", - "created": 1580751728.7768807, + "asctime": "2020-02-05 13:48:50,492", + "created": 1580906930.4920888, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12243,19 +12326,19 @@ "message": "_ZhyRAI9OEemAMMFgxXT6lA", "module": "__init__", "moduleLogger": [], - "msecs": 776.8807411193848, + "msecs": 492.08879470825195, "msg": "_ZhyRAI9OEemAMMFgxXT6lA", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 70.84894180297852, + "relativeCreated": 69.8862075805664, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-02-03 18:42:08,776", - "created": 1580751728.7769954, + "asctime": "2020-02-05 13:48:50,492", + "created": 1580906930.4922643, "exc_info": null, "exc_text": null, "filename": "test_csp.py", @@ -12266,15 +12349,15 @@ "message": "Processing wrong data (list)", "module": "test_csp", "moduleLogger": [], - "msecs": 776.9954204559326, + "msecs": 492.2642707824707, "msg": "Processing wrong data (list)", "name": "__tLogger__", "pathname": "src/tests/test_csp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 70.96362113952637, + "relativeCreated": 70.06168365478516, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -12283,8 +12366,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,777", - "created": 1580751728.7771642, + "asctime": "2020-02-05 13:48:50,492", + "created": 1580906930.4925616, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12301,8 +12384,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,777", - "created": 1580751728.7770913, + "asctime": "2020-02-05 13:48:50,492", + "created": 1580906930.492469, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12312,15 +12395,15 @@ "lineno": 22, "message": "Result (Wrong data exception): ()", "module": "test", - "msecs": 777.0912647247314, + "msecs": 492.46907234191895, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 71.0594654083252, + "relativeCreated": 70.2664852142334, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -12329,8 +12412,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,777", - "created": 1580751728.7771282, + "asctime": "2020-02-05 13:48:50,492", + "created": 1580906930.4925232, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12340,37 +12423,37 @@ "lineno": 26, "message": "Expectation (Wrong data exception): result = ()", "module": "test", - "msecs": 777.1282196044922, + "msecs": 492.523193359375, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 71.09642028808594, + "relativeCreated": 70.32060623168945, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 777.1642208099365, + "msecs": 492.56157875061035, "msg": "Wrong data exception is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 71.13242149353027, + "relativeCreated": 70.3589916229248, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.600120544433594e-05 + "time_consumption": 3.838539123535156e-05 }, { "args": [ "b''", "" ], - "asctime": "2020-02-03 18:42:08,777", - "created": 1580751728.7772949, + "asctime": "2020-02-05 13:48:50,492", + "created": 1580906930.492845, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12387,8 +12470,8 @@ "b''", "" ], - "asctime": "2020-02-03 18:42:08,777", - "created": 1580751728.7772155, + "asctime": "2020-02-05 13:48:50,492", + "created": 1580906930.4926448, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12398,15 +12481,15 @@ "lineno": 22, "message": "Result (Buffer still empty): b'' ()", "module": "test", - "msecs": 777.2154808044434, + "msecs": 492.6447868347168, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 71.18368148803711, + "relativeCreated": 70.44219970703125, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -12415,8 +12498,8 @@ "b''", "" ], - "asctime": "2020-02-03 18:42:08,777", - "created": 1580751728.7772534, + "asctime": "2020-02-05 13:48:50,492", + "created": 1580906930.4927607, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12426,34 +12509,34 @@ "lineno": 26, "message": "Expectation (Buffer still empty): result = b'' ()", "module": "test", - "msecs": 777.2533893585205, + "msecs": 492.76065826416016, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 71.22159004211426, + "relativeCreated": 70.55807113647461, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 777.2948741912842, + "msecs": 492.8450584411621, "msg": "Buffer still empty is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 71.26307487487793, + "relativeCreated": 70.64247131347656, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 4.1484832763671875e-05 + "time_consumption": 8.440017700195312e-05 }, { "args": [], - "asctime": "2020-02-03 18:42:08,777", - "created": 1580751728.777347, + "asctime": "2020-02-05 13:48:50,492", + "created": 1580906930.4929342, "exc_info": null, "exc_text": null, "filename": "test_csp.py", @@ -12464,15 +12547,15 @@ "message": "Processing wrong data (int)", "module": "test_csp", "moduleLogger": [], - "msecs": 777.3470878601074, + "msecs": 492.9342269897461, "msg": "Processing wrong data (int)", "name": "__tLogger__", "pathname": "src/tests/test_csp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 71.31528854370117, + "relativeCreated": 70.73163986206055, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -12481,8 +12564,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,777", - "created": 1580751728.777484, + "asctime": "2020-02-05 13:48:50,493", + "created": 1580906930.4931676, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12499,8 +12582,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,777", - "created": 1580751728.7774036, + "asctime": "2020-02-05 13:48:50,493", + "created": 1580906930.4930305, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12510,15 +12593,15 @@ "lineno": 22, "message": "Result (Wrong data exception): ()", "module": "test", - "msecs": 777.4035930633545, + "msecs": 493.0305480957031, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 71.37179374694824, + "relativeCreated": 70.82796096801758, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -12527,8 +12610,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,777", - "created": 1580751728.7774398, + "asctime": "2020-02-05 13:48:50,493", + "created": 1580906930.4931028, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12538,37 +12621,37 @@ "lineno": 26, "message": "Expectation (Wrong data exception): result = ()", "module": "test", - "msecs": 777.4398326873779, + "msecs": 493.1027889251709, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 71.40803337097168, + "relativeCreated": 70.90020179748535, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 777.4839401245117, + "msecs": 493.1676387786865, "msg": "Wrong data exception is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 71.45214080810547, + "relativeCreated": 70.96505165100098, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 4.410743713378906e-05 + "time_consumption": 6.4849853515625e-05 }, { "args": [ "b''", "" ], - "asctime": "2020-02-03 18:42:08,777", - "created": 1580751728.777609, + "asctime": "2020-02-05 13:48:50,493", + "created": 1580906930.4933727, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12585,8 +12668,8 @@ "b''", "" ], - "asctime": "2020-02-03 18:42:08,777", - "created": 1580751728.7775369, + "asctime": "2020-02-05 13:48:50,493", + "created": 1580906930.493254, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12596,15 +12679,15 @@ "lineno": 22, "message": "Result (Buffer still empty): b'' ()", "module": "test", - "msecs": 777.5368690490723, + "msecs": 493.2539463043213, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 71.50506973266602, + "relativeCreated": 71.05135917663574, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -12613,8 +12696,8 @@ "b''", "" ], - "asctime": "2020-02-03 18:42:08,777", - "created": 1580751728.7775736, + "asctime": "2020-02-05 13:48:50,493", + "created": 1580906930.493312, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12624,34 +12707,34 @@ "lineno": 26, "message": "Expectation (Buffer still empty): result = b'' ()", "module": "test", - "msecs": 777.5735855102539, + "msecs": 493.31188201904297, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 71.54178619384766, + "relativeCreated": 71.10929489135742, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 777.60910987854, + "msecs": 493.37267875671387, "msg": "Buffer still empty is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 71.57731056213379, + "relativeCreated": 71.17009162902832, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.552436828613281e-05 + "time_consumption": 6.079673767089844e-05 }, { "args": [], - "asctime": "2020-02-03 18:42:08,777", - "created": 1580751728.7776713, + "asctime": "2020-02-05 13:48:50,493", + "created": 1580906930.4934573, "exc_info": null, "exc_text": null, "filename": "test_csp.py", @@ -12662,15 +12745,15 @@ "message": "Processing wrong data (str)", "module": "test_csp", "moduleLogger": [], - "msecs": 777.6713371276855, + "msecs": 493.4573173522949, "msg": "Processing wrong data (str)", "name": "__tLogger__", "pathname": "src/tests/test_csp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 71.6395378112793, + "relativeCreated": 71.25473022460938, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -12679,8 +12762,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,777", - "created": 1580751728.7778606, + "asctime": "2020-02-05 13:48:50,493", + "created": 1580906930.493707, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12697,8 +12780,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,777", - "created": 1580751728.7777455, + "asctime": "2020-02-05 13:48:50,493", + "created": 1580906930.4935548, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12708,15 +12791,15 @@ "lineno": 22, "message": "Result (Wrong data exception): ()", "module": "test", - "msecs": 777.7454853057861, + "msecs": 493.55483055114746, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 71.71368598937988, + "relativeCreated": 71.35224342346191, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -12725,8 +12808,8 @@ "", "" ], - "asctime": "2020-02-03 18:42:08,777", - "created": 1580751728.7777941, + "asctime": "2020-02-05 13:48:50,493", + "created": 1580906930.4936194, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12736,37 +12819,37 @@ "lineno": 26, "message": "Expectation (Wrong data exception): result = ()", "module": "test", - "msecs": 777.7941226959229, + "msecs": 493.619441986084, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 71.7623233795166, + "relativeCreated": 71.41685485839844, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 777.8606414794922, + "msecs": 493.70694160461426, "msg": "Wrong data exception is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 71.82884216308594, + "relativeCreated": 71.50435447692871, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 6.651878356933594e-05 + "time_consumption": 8.749961853027344e-05 }, { "args": [ "b''", "" ], - "asctime": "2020-02-03 18:42:08,778", - "created": 1580751728.7781034, + "asctime": "2020-02-05 13:48:50,493", + "created": 1580906930.4938617, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12783,8 +12866,8 @@ "b''", "" ], - "asctime": "2020-02-03 18:42:08,778", - "created": 1580751728.778014, + "asctime": "2020-02-05 13:48:50,493", + "created": 1580906930.4937904, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12794,15 +12877,15 @@ "lineno": 22, "message": "Result (Buffer still empty): b'' ()", "module": "test", - "msecs": 778.0139446258545, + "msecs": 493.7903881072998, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 71.98214530944824, + "relativeCreated": 71.58780097961426, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -12811,8 +12894,8 @@ "b''", "" ], - "asctime": "2020-02-03 18:42:08,778", - "created": 1580751728.778064, + "asctime": "2020-02-05 13:48:50,493", + "created": 1580906930.4938257, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12822,41 +12905,41 @@ "lineno": 26, "message": "Expectation (Buffer still empty): result = b'' ()", "module": "test", - "msecs": 778.0640125274658, + "msecs": 493.82567405700684, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 72.03221321105957, + "relativeCreated": 71.62308692932129, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 778.1033515930176, + "msecs": 493.8616752624512, "msg": "Buffer still empty is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 72.07155227661133, + "relativeCreated": 71.65908813476562, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.933906555175781e-05 + "time_consumption": 3.600120544433594e-05 } ], - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 0.0012226104736328125, - "time_finished": "2020-02-03 18:42:08,778", - "time_start": "2020-02-03 18:42:08,776" + "time_consumption": 0.0017728805541992188, + "time_finished": "2020-02-05 13:48:50,493", + "time_start": "2020-02-05 13:48:50,492" }, "_dB5IoEaTEeq5fPlXIeQCXQ": { "args": null, - "asctime": "2020-02-03 18:42:08,767", - "created": 1580751728.7679908, + "asctime": "2020-02-05 13:48:50,483", + "created": 1580906930.4836376, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12867,13 +12950,13 @@ "message": "_dB5IoEaTEeq5fPlXIeQCXQ", "module": "__init__", "moduleLogger": [], - "msecs": 767.9908275604248, + "msecs": 483.63757133483887, "msg": "_dB5IoEaTEeq5fPlXIeQCXQ", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 61.959028244018555, + "relativeCreated": 61.43498420715332, "stack_info": null, "testcaseLogger": [ { @@ -12881,8 +12964,8 @@ "'117p'", "" ], - "asctime": "2020-02-03 18:42:08,768", - "created": 1580751728.768334, + "asctime": "2020-02-05 13:48:50,483", + "created": 1580906930.4839468, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12899,8 +12982,8 @@ "'117p'", "" ], - "asctime": "2020-02-03 18:42:08,768", - "created": 1580751728.768223, + "asctime": "2020-02-05 13:48:50,483", + "created": 1580906930.483848, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12910,15 +12993,15 @@ "lineno": 22, "message": "Result (Physical representation for 1.17e-10): '117p' ()", "module": "test", - "msecs": 768.2230472564697, + "msecs": 483.84809494018555, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 62.19124794006348, + "relativeCreated": 61.6455078125, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -12927,8 +13010,8 @@ "'117p'", "" ], - "asctime": "2020-02-03 18:42:08,768", - "created": 1580751728.7682862, + "asctime": "2020-02-05 13:48:50,483", + "created": 1580906930.4839032, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12938,37 +13021,37 @@ "lineno": 26, "message": "Expectation (Physical representation for 1.17e-10): result = '117p' ()", "module": "test", - "msecs": 768.2862281799316, + "msecs": 483.903169631958, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 62.25442886352539, + "relativeCreated": 61.70058250427246, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 768.333911895752, + "msecs": 483.9468002319336, "msg": "Physical representation for 1.17e-10 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 62.3021125793457, + "relativeCreated": 61.74421310424805, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 4.76837158203125e-05 + "time_consumption": 4.363059997558594e-05 }, { "args": [ "'54n'", "" ], - "asctime": "2020-02-03 18:42:08,768", - "created": 1580751728.7684898, + "asctime": "2020-02-05 13:48:50,484", + "created": 1580906930.4841008, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12985,8 +13068,8 @@ "'54n'", "" ], - "asctime": "2020-02-03 18:42:08,768", - "created": 1580751728.7684102, + "asctime": "2020-02-05 13:48:50,484", + "created": 1580906930.48402, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12996,15 +13079,15 @@ "lineno": 22, "message": "Result (Physical representation for 5.4e-08): '54n' ()", "module": "test", - "msecs": 768.4102058410645, + "msecs": 484.0199947357178, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 62.3784065246582, + "relativeCreated": 61.81740760803223, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -13013,8 +13096,8 @@ "'54n'", "" ], - "asctime": "2020-02-03 18:42:08,768", - "created": 1580751728.76845, + "asctime": "2020-02-05 13:48:50,484", + "created": 1580906930.4840627, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13024,37 +13107,37 @@ "lineno": 26, "message": "Expectation (Physical representation for 5.4e-08): result = '54n' ()", "module": "test", - "msecs": 768.4500217437744, + "msecs": 484.06267166137695, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 62.418222427368164, + "relativeCreated": 61.860084533691406, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 768.4898376464844, + "msecs": 484.1008186340332, "msg": "Physical representation for 5.4e-08 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 62.458038330078125, + "relativeCreated": 61.898231506347656, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.981590270996094e-05 + "time_consumption": 3.814697265625e-05 }, { "args": [ "'25.3\u00b5'", "" ], - "asctime": "2020-02-03 18:42:08,768", - "created": 1580751728.7686324, + "asctime": "2020-02-05 13:48:50,484", + "created": 1580906930.4842453, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13071,8 +13154,8 @@ "'25.3\u00b5'", "" ], - "asctime": "2020-02-03 18:42:08,768", - "created": 1580751728.7685573, + "asctime": "2020-02-05 13:48:50,484", + "created": 1580906930.4841669, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13082,15 +13165,15 @@ "lineno": 22, "message": "Result (Physical representation for 2.53e-05): '25.3\u00b5' ()", "module": "test", - "msecs": 768.5573101043701, + "msecs": 484.16686058044434, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 62.52551078796387, + "relativeCreated": 61.96427345275879, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -13099,8 +13182,8 @@ "'25.3\u00b5'", "" ], - "asctime": "2020-02-03 18:42:08,768", - "created": 1580751728.7685955, + "asctime": "2020-02-05 13:48:50,484", + "created": 1580906930.4842079, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13110,37 +13193,37 @@ "lineno": 26, "message": "Expectation (Physical representation for 2.53e-05): result = '25.3\u00b5' ()", "module": "test", - "msecs": 768.5954570770264, + "msecs": 484.2078685760498, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 62.56365776062012, + "relativeCreated": 62.00528144836426, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 768.6324119567871, + "msecs": 484.24530029296875, "msg": "Physical representation for 2.53e-05 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 62.60061264038086, + "relativeCreated": 62.0427131652832, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.695487976074219e-05 + "time_consumption": 3.743171691894531e-05 }, { "args": [ "'100m'", "" ], - "asctime": "2020-02-03 18:42:08,768", - "created": 1580751728.7687805, + "asctime": "2020-02-05 13:48:50,484", + "created": 1580906930.4843855, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13157,8 +13240,8 @@ "'100m'", "" ], - "asctime": "2020-02-03 18:42:08,768", - "created": 1580751728.7687016, + "asctime": "2020-02-05 13:48:50,484", + "created": 1580906930.484314, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13168,15 +13251,15 @@ "lineno": 22, "message": "Result (Physical representation for 0.1): '100m' ()", "module": "test", - "msecs": 768.7015533447266, + "msecs": 484.31396484375, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 62.66975402832031, + "relativeCreated": 62.11137771606445, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -13185,8 +13268,8 @@ "'100m'", "" ], - "asctime": "2020-02-03 18:42:08,768", - "created": 1580751728.7687402, + "asctime": "2020-02-05 13:48:50,484", + "created": 1580906930.4843502, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13196,37 +13279,123 @@ "lineno": 26, "message": "Expectation (Physical representation for 0.1): result = '100m' ()", "module": "test", - "msecs": 768.740177154541, + "msecs": 484.35020446777344, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 62.708377838134766, + "relativeCreated": 62.14761734008789, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 768.7804698944092, + "msecs": 484.38549041748047, "msg": "Physical representation for 0.1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 62.74867057800293, + "relativeCreated": 62.18290328979492, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 4.029273986816406e-05 + "time_consumption": 3.528594970703125e-05 + }, + { + "args": [ + "'0'", + "" + ], + "asctime": "2020-02-05 13:48:50,484", + "created": 1580906930.484516, + "exc_info": null, + "exc_text": null, + "filename": "test.py", + "funcName": "equivalency_chk", + "levelname": "INFO", + "levelno": 20, + "lineno": 142, + "message": "Physical representation for 0 is correct (Content '0' and Type is ).", + "module": "test", + "moduleLogger": [ + { + "args": [ + "Physical representation for 0", + "'0'", + "" + ], + "asctime": "2020-02-05 13:48:50,484", + "created": 1580906930.4844449, + "exc_info": null, + "exc_text": null, + "filename": "test.py", + "funcName": "__report_result__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 22, + "message": "Result (Physical representation for 0): '0' ()", + "module": "test", + "msecs": 484.44485664367676, + "msg": "Result (%s): %s (%s)", + "name": "__unittest__", + "pathname": "src/unittest/test.py", + "process": 20798, + "processName": "MainProcess", + "relativeCreated": 62.24226951599121, + "stack_info": null, + "thread": 140183498704704, + "threadName": "MainThread" + }, + { + "args": [ + "Physical representation for 0", + "'0'", + "" + ], + "asctime": "2020-02-05 13:48:50,484", + "created": 1580906930.4844806, + "exc_info": null, + "exc_text": null, + "filename": "test.py", + "funcName": "__report_expectation_equivalency__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 26, + "message": "Expectation (Physical representation for 0): result = '0' ()", + "module": "test", + "msecs": 484.480619430542, + "msg": "Expectation (%s): result = %s (%s)", + "name": "__unittest__", + "pathname": "src/unittest/test.py", + "process": 20798, + "processName": "MainProcess", + "relativeCreated": 62.278032302856445, + "stack_info": null, + "thread": 140183498704704, + "threadName": "MainThread" + } + ], + "msecs": 484.515905380249, + "msg": "Physical representation for 0 is correct (Content %s and Type is %s).", + "name": "__tLogger__", + "pathname": "src/unittest/test.py", + "process": 20798, + "processName": "MainProcess", + "relativeCreated": 62.31331825256348, + "stack_info": null, + "thread": 140183498704704, + "threadName": "MainThread", + "time_consumption": 3.528594970703125e-05 }, { "args": [ "'1'", "" ], - "asctime": "2020-02-03 18:42:08,768", - "created": 1580751728.7689137, + "asctime": "2020-02-05 13:48:50,484", + "created": 1580906930.4846475, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13243,8 +13412,8 @@ "'1'", "" ], - "asctime": "2020-02-03 18:42:08,768", - "created": 1580751728.768841, + "asctime": "2020-02-05 13:48:50,484", + "created": 1580906930.4845767, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13254,15 +13423,15 @@ "lineno": 22, "message": "Result (Physical representation for 1): '1' ()", "module": "test", - "msecs": 768.841028213501, + "msecs": 484.5767021179199, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 62.80922889709473, + "relativeCreated": 62.374114990234375, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -13271,8 +13440,8 @@ "'1'", "" ], - "asctime": "2020-02-03 18:42:08,768", - "created": 1580751728.768879, + "asctime": "2020-02-05 13:48:50,484", + "created": 1580906930.4846127, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13282,27 +13451,27 @@ "lineno": 26, "message": "Expectation (Physical representation for 1): result = '1' ()", "module": "test", - "msecs": 768.8789367675781, + "msecs": 484.61270332336426, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 62.847137451171875, + "relativeCreated": 62.41011619567871, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 768.913745880127, + "msecs": 484.6475124359131, "msg": "Physical representation for 1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 62.8819465637207, + "relativeCreated": 62.44492530822754, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", "time_consumption": 3.4809112548828125e-05 }, @@ -13311,8 +13480,8 @@ "'1k'", "" ], - "asctime": "2020-02-03 18:42:08,769", - "created": 1580751728.7690704, + "asctime": "2020-02-05 13:48:50,484", + "created": 1580906930.484831, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13329,8 +13498,8 @@ "'1k'", "" ], - "asctime": "2020-02-03 18:42:08,768", - "created": 1580751728.7689734, + "asctime": "2020-02-05 13:48:50,484", + "created": 1580906930.484739, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13340,15 +13509,15 @@ "lineno": 22, "message": "Result (Physical representation for 1000): '1k' ()", "module": "test", - "msecs": 768.9733505249023, + "msecs": 484.7390651702881, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 62.941551208496094, + "relativeCreated": 62.53647804260254, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -13357,8 +13526,8 @@ "'1k'", "" ], - "asctime": "2020-02-03 18:42:08,769", - "created": 1580751728.7690122, + "asctime": "2020-02-05 13:48:50,484", + "created": 1580906930.484791, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13368,37 +13537,37 @@ "lineno": 26, "message": "Expectation (Physical representation for 1000): result = '1k' ()", "module": "test", - "msecs": 769.0122127532959, + "msecs": 484.7910404205322, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 62.98041343688965, + "relativeCreated": 62.58845329284668, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 769.0703868865967, + "msecs": 484.8310947418213, "msg": "Physical representation for 1000 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 63.03858757019043, + "relativeCreated": 62.62850761413574, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 5.817413330078125e-05 + "time_consumption": 4.00543212890625e-05 }, { "args": [ "'1.01M'", "" ], - "asctime": "2020-02-03 18:42:08,769", - "created": 1580751728.7692144, + "asctime": "2020-02-05 13:48:50,484", + "created": 1580906930.484964, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13415,8 +13584,8 @@ "'1.01M'", "" ], - "asctime": "2020-02-03 18:42:08,769", - "created": 1580751728.769143, + "asctime": "2020-02-05 13:48:50,484", + "created": 1580906930.484893, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13426,15 +13595,15 @@ "lineno": 22, "message": "Result (Physical representation for 1005001): '1.01M' ()", "module": "test", - "msecs": 769.1431045532227, + "msecs": 484.8930835723877, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 63.111305236816406, + "relativeCreated": 62.69049644470215, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -13443,8 +13612,8 @@ "'1.01M'", "" ], - "asctime": "2020-02-03 18:42:08,769", - "created": 1580751728.7691782, + "asctime": "2020-02-05 13:48:50,484", + "created": 1580906930.484929, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13454,37 +13623,37 @@ "lineno": 26, "message": "Expectation (Physical representation for 1005001): result = '1.01M' ()", "module": "test", - "msecs": 769.1781520843506, + "msecs": 484.92908477783203, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 63.146352767944336, + "relativeCreated": 62.726497650146484, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 769.214391708374, + "msecs": 484.96389389038086, "msg": "Physical representation for 1005001 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 63.18259239196777, + "relativeCreated": 62.76130676269531, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.62396240234375e-05 + "time_consumption": 3.4809112548828125e-05 }, { "args": [ "'1G'", "" ], - "asctime": "2020-02-03 18:42:08,769", - "created": 1580751728.7693496, + "asctime": "2020-02-05 13:48:50,485", + "created": 1580906930.485094, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13501,8 +13670,8 @@ "'1G'", "" ], - "asctime": "2020-02-03 18:42:08,769", - "created": 1580751728.7692819, + "asctime": "2020-02-05 13:48:50,485", + "created": 1580906930.4850245, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13512,15 +13681,15 @@ "lineno": 22, "message": "Result (Physical representation for 1004000000): '1G' ()", "module": "test", - "msecs": 769.2818641662598, + "msecs": 485.02445220947266, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 63.250064849853516, + "relativeCreated": 62.82186508178711, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -13529,8 +13698,8 @@ "'1G'", "" ], - "asctime": "2020-02-03 18:42:08,769", - "created": 1580751728.7693162, + "asctime": "2020-02-05 13:48:50,485", + "created": 1580906930.4850595, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13540,37 +13709,37 @@ "lineno": 26, "message": "Expectation (Physical representation for 1004000000): result = '1G' ()", "module": "test", - "msecs": 769.3161964416504, + "msecs": 485.0594997406006, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 63.28439712524414, + "relativeCreated": 62.85691261291504, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 769.3495750427246, + "msecs": 485.0940704345703, "msg": "Physical representation for 1004000000 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 63.31777572631836, + "relativeCreated": 62.891483306884766, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.337860107421875e-05 + "time_consumption": 3.457069396972656e-05 }, { "args": [ "'1T'", "" ], - "asctime": "2020-02-03 18:42:08,769", - "created": 1580751728.7694783, + "asctime": "2020-02-05 13:48:50,485", + "created": 1580906930.4852304, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13587,8 +13756,8 @@ "'1T'", "" ], - "asctime": "2020-02-03 18:42:08,769", - "created": 1580751728.7694106, + "asctime": "2020-02-05 13:48:50,485", + "created": 1580906930.4851565, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13598,15 +13767,15 @@ "lineno": 22, "message": "Result (Physical representation for 1003000000000): '1T' ()", "module": "test", - "msecs": 769.4106101989746, + "msecs": 485.1565361022949, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 63.37881088256836, + "relativeCreated": 62.953948974609375, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -13615,8 +13784,8 @@ "'1T'", "" ], - "asctime": "2020-02-03 18:42:08,769", - "created": 1580751728.7694447, + "asctime": "2020-02-05 13:48:50,485", + "created": 1580906930.4851918, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13626,37 +13795,37 @@ "lineno": 26, "message": "Expectation (Physical representation for 1003000000000): result = '1T' ()", "module": "test", - "msecs": 769.4447040557861, + "msecs": 485.19182205200195, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 63.41290473937988, + "relativeCreated": 62.989234924316406, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 769.4783210754395, + "msecs": 485.2304458618164, "msg": "Physical representation for 1003000000000 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 63.4465217590332, + "relativeCreated": 63.02785873413086, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.361701965332031e-05 + "time_consumption": 3.8623809814453125e-05 }, { "args": [ "'10P'", "" ], - "asctime": "2020-02-03 18:42:08,769", - "created": 1580751728.7696116, + "asctime": "2020-02-05 13:48:50,485", + "created": 1580906930.485367, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13673,8 +13842,8 @@ "'10P'", "" ], - "asctime": "2020-02-03 18:42:08,769", - "created": 1580751728.7695403, + "asctime": "2020-02-05 13:48:50,485", + "created": 1580906930.4852972, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13684,15 +13853,15 @@ "lineno": 22, "message": "Result (Physical representation for 10000000000000000): '10P' ()", "module": "test", - "msecs": 769.5403099060059, + "msecs": 485.29720306396484, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 63.50851058959961, + "relativeCreated": 63.0946159362793, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -13701,8 +13870,8 @@ "'10P'", "" ], - "asctime": "2020-02-03 18:42:08,769", - "created": 1580751728.7695777, + "asctime": "2020-02-05 13:48:50,485", + "created": 1580906930.4853325, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13712,37 +13881,37 @@ "lineno": 26, "message": "Expectation (Physical representation for 10000000000000000): result = '10P' ()", "module": "test", - "msecs": 769.5777416229248, + "msecs": 485.3324890136719, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 63.545942306518555, + "relativeCreated": 63.12990188598633, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 769.6115970611572, + "msecs": 485.3670597076416, "msg": "Physical representation for 10000000000000000 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 63.57979774475098, + "relativeCreated": 63.164472579956055, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.3855438232421875e-05 + "time_consumption": 3.457069396972656e-05 }, { "args": [ "'17.17'", "" ], - "asctime": "2020-02-03 18:42:08,769", - "created": 1580751728.769733, + "asctime": "2020-02-05 13:48:50,485", + "created": 1580906930.4854958, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13759,8 +13928,8 @@ "'17.17'", "" ], - "asctime": "2020-02-03 18:42:08,769", - "created": 1580751728.7696662, + "asctime": "2020-02-05 13:48:50,485", + "created": 1580906930.4854257, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13770,15 +13939,15 @@ "lineno": 22, "message": "Result (Physical representation for 17.17): '17.17' ()", "module": "test", - "msecs": 769.6661949157715, + "msecs": 485.4257106781006, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 63.634395599365234, + "relativeCreated": 63.22312355041504, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -13787,8 +13956,8 @@ "'17.17'", "" ], - "asctime": "2020-02-03 18:42:08,769", - "created": 1580751728.7696998, + "asctime": "2020-02-05 13:48:50,485", + "created": 1580906930.4854612, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13798,37 +13967,37 @@ "lineno": 26, "message": "Expectation (Physical representation for 17.17): result = '17.17' ()", "module": "test", - "msecs": 769.6998119354248, + "msecs": 485.4612350463867, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 63.668012619018555, + "relativeCreated": 63.25864791870117, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 769.7329521179199, + "msecs": 485.49580574035645, "msg": "Physical representation for 17.17 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 63.70115280151367, + "relativeCreated": 63.2932186126709, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.314018249511719e-05 + "time_consumption": 3.457069396972656e-05 }, { "args": [ "'117k'", "" ], - "asctime": "2020-02-03 18:42:08,769", - "created": 1580751728.7698672, + "asctime": "2020-02-05 13:48:50,485", + "created": 1580906930.4856238, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13845,8 +14014,8 @@ "'117k'", "" ], - "asctime": "2020-02-03 18:42:08,769", - "created": 1580751728.7697968, + "asctime": "2020-02-05 13:48:50,485", + "created": 1580906930.4855542, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13856,15 +14025,15 @@ "lineno": 22, "message": "Result (Physical representation for 117000): '117k' ()", "module": "test", - "msecs": 769.7968482971191, + "msecs": 485.5542182922363, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 63.76504898071289, + "relativeCreated": 63.35163116455078, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -13873,8 +14042,8 @@ "'117k'", "" ], - "asctime": "2020-02-03 18:42:08,769", - "created": 1580751728.7698343, + "asctime": "2020-02-05 13:48:50,485", + "created": 1580906930.4855888, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13884,37 +14053,37 @@ "lineno": 26, "message": "Expectation (Physical representation for 117000): result = '117k' ()", "module": "test", - "msecs": 769.8342800140381, + "msecs": 485.58878898620605, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 63.802480697631836, + "relativeCreated": 63.38620185852051, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 769.8671817779541, + "msecs": 485.623836517334, "msg": "Physical representation for 117000 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 63.83538246154785, + "relativeCreated": 63.42124938964844, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.2901763916015625e-05 + "time_consumption": 3.504753112792969e-05 }, { "args": [ "'117.2'", "" ], - "asctime": "2020-02-03 18:42:08,769", - "created": 1580751728.7699878, + "asctime": "2020-02-05 13:48:50,485", + "created": 1580906930.4857507, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13931,8 +14100,8 @@ "'117.2'", "" ], - "asctime": "2020-02-03 18:42:08,769", - "created": 1580751728.7699213, + "asctime": "2020-02-05 13:48:50,485", + "created": 1580906930.485679, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13942,15 +14111,15 @@ "lineno": 22, "message": "Result (Physical representation for 117.17): '117.2' ()", "module": "test", - "msecs": 769.9213027954102, + "msecs": 485.67891120910645, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 63.889503479003906, + "relativeCreated": 63.4763240814209, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -13959,8 +14128,8 @@ "'117.2'", "" ], - "asctime": "2020-02-03 18:42:08,769", - "created": 1580751728.769955, + "asctime": "2020-02-05 13:48:50,485", + "created": 1580906930.4857163, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13970,41 +14139,41 @@ "lineno": 26, "message": "Expectation (Physical representation for 117.17): result = '117.2' ()", "module": "test", - "msecs": 769.9549198150635, + "msecs": 485.7163429260254, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 63.92312049865723, + "relativeCreated": 63.513755798339844, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 769.9878215789795, + "msecs": 485.750675201416, "msg": "Physical representation for 117.17 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 63.95602226257324, + "relativeCreated": 63.54808807373047, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.2901763916015625e-05 + "time_consumption": 3.4332275390625e-05 } ], - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 0.0019969940185546875, - "time_finished": "2020-02-03 18:42:08,769", - "time_start": "2020-02-03 18:42:08,767" + "time_consumption": 0.0021131038665771484, + "time_finished": "2020-02-05 13:48:50,485", + "time_start": "2020-02-05 13:48:50,483" }, "_dpJzwCcUEeqsHsnJQYCN8Q": { "args": null, - "asctime": "2020-02-03 18:42:08,783", - "created": 1580751728.7836766, + "asctime": "2020-02-05 13:48:50,499", + "created": 1580906930.4991453, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14015,19 +14184,19 @@ "message": "_dpJzwCcUEeqsHsnJQYCN8Q", "module": "__init__", "moduleLogger": [], - "msecs": 783.6766242980957, + "msecs": 499.1452693939209, "msg": "_dpJzwCcUEeqsHsnJQYCN8Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 77.64482498168945, + "relativeCreated": 76.94268226623535, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-02-03 18:42:08,783", - "created": 1580751728.7839646, + "asctime": "2020-02-05 13:48:50,499", + "created": 1580906930.499452, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -14042,8 +14211,8 @@ "args": [ "b': changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 783.7793827056885, + "msecs": 499.25804138183594, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 77.74758338928223, + "relativeCreated": 77.05545425415039, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -14097,8 +14266,8 @@ 58, 60 ], - "asctime": "2020-02-03 18:42:08,783", - "created": 1580751728.7838156, + "asctime": "2020-02-05 13:48:50,499", + "created": 1580906930.4992948, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14108,15 +14277,15 @@ "lineno": 103, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 783.8156223297119, + "msecs": 499.2947578430176, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 77.78382301330566, + "relativeCreated": 77.09217071533203, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -14124,8 +14293,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,783", - "created": 1580751728.7838576, + "asctime": "2020-02-05 13:48:50,499", + "created": 1580906930.4993377, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14135,15 +14304,15 @@ "lineno": 114, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 783.8575839996338, + "msecs": 499.33767318725586, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 77.82578468322754, + "relativeCreated": 77.13508605957031, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -14151,8 +14320,8 @@ "STP:", 100 ], - "asctime": "2020-02-03 18:42:08,783", - "created": 1580751728.7838936, + "asctime": "2020-02-05 13:48:50,499", + "created": 1580906930.499379, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14162,15 +14331,15 @@ "lineno": 137, "message": "STP: data (64) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 783.8935852050781, + "msecs": 499.37891960144043, "msg": "%s data (%02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 77.86178588867188, + "relativeCreated": 77.17633247375488, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -14178,8 +14347,8 @@ "STP:", "(2): 74 65" ], - "asctime": "2020-02-03 18:42:08,783", - "created": 1580751728.7839308, + "asctime": "2020-02-05 13:48:50,499", + "created": 1580906930.4994175, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14189,37 +14358,37 @@ "lineno": 69, "message": "STP: Chunking \"(2): 74 65\" from buffer", "module": "stp", - "msecs": 783.930778503418, + "msecs": 499.4175434112549, "msg": "%s Chunking \"%s\" from buffer", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 77.89897918701172, + "relativeCreated": 77.21495628356934, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 783.9646339416504, + "msecs": 499.4521141052246, "msg": "Processing data with an insufficient end pattern.", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 77.93283462524414, + "relativeCreated": 77.24952697753906, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.3855438232421875e-05 + "time_consumption": 3.457069396972656e-05 }, { "args": [ "[[]]", "" ], - "asctime": "2020-02-03 18:42:08,784", - "created": 1580751728.7841005, + "asctime": "2020-02-05 13:48:50,499", + "created": 1580906930.4995983, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14236,8 +14405,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-03 18:42:08,784", - "created": 1580751728.7840197, + "asctime": "2020-02-05 13:48:50,499", + "created": 1580906930.4995112, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14247,15 +14416,15 @@ "lineno": 22, "message": "Result (Return value list if processing data_sync and data again after start of frame): [ [ ] ] ()", "module": "test", - "msecs": 784.0197086334229, + "msecs": 499.5112419128418, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 77.9879093170166, + "relativeCreated": 77.30865478515625, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -14264,8 +14433,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-03 18:42:08,784", - "created": 1580751728.7840567, + "asctime": "2020-02-05 13:48:50,499", + "created": 1580906930.4995496, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14275,37 +14444,37 @@ "lineno": 26, "message": "Expectation (Return value list if processing data_sync and data again after start of frame): result = [ [ ] ] ()", "module": "test", - "msecs": 784.0566635131836, + "msecs": 499.54962730407715, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 78.02486419677734, + "relativeCreated": 77.3470401763916, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 784.1005325317383, + "msecs": 499.59826469421387, "msg": "Return value list if processing data_sync and data again after start of frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 78.06873321533203, + "relativeCreated": 77.39567756652832, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 4.38690185546875e-05 + "time_consumption": 4.863739013671875e-05 }, { "args": [ "0", "" ], - "asctime": "2020-02-03 18:42:08,784", - "created": 1580751728.7842212, + "asctime": "2020-02-05 13:48:50,499", + "created": 1580906930.49972, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14322,8 +14491,8 @@ "0", "" ], - "asctime": "2020-02-03 18:42:08,784", - "created": 1580751728.7841492, + "asctime": "2020-02-05 13:48:50,499", + "created": 1580906930.4996486, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14333,15 +14502,15 @@ "lineno": 22, "message": "Result (State after processing data_sync and data again after start of frame): 0 ()", "module": "test", - "msecs": 784.149169921875, + "msecs": 499.6485710144043, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 78.11737060546875, + "relativeCreated": 77.44598388671875, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -14350,8 +14519,8 @@ "0", "" ], - "asctime": "2020-02-03 18:42:08,784", - "created": 1580751728.7841828, + "asctime": "2020-02-05 13:48:50,499", + "created": 1580906930.4996834, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14361,37 +14530,37 @@ "lineno": 26, "message": "Expectation (State after processing data_sync and data again after start of frame): result = 0 ()", "module": "test", - "msecs": 784.1827869415283, + "msecs": 499.6833801269531, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 78.15098762512207, + "relativeCreated": 77.48079299926758, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 784.2211723327637, + "msecs": 499.72009658813477, "msg": "State after processing data_sync and data again after start of frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 78.18937301635742, + "relativeCreated": 77.51750946044922, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.838539123535156e-05 + "time_consumption": 3.6716461181640625e-05 }, { "args": [ "0", "" ], - "asctime": "2020-02-03 18:42:08,784", - "created": 1580751728.784337, + "asctime": "2020-02-05 13:48:50,499", + "created": 1580906930.4998357, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14408,8 +14577,8 @@ "0", "" ], - "asctime": "2020-02-03 18:42:08,784", - "created": 1580751728.7842708, + "asctime": "2020-02-05 13:48:50,499", + "created": 1580906930.4997673, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14419,15 +14588,15 @@ "lineno": 22, "message": "Result (Buffer size after processing data with insufficient end pattern): 0 ()", "module": "test", - "msecs": 784.2707633972168, + "msecs": 499.7673034667969, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 78.23896408081055, + "relativeCreated": 77.56471633911133, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -14436,8 +14605,8 @@ "0", "" ], - "asctime": "2020-02-03 18:42:08,784", - "created": 1580751728.7843041, + "asctime": "2020-02-05 13:48:50,499", + "created": 1580906930.4998014, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14447,34 +14616,34 @@ "lineno": 26, "message": "Expectation (Buffer size after processing data with insufficient end pattern): result = 0 ()", "module": "test", - "msecs": 784.304141998291, + "msecs": 499.8013973236084, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 78.27234268188477, + "relativeCreated": 77.59881019592285, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 784.337043762207, + "msecs": 499.835729598999, "msg": "Buffer size after processing data with insufficient end pattern is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 78.30524444580078, + "relativeCreated": 77.63314247131348, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.2901763916015625e-05 + "time_consumption": 3.4332275390625e-05 }, { "args": [], - "asctime": "2020-02-03 18:42:08,784", - "created": 1580751728.7846212, + "asctime": "2020-02-05 13:48:50,500", + "created": 1580906930.5001187, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -14489,8 +14658,8 @@ "args": [ "b': changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 784.4383716583252, + "msecs": 499.9279975891113, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 78.40657234191895, + "relativeCreated": 77.72541046142578, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -14544,8 +14713,8 @@ 58, 60 ], - "asctime": "2020-02-03 18:42:08,784", - "created": 1580751728.7844741, + "asctime": "2020-02-05 13:48:50,499", + "created": 1580906930.499964, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14555,15 +14724,15 @@ "lineno": 103, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 784.4741344451904, + "msecs": 499.96399879455566, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 78.44233512878418, + "relativeCreated": 77.76141166687012, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -14571,8 +14740,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,784", - "created": 1580751728.784515, + "asctime": "2020-02-05 13:48:50,500", + "created": 1580906930.5000055, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14582,15 +14751,15 @@ "lineno": 114, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 784.5149040222168, + "msecs": 500.00548362731934, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 78.48310470581055, + "relativeCreated": 77.80289649963379, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -14599,8 +14768,8 @@ 58, 60 ], - "asctime": "2020-02-03 18:42:08,784", - "created": 1580751728.7845495, + "asctime": "2020-02-05 13:48:50,500", + "created": 1580906930.5000405, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14610,15 +14779,15 @@ "lineno": 119, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 784.5494747161865, + "msecs": 500.04053115844727, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 78.51767539978027, + "relativeCreated": 77.83794403076172, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -14626,8 +14795,8 @@ "STP:", "(2): 74 65" ], - "asctime": "2020-02-03 18:42:08,784", - "created": 1580751728.7845871, + "asctime": "2020-02-05 13:48:50,500", + "created": 1580906930.5000818, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14637,37 +14806,37 @@ "lineno": 69, "message": "STP: Chunking \"(2): 74 65\" from buffer", "module": "stp", - "msecs": 784.5871448516846, + "msecs": 500.08177757263184, "msg": "%s Chunking \"%s\" from buffer", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 78.55534553527832, + "relativeCreated": 77.87919044494629, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 784.6212387084961, + "msecs": 500.1187324523926, "msg": "Processing data with an insufficient end pattern (start pattern instead of end pattern).", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 78.58943939208984, + "relativeCreated": 77.91614532470703, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.409385681152344e-05 + "time_consumption": 3.695487976074219e-05 }, { "args": [ "[[]]", "" ], - "asctime": "2020-02-03 18:42:08,784", - "created": 1580751728.7847562, + "asctime": "2020-02-05 13:48:50,500", + "created": 1580906930.5002577, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14684,8 +14853,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-03 18:42:08,784", - "created": 1580751728.7846737, + "asctime": "2020-02-05 13:48:50,500", + "created": 1580906930.5001767, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14695,15 +14864,15 @@ "lineno": 22, "message": "Result (Return value list if processing 2nd start of frame): [ [ ] ] ()", "module": "test", - "msecs": 784.6736907958984, + "msecs": 500.17666816711426, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 78.64189147949219, + "relativeCreated": 77.97408103942871, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -14712,8 +14881,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-03 18:42:08,784", - "created": 1580751728.78471, + "asctime": "2020-02-05 13:48:50,500", + "created": 1580906930.500214, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14723,37 +14892,37 @@ "lineno": 26, "message": "Expectation (Return value list if processing 2nd start of frame): result = [ [ ] ] ()", "module": "test", - "msecs": 784.7099304199219, + "msecs": 500.2140998840332, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 78.67813110351562, + "relativeCreated": 78.01151275634766, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 784.7561836242676, + "msecs": 500.2577304840088, "msg": "Return value list if processing 2nd start of frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 78.72438430786133, + "relativeCreated": 78.05514335632324, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 4.6253204345703125e-05 + "time_consumption": 4.363059997558594e-05 }, { "args": [ "3", "" ], - "asctime": "2020-02-03 18:42:08,784", - "created": 1580751728.7848735, + "asctime": "2020-02-05 13:48:50,500", + "created": 1580906930.5003817, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14770,8 +14939,8 @@ "3", "" ], - "asctime": "2020-02-03 18:42:08,784", - "created": 1580751728.784804, + "asctime": "2020-02-05 13:48:50,500", + "created": 1580906930.5003119, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14781,15 +14950,15 @@ "lineno": 22, "message": "Result (State after processing 2nd start of frame): 3 ()", "module": "test", - "msecs": 784.804105758667, + "msecs": 500.31185150146484, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 78.77230644226074, + "relativeCreated": 78.1092643737793, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -14798,8 +14967,8 @@ "3", "" ], - "asctime": "2020-02-03 18:42:08,784", - "created": 1580751728.784837, + "asctime": "2020-02-05 13:48:50,500", + "created": 1580906930.500347, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14809,37 +14978,37 @@ "lineno": 26, "message": "Expectation (State after processing 2nd start of frame): result = 3 ()", "module": "test", - "msecs": 784.837007522583, + "msecs": 500.3468990325928, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 78.80520820617676, + "relativeCreated": 78.14431190490723, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 784.8734855651855, + "msecs": 500.3817081451416, "msg": "State after processing 2nd start of frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 78.8416862487793, + "relativeCreated": 78.17912101745605, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.647804260253906e-05 + "time_consumption": 3.4809112548828125e-05 }, { "args": [ "0", "" ], - "asctime": "2020-02-03 18:42:08,784", - "created": 1580751728.784988, + "asctime": "2020-02-05 13:48:50,500", + "created": 1580906930.5004964, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14856,8 +15025,8 @@ "0", "" ], - "asctime": "2020-02-03 18:42:08,784", - "created": 1580751728.7849221, + "asctime": "2020-02-05 13:48:50,500", + "created": 1580906930.5004284, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14867,15 +15036,15 @@ "lineno": 22, "message": "Result (Buffer size after processing 2nd start of frame): 0 ()", "module": "test", - "msecs": 784.9221229553223, + "msecs": 500.4284381866455, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 78.89032363891602, + "relativeCreated": 78.22585105895996, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -14884,8 +15053,8 @@ "0", "" ], - "asctime": "2020-02-03 18:42:08,784", - "created": 1580751728.7849557, + "asctime": "2020-02-05 13:48:50,500", + "created": 1580906930.5004625, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14895,34 +15064,34 @@ "lineno": 26, "message": "Expectation (Buffer size after processing 2nd start of frame): result = 0 ()", "module": "test", - "msecs": 784.9557399749756, + "msecs": 500.46253204345703, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 78.92394065856934, + "relativeCreated": 78.25994491577148, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 784.9879264831543, + "msecs": 500.49638748168945, "msg": "Buffer size after processing 2nd start of frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 78.95612716674805, + "relativeCreated": 78.2938003540039, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.218650817871094e-05 + "time_consumption": 3.3855438232421875e-05 }, { "args": [], - "asctime": "2020-02-03 18:42:08,785", - "created": 1580751728.7852683, + "asctime": "2020-02-05 13:48:50,500", + "created": 1580906930.50083, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -14937,8 +15106,8 @@ "args": [ "b': changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 785.0799560546875, + "msecs": 500.58889389038086, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 79.04815673828125, + "relativeCreated": 78.38630676269531, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -14992,8 +15161,8 @@ 58, 60 ], - "asctime": "2020-02-03 18:42:08,785", - "created": 1580751728.7851176, + "asctime": "2020-02-05 13:48:50,500", + "created": 1580906930.500625, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15003,15 +15172,15 @@ "lineno": 103, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 785.1176261901855, + "msecs": 500.6248950958252, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 79.0858268737793, + "relativeCreated": 78.42230796813965, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -15019,8 +15188,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,785", - "created": 1580751728.7851586, + "asctime": "2020-02-05 13:48:50,500", + "created": 1580906930.5006714, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15030,15 +15199,15 @@ "lineno": 114, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 785.158634185791, + "msecs": 500.67138671875, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 79.12683486938477, + "relativeCreated": 78.46879959106445, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -15046,8 +15215,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,785", - "created": 1580751728.785194, + "asctime": "2020-02-05 13:48:50,500", + "created": 1580906930.5007315, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15057,15 +15226,15 @@ "lineno": 133, "message": "STP: second data sync (3a) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 785.193920135498, + "msecs": 500.7314682006836, "msg": "%s second data sync (%02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_ESCAPE_1", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 79.1621208190918, + "relativeCreated": 78.52888107299805, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -15073,8 +15242,8 @@ "STP:", "(2): 74 65" ], - "asctime": "2020-02-03 18:42:08,785", - "created": 1580751728.7852337, + "asctime": "2020-02-05 13:48:50,500", + "created": 1580906930.5007942, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15084,37 +15253,37 @@ "lineno": 69, "message": "STP: Chunking \"(2): 74 65\" from buffer", "module": "stp", - "msecs": 785.233736038208, + "msecs": 500.7941722869873, "msg": "%s Chunking \"%s\" from buffer", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 79.20193672180176, + "relativeCreated": 78.59158515930176, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 785.2683067321777, + "msecs": 500.82993507385254, "msg": "Processing data with an insufficient end pattern (two times sync instead of end pattern).", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 79.23650741577148, + "relativeCreated": 78.62734794616699, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.457069396972656e-05 + "time_consumption": 3.5762786865234375e-05 }, { "args": [ "[[]]", "" ], - "asctime": "2020-02-03 18:42:08,785", - "created": 1580751728.785399, + "asctime": "2020-02-05 13:48:50,500", + "created": 1580906930.5009718, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15131,8 +15300,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-03 18:42:08,785", - "created": 1580751728.7853203, + "asctime": "2020-02-05 13:48:50,500", + "created": 1580906930.5008848, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15142,15 +15311,15 @@ "lineno": 22, "message": "Result (Return value list if processing data_sync twice after start of frame): [ [ ] ] ()", "module": "test", - "msecs": 785.3202819824219, + "msecs": 500.8847713470459, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 79.28848266601562, + "relativeCreated": 78.68218421936035, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -15159,8 +15328,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-03 18:42:08,785", - "created": 1580751728.7853568, + "asctime": "2020-02-05 13:48:50,500", + "created": 1580906930.5009232, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15170,37 +15339,37 @@ "lineno": 26, "message": "Expectation (Return value list if processing data_sync twice after start of frame): result = [ [ ] ] ()", "module": "test", - "msecs": 785.3567600250244, + "msecs": 500.92315673828125, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 79.32496070861816, + "relativeCreated": 78.7205696105957, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 785.3989601135254, + "msecs": 500.97179412841797, "msg": "Return value list if processing data_sync twice after start of frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 79.36716079711914, + "relativeCreated": 78.76920700073242, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 4.220008850097656e-05 + "time_consumption": 4.863739013671875e-05 }, { "args": [ "1", "" ], - "asctime": "2020-02-03 18:42:08,785", - "created": 1580751728.7855122, + "asctime": "2020-02-05 13:48:50,501", + "created": 1580906930.501092, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15217,8 +15386,8 @@ "1", "" ], - "asctime": "2020-02-03 18:42:08,785", - "created": 1580751728.785447, + "asctime": "2020-02-05 13:48:50,501", + "created": 1580906930.5010214, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15228,15 +15397,15 @@ "lineno": 22, "message": "Result (State after processing data_sync twice after start of frame): 1 ()", "module": "test", - "msecs": 785.4468822479248, + "msecs": 501.0213851928711, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 79.41508293151855, + "relativeCreated": 78.81879806518555, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -15245,8 +15414,8 @@ "1", "" ], - "asctime": "2020-02-03 18:42:08,785", - "created": 1580751728.7854793, + "asctime": "2020-02-05 13:48:50,501", + "created": 1580906930.5010564, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15256,41 +15425,41 @@ "lineno": 26, "message": "Expectation (State after processing data_sync twice after start of frame): result = 1 ()", "module": "test", - "msecs": 785.4793071746826, + "msecs": 501.056432723999, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 79.44750785827637, + "relativeCreated": 78.85384559631348, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 785.5122089385986, + "msecs": 501.09195709228516, "msg": "State after processing data_sync twice after start of frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 79.48040962219238, + "relativeCreated": 78.88936996459961, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.2901763916015625e-05 + "time_consumption": 3.552436828613281e-05 } ], - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 0.0018355846405029297, - "time_finished": "2020-02-03 18:42:08,785", - "time_start": "2020-02-03 18:42:08,783" + "time_consumption": 0.0019466876983642578, + "time_finished": "2020-02-05 13:48:50,501", + "time_start": "2020-02-05 13:48:50,499" }, "_fp-i0Hu8Eemborg4LxXa3A": { "args": null, - "asctime": "2020-02-03 18:42:08,774", - "created": 1580751728.7743552, + "asctime": "2020-02-05 13:48:50,490", + "created": 1580906930.4900117, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15301,21 +15470,21 @@ "message": "_fp-i0Hu8Eemborg4LxXa3A", "module": "__init__", "moduleLogger": [], - "msecs": 774.3551731109619, + "msecs": 490.01169204711914, "msg": "_fp-i0Hu8Eemborg4LxXa3A", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 68.32337379455566, + "relativeCreated": 67.8091049194336, "stack_info": null, "testcaseLogger": [ { "args": [ "(26): 1f 8b 08 00 34 e0 04 5d 02 ff 63 60 40 01 ff 51 01 00 2d 8a 7d de 1e 00 00 00" ], - "asctime": "2020-02-03 18:42:08,774", - "created": 1580751728.774574, + "asctime": "2020-02-05 13:48:50,490", + "created": 1580906930.4902158, "exc_info": null, "exc_text": null, "filename": "test_gzip.py", @@ -15329,10 +15498,10 @@ { "args": [ 0.8666666666666667, - 8.440017700195312e-05 + 6.103515625e-05 ], - "asctime": "2020-02-03 18:42:08,774", - "created": 1580751728.774503, + "asctime": "2020-02-05 13:48:50,490", + "created": 1580906930.4901302, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15342,37 +15511,37 @@ "lineno": 178, "message": "GZIP: Finished to extract a string (compression_rate=0.867, consumed_time=0.0s).", "module": "__init__", - "msecs": 774.5029926300049, + "msecs": 490.1301860809326, "msg": "GZIP: Finished to extract a string (compression_rate=%.3f, consumed_time=%.1fs).", "name": "STRINGTOOLS", "pathname": "src/stringtools/__init__.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 68.47119331359863, + "relativeCreated": 67.92759895324707, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 774.5740413665771, + "msecs": 490.2157783508301, "msg": "Extracting stream: %s", "name": "__tLogger__", "pathname": "src/tests/test_gzip.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 68.5422420501709, + "relativeCreated": 68.01319122314453, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 7.104873657226562e-05 + "time_consumption": 8.559226989746094e-05 }, { "args": [ "'(30): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff'", "" ], - "asctime": "2020-02-03 18:42:08,774", - "created": 1580751728.7747788, + "asctime": "2020-02-05 13:48:50,490", + "created": 1580906930.4904084, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15389,8 +15558,8 @@ "'(30): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff'", "" ], - "asctime": "2020-02-03 18:42:08,774", - "created": 1580751728.7746954, + "asctime": "2020-02-05 13:48:50,490", + "created": 1580906930.490325, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15400,15 +15569,15 @@ "lineno": 22, "message": "Result (Extracted data): '(30): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff' ()", "module": "test", - "msecs": 774.6953964233398, + "msecs": 490.3249740600586, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 68.6635971069336, + "relativeCreated": 68.12238693237305, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -15417,8 +15586,8 @@ "'(30): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff'", "" ], - "asctime": "2020-02-03 18:42:08,774", - "created": 1580751728.7747397, + "asctime": "2020-02-05 13:48:50,490", + "created": 1580906930.4903684, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15428,41 +15597,41 @@ "lineno": 26, "message": "Expectation (Extracted data): result = '(30): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff' ()", "module": "test", - "msecs": 774.7397422790527, + "msecs": 490.3683662414551, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 68.70794296264648, + "relativeCreated": 68.16577911376953, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 774.7788429260254, + "msecs": 490.40842056274414, "msg": "Extracted data is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 68.74704360961914, + "relativeCreated": 68.2058334350586, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.910064697265625e-05 + "time_consumption": 4.00543212890625e-05 } ], - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 0.00042366981506347656, - "time_finished": "2020-02-03 18:42:08,774", - "time_start": "2020-02-03 18:42:08,774" + "time_consumption": 0.000396728515625, + "time_finished": "2020-02-05 13:48:50,490", + "time_start": "2020-02-05 13:48:50,490" }, "_hpUmwEaTEeq5fPlXIeQCXQ": { "args": null, - "asctime": "2020-02-03 18:42:08,770", - "created": 1580751728.7700944, + "asctime": "2020-02-05 13:48:50,485", + "created": 1580906930.4858553, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15473,13 +15642,13 @@ "message": "_hpUmwEaTEeq5fPlXIeQCXQ", "module": "__init__", "moduleLogger": [], - "msecs": 770.0943946838379, + "msecs": 485.8553409576416, "msg": "_hpUmwEaTEeq5fPlXIeQCXQ", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 64.06259536743164, + "relativeCreated": 63.652753829956055, "stack_info": null, "testcaseLogger": [ { @@ -15487,8 +15656,8 @@ "'00:59'", "" ], - "asctime": "2020-02-03 18:42:08,770", - "created": 1580751728.7702694, + "asctime": "2020-02-05 13:48:50,485", + "created": 1580906930.4859965, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15505,8 +15674,8 @@ "'00:59'", "" ], - "asctime": "2020-02-03 18:42:08,770", - "created": 1580751728.770185, + "asctime": "2020-02-05 13:48:50,485", + "created": 1580906930.4859233, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15516,15 +15685,15 @@ "lineno": 22, "message": "Result (Time representation for 59): '00:59' ()", "module": "test", - "msecs": 770.1849937438965, + "msecs": 485.92329025268555, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 64.15319442749023, + "relativeCreated": 63.720703125, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -15533,8 +15702,8 @@ "'00:59'", "" ], - "asctime": "2020-02-03 18:42:08,770", - "created": 1580751728.7702346, + "asctime": "2020-02-05 13:48:50,485", + "created": 1580906930.4859605, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15544,37 +15713,37 @@ "lineno": 26, "message": "Expectation (Time representation for 59): result = '00:59' ()", "module": "test", - "msecs": 770.2345848083496, + "msecs": 485.9604835510254, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 64.20278549194336, + "relativeCreated": 63.757896423339844, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 770.2693939208984, + "msecs": 485.9964847564697, "msg": "Time representation for 59 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 64.23759460449219, + "relativeCreated": 63.79389762878418, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.4809112548828125e-05 + "time_consumption": 3.600120544433594e-05 }, { "args": [ "'01:00'", "" ], - "asctime": "2020-02-03 18:42:08,770", - "created": 1580751728.7703936, + "asctime": "2020-02-05 13:48:50,486", + "created": 1580906930.486122, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15591,8 +15760,8 @@ "'01:00'", "" ], - "asctime": "2020-02-03 18:42:08,770", - "created": 1580751728.7703235, + "asctime": "2020-02-05 13:48:50,486", + "created": 1580906930.4860516, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15602,15 +15771,15 @@ "lineno": 22, "message": "Result (Time representation for 60): '01:00' ()", "module": "test", - "msecs": 770.3235149383545, + "msecs": 486.0515594482422, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 64.29171562194824, + "relativeCreated": 63.84897232055664, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -15619,8 +15788,8 @@ "'01:00'", "" ], - "asctime": "2020-02-03 18:42:08,770", - "created": 1580751728.7703576, + "asctime": "2020-02-05 13:48:50,486", + "created": 1580906930.4860868, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15630,37 +15799,37 @@ "lineno": 26, "message": "Expectation (Time representation for 60): result = '01:00' ()", "module": "test", - "msecs": 770.357608795166, + "msecs": 486.0868453979492, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 64.32580947875977, + "relativeCreated": 63.88425827026367, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 770.3936100006104, + "msecs": 486.12189292907715, "msg": "Time representation for 60 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 64.3618106842041, + "relativeCreated": 63.9193058013916, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.600120544433594e-05 + "time_consumption": 3.504753112792969e-05 }, { "args": [ "'59:59'", "" ], - "asctime": "2020-02-03 18:42:08,770", - "created": 1580751728.770514, + "asctime": "2020-02-05 13:48:50,486", + "created": 1580906930.4862516, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15677,8 +15846,8 @@ "'59:59'", "" ], - "asctime": "2020-02-03 18:42:08,770", - "created": 1580751728.7704463, + "asctime": "2020-02-05 13:48:50,486", + "created": 1580906930.4861784, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15688,15 +15857,15 @@ "lineno": 22, "message": "Result (Time representation for 3599): '59:59' ()", "module": "test", - "msecs": 770.4463005065918, + "msecs": 486.1783981323242, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 64.41450119018555, + "relativeCreated": 63.97581100463867, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -15705,8 +15874,8 @@ "'59:59'", "" ], - "asctime": "2020-02-03 18:42:08,770", - "created": 1580751728.7704804, + "asctime": "2020-02-05 13:48:50,486", + "created": 1580906930.4862132, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15716,37 +15885,37 @@ "lineno": 26, "message": "Expectation (Time representation for 3599): result = '59:59' ()", "module": "test", - "msecs": 770.4803943634033, + "msecs": 486.21320724487305, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 64.44859504699707, + "relativeCreated": 64.0106201171875, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 770.5140113830566, + "msecs": 486.2515926361084, "msg": "Time representation for 3599 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 64.48221206665039, + "relativeCreated": 64.04900550842285, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.361701965332031e-05 + "time_consumption": 3.838539123535156e-05 }, { "args": [ "'01:00:00'", "" ], - "asctime": "2020-02-03 18:42:08,770", - "created": 1580751728.7706325, + "asctime": "2020-02-05 13:48:50,486", + "created": 1580906930.4863744, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15763,8 +15932,8 @@ "'01:00:00'", "" ], - "asctime": "2020-02-03 18:42:08,770", - "created": 1580751728.7705662, + "asctime": "2020-02-05 13:48:50,486", + "created": 1580906930.486305, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15774,15 +15943,15 @@ "lineno": 22, "message": "Result (Time representation for 3600): '01:00:00' ()", "module": "test", - "msecs": 770.5662250518799, + "msecs": 486.30499839782715, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 64.53442573547363, + "relativeCreated": 64.1024112701416, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -15791,8 +15960,8 @@ "'01:00:00'", "" ], - "asctime": "2020-02-03 18:42:08,770", - "created": 1580751728.7705994, + "asctime": "2020-02-05 13:48:50,486", + "created": 1580906930.4863398, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15802,37 +15971,37 @@ "lineno": 26, "message": "Expectation (Time representation for 3600): result = '01:00:00' ()", "module": "test", - "msecs": 770.599365234375, + "msecs": 486.339807510376, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 64.56756591796875, + "relativeCreated": 64.13722038269043, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 770.6325054168701, + "msecs": 486.3743782043457, "msg": "Time representation for 3600 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 64.60070610046387, + "relativeCreated": 64.17179107666016, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.314018249511719e-05 + "time_consumption": 3.457069396972656e-05 }, { "args": [ "'23:59:59'", "" ], - "asctime": "2020-02-03 18:42:08,770", - "created": 1580751728.7707515, + "asctime": "2020-02-05 13:48:50,486", + "created": 1580906930.4865308, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15849,8 +16018,8 @@ "'23:59:59'", "" ], - "asctime": "2020-02-03 18:42:08,770", - "created": 1580751728.7706833, + "asctime": "2020-02-05 13:48:50,486", + "created": 1580906930.4864297, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15860,15 +16029,15 @@ "lineno": 22, "message": "Result (Time representation for 86399): '23:59:59' ()", "module": "test", - "msecs": 770.6832885742188, + "msecs": 486.42969131469727, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 64.6514892578125, + "relativeCreated": 64.22710418701172, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -15877,8 +16046,8 @@ "'23:59:59'", "" ], - "asctime": "2020-02-03 18:42:08,770", - "created": 1580751728.7707162, + "asctime": "2020-02-05 13:48:50,486", + "created": 1580906930.486474, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15888,37 +16057,37 @@ "lineno": 26, "message": "Expectation (Time representation for 86399): result = '23:59:59' ()", "module": "test", - "msecs": 770.7161903381348, + "msecs": 486.47403717041016, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 64.68439102172852, + "relativeCreated": 64.27145004272461, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 770.7514762878418, + "msecs": 486.5307807922363, "msg": "Time representation for 86399 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 64.71967697143555, + "relativeCreated": 64.32819366455078, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.528594970703125e-05 + "time_consumption": 5.6743621826171875e-05 }, { "args": [ "'1D'", "" ], - "asctime": "2020-02-03 18:42:08,770", - "created": 1580751728.770875, + "asctime": "2020-02-05 13:48:50,486", + "created": 1580906930.4866827, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15935,8 +16104,8 @@ "'1D'", "" ], - "asctime": "2020-02-03 18:42:08,770", - "created": 1580751728.7708077, + "asctime": "2020-02-05 13:48:50,486", + "created": 1580906930.4866054, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15946,15 +16115,15 @@ "lineno": 22, "message": "Result (Time representation for 86400): '1D' ()", "module": "test", - "msecs": 770.8077430725098, + "msecs": 486.6054058074951, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 64.77594375610352, + "relativeCreated": 64.40281867980957, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -15963,8 +16132,8 @@ "'1D'", "" ], - "asctime": "2020-02-03 18:42:08,770", - "created": 1580751728.7708416, + "asctime": "2020-02-05 13:48:50,486", + "created": 1580906930.4866471, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15974,37 +16143,37 @@ "lineno": 26, "message": "Expectation (Time representation for 86400): result = '1D' ()", "module": "test", - "msecs": 770.8415985107422, + "msecs": 486.6471290588379, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 64.80979919433594, + "relativeCreated": 64.44454193115234, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 770.8749771118164, + "msecs": 486.682653427124, "msg": "Time representation for 86400 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 64.84317779541016, + "relativeCreated": 64.48006629943848, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.337860107421875e-05 + "time_consumption": 3.552436828613281e-05 }, { "args": [ "'1D 00:59'", "" ], - "asctime": "2020-02-03 18:42:08,770", - "created": 1580751728.7709997, + "asctime": "2020-02-05 13:48:50,486", + "created": 1580906930.4868083, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16021,8 +16190,8 @@ "'1D 00:59'", "" ], - "asctime": "2020-02-03 18:42:08,770", - "created": 1580751728.770933, + "asctime": "2020-02-05 13:48:50,486", + "created": 1580906930.4867384, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16032,15 +16201,15 @@ "lineno": 22, "message": "Result (Time representation for 86459): '1D 00:59' ()", "module": "test", - "msecs": 770.9329128265381, + "msecs": 486.7384433746338, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 64.90111351013184, + "relativeCreated": 64.53585624694824, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -16049,8 +16218,8 @@ "'1D 00:59'", "" ], - "asctime": "2020-02-03 18:42:08,770", - "created": 1580751728.7709665, + "asctime": "2020-02-05 13:48:50,486", + "created": 1580906930.4867735, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16060,37 +16229,37 @@ "lineno": 26, "message": "Expectation (Time representation for 86459): result = '1D 00:59' ()", "module": "test", - "msecs": 770.9665298461914, + "msecs": 486.7734909057617, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 64.93473052978516, + "relativeCreated": 64.57090377807617, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 770.9996700286865, + "msecs": 486.80830001831055, "msg": "Time representation for 86459 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 64.96787071228027, + "relativeCreated": 64.605712890625, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.314018249511719e-05 + "time_consumption": 3.4809112548828125e-05 }, { "args": [ "'1D 01:00:00'", "" ], - "asctime": "2020-02-03 18:42:08,771", - "created": 1580751728.7711222, + "asctime": "2020-02-05 13:48:50,486", + "created": 1580906930.4869325, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16107,8 +16276,8 @@ "'1D 01:00:00'", "" ], - "asctime": "2020-02-03 18:42:08,771", - "created": 1580751728.7710552, + "asctime": "2020-02-05 13:48:50,486", + "created": 1580906930.4868627, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16118,15 +16287,15 @@ "lineno": 22, "message": "Result (Time representation for 90000): '1D 01:00:00' ()", "module": "test", - "msecs": 771.0552215576172, + "msecs": 486.8626594543457, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 65.02342224121094, + "relativeCreated": 64.66007232666016, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -16135,8 +16304,8 @@ "'1D 01:00:00'", "" ], - "asctime": "2020-02-03 18:42:08,771", - "created": 1580751728.7710893, + "asctime": "2020-02-05 13:48:50,486", + "created": 1580906930.4868977, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16146,41 +16315,41 @@ "lineno": 26, "message": "Expectation (Time representation for 90000): result = '1D 01:00:00' ()", "module": "test", - "msecs": 771.0893154144287, + "msecs": 486.89770698547363, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 65.05751609802246, + "relativeCreated": 64.69511985778809, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 771.1222171783447, + "msecs": 486.93251609802246, "msg": "Time representation for 90000 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 65.09041786193848, + "relativeCreated": 64.72992897033691, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.2901763916015625e-05 + "time_consumption": 3.4809112548828125e-05 } ], - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 0.001027822494506836, - "time_finished": "2020-02-03 18:42:08,771", - "time_start": "2020-02-03 18:42:08,770" + "time_consumption": 0.0010771751403808594, + "time_finished": "2020-02-05 13:48:50,486", + "time_start": "2020-02-05 13:48:50,485" }, "_iXxBIEaTEeq5fPlXIeQCXQ": { "args": null, - "asctime": "2020-02-03 18:42:08,771", - "created": 1580751728.7712178, + "asctime": "2020-02-05 13:48:50,487", + "created": 1580906930.4870253, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16191,13 +16360,13 @@ "message": "_iXxBIEaTEeq5fPlXIeQCXQ", "module": "__init__", "moduleLogger": [], - "msecs": 771.2178230285645, + "msecs": 487.02526092529297, "msg": "_iXxBIEaTEeq5fPlXIeQCXQ", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 65.1860237121582, + "relativeCreated": 64.82267379760742, "stack_info": null, "testcaseLogger": [ { @@ -16205,8 +16374,8 @@ "'87/5'", "" ], - "asctime": "2020-02-03 18:42:08,771", - "created": 1580751728.771504, + "asctime": "2020-02-05 13:48:50,487", + "created": 1580906930.487293, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16223,8 +16392,8 @@ "'87/5'", "" ], - "asctime": "2020-02-03 18:42:08,771", - "created": 1580751728.7714124, + "asctime": "2020-02-05 13:48:50,487", + "created": 1580906930.4872093, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16234,15 +16403,15 @@ "lineno": 22, "message": "Result (Fraction representation for 17.4): '87/5' ()", "module": "test", - "msecs": 771.4123725891113, + "msecs": 487.2093200683594, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 65.38057327270508, + "relativeCreated": 65.00673294067383, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -16251,8 +16420,8 @@ "'87/5'", "" ], - "asctime": "2020-02-03 18:42:08,771", - "created": 1580751728.7714605, + "asctime": "2020-02-05 13:48:50,487", + "created": 1580906930.4872532, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16262,37 +16431,37 @@ "lineno": 26, "message": "Expectation (Fraction representation for 17.4): result = '87/5' ()", "module": "test", - "msecs": 771.4605331420898, + "msecs": 487.25318908691406, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 65.4287338256836, + "relativeCreated": 65.05060195922852, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 771.5039253234863, + "msecs": 487.293004989624, "msg": "Fraction representation for 17.4 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 65.47212600708008, + "relativeCreated": 65.09041786193848, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 4.3392181396484375e-05 + "time_consumption": 3.981590270996094e-05 }, { "args": [ "'1/4'", "" ], - "asctime": "2020-02-03 18:42:08,771", - "created": 1580751728.7716682, + "asctime": "2020-02-05 13:48:50,487", + "created": 1580906930.4874456, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16309,8 +16478,8 @@ "'1/4'", "" ], - "asctime": "2020-02-03 18:42:08,771", - "created": 1580751728.7715845, + "asctime": "2020-02-05 13:48:50,487", + "created": 1580906930.4873643, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16320,15 +16489,15 @@ "lineno": 22, "message": "Result (Fraction representation for 0.25): '1/4' ()", "module": "test", - "msecs": 771.5845108032227, + "msecs": 487.3642921447754, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 65.5527114868164, + "relativeCreated": 65.16170501708984, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -16337,8 +16506,8 @@ "'1/4'", "" ], - "asctime": "2020-02-03 18:42:08,771", - "created": 1580751728.77163, + "asctime": "2020-02-05 13:48:50,487", + "created": 1580906930.487406, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16348,37 +16517,37 @@ "lineno": 26, "message": "Expectation (Fraction representation for 0.25): result = '1/4' ()", "module": "test", - "msecs": 771.630048751831, + "msecs": 487.40601539611816, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 65.5982494354248, + "relativeCreated": 65.20342826843262, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 771.6681957244873, + "msecs": 487.445592880249, "msg": "Fraction representation for 0.25 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 65.63639640808105, + "relativeCreated": 65.24300575256348, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.814697265625e-05 + "time_consumption": 3.9577484130859375e-05 }, { "args": [ "'1/10'", "" ], - "asctime": "2020-02-03 18:42:08,771", - "created": 1580751728.7718456, + "asctime": "2020-02-05 13:48:50,487", + "created": 1580906930.4876175, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16395,8 +16564,8 @@ "'1/10'", "" ], - "asctime": "2020-02-03 18:42:08,771", - "created": 1580751728.7717695, + "asctime": "2020-02-05 13:48:50,487", + "created": 1580906930.4875426, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16406,15 +16575,15 @@ "lineno": 22, "message": "Result (Fraction representation for 0.1): '1/10' ()", "module": "test", - "msecs": 771.7695236206055, + "msecs": 487.54262924194336, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 65.73772430419922, + "relativeCreated": 65.34004211425781, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -16423,8 +16592,8 @@ "'1/10'", "" ], - "asctime": "2020-02-03 18:42:08,771", - "created": 1580751728.7718096, + "asctime": "2020-02-05 13:48:50,487", + "created": 1580906930.4875815, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16434,27 +16603,27 @@ "lineno": 26, "message": "Expectation (Fraction representation for 0.1): result = '1/10' ()", "module": "test", - "msecs": 771.8095779418945, + "msecs": 487.5814914703369, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 65.77777862548828, + "relativeCreated": 65.37890434265137, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 771.8455791473389, + "msecs": 487.61749267578125, "msg": "Fraction representation for 0.1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 65.81377983093262, + "relativeCreated": 65.4149055480957, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", "time_consumption": 3.600120544433594e-05 }, @@ -16463,8 +16632,8 @@ "'1/60'", "" ], - "asctime": "2020-02-03 18:42:08,772", - "created": 1580751728.772016, + "asctime": "2020-02-05 13:48:50,487", + "created": 1580906930.4877892, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16481,8 +16650,8 @@ "'1/60'", "" ], - "asctime": "2020-02-03 18:42:08,771", - "created": 1580751728.7719417, + "asctime": "2020-02-05 13:48:50,487", + "created": 1580906930.4877117, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16492,15 +16661,15 @@ "lineno": 22, "message": "Result (Fraction representation for 0.01666667): '1/60' ()", "module": "test", - "msecs": 771.9416618347168, + "msecs": 487.71166801452637, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 65.90986251831055, + "relativeCreated": 65.50908088684082, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -16509,8 +16678,8 @@ "'1/60'", "" ], - "asctime": "2020-02-03 18:42:08,771", - "created": 1580751728.7719803, + "asctime": "2020-02-05 13:48:50,487", + "created": 1580906930.48775, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16520,41 +16689,41 @@ "lineno": 26, "message": "Expectation (Fraction representation for 0.01666667): result = '1/60' ()", "module": "test", - "msecs": 771.9802856445312, + "msecs": 487.7500534057617, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 65.948486328125, + "relativeCreated": 65.54746627807617, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 772.0160484313965, + "msecs": 487.7891540527344, "msg": "Fraction representation for 0.01666667 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 65.98424911499023, + "relativeCreated": 65.58656692504883, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.5762786865234375e-05 + "time_consumption": 3.910064697265625e-05 } ], - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 0.0007982254028320312, - "time_finished": "2020-02-03 18:42:08,772", - "time_start": "2020-02-03 18:42:08,771" + "time_consumption": 0.0007638931274414062, + "time_finished": "2020-02-05 13:48:50,487", + "time_start": "2020-02-05 13:48:50,487" }, "_n3BdUCcREeqsHsnJQYCN8Q": { "args": null, - "asctime": "2020-02-03 18:42:08,782", - "created": 1580751728.7827518, + "asctime": "2020-02-05 13:48:50,498", + "created": 1580906930.498189, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16565,19 +16734,19 @@ "message": "_n3BdUCcREeqsHsnJQYCN8Q", "module": "__init__", "moduleLogger": [], - "msecs": 782.7517986297607, + "msecs": 498.18897247314453, "msg": "_n3BdUCcREeqsHsnJQYCN8Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 76.71999931335449, + "relativeCreated": 75.98638534545898, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-02-03 18:42:08,782", - "created": 1580751728.7829242, + "asctime": "2020-02-05 13:48:50,498", + "created": 1580906930.4983766, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -16592,8 +16761,8 @@ "args": [ "b':1'" ], - "asctime": "2020-02-03 18:42:08,782", - "created": 1580751728.782809, + "asctime": "2020-02-05 13:48:50,498", + "created": 1580906930.4982474, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -16603,15 +16772,15 @@ "lineno": 100, "message": "Sending b':1' to stp.", "module": "test_stp", - "msecs": 782.8090190887451, + "msecs": 498.2473850250244, "msg": "Sending %s to stp.", "name": "__unittest__", "pathname": "src/tests/test_stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 76.77721977233887, + "relativeCreated": 76.04479789733887, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -16619,8 +16788,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,782", - "created": 1580751728.7828543, + "asctime": "2020-02-05 13:48:50,498", + "created": 1580906930.4982922, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16630,15 +16799,15 @@ "lineno": 98, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 782.8543186187744, + "msecs": 498.2922077178955, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 76.82251930236816, + "relativeCreated": 76.08962059020996, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -16647,8 +16816,8 @@ 58, 49 ], - "asctime": "2020-02-03 18:42:08,782", - "created": 1580751728.782891, + "asctime": "2020-02-05 13:48:50,498", + "created": 1580906930.4983416, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16658,37 +16827,37 @@ "lineno": 108, "message": "STP: no start pattern (3a 31) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_IDLE", "module": "stp", - "msecs": 782.891035079956, + "msecs": 498.34156036376953, "msg": "%s no start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_IDLE", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 76.8592357635498, + "relativeCreated": 76.13897323608398, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 782.9241752624512, + "msecs": 498.37660789489746, "msg": "Processing data with an insufficient start pattern.", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 76.89237594604492, + "relativeCreated": 76.17402076721191, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.314018249511719e-05 + "time_consumption": 3.504753112792969e-05 }, { "args": [ "[[]]", "" ], - "asctime": "2020-02-03 18:42:08,783", - "created": 1580751728.7830663, + "asctime": "2020-02-05 13:48:50,498", + "created": 1580906930.4985147, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16705,8 +16874,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-03 18:42:08,782", - "created": 1580751728.782981, + "asctime": "2020-02-05 13:48:50,498", + "created": 1580906930.4984312, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16716,15 +16885,15 @@ "lineno": 22, "message": "Result (Return value list if processing incorrect start of frame): [ [ ] ] ()", "module": "test", - "msecs": 782.9809188842773, + "msecs": 498.4312057495117, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 76.9491195678711, + "relativeCreated": 76.22861862182617, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -16733,8 +16902,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-03 18:42:08,783", - "created": 1580751728.7830207, + "asctime": "2020-02-05 13:48:50,498", + "created": 1580906930.4984689, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16744,37 +16913,37 @@ "lineno": 26, "message": "Expectation (Return value list if processing incorrect start of frame): result = [ [ ] ] ()", "module": "test", - "msecs": 783.0207347869873, + "msecs": 498.46887588500977, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 76.98893547058105, + "relativeCreated": 76.26628875732422, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 783.0662727355957, + "msecs": 498.51465225219727, "msg": "Return value list if processing incorrect start of frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 77.03447341918945, + "relativeCreated": 76.31206512451172, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 4.553794860839844e-05 + "time_consumption": 4.57763671875e-05 }, { "args": [ "0", "" ], - "asctime": "2020-02-03 18:42:08,783", - "created": 1580751728.7831826, + "asctime": "2020-02-05 13:48:50,498", + "created": 1580906930.4986334, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16791,8 +16960,8 @@ "0", "" ], - "asctime": "2020-02-03 18:42:08,783", - "created": 1580751728.7831156, + "asctime": "2020-02-05 13:48:50,498", + "created": 1580906930.4985647, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16802,15 +16971,15 @@ "lineno": 22, "message": "Result (State after processing incorrect start of frame): 0 ()", "module": "test", - "msecs": 783.1156253814697, + "msecs": 498.5647201538086, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 77.08382606506348, + "relativeCreated": 76.36213302612305, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -16819,8 +16988,8 @@ "0", "" ], - "asctime": "2020-02-03 18:42:08,783", - "created": 1580751728.7831492, + "asctime": "2020-02-05 13:48:50,498", + "created": 1580906930.4985988, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16830,34 +16999,34 @@ "lineno": 26, "message": "Expectation (State after processing incorrect start of frame): result = 0 ()", "module": "test", - "msecs": 783.149242401123, + "msecs": 498.5988140106201, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 77.1174430847168, + "relativeCreated": 76.39622688293457, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 783.1826210021973, + "msecs": 498.63338470458984, "msg": "State after processing incorrect start of frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 77.15082168579102, + "relativeCreated": 76.4307975769043, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.337860107421875e-05 + "time_consumption": 3.457069396972656e-05 }, { "args": [], - "asctime": "2020-02-03 18:42:08,783", - "created": 1580751728.7833428, + "asctime": "2020-02-05 13:48:50,498", + "created": 1580906930.498791, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -16872,8 +17041,8 @@ "args": [ "b'::'" ], - "asctime": "2020-02-03 18:42:08,783", - "created": 1580751728.7832322, + "asctime": "2020-02-05 13:48:50,498", + "created": 1580906930.4986787, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -16883,15 +17052,15 @@ "lineno": 110, "message": "Sending b'::' to stp.", "module": "test_stp", - "msecs": 783.2322120666504, + "msecs": 498.67868423461914, "msg": "Sending %s to stp.", "name": "__unittest__", "pathname": "src/tests/test_stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 77.20041275024414, + "relativeCreated": 76.4760971069336, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -16899,8 +17068,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,783", - "created": 1580751728.7832754, + "asctime": "2020-02-05 13:48:50,498", + "created": 1580906930.4987216, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16910,15 +17079,15 @@ "lineno": 98, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 783.2753658294678, + "msecs": 498.7215995788574, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 77.24356651306152, + "relativeCreated": 76.51901245117188, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -16926,8 +17095,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,783", - "created": 1580751728.7833104, + "asctime": "2020-02-05 13:48:50,498", + "created": 1580906930.4987578, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16937,37 +17106,37 @@ "lineno": 110, "message": "STP: 2nd data sync (3a) received => keep state", "module": "stp", - "msecs": 783.3104133605957, + "msecs": 498.75783920288086, "msg": "%s 2nd data sync (%02x) received => keep state", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 77.27861404418945, + "relativeCreated": 76.55525207519531, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 783.3428382873535, + "msecs": 498.790979385376, "msg": "Processing data with an insufficient start pattern (two times sync).", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 77.31103897094727, + "relativeCreated": 76.58839225769043, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.24249267578125e-05 + "time_consumption": 3.314018249511719e-05 }, { "args": [ "[[]]", "" ], - "asctime": "2020-02-03 18:42:08,783", - "created": 1580751728.7834737, + "asctime": "2020-02-05 13:48:50,498", + "created": 1580906930.4989233, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16984,8 +17153,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-03 18:42:08,783", - "created": 1580751728.7833924, + "asctime": "2020-02-05 13:48:50,498", + "created": 1580906930.4988427, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16995,15 +17164,15 @@ "lineno": 22, "message": "Result (Return value list if processing data_sync twice): [ [ ] ] ()", "module": "test", - "msecs": 783.3924293518066, + "msecs": 498.842716217041, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 77.36063003540039, + "relativeCreated": 76.64012908935547, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -17012,8 +17181,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-03 18:42:08,783", - "created": 1580751728.7834282, + "asctime": "2020-02-05 13:48:50,498", + "created": 1580906930.4988794, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17023,37 +17192,37 @@ "lineno": 26, "message": "Expectation (Return value list if processing data_sync twice): result = [ [ ] ] ()", "module": "test", - "msecs": 783.4281921386719, + "msecs": 498.87943267822266, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 77.39639282226562, + "relativeCreated": 76.67684555053711, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 783.4737300872803, + "msecs": 498.92330169677734, "msg": "Return value list if processing data_sync twice is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 77.44193077087402, + "relativeCreated": 76.7207145690918, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 4.553794860839844e-05 + "time_consumption": 4.38690185546875e-05 }, { "args": [ "1", "" ], - "asctime": "2020-02-03 18:42:08,783", - "created": 1580751728.783588, + "asctime": "2020-02-05 13:48:50,499", + "created": 1580906930.499041, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17070,8 +17239,8 @@ "1", "" ], - "asctime": "2020-02-03 18:42:08,783", - "created": 1580751728.7835217, + "asctime": "2020-02-05 13:48:50,498", + "created": 1580906930.4989724, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17081,15 +17250,15 @@ "lineno": 22, "message": "Result (State after processing data_sync twice): 1 ()", "module": "test", - "msecs": 783.5216522216797, + "msecs": 498.97241592407227, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 77.48985290527344, + "relativeCreated": 76.76982879638672, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -17098,8 +17267,8 @@ "1", "" ], - "asctime": "2020-02-03 18:42:08,783", - "created": 1580751728.7835543, + "asctime": "2020-02-05 13:48:50,499", + "created": 1580906930.4990065, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17109,41 +17278,41 @@ "lineno": 26, "message": "Expectation (State after processing data_sync twice): result = 1 ()", "module": "test", - "msecs": 783.5543155670166, + "msecs": 499.0065097808838, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 77.52251625061035, + "relativeCreated": 76.80392265319824, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 783.5879325866699, + "msecs": 499.0410804748535, "msg": "State after processing data_sync twice is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 77.55613327026367, + "relativeCreated": 76.83849334716797, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.361701965332031e-05 + "time_consumption": 3.457069396972656e-05 } ], - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 0.0008361339569091797, - "time_finished": "2020-02-03 18:42:08,783", - "time_start": "2020-02-03 18:42:08,782" + "time_consumption": 0.0008521080017089844, + "time_finished": "2020-02-05 13:48:50,499", + "time_start": "2020-02-05 13:48:50,498" }, "_pavPUHsZEemK6PYOxF9rHw": { "args": null, - "asctime": "2020-02-03 18:42:08,772", - "created": 1580751728.7727165, + "asctime": "2020-02-05 13:48:50,488", + "created": 1580906930.48848, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17154,21 +17323,21 @@ "message": "_pavPUHsZEemK6PYOxF9rHw", "module": "__init__", "moduleLogger": [], - "msecs": 772.7165222167969, + "msecs": 488.4800910949707, "msg": "_pavPUHsZEemK6PYOxF9rHw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 66.68472290039062, + "relativeCreated": 66.27750396728516, "stack_info": null, "testcaseLogger": [ { "args": [ 4 ], - "asctime": "2020-02-03 18:42:08,772", - "created": 1580751728.7727704, + "asctime": "2020-02-05 13:48:50,488", + "created": 1580906930.4885345, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -17179,15 +17348,15 @@ "message": "Checking test pattern with length 4.", "module": "test_hexlify", "moduleLogger": [], - "msecs": 772.7704048156738, + "msecs": 488.53445053100586, "msg": "Checking test pattern with length %d.", "name": "__tLogger__", "pathname": "src/tests/test_hexlify.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 66.73860549926758, + "relativeCreated": 66.33186340332031, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -17197,8 +17366,8 @@ "(4): de ad be ef", 0 ], - "asctime": "2020-02-03 18:42:08,772", - "created": 1580751728.772949, + "asctime": "2020-02-05 13:48:50,488", + "created": 1580906930.4887323, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -17209,29 +17378,29 @@ "message": "\"(4)\" is in \"(4): de ad be ef\" at position 0", "module": "test_hexlify", "moduleLogger": [], - "msecs": 772.9489803314209, + "msecs": 488.73233795166016, "msg": "\"%s\" is in \"%s\" at position %d", "name": "__tLogger__", "pathname": "src/tests/test_hexlify.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 66.91718101501465, + "relativeCreated": 66.52975082397461, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", "time_consumption": 0.0 } ], - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 0.00023245811462402344, - "time_finished": "2020-02-03 18:42:08,772", - "time_start": "2020-02-03 18:42:08,772" + "time_consumption": 0.0002522468566894531, + "time_finished": "2020-02-05 13:48:50,488", + "time_start": "2020-02-05 13:48:50,488" }, "_rhV88Hu9Eemborg4LxXa3A": { "args": null, - "asctime": "2020-02-03 18:42:08,773", - "created": 1580751728.773058, + "asctime": "2020-02-05 13:48:50,488", + "created": 1580906930.4888318, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17242,21 +17411,21 @@ "message": "_rhV88Hu9Eemborg4LxXa3A", "module": "__init__", "moduleLogger": [], - "msecs": 773.0579376220703, + "msecs": 488.8317584991455, "msg": "_rhV88Hu9Eemborg4LxXa3A", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 67.02613830566406, + "relativeCreated": 66.62917137145996, "stack_info": null, "testcaseLogger": [ { "args": [ 4 ], - "asctime": "2020-02-03 18:42:08,773", - "created": 1580751728.7731123, + "asctime": "2020-02-05 13:48:50,488", + "created": 1580906930.4888868, "exc_info": null, "exc_text": null, "filename": "test_linefeed_filter.py", @@ -17267,15 +17436,15 @@ "message": "Checking test pattern with length 4.", "module": "test_linefeed_filter", "moduleLogger": [], - "msecs": 773.1122970581055, + "msecs": 488.88683319091797, "msg": "Checking test pattern with length %d.", "name": "__tLogger__", "pathname": "src/tests/test_linefeed_filter.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 67.08049774169922, + "relativeCreated": 66.68424606323242, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -17284,8 +17453,8 @@ "b'test\\\\r\\\\n123\\\\r\\\\n'", "" ], - "asctime": "2020-02-03 18:42:08,773", - "created": 1580751728.7732508, + "asctime": "2020-02-05 13:48:50,489", + "created": 1580906930.4890294, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17302,8 +17471,8 @@ "b'test\\\\r\\\\n123\\\\r\\\\n'", "" ], - "asctime": "2020-02-03 18:42:08,773", - "created": 1580751728.773174, + "asctime": "2020-02-05 13:48:50,488", + "created": 1580906930.4889488, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17313,15 +17482,15 @@ "lineno": 22, "message": "Result (Returnvalue of linefeed_filter): b'test\\\\r\\\\n123\\\\r\\\\n' ()", "module": "test", - "msecs": 773.1740474700928, + "msecs": 488.9488220214844, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 67.14224815368652, + "relativeCreated": 66.74623489379883, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -17330,8 +17499,8 @@ "b'test\\\\r\\\\n123\\\\r\\\\n'", "" ], - "asctime": "2020-02-03 18:42:08,773", - "created": 1580751728.773214, + "asctime": "2020-02-05 13:48:50,488", + "created": 1580906930.4889917, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17341,41 +17510,41 @@ "lineno": 26, "message": "Expectation (Returnvalue of linefeed_filter): result = b'test\\\\r\\\\n123\\\\r\\\\n' ()", "module": "test", - "msecs": 773.2141017913818, + "msecs": 488.99173736572266, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 67.18230247497559, + "relativeCreated": 66.78915023803711, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 773.2508182525635, + "msecs": 489.0294075012207, "msg": "Returnvalue of linefeed_filter is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 67.21901893615723, + "relativeCreated": 66.82682037353516, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.6716461181640625e-05 + "time_consumption": 3.7670135498046875e-05 } ], - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 0.00019288063049316406, - "time_finished": "2020-02-03 18:42:08,773", - "time_start": "2020-02-03 18:42:08,773" + "time_consumption": 0.0001976490020751953, + "time_finished": "2020-02-05 13:48:50,489", + "time_start": "2020-02-05 13:48:50,488" }, "_wMotUCclEeqsHsnJQYCN8Q": { "args": null, - "asctime": "2020-02-03 18:42:08,785", - "created": 1580751728.7856095, + "asctime": "2020-02-05 13:48:50,501", + "created": 1580906930.501191, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17386,19 +17555,19 @@ "message": "_wMotUCclEeqsHsnJQYCN8Q", "module": "__init__", "moduleLogger": [], - "msecs": 785.6094837188721, + "msecs": 501.1909008026123, "msg": "_wMotUCclEeqsHsnJQYCN8Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 79.57768440246582, + "relativeCreated": 78.98831367492676, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-02-03 18:42:08,786", - "created": 1580751728.7860188, + "asctime": "2020-02-05 13:48:50,501", + "created": 1580906930.5016065, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -17413,8 +17582,8 @@ "args": [ "b': changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 785.7115268707275, + "msecs": 501.29032135009766, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 79.67972755432129, + "relativeCreated": 79.08773422241211, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -17468,8 +17637,8 @@ 58, 60 ], - "asctime": "2020-02-03 18:42:08,785", - "created": 1580751728.785748, + "asctime": "2020-02-05 13:48:50,501", + "created": 1580906930.5013275, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17479,23 +17648,23 @@ "lineno": 103, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 785.7480049133301, + "msecs": 501.3275146484375, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 79.71620559692383, + "relativeCreated": 79.12492752075195, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { "args": [ "255" ], - "asctime": "2020-02-03 18:42:08,785", - "created": 1580751728.785789, + "asctime": "2020-02-05 13:48:50,501", + "created": 1580906930.5013733, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -17505,23 +17674,23 @@ "lineno": 163, "message": "Setting state of stp to 255.", "module": "test_stp", - "msecs": 785.7890129089355, + "msecs": 501.373291015625, "msg": "Setting state of stp to %s.", "name": "__unittest__", "pathname": "src/tests/test_stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 79.7572135925293, + "relativeCreated": 79.17070388793945, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { "args": [ "b': adding value (3a) back to data again and changing state -> STP_STATE_IDLE", "module": "stp", - "msecs": 785.869836807251, + "msecs": 501.4517307281494, "msg": "%s unknown state (%s) => adding value (%02x) back to data again and changing state -> STP_STATE_IDLE", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 79.83803749084473, + "relativeCreated": 79.24914360046387, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -17575,8 +17744,8 @@ "STP:", "(2): 74 65" ], - "asctime": "2020-02-03 18:42:08,785", - "created": 1580751728.7859087, + "asctime": "2020-02-05 13:48:50,501", + "created": 1580906930.5014906, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17586,15 +17755,15 @@ "lineno": 69, "message": "STP: Chunking \"(2): 74 65\" from buffer", "module": "stp", - "msecs": 785.9086990356445, + "msecs": 501.49059295654297, "msg": "%s Chunking \"%s\" from buffer", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 79.87689971923828, + "relativeCreated": 79.28800582885742, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -17602,8 +17771,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,785", - "created": 1580751728.7859445, + "asctime": "2020-02-05 13:48:50,501", + "created": 1580906930.5015273, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17613,15 +17782,15 @@ "lineno": 98, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 785.9444618225098, + "msecs": 501.5273094177246, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 79.91266250610352, + "relativeCreated": 79.32472229003906, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -17630,8 +17799,8 @@ 58, 60 ], - "asctime": "2020-02-03 18:42:08,785", - "created": 1580751728.7859786, + "asctime": "2020-02-05 13:48:50,501", + "created": 1580906930.501565, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17641,37 +17810,37 @@ "lineno": 103, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 785.9785556793213, + "msecs": 501.56497955322266, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 79.94675636291504, + "relativeCreated": 79.36239242553711, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 786.0188484191895, + "msecs": 501.6064643859863, "msg": "Corrupting stp state and processing data.", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 79.9870491027832, + "relativeCreated": 79.40387725830078, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 4.029273986816406e-05 + "time_consumption": 4.1484832763671875e-05 }, { "args": [ "[[]]", "" ], - "asctime": "2020-02-03 18:42:08,786", - "created": 1580751728.7861898, + "asctime": "2020-02-05 13:48:50,501", + "created": 1580906930.5017529, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17688,8 +17857,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-03 18:42:08,786", - "created": 1580751728.7860823, + "asctime": "2020-02-05 13:48:50,501", + "created": 1580906930.5016644, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17699,15 +17868,15 @@ "lineno": 22, "message": "Result (Return value list if processing start of a frame after state had been corrupted): [ [ ] ] ()", "module": "test", - "msecs": 786.0822677612305, + "msecs": 501.664400100708, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 80.05046844482422, + "relativeCreated": 79.46181297302246, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -17716,8 +17885,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-03 18:42:08,786", - "created": 1580751728.786121, + "asctime": "2020-02-05 13:48:50,501", + "created": 1580906930.5017035, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17727,37 +17896,37 @@ "lineno": 26, "message": "Expectation (Return value list if processing start of a frame after state had been corrupted): result = [ [ ] ] ()", "module": "test", - "msecs": 786.1208915710449, + "msecs": 501.70350074768066, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 80.08909225463867, + "relativeCreated": 79.50091361999512, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 786.1897945404053, + "msecs": 501.7528533935547, "msg": "Return value list if processing start of a frame after state had been corrupted is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 80.15799522399902, + "relativeCreated": 79.55026626586914, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 6.890296936035156e-05 + "time_consumption": 4.935264587402344e-05 }, { "args": [ "3", "" ], - "asctime": "2020-02-03 18:42:08,786", - "created": 1580751728.7863202, + "asctime": "2020-02-05 13:48:50,501", + "created": 1580906930.5018737, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17774,8 +17943,8 @@ "3", "" ], - "asctime": "2020-02-03 18:42:08,786", - "created": 1580751728.7862532, + "asctime": "2020-02-05 13:48:50,501", + "created": 1580906930.5018036, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17785,15 +17954,15 @@ "lineno": 22, "message": "Result (State after processing start of a frame after state had been corrupted): 3 ()", "module": "test", - "msecs": 786.2532138824463, + "msecs": 501.8036365509033, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 80.22141456604004, + "relativeCreated": 79.60104942321777, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -17802,8 +17971,8 @@ "3", "" ], - "asctime": "2020-02-03 18:42:08,786", - "created": 1580751728.7862868, + "asctime": "2020-02-05 13:48:50,501", + "created": 1580906930.5018387, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17813,37 +17982,37 @@ "lineno": 26, "message": "Expectation (State after processing start of a frame after state had been corrupted): result = 3 ()", "module": "test", - "msecs": 786.2868309020996, + "msecs": 501.83868408203125, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 80.25503158569336, + "relativeCreated": 79.6360969543457, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 786.3202095031738, + "msecs": 501.8737316131592, "msg": "State after processing start of a frame after state had been corrupted is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 80.28841018676758, + "relativeCreated": 79.67114448547363, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.337860107421875e-05 + "time_consumption": 3.504753112792969e-05 }, { "args": [ "2", "" ], - "asctime": "2020-02-03 18:42:08,786", - "created": 1580751728.7864318, + "asctime": "2020-02-05 13:48:50,501", + "created": 1580906930.5019896, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17860,8 +18029,8 @@ "2", "" ], - "asctime": "2020-02-03 18:42:08,786", - "created": 1580751728.7863662, + "asctime": "2020-02-05 13:48:50,501", + "created": 1580906930.5019205, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17871,15 +18040,15 @@ "lineno": 22, "message": "Result (Buffer size after corrupting stp state): 2 ()", "module": "test", - "msecs": 786.3662242889404, + "msecs": 501.9204616546631, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 80.33442497253418, + "relativeCreated": 79.71787452697754, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -17888,8 +18057,8 @@ "2", "" ], - "asctime": "2020-02-03 18:42:08,786", - "created": 1580751728.786399, + "asctime": "2020-02-05 13:48:50,501", + "created": 1580906930.501955, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17899,41 +18068,41 @@ "lineno": 26, "message": "Expectation (Buffer size after corrupting stp state): result = 2 ()", "module": "test", - "msecs": 786.3988876342773, + "msecs": 501.9550323486328, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 80.3670883178711, + "relativeCreated": 79.75244522094727, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 786.4317893981934, + "msecs": 501.98960304260254, "msg": "Buffer size after corrupting stp state is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 80.39999008178711, + "relativeCreated": 79.78701591491699, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 3.2901763916015625e-05 + "time_consumption": 3.457069396972656e-05 } ], - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 0.0008223056793212891, - "time_finished": "2020-02-03 18:42:08,786", - "time_start": "2020-02-03 18:42:08,785" + "time_consumption": 0.0007987022399902344, + "time_finished": "2020-02-05 13:48:50,501", + "time_start": "2020-02-05 13:48:50,501" }, "_xOCgkI9yEemg3cv-3xZ25Q": { "args": null, - "asctime": "2020-02-03 18:42:08,781", - "created": 1580751728.7813468, + "asctime": "2020-02-05 13:48:50,496", + "created": 1580906930.4969025, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17944,21 +18113,21 @@ "message": "_xOCgkI9yEemg3cv-3xZ25Q", "module": "__init__", "moduleLogger": [], - "msecs": 781.3467979431152, + "msecs": 496.9024658203125, "msg": "_xOCgkI9yEemg3cv-3xZ25Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 75.31499862670898, + "relativeCreated": 74.69987869262695, "stack_info": null, "testcaseLogger": [ { "args": [ "b'::>'" ], - "asctime": "2020-02-03 18:42:08,781", - "created": 1580751728.7818627, + "asctime": "2020-02-05 13:48:50,497", + "created": 1580906930.4973924, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -17974,8 +18143,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,781", - "created": 1580751728.7814083, + "asctime": "2020-02-05 13:48:50,496", + "created": 1580906930.496966, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17985,15 +18154,15 @@ "lineno": 98, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 781.4083099365234, + "msecs": 496.9658851623535, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 75.37651062011719, + "relativeCreated": 74.76329803466797, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -18002,8 +18171,8 @@ 58, 60 ], - "asctime": "2020-02-03 18:42:08,781", - "created": 1580751728.7814467, + "asctime": "2020-02-05 13:48:50,497", + "created": 1580906930.4970047, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18013,15 +18182,15 @@ "lineno": 103, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 781.4466953277588, + "msecs": 497.00474739074707, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 75.41489601135254, + "relativeCreated": 74.80216026306152, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -18029,8 +18198,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,781", - "created": 1580751728.781516, + "asctime": "2020-02-05 13:48:50,497", + "created": 1580906930.4970756, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18040,15 +18209,15 @@ "lineno": 114, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 781.5160751342773, + "msecs": 497.07555770874023, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 75.4842758178711, + "relativeCreated": 74.87297058105469, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -18057,8 +18226,8 @@ 58, 61 ], - "asctime": "2020-02-03 18:42:08,781", - "created": 1580751728.7815766, + "asctime": "2020-02-05 13:48:50,497", + "created": 1580906930.4971154, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18068,15 +18237,15 @@ "lineno": 129, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 781.5766334533691, + "msecs": 497.1153736114502, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 75.54483413696289, + "relativeCreated": 74.91278648376465, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -18084,8 +18253,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,781", - "created": 1580751728.7816284, + "asctime": "2020-02-05 13:48:50,497", + "created": 1580906930.4971795, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18095,15 +18264,15 @@ "lineno": 114, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 781.6283702850342, + "msecs": 497.1795082092285, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 75.59657096862793, + "relativeCreated": 74.97692108154297, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -18112,8 +18281,8 @@ 58, 61 ], - "asctime": "2020-02-03 18:42:08,781", - "created": 1580751728.7816658, + "asctime": "2020-02-05 13:48:50,497", + "created": 1580906930.4972181, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18123,15 +18292,15 @@ "lineno": 129, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 781.6658020019531, + "msecs": 497.21813201904297, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 75.63400268554688, + "relativeCreated": 75.01554489135742, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -18139,8 +18308,8 @@ "STP:", 58 ], - "asctime": "2020-02-03 18:42:08,781", - "created": 1580751728.7817037, + "asctime": "2020-02-05 13:48:50,497", + "created": 1580906930.497257, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18150,15 +18319,15 @@ "lineno": 114, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 781.7037105560303, + "msecs": 497.2569942474365, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 75.67191123962402, + "relativeCreated": 75.05440711975098, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -18167,8 +18336,8 @@ 58, 62 ], - "asctime": "2020-02-03 18:42:08,781", - "created": 1580751728.7817602, + "asctime": "2020-02-05 13:48:50,497", + "created": 1580906930.4973042, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18178,15 +18347,15 @@ "lineno": 124, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 781.7602157592773, + "msecs": 497.30420112609863, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 75.7284164428711, + "relativeCreated": 75.10161399841309, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -18194,8 +18363,8 @@ "STP:", "(21): 74 65 73 74 66 72 61 6d 65 20 66 6f 72 20 3a 3c 73 74 70 3a 3e" ], - "asctime": "2020-02-03 18:42:08,781", - "created": 1580751728.7818282, + "asctime": "2020-02-05 13:48:50,497", + "created": 1580906930.4973578, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18205,27 +18374,27 @@ "lineno": 145, "message": "STP: message identified - (21): 74 65 73 74 66 72 61 6d 65 20 66 6f 72 20 3a 3c 73 74 70 3a 3e", "module": "stp", - "msecs": 781.8281650543213, + "msecs": 497.3578453063965, "msg": "%s message identified - %s", "name": "STRINGTOOLS", "pathname": "src/stringtools/stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 75.79636573791504, + "relativeCreated": 75.15525817871094, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 781.862735748291, + "msecs": 497.3924160003662, "msg": "Processing testframe: \"%s\"", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 75.83093643188477, + "relativeCreated": 75.18982887268066, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", "time_consumption": 3.457069396972656e-05 }, @@ -18234,8 +18403,8 @@ "[b'testframe for :']", "" ], - "asctime": "2020-02-03 18:42:08,782", - "created": 1580751728.7820153, + "asctime": "2020-02-05 13:48:50,497", + "created": 1580906930.4975443, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18252,8 +18421,8 @@ "[ b'testframe for :' ]", "" ], - "asctime": "2020-02-03 18:42:08,781", - "created": 1580751728.7819276, + "asctime": "2020-02-05 13:48:50,497", + "created": 1580906930.4974554, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18263,15 +18432,15 @@ "lineno": 22, "message": "Result (Processed STP-Frame): [ b'testframe for :' ] ()", "module": "test", - "msecs": 781.9275856018066, + "msecs": 497.455358505249, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 75.89578628540039, + "relativeCreated": 75.25277137756348, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -18280,8 +18449,8 @@ "[ b'testframe for :' ]", "" ], - "asctime": "2020-02-03 18:42:08,781", - "created": 1580751728.7819707, + "asctime": "2020-02-05 13:48:50,497", + "created": 1580906930.497499, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18291,41 +18460,41 @@ "lineno": 26, "message": "Expectation (Processed STP-Frame): result = [ b'testframe for :' ] ()", "module": "test", - "msecs": 781.970739364624, + "msecs": 497.4989891052246, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 75.93894004821777, + "relativeCreated": 75.29640197753906, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 782.015323638916, + "msecs": 497.5442886352539, "msg": "Processed STP-Frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 75.98352432250977, + "relativeCreated": 75.34170150756836, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 4.458427429199219e-05 + "time_consumption": 4.5299530029296875e-05 } ], - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 0.0006685256958007812, - "time_finished": "2020-02-03 18:42:08,782", - "time_start": "2020-02-03 18:42:08,781" + "time_consumption": 0.0006418228149414062, + "time_finished": "2020-02-05 13:48:50,497", + "time_start": "2020-02-05 13:48:50,496" }, "_xiZqMI92Eemg3cv-3xZ25Q": { "args": null, - "asctime": "2020-02-03 18:42:08,778", - "created": 1580751728.7787235, + "asctime": "2020-02-05 13:48:50,494", + "created": 1580906930.494485, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18336,21 +18505,21 @@ "message": "_xiZqMI92Eemg3cv-3xZ25Q", "module": "__init__", "moduleLogger": [], - "msecs": 778.7234783172607, + "msecs": 494.48490142822266, "msg": "_xiZqMI92Eemg3cv-3xZ25Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 72.69167900085449, + "relativeCreated": 72.28231430053711, "stack_info": null, "testcaseLogger": [ { "args": [ "b'testframe for :'" ], - "asctime": "2020-02-03 18:42:08,778", - "created": 1580751728.7788358, + "asctime": "2020-02-05 13:48:50,494", + "created": 1580906930.4946196, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -18361,15 +18530,15 @@ "message": "Creating testframe including start and end pattern for \"b'testframe for :'\"", "module": "test_stp", "moduleLogger": [], - "msecs": 778.8357734680176, + "msecs": 494.61960792541504, "msg": "Creating testframe including start and end pattern for \"%s\"", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 72.80397415161133, + "relativeCreated": 72.41702079772949, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -18378,8 +18547,8 @@ "b'::>'", "" ], - "asctime": "2020-02-03 18:42:08,779", - "created": 1580751728.7795196, + "asctime": "2020-02-05 13:48:50,494", + "created": 1580906930.4947793, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18396,8 +18565,8 @@ "b'::>'", "" ], - "asctime": "2020-02-03 18:42:08,779", - "created": 1580751728.7793484, + "asctime": "2020-02-05 13:48:50,494", + "created": 1580906930.49469, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18407,15 +18576,15 @@ "lineno": 22, "message": "Result (STP-Frame): b'::>' ()", "module": "test", - "msecs": 779.3483734130859, + "msecs": 494.68994140625, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 73.31657409667969, + "relativeCreated": 72.48735427856445, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" }, { @@ -18424,8 +18593,8 @@ "b'::>'", "" ], - "asctime": "2020-02-03 18:42:08,779", - "created": 1580751728.779443, + "asctime": "2020-02-05 13:48:50,494", + "created": 1580906930.4947357, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18435,40 +18604,40 @@ "lineno": 26, "message": "Expectation (STP-Frame): result = b'::>' ()", "module": "test", - "msecs": 779.4430255889893, + "msecs": 494.7357177734375, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 73.41122627258301, + "relativeCreated": 72.53313064575195, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread" } ], - "msecs": 779.5195579528809, + "msecs": 494.7793483734131, "msg": "STP-Frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 32335, + "process": 20798, "processName": "MainProcess", - "relativeCreated": 73.48775863647461, + "relativeCreated": 72.57676124572754, "stack_info": null, - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 7.653236389160156e-05 + "time_consumption": 4.363059997558594e-05 } ], - "thread": 140532198459200, + "thread": 140183498704704, "threadName": "MainThread", - "time_consumption": 0.0007960796356201172, - "time_finished": "2020-02-03 18:42:08,779", - "time_start": "2020-02-03 18:42:08,778" + "time_consumption": 0.0002944469451904297, + "time_finished": "2020-02-05 13:48:50,494", + "time_start": "2020-02-05 13:48:50,494" } }, "testrun_id": "p3", - "time_consumption": 0.0162503719329834, + "time_consumption": 0.01634049415588379, "uid_list_sorted": [ "_dB5IoEaTEeq5fPlXIeQCXQ", "_hpUmwEaTEeq5fPlXIeQCXQ", @@ -18495,6 +18664,6 @@ } ], "unittest_information": { - "Version": "50d96e3d37f4672ae07c76a1a12c6546" + "Version": "0a5e7f25ab71e1595ec2ddca16a793f9" } } \ No newline at end of file diff --git a/_testresults_/unittest.pdf b/_testresults_/unittest.pdf index 67042be..7cd553b 100644 Binary files a/_testresults_/unittest.pdf and b/_testresults_/unittest.pdf differ