diff --git a/__init__.py b/__init__.py index 4d6e8d2..49e8bbe 100644 --- a/__init__.py +++ b/__init__.py @@ -41,8 +41,11 @@ import sys if sys.version_info < (3, 0): from cStringIO import StringIO -logger_name = 'STRINGTOOLS' -logger = logging.getLogger(logger_name) +try: + from config import APP_NAME as ROOT_LOGGER_NAME +except ImportError: + ROOT_LOGGER_NAME = 'root' +logger = logging.getLogger(ROOT_LOGGER_NAME).getChild(__name__) __DESCRIPTION__ = """The Module {\\tt %s} is designed to support functionality for strings (e.g. transfer strings via a bytestream, compressing, extracting, ...). For more Information read the sphinx documentation.""" % __name__.replace('_', '\_') @@ -61,7 +64,7 @@ def physical_value_repr(value, unit=''): prefix = { -4: 'p', -3: 'n', - -2: 'ยต', + -2: 'u', -1: 'm', 0: '', 1: 'k', diff --git a/_testresults_/coverage.xml b/_testresults_/coverage.xml index c7775d7..322802d 100644 --- a/_testresults_/coverage.xml +++ b/_testresults_/coverage.xml @@ -1,5 +1,5 @@ - + @@ -22,81 +22,84 @@ + + - - - - - + + + - + + - - - + + + - - - + + + + - - - + - - - - - + + + + + + + - - + + - - - + - + + - + - - + + + - - - + - + + - + - + + - - - + - + + + - - - + + + + @@ -108,27 +111,30 @@ + + - - + - + - - - - + + + + - - - + + + + - - - + + + + @@ -140,93 +146,96 @@ + - - - + + + + - - - - - - + + + + + - + - - + + - - - + + - - - - - + + + + + + - - - - + + + + - - + - - - + + + + - - + - + + - - + - - - + + + - + - + - - + + - + + - + - - + + + - - - - + + - - - + + + + + + diff --git a/_testresults_/unittest.json b/_testresults_/unittest.json index 3f2ba93..1c14131 100644 --- a/_testresults_/unittest.json +++ b/_testresults_/unittest.json @@ -45,23 +45,13 @@ }, { "coverage_state": "covered", - "end": 45, + "end": 48, "start": 44 }, - { - "coverage_state": "clean", - "end": 46, - "start": 46 - }, - { - "coverage_state": "covered", - "end": 47, - "start": 47 - }, { "coverage_state": "clean", "end": 49, - "start": 48 + "start": 49 }, { "coverage_state": "covered", @@ -80,53 +70,53 @@ }, { "coverage_state": "clean", - "end": 59, + "end": 55, "start": 54 }, { "coverage_state": "covered", - "end": 61, - "start": 60 + "end": 56, + "start": 56 }, { "coverage_state": "clean", - "end": 72, - "start": 62 + "end": 62, + "start": 57 }, { "coverage_state": "covered", - "end": 77, - "start": 73 + "end": 64, + "start": 63 }, { "coverage_state": "clean", - "end": 78, - "start": 78 + "end": 75, + "start": 65 }, { "coverage_state": "covered", - "end": 82, - "start": 79 + "end": 80, + "start": 76 }, { "coverage_state": "clean", - "end": 83, - "start": 83 + "end": 81, + "start": 81 }, { "coverage_state": "covered", - "end": 84, - "start": 84 - }, - { - "coverage_state": "clean", "end": 85, - "start": 85 + "start": 82 + }, + { + "coverage_state": "clean", + "end": 86, + "start": 86 }, { "coverage_state": "covered", "end": 87, - "start": 86 + "start": 87 }, { "coverage_state": "clean", @@ -135,131 +125,131 @@ }, { "coverage_state": "covered", - "end": 92, + "end": 90, "start": 89 }, { "coverage_state": "clean", - "end": 94, - "start": 93 + "end": 91, + "start": 91 }, { "coverage_state": "covered", - "end": 99, - "start": 95 + "end": 95, + "start": 92 }, { "coverage_state": "clean", - "end": 100, - "start": 100 + "end": 97, + "start": 96 }, { "coverage_state": "covered", - "end": 106, - "start": 101 + "end": 102, + "start": 98 }, { "coverage_state": "clean", - "end": 108, - "start": 107 + "end": 103, + "start": 103 }, { "coverage_state": "covered", + "end": 109, + "start": 104 + }, + { + "coverage_state": "clean", "end": 111, - "start": 109 - }, - { - "coverage_state": "clean", - "end": 113, - "start": 112 + "start": 110 }, { "coverage_state": "covered", "end": 114, - "start": 114 + "start": 112 }, { "coverage_state": "clean", - "end": 130, + "end": 116, "start": 115 }, { "coverage_state": "covered", - "end": 134, - "start": 131 + "end": 117, + "start": 117 }, { "coverage_state": "clean", - "end": 135, - "start": 135 + "end": 133, + "start": 118 }, { "coverage_state": "covered", - "end": 139, - "start": 136 + "end": 137, + "start": 134 }, { "coverage_state": "clean", - "end": 140, - "start": 140 + "end": 138, + "start": 138 }, { "coverage_state": "covered", + "end": 142, + "start": 139 + }, + { + "coverage_state": "clean", "end": 143, - "start": 141 - }, - { - "coverage_state": "partially-covered", - "end": 144, - "start": 144 + "start": 143 }, { "coverage_state": "covered", "end": 146, - "start": 145 + "start": 144 }, { - "coverage_state": "clean", - "end": 148, + "coverage_state": "partially-covered", + "end": 147, "start": 147 }, { "coverage_state": "covered", "end": 149, - "start": 149 + "start": 148 }, { "coverage_state": "clean", - "end": 164, + "end": 151, "start": 150 }, { "coverage_state": "covered", - "end": 168, - "start": 165 + "end": 152, + "start": 152 }, { "coverage_state": "clean", - "end": 169, - "start": 169 + "end": 167, + "start": 153 }, { "coverage_state": "covered", - "end": 173, - "start": 170 + "end": 171, + "start": 168 }, { "coverage_state": "clean", - "end": 174, - "start": 174 + "end": 172, + "start": 172 }, { "coverage_state": "covered", "end": 176, - "start": 175 + "start": 173 }, { - "coverage_state": "partially-covered", + "coverage_state": "clean", "end": 177, "start": 177 }, @@ -269,69 +259,79 @@ "start": 178 }, { - "coverage_state": "clean", - "end": 181, + "coverage_state": "partially-covered", + "end": 180, "start": 180 }, { "coverage_state": "covered", "end": 182, - "start": 182 + "start": 181 }, { "coverage_state": "clean", - "end": 196, + "end": 184, "start": 183 }, { "coverage_state": "covered", - "end": 200, - "start": 197 + "end": 185, + "start": 185 }, { "coverage_state": "clean", - "end": 201, - "start": 201 + "end": 199, + "start": 186 }, { "coverage_state": "covered", "end": 203, - "start": 202 + "start": 200 }, { "coverage_state": "clean", - "end": 205, + "end": 204, "start": 204 }, { "coverage_state": "covered", "end": 206, - "start": 206 + "start": 205 }, { "coverage_state": "clean", - "end": 212, + "end": 208, "start": 207 }, { "coverage_state": "covered", - "end": 214, - "start": 213 + "end": 209, + "start": 209 }, { "coverage_state": "clean", "end": 215, - "start": 215 + "start": 210 }, { "coverage_state": "covered", - "end": 216, + "end": 217, "start": 216 }, + { + "coverage_state": "clean", + "end": 218, + "start": 218 + }, + { + "coverage_state": "covered", + "end": 219, + "start": 219 + }, { "coverage_state": "clean", "end": null, - "start": 217 + "start": 220 } ], "line_coverage": 100.0, @@ -378,23 +378,13 @@ }, { "coverage_state": "covered", - "end": 28, + "end": 31, "start": 27 }, - { - "coverage_state": "clean", - "end": 29, - "start": 29 - }, - { - "coverage_state": "covered", - "end": 30, - "start": 30 - }, { "coverage_state": "clean", "end": 32, - "start": 31 + "start": 32 }, { "coverage_state": "covered", @@ -403,88 +393,98 @@ }, { "coverage_state": "clean", - "end": 43, + "end": 35, "start": 34 }, { "coverage_state": "covered", - "end": 44, - "start": 44 + "end": 36, + "start": 36 }, { "coverage_state": "clean", - "end": 45, - "start": 45 + "end": 46, + "start": 37 }, { "coverage_state": "covered", - "end": 48, - "start": 46 + "end": 47, + "start": 47 }, { "coverage_state": "clean", - "end": 49, + "end": 48, + "start": 48 + }, + { + "coverage_state": "covered", + "end": 51, "start": 49 }, + { + "coverage_state": "clean", + "end": 52, + "start": 52 + }, { "coverage_state": "covered", - "end": 50, - "start": 50 + "end": 53, + "start": 53 }, { "coverage_state": "clean", - "end": 57, - "start": 51 - }, - { - "coverage_state": "covered", "end": 60, - "start": 58 + "start": 54 }, { - "coverage_state": "clean", - "end": 61, + "coverage_state": "covered", + "end": 63, "start": 61 }, - { - "coverage_state": "covered", - "end": 68, - "start": 62 - }, { "coverage_state": "clean", - "end": 70, - "start": 69 + "end": 64, + "start": 64 }, { "coverage_state": "covered", "end": 71, - "start": 71 + "start": 65 }, { "coverage_state": "clean", - "end": 85, + "end": 73, "start": 72 }, { "coverage_state": "covered", - "end": 87, - "start": 86 + "end": 74, + "start": 74 }, { "coverage_state": "clean", "end": 88, - "start": 88 + "start": 75 }, { "coverage_state": "covered", - "end": 89, + "end": 90, "start": 89 }, + { + "coverage_state": "clean", + "end": 91, + "start": 91 + }, + { + "coverage_state": "covered", + "end": 92, + "start": 92 + }, { "coverage_state": "clean", "end": null, - "start": 90 + "start": 93 } ], "line_coverage": 100.0, @@ -531,53 +531,43 @@ }, { "coverage_state": "covered", - "end": 28, + "end": 31, "start": 27 }, { "coverage_state": "clean", - "end": 29, - "start": 29 - }, - { - "coverage_state": "covered", - "end": 30, - "start": 30 - }, - { - "coverage_state": "clean", - "end": 31, - "start": 31 - }, - { - "coverage_state": "covered", "end": 32, "start": 32 }, { - "coverage_state": "clean", + "coverage_state": "covered", "end": 33, "start": 33 }, { - "coverage_state": "covered", + "coverage_state": "clean", "end": 34, "start": 34 }, { - "coverage_state": "clean", + "coverage_state": "covered", "end": 35, "start": 35 }, { - "coverage_state": "covered", + "coverage_state": "clean", "end": 36, "start": 36 }, + { + "coverage_state": "covered", + "end": 37, + "start": 37 + }, { "coverage_state": "clean", "end": 38, - "start": 37 + "start": 38 }, { "coverage_state": "covered", @@ -586,123 +576,123 @@ }, { "coverage_state": "clean", - "end": 40, + "end": 41, "start": 40 }, { "coverage_state": "covered", - "end": 41, - "start": 41 - }, - { - "coverage_state": "clean", "end": 42, "start": 42 }, { - "coverage_state": "covered", + "coverage_state": "clean", "end": 43, "start": 43 }, { - "coverage_state": "clean", + "coverage_state": "covered", "end": 44, "start": 44 }, { - "coverage_state": "covered", + "coverage_state": "clean", "end": 45, "start": 45 }, { - "coverage_state": "clean", - "end": 48, + "coverage_state": "covered", + "end": 46, "start": 46 }, + { + "coverage_state": "clean", + "end": 47, + "start": 47 + }, { "coverage_state": "covered", - "end": 49, + "end": 48, + "start": 48 + }, + { + "coverage_state": "clean", + "end": 51, "start": 49 }, + { + "coverage_state": "covered", + "end": 52, + "start": 52 + }, { "coverage_state": "clean", - "end": 59, - "start": 50 + "end": 62, + "start": 53 }, { "coverage_state": "covered", - "end": 60, - "start": 60 + "end": 63, + "start": 63 }, { "coverage_state": "clean", - "end": 61, - "start": 61 + "end": 64, + "start": 64 }, { "coverage_state": "covered", - "end": 65, - "start": 62 + "end": 68, + "start": 65 }, { "coverage_state": "clean", - "end": 66, - "start": 66 + "end": 69, + "start": 69 }, { "coverage_state": "covered", - "end": 70, - "start": 67 + "end": 73, + "start": 70 }, { "coverage_state": "clean", - "end": 71, - "start": 71 + "end": 74, + "start": 74 }, { "coverage_state": "covered", - "end": 72, - "start": 72 + "end": 75, + "start": 75 }, { "coverage_state": "clean", - "end": 79, - "start": 73 + "end": 82, + "start": 76 }, { "coverage_state": "covered", - "end": 84, - "start": 80 - }, - { - "coverage_state": "clean", - "end": 85, - "start": 85 - }, - { - "coverage_state": "covered", - "end": 86, - "start": 86 - }, - { - "coverage_state": "clean", "end": 87, - "start": 87 + "start": 83 }, { - "coverage_state": "covered", - "end": 90, + "coverage_state": "clean", + "end": 88, "start": 88 }, + { + "coverage_state": "covered", + "end": 89, + "start": 89 + }, { "coverage_state": "clean", - "end": 91, - "start": 91 + "end": 90, + "start": 90 }, { "coverage_state": "covered", "end": 93, - "start": 92 + "start": 91 }, { "coverage_state": "clean", @@ -711,113 +701,123 @@ }, { "coverage_state": "covered", - "end": 98, + "end": 96, "start": 95 }, { "coverage_state": "clean", - "end": 99, - "start": 99 + "end": 97, + "start": 97 }, { "coverage_state": "covered", - "end": 108, - "start": 100 + "end": 101, + "start": 98 }, { "coverage_state": "clean", - "end": 109, - "start": 109 + "end": 102, + "start": 102 }, { "coverage_state": "covered", - "end": 114, - "start": 110 + "end": 111, + "start": 103 }, { "coverage_state": "clean", - "end": 115, - "start": 115 + "end": 112, + "start": 112 }, { "coverage_state": "covered", - "end": 134, - "start": 116 + "end": 117, + "start": 113 }, { "coverage_state": "clean", - "end": 135, - "start": 135 + "end": 118, + "start": 118 }, { "coverage_state": "covered", + "end": 137, + "start": 119 + }, + { + "coverage_state": "clean", "end": 138, - "start": 136 + "start": 138 }, { - "coverage_state": "clean", - "end": 139, + "coverage_state": "covered", + "end": 141, "start": 139 }, - { - "coverage_state": "covered", - "end": 146, - "start": 140 - }, { "coverage_state": "clean", - "end": 148, - "start": 147 + "end": 142, + "start": 142 }, { "coverage_state": "covered", "end": 149, - "start": 149 + "start": 143 }, { "coverage_state": "clean", - "end": 163, + "end": 151, "start": 150 }, { "coverage_state": "covered", - "end": 164, - "start": 164 + "end": 152, + "start": 152 }, { "coverage_state": "clean", - "end": 165, - "start": 165 + "end": 166, + "start": 153 }, { "coverage_state": "covered", - "end": 170, - "start": 166 + "end": 167, + "start": 167 }, { "coverage_state": "clean", - "end": 171, - "start": 171 + "end": 168, + "start": 168 }, { "coverage_state": "covered", - "end": 172, - "start": 172 - }, - { - "coverage_state": "clean", "end": 173, - "start": 173 + "start": 169 + }, + { + "coverage_state": "clean", + "end": 174, + "start": 174 }, { "coverage_state": "covered", "end": 175, - "start": 174 + "start": 175 + }, + { + "coverage_state": "clean", + "end": 176, + "start": 176 + }, + { + "coverage_state": "covered", + "end": 178, + "start": 177 }, { "coverage_state": "clean", "end": null, - "start": 176 + "start": 179 } ], "line_coverage": 100.0, @@ -1133,9 +1133,9 @@ }, "system_information": { "Architecture": "64bit", - "Distribution": "LinuxMint 19.3 tricia", + "Distribution": "Linux Mint 20 ulyana", "Hostname": "ahorn", - "Kernel": "5.3.0-28-generic (#30~18.04.1-Ubuntu SMP Fri Jan 17 06:14:09 UTC 2020)", + "Kernel": "5.4.0-58-generic (#64-Ubuntu SMP Wed Dec 9 08:16:25 UTC 2020)", "Machine": "x86_64", "Path": "/user_data/data/dirk/prj/unittest/stringtools/unittest", "System": "Linux", @@ -1147,7 +1147,7 @@ "Name": "stringtools", "State": "Released", "Supported Interpreters": "python2, python3", - "Version": "e0811681ca449814caa5d180f6645860" + "Version": "3eac28a80770a728e1f521fadb92868d" }, "testrun_list": [ { @@ -1180,7 +1180,7 @@ "_xR3PcH5BEemxr4bbKXhxkg": "Carriagereturn Seperation Protocol (CSP)", "_xiZqMI92Eemg3cv-3xZ25Q": "Frame creation - Start pattern and end pattern inside a message" }, - "interpreter": "python 2.7.17 (final)", + "interpreter": "python 2.7.18 (final)", "name": "Default Testsession name", "number_of_failed_tests": 0, "number_of_possibly_failed_tests": 0, @@ -1196,8 +1196,8 @@ "testcases": { "_-yWo4I9sEemg3cv-3xZ25Q": { "args": null, - "asctime": "2020-02-05 13:48:50,093", - "created": 1580906930.093714, + "asctime": "2020-12-21 01:00:04,284", + "created": 1608508804.284052, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1208,20 +1208,20 @@ "message": "_-yWo4I9sEemg3cv-3xZ25Q", "module": "__init__", "moduleLogger": [], - "msecs": 93.71399879455566, + "msecs": 284.05189514160156, "msg": "_-yWo4I9sEemg3cv-3xZ25Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 39.06893730163574, + "relativeCreated": 48.89798164367676, "testcaseLogger": [ { "args": [ "'testframe for stp'" ], - "asctime": "2020-02-05 13:48:50,093", - "created": 1580906930.093803, + "asctime": "2020-12-21 01:00:04,284", + "created": 1608508804.284148, "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": 93.80292892456055, + "msecs": 284.1479778289795, "msg": "Creating testframe for \"%s\"", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 39.157867431640625, - "thread": 139883241289536, + "relativeCreated": 48.99406433105469, + "thread": 139713944590144, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -1248,8 +1248,8 @@ "':'", "" ], - "asctime": "2020-02-05 13:48:50,093", - "created": 1580906930.093957, + "asctime": "2020-12-21 01:00:04,284", + "created": 1608508804.284308, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1266,8 +1266,8 @@ "':'", "" ], - "asctime": "2020-02-05 13:48:50,093", - "created": 1580906930.093874, + "asctime": "2020-12-21 01:00:04,284", + "created": 1608508804.284221, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1277,14 +1277,14 @@ "lineno": 22, "message": "Result (STP-Frame): ':' ()", "module": "test", - "msecs": 93.87397766113281, + "msecs": 284.22093391418457, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 39.22891616821289, - "thread": 139883241289536, + "relativeCreated": 49.067020416259766, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -1293,8 +1293,8 @@ "':'", "" ], - "asctime": "2020-02-05 13:48:50,093", - "created": 1580906930.093914, + "asctime": "2020-12-21 01:00:04,284", + "created": 1608508804.284263, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1304,39 +1304,39 @@ "lineno": 26, "message": "Expectation (STP-Frame): result = ':' ()", "module": "test", - "msecs": 93.91403198242188, + "msecs": 284.26289558410645, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 39.26897048950195, - "thread": 139883241289536, + "relativeCreated": 49.10898208618164, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 93.95694732666016, + "msecs": 284.30795669555664, "msg": "STP-Frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 39.311885833740234, - "thread": 139883241289536, + "relativeCreated": 49.154043197631836, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 4.291534423828125e-05 + "time_consumption": 4.506111145019531e-05 } ], - "thread": 139883241289536, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 0.0002429485321044922, - "time_finished": "2020-02-05 13:48:50,093", - "time_start": "2020-02-05 13:48:50,093" + "time_consumption": 0.0002560615539550781, + "time_finished": "2020-12-21 01:00:04,284", + "time_start": "2020-12-21 01:00:04,284" }, "_5_z4MI9yEemg3cv-3xZ25Q": { "args": null, - "asctime": "2020-02-05 13:48:50,099", - "created": 1580906930.099152, + "asctime": "2020-12-21 01:00:04,291", + "created": 1608508804.291568, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1347,20 +1347,20 @@ "message": "_5_z4MI9yEemg3cv-3xZ25Q", "module": "__init__", "moduleLogger": [], - "msecs": 99.1520881652832, + "msecs": 291.5680408477783, "msg": "_5_z4MI9yEemg3cv-3xZ25Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 44.50702667236328, + "relativeCreated": 56.414127349853516, "testcaseLogger": [ { "args": [ "'_:'" ], - "asctime": "2020-02-05 13:48:50,099", - "created": 1580906930.099525, + "asctime": "2020-12-21 01:00:04,291", + "created": 1608508804.29198, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -1376,25 +1376,25 @@ "STP:", 95 ], - "asctime": "2020-02-05 13:48:50,099", - "created": 1580906930.099231, + "asctime": "2020-12-21 01:00:04,291", + "created": 1608508804.291663, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "WARNING", "levelno": 30, - "lineno": 100, + "lineno": 103, "message": "STP: no data sync (5f) received => ignoring byte", "module": "stp", - "msecs": 99.23100471496582, + "msecs": 291.66293144226074, "msg": "%s no data sync (%02x) received => ignoring byte", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 44.5859432220459, - "thread": 139883241289536, + "relativeCreated": 56.50901794433594, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -1402,25 +1402,25 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,099", - "created": 1580906930.099273, + "asctime": "2020-12-21 01:00:04,291", + "created": 1608508804.291707, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 98, + "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 99.2729663848877, + "msecs": 291.70703887939453, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 44.62790489196777, - "thread": 139883241289536, + "relativeCreated": 56.55312538146973, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -1429,25 +1429,25 @@ 58, 60 ], - "asctime": "2020-02-05 13:48:50,099", - "created": 1580906930.099312, + "asctime": "2020-12-21 01:00:04,291", + "created": 1608508804.291749, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 103, + "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 99.31206703186035, + "msecs": 291.7490005493164, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 44.66700553894043, - "thread": 139883241289536, + "relativeCreated": 56.5950870513916, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -1455,25 +1455,25 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,099", - "created": 1580906930.099389, + "asctime": "2020-12-21 01:00:04,291", + "created": 1608508804.291826, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 114, + "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 99.38907623291016, + "msecs": 291.8260097503662, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 44.744014739990234, - "thread": 139883241289536, + "relativeCreated": 56.672096252441406, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -1482,25 +1482,25 @@ 58, 62 ], - "asctime": "2020-02-05 13:48:50,099", - "created": 1580906930.099428, + "asctime": "2020-12-21 01:00:04,291", + "created": 1608508804.291868, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 124, + "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 99.42793846130371, + "msecs": 291.8679714202881, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 44.78287696838379, - "thread": 139883241289536, + "relativeCreated": 56.71405792236328, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -1508,46 +1508,46 @@ "STP:", "(17): 74 65 73 74 66 72 61 6d 65 20 66 6f 72 20 73 74 70" ], - "asctime": "2020-02-05 13:48:50,099", - "created": 1580906930.099488, + "asctime": "2020-12-21 01:00:04,291", + "created": 1608508804.291939, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "INFO", "levelno": 20, - "lineno": 145, + "lineno": 148, "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": 99.4880199432373, + "msecs": 291.93902015686035, "msg": "%s message identified - %s", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 44.84295845031738, - "thread": 139883241289536, + "relativeCreated": 56.78510665893555, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 99.52497482299805, + "msecs": 291.9800281524658, "msg": "Processing testframe: \"%s\"", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 44.879913330078125, - "thread": 139883241289536, + "relativeCreated": 56.826114654541016, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.695487976074219e-05 + "time_consumption": 4.100799560546875e-05 }, { "args": [ "['testframe for stp']", "" ], - "asctime": "2020-02-05 13:48:50,099", - "created": 1580906930.099685, + "asctime": "2020-12-21 01:00:04,292", + "created": 1608508804.292149, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1564,8 +1564,8 @@ "[ 'testframe for stp' ]", "" ], - "asctime": "2020-02-05 13:48:50,099", - "created": 1580906930.099599, + "asctime": "2020-12-21 01:00:04,292", + "created": 1608508804.292058, "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": 99.59888458251953, + "msecs": 292.05799102783203, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 44.95382308959961, - "thread": 139883241289536, + "relativeCreated": 56.90407752990723, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -1591,8 +1591,8 @@ "[ 'testframe for stp' ]", "" ], - "asctime": "2020-02-05 13:48:50,099", - "created": 1580906930.099639, + "asctime": "2020-12-21 01:00:04,292", + "created": 1608508804.292099, "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": 99.6389389038086, + "msecs": 292.0989990234375, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 44.99387741088867, - "thread": 139883241289536, + "relativeCreated": 56.945085525512695, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 99.6849536895752, + "msecs": 292.1490669250488, "msg": "Processed STP-Frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 45.03989219665527, - "thread": 139883241289536, + "relativeCreated": 56.99515342712402, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 4.601478576660156e-05 + "time_consumption": 5.0067901611328125e-05 } ], - "thread": 139883241289536, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 0.0005328655242919922, - "time_finished": "2020-02-05 13:48:50,099", - "time_start": "2020-02-05 13:48:50,099" + "time_consumption": 0.0005810260772705078, + "time_finished": "2020-12-21 01:00:04,292", + "time_start": "2020-12-21 01:00:04,291" }, "_9ahP4Hu7Eemborg4LxXa3A": { "args": null, - "asctime": "2020-02-05 13:48:50,089", - "created": 1580906930.089818, + "asctime": "2020-12-21 01:00:04,279", + "created": 1608508804.27998, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1645,18 +1645,18 @@ "message": "_9ahP4Hu7Eemborg4LxXa3A", "module": "__init__", "moduleLogger": [], - "msecs": 89.81800079345703, + "msecs": 279.979944229126, "msg": "_9ahP4Hu7Eemborg4LxXa3A", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 35.17293930053711, + "relativeCreated": 44.82603073120117, "testcaseLogger": [ { "args": [], - "asctime": "2020-02-05 13:48:50,089", - "created": 1580906930.089884, + "asctime": "2020-12-21 01:00:04,280", + "created": 1608508804.280048, "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": 89.88404273986816, + "msecs": 280.0478935241699, "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": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 35.23898124694824, - "thread": 139883241289536, + "relativeCreated": 44.89398002624512, + "thread": 139713944590144, "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-05 13:48:50,090", - "created": 1580906930.090138, + "asctime": "2020-12-21 01:00:04,280", + "created": 1608508804.280327, "exc_info": null, "exc_text": null, "filename": "test_gzip.py", @@ -1697,47 +1697,47 @@ { "args": [ 0.8666666666666667, - 0.00011396408081054688 + 0.0001239776611328125 ], - "asctime": "2020-02-05 13:48:50,090", - "created": 1580906930.090056, + "asctime": "2020-12-21 01:00:04,280", + "created": 1608508804.280236, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "gzip_compress", "levelname": "DEBUG", "levelno": 10, - "lineno": 145, + "lineno": 148, "message": "GZIP: Finished to compress a string (compression_rate=0.867, consumed_time=0.0s).", "module": "__init__", - "msecs": 90.05594253540039, + "msecs": 280.23600578308105, "msg": "GZIP: Finished to compress a string (compression_rate=%.3f, consumed_time=%.1fs).", - "name": "STRINGTOOLS", + "name": "root.stringtools", "pathname": "src/stringtools/__init__.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 35.41088104248047, - "thread": 139883241289536, + "relativeCreated": 45.08209228515625, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 90.13795852661133, + "msecs": 280.32708168029785, "msg": "Compressing stream: %s ", "name": "__tLogger__", "pathname": "src/tests/test_gzip.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 35.492897033691406, - "thread": 139883241289536, + "relativeCreated": 45.17316818237305, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 8.20159912109375e-05 + "time_consumption": 9.107589721679688e-05 }, { "args": [ - "(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" + "(26): 1f 8b 08 00 84 e5 df 5f 02 ff 63 60 40 01 ff 51 01 00 2d 8a 7d de 1e 00 00 00" ], - "asctime": "2020-02-05 13:48:50,090", - "created": 1580906930.090347, + "asctime": "2020-12-21 01:00:04,280", + "created": 1608508804.28055, "exc_info": null, "exc_text": null, "filename": "test_gzip.py", @@ -1745,54 +1745,54 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 16, - "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", + "message": "Extracting stream: (26): 1f 8b 08 00 84 e5 df 5f 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, - 5.91278076171875e-05 + 7.200241088867188e-05 ], - "asctime": "2020-02-05 13:48:50,090", - "created": 1580906930.09027, + "asctime": "2020-12-21 01:00:04,280", + "created": 1608508804.28047, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "gzip_extract", "levelname": "DEBUG", "levelno": 10, - "lineno": 178, + "lineno": 181, "message": "GZIP: Finished to extract a string (compression_rate=0.867, consumed_time=0.0s).", "module": "__init__", - "msecs": 90.2700424194336, + "msecs": 280.4698944091797, "msg": "GZIP: Finished to extract a string (compression_rate=%.3f, consumed_time=%.1fs).", - "name": "STRINGTOOLS", + "name": "root.stringtools", "pathname": "src/stringtools/__init__.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 35.62498092651367, - "thread": 139883241289536, + "relativeCreated": 45.31598091125488, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 90.3470516204834, + "msecs": 280.5500030517578, "msg": "Extracting stream: %s", "name": "__tLogger__", "pathname": "src/tests/test_gzip.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 35.70199012756348, - "thread": 139883241289536, + "relativeCreated": 45.39608955383301, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 7.700920104980469e-05 + "time_consumption": 8.0108642578125e-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-05 13:48:50,090", - "created": 1580906930.090607, + "asctime": "2020-12-21 01:00:04,280", + "created": 1608508804.280816, "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-05 13:48:50,090", - "created": 1580906930.090458, + "asctime": "2020-12-21 01:00:04,280", + "created": 1608508804.280665, "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": 90.45791625976562, + "msecs": 280.66492080688477, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 35.8128547668457, - "thread": 139883241289536, + "relativeCreated": 45.51100730895996, + "thread": 139713944590144, "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-05 13:48:50,090", - "created": 1580906930.090533, + "asctime": "2020-12-21 01:00:04,280", + "created": 1608508804.28074, "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": 90.53301811218262, + "msecs": 280.74002265930176, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 35.887956619262695, - "thread": 139883241289536, + "relativeCreated": 45.58610916137695, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 90.6069278717041, + "msecs": 280.81607818603516, "msg": "Extracted data is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 35.96186637878418, - "thread": 139883241289536, + "relativeCreated": 45.66216468811035, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 7.390975952148438e-05 + "time_consumption": 7.605552673339844e-05 } ], - "thread": 139883241289536, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 0.0007889270782470703, - "time_finished": "2020-02-05 13:48:50,090", - "time_start": "2020-02-05 13:48:50,089" + "time_consumption": 0.0008361339569091797, + "time_finished": "2020-12-21 01:00:04,280", + "time_start": "2020-12-21 01:00:04,279" }, "_Bd9TgI9tEemg3cv-3xZ25Q": { "args": null, - "asctime": "2020-02-05 13:48:50,094", - "created": 1580906930.094454, + "asctime": "2020-12-21 01:00:04,285", + "created": 1608508804.285169, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1890,20 +1890,20 @@ "message": "_Bd9TgI9tEemg3cv-3xZ25Q", "module": "__init__", "moduleLogger": [], - "msecs": 94.45405006408691, + "msecs": 285.1688861846924, "msg": "_Bd9TgI9tEemg3cv-3xZ25Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 39.80898857116699, + "relativeCreated": 50.01497268676758, "testcaseLogger": [ { "args": [ "':'" ], - "asctime": "2020-02-05 13:48:50,095", - "created": 1580906930.095111, + "asctime": "2020-12-21 01:00:04,286", + "created": 1608508804.286299, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -1919,25 +1919,25 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,094", - "created": 1580906930.094652, + "asctime": "2020-12-21 01:00:04,285", + "created": 1608508804.285348, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 98, + "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 94.65193748474121, + "msecs": 285.34793853759766, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 40.00687599182129, - "thread": 139883241289536, + "relativeCreated": 50.19402503967285, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -1946,25 +1946,25 @@ 58, 60 ], - "asctime": "2020-02-05 13:48:50,094", - "created": 1580906930.094782, + "asctime": "2020-12-21 01:00:04,285", + "created": 1608508804.285452, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 103, + "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 94.78211402893066, + "msecs": 285.45188903808594, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 40.13705253601074, - "thread": 139883241289536, + "relativeCreated": 50.29797554016113, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -1972,25 +1972,25 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,094", - "created": 1580906930.09489, + "asctime": "2020-12-21 01:00:04,285", + "created": 1608508804.285677, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 114, + "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 94.89011764526367, + "msecs": 285.6769561767578, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 40.24505615234375, - "thread": 139883241289536, + "relativeCreated": 50.52304267883301, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -1999,25 +1999,25 @@ 58, 62 ], - "asctime": "2020-02-05 13:48:50,094", - "created": 1580906930.094943, + "asctime": "2020-12-21 01:00:04,285", + "created": 1608508804.285897, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 124, + "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 94.94304656982422, + "msecs": 285.89701652526855, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 40.2979850769043, - "thread": 139883241289536, + "relativeCreated": 50.74310302734375, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -2025,46 +2025,46 @@ "STP:", "(17): 74 65 73 74 66 72 61 6d 65 20 66 6f 72 20 73 74 70" ], - "asctime": "2020-02-05 13:48:50,095", - "created": 1580906930.09505, + "asctime": "2020-12-21 01:00:04,286", + "created": 1608508804.28606, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "INFO", "levelno": 20, - "lineno": 145, + "lineno": 148, "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": 95.05009651184082, + "msecs": 286.060094833374, "msg": "%s message identified - %s", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 40.4050350189209, - "thread": 139883241289536, + "relativeCreated": 50.90618133544922, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 95.11089324951172, + "msecs": 286.2989902496338, "msg": "Processing testframe: \"%s\"", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 40.4658317565918, - "thread": 139883241289536, + "relativeCreated": 51.145076751708984, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 6.079673767089844e-05 + "time_consumption": 0.00023889541625976562 }, { "args": [ "[]", "" ], - "asctime": "2020-02-05 13:48:50,095", - "created": 1580906930.095368, + "asctime": "2020-12-21 01:00:04,286", + "created": 1608508804.286765, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2081,8 +2081,8 @@ "[ ]", "" ], - "asctime": "2020-02-05 13:48:50,095", - "created": 1580906930.095234, + "asctime": "2020-12-21 01:00:04,286", + "created": 1608508804.286538, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2092,14 +2092,14 @@ "lineno": 22, "message": "Result (First processed STP snippet): [ ] ()", "module": "test", - "msecs": 95.23391723632812, + "msecs": 286.53788566589355, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 40.5888557434082, - "thread": 139883241289536, + "relativeCreated": 51.38397216796875, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -2108,8 +2108,8 @@ "[ ]", "" ], - "asctime": "2020-02-05 13:48:50,095", - "created": 1580906930.095291, + "asctime": "2020-12-21 01:00:04,286", + "created": 1608508804.286643, "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": 95.2908992767334, + "msecs": 286.64302825927734, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 40.64583778381348, - "thread": 139883241289536, + "relativeCreated": 51.48911476135254, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 95.3679084777832, + "msecs": 286.76509857177734, "msg": "First processed STP snippet is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 40.72284698486328, - "thread": 139883241289536, + "relativeCreated": 51.61118507385254, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 7.700920104980469e-05 + "time_consumption": 0.0001220703125 }, { "args": [ "['testframe for stp']", "" ], - "asctime": "2020-02-05 13:48:50,096", - "created": 1580906930.096335, + "asctime": "2020-12-21 01:00:04,287", + "created": 1608508804.287162, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2164,8 +2164,8 @@ "[ 'testframe for stp' ]", "" ], - "asctime": "2020-02-05 13:48:50,096", - "created": 1580906930.096134, + "asctime": "2020-12-21 01:00:04,286", + "created": 1608508804.286943, "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": 96.13394737243652, + "msecs": 286.9429588317871, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 41.4888858795166, - "thread": 139883241289536, + "relativeCreated": 51.789045333862305, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -2191,8 +2191,8 @@ "[ 'testframe for stp' ]", "" ], - "asctime": "2020-02-05 13:48:50,096", - "created": 1580906930.096258, + "asctime": "2020-12-21 01:00:04,287", + "created": 1608508804.287045, "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": 96.25792503356934, + "msecs": 287.0450019836426, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 41.612863540649414, - "thread": 139883241289536, + "relativeCreated": 51.89108848571777, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 96.33493423461914, + "msecs": 287.16206550598145, "msg": "Final processed STP snippet is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 41.68987274169922, - "thread": 139883241289536, + "relativeCreated": 52.00815200805664, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 7.700920104980469e-05 + "time_consumption": 0.00011706352233886719 } ], - "thread": 139883241289536, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 0.0018808841705322266, - "time_finished": "2020-02-05 13:48:50,096", - "time_start": "2020-02-05 13:48:50,094" + "time_consumption": 0.0019931793212890625, + "time_finished": "2020-12-21 01:00:04,287", + "time_start": "2020-12-21 01:00:04,285" }, "_G40UUH5DEemxr4bbKXhxkg": { "args": null, - "asctime": "2020-02-05 13:48:50,091", - "created": 1580906930.091574, + "asctime": "2020-12-21 01:00:04,281", + "created": 1608508804.281841, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2245,20 +2245,20 @@ "message": "_G40UUH5DEemxr4bbKXhxkg", "module": "__init__", "moduleLogger": [], - "msecs": 91.57395362854004, + "msecs": 281.8410396575928, "msg": "_G40UUH5DEemxr4bbKXhxkg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 36.92889213562012, + "relativeCreated": 46.68712615966797, "testcaseLogger": [ { "args": [ "':testframe: for csp'" ], - "asctime": "2020-02-05 13:48:50,091", - "created": 1580906930.091636, + "asctime": "2020-12-21 01:00:04,281", + "created": 1608508804.281907, "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": 91.63594245910645, + "msecs": 281.9070816040039, "msg": "Creating testframe for \"%s\"", "name": "__tLogger__", "pathname": "src/tests/test_csp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 36.99088096618652, - "thread": 139883241289536, + "relativeCreated": 46.7531681060791, + "thread": 139713944590144, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -2285,8 +2285,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,091", - "created": 1580906930.091785, + "asctime": "2020-12-21 01:00:04,282", + "created": 1608508804.28207, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2303,8 +2303,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,091", - "created": 1580906930.091706, + "asctime": "2020-12-21 01:00:04,281", + "created": 1608508804.281989, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2314,14 +2314,14 @@ "lineno": 22, "message": "Result (CSP-Frame): ()", "module": "test", - "msecs": 91.7060375213623, + "msecs": 281.98909759521484, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 37.06097602844238, - "thread": 139883241289536, + "relativeCreated": 46.83518409729004, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -2330,8 +2330,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,091", - "created": 1580906930.091746, + "asctime": "2020-12-21 01:00:04,282", + "created": 1608508804.28203, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2341,39 +2341,39 @@ "lineno": 26, "message": "Expectation (CSP-Frame): result = ()", "module": "test", - "msecs": 91.74609184265137, + "msecs": 282.0301055908203, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 37.101030349731445, - "thread": 139883241289536, + "relativeCreated": 46.87619209289551, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 91.78495407104492, + "msecs": 282.0699214935303, "msg": "CSP-Frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 37.139892578125, - "thread": 139883241289536, + "relativeCreated": 46.91600799560547, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.886222839355469e-05 + "time_consumption": 3.981590270996094e-05 } ], - "thread": 139883241289536, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 0.0002110004425048828, - "time_finished": "2020-02-05 13:48:50,091", - "time_start": "2020-02-05 13:48:50,091" + "time_consumption": 0.0002288818359375, + "time_finished": "2020-12-21 01:00:04,282", + "time_start": "2020-12-21 01:00:04,281" }, "_NpOWgI9tEemg3cv-3xZ25Q": { "args": null, - "asctime": "2020-02-05 13:48:50,096", - "created": 1580906930.096457, + "asctime": "2020-12-21 01:00:04,287", + "created": 1608508804.287428, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2384,18 +2384,18 @@ "message": "_NpOWgI9tEemg3cv-3xZ25Q", "module": "__init__", "moduleLogger": [], - "msecs": 96.45700454711914, + "msecs": 287.4279022216797, "msg": "_NpOWgI9tEemg3cv-3xZ25Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 41.81194305419922, + "relativeCreated": 52.27398872375488, "testcaseLogger": [ { "args": [], - "asctime": "2020-02-05 13:48:50,096", - "created": 1580906930.096548, + "asctime": "2020-12-21 01:00:04,287", + "created": 1608508804.287593, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -2406,14 +2406,14 @@ "message": "Processing wrong data (list)", "module": "test_stp", "moduleLogger": [], - "msecs": 96.54808044433594, + "msecs": 287.59288787841797, "msg": "Processing wrong data (list)", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 41.903018951416016, - "thread": 139883241289536, + "relativeCreated": 52.438974380493164, + "thread": 139713944590144, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -2422,8 +2422,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,096", - "created": 1580906930.09677, + "asctime": "2020-12-21 01:00:04,287", + "created": 1608508804.287958, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2440,8 +2440,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,096", - "created": 1580906930.096634, + "asctime": "2020-12-21 01:00:04,287", + "created": 1608508804.287769, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2451,14 +2451,14 @@ "lineno": 22, "message": "Result (Wrong data exception): ()", "module": "test", - "msecs": 96.6339111328125, + "msecs": 287.769079208374, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 41.98884963989258, - "thread": 139883241289536, + "relativeCreated": 52.61516571044922, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -2467,8 +2467,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,096", - "created": 1580906930.096682, + "asctime": "2020-12-21 01:00:04,287", + "created": 1608508804.287867, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2478,35 +2478,35 @@ "lineno": 26, "message": "Expectation (Wrong data exception): result = ()", "module": "test", - "msecs": 96.68207168579102, + "msecs": 287.86706924438477, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 42.037010192871094, - "thread": 139883241289536, + "relativeCreated": 52.71315574645996, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 96.77004814147949, + "msecs": 287.95790672302246, "msg": "Wrong data exception is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 42.12498664855957, - "thread": 139883241289536, + "relativeCreated": 52.803993225097656, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 8.797645568847656e-05 + "time_consumption": 9.083747863769531e-05 }, { "args": [ "''", "" ], - "asctime": "2020-02-05 13:48:50,096", - "created": 1580906930.096941, + "asctime": "2020-12-21 01:00:04,288", + "created": 1608508804.288135, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2523,8 +2523,8 @@ "''", "" ], - "asctime": "2020-02-05 13:48:50,096", - "created": 1580906930.096838, + "asctime": "2020-12-21 01:00:04,288", + "created": 1608508804.288043, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2534,14 +2534,14 @@ "lineno": 22, "message": "Result (Buffer still empty): '' ()", "module": "test", - "msecs": 96.83799743652344, + "msecs": 288.0430221557617, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 42.192935943603516, - "thread": 139883241289536, + "relativeCreated": 52.889108657836914, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -2550,8 +2550,8 @@ "''", "" ], - "asctime": "2020-02-05 13:48:50,096", - "created": 1580906930.096885, + "asctime": "2020-12-21 01:00:04,288", + "created": 1608508804.288088, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2561,32 +2561,32 @@ "lineno": 26, "message": "Expectation (Buffer still empty): result = '' ()", "module": "test", - "msecs": 96.88496589660645, + "msecs": 288.0880832672119, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 42.23990440368652, - "thread": 139883241289536, + "relativeCreated": 52.93416976928711, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 96.94099426269531, + "msecs": 288.1350517272949, "msg": "Buffer still empty is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 42.29593276977539, - "thread": 139883241289536, + "relativeCreated": 52.98113822937012, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 5.602836608886719e-05 + "time_consumption": 4.696846008300781e-05 }, { "args": [], - "asctime": "2020-02-05 13:48:50,097", - "created": 1580906930.097016, + "asctime": "2020-12-21 01:00:04,288", + "created": 1608508804.288201, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -2597,14 +2597,14 @@ "message": "Processing wrong data (int)", "module": "test_stp", "moduleLogger": [], - "msecs": 97.0160961151123, + "msecs": 288.20109367370605, "msg": "Processing wrong data (int)", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 42.37103462219238, - "thread": 139883241289536, + "relativeCreated": 53.04718017578125, + "thread": 139713944590144, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -2613,8 +2613,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,097", - "created": 1580906930.097248, + "asctime": "2020-12-21 01:00:04,288", + "created": 1608508804.288371, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2631,8 +2631,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,097", - "created": 1580906930.097145, + "asctime": "2020-12-21 01:00:04,288", + "created": 1608508804.28828, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2642,14 +2642,14 @@ "lineno": 22, "message": "Result (Wrong data exception): ()", "module": "test", - "msecs": 97.14508056640625, + "msecs": 288.2800102233887, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 42.50001907348633, - "thread": 139883241289536, + "relativeCreated": 53.12609672546387, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -2658,8 +2658,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,097", - "created": 1580906930.0972, + "asctime": "2020-12-21 01:00:04,288", + "created": 1608508804.288324, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2669,35 +2669,35 @@ "lineno": 26, "message": "Expectation (Wrong data exception): result = ()", "module": "test", - "msecs": 97.19991683959961, + "msecs": 288.32411766052246, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 42.55485534667969, - "thread": 139883241289536, + "relativeCreated": 53.170204162597656, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 97.24807739257812, + "msecs": 288.37108612060547, "msg": "Wrong data exception is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 42.6030158996582, - "thread": 139883241289536, + "relativeCreated": 53.217172622680664, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 4.8160552978515625e-05 + "time_consumption": 4.696846008300781e-05 }, { "args": [ "''", "" ], - "asctime": "2020-02-05 13:48:50,097", - "created": 1580906930.097431, + "asctime": "2020-12-21 01:00:04,288", + "created": 1608508804.288532, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2714,8 +2714,8 @@ "''", "" ], - "asctime": "2020-02-05 13:48:50,097", - "created": 1580906930.097328, + "asctime": "2020-12-21 01:00:04,288", + "created": 1608508804.288441, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2725,14 +2725,14 @@ "lineno": 22, "message": "Result (Buffer still empty): '' ()", "module": "test", - "msecs": 97.32794761657715, + "msecs": 288.4409427642822, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 42.68288612365723, - "thread": 139883241289536, + "relativeCreated": 53.28702926635742, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -2741,8 +2741,8 @@ "''", "" ], - "asctime": "2020-02-05 13:48:50,097", - "created": 1580906930.097377, + "asctime": "2020-12-21 01:00:04,288", + "created": 1608508804.288484, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2752,32 +2752,32 @@ "lineno": 26, "message": "Expectation (Buffer still empty): result = '' ()", "module": "test", - "msecs": 97.37706184387207, + "msecs": 288.4840965270996, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 42.73200035095215, - "thread": 139883241289536, + "relativeCreated": 53.330183029174805, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 97.43094444274902, + "msecs": 288.532018661499, "msg": "Buffer still empty is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 42.7858829498291, - "thread": 139883241289536, + "relativeCreated": 53.37810516357422, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 5.3882598876953125e-05 + "time_consumption": 4.792213439941406e-05 }, { "args": [], - "asctime": "2020-02-05 13:48:50,097", - "created": 1580906930.097511, + "asctime": "2020-12-21 01:00:04,289", + "created": 1608508804.289414, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -2788,14 +2788,14 @@ "message": "Processing wrong data (unicode)", "module": "test_stp", "moduleLogger": [], - "msecs": 97.51105308532715, + "msecs": 289.4139289855957, "msg": "Processing wrong data (unicode)", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 42.86599159240723, - "thread": 139883241289536, + "relativeCreated": 54.2600154876709, + "thread": 139713944590144, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -2804,8 +2804,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,097", - "created": 1580906930.097729, + "asctime": "2020-12-21 01:00:04,289", + "created": 1608508804.289882, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2822,8 +2822,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,097", - "created": 1580906930.097591, + "asctime": "2020-12-21 01:00:04,289", + "created": 1608508804.289657, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2833,14 +2833,14 @@ "lineno": 22, "message": "Result (Wrong data exception): ()", "module": "test", - "msecs": 97.59092330932617, + "msecs": 289.6571159362793, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 42.94586181640625, - "thread": 139883241289536, + "relativeCreated": 54.50320243835449, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -2849,8 +2849,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,097", - "created": 1580906930.097639, + "asctime": "2020-12-21 01:00:04,289", + "created": 1608508804.289782, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2860,35 +2860,35 @@ "lineno": 26, "message": "Expectation (Wrong data exception): result = ()", "module": "test", - "msecs": 97.63908386230469, + "msecs": 289.7820472717285, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 42.994022369384766, - "thread": 139883241289536, + "relativeCreated": 54.62813377380371, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 97.72896766662598, + "msecs": 289.88194465637207, "msg": "Wrong data exception is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 43.083906173706055, - "thread": 139883241289536, + "relativeCreated": 54.728031158447266, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 8.988380432128906e-05 + "time_consumption": 9.989738464355469e-05 }, { "args": [ "''", "" ], - "asctime": "2020-02-05 13:48:50,097", - "created": 1580906930.097914, + "asctime": "2020-12-21 01:00:04,290", + "created": 1608508804.290109, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2905,8 +2905,8 @@ "''", "" ], - "asctime": "2020-02-05 13:48:50,097", - "created": 1580906930.097812, + "asctime": "2020-12-21 01:00:04,289", + "created": 1608508804.289989, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2916,14 +2916,14 @@ "lineno": 22, "message": "Result (Buffer still empty): '' ()", "module": "test", - "msecs": 97.81193733215332, + "msecs": 289.9889945983887, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 43.1668758392334, - "thread": 139883241289536, + "relativeCreated": 54.83508110046387, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -2932,8 +2932,8 @@ "''", "" ], - "asctime": "2020-02-05 13:48:50,097", - "created": 1580906930.097861, + "asctime": "2020-12-21 01:00:04,290", + "created": 1608508804.29005, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2943,39 +2943,39 @@ "lineno": 26, "message": "Expectation (Buffer still empty): result = '' ()", "module": "test", - "msecs": 97.86105155944824, + "msecs": 290.0500297546387, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 43.21599006652832, - "thread": 139883241289536, + "relativeCreated": 54.89611625671387, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 97.91398048400879, + "msecs": 290.10891914367676, "msg": "Buffer still empty is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 43.26891899108887, - "thread": 139883241289536, + "relativeCreated": 54.95500564575195, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 5.2928924560546875e-05 + "time_consumption": 5.888938903808594e-05 } ], - "thread": 139883241289536, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 0.0014569759368896484, - "time_finished": "2020-02-05 13:48:50,097", - "time_start": "2020-02-05 13:48:50,096" + "time_consumption": 0.0026810169219970703, + "time_finished": "2020-12-21 01:00:04,290", + "time_start": "2020-12-21 01:00:04,287" }, "_QjJiIIwZEem5qYOdmXl77A": { "args": null, - "asctime": "2020-02-05 13:48:50,091", - "created": 1580906930.091893, + "asctime": "2020-12-21 01:00:04,282", + "created": 1608508804.282222, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2986,20 +2986,20 @@ "message": "_QjJiIIwZEem5qYOdmXl77A", "module": "__init__", "moduleLogger": [], - "msecs": 91.89295768737793, + "msecs": 282.22203254699707, "msg": "_QjJiIIwZEem5qYOdmXl77A", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 37.24789619445801, + "relativeCreated": 47.068119049072266, "testcaseLogger": [ { "args": [ "':testframe: for csp\\n'" ], - "asctime": "2020-02-05 13:48:50,092", - "created": 1580906930.09209, + "asctime": "2020-12-21 01:00:04,282", + "created": 1608508804.282433, "exc_info": null, "exc_text": null, "filename": "test_csp.py", @@ -3015,25 +3015,25 @@ "CSP:", "(10): 3a 74 65 73 74 66 72 61 6d 65" ], - "asctime": "2020-02-05 13:48:50,091", - "created": 1580906930.091981, + "asctime": "2020-12-21 01:00:04,282", + "created": 1608508804.282319, "exc_info": null, "exc_text": null, "filename": "csp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 65, + "lineno": 68, "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": 91.9809341430664, + "msecs": 282.3190689086914, "msg": "%s Leaving data in buffer (to be processed next time): %s", - "name": "STRINGTOOLS", + "name": "root.stringtools.csp", "pathname": "src/stringtools/csp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 37.335872650146484, - "thread": 139883241289536, + "relativeCreated": 47.1651554107666, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -3041,46 +3041,46 @@ "CSP:", "(19): 3a 74 65 73 74 66 72 61 6d 65 3a 20 66 6f 72 20 63 73 70" ], - "asctime": "2020-02-05 13:48:50,092", - "created": 1580906930.092051, + "asctime": "2020-12-21 01:00:04,282", + "created": 1608508804.28239, "exc_info": null, "exc_text": null, "filename": "csp.py", "funcName": "process", "levelname": "INFO", "levelno": 20, - "lineno": 67, + "lineno": 70, "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": 92.05102920532227, + "msecs": 282.3901176452637, "msg": "%s message identified - %s", - "name": "STRINGTOOLS", + "name": "root.stringtools.csp", "pathname": "src/stringtools/csp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 37.405967712402344, - "thread": 139883241289536, + "relativeCreated": 47.23620414733887, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 92.08989143371582, + "msecs": 282.43303298950195, "msg": "Processing testframe: \"%s\" in two snippets", "name": "__tLogger__", "pathname": "src/tests/test_csp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 37.4448299407959, - "thread": 139883241289536, + "relativeCreated": 47.27911949157715, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.886222839355469e-05 + "time_consumption": 4.291534423828125e-05 }, { "args": [ "[]", "" ], - "asctime": "2020-02-05 13:48:50,092", - "created": 1580906930.092245, + "asctime": "2020-12-21 01:00:04,282", + "created": 1608508804.282591, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3097,8 +3097,8 @@ "[ ]", "" ], - "asctime": "2020-02-05 13:48:50,092", - "created": 1580906930.092157, + "asctime": "2020-12-21 01:00:04,282", + "created": 1608508804.282503, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3108,14 +3108,14 @@ "lineno": 22, "message": "Result (First processed CSP-Snippet): [ ] ()", "module": "test", - "msecs": 92.15688705444336, + "msecs": 282.5028896331787, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 37.51182556152344, - "thread": 139883241289536, + "relativeCreated": 47.348976135253906, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -3124,8 +3124,8 @@ "[ ]", "" ], - "asctime": "2020-02-05 13:48:50,092", - "created": 1580906930.092196, + "asctime": "2020-12-21 01:00:04,282", + "created": 1608508804.282543, "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": 92.19598770141602, + "msecs": 282.5429439544678, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 37.550926208496094, - "thread": 139883241289536, + "relativeCreated": 47.38903045654297, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 92.24510192871094, + "msecs": 282.5911045074463, "msg": "First processed CSP-Snippet is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 37.600040435791016, - "thread": 139883241289536, + "relativeCreated": 47.437191009521484, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 4.9114227294921875e-05 + "time_consumption": 4.8160552978515625e-05 }, { "args": [ "[':testframe: for csp']", "" ], - "asctime": "2020-02-05 13:48:50,092", - "created": 1580906930.092394, + "asctime": "2020-12-21 01:00:04,282", + "created": 1608508804.282744, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3180,8 +3180,8 @@ "[ ':testframe: for csp' ]", "" ], - "asctime": "2020-02-05 13:48:50,092", - "created": 1580906930.092309, + "asctime": "2020-12-21 01:00:04,282", + "created": 1608508804.282654, "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": 92.30899810791016, + "msecs": 282.6540470123291, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 37.663936614990234, - "thread": 139883241289536, + "relativeCreated": 47.5001335144043, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -3207,8 +3207,8 @@ "[ ':testframe: for csp' ]", "" ], - "asctime": "2020-02-05 13:48:50,092", - "created": 1580906930.092348, + "asctime": "2020-12-21 01:00:04,282", + "created": 1608508804.282694, "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": 92.34809875488281, + "msecs": 282.69410133361816, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 37.70303726196289, - "thread": 139883241289536, + "relativeCreated": 47.54018783569336, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 92.39411354064941, + "msecs": 282.7439308166504, "msg": "Final processed CSP-Frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 37.74905204772949, - "thread": 139883241289536, + "relativeCreated": 47.590017318725586, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 4.601478576660156e-05 + "time_consumption": 4.982948303222656e-05 } ], - "thread": 139883241289536, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 0.0005011558532714844, - "time_finished": "2020-02-05 13:48:50,092", - "time_start": "2020-02-05 13:48:50,091" + "time_consumption": 0.0005218982696533203, + "time_finished": "2020-12-21 01:00:04,282", + "time_start": "2020-12-21 01:00:04,282" }, "_XzMFcHYZEem_kd-7nxt1sg": { "args": null, - "asctime": "2020-02-05 13:48:50,088", - "created": 1580906930.088483, + "asctime": "2020-12-21 01:00:04,278", + "created": 1608508804.278755, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3261,21 +3261,21 @@ "message": "_XzMFcHYZEem_kd-7nxt1sg", "module": "__init__", "moduleLogger": [], - "msecs": 88.48309516906738, + "msecs": 278.75494956970215, "msg": "_XzMFcHYZEem_kd-7nxt1sg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 33.83803367614746, + "relativeCreated": 43.601036071777344, "testcaseLogger": [ { "args": [ "de ad be ef", "" ], - "asctime": "2020-02-05 13:48:50,088", - "created": 1580906930.088561, + "asctime": "2020-12-21 01:00:04,278", + "created": 1608508804.278838, "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": 88.5610580444336, + "msecs": 278.8379192352295, "msg": "Checking test pattern %s (%s).", "name": "__tLogger__", "pathname": "src/tests/test_hexlify.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 33.91599655151367, - "thread": 139883241289536, + "relativeCreated": 43.68400573730469, + "thread": 139713944590144, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2020-02-05 13:48:50,089", - "created": 1580906930.089074, + "asctime": "2020-12-21 01:00:04,279", + "created": 1608508804.279231, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -3315,8 +3315,8 @@ "args": [ "(4): de ad be ef" ], - "asctime": "2020-02-05 13:48:50,088", - "created": 1580906930.088631, + "asctime": "2020-12-21 01:00:04,278", + "created": 1608508804.278918, "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": 88.63091468811035, + "msecs": 278.9180278778076, "msg": "Return value of hexlify is %s", "name": "__unittest__", "pathname": "src/tests/test_hexlify.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 33.98585319519043, - "thread": 139883241289536, + "relativeCreated": 43.76411437988281, + "thread": 139713944590144, "threadName": "MainThread" }, { "args": [ "(4): DE AD BE EF" ], - "asctime": "2020-02-05 13:48:50,088", - "created": 1580906930.088872, + "asctime": "2020-12-21 01:00:04,279", + "created": 1608508804.279028, "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": 88.87195587158203, + "msecs": 279.02793884277344, "msg": "Using upper string for comparison: %s", "name": "__unittest__", "pathname": "src/tests/test_hexlify.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 34.22689437866211, - "thread": 139883241289536, + "relativeCreated": 43.87402534484863, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -3366,8 +3366,8 @@ "DE", "(4): DE AD BE EF" ], - "asctime": "2020-02-05 13:48:50,088", - "created": 1580906930.088922, + "asctime": "2020-12-21 01:00:04,279", + "created": 1608508804.279075, "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": 88.92202377319336, + "msecs": 279.07490730285645, "msg": "\"%s\" found in \"%s\"... Reducing pattern", "name": "__unittest__", "pathname": "src/tests/test_hexlify.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 34.27696228027344, - "thread": 139883241289536, + "relativeCreated": 43.92099380493164, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -3392,8 +3392,8 @@ "AD", "AD BE EF" ], - "asctime": "2020-02-05 13:48:50,088", - "created": 1580906930.088965, + "asctime": "2020-12-21 01:00:04,279", + "created": 1608508804.279114, "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": 88.96493911743164, + "msecs": 279.1140079498291, "msg": "\"%s\" found in \"%s\"... Reducing pattern", "name": "__unittest__", "pathname": "src/tests/test_hexlify.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 34.31987762451172, - "thread": 139883241289536, + "relativeCreated": 43.9600944519043, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -3418,8 +3418,8 @@ "BE", "BE EF" ], - "asctime": "2020-02-05 13:48:50,089", - "created": 1580906930.089002, + "asctime": "2020-12-21 01:00:04,279", + "created": 1608508804.279155, "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": 89.00189399719238, + "msecs": 279.15501594543457, "msg": "\"%s\" found in \"%s\"... Reducing pattern", "name": "__unittest__", "pathname": "src/tests/test_hexlify.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 34.35683250427246, - "thread": 139883241289536, + "relativeCreated": 44.001102447509766, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -3444,8 +3444,8 @@ "EF", "EF" ], - "asctime": "2020-02-05 13:48:50,089", - "created": 1580906930.089038, + "asctime": "2020-12-21 01:00:04,279", + "created": 1608508804.279196, "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": 89.03789520263672, + "msecs": 279.19602394104004, "msg": "\"%s\" found in \"%s\"... Reducing pattern", "name": "__unittest__", "pathname": "src/tests/test_hexlify.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 34.3928337097168, - "thread": 139883241289536, + "relativeCreated": 44.042110443115234, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 89.07389640808105, + "msecs": 279.23107147216797, "msg": "Pattern included all relevant information in the correct order.", "name": "__tLogger__", "pathname": "src/tests/test_hexlify.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 34.42883491516113, - "thread": 139883241289536, + "relativeCreated": 44.077157974243164, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.600120544433594e-05 + "time_consumption": 3.504753112792969e-05 } ], - "thread": 139883241289536, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 0.0005908012390136719, - "time_finished": "2020-02-05 13:48:50,089", - "time_start": "2020-02-05 13:48:50,088" + "time_consumption": 0.0004761219024658203, + "time_finished": "2020-12-21 01:00:04,279", + "time_start": "2020-12-21 01:00:04,278" }, "_Y_h3gH5CEemxr4bbKXhxkg": { "args": null, - "asctime": "2020-02-05 13:48:50,091", - "created": 1580906930.091249, + "asctime": "2020-12-21 01:00:04,281", + "created": 1608508804.281502, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3498,20 +3498,20 @@ "message": "_Y_h3gH5CEemxr4bbKXhxkg", "module": "__init__", "moduleLogger": [], - "msecs": 91.24898910522461, + "msecs": 281.50200843811035, "msg": "_Y_h3gH5CEemxr4bbKXhxkg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 36.60392761230469, + "relativeCreated": 46.34809494018555, "testcaseLogger": [ { "args": [ "':testframe: for csp'" ], - "asctime": "2020-02-05 13:48:50,091", - "created": 1580906930.091318, + "asctime": "2020-12-21 01:00:04,281", + "created": 1608508804.281579, "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": 91.31789207458496, + "msecs": 281.57901763916016, "msg": "Creating testframe for \"%s\"", "name": "__tLogger__", "pathname": "src/tests/test_csp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 36.67283058166504, - "thread": 139883241289536, + "relativeCreated": 46.42510414123535, + "thread": 139713944590144, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -3538,8 +3538,8 @@ "':testframe: for csp\\n'", "" ], - "asctime": "2020-02-05 13:48:50,091", - "created": 1580906930.091463, + "asctime": "2020-12-21 01:00:04,281", + "created": 1608508804.281725, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3556,8 +3556,8 @@ "':testframe: for csp\\n'", "" ], - "asctime": "2020-02-05 13:48:50,091", - "created": 1580906930.091385, + "asctime": "2020-12-21 01:00:04,281", + "created": 1608508804.281646, "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": 91.3848876953125, + "msecs": 281.6460132598877, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 36.73982620239258, - "thread": 139883241289536, + "relativeCreated": 46.49209976196289, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -3583,8 +3583,8 @@ "':testframe: for csp\\n'", "" ], - "asctime": "2020-02-05 13:48:50,091", - "created": 1580906930.091425, + "asctime": "2020-12-21 01:00:04,281", + "created": 1608508804.281685, "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": 91.42494201660156, + "msecs": 281.68511390686035, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 36.77988052368164, - "thread": 139883241289536, + "relativeCreated": 46.53120040893555, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 91.46308898925781, + "msecs": 281.7249298095703, "msg": "CSP-Frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 36.81802749633789, - "thread": 139883241289536, + "relativeCreated": 46.57101631164551, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.814697265625e-05 + "time_consumption": 3.981590270996094e-05 } ], - "thread": 139883241289536, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 0.00021409988403320312, - "time_finished": "2020-02-05 13:48:50,091", - "time_start": "2020-02-05 13:48:50,091" + "time_consumption": 0.00022292137145996094, + "time_finished": "2020-12-21 01:00:04,281", + "time_start": "2020-12-21 01:00:04,281" }, "_ZhyRAI9OEemAMMFgxXT6lA": { "args": null, - "asctime": "2020-02-05 13:48:50,092", - "created": 1580906930.092503, + "asctime": "2020-12-21 01:00:04,282", + "created": 1608508804.282849, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3637,18 +3637,18 @@ "message": "_ZhyRAI9OEemAMMFgxXT6lA", "module": "__init__", "moduleLogger": [], - "msecs": 92.50307083129883, + "msecs": 282.8490734100342, "msg": "_ZhyRAI9OEemAMMFgxXT6lA", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 37.858009338378906, + "relativeCreated": 47.695159912109375, "testcaseLogger": [ { "args": [], - "asctime": "2020-02-05 13:48:50,092", - "created": 1580906930.092568, + "asctime": "2020-12-21 01:00:04,282", + "created": 1608508804.282914, "exc_info": null, "exc_text": null, "filename": "test_csp.py", @@ -3659,14 +3659,14 @@ "message": "Processing wrong data (list)", "module": "test_csp", "moduleLogger": [], - "msecs": 92.56792068481445, + "msecs": 282.9139232635498, "msg": "Processing wrong data (list)", "name": "__tLogger__", "pathname": "src/tests/test_csp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 37.92285919189453, - "thread": 139883241289536, + "relativeCreated": 47.760009765625, + "thread": 139713944590144, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -3675,8 +3675,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,092", - "created": 1580906930.092737, + "asctime": "2020-12-21 01:00:04,283", + "created": 1608508804.283074, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3693,8 +3693,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,092", - "created": 1580906930.09263, + "asctime": "2020-12-21 01:00:04,282", + "created": 1608508804.282992, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3704,14 +3704,14 @@ "lineno": 22, "message": "Result (Wrong data exception): ()", "module": "test", - "msecs": 92.62990951538086, + "msecs": 282.991886138916, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 37.98484802246094, - "thread": 139883241289536, + "relativeCreated": 47.83797264099121, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -3720,8 +3720,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,092", - "created": 1580906930.092673, + "asctime": "2020-12-21 01:00:04,283", + "created": 1608508804.283034, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3731,35 +3731,35 @@ "lineno": 26, "message": "Expectation (Wrong data exception): result = ()", "module": "test", - "msecs": 92.67306327819824, + "msecs": 283.034086227417, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 38.02800178527832, - "thread": 139883241289536, + "relativeCreated": 47.88017272949219, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 92.73695945739746, + "msecs": 283.07390213012695, "msg": "Wrong data exception is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 38.09189796447754, - "thread": 139883241289536, + "relativeCreated": 47.91998863220215, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 6.389617919921875e-05 + "time_consumption": 3.981590270996094e-05 }, { "args": [ "''", "" ], - "asctime": "2020-02-05 13:48:50,092", - "created": 1580906930.092889, + "asctime": "2020-12-21 01:00:04,283", + "created": 1608508804.283215, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3776,8 +3776,8 @@ "''", "" ], - "asctime": "2020-02-05 13:48:50,092", - "created": 1580906930.092813, + "asctime": "2020-12-21 01:00:04,283", + "created": 1608508804.283137, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3787,14 +3787,14 @@ "lineno": 22, "message": "Result (Buffer still empty): '' ()", "module": "test", - "msecs": 92.81301498413086, + "msecs": 283.13708305358887, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 38.16795349121094, - "thread": 139883241289536, + "relativeCreated": 47.98316955566406, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -3803,8 +3803,8 @@ "''", "" ], - "asctime": "2020-02-05 13:48:50,092", - "created": 1580906930.092851, + "asctime": "2020-12-21 01:00:04,283", + "created": 1608508804.283176, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3814,32 +3814,32 @@ "lineno": 26, "message": "Expectation (Buffer still empty): result = '' ()", "module": "test", - "msecs": 92.85092353820801, + "msecs": 283.1759452819824, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 38.205862045288086, - "thread": 139883241289536, + "relativeCreated": 48.02203178405762, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 92.88907051086426, + "msecs": 283.2150459289551, "msg": "Buffer still empty is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 38.244009017944336, - "thread": 139883241289536, + "relativeCreated": 48.06113243103027, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.814697265625e-05 + "time_consumption": 3.910064697265625e-05 }, { "args": [], - "asctime": "2020-02-05 13:48:50,092", - "created": 1580906930.092945, + "asctime": "2020-12-21 01:00:04,283", + "created": 1608508804.283278, "exc_info": null, "exc_text": null, "filename": "test_csp.py", @@ -3850,14 +3850,14 @@ "message": "Processing wrong data (int)", "module": "test_csp", "moduleLogger": [], - "msecs": 92.94509887695312, + "msecs": 283.2779884338379, "msg": "Processing wrong data (int)", "name": "__tLogger__", "pathname": "src/tests/test_csp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 38.3000373840332, - "thread": 139883241289536, + "relativeCreated": 48.124074935913086, + "thread": 139713944590144, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -3866,8 +3866,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,093", - "created": 1580906930.0931, + "asctime": "2020-12-21 01:00:04,283", + "created": 1608508804.283427, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3884,8 +3884,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,093", - "created": 1580906930.093021, + "asctime": "2020-12-21 01:00:04,283", + "created": 1608508804.283345, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3895,14 +3895,14 @@ "lineno": 22, "message": "Result (Wrong data exception): ()", "module": "test", - "msecs": 93.02091598510742, + "msecs": 283.34498405456543, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 38.3758544921875, - "thread": 139883241289536, + "relativeCreated": 48.191070556640625, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -3911,8 +3911,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,093", - "created": 1580906930.093061, + "asctime": "2020-12-21 01:00:04,283", + "created": 1608508804.283385, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3922,35 +3922,35 @@ "lineno": 26, "message": "Expectation (Wrong data exception): result = ()", "module": "test", - "msecs": 93.06097030639648, + "msecs": 283.3850383758545, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 38.41590881347656, - "thread": 139883241289536, + "relativeCreated": 48.23112487792969, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 93.10007095336914, + "msecs": 283.42700004577637, "msg": "Wrong data exception is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 38.45500946044922, - "thread": 139883241289536, + "relativeCreated": 48.27308654785156, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.910064697265625e-05 + "time_consumption": 4.1961669921875e-05 }, { "args": [ "''", "" ], - "asctime": "2020-02-05 13:48:50,093", - "created": 1580906930.09324, + "asctime": "2020-12-21 01:00:04,283", + "created": 1608508804.283571, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3967,8 +3967,8 @@ "''", "" ], - "asctime": "2020-02-05 13:48:50,093", - "created": 1580906930.093163, + "asctime": "2020-12-21 01:00:04,283", + "created": 1608508804.28349, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3978,14 +3978,14 @@ "lineno": 22, "message": "Result (Buffer still empty): '' ()", "module": "test", - "msecs": 93.16301345825195, + "msecs": 283.4899425506592, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 38.51795196533203, - "thread": 139883241289536, + "relativeCreated": 48.336029052734375, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -3994,8 +3994,8 @@ "''", "" ], - "asctime": "2020-02-05 13:48:50,093", - "created": 1580906930.093202, + "asctime": "2020-12-21 01:00:04,283", + "created": 1608508804.283529, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4005,32 +4005,32 @@ "lineno": 26, "message": "Expectation (Buffer still empty): result = '' ()", "module": "test", - "msecs": 93.20211410522461, + "msecs": 283.52904319763184, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 38.55705261230469, - "thread": 139883241289536, + "relativeCreated": 48.37512969970703, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 93.24002265930176, + "msecs": 283.5710048675537, "msg": "Buffer still empty is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 38.594961166381836, - "thread": 139883241289536, + "relativeCreated": 48.417091369628906, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.790855407714844e-05 + "time_consumption": 4.1961669921875e-05 }, { "args": [], - "asctime": "2020-02-05 13:48:50,093", - "created": 1580906930.093299, + "asctime": "2020-12-21 01:00:04,283", + "created": 1608508804.283629, "exc_info": null, "exc_text": null, "filename": "test_csp.py", @@ -4041,14 +4041,14 @@ "message": "Processing wrong data (unicode)", "module": "test_csp", "moduleLogger": [], - "msecs": 93.29891204833984, + "msecs": 283.6289405822754, "msg": "Processing wrong data (unicode)", "name": "__tLogger__", "pathname": "src/tests/test_csp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 38.65385055541992, - "thread": 139883241289536, + "relativeCreated": 48.475027084350586, + "thread": 139713944590144, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -4057,8 +4057,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,093", - "created": 1580906930.093447, + "asctime": "2020-12-21 01:00:04,283", + "created": 1608508804.283785, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4075,8 +4075,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,093", - "created": 1580906930.093365, + "asctime": "2020-12-21 01:00:04,283", + "created": 1608508804.283698, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4086,14 +4086,14 @@ "lineno": 22, "message": "Result (Wrong data exception): ()", "module": "test", - "msecs": 93.36495399475098, + "msecs": 283.69808197021484, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 38.719892501831055, - "thread": 139883241289536, + "relativeCreated": 48.54416847229004, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -4102,8 +4102,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,093", - "created": 1580906930.093405, + "asctime": "2020-12-21 01:00:04,283", + "created": 1608508804.283738, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4113,35 +4113,35 @@ "lineno": 26, "message": "Expectation (Wrong data exception): result = ()", "module": "test", - "msecs": 93.40500831604004, + "msecs": 283.7378978729248, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 38.75994682312012, - "thread": 139883241289536, + "relativeCreated": 48.583984375, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 93.44696998596191, + "msecs": 283.7851047515869, "msg": "Wrong data exception is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 38.80190849304199, - "thread": 139883241289536, + "relativeCreated": 48.63119125366211, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 4.1961669921875e-05 + "time_consumption": 4.7206878662109375e-05 }, { "args": [ "''", "" ], - "asctime": "2020-02-05 13:48:50,093", - "created": 1580906930.093588, + "asctime": "2020-12-21 01:00:04,283", + "created": 1608508804.283923, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4158,8 +4158,8 @@ "''", "" ], - "asctime": "2020-02-05 13:48:50,093", - "created": 1580906930.09351, + "asctime": "2020-12-21 01:00:04,283", + "created": 1608508804.283846, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4169,14 +4169,14 @@ "lineno": 22, "message": "Result (Buffer still empty): '' ()", "module": "test", - "msecs": 93.50991249084473, + "msecs": 283.8459014892578, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 38.864850997924805, - "thread": 139883241289536, + "relativeCreated": 48.69198799133301, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -4185,8 +4185,8 @@ "''", "" ], - "asctime": "2020-02-05 13:48:50,093", - "created": 1580906930.093547, + "asctime": "2020-12-21 01:00:04,283", + "created": 1608508804.283884, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4196,39 +4196,39 @@ "lineno": 26, "message": "Expectation (Buffer still empty): result = '' ()", "module": "test", - "msecs": 93.54710578918457, + "msecs": 283.88404846191406, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 38.90204429626465, - "thread": 139883241289536, + "relativeCreated": 48.73013496398926, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 93.58811378479004, + "msecs": 283.9229106903076, "msg": "Buffer still empty is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 38.94305229187012, - "thread": 139883241289536, + "relativeCreated": 48.76899719238281, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 4.100799560546875e-05 + "time_consumption": 3.886222839355469e-05 } ], - "thread": 139883241289536, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 0.001085042953491211, - "time_finished": "2020-02-05 13:48:50,093", - "time_start": "2020-02-05 13:48:50,092" + "time_consumption": 0.0010738372802734375, + "time_finished": "2020-12-21 01:00:04,283", + "time_start": "2020-12-21 01:00:04,282" }, "_dB5IoEaTEeq5fPlXIeQCXQ": { "args": null, - "asctime": "2020-02-05 13:48:50,083", - "created": 1580906930.083582, + "asctime": "2020-12-21 01:00:04,273", + "created": 1608508804.273437, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4239,21 +4239,21 @@ "message": "_dB5IoEaTEeq5fPlXIeQCXQ", "module": "__init__", "moduleLogger": [], - "msecs": 83.58192443847656, + "msecs": 273.4370231628418, "msg": "_dB5IoEaTEeq5fPlXIeQCXQ", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 28.93686294555664, + "relativeCreated": 38.28310966491699, "testcaseLogger": [ { "args": [ "'117p'", "" ], - "asctime": "2020-02-05 13:48:50,083", - "created": 1580906930.083893, + "asctime": "2020-12-21 01:00:04,273", + "created": 1608508804.27378, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4270,8 +4270,8 @@ "'117p'", "" ], - "asctime": "2020-02-05 13:48:50,083", - "created": 1580906930.083791, + "asctime": "2020-12-21 01:00:04,273", + "created": 1608508804.273665, "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": 83.79101753234863, + "msecs": 273.6649513244629, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 29.14595603942871, - "thread": 139883241289536, + "relativeCreated": 38.511037826538086, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -4297,8 +4297,8 @@ "'117p'", "" ], - "asctime": "2020-02-05 13:48:50,083", - "created": 1580906930.083847, + "asctime": "2020-12-21 01:00:04,273", + "created": 1608508804.273728, "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": 83.8470458984375, + "msecs": 273.7278938293457, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 29.201984405517578, - "thread": 139883241289536, + "relativeCreated": 38.5739803314209, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 83.8930606842041, + "msecs": 273.78010749816895, "msg": "Physical representation for 1.17e-10 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 29.24799919128418, - "thread": 139883241289536, + "relativeCreated": 38.62619400024414, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 4.601478576660156e-05 + "time_consumption": 5.221366882324219e-05 }, { "args": [ "'54n'", "" ], - "asctime": "2020-02-05 13:48:50,084", - "created": 1580906930.084059, + "asctime": "2020-12-21 01:00:04,273", + "created": 1608508804.273963, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4353,8 +4353,8 @@ "'54n'", "" ], - "asctime": "2020-02-05 13:48:50,083", - "created": 1580906930.083976, + "asctime": "2020-12-21 01:00:04,273", + "created": 1608508804.273872, "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": 83.97603034973145, + "msecs": 273.87189865112305, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 29.330968856811523, - "thread": 139883241289536, + "relativeCreated": 38.71798515319824, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -4380,8 +4380,8 @@ "'54n'", "" ], - "asctime": "2020-02-05 13:48:50,084", - "created": 1580906930.084018, + "asctime": "2020-12-21 01:00:04,273", + "created": 1608508804.27392, "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": 84.01799201965332, + "msecs": 273.92005920410156, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 29.3729305267334, - "thread": 139883241289536, + "relativeCreated": 38.76614570617676, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 84.05900001525879, + "msecs": 273.96297454833984, "msg": "Physical representation for 5.4e-08 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 29.413938522338867, - "thread": 139883241289536, + "relativeCreated": 38.80906105041504, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 4.100799560546875e-05 + "time_consumption": 4.291534423828125e-05 }, { "args": [ - "'25.3\\xc2\\xb5'", + "'25.3u'", "" ], - "asctime": "2020-02-05 13:48:50,084", - "created": 1580906930.084215, + "asctime": "2020-12-21 01:00:04,274", + "created": 1608508804.274257, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4427,17 +4427,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 142, - "message": "Physical representation for 2.53e-05 is correct (Content '25.3\\xc2\\xb5' and Type is ).", + "message": "Physical representation for 2.53e-05 is correct (Content '25.3u' and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Physical representation for 2.53e-05", - "'25.3\\xc2\\xb5'", + "'25.3u'", "" ], - "asctime": "2020-02-05 13:48:50,084", - "created": 1580906930.084134, + "asctime": "2020-12-21 01:00:04,274", + "created": 1608508804.274045, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4445,26 +4445,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Physical representation for 2.53e-05): '25.3\\xc2\\xb5' ()", + "message": "Result (Physical representation for 2.53e-05): '25.3u' ()", "module": "test", - "msecs": 84.13410186767578, + "msecs": 274.0449905395508, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 29.48904037475586, - "thread": 139883241289536, + "relativeCreated": 38.89107704162598, + "thread": 139713944590144, "threadName": "MainThread" }, { "args": [ "Physical representation for 2.53e-05", - "'25.3\\xc2\\xb5'", + "'25.3u'", "" ], - "asctime": "2020-02-05 13:48:50,084", - "created": 1580906930.084173, + "asctime": "2020-12-21 01:00:04,274", + "created": 1608508804.274086, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4472,37 +4472,37 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 26, - "message": "Expectation (Physical representation for 2.53e-05): result = '25.3\\xc2\\xb5' ()", + "message": "Expectation (Physical representation for 2.53e-05): result = '25.3u' ()", "module": "test", - "msecs": 84.17296409606934, + "msecs": 274.08599853515625, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 29.527902603149414, - "thread": 139883241289536, + "relativeCreated": 38.932085037231445, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 84.21492576599121, + "msecs": 274.25694465637207, "msg": "Physical representation for 2.53e-05 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 29.56986427307129, - "thread": 139883241289536, + "relativeCreated": 39.103031158447266, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 4.1961669921875e-05 + "time_consumption": 0.0001709461212158203 }, { "args": [ "'100m'", "" ], - "asctime": "2020-02-05 13:48:50,084", - "created": 1580906930.084363, + "asctime": "2020-12-21 01:00:04,274", + "created": 1608508804.274414, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4519,8 +4519,8 @@ "'100m'", "" ], - "asctime": "2020-02-05 13:48:50,084", - "created": 1580906930.084287, + "asctime": "2020-12-21 01:00:04,274", + "created": 1608508804.274335, "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": 84.28692817687988, + "msecs": 274.3349075317383, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 29.64186668395996, - "thread": 139883241289536, + "relativeCreated": 39.18099403381348, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -4546,8 +4546,8 @@ "'100m'", "" ], - "asctime": "2020-02-05 13:48:50,084", - "created": 1580906930.084326, + "asctime": "2020-12-21 01:00:04,274", + "created": 1608508804.274375, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4557,35 +4557,35 @@ "lineno": 26, "message": "Expectation (Physical representation for 0.1): result = '100m' ()", "module": "test", - "msecs": 84.32602882385254, + "msecs": 274.37496185302734, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 29.680967330932617, - "thread": 139883241289536, + "relativeCreated": 39.22104835510254, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 84.36298370361328, + "msecs": 274.4140625, "msg": "Physical representation for 0.1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 29.71792221069336, - "thread": 139883241289536, + "relativeCreated": 39.260149002075195, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.695487976074219e-05 + "time_consumption": 3.910064697265625e-05 }, { "args": [ "'0'", "" ], - "asctime": "2020-02-05 13:48:50,084", - "created": 1580906930.084512, + "asctime": "2020-12-21 01:00:04,274", + "created": 1608508804.274569, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4602,8 +4602,8 @@ "'0'", "" ], - "asctime": "2020-02-05 13:48:50,084", - "created": 1580906930.084432, + "asctime": "2020-12-21 01:00:04,274", + "created": 1608508804.274487, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4613,14 +4613,14 @@ "lineno": 22, "message": "Result (Physical representation for 0): '0' ()", "module": "test", - "msecs": 84.43188667297363, + "msecs": 274.4870185852051, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 29.78682518005371, - "thread": 139883241289536, + "relativeCreated": 39.33310508728027, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -4629,8 +4629,8 @@ "'0'", "" ], - "asctime": "2020-02-05 13:48:50,084", - "created": 1580906930.084471, + "asctime": "2020-12-21 01:00:04,274", + "created": 1608508804.274526, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4640,35 +4640,35 @@ "lineno": 26, "message": "Expectation (Physical representation for 0): result = '0' ()", "module": "test", - "msecs": 84.47098731994629, + "msecs": 274.52588081359863, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 29.825925827026367, - "thread": 139883241289536, + "relativeCreated": 39.37196731567383, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 84.51199531555176, + "msecs": 274.569034576416, "msg": "Physical representation for 0 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 29.866933822631836, - "thread": 139883241289536, + "relativeCreated": 39.41512107849121, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 4.100799560546875e-05 + "time_consumption": 4.315376281738281e-05 }, { "args": [ "'1'", "" ], - "asctime": "2020-02-05 13:48:50,084", - "created": 1580906930.08466, + "asctime": "2020-12-21 01:00:04,274", + "created": 1608508804.274719, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4685,8 +4685,8 @@ "'1'", "" ], - "asctime": "2020-02-05 13:48:50,084", - "created": 1580906930.084583, + "asctime": "2020-12-21 01:00:04,274", + "created": 1608508804.274642, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4696,14 +4696,14 @@ "lineno": 22, "message": "Result (Physical representation for 1): '1' ()", "module": "test", - "msecs": 84.58304405212402, + "msecs": 274.6419906616211, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 29.9379825592041, - "thread": 139883241289536, + "relativeCreated": 39.48807716369629, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -4712,8 +4712,8 @@ "'1'", "" ], - "asctime": "2020-02-05 13:48:50,084", - "created": 1580906930.084622, + "asctime": "2020-12-21 01:00:04,274", + "created": 1608508804.274681, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4723,35 +4723,35 @@ "lineno": 26, "message": "Expectation (Physical representation for 1): result = '1' ()", "module": "test", - "msecs": 84.62190628051758, + "msecs": 274.68109130859375, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 29.976844787597656, - "thread": 139883241289536, + "relativeCreated": 39.527177810668945, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 84.66005325317383, + "msecs": 274.7189998626709, "msg": "Physical representation for 1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 30.014991760253906, - "thread": 139883241289536, + "relativeCreated": 39.565086364746094, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.814697265625e-05 + "time_consumption": 3.790855407714844e-05 }, { "args": [ "'1k'", "" ], - "asctime": "2020-02-05 13:48:50,084", - "created": 1580906930.084852, + "asctime": "2020-12-21 01:00:04,274", + "created": 1608508804.274876, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4768,8 +4768,8 @@ "'1k'", "" ], - "asctime": "2020-02-05 13:48:50,084", - "created": 1580906930.084773, + "asctime": "2020-12-21 01:00:04,274", + "created": 1608508804.274789, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4779,14 +4779,14 @@ "lineno": 22, "message": "Result (Physical representation for 1000): '1k' ()", "module": "test", - "msecs": 84.77306365966797, + "msecs": 274.78909492492676, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 30.128002166748047, - "thread": 139883241289536, + "relativeCreated": 39.63518142700195, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -4795,8 +4795,8 @@ "'1k'", "" ], - "asctime": "2020-02-05 13:48:50,084", - "created": 1580906930.084814, + "asctime": "2020-12-21 01:00:04,274", + "created": 1608508804.274828, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4806,35 +4806,35 @@ "lineno": 26, "message": "Expectation (Physical representation for 1000): result = '1k' ()", "module": "test", - "msecs": 84.81407165527344, + "msecs": 274.8279571533203, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 30.169010162353516, - "thread": 139883241289536, + "relativeCreated": 39.67404365539551, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 84.85198020935059, + "msecs": 274.8761177062988, "msg": "Physical representation for 1000 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 30.206918716430664, - "thread": 139883241289536, + "relativeCreated": 39.72220420837402, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.790855407714844e-05 + "time_consumption": 4.8160552978515625e-05 }, { "args": [ "'1.01M'", "" ], - "asctime": "2020-02-05 13:48:50,085", - "created": 1580906930.085003, + "asctime": "2020-12-21 01:00:04,275", + "created": 1608508804.275053, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4851,8 +4851,8 @@ "'1.01M'", "" ], - "asctime": "2020-02-05 13:48:50,084", - "created": 1580906930.084926, + "asctime": "2020-12-21 01:00:04,274", + "created": 1608508804.274975, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4862,14 +4862,14 @@ "lineno": 22, "message": "Result (Physical representation for 1005001): '1.01M' ()", "module": "test", - "msecs": 84.92588996887207, + "msecs": 274.975061416626, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 30.28082847595215, - "thread": 139883241289536, + "relativeCreated": 39.82114791870117, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -4878,8 +4878,8 @@ "'1.01M'", "" ], - "asctime": "2020-02-05 13:48:50,084", - "created": 1580906930.084965, + "asctime": "2020-12-21 01:00:04,275", + "created": 1608508804.275014, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4889,35 +4889,35 @@ "lineno": 26, "message": "Expectation (Physical representation for 1005001): result = '1.01M' ()", "module": "test", - "msecs": 84.96499061584473, + "msecs": 275.01392364501953, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 30.319929122924805, - "thread": 139883241289536, + "relativeCreated": 39.86001014709473, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 85.00289916992188, + "msecs": 275.0530242919922, "msg": "Physical representation for 1005001 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 30.357837677001953, - "thread": 139883241289536, + "relativeCreated": 39.89911079406738, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.790855407714844e-05 + "time_consumption": 3.910064697265625e-05 }, { "args": [ "'1G'", "" ], - "asctime": "2020-02-05 13:48:50,085", - "created": 1580906930.085151, + "asctime": "2020-12-21 01:00:04,275", + "created": 1608508804.275206, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4934,8 +4934,8 @@ "'1G'", "" ], - "asctime": "2020-02-05 13:48:50,085", - "created": 1580906930.085076, + "asctime": "2020-12-21 01:00:04,275", + "created": 1608508804.275129, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4945,14 +4945,14 @@ "lineno": 22, "message": "Result (Physical representation for 1004000000): '1G' ()", "module": "test", - "msecs": 85.07609367370605, + "msecs": 275.1290798187256, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 30.431032180786133, - "thread": 139883241289536, + "relativeCreated": 39.97516632080078, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -4961,8 +4961,8 @@ "'1G'", "" ], - "asctime": "2020-02-05 13:48:50,085", - "created": 1580906930.085114, + "asctime": "2020-12-21 01:00:04,275", + "created": 1608508804.275168, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4972,35 +4972,35 @@ "lineno": 26, "message": "Expectation (Physical representation for 1004000000): result = '1G' ()", "module": "test", - "msecs": 85.1140022277832, + "msecs": 275.16794204711914, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 30.46894073486328, - "thread": 139883241289536, + "relativeCreated": 40.014028549194336, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 85.15095710754395, + "msecs": 275.2060890197754, "msg": "Physical representation for 1004000000 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 30.505895614624023, - "thread": 139883241289536, + "relativeCreated": 40.052175521850586, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.695487976074219e-05 + "time_consumption": 3.814697265625e-05 }, { "args": [ "'1T'", "" ], - "asctime": "2020-02-05 13:48:50,085", - "created": 1580906930.085303, + "asctime": "2020-12-21 01:00:04,275", + "created": 1608508804.27536, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5017,8 +5017,8 @@ "'1T'", "" ], - "asctime": "2020-02-05 13:48:50,085", - "created": 1580906930.085225, + "asctime": "2020-12-21 01:00:04,275", + "created": 1608508804.275283, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5028,14 +5028,14 @@ "lineno": 22, "message": "Result (Physical representation for 1003000000000): '1T' ()", "module": "test", - "msecs": 85.22510528564453, + "msecs": 275.2830982208252, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 30.58004379272461, - "thread": 139883241289536, + "relativeCreated": 40.12918472290039, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -5044,8 +5044,8 @@ "'1T'", "" ], - "asctime": "2020-02-05 13:48:50,085", - "created": 1580906930.085263, + "asctime": "2020-12-21 01:00:04,275", + "created": 1608508804.275322, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5055,35 +5055,35 @@ "lineno": 26, "message": "Expectation (Physical representation for 1003000000000): result = '1T' ()", "module": "test", - "msecs": 85.26301383972168, + "msecs": 275.32196044921875, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 30.617952346801758, - "thread": 139883241289536, + "relativeCreated": 40.168046951293945, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 85.30306816101074, + "msecs": 275.360107421875, "msg": "Physical representation for 1003000000000 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 30.65800666809082, - "thread": 139883241289536, + "relativeCreated": 40.206193923950195, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 4.00543212890625e-05 + "time_consumption": 3.814697265625e-05 }, { "args": [ "'10P'", "" ], - "asctime": "2020-02-05 13:48:50,085", - "created": 1580906930.085452, + "asctime": "2020-12-21 01:00:04,275", + "created": 1608508804.275515, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5100,8 +5100,8 @@ "'10P'", "" ], - "asctime": "2020-02-05 13:48:50,085", - "created": 1580906930.085375, + "asctime": "2020-12-21 01:00:04,275", + "created": 1608508804.275436, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5111,14 +5111,14 @@ "lineno": 22, "message": "Result (Physical representation for 10000000000000000): '10P' ()", "module": "test", - "msecs": 85.37507057189941, + "msecs": 275.4359245300293, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 30.730009078979492, - "thread": 139883241289536, + "relativeCreated": 40.28201103210449, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -5127,8 +5127,8 @@ "'10P'", "" ], - "asctime": "2020-02-05 13:48:50,085", - "created": 1580906930.085413, + "asctime": "2020-12-21 01:00:04,275", + "created": 1608508804.275475, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5138,35 +5138,35 @@ "lineno": 26, "message": "Expectation (Physical representation for 10000000000000000): result = '10P' ()", "module": "test", - "msecs": 85.41297912597656, + "msecs": 275.47502517700195, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 30.76791763305664, - "thread": 139883241289536, + "relativeCreated": 40.32111167907715, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 85.45207977294922, + "msecs": 275.515079498291, "msg": "Physical representation for 10000000000000000 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 30.807018280029297, - "thread": 139883241289536, + "relativeCreated": 40.36116600036621, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.910064697265625e-05 + "time_consumption": 4.00543212890625e-05 }, { "args": [ "'17.17'", "" ], - "asctime": "2020-02-05 13:48:50,085", - "created": 1580906930.085599, + "asctime": "2020-12-21 01:00:04,275", + "created": 1608508804.275701, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5183,8 +5183,8 @@ "'17.17'", "" ], - "asctime": "2020-02-05 13:48:50,085", - "created": 1580906930.085524, + "asctime": "2020-12-21 01:00:04,275", + "created": 1608508804.275585, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5194,14 +5194,14 @@ "lineno": 22, "message": "Result (Physical representation for 17.17): '17.17' ()", "module": "test", - "msecs": 85.52408218383789, + "msecs": 275.5849361419678, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 30.87902069091797, - "thread": 139883241289536, + "relativeCreated": 40.43102264404297, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -5210,8 +5210,8 @@ "'17.17'", "" ], - "asctime": "2020-02-05 13:48:50,085", - "created": 1580906930.085562, + "asctime": "2020-12-21 01:00:04,275", + "created": 1608508804.275635, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5221,35 +5221,35 @@ "lineno": 26, "message": "Expectation (Physical representation for 17.17): result = '17.17' ()", "module": "test", - "msecs": 85.56199073791504, + "msecs": 275.6350040435791, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 30.916929244995117, - "thread": 139883241289536, + "relativeCreated": 40.4810905456543, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 85.59894561767578, + "msecs": 275.70104598999023, "msg": "Physical representation for 17.17 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 30.95388412475586, - "thread": 139883241289536, + "relativeCreated": 40.54713249206543, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.695487976074219e-05 + "time_consumption": 6.604194641113281e-05 }, { "args": [ "'117k'", "" ], - "asctime": "2020-02-05 13:48:50,085", - "created": 1580906930.085746, + "asctime": "2020-12-21 01:00:04,275", + "created": 1608508804.275933, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5266,8 +5266,8 @@ "'117k'", "" ], - "asctime": "2020-02-05 13:48:50,085", - "created": 1580906930.08567, + "asctime": "2020-12-21 01:00:04,275", + "created": 1608508804.275836, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5277,14 +5277,14 @@ "lineno": 22, "message": "Result (Physical representation for 117000): '117k' ()", "module": "test", - "msecs": 85.66999435424805, + "msecs": 275.8359909057617, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 31.024932861328125, - "thread": 139883241289536, + "relativeCreated": 40.682077407836914, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -5293,8 +5293,8 @@ "'117k'", "" ], - "asctime": "2020-02-05 13:48:50,085", - "created": 1580906930.085708, + "asctime": "2020-12-21 01:00:04,275", + "created": 1608508804.275882, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5304,35 +5304,35 @@ "lineno": 26, "message": "Expectation (Physical representation for 117000): result = '117k' ()", "module": "test", - "msecs": 85.7079029083252, + "msecs": 275.8820056915283, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 31.062841415405273, - "thread": 139883241289536, + "relativeCreated": 40.728092193603516, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 85.74604988098145, + "msecs": 275.93302726745605, "msg": "Physical representation for 117000 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 31.100988388061523, - "thread": 139883241289536, + "relativeCreated": 40.77911376953125, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.814697265625e-05 + "time_consumption": 5.1021575927734375e-05 }, { "args": [ "'117.2'", "" ], - "asctime": "2020-02-05 13:48:50,085", - "created": 1580906930.085891, + "asctime": "2020-12-21 01:00:04,276", + "created": 1608508804.276082, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5349,8 +5349,8 @@ "'117.2'", "" ], - "asctime": "2020-02-05 13:48:50,085", - "created": 1580906930.085813, + "asctime": "2020-12-21 01:00:04,276", + "created": 1608508804.276004, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5360,14 +5360,14 @@ "lineno": 22, "message": "Result (Physical representation for 117.17): '117.2' ()", "module": "test", - "msecs": 85.81304550170898, + "msecs": 276.0040760040283, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 31.167984008789062, - "thread": 139883241289536, + "relativeCreated": 40.850162506103516, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -5376,8 +5376,8 @@ "'117.2'", "" ], - "asctime": "2020-02-05 13:48:50,085", - "created": 1580906930.085854, + "asctime": "2020-12-21 01:00:04,276", + "created": 1608508804.276042, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5387,39 +5387,39 @@ "lineno": 26, "message": "Expectation (Physical representation for 117.17): result = '117.2' ()", "module": "test", - "msecs": 85.85405349731445, + "msecs": 276.04198455810547, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 31.20899200439453, - "thread": 139883241289536, + "relativeCreated": 40.888071060180664, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 85.8910083770752, + "msecs": 276.08203887939453, "msg": "Physical representation for 117.17 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 31.245946884155273, - "thread": 139883241289536, + "relativeCreated": 40.92812538146973, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.695487976074219e-05 + "time_consumption": 4.00543212890625e-05 } ], - "thread": 139883241289536, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 0.002309083938598633, - "time_finished": "2020-02-05 13:48:50,085", - "time_start": "2020-02-05 13:48:50,083" + "time_consumption": 0.0026450157165527344, + "time_finished": "2020-12-21 01:00:04,276", + "time_start": "2020-12-21 01:00:04,273" }, "_dpJzwCcUEeqsHsnJQYCN8Q": { "args": null, - "asctime": "2020-02-05 13:48:50,100", - "created": 1580906930.100902, + "asctime": "2020-12-21 01:00:04,293", + "created": 1608508804.293561, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5430,18 +5430,18 @@ "message": "_dpJzwCcUEeqsHsnJQYCN8Q", "module": "__init__", "moduleLogger": [], - "msecs": 100.90208053588867, + "msecs": 293.5609817504883, "msg": "_dpJzwCcUEeqsHsnJQYCN8Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 46.25701904296875, + "relativeCreated": 58.40706825256348, "testcaseLogger": [ { "args": [], - "asctime": "2020-02-05 13:48:50,101", - "created": 1580906930.101226, + "asctime": "2020-12-21 01:00:04,293", + "created": 1608508804.293911, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -5456,8 +5456,8 @@ "args": [ "': changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 101.01890563964844, + "msecs": 293.687105178833, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 46.373844146728516, - "thread": 139883241289536, + "relativeCreated": 58.5331916809082, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -5509,25 +5509,25 @@ 58, 60 ], - "asctime": "2020-02-05 13:48:50,101", - "created": 1580906930.101059, + "asctime": "2020-12-21 01:00:04,293", + "created": 1608508804.293734, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 103, + "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 101.0589599609375, + "msecs": 293.734073638916, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 46.41389846801758, - "thread": 139883241289536, + "relativeCreated": 58.58016014099121, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -5535,25 +5535,25 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,101", - "created": 1580906930.101104, + "asctime": "2020-12-21 01:00:04,293", + "created": 1608508804.293783, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 114, + "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 101.1040210723877, + "msecs": 293.78294944763184, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 46.45895957946777, - "thread": 139883241289536, + "relativeCreated": 58.62903594970703, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -5561,25 +5561,25 @@ "STP:", 100 ], - "asctime": "2020-02-05 13:48:50,101", - "created": 1580906930.101144, + "asctime": "2020-12-21 01:00:04,293", + "created": 1608508804.293825, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "WARNING", "levelno": 30, - "lineno": 137, + "lineno": 140, "message": "STP: data (64) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 101.14407539367676, + "msecs": 293.8249111175537, "msg": "%s data (%02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 46.499013900756836, - "thread": 139883241289536, + "relativeCreated": 58.670997619628906, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -5587,46 +5587,46 @@ "STP:", "(2): 74 65" ], - "asctime": "2020-02-05 13:48:50,101", - "created": 1580906930.101188, + "asctime": "2020-12-21 01:00:04,293", + "created": 1608508804.293872, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "__clear_buffer__", "levelname": "WARNING", "levelno": 30, - "lineno": 69, + "lineno": 72, "message": "STP: Chunking \"(2): 74 65\" from buffer", "module": "stp", - "msecs": 101.18794441223145, + "msecs": 293.8721179962158, "msg": "%s Chunking \"%s\" from buffer", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 46.54288291931152, - "thread": 139883241289536, + "relativeCreated": 58.718204498291016, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 101.2260913848877, + "msecs": 293.9109802246094, "msg": "Processing data with an insufficient end pattern.", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 46.58102989196777, - "thread": 139883241289536, + "relativeCreated": 58.75706672668457, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.814697265625e-05 + "time_consumption": 3.886222839355469e-05 }, { "args": [ "[[]]", "" ], - "asctime": "2020-02-05 13:48:50,101", - "created": 1580906930.101379, + "asctime": "2020-12-21 01:00:04,294", + "created": 1608508804.294093, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5643,8 +5643,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-05 13:48:50,101", - "created": 1580906930.101292, + "asctime": "2020-12-21 01:00:04,293", + "created": 1608508804.293979, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5654,14 +5654,14 @@ "lineno": 22, "message": "Result (Return value list if processing data_sync and data again after start of frame): [ [ ] ] ()", "module": "test", - "msecs": 101.29189491271973, + "msecs": 293.9789295196533, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 46.646833419799805, - "thread": 139883241289536, + "relativeCreated": 58.825016021728516, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -5670,8 +5670,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-05 13:48:50,101", - "created": 1580906930.101331, + "asctime": "2020-12-21 01:00:04,294", + "created": 1608508804.294034, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5681,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": 101.33099555969238, + "msecs": 294.0340042114258, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 46.68593406677246, - "thread": 139883241289536, + "relativeCreated": 58.88009071350098, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 101.3789176940918, + "msecs": 294.09289360046387, "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": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 46.733856201171875, - "thread": 139883241289536, + "relativeCreated": 58.93898010253906, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 4.792213439941406e-05 + "time_consumption": 5.888938903808594e-05 }, { "args": [ "0", "" ], - "asctime": "2020-02-05 13:48:50,101", - "created": 1580906930.101521, + "asctime": "2020-12-21 01:00:04,294", + "created": 1608508804.294264, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5726,8 +5726,8 @@ "0", "" ], - "asctime": "2020-02-05 13:48:50,101", - "created": 1580906930.101445, + "asctime": "2020-12-21 01:00:04,294", + "created": 1608508804.294186, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5737,14 +5737,14 @@ "lineno": 22, "message": "Result (State after processing data_sync and data again after start of frame): 0 ()", "module": "test", - "msecs": 101.44495964050293, + "msecs": 294.1861152648926, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 46.79989814758301, - "thread": 139883241289536, + "relativeCreated": 59.03220176696777, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -5753,8 +5753,8 @@ "0", "" ], - "asctime": "2020-02-05 13:48:50,101", - "created": 1580906930.101483, + "asctime": "2020-12-21 01:00:04,294", + "created": 1608508804.294226, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5764,35 +5764,35 @@ "lineno": 26, "message": "Expectation (State after processing data_sync and data again after start of frame): result = 0 ()", "module": "test", - "msecs": 101.48310661315918, + "msecs": 294.22593116760254, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 46.83804512023926, - "thread": 139883241289536, + "relativeCreated": 59.072017669677734, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 101.52101516723633, + "msecs": 294.2640781402588, "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": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 46.875953674316406, - "thread": 139883241289536, + "relativeCreated": 59.110164642333984, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.790855407714844e-05 + "time_consumption": 3.814697265625e-05 }, { "args": [ "0", "" ], - "asctime": "2020-02-05 13:48:50,101", - "created": 1580906930.101658, + "asctime": "2020-12-21 01:00:04,294", + "created": 1608508804.2944, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5809,8 +5809,8 @@ "0", "" ], - "asctime": "2020-02-05 13:48:50,101", - "created": 1580906930.101582, + "asctime": "2020-12-21 01:00:04,294", + "created": 1608508804.294325, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5820,14 +5820,14 @@ "lineno": 22, "message": "Result (Buffer size after processing data with insufficient end pattern): 0 ()", "module": "test", - "msecs": 101.58205032348633, + "msecs": 294.3251132965088, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 46.936988830566406, - "thread": 139883241289536, + "relativeCreated": 59.171199798583984, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -5836,8 +5836,8 @@ "0", "" ], - "asctime": "2020-02-05 13:48:50,101", - "created": 1580906930.101618, + "asctime": "2020-12-21 01:00:04,294", + "created": 1608508804.294362, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5847,32 +5847,32 @@ "lineno": 26, "message": "Expectation (Buffer size after processing data with insufficient end pattern): result = 0 ()", "module": "test", - "msecs": 101.61805152893066, + "msecs": 294.36206817626953, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 46.97299003601074, - "thread": 139883241289536, + "relativeCreated": 59.20815467834473, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 101.65810585021973, + "msecs": 294.3999767303467, "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": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 47.013044357299805, - "thread": 139883241289536, + "relativeCreated": 59.246063232421875, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 4.00543212890625e-05 + "time_consumption": 3.790855407714844e-05 }, { "args": [], - "asctime": "2020-02-05 13:48:50,101", - "created": 1580906930.101971, + "asctime": "2020-12-21 01:00:04,294", + "created": 1608508804.294741, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -5887,8 +5887,8 @@ "args": [ "': changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 101.76610946655273, + "msecs": 294.51489448547363, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 47.12104797363281, - "thread": 139883241289536, + "relativeCreated": 59.36098098754883, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -5940,25 +5940,25 @@ 58, 60 ], - "asctime": "2020-02-05 13:48:50,101", - "created": 1580906930.101805, + "asctime": "2020-12-21 01:00:04,294", + "created": 1608508804.294557, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 103, + "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 101.80497169494629, + "msecs": 294.5570945739746, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 47.15991020202637, - "thread": 139883241289536, + "relativeCreated": 59.403181076049805, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -5966,25 +5966,25 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,101", - "created": 1580906930.101849, + "asctime": "2020-12-21 01:00:04,294", + "created": 1608508804.294606, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 114, + "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 101.84907913208008, + "msecs": 294.60597038269043, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 47.204017639160156, - "thread": 139883241289536, + "relativeCreated": 59.452056884765625, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -5993,25 +5993,25 @@ 58, 60 ], - "asctime": "2020-02-05 13:48:50,101", - "created": 1580906930.101888, + "asctime": "2020-12-21 01:00:04,294", + "created": 1608508804.294648, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "WARNING", "levelno": 30, - "lineno": 119, + "lineno": 122, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 101.88794136047363, + "msecs": 294.6479320526123, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 47.24287986755371, - "thread": 139883241289536, + "relativeCreated": 59.4940185546875, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -6019,46 +6019,46 @@ "STP:", "(2): 74 65" ], - "asctime": "2020-02-05 13:48:50,101", - "created": 1580906930.101933, + "asctime": "2020-12-21 01:00:04,294", + "created": 1608508804.294702, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "__clear_buffer__", "levelname": "WARNING", "levelno": 30, - "lineno": 69, + "lineno": 72, "message": "STP: Chunking \"(2): 74 65\" from buffer", "module": "stp", - "msecs": 101.93300247192383, + "msecs": 294.70205307006836, "msg": "%s Chunking \"%s\" from buffer", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 47.287940979003906, - "thread": 139883241289536, + "relativeCreated": 59.548139572143555, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 101.97091102600098, + "msecs": 294.7409152984619, "msg": "Processing data with an insufficient end pattern (start pattern instead of end pattern).", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 47.325849533081055, - "thread": 139883241289536, + "relativeCreated": 59.58700180053711, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.790855407714844e-05 + "time_consumption": 3.886222839355469e-05 }, { "args": [ "[[]]", "" ], - "asctime": "2020-02-05 13:48:50,102", - "created": 1580906930.102125, + "asctime": "2020-12-21 01:00:04,294", + "created": 1608508804.294899, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6075,8 +6075,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-05 13:48:50,102", - "created": 1580906930.102038, + "asctime": "2020-12-21 01:00:04,294", + "created": 1608508804.294812, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6086,14 +6086,14 @@ "lineno": 22, "message": "Result (Return value list if processing 2nd start of frame): [ [ ] ] ()", "module": "test", - "msecs": 102.03790664672852, + "msecs": 294.8119640350342, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 47.392845153808594, - "thread": 139883241289536, + "relativeCreated": 59.658050537109375, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -6102,8 +6102,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-05 13:48:50,102", - "created": 1580906930.102078, + "asctime": "2020-12-21 01:00:04,294", + "created": 1608508804.294852, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6113,25 +6113,25 @@ "lineno": 26, "message": "Expectation (Return value list if processing 2nd start of frame): result = [ [ ] ] ()", "module": "test", - "msecs": 102.07796096801758, + "msecs": 294.85201835632324, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 47.432899475097656, - "thread": 139883241289536, + "relativeCreated": 59.69810485839844, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 102.12492942810059, + "msecs": 294.89898681640625, "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": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 47.479867935180664, - "thread": 139883241289536, + "relativeCreated": 59.745073318481445, + "thread": 139713944590144, "threadName": "MainThread", "time_consumption": 4.696846008300781e-05 }, @@ -6140,8 +6140,8 @@ "3", "" ], - "asctime": "2020-02-05 13:48:50,102", - "created": 1580906930.102267, + "asctime": "2020-12-21 01:00:04,295", + "created": 1608508804.29505, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6158,8 +6158,8 @@ "3", "" ], - "asctime": "2020-02-05 13:48:50,102", - "created": 1580906930.102188, + "asctime": "2020-12-21 01:00:04,294", + "created": 1608508804.294961, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6169,14 +6169,14 @@ "lineno": 22, "message": "Result (State after processing 2nd start of frame): 3 ()", "module": "test", - "msecs": 102.1881103515625, + "msecs": 294.96097564697266, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 47.54304885864258, - "thread": 139883241289536, + "relativeCreated": 59.80706214904785, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -6185,8 +6185,8 @@ "3", "" ], - "asctime": "2020-02-05 13:48:50,102", - "created": 1580906930.102226, + "asctime": "2020-12-21 01:00:04,294", + "created": 1608508804.294999, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6196,35 +6196,35 @@ "lineno": 26, "message": "Expectation (State after processing 2nd start of frame): result = 3 ()", "module": "test", - "msecs": 102.22601890563965, + "msecs": 294.9988842010498, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 47.58095741271973, - "thread": 139883241289536, + "relativeCreated": 59.844970703125, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 102.26702690124512, + "msecs": 295.04990577697754, "msg": "State after processing 2nd start of frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 47.621965408325195, - "thread": 139883241289536, + "relativeCreated": 59.895992279052734, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 4.100799560546875e-05 + "time_consumption": 5.1021575927734375e-05 }, { "args": [ "0", "" ], - "asctime": "2020-02-05 13:48:50,102", - "created": 1580906930.102409, + "asctime": "2020-12-21 01:00:04,295", + "created": 1608508804.295183, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6241,8 +6241,8 @@ "0", "" ], - "asctime": "2020-02-05 13:48:50,102", - "created": 1580906930.102328, + "asctime": "2020-12-21 01:00:04,295", + "created": 1608508804.295107, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6252,14 +6252,14 @@ "lineno": 22, "message": "Result (Buffer size after processing 2nd start of frame): 0 ()", "module": "test", - "msecs": 102.32806205749512, + "msecs": 295.1068878173828, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 47.683000564575195, - "thread": 139883241289536, + "relativeCreated": 59.95297431945801, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -6268,8 +6268,8 @@ "0", "" ], - "asctime": "2020-02-05 13:48:50,102", - "created": 1580906930.102368, + "asctime": "2020-12-21 01:00:04,295", + "created": 1608508804.295147, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6279,32 +6279,32 @@ "lineno": 26, "message": "Expectation (Buffer size after processing 2nd start of frame): result = 0 ()", "module": "test", - "msecs": 102.36811637878418, + "msecs": 295.1469421386719, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 47.72305488586426, - "thread": 139883241289536, + "relativeCreated": 59.99302864074707, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 102.40888595581055, + "msecs": 295.1829433441162, "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": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 47.763824462890625, - "thread": 139883241289536, + "relativeCreated": 60.029029846191406, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 4.076957702636719e-05 + "time_consumption": 3.600120544433594e-05 }, { "args": [], - "asctime": "2020-02-05 13:48:50,102", - "created": 1580906930.102721, + "asctime": "2020-12-21 01:00:04,295", + "created": 1608508804.295504, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -6319,8 +6319,8 @@ "args": [ "': changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 102.51593589782715, + "msecs": 295.29595375061035, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 47.87087440490723, - "thread": 139883241289536, + "relativeCreated": 60.14204025268555, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -6372,25 +6372,25 @@ 58, 60 ], - "asctime": "2020-02-05 13:48:50,102", - "created": 1580906930.102554, + "asctime": "2020-12-21 01:00:04,295", + "created": 1608508804.295335, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 103, + "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 102.5540828704834, + "msecs": 295.335054397583, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 47.90902137756348, - "thread": 139883241289536, + "relativeCreated": 60.1811408996582, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -6398,25 +6398,25 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,102", - "created": 1580906930.102598, + "asctime": "2020-12-21 01:00:04,295", + "created": 1608508804.29538, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 114, + "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 102.59795188903809, + "msecs": 295.3801155090332, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 47.952890396118164, - "thread": 139883241289536, + "relativeCreated": 60.2262020111084, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -6424,25 +6424,25 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,102", - "created": 1580906930.102637, + "asctime": "2020-12-21 01:00:04,295", + "created": 1608508804.29542, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "WARNING", "levelno": 30, - "lineno": 133, + "lineno": 136, "message": "STP: second data sync (3a) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 102.63705253601074, + "msecs": 295.41993141174316, "msg": "%s second data sync (%02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_ESCAPE_1", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 47.99199104309082, - "thread": 139883241289536, + "relativeCreated": 60.26601791381836, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -6450,46 +6450,46 @@ "STP:", "(2): 74 65" ], - "asctime": "2020-02-05 13:48:50,102", - "created": 1580906930.102679, + "asctime": "2020-12-21 01:00:04,295", + "created": 1608508804.295466, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "__clear_buffer__", "levelname": "WARNING", "levelno": 30, - "lineno": 69, + "lineno": 72, "message": "STP: Chunking \"(2): 74 65\" from buffer", "module": "stp", - "msecs": 102.67901420593262, + "msecs": 295.46594619750977, "msg": "%s Chunking \"%s\" from buffer", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 48.033952713012695, - "thread": 139883241289536, + "relativeCreated": 60.31203269958496, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 102.72097587585449, + "msecs": 295.504093170166, "msg": "Processing data with an insufficient end pattern (two times sync instead of end pattern).", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 48.07591438293457, - "thread": 139883241289536, + "relativeCreated": 60.35017967224121, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 4.1961669921875e-05 + "time_consumption": 3.814697265625e-05 }, { "args": [ "[[]]", "" ], - "asctime": "2020-02-05 13:48:50,102", - "created": 1580906930.102873, + "asctime": "2020-12-21 01:00:04,295", + "created": 1608508804.29566, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6506,8 +6506,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-05 13:48:50,102", - "created": 1580906930.102783, + "asctime": "2020-12-21 01:00:04,295", + "created": 1608508804.295574, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6517,14 +6517,14 @@ "lineno": 22, "message": "Result (Return value list if processing data_sync twice after start of frame): [ [ ] ] ()", "module": "test", - "msecs": 102.7829647064209, + "msecs": 295.5739498138428, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 48.13790321350098, - "thread": 139883241289536, + "relativeCreated": 60.42003631591797, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -6533,8 +6533,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-05 13:48:50,102", - "created": 1580906930.102822, + "asctime": "2020-12-21 01:00:04,295", + "created": 1608508804.295613, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6544,35 +6544,35 @@ "lineno": 26, "message": "Expectation (Return value list if processing data_sync twice after start of frame): result = [ [ ] ] ()", "module": "test", - "msecs": 102.82206535339355, + "msecs": 295.61305046081543, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 48.17700386047363, - "thread": 139883241289536, + "relativeCreated": 60.459136962890625, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 102.87308692932129, + "msecs": 295.66001892089844, "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": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 48.22802543640137, - "thread": 139883241289536, + "relativeCreated": 60.50610542297363, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 5.1021575927734375e-05 + "time_consumption": 4.696846008300781e-05 }, { "args": [ "1", "" ], - "asctime": "2020-02-05 13:48:50,103", - "created": 1580906930.103011, + "asctime": "2020-12-21 01:00:04,295", + "created": 1608508804.295797, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6589,8 +6589,8 @@ "1", "" ], - "asctime": "2020-02-05 13:48:50,102", - "created": 1580906930.102933, + "asctime": "2020-12-21 01:00:04,295", + "created": 1608508804.29572, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6600,14 +6600,14 @@ "lineno": 22, "message": "Result (State after processing data_sync twice after start of frame): 1 ()", "module": "test", - "msecs": 102.93292999267578, + "msecs": 295.72010040283203, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 48.28786849975586, - "thread": 139883241289536, + "relativeCreated": 60.56618690490723, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -6616,8 +6616,8 @@ "1", "" ], - "asctime": "2020-02-05 13:48:50,102", - "created": 1580906930.102971, + "asctime": "2020-12-21 01:00:04,295", + "created": 1608508804.295758, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6627,39 +6627,39 @@ "lineno": 26, "message": "Expectation (State after processing data_sync twice after start of frame): result = 1 ()", "module": "test", - "msecs": 102.97107696533203, + "msecs": 295.7580089569092, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 48.32601547241211, - "thread": 139883241289536, + "relativeCreated": 60.604095458984375, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 103.01089286804199, + "msecs": 295.79710960388184, "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": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 48.36583137512207, - "thread": 139883241289536, + "relativeCreated": 60.64319610595703, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.981590270996094e-05 + "time_consumption": 3.910064697265625e-05 } ], - "thread": 139883241289536, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 0.0021088123321533203, - "time_finished": "2020-02-05 13:48:50,103", - "time_start": "2020-02-05 13:48:50,100" + "time_consumption": 0.0022361278533935547, + "time_finished": "2020-12-21 01:00:04,295", + "time_start": "2020-12-21 01:00:04,293" }, "_fp-i0Hu8Eemborg4LxXa3A": { "args": null, - "asctime": "2020-02-05 13:48:50,090", - "created": 1580906930.090724, + "asctime": "2020-12-21 01:00:04,280", + "created": 1608508804.280935, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6670,20 +6670,20 @@ "message": "_fp-i0Hu8Eemborg4LxXa3A", "module": "__init__", "moduleLogger": [], - "msecs": 90.72399139404297, + "msecs": 280.93504905700684, "msg": "_fp-i0Hu8Eemborg4LxXa3A", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 36.07892990112305, + "relativeCreated": 45.78113555908203, "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-05 13:48:50,090", - "created": 1580906930.090917, + "asctime": "2020-12-21 01:00:04,281", + "created": 1608508804.281165, "exc_info": null, "exc_text": null, "filename": "test_gzip.py", @@ -6697,48 +6697,48 @@ { "args": [ 0.8666666666666667, - 4.38690185546875e-05 + 6.198883056640625e-05 ], - "asctime": "2020-02-05 13:48:50,090", - "created": 1580906930.090836, + "asctime": "2020-12-21 01:00:04,281", + "created": 1608508804.281071, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "gzip_extract", "levelname": "DEBUG", "levelno": 10, - "lineno": 178, + "lineno": 181, "message": "GZIP: Finished to extract a string (compression_rate=0.867, consumed_time=0.0s).", "module": "__init__", - "msecs": 90.8360481262207, + "msecs": 281.0709476470947, "msg": "GZIP: Finished to extract a string (compression_rate=%.3f, consumed_time=%.1fs).", - "name": "STRINGTOOLS", + "name": "root.stringtools", "pathname": "src/stringtools/__init__.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 36.19098663330078, - "thread": 139883241289536, + "relativeCreated": 45.91703414916992, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 90.91711044311523, + "msecs": 281.16488456726074, "msg": "Extracting stream: %s", "name": "__tLogger__", "pathname": "src/tests/test_gzip.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 36.27204895019531, - "thread": 139883241289536, + "relativeCreated": 46.01097106933594, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 8.106231689453125e-05 + "time_consumption": 9.393692016601562e-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-05 13:48:50,091", - "created": 1580906930.09114, + "asctime": "2020-12-21 01:00:04,281", + "created": 1608508804.281388, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6755,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-05 13:48:50,091", - "created": 1580906930.091054, + "asctime": "2020-12-21 01:00:04,281", + "created": 1608508804.281302, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6766,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": 91.05396270751953, + "msecs": 281.30197525024414, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 36.40890121459961, - "thread": 139883241289536, + "relativeCreated": 46.148061752319336, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -6782,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-05 13:48:50,091", - "created": 1580906930.091098, + "asctime": "2020-12-21 01:00:04,281", + "created": 1608508804.281345, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6793,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": 91.09807014465332, + "msecs": 281.3448905944824, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 36.4530086517334, - "thread": 139883241289536, + "relativeCreated": 46.19097709655762, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 91.1400318145752, + "msecs": 281.3880443572998, "msg": "Extracted data is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 36.49497032165527, - "thread": 139883241289536, + "relativeCreated": 46.234130859375, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 4.1961669921875e-05 + "time_consumption": 4.315376281738281e-05 } ], - "thread": 139883241289536, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 0.00041604042053222656, - "time_finished": "2020-02-05 13:48:50,091", - "time_start": "2020-02-05 13:48:50,090" + "time_consumption": 0.00045299530029296875, + "time_finished": "2020-12-21 01:00:04,281", + "time_start": "2020-12-21 01:00:04,280" }, "_hpUmwEaTEeq5fPlXIeQCXQ": { "args": null, - "asctime": "2020-02-05 13:48:50,086", - "created": 1580906930.086018, + "asctime": "2020-12-21 01:00:04,276", + "created": 1608508804.276215, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6836,21 +6836,21 @@ "message": "_hpUmwEaTEeq5fPlXIeQCXQ", "module": "__init__", "moduleLogger": [], - "msecs": 86.01808547973633, + "msecs": 276.2150764465332, "msg": "_hpUmwEaTEeq5fPlXIeQCXQ", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 31.373023986816406, + "relativeCreated": 41.0611629486084, "testcaseLogger": [ { "args": [ "'00:59'", "" ], - "asctime": "2020-02-05 13:48:50,086", - "created": 1580906930.086177, + "asctime": "2020-12-21 01:00:04,276", + "created": 1608508804.276408, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6867,8 +6867,8 @@ "'00:59'", "" ], - "asctime": "2020-02-05 13:48:50,086", - "created": 1580906930.086097, + "asctime": "2020-12-21 01:00:04,276", + "created": 1608508804.276316, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6878,14 +6878,14 @@ "lineno": 22, "message": "Result (Time representation for 59): '00:59' ()", "module": "test", - "msecs": 86.09700202941895, + "msecs": 276.31592750549316, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 31.451940536499023, - "thread": 139883241289536, + "relativeCreated": 41.16201400756836, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -6894,8 +6894,8 @@ "'00:59'", "" ], - "asctime": "2020-02-05 13:48:50,086", - "created": 1580906930.086137, + "asctime": "2020-12-21 01:00:04,276", + "created": 1608508804.276365, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6905,35 +6905,35 @@ "lineno": 26, "message": "Expectation (Time representation for 59): result = '00:59' ()", "module": "test", - "msecs": 86.13705635070801, + "msecs": 276.3650417327881, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 31.491994857788086, - "thread": 139883241289536, + "relativeCreated": 41.21112823486328, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 86.17711067199707, + "msecs": 276.40795707702637, "msg": "Time representation for 59 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 31.53204917907715, - "thread": 139883241289536, + "relativeCreated": 41.25404357910156, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 4.00543212890625e-05 + "time_consumption": 4.291534423828125e-05 }, { "args": [ "'01:00'", "" ], - "asctime": "2020-02-05 13:48:50,086", - "created": 1580906930.08632, + "asctime": "2020-12-21 01:00:04,276", + "created": 1608508804.276552, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6950,8 +6950,8 @@ "'01:00'", "" ], - "asctime": "2020-02-05 13:48:50,086", - "created": 1580906930.086243, + "asctime": "2020-12-21 01:00:04,276", + "created": 1608508804.276475, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6961,14 +6961,14 @@ "lineno": 22, "message": "Result (Time representation for 60): '01:00' ()", "module": "test", - "msecs": 86.2429141998291, + "msecs": 276.4749526977539, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 31.59785270690918, - "thread": 139883241289536, + "relativeCreated": 41.3210391998291, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -6977,8 +6977,8 @@ "'01:00'", "" ], - "asctime": "2020-02-05 13:48:50,086", - "created": 1580906930.086282, + "asctime": "2020-12-21 01:00:04,276", + "created": 1608508804.276514, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6988,25 +6988,25 @@ "lineno": 26, "message": "Expectation (Time representation for 60): result = '01:00' ()", "module": "test", - "msecs": 86.28201484680176, + "msecs": 276.51405334472656, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 31.636953353881836, - "thread": 139883241289536, + "relativeCreated": 41.36013984680176, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 86.3199234008789, + "msecs": 276.5519618988037, "msg": "Time representation for 60 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 31.674861907958984, - "thread": 139883241289536, + "relativeCreated": 41.398048400878906, + "thread": 139713944590144, "threadName": "MainThread", "time_consumption": 3.790855407714844e-05 }, @@ -7015,8 +7015,8 @@ "'59:59'", "" ], - "asctime": "2020-02-05 13:48:50,086", - "created": 1580906930.086468, + "asctime": "2020-12-21 01:00:04,276", + "created": 1608508804.276692, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7033,8 +7033,8 @@ "'59:59'", "" ], - "asctime": "2020-02-05 13:48:50,086", - "created": 1580906930.086389, + "asctime": "2020-12-21 01:00:04,276", + "created": 1608508804.276617, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7044,14 +7044,14 @@ "lineno": 22, "message": "Result (Time representation for 3599): '59:59' ()", "module": "test", - "msecs": 86.38906478881836, + "msecs": 276.61705017089844, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 31.744003295898438, - "thread": 139883241289536, + "relativeCreated": 41.46313667297363, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -7060,8 +7060,8 @@ "'59:59'", "" ], - "asctime": "2020-02-05 13:48:50,086", - "created": 1580906930.08643, + "asctime": "2020-12-21 01:00:04,276", + "created": 1608508804.276655, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7071,35 +7071,35 @@ "lineno": 26, "message": "Expectation (Time representation for 3599): result = '59:59' ()", "module": "test", - "msecs": 86.43007278442383, + "msecs": 276.6549587249756, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 31.785011291503906, - "thread": 139883241289536, + "relativeCreated": 41.50104522705078, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 86.46798133850098, + "msecs": 276.6919136047363, "msg": "Time representation for 3599 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 31.822919845581055, - "thread": 139883241289536, + "relativeCreated": 41.53800010681152, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.790855407714844e-05 + "time_consumption": 3.695487976074219e-05 }, { "args": [ "'01:00:00'", "" ], - "asctime": "2020-02-05 13:48:50,086", - "created": 1580906930.086608, + "asctime": "2020-12-21 01:00:04,276", + "created": 1608508804.276831, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7116,8 +7116,8 @@ "'01:00:00'", "" ], - "asctime": "2020-02-05 13:48:50,086", - "created": 1580906930.086533, + "asctime": "2020-12-21 01:00:04,276", + "created": 1608508804.276756, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7127,14 +7127,14 @@ "lineno": 22, "message": "Result (Time representation for 3600): '01:00:00' ()", "module": "test", - "msecs": 86.5330696105957, + "msecs": 276.75604820251465, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 31.88800811767578, - "thread": 139883241289536, + "relativeCreated": 41.602134704589844, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -7143,8 +7143,8 @@ "'01:00:00'", "" ], - "asctime": "2020-02-05 13:48:50,086", - "created": 1580906930.086571, + "asctime": "2020-12-21 01:00:04,276", + "created": 1608508804.276794, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7154,25 +7154,25 @@ "lineno": 26, "message": "Expectation (Time representation for 3600): result = '01:00:00' ()", "module": "test", - "msecs": 86.57097816467285, + "msecs": 276.7939567565918, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 31.92591667175293, - "thread": 139883241289536, + "relativeCreated": 41.64004325866699, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 86.6079330444336, + "msecs": 276.83091163635254, "msg": "Time representation for 3600 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 31.962871551513672, - "thread": 139883241289536, + "relativeCreated": 41.676998138427734, + "thread": 139713944590144, "threadName": "MainThread", "time_consumption": 3.695487976074219e-05 }, @@ -7181,8 +7181,8 @@ "'23:59:59'", "" ], - "asctime": "2020-02-05 13:48:50,086", - "created": 1580906930.086747, + "asctime": "2020-12-21 01:00:04,276", + "created": 1608508804.276974, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7199,8 +7199,8 @@ "'23:59:59'", "" ], - "asctime": "2020-02-05 13:48:50,086", - "created": 1580906930.086672, + "asctime": "2020-12-21 01:00:04,276", + "created": 1608508804.2769, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7210,14 +7210,14 @@ "lineno": 22, "message": "Result (Time representation for 86399): '23:59:59' ()", "module": "test", - "msecs": 86.67206764221191, + "msecs": 276.900053024292, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 32.02700614929199, - "thread": 139883241289536, + "relativeCreated": 41.74613952636719, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -7226,8 +7226,8 @@ "'23:59:59'", "" ], - "asctime": "2020-02-05 13:48:50,086", - "created": 1580906930.086709, + "asctime": "2020-12-21 01:00:04,276", + "created": 1608508804.276937, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7237,35 +7237,35 @@ "lineno": 26, "message": "Expectation (Time representation for 86399): result = '23:59:59' ()", "module": "test", - "msecs": 86.70902252197266, + "msecs": 276.93700790405273, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 32.063961029052734, - "thread": 139883241289536, + "relativeCreated": 41.78309440612793, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 86.7469310760498, + "msecs": 276.9739627838135, "msg": "Time representation for 86399 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 32.10186958312988, - "thread": 139883241289536, + "relativeCreated": 41.82004928588867, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.790855407714844e-05 + "time_consumption": 3.695487976074219e-05 }, { "args": [ "'1D'", "" ], - "asctime": "2020-02-05 13:48:50,086", - "created": 1580906930.086889, + "asctime": "2020-12-21 01:00:04,277", + "created": 1608508804.277121, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7282,8 +7282,8 @@ "'1D'", "" ], - "asctime": "2020-02-05 13:48:50,086", - "created": 1580906930.086813, + "asctime": "2020-12-21 01:00:04,277", + "created": 1608508804.277041, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7293,14 +7293,14 @@ "lineno": 22, "message": "Result (Time representation for 86400): '1D' ()", "module": "test", - "msecs": 86.81297302246094, + "msecs": 277.040958404541, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 32.167911529541016, - "thread": 139883241289536, + "relativeCreated": 41.88704490661621, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -7309,8 +7309,8 @@ "'1D'", "" ], - "asctime": "2020-02-05 13:48:50,086", - "created": 1580906930.08685, + "asctime": "2020-12-21 01:00:04,277", + "created": 1608508804.277084, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7320,35 +7320,35 @@ "lineno": 26, "message": "Expectation (Time representation for 86400): result = '1D' ()", "module": "test", - "msecs": 86.84992790222168, + "msecs": 277.0841121673584, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 32.20486640930176, - "thread": 139883241289536, + "relativeCreated": 41.930198669433594, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 86.88902854919434, + "msecs": 277.12106704711914, "msg": "Time representation for 86400 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 32.243967056274414, - "thread": 139883241289536, + "relativeCreated": 41.967153549194336, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.910064697265625e-05 + "time_consumption": 3.695487976074219e-05 }, { "args": [ "'1D 00:59'", "" ], - "asctime": "2020-02-05 13:48:50,087", - "created": 1580906930.087037, + "asctime": "2020-12-21 01:00:04,277", + "created": 1608508804.277263, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7365,8 +7365,8 @@ "'1D 00:59'", "" ], - "asctime": "2020-02-05 13:48:50,086", - "created": 1580906930.086958, + "asctime": "2020-12-21 01:00:04,277", + "created": 1608508804.277187, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7376,14 +7376,14 @@ "lineno": 22, "message": "Result (Time representation for 86459): '1D 00:59' ()", "module": "test", - "msecs": 86.95793151855469, + "msecs": 277.1871089935303, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 32.312870025634766, - "thread": 139883241289536, + "relativeCreated": 42.03319549560547, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -7392,8 +7392,8 @@ "'1D 00:59'", "" ], - "asctime": "2020-02-05 13:48:50,086", - "created": 1580906930.086997, + "asctime": "2020-12-21 01:00:04,277", + "created": 1608508804.277224, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7403,35 +7403,35 @@ "lineno": 26, "message": "Expectation (Time representation for 86459): result = '1D 00:59' ()", "module": "test", - "msecs": 86.99703216552734, + "msecs": 277.224063873291, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 32.35197067260742, - "thread": 139883241289536, + "relativeCreated": 42.07015037536621, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 87.0370864868164, + "msecs": 277.26292610168457, "msg": "Time representation for 86459 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 32.392024993896484, - "thread": 139883241289536, + "relativeCreated": 42.109012603759766, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 4.00543212890625e-05 + "time_consumption": 3.886222839355469e-05 }, { "args": [ "'1D 01:00:00'", "" ], - "asctime": "2020-02-05 13:48:50,087", - "created": 1580906930.087177, + "asctime": "2020-12-21 01:00:04,277", + "created": 1608508804.277406, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7448,8 +7448,8 @@ "'1D 01:00:00'", "" ], - "asctime": "2020-02-05 13:48:50,087", - "created": 1580906930.087103, + "asctime": "2020-12-21 01:00:04,277", + "created": 1608508804.277328, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7459,14 +7459,14 @@ "lineno": 22, "message": "Result (Time representation for 90000): '1D 01:00:00' ()", "module": "test", - "msecs": 87.10289001464844, + "msecs": 277.3280143737793, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 32.457828521728516, - "thread": 139883241289536, + "relativeCreated": 42.17410087585449, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -7475,8 +7475,8 @@ "'1D 01:00:00'", "" ], - "asctime": "2020-02-05 13:48:50,087", - "created": 1580906930.08714, + "asctime": "2020-12-21 01:00:04,277", + "created": 1608508804.277369, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7486,39 +7486,39 @@ "lineno": 26, "message": "Expectation (Time representation for 90000): result = '1D 01:00:00' ()", "module": "test", - "msecs": 87.14008331298828, + "msecs": 277.36902236938477, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 32.49502182006836, - "thread": 139883241289536, + "relativeCreated": 42.21510887145996, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 87.17703819274902, + "msecs": 277.4059772491455, "msg": "Time representation for 90000 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 32.5319766998291, - "thread": 139883241289536, + "relativeCreated": 42.2520637512207, + "thread": 139713944590144, "threadName": "MainThread", "time_consumption": 3.695487976074219e-05 } ], - "thread": 139883241289536, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 0.0011589527130126953, - "time_finished": "2020-02-05 13:48:50,087", - "time_start": "2020-02-05 13:48:50,086" + "time_consumption": 0.0011909008026123047, + "time_finished": "2020-12-21 01:00:04,277", + "time_start": "2020-12-21 01:00:04,276" }, "_iXxBIEaTEeq5fPlXIeQCXQ": { "args": null, - "asctime": "2020-02-05 13:48:50,087", - "created": 1580906930.087288, + "asctime": "2020-12-21 01:00:04,277", + "created": 1608508804.277525, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7529,21 +7529,21 @@ "message": "_iXxBIEaTEeq5fPlXIeQCXQ", "module": "__init__", "moduleLogger": [], - "msecs": 87.28790283203125, + "msecs": 277.5249481201172, "msg": "_iXxBIEaTEeq5fPlXIeQCXQ", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 32.64284133911133, + "relativeCreated": 42.37103462219238, "testcaseLogger": [ { "args": [ "'87/5'", "" ], - "asctime": "2020-02-05 13:48:50,087", - "created": 1580906930.087708, + "asctime": "2020-12-21 01:00:04,277", + "created": 1608508804.277932, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7560,8 +7560,8 @@ "'87/5'", "" ], - "asctime": "2020-02-05 13:48:50,087", - "created": 1580906930.087604, + "asctime": "2020-12-21 01:00:04,277", + "created": 1608508804.277832, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7571,14 +7571,14 @@ "lineno": 22, "message": "Result (Fraction representation for 17.4): '87/5' ()", "module": "test", - "msecs": 87.60404586791992, + "msecs": 277.83203125, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 32.958984375, - "thread": 139883241289536, + "relativeCreated": 42.678117752075195, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -7587,8 +7587,8 @@ "'87/5'", "" ], - "asctime": "2020-02-05 13:48:50,087", - "created": 1580906930.087662, + "asctime": "2020-12-21 01:00:04,277", + "created": 1608508804.277886, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7598,25 +7598,25 @@ "lineno": 26, "message": "Expectation (Fraction representation for 17.4): result = '87/5' ()", "module": "test", - "msecs": 87.6619815826416, + "msecs": 277.88591384887695, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 33.01692008972168, - "thread": 139883241289536, + "relativeCreated": 42.73200035095215, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 87.7079963684082, + "msecs": 277.93192863464355, "msg": "Fraction representation for 17.4 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 33.06293487548828, - "thread": 139883241289536, + "relativeCreated": 42.77801513671875, + "thread": 139713944590144, "threadName": "MainThread", "time_consumption": 4.601478576660156e-05 }, @@ -7625,8 +7625,8 @@ "'1/4'", "" ], - "asctime": "2020-02-05 13:48:50,087", - "created": 1580906930.087893, + "asctime": "2020-12-21 01:00:04,278", + "created": 1608508804.278145, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7643,8 +7643,8 @@ "'1/4'", "" ], - "asctime": "2020-02-05 13:48:50,087", - "created": 1580906930.087807, + "asctime": "2020-12-21 01:00:04,278", + "created": 1608508804.278035, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7654,14 +7654,14 @@ "lineno": 22, "message": "Result (Fraction representation for 0.25): '1/4' ()", "module": "test", - "msecs": 87.80694007873535, + "msecs": 278.03492546081543, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 33.16187858581543, - "thread": 139883241289536, + "relativeCreated": 42.881011962890625, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -7670,8 +7670,8 @@ "'1/4'", "" ], - "asctime": "2020-02-05 13:48:50,087", - "created": 1580906930.087852, + "asctime": "2020-12-21 01:00:04,278", + "created": 1608508804.278082, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7681,35 +7681,35 @@ "lineno": 26, "message": "Expectation (Fraction representation for 0.25): result = '1/4' ()", "module": "test", - "msecs": 87.85200119018555, + "msecs": 278.08189392089844, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 33.206939697265625, - "thread": 139883241289536, + "relativeCreated": 42.92798042297363, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 87.89300918579102, + "msecs": 278.14507484436035, "msg": "Fraction representation for 0.25 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 33.247947692871094, - "thread": 139883241289536, + "relativeCreated": 42.99116134643555, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 4.100799560546875e-05 + "time_consumption": 6.318092346191406e-05 }, { "args": [ "'1/10'", "" ], - "asctime": "2020-02-05 13:48:50,088", - "created": 1580906930.088123, + "asctime": "2020-12-21 01:00:04,278", + "created": 1608508804.278396, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7726,8 +7726,8 @@ "'1/10'", "" ], - "asctime": "2020-02-05 13:48:50,088", - "created": 1580906930.088036, + "asctime": "2020-12-21 01:00:04,278", + "created": 1608508804.278304, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7737,14 +7737,14 @@ "lineno": 22, "message": "Result (Fraction representation for 0.1): '1/10' ()", "module": "test", - "msecs": 88.03606033325195, + "msecs": 278.3041000366211, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 33.39099884033203, - "thread": 139883241289536, + "relativeCreated": 43.15018653869629, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -7753,8 +7753,8 @@ "'1/10'", "" ], - "asctime": "2020-02-05 13:48:50,088", - "created": 1580906930.088082, + "asctime": "2020-12-21 01:00:04,278", + "created": 1608508804.278349, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7764,35 +7764,35 @@ "lineno": 26, "message": "Expectation (Fraction representation for 0.1): result = '1/10' ()", "module": "test", - "msecs": 88.08207511901855, + "msecs": 278.3489227294922, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 33.43701362609863, - "thread": 139883241289536, + "relativeCreated": 43.19500923156738, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 88.12308311462402, + "msecs": 278.3958911895752, "msg": "Fraction representation for 0.1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 33.4780216217041, - "thread": 139883241289536, + "relativeCreated": 43.24197769165039, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 4.100799560546875e-05 + "time_consumption": 4.696846008300781e-05 }, { "args": [ "'1/60'", "" ], - "asctime": "2020-02-05 13:48:50,088", - "created": 1580906930.088367, + "asctime": "2020-12-21 01:00:04,278", + "created": 1608508804.27864, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7809,8 +7809,8 @@ "'1/60'", "" ], - "asctime": "2020-02-05 13:48:50,088", - "created": 1580906930.088277, + "asctime": "2020-12-21 01:00:04,278", + "created": 1608508804.278554, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7820,14 +7820,14 @@ "lineno": 22, "message": "Result (Fraction representation for 0.01666667): '1/60' ()", "module": "test", - "msecs": 88.27710151672363, + "msecs": 278.55396270751953, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 33.63204002380371, - "thread": 139883241289536, + "relativeCreated": 43.40004920959473, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -7836,8 +7836,8 @@ "'1/60'", "" ], - "asctime": "2020-02-05 13:48:50,088", - "created": 1580906930.088321, + "asctime": "2020-12-21 01:00:04,278", + "created": 1608508804.278599, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7847,39 +7847,39 @@ "lineno": 26, "message": "Expectation (Fraction representation for 0.01666667): result = '1/60' ()", "module": "test", - "msecs": 88.32097053527832, + "msecs": 278.5990238189697, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 33.6759090423584, - "thread": 139883241289536, + "relativeCreated": 43.44511032104492, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 88.36698532104492, + "msecs": 278.6400318145752, "msg": "Fraction representation for 0.01666667 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 33.721923828125, - "thread": 139883241289536, + "relativeCreated": 43.48611831665039, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 4.601478576660156e-05 + "time_consumption": 4.100799560546875e-05 } ], - "thread": 139883241289536, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 0.0010790824890136719, - "time_finished": "2020-02-05 13:48:50,088", - "time_start": "2020-02-05 13:48:50,087" + "time_consumption": 0.0011150836944580078, + "time_finished": "2020-12-21 01:00:04,278", + "time_start": "2020-12-21 01:00:04,277" }, "_n3BdUCcREeqsHsnJQYCN8Q": { "args": null, - "asctime": "2020-02-05 13:48:50,099", - "created": 1580906930.099789, + "asctime": "2020-12-21 01:00:04,292", + "created": 1608508804.292263, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7890,18 +7890,18 @@ "message": "_n3BdUCcREeqsHsnJQYCN8Q", "module": "__init__", "moduleLogger": [], - "msecs": 99.78890419006348, + "msecs": 292.2630310058594, "msg": "_n3BdUCcREeqsHsnJQYCN8Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 45.143842697143555, + "relativeCreated": 57.10911750793457, "testcaseLogger": [ { "args": [], - "asctime": "2020-02-05 13:48:50,099", - "created": 1580906930.099982, + "asctime": "2020-12-21 01:00:04,292", + "created": 1608508804.292603, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -7916,8 +7916,8 @@ "args": [ "':1'" ], - "asctime": "2020-02-05 13:48:50,099", - "created": 1580906930.099857, + "asctime": "2020-12-21 01:00:04,292", + "created": 1608508804.292389, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -7927,14 +7927,14 @@ "lineno": 100, "message": "Sending ':1' to stp.", "module": "test_stp", - "msecs": 99.85709190368652, + "msecs": 292.388916015625, "msg": "Sending %s to stp.", "name": "__unittest__", "pathname": "src/tests/test_stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 45.2120304107666, - "thread": 139883241289536, + "relativeCreated": 57.235002517700195, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -7942,25 +7942,25 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,099", - "created": 1580906930.099904, + "asctime": "2020-12-21 01:00:04,292", + "created": 1608508804.292491, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 98, + "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 99.90406036376953, + "msecs": 292.49095916748047, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 45.25899887084961, - "thread": 139883241289536, + "relativeCreated": 57.337045669555664, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -7969,46 +7969,46 @@ 58, 49 ], - "asctime": "2020-02-05 13:48:50,099", - "created": 1580906930.099944, + "asctime": "2020-12-21 01:00:04,292", + "created": 1608508804.292544, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "WARNING", "levelno": 30, - "lineno": 108, + "lineno": 111, "message": "STP: no start pattern (3a 31) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_IDLE", "module": "stp", - "msecs": 99.9441146850586, + "msecs": 292.543888092041, "msg": "%s no start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_IDLE", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 45.29905319213867, - "thread": 139883241289536, + "relativeCreated": 57.38997459411621, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 99.98202323913574, + "msecs": 292.6030158996582, "msg": "Processing data with an insufficient start pattern.", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 45.33696174621582, - "thread": 139883241289536, + "relativeCreated": 57.4491024017334, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.790855407714844e-05 + "time_consumption": 5.91278076171875e-05 }, { "args": [ "[[]]", "" ], - "asctime": "2020-02-05 13:48:50,100", - "created": 1580906930.100137, + "asctime": "2020-12-21 01:00:04,292", + "created": 1608508804.292777, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8025,8 +8025,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-05 13:48:50,100", - "created": 1580906930.100047, + "asctime": "2020-12-21 01:00:04,292", + "created": 1608508804.292676, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8036,14 +8036,14 @@ "lineno": 22, "message": "Result (Return value list if processing incorrect start of frame): [ [ ] ] ()", "module": "test", - "msecs": 100.04711151123047, + "msecs": 292.6759719848633, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 45.40205001831055, - "thread": 139883241289536, + "relativeCreated": 57.52205848693848, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -8052,8 +8052,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-05 13:48:50,100", - "created": 1580906930.100087, + "asctime": "2020-12-21 01:00:04,292", + "created": 1608508804.292717, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8063,35 +8063,35 @@ "lineno": 26, "message": "Expectation (Return value list if processing incorrect start of frame): result = [ [ ] ] ()", "module": "test", - "msecs": 100.08692741394043, + "msecs": 292.71697998046875, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 45.44186592102051, - "thread": 139883241289536, + "relativeCreated": 57.563066482543945, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 100.13699531555176, + "msecs": 292.77706146240234, "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": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 45.491933822631836, - "thread": 139883241289536, + "relativeCreated": 57.62314796447754, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 5.0067901611328125e-05 + "time_consumption": 6.008148193359375e-05 }, { "args": [ "0", "" ], - "asctime": "2020-02-05 13:48:50,100", - "created": 1580906930.100274, + "asctime": "2020-12-21 01:00:04,292", + "created": 1608508804.292925, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8108,8 +8108,8 @@ "0", "" ], - "asctime": "2020-02-05 13:48:50,100", - "created": 1580906930.100197, + "asctime": "2020-12-21 01:00:04,292", + "created": 1608508804.29284, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8119,14 +8119,14 @@ "lineno": 22, "message": "Result (State after processing incorrect start of frame): 0 ()", "module": "test", - "msecs": 100.19707679748535, + "msecs": 292.84000396728516, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 45.55201530456543, - "thread": 139883241289536, + "relativeCreated": 57.68609046936035, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -8135,8 +8135,8 @@ "0", "" ], - "asctime": "2020-02-05 13:48:50,100", - "created": 1580906930.100236, + "asctime": "2020-12-21 01:00:04,292", + "created": 1608508804.292879, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8146,32 +8146,32 @@ "lineno": 26, "message": "Expectation (State after processing incorrect start of frame): result = 0 ()", "module": "test", - "msecs": 100.2359390258789, + "msecs": 292.8791046142578, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 45.590877532958984, - "thread": 139883241289536, + "relativeCreated": 57.72519111633301, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 100.27408599853516, + "msecs": 292.9248809814453, "msg": "State after processing incorrect start of frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 45.629024505615234, - "thread": 139883241289536, + "relativeCreated": 57.77096748352051, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.814697265625e-05 + "time_consumption": 4.57763671875e-05 }, { "args": [], - "asctime": "2020-02-05 13:48:50,100", - "created": 1580906930.100462, + "asctime": "2020-12-21 01:00:04,293", + "created": 1608508804.293123, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -8186,8 +8186,8 @@ "args": [ "'::'" ], - "asctime": "2020-02-05 13:48:50,100", - "created": 1580906930.100334, + "asctime": "2020-12-21 01:00:04,292", + "created": 1608508804.292988, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -8197,14 +8197,14 @@ "lineno": 110, "message": "Sending '::' to stp.", "module": "test_stp", - "msecs": 100.33392906188965, + "msecs": 292.9880619049072, "msg": "Sending %s to stp.", "name": "__unittest__", "pathname": "src/tests/test_stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 45.68886756896973, - "thread": 139883241289536, + "relativeCreated": 57.83414840698242, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -8212,25 +8212,25 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,100", - "created": 1580906930.100382, + "asctime": "2020-12-21 01:00:04,293", + "created": 1608508804.293041, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 98, + "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 100.38208961486816, + "msecs": 293.0409908294678, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 45.73702812194824, - "thread": 139883241289536, + "relativeCreated": 57.88707733154297, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -8238,46 +8238,46 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,100", - "created": 1580906930.100423, + "asctime": "2020-12-21 01:00:04,293", + "created": 1608508804.293084, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "WARNING", "levelno": 30, - "lineno": 110, + "lineno": 113, "message": "STP: 2nd data sync (3a) received => keep state", "module": "stp", - "msecs": 100.42309761047363, + "msecs": 293.08390617370605, "msg": "%s 2nd data sync (%02x) received => keep state", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 45.77803611755371, - "thread": 139883241289536, + "relativeCreated": 57.92999267578125, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 100.46195983886719, + "msecs": 293.1230068206787, "msg": "Processing data with an insufficient start pattern (two times sync).", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 45.816898345947266, - "thread": 139883241289536, + "relativeCreated": 57.969093322753906, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.886222839355469e-05 + "time_consumption": 3.910064697265625e-05 }, { "args": [ "[[]]", "" ], - "asctime": "2020-02-05 13:48:50,100", - "created": 1580906930.100613, + "asctime": "2020-12-21 01:00:04,293", + "created": 1608508804.29328, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8294,8 +8294,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-05 13:48:50,100", - "created": 1580906930.100524, + "asctime": "2020-12-21 01:00:04,293", + "created": 1608508804.293188, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8305,14 +8305,14 @@ "lineno": 22, "message": "Result (Return value list if processing data_sync twice): [ [ ] ] ()", "module": "test", - "msecs": 100.5239486694336, + "msecs": 293.18809509277344, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 45.87888717651367, - "thread": 139883241289536, + "relativeCreated": 58.03418159484863, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -8321,8 +8321,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-05 13:48:50,100", - "created": 1580906930.100566, + "asctime": "2020-12-21 01:00:04,293", + "created": 1608508804.293228, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8332,35 +8332,35 @@ "lineno": 26, "message": "Expectation (Return value list if processing data_sync twice): result = [ [ ] ] ()", "module": "test", - "msecs": 100.56591033935547, + "msecs": 293.2279109954834, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 45.92084884643555, - "thread": 139883241289536, + "relativeCreated": 58.073997497558594, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 100.61311721801758, + "msecs": 293.27988624572754, "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": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 45.968055725097656, - "thread": 139883241289536, + "relativeCreated": 58.125972747802734, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 4.7206878662109375e-05 + "time_consumption": 5.1975250244140625e-05 }, { "args": [ "1", "" ], - "asctime": "2020-02-05 13:48:50,100", - "created": 1580906930.100791, + "asctime": "2020-12-21 01:00:04,293", + "created": 1608508804.293445, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8377,8 +8377,8 @@ "1", "" ], - "asctime": "2020-02-05 13:48:50,100", - "created": 1580906930.100677, + "asctime": "2020-12-21 01:00:04,293", + "created": 1608508804.293367, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8388,14 +8388,14 @@ "lineno": 22, "message": "Result (State after processing data_sync twice): 1 ()", "module": "test", - "msecs": 100.6770133972168, + "msecs": 293.3669090270996, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 46.031951904296875, - "thread": 139883241289536, + "relativeCreated": 58.212995529174805, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -8404,8 +8404,8 @@ "1", "" ], - "asctime": "2020-02-05 13:48:50,100", - "created": 1580906930.10074, + "asctime": "2020-12-21 01:00:04,293", + "created": 1608508804.293405, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8415,39 +8415,39 @@ "lineno": 26, "message": "Expectation (State after processing data_sync twice): result = 1 ()", "module": "test", - "msecs": 100.73995590209961, + "msecs": 293.40505599975586, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 46.09489440917969, - "thread": 139883241289536, + "relativeCreated": 58.251142501831055, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 100.79097747802734, + "msecs": 293.4451103210449, "msg": "State after processing data_sync twice is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 46.14591598510742, - "thread": 139883241289536, + "relativeCreated": 58.29119682312012, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 5.1021575927734375e-05 + "time_consumption": 4.00543212890625e-05 } ], - "thread": 139883241289536, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 0.0010020732879638672, - "time_finished": "2020-02-05 13:48:50,100", - "time_start": "2020-02-05 13:48:50,099" + "time_consumption": 0.0011820793151855469, + "time_finished": "2020-12-21 01:00:04,293", + "time_start": "2020-12-21 01:00:04,292" }, "_pavPUHsZEemK6PYOxF9rHw": { "args": null, - "asctime": "2020-02-05 13:48:50,089", - "created": 1580906930.089195, + "asctime": "2020-12-21 01:00:04,279", + "created": 1608508804.279349, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8458,20 +8458,20 @@ "message": "_pavPUHsZEemK6PYOxF9rHw", "module": "__init__", "moduleLogger": [], - "msecs": 89.19501304626465, + "msecs": 279.34908866882324, "msg": "_pavPUHsZEemK6PYOxF9rHw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 34.54995155334473, + "relativeCreated": 44.19517517089844, "testcaseLogger": [ { "args": [ 4 ], - "asctime": "2020-02-05 13:48:50,089", - "created": 1580906930.089264, + "asctime": "2020-12-21 01:00:04,279", + "created": 1608508804.279416, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -8482,14 +8482,14 @@ "message": "Checking test pattern with length 4.", "module": "test_hexlify", "moduleLogger": [], - "msecs": 89.263916015625, + "msecs": 279.4160842895508, "msg": "Checking test pattern with length %d.", "name": "__tLogger__", "pathname": "src/tests/test_hexlify.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 34.61885452270508, - "thread": 139883241289536, + "relativeCreated": 44.26217079162598, + "thread": 139713944590144, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -8499,8 +8499,8 @@ "(4): de ad be ef", 0 ], - "asctime": "2020-02-05 13:48:50,089", - "created": 1580906930.089372, + "asctime": "2020-12-21 01:00:04,279", + "created": 1608508804.279532, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -8511,28 +8511,28 @@ "message": "\"(4)\" is in \"(4): de ad be ef\" at position 0", "module": "test_hexlify", "moduleLogger": [], - "msecs": 89.37191963195801, + "msecs": 279.53195571899414, "msg": "\"%s\" is in \"%s\" at position %d", "name": "__tLogger__", "pathname": "src/tests/test_hexlify.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 34.726858139038086, - "thread": 139883241289536, + "relativeCreated": 44.378042221069336, + "thread": 139713944590144, "threadName": "MainThread", "time_consumption": 0.0 } ], - "thread": 139883241289536, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 0.00017690658569335938, - "time_finished": "2020-02-05 13:48:50,089", - "time_start": "2020-02-05 13:48:50,089" + "time_consumption": 0.00018286705017089844, + "time_finished": "2020-12-21 01:00:04,279", + "time_start": "2020-12-21 01:00:04,279" }, "_rhV88Hu9Eemborg4LxXa3A": { "args": null, - "asctime": "2020-02-05 13:48:50,089", - "created": 1580906930.089484, + "asctime": "2020-12-21 01:00:04,279", + "created": 1608508804.279645, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8543,20 +8543,20 @@ "message": "_rhV88Hu9Eemborg4LxXa3A", "module": "__init__", "moduleLogger": [], - "msecs": 89.48397636413574, + "msecs": 279.6449661254883, "msg": "_rhV88Hu9Eemborg4LxXa3A", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 34.83891487121582, + "relativeCreated": 44.49105262756348, "testcaseLogger": [ { "args": [ 4 ], - "asctime": "2020-02-05 13:48:50,089", - "created": 1580906930.089552, + "asctime": "2020-12-21 01:00:04,279", + "created": 1608508804.279712, "exc_info": null, "exc_text": null, "filename": "test_linefeed_filter.py", @@ -8567,14 +8567,14 @@ "message": "Checking test pattern with length 4.", "module": "test_linefeed_filter", "moduleLogger": [], - "msecs": 89.55192565917969, + "msecs": 279.7119617462158, "msg": "Checking test pattern with length %d.", "name": "__tLogger__", "pathname": "src/tests/test_linefeed_filter.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 34.906864166259766, - "thread": 139883241289536, + "relativeCreated": 44.558048248291016, + "thread": 139713944590144, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -8583,8 +8583,8 @@ "'test\\\\r\\\\n123\\\\r\\\\n'", "" ], - "asctime": "2020-02-05 13:48:50,089", - "created": 1580906930.08971, + "asctime": "2020-12-21 01:00:04,279", + "created": 1608508804.279866, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8601,8 +8601,8 @@ "'test\\\\r\\\\n123\\\\r\\\\n'", "" ], - "asctime": "2020-02-05 13:48:50,089", - "created": 1580906930.089629, + "asctime": "2020-12-21 01:00:04,279", + "created": 1608508804.279785, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8612,14 +8612,14 @@ "lineno": 22, "message": "Result (Returnvalue of linefeed_filter): 'test\\\\r\\\\n123\\\\r\\\\n' ()", "module": "test", - "msecs": 89.62893486022949, + "msecs": 279.7849178314209, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 34.98387336730957, - "thread": 139883241289536, + "relativeCreated": 44.631004333496094, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -8628,8 +8628,8 @@ "'test\\\\r\\\\n123\\\\r\\\\n'", "" ], - "asctime": "2020-02-05 13:48:50,089", - "created": 1580906930.08967, + "asctime": "2020-12-21 01:00:04,279", + "created": 1608508804.279826, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8639,39 +8639,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of linefeed_filter): result = 'test\\\\r\\\\n123\\\\r\\\\n' ()", "module": "test", - "msecs": 89.66994285583496, + "msecs": 279.82592582702637, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 35.02488136291504, - "thread": 139883241289536, + "relativeCreated": 44.67201232910156, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 89.70999717712402, + "msecs": 279.86598014831543, "msg": "Returnvalue of linefeed_filter is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 35.0649356842041, - "thread": 139883241289536, + "relativeCreated": 44.712066650390625, + "thread": 139713944590144, "threadName": "MainThread", "time_consumption": 4.00543212890625e-05 } ], - "thread": 139883241289536, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 0.00022602081298828125, - "time_finished": "2020-02-05 13:48:50,089", - "time_start": "2020-02-05 13:48:50,089" + "time_consumption": 0.00022101402282714844, + "time_finished": "2020-12-21 01:00:04,279", + "time_start": "2020-12-21 01:00:04,279" }, "_wMotUCclEeqsHsnJQYCN8Q": { "args": null, - "asctime": "2020-02-05 13:48:50,103", - "created": 1580906930.103126, + "asctime": "2020-12-21 01:00:04,295", + "created": 1608508804.295916, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8682,18 +8682,18 @@ "message": "_wMotUCclEeqsHsnJQYCN8Q", "module": "__init__", "moduleLogger": [], - "msecs": 103.12604904174805, + "msecs": 295.9160804748535, "msg": "_wMotUCclEeqsHsnJQYCN8Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 48.480987548828125, + "relativeCreated": 60.76216697692871, "testcaseLogger": [ { "args": [], - "asctime": "2020-02-05 13:48:50,103", - "created": 1580906930.103581, + "asctime": "2020-12-21 01:00:04,296", + "created": 1608508804.296391, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -8708,8 +8708,8 @@ "args": [ "': changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 103.24311256408691, + "msecs": 296.0340976715088, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 48.59805107116699, - "thread": 139883241289536, + "relativeCreated": 60.880184173583984, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -8761,33 +8761,33 @@ 58, 60 ], - "asctime": "2020-02-05 13:48:50,103", - "created": 1580906930.103281, + "asctime": "2020-12-21 01:00:04,296", + "created": 1608508804.296078, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 103, + "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 103.28102111816406, + "msecs": 296.0779666900635, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 48.63595962524414, - "thread": 139883241289536, + "relativeCreated": 60.92405319213867, + "thread": 139713944590144, "threadName": "MainThread" }, { "args": [ "255" ], - "asctime": "2020-02-05 13:48:50,103", - "created": 1580906930.103326, + "asctime": "2020-12-21 01:00:04,296", + "created": 1608508804.296128, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -8797,22 +8797,22 @@ "lineno": 163, "message": "Setting state of stp to 255.", "module": "test_stp", - "msecs": 103.32608222961426, + "msecs": 296.1280345916748, "msg": "Setting state of stp to %s.", "name": "__unittest__", "pathname": "src/tests/test_stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 48.681020736694336, - "thread": 139883241289536, + "relativeCreated": 60.97412109375, + "thread": 139713944590144, "threadName": "MainThread" }, { "args": [ "': adding value (3a) back to data again and changing state -> STP_STATE_IDLE", "module": "stp", - "msecs": 103.41191291809082, + "msecs": 296.21410369873047, "msg": "%s unknown state (%s) => adding value (%02x) back to data again and changing state -> STP_STATE_IDLE", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 48.7668514251709, - "thread": 139883241289536, + "relativeCreated": 61.060190200805664, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -8864,25 +8864,25 @@ "STP:", "(2): 74 65" ], - "asctime": "2020-02-05 13:48:50,103", - "created": 1580906930.103454, + "asctime": "2020-12-21 01:00:04,296", + "created": 1608508804.296259, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "__clear_buffer__", "levelname": "WARNING", "levelno": 30, - "lineno": 69, + "lineno": 72, "message": "STP: Chunking \"(2): 74 65\" from buffer", "module": "stp", - "msecs": 103.4541130065918, + "msecs": 296.25892639160156, "msg": "%s Chunking \"%s\" from buffer", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 48.809051513671875, - "thread": 139883241289536, + "relativeCreated": 61.10501289367676, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -8890,25 +8890,25 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,103", - "created": 1580906930.103493, + "asctime": "2020-12-21 01:00:04,296", + "created": 1608508804.296307, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 98, + "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 103.49297523498535, + "msecs": 296.3070869445801, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 48.84791374206543, - "thread": 139883241289536, + "relativeCreated": 61.15317344665527, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -8917,36 +8917,36 @@ 58, 60 ], - "asctime": "2020-02-05 13:48:50,103", - "created": 1580906930.103536, + "asctime": "2020-12-21 01:00:04,296", + "created": 1608508804.296346, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 103, + "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 103.53589057922363, + "msecs": 296.34594917297363, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 48.89082908630371, - "thread": 139883241289536, + "relativeCreated": 61.19203567504883, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 103.58095169067383, + "msecs": 296.3910102844238, "msg": "Corrupting stp state and processing data.", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 48.935890197753906, - "thread": 139883241289536, + "relativeCreated": 61.23709678649902, + "thread": 139713944590144, "threadName": "MainThread", "time_consumption": 4.506111145019531e-05 }, @@ -8955,8 +8955,8 @@ "[[]]", "" ], - "asctime": "2020-02-05 13:48:50,103", - "created": 1580906930.10379, + "asctime": "2020-12-21 01:00:04,296", + "created": 1608508804.296554, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8973,8 +8973,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-05 13:48:50,103", - "created": 1580906930.103683, + "asctime": "2020-12-21 01:00:04,296", + "created": 1608508804.296463, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8984,14 +8984,14 @@ "lineno": 22, "message": "Result (Return value list if processing start of a frame after state had been corrupted): [ [ ] ] ()", "module": "test", - "msecs": 103.6829948425293, + "msecs": 296.4630126953125, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 49.037933349609375, - "thread": 139883241289536, + "relativeCreated": 61.309099197387695, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -9000,8 +9000,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-05 13:48:50,103", - "created": 1580906930.103737, + "asctime": "2020-12-21 01:00:04,296", + "created": 1608508804.296503, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9011,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": 103.73711585998535, + "msecs": 296.50306701660156, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 49.09205436706543, - "thread": 139883241289536, + "relativeCreated": 61.34915351867676, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 103.7900447845459, + "msecs": 296.5540885925293, "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": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 49.14498329162598, - "thread": 139883241289536, + "relativeCreated": 61.40017509460449, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 5.2928924560546875e-05 + "time_consumption": 5.1021575927734375e-05 }, { "args": [ "3", "" ], - "asctime": "2020-02-05 13:48:50,103", - "created": 1580906930.103929, + "asctime": "2020-12-21 01:00:04,296", + "created": 1608508804.296693, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9056,8 +9056,8 @@ "3", "" ], - "asctime": "2020-02-05 13:48:50,103", - "created": 1580906930.103854, + "asctime": "2020-12-21 01:00:04,296", + "created": 1608508804.296618, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9067,14 +9067,14 @@ "lineno": 22, "message": "Result (State after processing start of a frame after state had been corrupted): 3 ()", "module": "test", - "msecs": 103.85394096374512, + "msecs": 296.6179847717285, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 49.208879470825195, - "thread": 139883241289536, + "relativeCreated": 61.46407127380371, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -9083,8 +9083,8 @@ "3", "" ], - "asctime": "2020-02-05 13:48:50,103", - "created": 1580906930.103892, + "asctime": "2020-12-21 01:00:04,296", + "created": 1608508804.296656, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9094,35 +9094,35 @@ "lineno": 26, "message": "Expectation (State after processing start of a frame after state had been corrupted): result = 3 ()", "module": "test", - "msecs": 103.89208793640137, + "msecs": 296.65589332580566, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 49.247026443481445, - "thread": 139883241289536, + "relativeCreated": 61.50197982788086, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 103.92904281616211, + "msecs": 296.6930866241455, "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": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 49.28398132324219, - "thread": 139883241289536, + "relativeCreated": 61.5391731262207, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.695487976074219e-05 + "time_consumption": 3.719329833984375e-05 }, { "args": [ "2", "" ], - "asctime": "2020-02-05 13:48:50,104", - "created": 1580906930.104062, + "asctime": "2020-12-21 01:00:04,296", + "created": 1608508804.29683, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9139,8 +9139,8 @@ "2", "" ], - "asctime": "2020-02-05 13:48:50,103", - "created": 1580906930.103988, + "asctime": "2020-12-21 01:00:04,296", + "created": 1608508804.296756, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9150,14 +9150,14 @@ "lineno": 22, "message": "Result (Buffer size after corrupting stp state): 2 ()", "module": "test", - "msecs": 103.9879322052002, + "msecs": 296.7560291290283, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 49.34287071228027, - "thread": 139883241289536, + "relativeCreated": 61.602115631103516, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -9166,8 +9166,8 @@ "2", "" ], - "asctime": "2020-02-05 13:48:50,104", - "created": 1580906930.104025, + "asctime": "2020-12-21 01:00:04,296", + "created": 1608508804.296793, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9177,39 +9177,39 @@ "lineno": 26, "message": "Expectation (Buffer size after corrupting stp state): result = 2 ()", "module": "test", - "msecs": 104.02488708496094, + "msecs": 296.79298400878906, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 49.379825592041016, - "thread": 139883241289536, + "relativeCreated": 61.63907051086426, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 104.06208038330078, + "msecs": 296.8299388885498, "msg": "Buffer size after corrupting stp state is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 49.41701889038086, - "thread": 139883241289536, + "relativeCreated": 61.676025390625, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.719329833984375e-05 + "time_consumption": 3.695487976074219e-05 } ], - "thread": 139883241289536, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 0.0009360313415527344, - "time_finished": "2020-02-05 13:48:50,104", - "time_start": "2020-02-05 13:48:50,103" + "time_consumption": 0.0009138584136962891, + "time_finished": "2020-12-21 01:00:04,296", + "time_start": "2020-12-21 01:00:04,295" }, "_xOCgkI9yEemg3cv-3xZ25Q": { "args": null, - "asctime": "2020-02-05 13:48:50,098", - "created": 1580906930.098078, + "asctime": "2020-12-21 01:00:04,290", + "created": 1608508804.290432, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9220,20 +9220,20 @@ "message": "_xOCgkI9yEemg3cv-3xZ25Q", "module": "__init__", "moduleLogger": [], - "msecs": 98.07801246643066, + "msecs": 290.4319763183594, "msg": "_xOCgkI9yEemg3cv-3xZ25Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 43.43295097351074, + "relativeCreated": 55.27806282043457, "testcaseLogger": [ { "args": [ "'::>'" ], - "asctime": "2020-02-05 13:48:50,098", - "created": 1580906930.09887, + "asctime": "2020-12-21 01:00:04,291", + "created": 1608508804.29121, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -9249,25 +9249,25 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,098", - "created": 1580906930.098175, + "asctime": "2020-12-21 01:00:04,290", + "created": 1608508804.290552, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 98, + "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 98.175048828125, + "msecs": 290.55190086364746, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 43.52998733520508, - "thread": 139883241289536, + "relativeCreated": 55.397987365722656, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -9276,25 +9276,25 @@ 58, 60 ], - "asctime": "2020-02-05 13:48:50,098", - "created": 1580906930.098231, + "asctime": "2020-12-21 01:00:04,290", + "created": 1608508804.29062, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 103, + "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 98.23107719421387, + "msecs": 290.6200885772705, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 43.586015701293945, - "thread": 139883241289536, + "relativeCreated": 55.4661750793457, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -9302,25 +9302,25 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,098", - "created": 1580906930.098394, + "asctime": "2020-12-21 01:00:04,290", + "created": 1608508804.290719, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 114, + "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 98.39391708374023, + "msecs": 290.71903228759766, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 43.74885559082031, - "thread": 139883241289536, + "relativeCreated": 55.56511878967285, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -9329,25 +9329,25 @@ 58, 61 ], - "asctime": "2020-02-05 13:48:50,098", - "created": 1580906930.098525, + "asctime": "2020-12-21 01:00:04,290", + "created": 1608508804.290804, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 129, + "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 98.5250473022461, + "msecs": 290.8039093017578, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 43.87998580932617, - "thread": 139883241289536, + "relativeCreated": 55.64999580383301, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -9355,25 +9355,25 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,098", - "created": 1580906930.098587, + "asctime": "2020-12-21 01:00:04,290", + "created": 1608508804.290881, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 114, + "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 98.5870361328125, + "msecs": 290.8809185028076, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 43.94197463989258, - "thread": 139883241289536, + "relativeCreated": 55.72700500488281, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -9382,25 +9382,25 @@ 58, 61 ], - "asctime": "2020-02-05 13:48:50,098", - "created": 1580906930.098642, + "asctime": "2020-12-21 01:00:04,290", + "created": 1608508804.290943, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 129, + "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 98.64211082458496, + "msecs": 290.942907333374, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 43.99704933166504, - "thread": 139883241289536, + "relativeCreated": 55.78899383544922, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -9408,25 +9408,25 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,098", - "created": 1580906930.09871, + "asctime": "2020-12-21 01:00:04,291", + "created": 1608508804.291002, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 114, + "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 98.7100601196289, + "msecs": 291.0020351409912, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 44.064998626708984, - "thread": 139883241289536, + "relativeCreated": 55.848121643066406, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -9435,25 +9435,25 @@ 58, 62 ], - "asctime": "2020-02-05 13:48:50,098", - "created": 1580906930.098755, + "asctime": "2020-12-21 01:00:04,291", + "created": 1608508804.291053, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 124, + "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 98.7548828125, + "msecs": 291.05305671691895, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 44.10982131958008, - "thread": 139883241289536, + "relativeCreated": 55.89914321899414, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -9461,46 +9461,46 @@ "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-05 13:48:50,098", - "created": 1580906930.098832, + "asctime": "2020-12-21 01:00:04,291", + "created": 1608508804.29115, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "INFO", "levelno": 20, - "lineno": 145, + "lineno": 148, "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": 98.8318920135498, + "msecs": 291.1500930786133, "msg": "%s message identified - %s", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 44.18683052062988, - "thread": 139883241289536, + "relativeCreated": 55.99617958068848, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 98.87003898620605, + "msecs": 291.2099361419678, "msg": "Processing testframe: \"%s\"", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 44.22497749328613, - "thread": 139883241289536, + "relativeCreated": 56.05602264404297, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 3.814697265625e-05 + "time_consumption": 5.984306335449219e-05 }, { "args": [ "['testframe for :']", "" ], - "asctime": "2020-02-05 13:48:50,099", - "created": 1580906930.099042, + "asctime": "2020-12-21 01:00:04,291", + "created": 1608508804.291435, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9517,8 +9517,8 @@ "[ 'testframe for :' ]", "" ], - "asctime": "2020-02-05 13:48:50,098", - "created": 1580906930.098951, + "asctime": "2020-12-21 01:00:04,291", + "created": 1608508804.291325, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9528,14 +9528,14 @@ "lineno": 22, "message": "Result (Processed STP-Frame): [ 'testframe for :' ] ()", "module": "test", - "msecs": 98.95110130310059, + "msecs": 291.3250923156738, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 44.306039810180664, - "thread": 139883241289536, + "relativeCreated": 56.17117881774902, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -9544,8 +9544,8 @@ "[ 'testframe for :' ]", "" ], - "asctime": "2020-02-05 13:48:50,098", - "created": 1580906930.098992, + "asctime": "2020-12-21 01:00:04,291", + "created": 1608508804.291371, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9555,39 +9555,39 @@ "lineno": 26, "message": "Expectation (Processed STP-Frame): result = [ 'testframe for :' ] ()", "module": "test", - "msecs": 98.99210929870605, + "msecs": 291.37110710144043, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 44.34704780578613, - "thread": 139883241289536, + "relativeCreated": 56.217193603515625, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 99.04193878173828, + "msecs": 291.43500328063965, "msg": "Processed STP-Frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 44.39687728881836, - "thread": 139883241289536, + "relativeCreated": 56.281089782714844, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 4.982948303222656e-05 + "time_consumption": 6.389617919921875e-05 } ], - "thread": 139883241289536, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 0.0009639263153076172, - "time_finished": "2020-02-05 13:48:50,099", - "time_start": "2020-02-05 13:48:50,098" + "time_consumption": 0.0010030269622802734, + "time_finished": "2020-12-21 01:00:04,291", + "time_start": "2020-12-21 01:00:04,290" }, "_xiZqMI92Eemg3cv-3xZ25Q": { "args": null, - "asctime": "2020-02-05 13:48:50,094", - "created": 1580906930.094077, + "asctime": "2020-12-21 01:00:04,284", + "created": 1608508804.28444, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9598,20 +9598,20 @@ "message": "_xiZqMI92Eemg3cv-3xZ25Q", "module": "__init__", "moduleLogger": [], - "msecs": 94.07711029052734, + "msecs": 284.4400405883789, "msg": "_xiZqMI92Eemg3cv-3xZ25Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 39.43204879760742, + "relativeCreated": 49.2861270904541, "testcaseLogger": [ { "args": [ "'testframe for :'" ], - "asctime": "2020-02-05 13:48:50,094", - "created": 1580906930.094165, + "asctime": "2020-12-21 01:00:04,284", + "created": 1608508804.28461, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -9622,14 +9622,14 @@ "message": "Creating testframe including start and end pattern for \"'testframe for :'\"", "module": "test_stp", "moduleLogger": [], - "msecs": 94.16508674621582, + "msecs": 284.6100330352783, "msg": "Creating testframe including start and end pattern for \"%s\"", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 39.5200252532959, - "thread": 139883241289536, + "relativeCreated": 49.456119537353516, + "thread": 139713944590144, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -9638,8 +9638,8 @@ "'::>'", "" ], - "asctime": "2020-02-05 13:48:50,094", - "created": 1580906930.094317, + "asctime": "2020-12-21 01:00:04,284", + "created": 1608508804.28496, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9656,8 +9656,8 @@ "'::>'", "" ], - "asctime": "2020-02-05 13:48:50,094", - "created": 1580906930.094237, + "asctime": "2020-12-21 01:00:04,284", + "created": 1608508804.284782, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9667,14 +9667,14 @@ "lineno": 22, "message": "Result (STP-Frame): '::>' ()", "module": "test", - "msecs": 94.23708915710449, + "msecs": 284.78193283081055, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 39.59202766418457, - "thread": 139883241289536, + "relativeCreated": 49.62801933288574, + "thread": 139713944590144, "threadName": "MainThread" }, { @@ -9683,8 +9683,8 @@ "'::>'", "" ], - "asctime": "2020-02-05 13:48:50,094", - "created": 1580906930.094277, + "asctime": "2020-12-21 01:00:04,284", + "created": 1608508804.284886, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9694,38 +9694,38 @@ "lineno": 26, "message": "Expectation (STP-Frame): result = '::>' ()", "module": "test", - "msecs": 94.27690505981445, + "msecs": 284.8858833312988, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 39.63184356689453, - "thread": 139883241289536, + "relativeCreated": 49.73196983337402, + "thread": 139713944590144, "threadName": "MainThread" } ], - "msecs": 94.31695938110352, + "msecs": 284.9600315093994, "msg": "STP-Frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20796, + "process": 89101, "processName": "MainProcess", - "relativeCreated": 39.671897888183594, - "thread": 139883241289536, + "relativeCreated": 49.80611801147461, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 4.00543212890625e-05 + "time_consumption": 7.414817810058594e-05 } ], - "thread": 139883241289536, + "thread": 139713944590144, "threadName": "MainThread", - "time_consumption": 0.00023984909057617188, - "time_finished": "2020-02-05 13:48:50,094", - "time_start": "2020-02-05 13:48:50,094" + "time_consumption": 0.0005199909210205078, + "time_finished": "2020-12-21 01:00:04,284", + "time_start": "2020-12-21 01:00:04,284" } }, "testrun_id": "p2", - "time_consumption": 0.01812148094177246, + "time_consumption": 0.020534038543701172, "uid_list_sorted": [ "_dB5IoEaTEeq5fPlXIeQCXQ", "_hpUmwEaTEeq5fPlXIeQCXQ", @@ -9780,7 +9780,7 @@ "_xR3PcH5BEemxr4bbKXhxkg": "Carriagereturn Seperation Protocol (CSP)", "_xiZqMI92Eemg3cv-3xZ25Q": "Frame creation - Start pattern and end pattern inside a message" }, - "interpreter": "python 3.6.9 (final)", + "interpreter": "python 3.8.5 (final)", "name": "Default Testsession name", "number_of_failed_tests": 0, "number_of_possibly_failed_tests": 0, @@ -9796,8 +9796,8 @@ "testcases": { "_-yWo4I9sEemg3cv-3xZ25Q": { "args": null, - "asctime": "2020-02-05 13:48:50,493", - "created": 1580906930.493974, + "asctime": "2020-12-21 01:00:04,682", + "created": 1608508804.682431, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9808,21 +9808,21 @@ "message": "_-yWo4I9sEemg3cv-3xZ25Q", "module": "__init__", "moduleLogger": [], - "msecs": 493.973970413208, + "msecs": 682.4309825897217, "msg": "_-yWo4I9sEemg3cv-3xZ25Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 71.77138328552246, + "relativeCreated": 77.88848876953125, "stack_info": null, "testcaseLogger": [ { "args": [ "b'testframe for stp'" ], - "asctime": "2020-02-05 13:48:50,494", - "created": 1580906930.4940624, + "asctime": "2020-12-21 01:00:04,682", + "created": 1608508804.682614, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -9833,15 +9833,15 @@ "message": "Creating testframe for \"b'testframe for stp'\"", "module": "test_stp", "moduleLogger": [], - "msecs": 494.0624237060547, + "msecs": 682.6140880584717, "msg": "Creating testframe for \"%s\"", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 71.85983657836914, + "relativeCreated": 78.07159423828125, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -9850,8 +9850,8 @@ "b':'", "" ], - "asctime": "2020-02-05 13:48:50,494", - "created": 1580906930.4943542, + "asctime": "2020-12-21 01:00:04,682", + "created": 1608508804.6829567, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9868,8 +9868,8 @@ "b':'", "" ], - "asctime": "2020-02-05 13:48:50,494", - "created": 1580906930.4942625, + "asctime": "2020-12-21 01:00:04,682", + "created": 1608508804.6827788, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9879,15 +9879,15 @@ "lineno": 22, "message": "Result (STP-Frame): b':' ()", "module": "test", - "msecs": 494.2624568939209, + "msecs": 682.7788352966309, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 72.05986976623535, + "relativeCreated": 78.23634147644043, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -9896,8 +9896,8 @@ "b':'", "" ], - "asctime": "2020-02-05 13:48:50,494", - "created": 1580906930.49431, + "asctime": "2020-12-21 01:00:04,682", + "created": 1608508804.6828706, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9907,41 +9907,41 @@ "lineno": 26, "message": "Expectation (STP-Frame): result = b':' ()", "module": "test", - "msecs": 494.3099021911621, + "msecs": 682.870626449585, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 72.10731506347656, + "relativeCreated": 78.32813262939453, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 494.354248046875, + "msecs": 682.9566955566406, "msg": "STP-Frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 72.15166091918945, + "relativeCreated": 78.4142017364502, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 4.4345855712890625e-05 + "time_consumption": 8.606910705566406e-05 } ], - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 0.0003802776336669922, - "time_finished": "2020-02-05 13:48:50,494", - "time_start": "2020-02-05 13:48:50,493" + "time_consumption": 0.0005257129669189453, + "time_finished": "2020-12-21 01:00:04,682", + "time_start": "2020-12-21 01:00:04,682" }, "_5_z4MI9yEemg3cv-3xZ25Q": { "args": null, - "asctime": "2020-02-05 13:48:50,497", - "created": 1580906930.4976258, + "asctime": "2020-12-21 01:00:04,687", + "created": 1608508804.6874077, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9952,21 +9952,21 @@ "message": "_5_z4MI9yEemg3cv-3xZ25Q", "module": "__init__", "moduleLogger": [], - "msecs": 497.62582778930664, + "msecs": 687.4077320098877, "msg": "_5_z4MI9yEemg3cv-3xZ25Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 75.4232406616211, + "relativeCreated": 82.86523818969727, "stack_info": null, "testcaseLogger": [ { "args": [ "b'_:'" ], - "asctime": "2020-02-05 13:48:50,497", - "created": 1580906930.497967, + "asctime": "2020-12-21 01:00:04,687", + "created": 1608508804.6877656, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -9982,26 +9982,26 @@ "STP:", 95 ], - "asctime": "2020-02-05 13:48:50,497", - "created": 1580906930.497688, + "asctime": "2020-12-21 01:00:04,687", + "created": 1608508804.6874816, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "WARNING", "levelno": 30, - "lineno": 100, + "lineno": 103, "message": "STP: no data sync (5f) received => ignoring byte", "module": "stp", - "msecs": 497.68805503845215, + "msecs": 687.4816417694092, "msg": "%s no data sync (%02x) received => ignoring byte", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 75.4854679107666, + "relativeCreated": 82.93914794921875, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -10009,26 +10009,26 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,497", - "created": 1580906930.4977295, + "asctime": "2020-12-21 01:00:04,687", + "created": 1608508804.687521, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 98, + "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 497.7295398712158, + "msecs": 687.5209808349609, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 75.52695274353027, + "relativeCreated": 82.97848701477051, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -10037,26 +10037,26 @@ 58, 60 ], - "asctime": "2020-02-05 13:48:50,497", - "created": 1580906930.4977684, + "asctime": "2020-12-21 01:00:04,687", + "created": 1608508804.687557, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 103, + "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 497.7684020996094, + "msecs": 687.5569820404053, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 75.56581497192383, + "relativeCreated": 83.01448822021484, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -10064,26 +10064,26 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,497", - "created": 1580906930.497842, + "asctime": "2020-12-21 01:00:04,687", + "created": 1608508804.687632, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 114, + "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 497.84207344055176, + "msecs": 687.6320838928223, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 75.63948631286621, + "relativeCreated": 83.08959007263184, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -10092,26 +10092,26 @@ 58, 62 ], - "asctime": "2020-02-05 13:48:50,497", - "created": 1580906930.4978797, + "asctime": "2020-12-21 01:00:04,687", + "created": 1608508804.6876721, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 124, + "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 497.8797435760498, + "msecs": 687.6721382141113, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 75.67715644836426, + "relativeCreated": 83.1296443939209, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -10119,48 +10119,48 @@ "STP:", "(17): 74 65 73 74 66 72 61 6d 65 20 66 6f 72 20 73 74 70" ], - "asctime": "2020-02-05 13:48:50,497", - "created": 1580906930.4979324, + "asctime": "2020-12-21 01:00:04,687", + "created": 1608508804.6877258, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "INFO", "levelno": 20, - "lineno": 145, + "lineno": 148, "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": 497.93243408203125, + "msecs": 687.7257823944092, "msg": "%s message identified - %s", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 75.7298469543457, + "relativeCreated": 83.18328857421875, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 497.967004776001, + "msecs": 687.7655982971191, "msg": "Processing testframe: \"%s\"", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 75.76441764831543, + "relativeCreated": 83.22310447692871, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.457069396972656e-05 + "time_consumption": 3.981590270996094e-05 }, { "args": [ "[b'testframe for stp']", "" ], - "asctime": "2020-02-05 13:48:50,498", - "created": 1580906930.4981086, + "asctime": "2020-12-21 01:00:04,687", + "created": 1608508804.6879113, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10177,8 +10177,8 @@ "[ b'testframe for stp' ]", "" ], - "asctime": "2020-02-05 13:48:50,498", - "created": 1580906930.4980268, + "asctime": "2020-12-21 01:00:04,687", + "created": 1608508804.6878316, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10188,15 +10188,15 @@ "lineno": 22, "message": "Result (Processed STP-Frame): [ b'testframe for stp' ] ()", "module": "test", - "msecs": 498.02684783935547, + "msecs": 687.8316402435303, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 75.82426071166992, + "relativeCreated": 83.28914642333984, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -10205,8 +10205,8 @@ "[ b'testframe for stp' ]", "" ], - "asctime": "2020-02-05 13:48:50,498", - "created": 1580906930.498065, + "asctime": "2020-12-21 01:00:04,687", + "created": 1608508804.6878688, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10216,41 +10216,41 @@ "lineno": 26, "message": "Expectation (Processed STP-Frame): result = [ b'testframe for stp' ] ()", "module": "test", - "msecs": 498.0649948120117, + "msecs": 687.8688335418701, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 75.86240768432617, + "relativeCreated": 83.32633972167969, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 498.1086254119873, + "msecs": 687.9112720489502, "msg": "Processed STP-Frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 75.90603828430176, + "relativeCreated": 83.36877822875977, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 4.363059997558594e-05 + "time_consumption": 4.2438507080078125e-05 } ], - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 0.00048279762268066406, - "time_finished": "2020-02-05 13:48:50,498", - "time_start": "2020-02-05 13:48:50,497" + "time_consumption": 0.0005035400390625, + "time_finished": "2020-12-21 01:00:04,687", + "time_start": "2020-12-21 01:00:04,687" }, "_9ahP4Hu7Eemborg4LxXa3A": { "args": null, - "asctime": "2020-02-05 13:48:50,489", - "created": 1580906930.4891088, + "asctime": "2020-12-21 01:00:04,676", + "created": 1608508804.676985, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10261,19 +10261,19 @@ "message": "_9ahP4Hu7Eemborg4LxXa3A", "module": "__init__", "moduleLogger": [], - "msecs": 489.1088008880615, + "msecs": 676.9850254058838, "msg": "_9ahP4Hu7Eemborg4LxXa3A", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 66.90621376037598, + "relativeCreated": 72.44253158569336, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-02-05 13:48:50,489", - "created": 1580906930.4891632, + "asctime": "2020-12-21 01:00:04,677", + "created": 1608508804.677041, "exc_info": null, "exc_text": null, "filename": "test_gzip.py", @@ -10284,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": 489.1631603240967, + "msecs": 677.0410537719727, "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": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 66.96057319641113, + "relativeCreated": 72.49855995178223, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -10300,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-05 13:48:50,489", - "created": 1580906930.4894698, + "asctime": "2020-12-21 01:00:04,677", + "created": 1608508804.677369, "exc_info": null, "exc_text": null, "filename": "test_gzip.py", @@ -10315,49 +10315,49 @@ { "args": [ 0.8666666666666667, - 0.00018525123596191406 + 0.0002002716064453125 ], - "asctime": "2020-02-05 13:48:50,489", - "created": 1580906930.4893968, + "asctime": "2020-12-21 01:00:04,677", + "created": 1608508804.6772978, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "gzip_compress", "levelname": "DEBUG", "levelno": 10, - "lineno": 145, + "lineno": 148, "message": "GZIP: Finished to compress a string (compression_rate=0.867, consumed_time=0.0s).", "module": "__init__", - "msecs": 489.3968105316162, + "msecs": 677.297830581665, "msg": "GZIP: Finished to compress a string (compression_rate=%.3f, consumed_time=%.1fs).", - "name": "STRINGTOOLS", + "name": "root.stringtools", "pathname": "src/stringtools/__init__.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 67.19422340393066, + "relativeCreated": 72.75533676147461, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 489.4697666168213, + "msecs": 677.3691177368164, "msg": "Compressing stream: %s ", "name": "__tLogger__", "pathname": "src/tests/test_gzip.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 67.26717948913574, + "relativeCreated": 72.82662391662598, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 7.295608520507812e-05 + "time_consumption": 7.128715515136719e-05 }, { "args": [ - "(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" + "(26): 1f 8b 08 00 84 e5 df 5f 02 ff 63 60 40 01 ff 51 01 00 2d 8a 7d de 1e 00 00 00" ], - "asctime": "2020-02-05 13:48:50,489", - "created": 1580906930.4896994, + "asctime": "2020-12-21 01:00:04,677", + "created": 1608508804.6776016, "exc_info": null, "exc_text": null, "filename": "test_gzip.py", @@ -10365,56 +10365,56 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 16, - "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", + "message": "Extracting stream: (26): 1f 8b 08 00 84 e5 df 5f 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, - 9.632110595703125e-05 + 0.00010585784912109375 ], - "asctime": "2020-02-05 13:48:50,489", - "created": 1580906930.48963, + "asctime": "2020-12-21 01:00:04,677", + "created": 1608508804.6775358, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "gzip_extract", "levelname": "DEBUG", "levelno": 10, - "lineno": 178, + "lineno": 181, "message": "GZIP: Finished to extract a string (compression_rate=0.867, consumed_time=0.0s).", "module": "__init__", - "msecs": 489.62998390197754, + "msecs": 677.5357723236084, "msg": "GZIP: Finished to extract a string (compression_rate=%.3f, consumed_time=%.1fs).", - "name": "STRINGTOOLS", + "name": "root.stringtools", "pathname": "src/stringtools/__init__.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 67.42739677429199, + "relativeCreated": 72.99327850341797, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 489.6993637084961, + "msecs": 677.6015758514404, "msg": "Extracting stream: %s", "name": "__tLogger__", "pathname": "src/tests/test_gzip.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 67.49677658081055, + "relativeCreated": 73.05908203125, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 6.937980651855469e-05 + "time_consumption": 6.580352783203125e-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-05 13:48:50,489", - "created": 1580906930.4899213, + "asctime": "2020-12-21 01:00:04,677", + "created": 1608508804.677809, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10431,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-05 13:48:50,489", - "created": 1580906930.4897845, + "asctime": "2020-12-21 01:00:04,677", + "created": 1608508804.6776874, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10442,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": 489.78447914123535, + "msecs": 677.687406539917, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 67.5818920135498, + "relativeCreated": 73.14491271972656, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -10459,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-05 13:48:50,489", - "created": 1580906930.4898484, + "asctime": "2020-12-21 01:00:04,677", + "created": 1608508804.677748, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10470,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": 489.84837532043457, + "msecs": 677.7479648590088, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 67.64578819274902, + "relativeCreated": 73.20547103881836, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 489.92133140563965, + "msecs": 677.8090000152588, "msg": "Extracted data is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 67.7187442779541, + "relativeCreated": 73.26650619506836, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 7.295608520507812e-05 + "time_consumption": 6.103515625e-05 } ], - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 0.000812530517578125, - "time_finished": "2020-02-05 13:48:50,489", - "time_start": "2020-02-05 13:48:50,489" + "time_consumption": 0.000823974609375, + "time_finished": "2020-12-21 01:00:04,677", + "time_start": "2020-12-21 01:00:04,676" }, "_Bd9TgI9tEemg3cv-3xZ25Q": { "args": null, - "asctime": "2020-02-05 13:48:50,494", - "created": 1580906930.4948788, + "asctime": "2020-12-21 01:00:04,683", + "created": 1608508804.6836812, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10515,21 +10515,21 @@ "message": "_Bd9TgI9tEemg3cv-3xZ25Q", "module": "__init__", "moduleLogger": [], - "msecs": 494.87876892089844, + "msecs": 683.6812496185303, "msg": "_Bd9TgI9tEemg3cv-3xZ25Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 72.67618179321289, + "relativeCreated": 79.13875579833984, "stack_info": null, "testcaseLogger": [ { "args": [ "b':'" ], - "asctime": "2020-02-05 13:48:50,495", - "created": 1580906930.495323, + "asctime": "2020-12-21 01:00:04,684", + "created": 1608508804.6840656, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -10545,26 +10545,26 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,494", - "created": 1580906930.49497, + "asctime": "2020-12-21 01:00:04,683", + "created": 1608508804.6837716, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 98, + "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 494.97008323669434, + "msecs": 683.7716102600098, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 72.76749610900879, + "relativeCreated": 79.22911643981934, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -10573,26 +10573,26 @@ 58, 60 ], - "asctime": "2020-02-05 13:48:50,495", - "created": 1580906930.4950202, + "asctime": "2020-12-21 01:00:04,683", + "created": 1608508804.6838207, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 103, + "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 495.02015113830566, + "msecs": 683.8207244873047, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 72.81756401062012, + "relativeCreated": 79.27823066711426, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -10600,26 +10600,26 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,495", - "created": 1580906930.4951162, + "asctime": "2020-12-21 01:00:04,683", + "created": 1608508804.683917, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 114, + "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 495.1162338256836, + "msecs": 683.9170455932617, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 72.91364669799805, + "relativeCreated": 79.37455177307129, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -10628,26 +10628,26 @@ 58, 62 ], - "asctime": "2020-02-05 13:48:50,495", - "created": 1580906930.4952025, + "asctime": "2020-12-21 01:00:04,683", + "created": 1608508804.6839578, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 124, + "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 495.20254135131836, + "msecs": 683.9578151702881, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 72.99995422363281, + "relativeCreated": 79.41532135009766, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -10655,48 +10655,48 @@ "STP:", "(17): 74 65 73 74 66 72 61 6d 65 20 66 6f 72 20 73 74 70" ], - "asctime": "2020-02-05 13:48:50,495", - "created": 1580906930.4952705, + "asctime": "2020-12-21 01:00:04,684", + "created": 1608508804.684026, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "INFO", "levelno": 20, - "lineno": 145, + "lineno": 148, "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": 495.2704906463623, + "msecs": 684.0260028839111, "msg": "%s message identified - %s", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 73.06790351867676, + "relativeCreated": 79.4835090637207, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 495.32294273376465, + "msecs": 684.065580368042, "msg": "Processing testframe: \"%s\"", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 73.1203556060791, + "relativeCreated": 79.52308654785156, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 5.245208740234375e-05 + "time_consumption": 3.9577484130859375e-05 }, { "args": [ "[]", "" ], - "asctime": "2020-02-05 13:48:50,495", - "created": 1580906930.4955091, + "asctime": "2020-12-21 01:00:04,684", + "created": 1608508804.6845086, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10713,8 +10713,8 @@ "[ ]", "" ], - "asctime": "2020-02-05 13:48:50,495", - "created": 1580906930.4954078, + "asctime": "2020-12-21 01:00:04,684", + "created": 1608508804.6843262, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10724,15 +10724,15 @@ "lineno": 22, "message": "Result (First processed STP snippet): [ ] ()", "module": "test", - "msecs": 495.4078197479248, + "msecs": 684.326171875, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 73.20523262023926, + "relativeCreated": 79.78367805480957, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -10741,8 +10741,8 @@ "[ ]", "" ], - "asctime": "2020-02-05 13:48:50,495", - "created": 1580906930.495455, + "asctime": "2020-12-21 01:00:04,684", + "created": 1608508804.6844182, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10752,37 +10752,37 @@ "lineno": 26, "message": "Expectation (First processed STP snippet): result = [ ] ()", "module": "test", - "msecs": 495.4550266265869, + "msecs": 684.4182014465332, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 73.25243949890137, + "relativeCreated": 79.87570762634277, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 495.50914764404297, + "msecs": 684.5085620880127, "msg": "First processed STP snippet is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 73.30656051635742, + "relativeCreated": 79.96606826782227, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 5.412101745605469e-05 + "time_consumption": 9.036064147949219e-05 }, { "args": [ "[b'testframe for stp']", "" ], - "asctime": "2020-02-05 13:48:50,495", - "created": 1580906930.4956737, + "asctime": "2020-12-21 01:00:04,684", + "created": 1608508804.6848042, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10799,8 +10799,8 @@ "[ b'testframe for stp' ]", "" ], - "asctime": "2020-02-05 13:48:50,495", - "created": 1580906930.4955728, + "asctime": "2020-12-21 01:00:04,684", + "created": 1608508804.6846528, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10810,15 +10810,15 @@ "lineno": 22, "message": "Result (Final processed STP snippet): [ b'testframe for stp' ] ()", "module": "test", - "msecs": 495.5728054046631, + "msecs": 684.6528053283691, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 73.37021827697754, + "relativeCreated": 80.11031150817871, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -10827,8 +10827,8 @@ "[ b'testframe for stp' ]", "" ], - "asctime": "2020-02-05 13:48:50,495", - "created": 1580906930.495622, + "asctime": "2020-12-21 01:00:04,684", + "created": 1608508804.6847203, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10838,41 +10838,41 @@ "lineno": 26, "message": "Expectation (Final processed STP snippet): result = [ b'testframe for stp' ] ()", "module": "test", - "msecs": 495.621919631958, + "msecs": 684.7202777862549, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 73.41933250427246, + "relativeCreated": 80.17778396606445, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 495.67365646362305, + "msecs": 684.8042011260986, "msg": "Final processed STP snippet is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 73.4710693359375, + "relativeCreated": 80.2617073059082, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 5.173683166503906e-05 + "time_consumption": 8.392333984375e-05 } ], - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 0.0007948875427246094, - "time_finished": "2020-02-05 13:48:50,495", - "time_start": "2020-02-05 13:48:50,494" + "time_consumption": 0.0011229515075683594, + "time_finished": "2020-12-21 01:00:04,684", + "time_start": "2020-12-21 01:00:04,683" }, "_G40UUH5DEemxr4bbKXhxkg": { "args": null, - "asctime": "2020-02-05 13:48:50,490", - "created": 1580906930.4907732, + "asctime": "2020-12-21 01:00:04,679", + "created": 1608508804.6791255, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10883,21 +10883,21 @@ "message": "_G40UUH5DEemxr4bbKXhxkg", "module": "__init__", "moduleLogger": [], - "msecs": 490.77320098876953, + "msecs": 679.1255474090576, "msg": "_G40UUH5DEemxr4bbKXhxkg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 68.57061386108398, + "relativeCreated": 74.58305358886719, "stack_info": null, "testcaseLogger": [ { "args": [ "b':testframe: for csp'" ], - "asctime": "2020-02-05 13:48:50,490", - "created": 1580906930.4908252, + "asctime": "2020-12-21 01:00:04,679", + "created": 1608508804.6792161, "exc_info": null, "exc_text": null, "filename": "test_csp.py", @@ -10908,15 +10908,15 @@ "message": "Creating testframe for \"b':testframe: for csp'\"", "module": "test_csp", "moduleLogger": [], - "msecs": 490.8251762390137, + "msecs": 679.2161464691162, "msg": "Creating testframe for \"%s\"", "name": "__tLogger__", "pathname": "src/tests/test_csp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 68.62258911132812, + "relativeCreated": 74.67365264892578, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -10925,8 +10925,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,490", - "created": 1580906930.4909644, + "asctime": "2020-12-21 01:00:04,679", + "created": 1608508804.6794362, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10943,8 +10943,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,490", - "created": 1580906930.4908857, + "asctime": "2020-12-21 01:00:04,679", + "created": 1608508804.6793163, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10954,15 +10954,15 @@ "lineno": 22, "message": "Result (CSP-Frame): ()", "module": "test", - "msecs": 490.88573455810547, + "msecs": 679.3162822723389, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 68.68314743041992, + "relativeCreated": 74.77378845214844, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -10971,8 +10971,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,490", - "created": 1580906930.4909234, + "asctime": "2020-12-21 01:00:04,679", + "created": 1608508804.679378, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10982,41 +10982,41 @@ "lineno": 26, "message": "Expectation (CSP-Frame): result = ()", "module": "test", - "msecs": 490.9234046936035, + "msecs": 679.3780326843262, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 68.72081756591797, + "relativeCreated": 74.83553886413574, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 490.964412689209, + "msecs": 679.436206817627, "msg": "CSP-Frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 68.76182556152344, + "relativeCreated": 74.89371299743652, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 4.100799560546875e-05 + "time_consumption": 5.817413330078125e-05 } ], - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 0.00019121170043945312, - "time_finished": "2020-02-05 13:48:50,490", - "time_start": "2020-02-05 13:48:50,490" + "time_consumption": 0.00031065940856933594, + "time_finished": "2020-12-21 01:00:04,679", + "time_start": "2020-12-21 01:00:04,679" }, "_NpOWgI9tEemg3cv-3xZ25Q": { "args": null, - "asctime": "2020-02-05 13:48:50,495", - "created": 1580906930.4957736, + "asctime": "2020-12-21 01:00:04,684", + "created": 1608508804.6849732, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11027,19 +11027,19 @@ "message": "_NpOWgI9tEemg3cv-3xZ25Q", "module": "__init__", "moduleLogger": [], - "msecs": 495.7735538482666, + "msecs": 684.9732398986816, "msg": "_NpOWgI9tEemg3cv-3xZ25Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 73.57096672058105, + "relativeCreated": 80.43074607849121, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-02-05 13:48:50,495", - "created": 1580906930.4958425, + "asctime": "2020-12-21 01:00:04,685", + "created": 1608508804.6850748, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -11050,15 +11050,15 @@ "message": "Processing wrong data (list)", "module": "test_stp", "moduleLogger": [], - "msecs": 495.84245681762695, + "msecs": 685.0748062133789, "msg": "Processing wrong data (list)", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 73.6398696899414, + "relativeCreated": 80.53231239318848, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -11067,8 +11067,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,496", - "created": 1580906930.4960105, + "asctime": "2020-12-21 01:00:04,685", + "created": 1608508804.6852863, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11085,8 +11085,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,495", - "created": 1580906930.4959075, + "asctime": "2020-12-21 01:00:04,685", + "created": 1608508804.685166, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11096,15 +11096,15 @@ "lineno": 22, "message": "Result (Wrong data exception): ()", "module": "test", - "msecs": 495.9075450897217, + "msecs": 685.1658821105957, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 73.70495796203613, + "relativeCreated": 80.62338829040527, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -11113,8 +11113,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,495", - "created": 1580906930.495957, + "asctime": "2020-12-21 01:00:04,685", + "created": 1608508804.685225, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11124,37 +11124,37 @@ "lineno": 26, "message": "Expectation (Wrong data exception): result = ()", "module": "test", - "msecs": 495.9568977355957, + "msecs": 685.2250099182129, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 73.75431060791016, + "relativeCreated": 80.68251609802246, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 496.01054191589355, + "msecs": 685.286283493042, "msg": "Wrong data exception is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 73.80795478820801, + "relativeCreated": 80.74378967285156, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 5.364418029785156e-05 + "time_consumption": 6.127357482910156e-05 }, { "args": [ "b''", "" ], - "asctime": "2020-02-05 13:48:50,496", - "created": 1580906930.496188, + "asctime": "2020-12-21 01:00:04,685", + "created": 1608508804.6855054, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11171,8 +11171,8 @@ "b''", "" ], - "asctime": "2020-02-05 13:48:50,496", - "created": 1580906930.4960747, + "asctime": "2020-12-21 01:00:04,685", + "created": 1608508804.6854105, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11182,15 +11182,15 @@ "lineno": 22, "message": "Result (Buffer still empty): b'' ()", "module": "test", - "msecs": 496.0746765136719, + "msecs": 685.4104995727539, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 73.87208938598633, + "relativeCreated": 80.86800575256348, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -11199,8 +11199,8 @@ "b''", "" ], - "asctime": "2020-02-05 13:48:50,496", - "created": 1580906930.4961314, + "asctime": "2020-12-21 01:00:04,685", + "created": 1608508804.6854577, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11210,34 +11210,34 @@ "lineno": 26, "message": "Expectation (Buffer still empty): result = b'' ()", "module": "test", - "msecs": 496.13142013549805, + "msecs": 685.457706451416, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 73.9288330078125, + "relativeCreated": 80.91521263122559, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 496.1879253387451, + "msecs": 685.5053901672363, "msg": "Buffer still empty is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 73.98533821105957, + "relativeCreated": 80.9628963470459, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 5.650520324707031e-05 + "time_consumption": 4.76837158203125e-05 }, { "args": [], - "asctime": "2020-02-05 13:48:50,496", - "created": 1580906930.4962323, + "asctime": "2020-12-21 01:00:04,685", + "created": 1608508804.6855679, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -11248,15 +11248,15 @@ "message": "Processing wrong data (int)", "module": "test_stp", "moduleLogger": [], - "msecs": 496.232271194458, + "msecs": 685.5678558349609, "msg": "Processing wrong data (int)", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 74.02968406677246, + "relativeCreated": 81.02536201477051, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -11265,8 +11265,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,496", - "created": 1580906930.4963546, + "asctime": "2020-12-21 01:00:04,685", + "created": 1608508804.685737, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11283,8 +11283,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,496", - "created": 1580906930.4962828, + "asctime": "2020-12-21 01:00:04,685", + "created": 1608508804.6856456, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11294,15 +11294,15 @@ "lineno": 22, "message": "Result (Wrong data exception): ()", "module": "test", - "msecs": 496.28281593322754, + "msecs": 685.645580291748, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 74.08022880554199, + "relativeCreated": 81.10308647155762, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -11311,8 +11311,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,496", - "created": 1580906930.4963174, + "asctime": "2020-12-21 01:00:04,685", + "created": 1608508804.6856952, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11322,37 +11322,37 @@ "lineno": 26, "message": "Expectation (Wrong data exception): result = ()", "module": "test", - "msecs": 496.31738662719727, + "msecs": 685.6951713562012, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 74.11479949951172, + "relativeCreated": 81.15267753601074, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 496.3545799255371, + "msecs": 685.736894607544, "msg": "Wrong data exception is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 74.15199279785156, + "relativeCreated": 81.19440078735352, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.719329833984375e-05 + "time_consumption": 4.172325134277344e-05 }, { "args": [ "b''", "" ], - "asctime": "2020-02-05 13:48:50,496", - "created": 1580906930.4964752, + "asctime": "2020-12-21 01:00:04,685", + "created": 1608508804.6858897, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11369,8 +11369,8 @@ "b''", "" ], - "asctime": "2020-02-05 13:48:50,496", - "created": 1580906930.4964015, + "asctime": "2020-12-21 01:00:04,685", + "created": 1608508804.6858008, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11380,15 +11380,15 @@ "lineno": 22, "message": "Result (Buffer still empty): b'' ()", "module": "test", - "msecs": 496.4015483856201, + "msecs": 685.8007907867432, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 74.19896125793457, + "relativeCreated": 81.25829696655273, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -11397,8 +11397,8 @@ "b''", "" ], - "asctime": "2020-02-05 13:48:50,496", - "created": 1580906930.4964406, + "asctime": "2020-12-21 01:00:04,685", + "created": 1608508804.6858501, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11408,34 +11408,34 @@ "lineno": 26, "message": "Expectation (Buffer still empty): result = b'' ()", "module": "test", - "msecs": 496.4406490325928, + "msecs": 685.8501434326172, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 74.23806190490723, + "relativeCreated": 81.30764961242676, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 496.4752197265625, + "msecs": 685.889720916748, "msg": "Buffer still empty is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 74.27263259887695, + "relativeCreated": 81.34722709655762, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.457069396972656e-05 + "time_consumption": 3.9577484130859375e-05 }, { "args": [], - "asctime": "2020-02-05 13:48:50,496", - "created": 1580906930.4965189, + "asctime": "2020-12-21 01:00:04,685", + "created": 1608508804.6859539, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -11446,15 +11446,15 @@ "message": "Processing wrong data (str)", "module": "test_stp", "moduleLogger": [], - "msecs": 496.5188503265381, + "msecs": 685.9538555145264, "msg": "Processing wrong data (str)", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 74.31626319885254, + "relativeCreated": 81.41136169433594, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -11463,8 +11463,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,496", - "created": 1580906930.49664, + "asctime": "2020-12-21 01:00:04,686", + "created": 1608508804.6861608, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11481,8 +11481,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,496", - "created": 1580906930.4965703, + "asctime": "2020-12-21 01:00:04,686", + "created": 1608508804.6860285, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11492,15 +11492,15 @@ "lineno": 22, "message": "Result (Wrong data exception): ()", "module": "test", - "msecs": 496.570348739624, + "msecs": 686.0284805297852, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 74.36776161193848, + "relativeCreated": 81.48598670959473, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -11509,8 +11509,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,496", - "created": 1580906930.4966054, + "asctime": "2020-12-21 01:00:04,686", + "created": 1608508804.686075, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11520,37 +11520,37 @@ "lineno": 26, "message": "Expectation (Wrong data exception): result = ()", "module": "test", - "msecs": 496.60539627075195, + "msecs": 686.07497215271, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 74.4028091430664, + "relativeCreated": 81.53247833251953, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 496.6399669647217, + "msecs": 686.1608028411865, "msg": "Wrong data exception is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 74.43737983703613, + "relativeCreated": 81.6183090209961, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.457069396972656e-05 + "time_consumption": 8.58306884765625e-05 }, { "args": [ "b''", "" ], - "asctime": "2020-02-05 13:48:50,496", - "created": 1580906930.496803, + "asctime": "2020-12-21 01:00:04,686", + "created": 1608508804.6863494, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11567,8 +11567,8 @@ "b''", "" ], - "asctime": "2020-02-05 13:48:50,496", - "created": 1580906930.4966905, + "asctime": "2020-12-21 01:00:04,686", + "created": 1608508804.686246, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11578,15 +11578,15 @@ "lineno": 22, "message": "Result (Buffer still empty): b'' ()", "module": "test", - "msecs": 496.6905117034912, + "msecs": 686.2459182739258, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 74.48792457580566, + "relativeCreated": 81.70342445373535, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -11595,8 +11595,8 @@ "b''", "" ], - "asctime": "2020-02-05 13:48:50,496", - "created": 1580906930.496768, + "asctime": "2020-12-21 01:00:04,686", + "created": 1608508804.6863015, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11606,41 +11606,41 @@ "lineno": 26, "message": "Expectation (Buffer still empty): result = b'' ()", "module": "test", - "msecs": 496.7679977416992, + "msecs": 686.3014698028564, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 74.56541061401367, + "relativeCreated": 81.75897598266602, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 496.80304527282715, + "msecs": 686.3493919372559, "msg": "Buffer still empty is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 74.6004581451416, + "relativeCreated": 81.80689811706543, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.504753112792969e-05 + "time_consumption": 4.792213439941406e-05 } ], - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 0.0010294914245605469, - "time_finished": "2020-02-05 13:48:50,496", - "time_start": "2020-02-05 13:48:50,495" + "time_consumption": 0.0013761520385742188, + "time_finished": "2020-12-21 01:00:04,686", + "time_start": "2020-12-21 01:00:04,684" }, "_QjJiIIwZEem5qYOdmXl77A": { "args": null, - "asctime": "2020-02-05 13:48:50,491", - "created": 1580906930.4910603, + "asctime": "2020-12-21 01:00:04,679", + "created": 1608508804.679597, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11651,21 +11651,21 @@ "message": "_QjJiIIwZEem5qYOdmXl77A", "module": "__init__", "moduleLogger": [], - "msecs": 491.0602569580078, + "msecs": 679.5969009399414, "msg": "_QjJiIIwZEem5qYOdmXl77A", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 68.85766983032227, + "relativeCreated": 75.05440711975098, "stack_info": null, "testcaseLogger": [ { "args": [ "b':testframe: for csp\\n'" ], - "asctime": "2020-02-05 13:48:50,491", - "created": 1580906930.4913917, + "asctime": "2020-12-21 01:00:04,679", + "created": 1608508804.679914, "exc_info": null, "exc_text": null, "filename": "test_csp.py", @@ -11681,26 +11681,26 @@ "CSP:", "(10): 3a 74 65 73 74 66 72 61 6d 65" ], - "asctime": "2020-02-05 13:48:50,491", - "created": 1580906930.491215, + "asctime": "2020-12-21 01:00:04,679", + "created": 1608508804.679728, "exc_info": null, "exc_text": null, "filename": "csp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 65, + "lineno": 68, "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": 491.2149906158447, + "msecs": 679.7280311584473, "msg": "%s Leaving data in buffer (to be processed next time): %s", - "name": "STRINGTOOLS", + "name": "root.stringtools.csp", "pathname": "src/stringtools/csp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 69.01240348815918, + "relativeCreated": 75.18553733825684, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -11708,48 +11708,48 @@ "CSP:", "(19): 3a 74 65 73 74 66 72 61 6d 65 3a 20 66 6f 72 20 63 73 70" ], - "asctime": "2020-02-05 13:48:50,491", - "created": 1580906930.4913237, + "asctime": "2020-12-21 01:00:04,679", + "created": 1608508804.6798449, "exc_info": null, "exc_text": null, "filename": "csp.py", "funcName": "process", "levelname": "INFO", "levelno": 20, - "lineno": 67, + "lineno": 70, "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": 491.32370948791504, + "msecs": 679.844856262207, "msg": "%s message identified - %s", - "name": "STRINGTOOLS", + "name": "root.stringtools.csp", "pathname": "src/stringtools/csp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 69.12112236022949, + "relativeCreated": 75.3023624420166, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 491.391658782959, + "msecs": 679.9139976501465, "msg": "Processing testframe: \"%s\" in two snippets", "name": "__tLogger__", "pathname": "src/tests/test_csp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 69.18907165527344, + "relativeCreated": 75.37150382995605, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 6.794929504394531e-05 + "time_consumption": 6.914138793945312e-05 }, { "args": [ "[]", "" ], - "asctime": "2020-02-05 13:48:50,491", - "created": 1580906930.4916303, + "asctime": "2020-12-21 01:00:04,680", + "created": 1608508804.6801052, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11766,8 +11766,8 @@ "[ ]", "" ], - "asctime": "2020-02-05 13:48:50,491", - "created": 1580906930.491494, + "asctime": "2020-12-21 01:00:04,680", + "created": 1608508804.6800196, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11777,15 +11777,15 @@ "lineno": 22, "message": "Result (First processed CSP-Snippet): [ ] ()", "module": "test", - "msecs": 491.49394035339355, + "msecs": 680.0196170806885, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 69.29135322570801, + "relativeCreated": 75.47712326049805, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -11794,8 +11794,8 @@ "[ ]", "" ], - "asctime": "2020-02-05 13:48:50,491", - "created": 1580906930.4915586, + "asctime": "2020-12-21 01:00:04,680", + "created": 1608508804.6800609, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11805,37 +11805,37 @@ "lineno": 26, "message": "Expectation (First processed CSP-Snippet): result = [ ] ()", "module": "test", - "msecs": 491.5585517883301, + "msecs": 680.060863494873, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 69.35596466064453, + "relativeCreated": 75.51836967468262, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 491.63031578063965, + "msecs": 680.1052093505859, "msg": "First processed CSP-Snippet is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 69.4277286529541, + "relativeCreated": 75.56271553039551, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 7.176399230957031e-05 + "time_consumption": 4.4345855712890625e-05 }, { "args": [ "[b':testframe: for csp']", "" ], - "asctime": "2020-02-05 13:48:50,491", - "created": 1580906930.491888, + "asctime": "2020-12-21 01:00:04,680", + "created": 1608508804.680264, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11852,8 +11852,8 @@ "[ b':testframe: for csp' ]", "" ], - "asctime": "2020-02-05 13:48:50,491", - "created": 1580906930.491727, + "asctime": "2020-12-21 01:00:04,680", + "created": 1608508804.6801696, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11863,15 +11863,15 @@ "lineno": 22, "message": "Result (Final processed CSP-Frame): [ b':testframe: for csp' ] ()", "module": "test", - "msecs": 491.7271137237549, + "msecs": 680.1695823669434, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 69.52452659606934, + "relativeCreated": 75.62708854675293, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -11880,8 +11880,8 @@ "[ b':testframe: for csp' ]", "" ], - "asctime": "2020-02-05 13:48:50,491", - "created": 1580906930.491803, + "asctime": "2020-12-21 01:00:04,680", + "created": 1608508804.6802087, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11891,41 +11891,41 @@ "lineno": 26, "message": "Expectation (Final processed CSP-Frame): result = [ b':testframe: for csp' ] ()", "module": "test", - "msecs": 491.8029308319092, + "msecs": 680.208683013916, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 69.60034370422363, + "relativeCreated": 75.66618919372559, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 491.88804626464844, + "msecs": 680.2639961242676, "msg": "Final processed CSP-Frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 69.68545913696289, + "relativeCreated": 75.72150230407715, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 8.511543273925781e-05 + "time_consumption": 5.53131103515625e-05 } ], - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 0.000827789306640625, - "time_finished": "2020-02-05 13:48:50,491", - "time_start": "2020-02-05 13:48:50,491" + "time_consumption": 0.0006670951843261719, + "time_finished": "2020-12-21 01:00:04,680", + "time_start": "2020-12-21 01:00:04,679" }, "_XzMFcHYZEem_kd-7nxt1sg": { "args": null, - "asctime": "2020-02-05 13:48:50,487", - "created": 1580906930.4878757, + "asctime": "2020-12-21 01:00:04,675", + "created": 1608508804.67598, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11936,13 +11936,13 @@ "message": "_XzMFcHYZEem_kd-7nxt1sg", "module": "__init__", "moduleLogger": [], - "msecs": 487.87569999694824, + "msecs": 675.9800910949707, "msg": "_XzMFcHYZEem_kd-7nxt1sg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 65.6731128692627, + "relativeCreated": 71.43759727478027, "stack_info": null, "testcaseLogger": [ { @@ -11950,8 +11950,8 @@ "de ad be ef", "" ], - "asctime": "2020-02-05 13:48:50,487", - "created": 1580906930.4879384, + "asctime": "2020-12-21 01:00:04,676", + "created": 1608508804.6760502, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -11962,22 +11962,22 @@ "message": "Checking test pattern de ad be ef ().", "module": "test_hexlify", "moduleLogger": [], - "msecs": 487.93840408325195, + "msecs": 676.0501861572266, "msg": "Checking test pattern %s (%s).", "name": "__tLogger__", "pathname": "src/tests/test_hexlify.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 65.7358169555664, + "relativeCreated": 71.50769233703613, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2020-02-05 13:48:50,488", - "created": 1580906930.4883935, + "asctime": "2020-12-21 01:00:04,676", + "created": 1608508804.6763635, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -11992,8 +11992,8 @@ "args": [ "(4): de ad be ef" ], - "asctime": "2020-02-05 13:48:50,487", - "created": 1580906930.487994, + "asctime": "2020-12-21 01:00:04,676", + "created": 1608508804.6761134, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -12003,23 +12003,23 @@ "lineno": 29, "message": "Return value of hexlify is (4): de ad be ef", "module": "test_hexlify", - "msecs": 487.9939556121826, + "msecs": 676.1133670806885, "msg": "Return value of hexlify is %s", "name": "__unittest__", "pathname": "src/tests/test_hexlify.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 65.79136848449707, + "relativeCreated": 71.57087326049805, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { "args": [ "(4): DE AD BE EF" ], - "asctime": "2020-02-05 13:48:50,488", - "created": 1580906930.488212, + "asctime": "2020-12-21 01:00:04,676", + "created": 1608508804.6761942, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -12029,15 +12029,15 @@ "lineno": 31, "message": "Using upper string for comparison: (4): DE AD BE EF", "module": "test_hexlify", - "msecs": 488.21210861206055, + "msecs": 676.1941909790039, "msg": "Using upper string for comparison: %s", "name": "__unittest__", "pathname": "src/tests/test_hexlify.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 66.009521484375, + "relativeCreated": 71.65169715881348, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -12045,8 +12045,8 @@ "DE", "(4): DE AD BE EF" ], - "asctime": "2020-02-05 13:48:50,488", - "created": 1580906930.4882565, + "asctime": "2020-12-21 01:00:04,676", + "created": 1608508804.676236, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -12056,15 +12056,15 @@ "lineno": 41, "message": "\"DE\" found in \"(4): DE AD BE EF\"... Reducing pattern", "module": "test_hexlify", - "msecs": 488.25645446777344, + "msecs": 676.2359142303467, "msg": "\"%s\" found in \"%s\"... Reducing pattern", "name": "__unittest__", "pathname": "src/tests/test_hexlify.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 66.05386734008789, + "relativeCreated": 71.69342041015625, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -12072,8 +12072,8 @@ "AD", "AD BE EF" ], - "asctime": "2020-02-05 13:48:50,488", - "created": 1580906930.488293, + "asctime": "2020-12-21 01:00:04,676", + "created": 1608508804.6762698, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -12083,15 +12083,15 @@ "lineno": 41, "message": "\"AD\" found in \"AD BE EF\"... Reducing pattern", "module": "test_hexlify", - "msecs": 488.292932510376, + "msecs": 676.2697696685791, "msg": "\"%s\" found in \"%s\"... Reducing pattern", "name": "__unittest__", "pathname": "src/tests/test_hexlify.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 66.09034538269043, + "relativeCreated": 71.72727584838867, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -12099,8 +12099,8 @@ "BE", "BE EF" ], - "asctime": "2020-02-05 13:48:50,488", - "created": 1580906930.488327, + "asctime": "2020-12-21 01:00:04,676", + "created": 1608508804.6763012, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -12110,15 +12110,15 @@ "lineno": 41, "message": "\"BE\" found in \"BE EF\"... Reducing pattern", "module": "test_hexlify", - "msecs": 488.3270263671875, + "msecs": 676.3012409210205, "msg": "\"%s\" found in \"%s\"... Reducing pattern", "name": "__unittest__", "pathname": "src/tests/test_hexlify.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 66.12443923950195, + "relativeCreated": 71.75874710083008, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -12126,8 +12126,8 @@ "EF", "EF" ], - "asctime": "2020-02-05 13:48:50,488", - "created": 1580906930.4883611, + "asctime": "2020-12-21 01:00:04,676", + "created": 1608508804.676333, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -12137,41 +12137,41 @@ "lineno": 41, "message": "\"EF\" found in \"EF\"... Reducing pattern", "module": "test_hexlify", - "msecs": 488.361120223999, + "msecs": 676.332950592041, "msg": "\"%s\" found in \"%s\"... Reducing pattern", "name": "__unittest__", "pathname": "src/tests/test_hexlify.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 66.15853309631348, + "relativeCreated": 71.79045677185059, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 488.39354515075684, + "msecs": 676.363468170166, "msg": "Pattern included all relevant information in the correct order.", "name": "__tLogger__", "pathname": "src/tests/test_hexlify.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 66.19095802307129, + "relativeCreated": 71.82097434997559, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.24249267578125e-05 + "time_consumption": 3.0517578125e-05 } ], - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 0.0005178451538085938, - "time_finished": "2020-02-05 13:48:50,488", - "time_start": "2020-02-05 13:48:50,487" + "time_consumption": 0.0003833770751953125, + "time_finished": "2020-12-21 01:00:04,676", + "time_start": "2020-12-21 01:00:04,675" }, "_Y_h3gH5CEemxr4bbKXhxkg": { "args": null, - "asctime": "2020-02-05 13:48:50,490", - "created": 1580906930.4904928, + "asctime": "2020-12-21 01:00:04,678", + "created": 1608508804.6786242, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12182,21 +12182,21 @@ "message": "_Y_h3gH5CEemxr4bbKXhxkg", "module": "__init__", "moduleLogger": [], - "msecs": 490.4928207397461, + "msecs": 678.624153137207, "msg": "_Y_h3gH5CEemxr4bbKXhxkg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 68.29023361206055, + "relativeCreated": 74.0816593170166, "stack_info": null, "testcaseLogger": [ { "args": [ "b':testframe: for csp'" ], - "asctime": "2020-02-05 13:48:50,490", - "created": 1580906930.4905515, + "asctime": "2020-12-21 01:00:04,678", + "created": 1608508804.6787257, "exc_info": null, "exc_text": null, "filename": "test_csp.py", @@ -12207,15 +12207,15 @@ "message": "Creating testframe for \"b':testframe: for csp'\"", "module": "test_csp", "moduleLogger": [], - "msecs": 490.5514717102051, + "msecs": 678.7257194519043, "msg": "Creating testframe for \"%s\"", "name": "__tLogger__", "pathname": "src/tests/test_csp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 68.34888458251953, + "relativeCreated": 74.18322563171387, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -12224,8 +12224,8 @@ "b':testframe: for csp\\n'", "" ], - "asctime": "2020-02-05 13:48:50,490", - "created": 1580906930.490689, + "asctime": "2020-12-21 01:00:04,678", + "created": 1608508804.6789649, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12242,8 +12242,8 @@ "b':testframe: for csp\\n'", "" ], - "asctime": "2020-02-05 13:48:50,490", - "created": 1580906930.4906142, + "asctime": "2020-12-21 01:00:04,678", + "created": 1608508804.678831, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12253,15 +12253,15 @@ "lineno": 22, "message": "Result (CSP-Frame): b':testframe: for csp\\n' ()", "module": "test", - "msecs": 490.6141757965088, + "msecs": 678.8311004638672, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 68.41158866882324, + "relativeCreated": 74.28860664367676, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -12270,8 +12270,8 @@ "b':testframe: for csp\\n'", "" ], - "asctime": "2020-02-05 13:48:50,490", - "created": 1580906930.4906514, + "asctime": "2020-12-21 01:00:04,678", + "created": 1608508804.6789026, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12281,41 +12281,41 @@ "lineno": 26, "message": "Expectation (CSP-Frame): result = b':testframe: for csp\\n' ()", "module": "test", - "msecs": 490.65136909484863, + "msecs": 678.9026260375977, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 68.44878196716309, + "relativeCreated": 74.36013221740723, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 490.6890392303467, + "msecs": 678.9648532867432, "msg": "CSP-Frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 68.48645210266113, + "relativeCreated": 74.42235946655273, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.7670135498046875e-05 + "time_consumption": 6.222724914550781e-05 } ], - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 0.00019621849060058594, - "time_finished": "2020-02-05 13:48:50,490", - "time_start": "2020-02-05 13:48:50,490" + "time_consumption": 0.0003407001495361328, + "time_finished": "2020-12-21 01:00:04,678", + "time_start": "2020-12-21 01:00:04,678" }, "_ZhyRAI9OEemAMMFgxXT6lA": { "args": null, - "asctime": "2020-02-05 13:48:50,492", - "created": 1580906930.4920888, + "asctime": "2020-12-21 01:00:04,680", + "created": 1608508804.6803834, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12326,19 +12326,19 @@ "message": "_ZhyRAI9OEemAMMFgxXT6lA", "module": "__init__", "moduleLogger": [], - "msecs": 492.08879470825195, + "msecs": 680.3834438323975, "msg": "_ZhyRAI9OEemAMMFgxXT6lA", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 69.8862075805664, + "relativeCreated": 75.84095001220703, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-02-05 13:48:50,492", - "created": 1580906930.4922643, + "asctime": "2020-12-21 01:00:04,680", + "created": 1608508804.6804583, "exc_info": null, "exc_text": null, "filename": "test_csp.py", @@ -12349,15 +12349,15 @@ "message": "Processing wrong data (list)", "module": "test_csp", "moduleLogger": [], - "msecs": 492.2642707824707, + "msecs": 680.4583072662354, "msg": "Processing wrong data (list)", "name": "__tLogger__", "pathname": "src/tests/test_csp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 70.06168365478516, + "relativeCreated": 75.91581344604492, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -12366,8 +12366,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,492", - "created": 1580906930.4925616, + "asctime": "2020-12-21 01:00:04,680", + "created": 1608508804.6806803, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12384,8 +12384,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,492", - "created": 1580906930.492469, + "asctime": "2020-12-21 01:00:04,680", + "created": 1608508804.6805701, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12395,15 +12395,15 @@ "lineno": 22, "message": "Result (Wrong data exception): ()", "module": "test", - "msecs": 492.46907234191895, + "msecs": 680.570125579834, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 70.2664852142334, + "relativeCreated": 76.02763175964355, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -12412,8 +12412,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,492", - "created": 1580906930.4925232, + "asctime": "2020-12-21 01:00:04,680", + "created": 1608508804.6806402, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12423,37 +12423,37 @@ "lineno": 26, "message": "Expectation (Wrong data exception): result = ()", "module": "test", - "msecs": 492.523193359375, + "msecs": 680.6402206420898, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 70.32060623168945, + "relativeCreated": 76.09772682189941, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 492.56157875061035, + "msecs": 680.6802749633789, "msg": "Wrong data exception is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 70.3589916229248, + "relativeCreated": 76.13778114318848, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.838539123535156e-05 + "time_consumption": 4.00543212890625e-05 }, { "args": [ "b''", "" ], - "asctime": "2020-02-05 13:48:50,492", - "created": 1580906930.492845, + "asctime": "2020-12-21 01:00:04,680", + "created": 1608508804.6808777, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12470,8 +12470,8 @@ "b''", "" ], - "asctime": "2020-02-05 13:48:50,492", - "created": 1580906930.4926448, + "asctime": "2020-12-21 01:00:04,680", + "created": 1608508804.680773, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12481,15 +12481,15 @@ "lineno": 22, "message": "Result (Buffer still empty): b'' ()", "module": "test", - "msecs": 492.6447868347168, + "msecs": 680.7730197906494, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 70.44219970703125, + "relativeCreated": 76.23052597045898, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -12498,8 +12498,8 @@ "b''", "" ], - "asctime": "2020-02-05 13:48:50,492", - "created": 1580906930.4927607, + "asctime": "2020-12-21 01:00:04,680", + "created": 1608508804.6808403, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12509,34 +12509,34 @@ "lineno": 26, "message": "Expectation (Buffer still empty): result = b'' ()", "module": "test", - "msecs": 492.76065826416016, + "msecs": 680.840253829956, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 70.55807113647461, + "relativeCreated": 76.29776000976562, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 492.8450584411621, + "msecs": 680.877685546875, "msg": "Buffer still empty is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 70.64247131347656, + "relativeCreated": 76.33519172668457, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 8.440017700195312e-05 + "time_consumption": 3.743171691894531e-05 }, { "args": [], - "asctime": "2020-02-05 13:48:50,492", - "created": 1580906930.4929342, + "asctime": "2020-12-21 01:00:04,680", + "created": 1608508804.6809304, "exc_info": null, "exc_text": null, "filename": "test_csp.py", @@ -12547,15 +12547,15 @@ "message": "Processing wrong data (int)", "module": "test_csp", "moduleLogger": [], - "msecs": 492.9342269897461, + "msecs": 680.9303760528564, "msg": "Processing wrong data (int)", "name": "__tLogger__", "pathname": "src/tests/test_csp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 70.73163986206055, + "relativeCreated": 76.38788223266602, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -12564,8 +12564,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,493", - "created": 1580906930.4931676, + "asctime": "2020-12-21 01:00:04,681", + "created": 1608508804.6810951, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12582,8 +12582,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,493", - "created": 1580906930.4930305, + "asctime": "2020-12-21 01:00:04,680", + "created": 1608508804.6809933, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12593,15 +12593,15 @@ "lineno": 22, "message": "Result (Wrong data exception): ()", "module": "test", - "msecs": 493.0305480957031, + "msecs": 680.9933185577393, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 70.82796096801758, + "relativeCreated": 76.45082473754883, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -12610,8 +12610,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,493", - "created": 1580906930.4931028, + "asctime": "2020-12-21 01:00:04,681", + "created": 1608508804.6810305, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12621,37 +12621,37 @@ "lineno": 26, "message": "Expectation (Wrong data exception): result = ()", "module": "test", - "msecs": 493.1027889251709, + "msecs": 681.0305118560791, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 70.90020179748535, + "relativeCreated": 76.48801803588867, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 493.1676387786865, + "msecs": 681.0951232910156, "msg": "Wrong data exception is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 70.96505165100098, + "relativeCreated": 76.5526294708252, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 6.4849853515625e-05 + "time_consumption": 6.461143493652344e-05 }, { "args": [ "b''", "" ], - "asctime": "2020-02-05 13:48:50,493", - "created": 1580906930.4933727, + "asctime": "2020-12-21 01:00:04,681", + "created": 1608508804.6814115, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12668,8 +12668,8 @@ "b''", "" ], - "asctime": "2020-02-05 13:48:50,493", - "created": 1580906930.493254, + "asctime": "2020-12-21 01:00:04,681", + "created": 1608508804.6811645, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12679,15 +12679,15 @@ "lineno": 22, "message": "Result (Buffer still empty): b'' ()", "module": "test", - "msecs": 493.2539463043213, + "msecs": 681.1645030975342, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 71.05135917663574, + "relativeCreated": 76.62200927734375, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -12696,8 +12696,8 @@ "b''", "" ], - "asctime": "2020-02-05 13:48:50,493", - "created": 1580906930.493312, + "asctime": "2020-12-21 01:00:04,681", + "created": 1608508804.6812294, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12707,34 +12707,34 @@ "lineno": 26, "message": "Expectation (Buffer still empty): result = b'' ()", "module": "test", - "msecs": 493.31188201904297, + "msecs": 681.2293529510498, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 71.10929489135742, + "relativeCreated": 76.68685913085938, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 493.37267875671387, + "msecs": 681.4115047454834, "msg": "Buffer still empty is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 71.17009162902832, + "relativeCreated": 76.86901092529297, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 6.079673767089844e-05 + "time_consumption": 0.00018215179443359375 }, { "args": [], - "asctime": "2020-02-05 13:48:50,493", - "created": 1580906930.4934573, + "asctime": "2020-12-21 01:00:04,681", + "created": 1608508804.6815503, "exc_info": null, "exc_text": null, "filename": "test_csp.py", @@ -12745,15 +12745,15 @@ "message": "Processing wrong data (str)", "module": "test_csp", "moduleLogger": [], - "msecs": 493.4573173522949, + "msecs": 681.5502643585205, "msg": "Processing wrong data (str)", "name": "__tLogger__", "pathname": "src/tests/test_csp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 71.25473022460938, + "relativeCreated": 77.00777053833008, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -12762,8 +12762,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,493", - "created": 1580906930.493707, + "asctime": "2020-12-21 01:00:04,681", + "created": 1608508804.681836, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12780,8 +12780,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,493", - "created": 1580906930.4935548, + "asctime": "2020-12-21 01:00:04,681", + "created": 1608508804.6816695, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12791,15 +12791,15 @@ "lineno": 22, "message": "Result (Wrong data exception): ()", "module": "test", - "msecs": 493.55483055114746, + "msecs": 681.6694736480713, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 71.35224342346191, + "relativeCreated": 77.12697982788086, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -12808,8 +12808,8 @@ "", "" ], - "asctime": "2020-02-05 13:48:50,493", - "created": 1580906930.4936194, + "asctime": "2020-12-21 01:00:04,681", + "created": 1608508804.6817486, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12819,37 +12819,37 @@ "lineno": 26, "message": "Expectation (Wrong data exception): result = ()", "module": "test", - "msecs": 493.619441986084, + "msecs": 681.748628616333, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 71.41685485839844, + "relativeCreated": 77.20613479614258, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 493.70694160461426, + "msecs": 681.8358898162842, "msg": "Wrong data exception is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 71.50435447692871, + "relativeCreated": 77.29339599609375, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 8.749961853027344e-05 + "time_consumption": 8.726119995117188e-05 }, { "args": [ "b''", "" ], - "asctime": "2020-02-05 13:48:50,493", - "created": 1580906930.4938617, + "asctime": "2020-12-21 01:00:04,682", + "created": 1608508804.6820812, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12866,8 +12866,8 @@ "b''", "" ], - "asctime": "2020-02-05 13:48:50,493", - "created": 1580906930.4937904, + "asctime": "2020-12-21 01:00:04,681", + "created": 1608508804.6819234, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12877,15 +12877,15 @@ "lineno": 22, "message": "Result (Buffer still empty): b'' ()", "module": "test", - "msecs": 493.7903881072998, + "msecs": 681.9233894348145, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 71.58780097961426, + "relativeCreated": 77.38089561462402, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -12894,8 +12894,8 @@ "b''", "" ], - "asctime": "2020-02-05 13:48:50,493", - "created": 1580906930.4938257, + "asctime": "2020-12-21 01:00:04,681", + "created": 1608508804.6819956, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12905,41 +12905,41 @@ "lineno": 26, "message": "Expectation (Buffer still empty): result = b'' ()", "module": "test", - "msecs": 493.82567405700684, + "msecs": 681.9956302642822, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 71.62308692932129, + "relativeCreated": 77.4531364440918, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 493.8616752624512, + "msecs": 682.0812225341797, "msg": "Buffer still empty is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 71.65908813476562, + "relativeCreated": 77.53872871398926, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.600120544433594e-05 + "time_consumption": 8.559226989746094e-05 } ], - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 0.0017728805541992188, - "time_finished": "2020-02-05 13:48:50,493", - "time_start": "2020-02-05 13:48:50,492" + "time_consumption": 0.0016977787017822266, + "time_finished": "2020-12-21 01:00:04,682", + "time_start": "2020-12-21 01:00:04,680" }, "_dB5IoEaTEeq5fPlXIeQCXQ": { "args": null, - "asctime": "2020-02-05 13:48:50,483", - "created": 1580906930.4836376, + "asctime": "2020-12-21 01:00:04,671", + "created": 1608508804.6717134, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12950,13 +12950,13 @@ "message": "_dB5IoEaTEeq5fPlXIeQCXQ", "module": "__init__", "moduleLogger": [], - "msecs": 483.63757133483887, + "msecs": 671.7133522033691, "msg": "_dB5IoEaTEeq5fPlXIeQCXQ", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 61.43498420715332, + "relativeCreated": 67.17085838317871, "stack_info": null, "testcaseLogger": [ { @@ -12964,8 +12964,8 @@ "'117p'", "" ], - "asctime": "2020-02-05 13:48:50,483", - "created": 1580906930.4839468, + "asctime": "2020-12-21 01:00:04,672", + "created": 1608508804.6720629, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12982,8 +12982,8 @@ "'117p'", "" ], - "asctime": "2020-02-05 13:48:50,483", - "created": 1580906930.483848, + "asctime": "2020-12-21 01:00:04,671", + "created": 1608508804.6719604, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12993,15 +12993,15 @@ "lineno": 22, "message": "Result (Physical representation for 1.17e-10): '117p' ()", "module": "test", - "msecs": 483.84809494018555, + "msecs": 671.9603538513184, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 61.6455078125, + "relativeCreated": 67.41786003112793, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -13010,8 +13010,8 @@ "'117p'", "" ], - "asctime": "2020-02-05 13:48:50,483", - "created": 1580906930.4839032, + "asctime": "2020-12-21 01:00:04,672", + "created": 1608508804.672014, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13021,37 +13021,37 @@ "lineno": 26, "message": "Expectation (Physical representation for 1.17e-10): result = '117p' ()", "module": "test", - "msecs": 483.903169631958, + "msecs": 672.0139980316162, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 61.70058250427246, + "relativeCreated": 67.47150421142578, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 483.9468002319336, + "msecs": 672.062873840332, "msg": "Physical representation for 1.17e-10 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 61.74421310424805, + "relativeCreated": 67.5203800201416, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 4.363059997558594e-05 + "time_consumption": 4.887580871582031e-05 }, { "args": [ "'54n'", "" ], - "asctime": "2020-02-05 13:48:50,484", - "created": 1580906930.4841008, + "asctime": "2020-12-21 01:00:04,672", + "created": 1608508804.6722267, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13068,8 +13068,8 @@ "'54n'", "" ], - "asctime": "2020-02-05 13:48:50,484", - "created": 1580906930.48402, + "asctime": "2020-12-21 01:00:04,672", + "created": 1608508804.6721458, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13079,15 +13079,15 @@ "lineno": 22, "message": "Result (Physical representation for 5.4e-08): '54n' ()", "module": "test", - "msecs": 484.0199947357178, + "msecs": 672.1458435058594, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 61.81740760803223, + "relativeCreated": 67.60334968566895, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -13096,8 +13096,8 @@ "'54n'", "" ], - "asctime": "2020-02-05 13:48:50,484", - "created": 1580906930.4840627, + "asctime": "2020-12-21 01:00:04,672", + "created": 1608508804.672185, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13107,37 +13107,37 @@ "lineno": 26, "message": "Expectation (Physical representation for 5.4e-08): result = '54n' ()", "module": "test", - "msecs": 484.06267166137695, + "msecs": 672.184944152832, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 61.860084533691406, + "relativeCreated": 67.6424503326416, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 484.1008186340332, + "msecs": 672.2266674041748, "msg": "Physical representation for 5.4e-08 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 61.898231506347656, + "relativeCreated": 67.68417358398438, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.814697265625e-05 + "time_consumption": 4.172325134277344e-05 }, { "args": [ - "'25.3\u00b5'", + "'25.3u'", "" ], - "asctime": "2020-02-05 13:48:50,484", - "created": 1580906930.4842453, + "asctime": "2020-12-21 01:00:04,672", + "created": 1608508804.6723695, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13145,17 +13145,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 142, - "message": "Physical representation for 2.53e-05 is correct (Content '25.3\u00b5' and Type is ).", + "message": "Physical representation for 2.53e-05 is correct (Content '25.3u' and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Physical representation for 2.53e-05", - "'25.3\u00b5'", + "'25.3u'", "" ], - "asctime": "2020-02-05 13:48:50,484", - "created": 1580906930.4841669, + "asctime": "2020-12-21 01:00:04,672", + "created": 1608508804.6722984, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13163,27 +13163,27 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Physical representation for 2.53e-05): '25.3\u00b5' ()", + "message": "Result (Physical representation for 2.53e-05): '25.3u' ()", "module": "test", - "msecs": 484.16686058044434, + "msecs": 672.2984313964844, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 61.96427345275879, + "relativeCreated": 67.75593757629395, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { "args": [ "Physical representation for 2.53e-05", - "'25.3\u00b5'", + "'25.3u'", "" ], - "asctime": "2020-02-05 13:48:50,484", - "created": 1580906930.4842079, + "asctime": "2020-12-21 01:00:04,672", + "created": 1608508804.672335, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13191,39 +13191,39 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 26, - "message": "Expectation (Physical representation for 2.53e-05): result = '25.3\u00b5' ()", + "message": "Expectation (Physical representation for 2.53e-05): result = '25.3u' ()", "module": "test", - "msecs": 484.2078685760498, + "msecs": 672.3349094390869, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 62.00528144836426, + "relativeCreated": 67.79241561889648, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 484.24530029296875, + "msecs": 672.3694801330566, "msg": "Physical representation for 2.53e-05 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 62.0427131652832, + "relativeCreated": 67.82698631286621, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.743171691894531e-05 + "time_consumption": 3.457069396972656e-05 }, { "args": [ "'100m'", "" ], - "asctime": "2020-02-05 13:48:50,484", - "created": 1580906930.4843855, + "asctime": "2020-12-21 01:00:04,672", + "created": 1608508804.672512, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13240,8 +13240,8 @@ "'100m'", "" ], - "asctime": "2020-02-05 13:48:50,484", - "created": 1580906930.484314, + "asctime": "2020-12-21 01:00:04,672", + "created": 1608508804.6724427, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13251,15 +13251,15 @@ "lineno": 22, "message": "Result (Physical representation for 0.1): '100m' ()", "module": "test", - "msecs": 484.31396484375, + "msecs": 672.4426746368408, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 62.11137771606445, + "relativeCreated": 67.90018081665039, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -13268,8 +13268,8 @@ "'100m'", "" ], - "asctime": "2020-02-05 13:48:50,484", - "created": 1580906930.4843502, + "asctime": "2020-12-21 01:00:04,672", + "created": 1608508804.672478, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13279,37 +13279,37 @@ "lineno": 26, "message": "Expectation (Physical representation for 0.1): result = '100m' ()", "module": "test", - "msecs": 484.35020446777344, + "msecs": 672.4779605865479, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 62.14761734008789, + "relativeCreated": 67.93546676635742, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 484.38549041748047, + "msecs": 672.5120544433594, "msg": "Physical representation for 0.1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 62.18290328979492, + "relativeCreated": 67.96956062316895, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.528594970703125e-05 + "time_consumption": 3.409385681152344e-05 }, { "args": [ "'0'", "" ], - "asctime": "2020-02-05 13:48:50,484", - "created": 1580906930.484516, + "asctime": "2020-12-21 01:00:04,672", + "created": 1608508804.6726482, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13326,8 +13326,8 @@ "'0'", "" ], - "asctime": "2020-02-05 13:48:50,484", - "created": 1580906930.4844449, + "asctime": "2020-12-21 01:00:04,672", + "created": 1608508804.6725764, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13337,15 +13337,15 @@ "lineno": 22, "message": "Result (Physical representation for 0): '0' ()", "module": "test", - "msecs": 484.44485664367676, + "msecs": 672.5764274597168, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 62.24226951599121, + "relativeCreated": 68.03393363952637, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -13354,8 +13354,8 @@ "'0'", "" ], - "asctime": "2020-02-05 13:48:50,484", - "created": 1580906930.4844806, + "asctime": "2020-12-21 01:00:04,672", + "created": 1608508804.6726115, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13365,37 +13365,37 @@ "lineno": 26, "message": "Expectation (Physical representation for 0): result = '0' ()", "module": "test", - "msecs": 484.480619430542, + "msecs": 672.6114749908447, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 62.278032302856445, + "relativeCreated": 68.0689811706543, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 484.515905380249, + "msecs": 672.6481914520264, "msg": "Physical representation for 0 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 62.31331825256348, + "relativeCreated": 68.10569763183594, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.528594970703125e-05 + "time_consumption": 3.6716461181640625e-05 }, { "args": [ "'1'", "" ], - "asctime": "2020-02-05 13:48:50,484", - "created": 1580906930.4846475, + "asctime": "2020-12-21 01:00:04,672", + "created": 1608508804.6727867, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13412,8 +13412,8 @@ "'1'", "" ], - "asctime": "2020-02-05 13:48:50,484", - "created": 1580906930.4845767, + "asctime": "2020-12-21 01:00:04,672", + "created": 1608508804.6727135, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13423,15 +13423,15 @@ "lineno": 22, "message": "Result (Physical representation for 1): '1' ()", "module": "test", - "msecs": 484.5767021179199, + "msecs": 672.7135181427002, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 62.374114990234375, + "relativeCreated": 68.17102432250977, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -13440,8 +13440,8 @@ "'1'", "" ], - "asctime": "2020-02-05 13:48:50,484", - "created": 1580906930.4846127, + "asctime": "2020-12-21 01:00:04,672", + "created": 1608508804.6727505, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13451,37 +13451,37 @@ "lineno": 26, "message": "Expectation (Physical representation for 1): result = '1' ()", "module": "test", - "msecs": 484.61270332336426, + "msecs": 672.7504730224609, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 62.41011619567871, + "relativeCreated": 68.20797920227051, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 484.6475124359131, + "msecs": 672.7867126464844, "msg": "Physical representation for 1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 62.44492530822754, + "relativeCreated": 68.24421882629395, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.4809112548828125e-05 + "time_consumption": 3.62396240234375e-05 }, { "args": [ "'1k'", "" ], - "asctime": "2020-02-05 13:48:50,484", - "created": 1580906930.484831, + "asctime": "2020-12-21 01:00:04,672", + "created": 1608508804.6729202, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13498,8 +13498,8 @@ "'1k'", "" ], - "asctime": "2020-02-05 13:48:50,484", - "created": 1580906930.484739, + "asctime": "2020-12-21 01:00:04,672", + "created": 1608508804.672852, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13509,15 +13509,15 @@ "lineno": 22, "message": "Result (Physical representation for 1000): '1k' ()", "module": "test", - "msecs": 484.7390651702881, + "msecs": 672.8520393371582, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 62.53647804260254, + "relativeCreated": 68.30954551696777, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -13526,8 +13526,8 @@ "'1k'", "" ], - "asctime": "2020-02-05 13:48:50,484", - "created": 1580906930.484791, + "asctime": "2020-12-21 01:00:04,672", + "created": 1608508804.6728864, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13537,37 +13537,37 @@ "lineno": 26, "message": "Expectation (Physical representation for 1000): result = '1k' ()", "module": "test", - "msecs": 484.7910404205322, + "msecs": 672.8863716125488, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 62.58845329284668, + "relativeCreated": 68.3438777923584, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 484.8310947418213, + "msecs": 672.9202270507812, "msg": "Physical representation for 1000 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 62.62850761413574, + "relativeCreated": 68.37773323059082, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 4.00543212890625e-05 + "time_consumption": 3.3855438232421875e-05 }, { "args": [ "'1.01M'", "" ], - "asctime": "2020-02-05 13:48:50,484", - "created": 1580906930.484964, + "asctime": "2020-12-21 01:00:04,673", + "created": 1608508804.6730502, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13584,8 +13584,8 @@ "'1.01M'", "" ], - "asctime": "2020-02-05 13:48:50,484", - "created": 1580906930.484893, + "asctime": "2020-12-21 01:00:04,672", + "created": 1608508804.6729825, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13595,15 +13595,15 @@ "lineno": 22, "message": "Result (Physical representation for 1005001): '1.01M' ()", "module": "test", - "msecs": 484.8930835723877, + "msecs": 672.9824542999268, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 62.69049644470215, + "relativeCreated": 68.43996047973633, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -13612,8 +13612,8 @@ "'1.01M'", "" ], - "asctime": "2020-02-05 13:48:50,484", - "created": 1580906930.484929, + "asctime": "2020-12-21 01:00:04,673", + "created": 1608508804.6730168, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13623,37 +13623,37 @@ "lineno": 26, "message": "Expectation (Physical representation for 1005001): result = '1.01M' ()", "module": "test", - "msecs": 484.92908477783203, + "msecs": 673.0167865753174, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 62.726497650146484, + "relativeCreated": 68.47429275512695, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 484.96389389038086, + "msecs": 673.0501651763916, "msg": "Physical representation for 1005001 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 62.76130676269531, + "relativeCreated": 68.50767135620117, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.4809112548828125e-05 + "time_consumption": 3.337860107421875e-05 }, { "args": [ "'1G'", "" ], - "asctime": "2020-02-05 13:48:50,485", - "created": 1580906930.485094, + "asctime": "2020-12-21 01:00:04,673", + "created": 1608508804.673187, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13670,8 +13670,8 @@ "'1G'", "" ], - "asctime": "2020-02-05 13:48:50,485", - "created": 1580906930.4850245, + "asctime": "2020-12-21 01:00:04,673", + "created": 1608508804.6731148, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13681,15 +13681,15 @@ "lineno": 22, "message": "Result (Physical representation for 1004000000): '1G' ()", "module": "test", - "msecs": 485.02445220947266, + "msecs": 673.1147766113281, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 62.82186508178711, + "relativeCreated": 68.5722827911377, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -13698,8 +13698,8 @@ "'1G'", "" ], - "asctime": "2020-02-05 13:48:50,485", - "created": 1580906930.4850595, + "asctime": "2020-12-21 01:00:04,673", + "created": 1608508804.6731532, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13709,37 +13709,37 @@ "lineno": 26, "message": "Expectation (Physical representation for 1004000000): result = '1G' ()", "module": "test", - "msecs": 485.0594997406006, + "msecs": 673.1531620025635, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 62.85691261291504, + "relativeCreated": 68.61066818237305, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 485.0940704345703, + "msecs": 673.1870174407959, "msg": "Physical representation for 1004000000 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 62.891483306884766, + "relativeCreated": 68.64452362060547, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.457069396972656e-05 + "time_consumption": 3.3855438232421875e-05 }, { "args": [ "'1T'", "" ], - "asctime": "2020-02-05 13:48:50,485", - "created": 1580906930.4852304, + "asctime": "2020-12-21 01:00:04,673", + "created": 1608508804.673324, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13756,8 +13756,8 @@ "'1T'", "" ], - "asctime": "2020-02-05 13:48:50,485", - "created": 1580906930.4851565, + "asctime": "2020-12-21 01:00:04,673", + "created": 1608508804.6732538, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13767,15 +13767,15 @@ "lineno": 22, "message": "Result (Physical representation for 1003000000000): '1T' ()", "module": "test", - "msecs": 485.1565361022949, + "msecs": 673.2537746429443, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 62.953948974609375, + "relativeCreated": 68.7112808227539, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -13784,8 +13784,8 @@ "'1T'", "" ], - "asctime": "2020-02-05 13:48:50,485", - "created": 1580906930.4851918, + "asctime": "2020-12-21 01:00:04,673", + "created": 1608508804.673288, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13795,37 +13795,37 @@ "lineno": 26, "message": "Expectation (Physical representation for 1003000000000): result = '1T' ()", "module": "test", - "msecs": 485.19182205200195, + "msecs": 673.288106918335, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 62.989234924316406, + "relativeCreated": 68.74561309814453, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 485.2304458618164, + "msecs": 673.3241081237793, "msg": "Physical representation for 1003000000000 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 63.02785873413086, + "relativeCreated": 68.78161430358887, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.8623809814453125e-05 + "time_consumption": 3.600120544433594e-05 }, { "args": [ "'10P'", "" ], - "asctime": "2020-02-05 13:48:50,485", - "created": 1580906930.485367, + "asctime": "2020-12-21 01:00:04,673", + "created": 1608508804.6734593, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13842,8 +13842,8 @@ "'10P'", "" ], - "asctime": "2020-02-05 13:48:50,485", - "created": 1580906930.4852972, + "asctime": "2020-12-21 01:00:04,673", + "created": 1608508804.6733916, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13853,15 +13853,15 @@ "lineno": 22, "message": "Result (Physical representation for 10000000000000000): '10P' ()", "module": "test", - "msecs": 485.29720306396484, + "msecs": 673.391580581665, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 63.0946159362793, + "relativeCreated": 68.84908676147461, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -13870,8 +13870,8 @@ "'10P'", "" ], - "asctime": "2020-02-05 13:48:50,485", - "created": 1580906930.4853325, + "asctime": "2020-12-21 01:00:04,673", + "created": 1608508804.673426, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13881,37 +13881,37 @@ "lineno": 26, "message": "Expectation (Physical representation for 10000000000000000): result = '10P' ()", "module": "test", - "msecs": 485.3324890136719, + "msecs": 673.4259128570557, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 63.12990188598633, + "relativeCreated": 68.88341903686523, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 485.3670597076416, + "msecs": 673.4592914581299, "msg": "Physical representation for 10000000000000000 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 63.164472579956055, + "relativeCreated": 68.91679763793945, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.457069396972656e-05 + "time_consumption": 3.337860107421875e-05 }, { "args": [ "'17.17'", "" ], - "asctime": "2020-02-05 13:48:50,485", - "created": 1580906930.4854958, + "asctime": "2020-12-21 01:00:04,673", + "created": 1608508804.673591, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13928,8 +13928,8 @@ "'17.17'", "" ], - "asctime": "2020-02-05 13:48:50,485", - "created": 1580906930.4854257, + "asctime": "2020-12-21 01:00:04,673", + "created": 1608508804.6735198, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13939,15 +13939,15 @@ "lineno": 22, "message": "Result (Physical representation for 17.17): '17.17' ()", "module": "test", - "msecs": 485.4257106781006, + "msecs": 673.5198497772217, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 63.22312355041504, + "relativeCreated": 68.97735595703125, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -13956,8 +13956,8 @@ "'17.17'", "" ], - "asctime": "2020-02-05 13:48:50,485", - "created": 1580906930.4854612, + "asctime": "2020-12-21 01:00:04,673", + "created": 1608508804.673554, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13967,37 +13967,37 @@ "lineno": 26, "message": "Expectation (Physical representation for 17.17): result = '17.17' ()", "module": "test", - "msecs": 485.4612350463867, + "msecs": 673.5539436340332, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 63.25864791870117, + "relativeCreated": 69.01144981384277, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 485.49580574035645, + "msecs": 673.590898513794, "msg": "Physical representation for 17.17 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 63.2932186126709, + "relativeCreated": 69.04840469360352, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.457069396972656e-05 + "time_consumption": 3.695487976074219e-05 }, { "args": [ "'117k'", "" ], - "asctime": "2020-02-05 13:48:50,485", - "created": 1580906930.4856238, + "asctime": "2020-12-21 01:00:04,673", + "created": 1608508804.6737237, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14014,8 +14014,8 @@ "'117k'", "" ], - "asctime": "2020-02-05 13:48:50,485", - "created": 1580906930.4855542, + "asctime": "2020-12-21 01:00:04,673", + "created": 1608508804.673656, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14025,15 +14025,15 @@ "lineno": 22, "message": "Result (Physical representation for 117000): '117k' ()", "module": "test", - "msecs": 485.5542182922363, + "msecs": 673.6559867858887, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 63.35163116455078, + "relativeCreated": 69.11349296569824, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -14042,8 +14042,8 @@ "'117k'", "" ], - "asctime": "2020-02-05 13:48:50,485", - "created": 1580906930.4855888, + "asctime": "2020-12-21 01:00:04,673", + "created": 1608508804.6736903, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14053,37 +14053,37 @@ "lineno": 26, "message": "Expectation (Physical representation for 117000): result = '117k' ()", "module": "test", - "msecs": 485.58878898620605, + "msecs": 673.6903190612793, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 63.38620185852051, + "relativeCreated": 69.14782524108887, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 485.623836517334, + "msecs": 673.7236976623535, "msg": "Physical representation for 117000 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 63.42124938964844, + "relativeCreated": 69.18120384216309, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.504753112792969e-05 + "time_consumption": 3.337860107421875e-05 }, { "args": [ "'117.2'", "" ], - "asctime": "2020-02-05 13:48:50,485", - "created": 1580906930.4857507, + "asctime": "2020-12-21 01:00:04,673", + "created": 1608508804.6738527, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14100,8 +14100,8 @@ "'117.2'", "" ], - "asctime": "2020-02-05 13:48:50,485", - "created": 1580906930.485679, + "asctime": "2020-12-21 01:00:04,673", + "created": 1608508804.6737826, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14111,15 +14111,15 @@ "lineno": 22, "message": "Result (Physical representation for 117.17): '117.2' ()", "module": "test", - "msecs": 485.67891120910645, + "msecs": 673.7825870513916, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 63.4763240814209, + "relativeCreated": 69.24009323120117, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -14128,8 +14128,8 @@ "'117.2'", "" ], - "asctime": "2020-02-05 13:48:50,485", - "created": 1580906930.4857163, + "asctime": "2020-12-21 01:00:04,673", + "created": 1608508804.6738162, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14139,41 +14139,41 @@ "lineno": 26, "message": "Expectation (Physical representation for 117.17): result = '117.2' ()", "module": "test", - "msecs": 485.7163429260254, + "msecs": 673.8162040710449, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 63.513755798339844, + "relativeCreated": 69.27371025085449, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 485.750675201416, + "msecs": 673.8526821136475, "msg": "Physical representation for 117.17 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 63.54808807373047, + "relativeCreated": 69.31018829345703, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.4332275390625e-05 + "time_consumption": 3.647804260253906e-05 } ], - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 0.0021131038665771484, - "time_finished": "2020-02-05 13:48:50,485", - "time_start": "2020-02-05 13:48:50,483" + "time_consumption": 0.0021393299102783203, + "time_finished": "2020-12-21 01:00:04,673", + "time_start": "2020-12-21 01:00:04,671" }, "_dpJzwCcUEeqsHsnJQYCN8Q": { "args": null, - "asctime": "2020-02-05 13:48:50,499", - "created": 1580906930.4991453, + "asctime": "2020-12-21 01:00:04,689", + "created": 1608508804.6890674, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14184,19 +14184,19 @@ "message": "_dpJzwCcUEeqsHsnJQYCN8Q", "module": "__init__", "moduleLogger": [], - "msecs": 499.1452693939209, + "msecs": 689.0673637390137, "msg": "_dpJzwCcUEeqsHsnJQYCN8Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 76.94268226623535, + "relativeCreated": 84.52486991882324, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-02-05 13:48:50,499", - "created": 1580906930.499452, + "asctime": "2020-12-21 01:00:04,689", + "created": 1608508804.6893659, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -14211,8 +14211,8 @@ "args": [ "b': changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 499.25804138183594, + "msecs": 689.1753673553467, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 77.05545425415039, + "relativeCreated": 84.63287353515625, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -14266,26 +14266,26 @@ 58, 60 ], - "asctime": "2020-02-05 13:48:50,499", - "created": 1580906930.4992948, + "asctime": "2020-12-21 01:00:04,689", + "created": 1608508804.6892123, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 103, + "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 499.2947578430176, + "msecs": 689.2123222351074, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 77.09217071533203, + "relativeCreated": 84.66982841491699, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -14293,26 +14293,26 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,499", - "created": 1580906930.4993377, + "asctime": "2020-12-21 01:00:04,689", + "created": 1608508804.6892552, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 114, + "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 499.33767318725586, + "msecs": 689.2552375793457, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 77.13508605957031, + "relativeCreated": 84.71274375915527, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -14320,26 +14320,26 @@ "STP:", 100 ], - "asctime": "2020-02-05 13:48:50,499", - "created": 1580906930.499379, + "asctime": "2020-12-21 01:00:04,689", + "created": 1608508804.6892922, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "WARNING", "levelno": 30, - "lineno": 137, + "lineno": 140, "message": "STP: data (64) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 499.37891960144043, + "msecs": 689.2921924591064, "msg": "%s data (%02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 77.17633247375488, + "relativeCreated": 84.74969863891602, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -14347,38 +14347,38 @@ "STP:", "(2): 74 65" ], - "asctime": "2020-02-05 13:48:50,499", - "created": 1580906930.4994175, + "asctime": "2020-12-21 01:00:04,689", + "created": 1608508804.6893313, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "__clear_buffer__", "levelname": "WARNING", "levelno": 30, - "lineno": 69, + "lineno": 72, "message": "STP: Chunking \"(2): 74 65\" from buffer", "module": "stp", - "msecs": 499.4175434112549, + "msecs": 689.3312931060791, "msg": "%s Chunking \"%s\" from buffer", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 77.21495628356934, + "relativeCreated": 84.78879928588867, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 499.4521141052246, + "msecs": 689.3658638000488, "msg": "Processing data with an insufficient end pattern.", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 77.24952697753906, + "relativeCreated": 84.8233699798584, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", "time_consumption": 3.457069396972656e-05 }, @@ -14387,8 +14387,8 @@ "[[]]", "" ], - "asctime": "2020-02-05 13:48:50,499", - "created": 1580906930.4995983, + "asctime": "2020-12-21 01:00:04,689", + "created": 1608508804.6895132, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14405,8 +14405,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-05 13:48:50,499", - "created": 1580906930.4995112, + "asctime": "2020-12-21 01:00:04,689", + "created": 1608508804.6894317, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14416,15 +14416,15 @@ "lineno": 22, "message": "Result (Return value list if processing data_sync and data again after start of frame): [ [ ] ] ()", "module": "test", - "msecs": 499.5112419128418, + "msecs": 689.4316673278809, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 77.30865478515625, + "relativeCreated": 84.88917350769043, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -14433,8 +14433,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-05 13:48:50,499", - "created": 1580906930.4995496, + "asctime": "2020-12-21 01:00:04,689", + "created": 1608508804.689469, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14444,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": 499.54962730407715, + "msecs": 689.4690990447998, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 77.3470401763916, + "relativeCreated": 84.92660522460938, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 499.59826469421387, + "msecs": 689.5132064819336, "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": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 77.39567756652832, + "relativeCreated": 84.97071266174316, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 4.863739013671875e-05 + "time_consumption": 4.410743713378906e-05 }, { "args": [ "0", "" ], - "asctime": "2020-02-05 13:48:50,499", - "created": 1580906930.49972, + "asctime": "2020-12-21 01:00:04,689", + "created": 1608508804.689634, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14491,8 +14491,8 @@ "0", "" ], - "asctime": "2020-02-05 13:48:50,499", - "created": 1580906930.4996486, + "asctime": "2020-12-21 01:00:04,689", + "created": 1608508804.689567, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14502,15 +14502,15 @@ "lineno": 22, "message": "Result (State after processing data_sync and data again after start of frame): 0 ()", "module": "test", - "msecs": 499.6485710144043, + "msecs": 689.5670890808105, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 77.44598388671875, + "relativeCreated": 85.02459526062012, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -14519,8 +14519,8 @@ "0", "" ], - "asctime": "2020-02-05 13:48:50,499", - "created": 1580906930.4996834, + "asctime": "2020-12-21 01:00:04,689", + "created": 1608508804.6896007, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14530,37 +14530,37 @@ "lineno": 26, "message": "Expectation (State after processing data_sync and data again after start of frame): result = 0 ()", "module": "test", - "msecs": 499.6833801269531, + "msecs": 689.6007061004639, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 77.48079299926758, + "relativeCreated": 85.05821228027344, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 499.72009658813477, + "msecs": 689.6340847015381, "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": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 77.51750946044922, + "relativeCreated": 85.09159088134766, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.6716461181640625e-05 + "time_consumption": 3.337860107421875e-05 }, { "args": [ "0", "" ], - "asctime": "2020-02-05 13:48:50,499", - "created": 1580906930.4998357, + "asctime": "2020-12-21 01:00:04,689", + "created": 1608508804.6897502, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14577,8 +14577,8 @@ "0", "" ], - "asctime": "2020-02-05 13:48:50,499", - "created": 1580906930.4997673, + "asctime": "2020-12-21 01:00:04,689", + "created": 1608508804.689685, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14588,15 +14588,15 @@ "lineno": 22, "message": "Result (Buffer size after processing data with insufficient end pattern): 0 ()", "module": "test", - "msecs": 499.7673034667969, + "msecs": 689.6851062774658, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 77.56471633911133, + "relativeCreated": 85.14261245727539, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -14605,8 +14605,8 @@ "0", "" ], - "asctime": "2020-02-05 13:48:50,499", - "created": 1580906930.4998014, + "asctime": "2020-12-21 01:00:04,689", + "created": 1608508804.689718, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14616,34 +14616,34 @@ "lineno": 26, "message": "Expectation (Buffer size after processing data with insufficient end pattern): result = 0 ()", "module": "test", - "msecs": 499.8013973236084, + "msecs": 689.7180080413818, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 77.59881019592285, + "relativeCreated": 85.1755142211914, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 499.835729598999, + "msecs": 689.7501945495605, "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": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 77.63314247131348, + "relativeCreated": 85.20770072937012, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.4332275390625e-05 + "time_consumption": 3.218650817871094e-05 }, { "args": [], - "asctime": "2020-02-05 13:48:50,500", - "created": 1580906930.5001187, + "asctime": "2020-12-21 01:00:04,690", + "created": 1608508804.6900368, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -14658,8 +14658,8 @@ "args": [ "b': changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 499.9279975891113, + "msecs": 689.8434162139893, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 77.72541046142578, + "relativeCreated": 85.30092239379883, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -14713,26 +14713,26 @@ 58, 60 ], - "asctime": "2020-02-05 13:48:50,499", - "created": 1580906930.499964, + "asctime": "2020-12-21 01:00:04,689", + "created": 1608508804.6898847, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 103, + "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 499.96399879455566, + "msecs": 689.8846626281738, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 77.76141166687012, + "relativeCreated": 85.3421688079834, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -14740,26 +14740,26 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,500", - "created": 1580906930.5000055, + "asctime": "2020-12-21 01:00:04,689", + "created": 1608508804.6899295, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 114, + "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 500.00548362731934, + "msecs": 689.9294853210449, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 77.80289649963379, + "relativeCreated": 85.38699150085449, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -14768,26 +14768,26 @@ 58, 60 ], - "asctime": "2020-02-05 13:48:50,500", - "created": 1580906930.5000405, + "asctime": "2020-12-21 01:00:04,689", + "created": 1608508804.6899648, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "WARNING", "levelno": 30, - "lineno": 119, + "lineno": 122, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 500.04053115844727, + "msecs": 689.964771270752, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 77.83794403076172, + "relativeCreated": 85.42227745056152, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -14795,48 +14795,48 @@ "STP:", "(2): 74 65" ], - "asctime": "2020-02-05 13:48:50,500", - "created": 1580906930.5000818, + "asctime": "2020-12-21 01:00:04,690", + "created": 1608508804.6900027, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "__clear_buffer__", "levelname": "WARNING", "levelno": 30, - "lineno": 69, + "lineno": 72, "message": "STP: Chunking \"(2): 74 65\" from buffer", "module": "stp", - "msecs": 500.08177757263184, + "msecs": 690.0026798248291, "msg": "%s Chunking \"%s\" from buffer", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 77.87919044494629, + "relativeCreated": 85.46018600463867, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 500.1187324523926, + "msecs": 690.0367736816406, "msg": "Processing data with an insufficient end pattern (start pattern instead of end pattern).", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 77.91614532470703, + "relativeCreated": 85.4942798614502, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.695487976074219e-05 + "time_consumption": 3.409385681152344e-05 }, { "args": [ "[[]]", "" ], - "asctime": "2020-02-05 13:48:50,500", - "created": 1580906930.5002577, + "asctime": "2020-12-21 01:00:04,690", + "created": 1608508804.6902087, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14853,8 +14853,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-05 13:48:50,500", - "created": 1580906930.5001767, + "asctime": "2020-12-21 01:00:04,690", + "created": 1608508804.690095, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14864,15 +14864,15 @@ "lineno": 22, "message": "Result (Return value list if processing 2nd start of frame): [ [ ] ] ()", "module": "test", - "msecs": 500.17666816711426, + "msecs": 690.0949478149414, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 77.97408103942871, + "relativeCreated": 85.55245399475098, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -14881,8 +14881,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-05 13:48:50,500", - "created": 1580906930.500214, + "asctime": "2020-12-21 01:00:04,690", + "created": 1608508804.6901567, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14892,37 +14892,37 @@ "lineno": 26, "message": "Expectation (Return value list if processing 2nd start of frame): result = [ [ ] ] ()", "module": "test", - "msecs": 500.2140998840332, + "msecs": 690.1566982269287, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 78.01151275634766, + "relativeCreated": 85.61420440673828, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 500.2577304840088, + "msecs": 690.2086734771729, "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": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 78.05514335632324, + "relativeCreated": 85.66617965698242, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 4.363059997558594e-05 + "time_consumption": 5.1975250244140625e-05 }, { "args": [ "3", "" ], - "asctime": "2020-02-05 13:48:50,500", - "created": 1580906930.5003817, + "asctime": "2020-12-21 01:00:04,690", + "created": 1608508804.6903746, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14939,8 +14939,8 @@ "3", "" ], - "asctime": "2020-02-05 13:48:50,500", - "created": 1580906930.5003119, + "asctime": "2020-12-21 01:00:04,690", + "created": 1608508804.6902666, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14950,15 +14950,15 @@ "lineno": 22, "message": "Result (State after processing 2nd start of frame): 3 ()", "module": "test", - "msecs": 500.31185150146484, + "msecs": 690.2666091918945, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 78.1092643737793, + "relativeCreated": 85.7241153717041, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -14967,8 +14967,8 @@ "3", "" ], - "asctime": "2020-02-05 13:48:50,500", - "created": 1580906930.500347, + "asctime": "2020-12-21 01:00:04,690", + "created": 1608508804.6903274, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14978,37 +14978,37 @@ "lineno": 26, "message": "Expectation (State after processing 2nd start of frame): result = 3 ()", "module": "test", - "msecs": 500.3468990325928, + "msecs": 690.3274059295654, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 78.14431190490723, + "relativeCreated": 85.784912109375, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 500.3817081451416, + "msecs": 690.3746128082275, "msg": "State after processing 2nd start of frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 78.17912101745605, + "relativeCreated": 85.83211898803711, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.4809112548828125e-05 + "time_consumption": 4.7206878662109375e-05 }, { "args": [ "0", "" ], - "asctime": "2020-02-05 13:48:50,500", - "created": 1580906930.5004964, + "asctime": "2020-12-21 01:00:04,690", + "created": 1608508804.6905274, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15025,8 +15025,8 @@ "0", "" ], - "asctime": "2020-02-05 13:48:50,500", - "created": 1580906930.5004284, + "asctime": "2020-12-21 01:00:04,690", + "created": 1608508804.6904497, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15036,15 +15036,15 @@ "lineno": 22, "message": "Result (Buffer size after processing 2nd start of frame): 0 ()", "module": "test", - "msecs": 500.4284381866455, + "msecs": 690.4497146606445, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 78.22585105895996, + "relativeCreated": 85.9072208404541, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -15053,8 +15053,8 @@ "0", "" ], - "asctime": "2020-02-05 13:48:50,500", - "created": 1580906930.5004625, + "asctime": "2020-12-21 01:00:04,690", + "created": 1608508804.6904912, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15064,34 +15064,34 @@ "lineno": 26, "message": "Expectation (Buffer size after processing 2nd start of frame): result = 0 ()", "module": "test", - "msecs": 500.46253204345703, + "msecs": 690.4911994934082, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 78.25994491577148, + "relativeCreated": 85.94870567321777, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 500.49638748168945, + "msecs": 690.5274391174316, "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": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 78.2938003540039, + "relativeCreated": 85.98494529724121, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.3855438232421875e-05 + "time_consumption": 3.62396240234375e-05 }, { "args": [], - "asctime": "2020-02-05 13:48:50,500", - "created": 1580906930.50083, + "asctime": "2020-12-21 01:00:04,690", + "created": 1608508804.6908133, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -15106,8 +15106,8 @@ "args": [ "b': changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 500.58889389038086, + "msecs": 690.6235218048096, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 78.38630676269531, + "relativeCreated": 86.08102798461914, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -15161,26 +15161,26 @@ 58, 60 ], - "asctime": "2020-02-05 13:48:50,500", - "created": 1580906930.500625, + "asctime": "2020-12-21 01:00:04,690", + "created": 1608508804.6906586, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 103, + "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 500.6248950958252, + "msecs": 690.6585693359375, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 78.42230796813965, + "relativeCreated": 86.11607551574707, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -15188,26 +15188,26 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,500", - "created": 1580906930.5006714, + "asctime": "2020-12-21 01:00:04,690", + "created": 1608508804.6907012, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 114, + "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 500.67138671875, + "msecs": 690.7012462615967, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 78.46879959106445, + "relativeCreated": 86.15875244140625, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -15215,26 +15215,26 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,500", - "created": 1580906930.5007315, + "asctime": "2020-12-21 01:00:04,690", + "created": 1608508804.6907413, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "WARNING", "levelno": 30, - "lineno": 133, + "lineno": 136, "message": "STP: second data sync (3a) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 500.7314682006836, + "msecs": 690.7413005828857, "msg": "%s second data sync (%02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_ESCAPE_1", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 78.52888107299805, + "relativeCreated": 86.19880676269531, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -15242,48 +15242,48 @@ "STP:", "(2): 74 65" ], - "asctime": "2020-02-05 13:48:50,500", - "created": 1580906930.5007942, + "asctime": "2020-12-21 01:00:04,690", + "created": 1608508804.6907794, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "__clear_buffer__", "levelname": "WARNING", "levelno": 30, - "lineno": 69, + "lineno": 72, "message": "STP: Chunking \"(2): 74 65\" from buffer", "module": "stp", - "msecs": 500.7941722869873, + "msecs": 690.779447555542, "msg": "%s Chunking \"%s\" from buffer", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 78.59158515930176, + "relativeCreated": 86.23695373535156, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 500.82993507385254, + "msecs": 690.8133029937744, "msg": "Processing data with an insufficient end pattern (two times sync instead of end pattern).", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 78.62734794616699, + "relativeCreated": 86.27080917358398, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.5762786865234375e-05 + "time_consumption": 3.3855438232421875e-05 }, { "args": [ "[[]]", "" ], - "asctime": "2020-02-05 13:48:50,500", - "created": 1580906930.5009718, + "asctime": "2020-12-21 01:00:04,690", + "created": 1608508804.6909559, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15300,8 +15300,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-05 13:48:50,500", - "created": 1580906930.5008848, + "asctime": "2020-12-21 01:00:04,690", + "created": 1608508804.6908712, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15311,15 +15311,15 @@ "lineno": 22, "message": "Result (Return value list if processing data_sync twice after start of frame): [ [ ] ] ()", "module": "test", - "msecs": 500.8847713470459, + "msecs": 690.8712387084961, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 78.68218421936035, + "relativeCreated": 86.32874488830566, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -15328,8 +15328,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-05 13:48:50,500", - "created": 1580906930.5009232, + "asctime": "2020-12-21 01:00:04,690", + "created": 1608508804.6909087, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15339,37 +15339,37 @@ "lineno": 26, "message": "Expectation (Return value list if processing data_sync twice after start of frame): result = [ [ ] ] ()", "module": "test", - "msecs": 500.92315673828125, + "msecs": 690.908670425415, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 78.7205696105957, + "relativeCreated": 86.36617660522461, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 500.97179412841797, + "msecs": 690.9558773040771, "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": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 78.76920700073242, + "relativeCreated": 86.41338348388672, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 4.863739013671875e-05 + "time_consumption": 4.7206878662109375e-05 }, { "args": [ "1", "" ], - "asctime": "2020-02-05 13:48:50,501", - "created": 1580906930.501092, + "asctime": "2020-12-21 01:00:04,691", + "created": 1608508804.6910827, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15386,8 +15386,8 @@ "1", "" ], - "asctime": "2020-02-05 13:48:50,501", - "created": 1580906930.5010214, + "asctime": "2020-12-21 01:00:04,691", + "created": 1608508804.6910126, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15397,15 +15397,15 @@ "lineno": 22, "message": "Result (State after processing data_sync twice after start of frame): 1 ()", "module": "test", - "msecs": 501.0213851928711, + "msecs": 691.0126209259033, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 78.81879806518555, + "relativeCreated": 86.47012710571289, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -15414,8 +15414,8 @@ "1", "" ], - "asctime": "2020-02-05 13:48:50,501", - "created": 1580906930.5010564, + "asctime": "2020-12-21 01:00:04,691", + "created": 1608508804.691049, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15425,41 +15425,41 @@ "lineno": 26, "message": "Expectation (State after processing data_sync twice after start of frame): result = 1 ()", "module": "test", - "msecs": 501.056432723999, + "msecs": 691.0490989685059, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 78.85384559631348, + "relativeCreated": 86.50660514831543, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 501.09195709228516, + "msecs": 691.0827159881592, "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": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 78.88936996459961, + "relativeCreated": 86.54022216796875, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.552436828613281e-05 + "time_consumption": 3.361701965332031e-05 } ], - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 0.0019466876983642578, - "time_finished": "2020-02-05 13:48:50,501", - "time_start": "2020-02-05 13:48:50,499" + "time_consumption": 0.002015352249145508, + "time_finished": "2020-12-21 01:00:04,691", + "time_start": "2020-12-21 01:00:04,689" }, "_fp-i0Hu8Eemborg4LxXa3A": { "args": null, - "asctime": "2020-02-05 13:48:50,490", - "created": 1580906930.4900117, + "asctime": "2020-12-21 01:00:04,677", + "created": 1608508804.677915, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15470,21 +15470,21 @@ "message": "_fp-i0Hu8Eemborg4LxXa3A", "module": "__init__", "moduleLogger": [], - "msecs": 490.01169204711914, + "msecs": 677.915096282959, "msg": "_fp-i0Hu8Eemborg4LxXa3A", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 67.8091049194336, + "relativeCreated": 73.37260246276855, "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-05 13:48:50,490", - "created": 1580906930.4902158, + "asctime": "2020-12-21 01:00:04,678", + "created": 1608508804.6780992, "exc_info": null, "exc_text": null, "filename": "test_gzip.py", @@ -15498,50 +15498,50 @@ { "args": [ 0.8666666666666667, - 6.103515625e-05 + 5.7220458984375e-05 ], - "asctime": "2020-02-05 13:48:50,490", - "created": 1580906930.4901302, + "asctime": "2020-12-21 01:00:04,678", + "created": 1608508804.678034, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "gzip_extract", "levelname": "DEBUG", "levelno": 10, - "lineno": 178, + "lineno": 181, "message": "GZIP: Finished to extract a string (compression_rate=0.867, consumed_time=0.0s).", "module": "__init__", - "msecs": 490.1301860809326, + "msecs": 678.0340671539307, "msg": "GZIP: Finished to extract a string (compression_rate=%.3f, consumed_time=%.1fs).", - "name": "STRINGTOOLS", + "name": "root.stringtools", "pathname": "src/stringtools/__init__.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 67.92759895324707, + "relativeCreated": 73.49157333374023, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 490.2157783508301, + "msecs": 678.0991554260254, "msg": "Extracting stream: %s", "name": "__tLogger__", "pathname": "src/tests/test_gzip.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 68.01319122314453, + "relativeCreated": 73.55666160583496, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 8.559226989746094e-05 + "time_consumption": 6.508827209472656e-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-05 13:48:50,490", - "created": 1580906930.4904084, + "asctime": "2020-12-21 01:00:04,678", + "created": 1608508804.6784608, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15558,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-05 13:48:50,490", - "created": 1580906930.490325, + "asctime": "2020-12-21 01:00:04,678", + "created": 1608508804.678313, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15569,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": 490.3249740600586, + "msecs": 678.3130168914795, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 68.12238693237305, + "relativeCreated": 73.77052307128906, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -15586,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-05 13:48:50,490", - "created": 1580906930.4903684, + "asctime": "2020-12-21 01:00:04,678", + "created": 1608508804.678388, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15597,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": 490.3683662414551, + "msecs": 678.3881187438965, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 68.16577911376953, + "relativeCreated": 73.84562492370605, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 490.40842056274414, + "msecs": 678.4608364105225, "msg": "Extracted data is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 68.2058334350586, + "relativeCreated": 73.91834259033203, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 4.00543212890625e-05 + "time_consumption": 7.271766662597656e-05 } ], - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 0.000396728515625, - "time_finished": "2020-02-05 13:48:50,490", - "time_start": "2020-02-05 13:48:50,490" + "time_consumption": 0.0005457401275634766, + "time_finished": "2020-12-21 01:00:04,678", + "time_start": "2020-12-21 01:00:04,677" }, "_hpUmwEaTEeq5fPlXIeQCXQ": { "args": null, - "asctime": "2020-02-05 13:48:50,485", - "created": 1580906930.4858553, + "asctime": "2020-12-21 01:00:04,673", + "created": 1608508804.673979, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15642,13 +15642,13 @@ "message": "_hpUmwEaTEeq5fPlXIeQCXQ", "module": "__init__", "moduleLogger": [], - "msecs": 485.8553409576416, + "msecs": 673.9790439605713, "msg": "_hpUmwEaTEeq5fPlXIeQCXQ", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 63.652753829956055, + "relativeCreated": 69.43655014038086, "stack_info": null, "testcaseLogger": [ { @@ -15656,8 +15656,8 @@ "'00:59'", "" ], - "asctime": "2020-02-05 13:48:50,485", - "created": 1580906930.4859965, + "asctime": "2020-12-21 01:00:04,674", + "created": 1608508804.674154, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15674,8 +15674,8 @@ "'00:59'", "" ], - "asctime": "2020-02-05 13:48:50,485", - "created": 1580906930.4859233, + "asctime": "2020-12-21 01:00:04,674", + "created": 1608508804.6740503, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15685,15 +15685,15 @@ "lineno": 22, "message": "Result (Time representation for 59): '00:59' ()", "module": "test", - "msecs": 485.92329025268555, + "msecs": 674.0503311157227, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 63.720703125, + "relativeCreated": 69.50783729553223, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -15702,8 +15702,8 @@ "'00:59'", "" ], - "asctime": "2020-02-05 13:48:50,485", - "created": 1580906930.4859605, + "asctime": "2020-12-21 01:00:04,674", + "created": 1608508804.67409, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15713,37 +15713,37 @@ "lineno": 26, "message": "Expectation (Time representation for 59): result = '00:59' ()", "module": "test", - "msecs": 485.9604835510254, + "msecs": 674.0899085998535, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 63.757896423339844, + "relativeCreated": 69.54741477966309, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 485.9964847564697, + "msecs": 674.1540431976318, "msg": "Time representation for 59 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 63.79389762878418, + "relativeCreated": 69.6115493774414, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.600120544433594e-05 + "time_consumption": 6.413459777832031e-05 }, { "args": [ "'01:00'", "" ], - "asctime": "2020-02-05 13:48:50,486", - "created": 1580906930.486122, + "asctime": "2020-12-21 01:00:04,674", + "created": 1608508804.6742945, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15760,8 +15760,8 @@ "'01:00'", "" ], - "asctime": "2020-02-05 13:48:50,486", - "created": 1580906930.4860516, + "asctime": "2020-12-21 01:00:04,674", + "created": 1608508804.6742265, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15771,15 +15771,15 @@ "lineno": 22, "message": "Result (Time representation for 60): '01:00' ()", "module": "test", - "msecs": 486.0515594482422, + "msecs": 674.2265224456787, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 63.84897232055664, + "relativeCreated": 69.68402862548828, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -15788,8 +15788,8 @@ "'01:00'", "" ], - "asctime": "2020-02-05 13:48:50,486", - "created": 1580906930.4860868, + "asctime": "2020-12-21 01:00:04,674", + "created": 1608508804.674261, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15799,37 +15799,37 @@ "lineno": 26, "message": "Expectation (Time representation for 60): result = '01:00' ()", "module": "test", - "msecs": 486.0868453979492, + "msecs": 674.2610931396484, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 63.88425827026367, + "relativeCreated": 69.71859931945801, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 486.12189292907715, + "msecs": 674.2944717407227, "msg": "Time representation for 60 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 63.9193058013916, + "relativeCreated": 69.75197792053223, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.504753112792969e-05 + "time_consumption": 3.337860107421875e-05 }, { "args": [ "'59:59'", "" ], - "asctime": "2020-02-05 13:48:50,486", - "created": 1580906930.4862516, + "asctime": "2020-12-21 01:00:04,674", + "created": 1608508804.67442, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15846,8 +15846,8 @@ "'59:59'", "" ], - "asctime": "2020-02-05 13:48:50,486", - "created": 1580906930.4861784, + "asctime": "2020-12-21 01:00:04,674", + "created": 1608508804.6743531, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15857,15 +15857,15 @@ "lineno": 22, "message": "Result (Time representation for 3599): '59:59' ()", "module": "test", - "msecs": 486.1783981323242, + "msecs": 674.3531227111816, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 63.97581100463867, + "relativeCreated": 69.81062889099121, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -15874,8 +15874,8 @@ "'59:59'", "" ], - "asctime": "2020-02-05 13:48:50,486", - "created": 1580906930.4862132, + "asctime": "2020-12-21 01:00:04,674", + "created": 1608508804.6743875, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15885,37 +15885,37 @@ "lineno": 26, "message": "Expectation (Time representation for 3599): result = '59:59' ()", "module": "test", - "msecs": 486.21320724487305, + "msecs": 674.3874549865723, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 64.0106201171875, + "relativeCreated": 69.84496116638184, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 486.2515926361084, + "msecs": 674.4201183319092, "msg": "Time representation for 3599 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 64.04900550842285, + "relativeCreated": 69.87762451171875, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.838539123535156e-05 + "time_consumption": 3.266334533691406e-05 }, { "args": [ "'01:00:00'", "" ], - "asctime": "2020-02-05 13:48:50,486", - "created": 1580906930.4863744, + "asctime": "2020-12-21 01:00:04,674", + "created": 1608508804.6745493, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15932,8 +15932,8 @@ "'01:00:00'", "" ], - "asctime": "2020-02-05 13:48:50,486", - "created": 1580906930.486305, + "asctime": "2020-12-21 01:00:04,674", + "created": 1608508804.6744773, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15943,15 +15943,15 @@ "lineno": 22, "message": "Result (Time representation for 3600): '01:00:00' ()", "module": "test", - "msecs": 486.30499839782715, + "msecs": 674.4773387908936, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 64.1024112701416, + "relativeCreated": 69.93484497070312, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -15960,8 +15960,8 @@ "'01:00:00'", "" ], - "asctime": "2020-02-05 13:48:50,486", - "created": 1580906930.4863398, + "asctime": "2020-12-21 01:00:04,674", + "created": 1608508804.674515, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15971,37 +15971,37 @@ "lineno": 26, "message": "Expectation (Time representation for 3600): result = '01:00:00' ()", "module": "test", - "msecs": 486.339807510376, + "msecs": 674.5150089263916, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 64.13722038269043, + "relativeCreated": 69.97251510620117, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 486.3743782043457, + "msecs": 674.5493412017822, "msg": "Time representation for 3600 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 64.17179107666016, + "relativeCreated": 70.0068473815918, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.457069396972656e-05 + "time_consumption": 3.4332275390625e-05 }, { "args": [ "'23:59:59'", "" ], - "asctime": "2020-02-05 13:48:50,486", - "created": 1580906930.4865308, + "asctime": "2020-12-21 01:00:04,674", + "created": 1608508804.6746733, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16018,8 +16018,8 @@ "'23:59:59'", "" ], - "asctime": "2020-02-05 13:48:50,486", - "created": 1580906930.4864297, + "asctime": "2020-12-21 01:00:04,674", + "created": 1608508804.6746068, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16029,15 +16029,15 @@ "lineno": 22, "message": "Result (Time representation for 86399): '23:59:59' ()", "module": "test", - "msecs": 486.42969131469727, + "msecs": 674.6068000793457, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 64.22710418701172, + "relativeCreated": 70.06430625915527, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -16046,8 +16046,8 @@ "'23:59:59'", "" ], - "asctime": "2020-02-05 13:48:50,486", - "created": 1580906930.486474, + "asctime": "2020-12-21 01:00:04,674", + "created": 1608508804.6746404, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16057,37 +16057,37 @@ "lineno": 26, "message": "Expectation (Time representation for 86399): result = '23:59:59' ()", "module": "test", - "msecs": 486.47403717041016, + "msecs": 674.640417098999, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 64.27145004272461, + "relativeCreated": 70.0979232788086, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 486.5307807922363, + "msecs": 674.673318862915, "msg": "Time representation for 86399 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 64.32819366455078, + "relativeCreated": 70.13082504272461, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 5.6743621826171875e-05 + "time_consumption": 3.2901763916015625e-05 }, { "args": [ "'1D'", "" ], - "asctime": "2020-02-05 13:48:50,486", - "created": 1580906930.4866827, + "asctime": "2020-12-21 01:00:04,674", + "created": 1608508804.6748, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16104,8 +16104,8 @@ "'1D'", "" ], - "asctime": "2020-02-05 13:48:50,486", - "created": 1580906930.4866054, + "asctime": "2020-12-21 01:00:04,674", + "created": 1608508804.6747324, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16115,15 +16115,15 @@ "lineno": 22, "message": "Result (Time representation for 86400): '1D' ()", "module": "test", - "msecs": 486.6054058074951, + "msecs": 674.7324466705322, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 64.40281867980957, + "relativeCreated": 70.1899528503418, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -16132,8 +16132,8 @@ "'1D'", "" ], - "asctime": "2020-02-05 13:48:50,486", - "created": 1580906930.4866471, + "asctime": "2020-12-21 01:00:04,674", + "created": 1608508804.6747665, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16143,37 +16143,37 @@ "lineno": 26, "message": "Expectation (Time representation for 86400): result = '1D' ()", "module": "test", - "msecs": 486.6471290588379, + "msecs": 674.7665405273438, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 64.44454193115234, + "relativeCreated": 70.22404670715332, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 486.682653427124, + "msecs": 674.799919128418, "msg": "Time representation for 86400 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 64.48006629943848, + "relativeCreated": 70.25742530822754, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.552436828613281e-05 + "time_consumption": 3.337860107421875e-05 }, { "args": [ "'1D 00:59'", "" ], - "asctime": "2020-02-05 13:48:50,486", - "created": 1580906930.4868083, + "asctime": "2020-12-21 01:00:04,674", + "created": 1608508804.6749392, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16190,8 +16190,8 @@ "'1D 00:59'", "" ], - "asctime": "2020-02-05 13:48:50,486", - "created": 1580906930.4867384, + "asctime": "2020-12-21 01:00:04,674", + "created": 1608508804.6748607, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16201,15 +16201,15 @@ "lineno": 22, "message": "Result (Time representation for 86459): '1D 00:59' ()", "module": "test", - "msecs": 486.7384433746338, + "msecs": 674.8607158660889, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 64.53585624694824, + "relativeCreated": 70.31822204589844, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -16218,8 +16218,8 @@ "'1D 00:59'", "" ], - "asctime": "2020-02-05 13:48:50,486", - "created": 1580906930.4867735, + "asctime": "2020-12-21 01:00:04,674", + "created": 1608508804.674895, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16229,37 +16229,37 @@ "lineno": 26, "message": "Expectation (Time representation for 86459): result = '1D 00:59' ()", "module": "test", - "msecs": 486.7734909057617, + "msecs": 674.8950481414795, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 64.57090377807617, + "relativeCreated": 70.35255432128906, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 486.80830001831055, + "msecs": 674.9391555786133, "msg": "Time representation for 86459 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 64.605712890625, + "relativeCreated": 70.39666175842285, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.4809112548828125e-05 + "time_consumption": 4.410743713378906e-05 }, { "args": [ "'1D 01:00:00'", "" ], - "asctime": "2020-02-05 13:48:50,486", - "created": 1580906930.4869325, + "asctime": "2020-12-21 01:00:04,675", + "created": 1608508804.6750658, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16276,8 +16276,8 @@ "'1D 01:00:00'", "" ], - "asctime": "2020-02-05 13:48:50,486", - "created": 1580906930.4868627, + "asctime": "2020-12-21 01:00:04,674", + "created": 1608508804.6749988, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16287,15 +16287,15 @@ "lineno": 22, "message": "Result (Time representation for 90000): '1D 01:00:00' ()", "module": "test", - "msecs": 486.8626594543457, + "msecs": 674.9987602233887, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 64.66007232666016, + "relativeCreated": 70.45626640319824, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -16304,8 +16304,8 @@ "'1D 01:00:00'", "" ], - "asctime": "2020-02-05 13:48:50,486", - "created": 1580906930.4868977, + "asctime": "2020-12-21 01:00:04,675", + "created": 1608508804.6750326, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16315,41 +16315,41 @@ "lineno": 26, "message": "Expectation (Time representation for 90000): result = '1D 01:00:00' ()", "module": "test", - "msecs": 486.89770698547363, + "msecs": 675.0326156616211, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 64.69511985778809, + "relativeCreated": 70.49012184143066, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 486.93251609802246, + "msecs": 675.0657558441162, "msg": "Time representation for 90000 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 64.72992897033691, + "relativeCreated": 70.52326202392578, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.4809112548828125e-05 + "time_consumption": 3.314018249511719e-05 } ], - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 0.0010771751403808594, - "time_finished": "2020-02-05 13:48:50,486", - "time_start": "2020-02-05 13:48:50,485" + "time_consumption": 0.0010867118835449219, + "time_finished": "2020-12-21 01:00:04,675", + "time_start": "2020-12-21 01:00:04,673" }, "_iXxBIEaTEeq5fPlXIeQCXQ": { "args": null, - "asctime": "2020-02-05 13:48:50,487", - "created": 1580906930.4870253, + "asctime": "2020-12-21 01:00:04,675", + "created": 1608508804.6751754, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16360,13 +16360,13 @@ "message": "_iXxBIEaTEeq5fPlXIeQCXQ", "module": "__init__", "moduleLogger": [], - "msecs": 487.02526092529297, + "msecs": 675.1754283905029, "msg": "_iXxBIEaTEeq5fPlXIeQCXQ", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 64.82267379760742, + "relativeCreated": 70.6329345703125, "stack_info": null, "testcaseLogger": [ { @@ -16374,8 +16374,8 @@ "'87/5'", "" ], - "asctime": "2020-02-05 13:48:50,487", - "created": 1580906930.487293, + "asctime": "2020-12-21 01:00:04,675", + "created": 1608508804.6753976, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16392,8 +16392,8 @@ "'87/5'", "" ], - "asctime": "2020-02-05 13:48:50,487", - "created": 1580906930.4872093, + "asctime": "2020-12-21 01:00:04,675", + "created": 1608508804.6753192, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16403,15 +16403,15 @@ "lineno": 22, "message": "Result (Fraction representation for 17.4): '87/5' ()", "module": "test", - "msecs": 487.2093200683594, + "msecs": 675.3191947937012, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 65.00673294067383, + "relativeCreated": 70.77670097351074, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -16420,8 +16420,8 @@ "'87/5'", "" ], - "asctime": "2020-02-05 13:48:50,487", - "created": 1580906930.4872532, + "asctime": "2020-12-21 01:00:04,675", + "created": 1608508804.6753607, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16431,37 +16431,37 @@ "lineno": 26, "message": "Expectation (Fraction representation for 17.4): result = '87/5' ()", "module": "test", - "msecs": 487.25318908691406, + "msecs": 675.3606796264648, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 65.05060195922852, + "relativeCreated": 70.81818580627441, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 487.293004989624, + "msecs": 675.3976345062256, "msg": "Fraction representation for 17.4 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 65.09041786193848, + "relativeCreated": 70.85514068603516, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.981590270996094e-05 + "time_consumption": 3.695487976074219e-05 }, { "args": [ "'1/4'", "" ], - "asctime": "2020-02-05 13:48:50,487", - "created": 1580906930.4874456, + "asctime": "2020-12-21 01:00:04,675", + "created": 1608508804.6755447, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16478,8 +16478,8 @@ "'1/4'", "" ], - "asctime": "2020-02-05 13:48:50,487", - "created": 1580906930.4873643, + "asctime": "2020-12-21 01:00:04,675", + "created": 1608508804.6754699, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16489,15 +16489,15 @@ "lineno": 22, "message": "Result (Fraction representation for 0.25): '1/4' ()", "module": "test", - "msecs": 487.3642921447754, + "msecs": 675.4698753356934, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 65.16170501708984, + "relativeCreated": 70.92738151550293, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -16506,8 +16506,8 @@ "'1/4'", "" ], - "asctime": "2020-02-05 13:48:50,487", - "created": 1580906930.487406, + "asctime": "2020-12-21 01:00:04,675", + "created": 1608508804.6755095, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16517,37 +16517,37 @@ "lineno": 26, "message": "Expectation (Fraction representation for 0.25): result = '1/4' ()", "module": "test", - "msecs": 487.40601539611816, + "msecs": 675.5094528198242, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 65.20342826843262, + "relativeCreated": 70.96695899963379, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 487.445592880249, + "msecs": 675.5447387695312, "msg": "Fraction representation for 0.25 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 65.24300575256348, + "relativeCreated": 71.00224494934082, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.9577484130859375e-05 + "time_consumption": 3.528594970703125e-05 }, { "args": [ "'1/10'", "" ], - "asctime": "2020-02-05 13:48:50,487", - "created": 1580906930.4876175, + "asctime": "2020-12-21 01:00:04,675", + "created": 1608508804.6757138, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16564,8 +16564,8 @@ "'1/10'", "" ], - "asctime": "2020-02-05 13:48:50,487", - "created": 1580906930.4875426, + "asctime": "2020-12-21 01:00:04,675", + "created": 1608508804.6756392, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16575,15 +16575,15 @@ "lineno": 22, "message": "Result (Fraction representation for 0.1): '1/10' ()", "module": "test", - "msecs": 487.54262924194336, + "msecs": 675.6391525268555, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 65.34004211425781, + "relativeCreated": 71.09665870666504, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -16592,8 +16592,8 @@ "'1/10'", "" ], - "asctime": "2020-02-05 13:48:50,487", - "created": 1580906930.4875815, + "asctime": "2020-12-21 01:00:04,675", + "created": 1608508804.6756787, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16603,37 +16603,37 @@ "lineno": 26, "message": "Expectation (Fraction representation for 0.1): result = '1/10' ()", "module": "test", - "msecs": 487.5814914703369, + "msecs": 675.6787300109863, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 65.37890434265137, + "relativeCreated": 71.1362361907959, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 487.61749267578125, + "msecs": 675.7137775421143, "msg": "Fraction representation for 0.1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 65.4149055480957, + "relativeCreated": 71.17128372192383, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.600120544433594e-05 + "time_consumption": 3.504753112792969e-05 }, { "args": [ "'1/60'", "" ], - "asctime": "2020-02-05 13:48:50,487", - "created": 1580906930.4877892, + "asctime": "2020-12-21 01:00:04,675", + "created": 1608508804.6758783, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16650,8 +16650,8 @@ "'1/60'", "" ], - "asctime": "2020-02-05 13:48:50,487", - "created": 1580906930.4877117, + "asctime": "2020-12-21 01:00:04,675", + "created": 1608508804.6758072, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16661,15 +16661,15 @@ "lineno": 22, "message": "Result (Fraction representation for 0.01666667): '1/60' ()", "module": "test", - "msecs": 487.71166801452637, + "msecs": 675.8072376251221, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 65.50908088684082, + "relativeCreated": 71.26474380493164, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -16678,8 +16678,8 @@ "'1/60'", "" ], - "asctime": "2020-02-05 13:48:50,487", - "created": 1580906930.48775, + "asctime": "2020-12-21 01:00:04,675", + "created": 1608508804.6758435, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16689,41 +16689,41 @@ "lineno": 26, "message": "Expectation (Fraction representation for 0.01666667): result = '1/60' ()", "module": "test", - "msecs": 487.7500534057617, + "msecs": 675.8434772491455, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 65.54746627807617, + "relativeCreated": 71.30098342895508, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 487.7891540527344, + "msecs": 675.8782863616943, "msg": "Fraction representation for 0.01666667 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 65.58656692504883, + "relativeCreated": 71.3357925415039, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.910064697265625e-05 + "time_consumption": 3.4809112548828125e-05 } ], - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 0.0007638931274414062, - "time_finished": "2020-02-05 13:48:50,487", - "time_start": "2020-02-05 13:48:50,487" + "time_consumption": 0.0007028579711914062, + "time_finished": "2020-12-21 01:00:04,675", + "time_start": "2020-12-21 01:00:04,675" }, "_n3BdUCcREeqsHsnJQYCN8Q": { "args": null, - "asctime": "2020-02-05 13:48:50,498", - "created": 1580906930.498189, + "asctime": "2020-12-21 01:00:04,688", + "created": 1608508804.6880052, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16734,19 +16734,19 @@ "message": "_n3BdUCcREeqsHsnJQYCN8Q", "module": "__init__", "moduleLogger": [], - "msecs": 498.18897247314453, + "msecs": 688.0052089691162, "msg": "_n3BdUCcREeqsHsnJQYCN8Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 75.98638534545898, + "relativeCreated": 83.46271514892578, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-02-05 13:48:50,498", - "created": 1580906930.4983766, + "asctime": "2020-12-21 01:00:04,688", + "created": 1608508804.6881833, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -16761,8 +16761,8 @@ "args": [ "b':1'" ], - "asctime": "2020-02-05 13:48:50,498", - "created": 1580906930.4982474, + "asctime": "2020-12-21 01:00:04,688", + "created": 1608508804.6880696, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -16772,15 +16772,15 @@ "lineno": 100, "message": "Sending b':1' to stp.", "module": "test_stp", - "msecs": 498.2473850250244, + "msecs": 688.0695819854736, "msg": "Sending %s to stp.", "name": "__unittest__", "pathname": "src/tests/test_stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 76.04479789733887, + "relativeCreated": 83.5270881652832, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -16788,26 +16788,26 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,498", - "created": 1580906930.4982922, + "asctime": "2020-12-21 01:00:04,688", + "created": 1608508804.6881115, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 98, + "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 498.2922077178955, + "msecs": 688.1115436553955, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 76.08962059020996, + "relativeCreated": 83.56904983520508, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -16816,48 +16816,48 @@ 58, 49 ], - "asctime": "2020-02-05 13:48:50,498", - "created": 1580906930.4983416, + "asctime": "2020-12-21 01:00:04,688", + "created": 1608508804.688149, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "WARNING", "levelno": 30, - "lineno": 108, + "lineno": 111, "message": "STP: no start pattern (3a 31) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_IDLE", "module": "stp", - "msecs": 498.34156036376953, + "msecs": 688.1489753723145, "msg": "%s no start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_IDLE", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 76.13897323608398, + "relativeCreated": 83.60648155212402, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 498.37660789489746, + "msecs": 688.1833076477051, "msg": "Processing data with an insufficient start pattern.", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 76.17402076721191, + "relativeCreated": 83.64081382751465, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.504753112792969e-05 + "time_consumption": 3.4332275390625e-05 }, { "args": [ "[[]]", "" ], - "asctime": "2020-02-05 13:48:50,498", - "created": 1580906930.4985147, + "asctime": "2020-12-21 01:00:04,688", + "created": 1608508804.6883254, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16874,8 +16874,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-05 13:48:50,498", - "created": 1580906930.4984312, + "asctime": "2020-12-21 01:00:04,688", + "created": 1608508804.6882422, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16885,15 +16885,15 @@ "lineno": 22, "message": "Result (Return value list if processing incorrect start of frame): [ [ ] ] ()", "module": "test", - "msecs": 498.4312057495117, + "msecs": 688.2421970367432, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 76.22861862182617, + "relativeCreated": 83.69970321655273, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -16902,8 +16902,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-05 13:48:50,498", - "created": 1580906930.4984689, + "asctime": "2020-12-21 01:00:04,688", + "created": 1608508804.6882803, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16913,37 +16913,37 @@ "lineno": 26, "message": "Expectation (Return value list if processing incorrect start of frame): result = [ [ ] ] ()", "module": "test", - "msecs": 498.46887588500977, + "msecs": 688.2803440093994, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 76.26628875732422, + "relativeCreated": 83.73785018920898, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 498.51465225219727, + "msecs": 688.3254051208496, "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": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 76.31206512451172, + "relativeCreated": 83.78291130065918, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 4.57763671875e-05 + "time_consumption": 4.506111145019531e-05 }, { "args": [ "0", "" ], - "asctime": "2020-02-05 13:48:50,498", - "created": 1580906930.4986334, + "asctime": "2020-12-21 01:00:04,688", + "created": 1608508804.6884527, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16960,8 +16960,8 @@ "0", "" ], - "asctime": "2020-02-05 13:48:50,498", - "created": 1580906930.4985647, + "asctime": "2020-12-21 01:00:04,688", + "created": 1608508804.6883821, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16971,15 +16971,15 @@ "lineno": 22, "message": "Result (State after processing incorrect start of frame): 0 ()", "module": "test", - "msecs": 498.5647201538086, + "msecs": 688.3821487426758, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 76.36213302612305, + "relativeCreated": 83.83965492248535, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -16988,8 +16988,8 @@ "0", "" ], - "asctime": "2020-02-05 13:48:50,498", - "created": 1580906930.4985988, + "asctime": "2020-12-21 01:00:04,688", + "created": 1608508804.6884162, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16999,34 +16999,34 @@ "lineno": 26, "message": "Expectation (State after processing incorrect start of frame): result = 0 ()", "module": "test", - "msecs": 498.5988140106201, + "msecs": 688.4162425994873, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 76.39622688293457, + "relativeCreated": 83.87374877929688, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 498.63338470458984, + "msecs": 688.4527206420898, "msg": "State after processing incorrect start of frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 76.4307975769043, + "relativeCreated": 83.91022682189941, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.457069396972656e-05 + "time_consumption": 3.647804260253906e-05 }, { "args": [], - "asctime": "2020-02-05 13:48:50,498", - "created": 1580906930.498791, + "asctime": "2020-12-21 01:00:04,688", + "created": 1608508804.6886287, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -17041,8 +17041,8 @@ "args": [ "b'::'" ], - "asctime": "2020-02-05 13:48:50,498", - "created": 1580906930.4986787, + "asctime": "2020-12-21 01:00:04,688", + "created": 1608508804.688518, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -17052,15 +17052,15 @@ "lineno": 110, "message": "Sending b'::' to stp.", "module": "test_stp", - "msecs": 498.67868423461914, + "msecs": 688.5180473327637, "msg": "Sending %s to stp.", "name": "__unittest__", "pathname": "src/tests/test_stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 76.4760971069336, + "relativeCreated": 83.97555351257324, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -17068,26 +17068,26 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,498", - "created": 1580906930.4987216, + "asctime": "2020-12-21 01:00:04,688", + "created": 1608508804.6885588, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 98, + "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 498.7215995788574, + "msecs": 688.55881690979, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 76.51901245117188, + "relativeCreated": 84.01632308959961, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -17095,48 +17095,48 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,498", - "created": 1580906930.4987578, + "asctime": "2020-12-21 01:00:04,688", + "created": 1608508804.688595, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "WARNING", "levelno": 30, - "lineno": 110, + "lineno": 113, "message": "STP: 2nd data sync (3a) received => keep state", "module": "stp", - "msecs": 498.75783920288086, + "msecs": 688.5950565338135, "msg": "%s 2nd data sync (%02x) received => keep state", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 76.55525207519531, + "relativeCreated": 84.05256271362305, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 498.790979385376, + "msecs": 688.6286735534668, "msg": "Processing data with an insufficient start pattern (two times sync).", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 76.58839225769043, + "relativeCreated": 84.08617973327637, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.314018249511719e-05 + "time_consumption": 3.361701965332031e-05 }, { "args": [ "[[]]", "" ], - "asctime": "2020-02-05 13:48:50,498", - "created": 1580906930.4989233, + "asctime": "2020-12-21 01:00:04,688", + "created": 1608508804.6887686, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17153,8 +17153,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-05 13:48:50,498", - "created": 1580906930.4988427, + "asctime": "2020-12-21 01:00:04,688", + "created": 1608508804.6886837, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17164,15 +17164,15 @@ "lineno": 22, "message": "Result (Return value list if processing data_sync twice): [ [ ] ] ()", "module": "test", - "msecs": 498.842716217041, + "msecs": 688.6837482452393, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 76.64012908935547, + "relativeCreated": 84.14125442504883, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -17181,8 +17181,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-05 13:48:50,498", - "created": 1580906930.4988794, + "asctime": "2020-12-21 01:00:04,688", + "created": 1608508804.6887205, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17192,37 +17192,37 @@ "lineno": 26, "message": "Expectation (Return value list if processing data_sync twice): result = [ [ ] ] ()", "module": "test", - "msecs": 498.87943267822266, + "msecs": 688.7204647064209, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 76.67684555053711, + "relativeCreated": 84.17797088623047, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 498.92330169677734, + "msecs": 688.7686252593994, "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": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 76.7207145690918, + "relativeCreated": 84.22613143920898, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 4.38690185546875e-05 + "time_consumption": 4.8160552978515625e-05 }, { "args": [ "1", "" ], - "asctime": "2020-02-05 13:48:50,499", - "created": 1580906930.499041, + "asctime": "2020-12-21 01:00:04,688", + "created": 1608508804.6889336, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17239,8 +17239,8 @@ "1", "" ], - "asctime": "2020-02-05 13:48:50,498", - "created": 1580906930.4989724, + "asctime": "2020-12-21 01:00:04,688", + "created": 1608508804.6888258, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17250,15 +17250,15 @@ "lineno": 22, "message": "Result (State after processing data_sync twice): 1 ()", "module": "test", - "msecs": 498.97241592407227, + "msecs": 688.8258457183838, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 76.76982879638672, + "relativeCreated": 84.28335189819336, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -17267,8 +17267,8 @@ "1", "" ], - "asctime": "2020-02-05 13:48:50,499", - "created": 1580906930.4990065, + "asctime": "2020-12-21 01:00:04,688", + "created": 1608508804.6888778, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17278,41 +17278,41 @@ "lineno": 26, "message": "Expectation (State after processing data_sync twice): result = 1 ()", "module": "test", - "msecs": 499.0065097808838, + "msecs": 688.8778209686279, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 76.80392265319824, + "relativeCreated": 84.3353271484375, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 499.0410804748535, + "msecs": 688.9336109161377, "msg": "State after processing data_sync twice is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 76.83849334716797, + "relativeCreated": 84.39111709594727, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.457069396972656e-05 + "time_consumption": 5.5789947509765625e-05 } ], - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 0.0008521080017089844, - "time_finished": "2020-02-05 13:48:50,499", - "time_start": "2020-02-05 13:48:50,498" + "time_consumption": 0.0009284019470214844, + "time_finished": "2020-12-21 01:00:04,688", + "time_start": "2020-12-21 01:00:04,688" }, "_pavPUHsZEemK6PYOxF9rHw": { "args": null, - "asctime": "2020-02-05 13:48:50,488", - "created": 1580906930.48848, + "asctime": "2020-12-21 01:00:04,676", + "created": 1608508804.676459, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17323,21 +17323,21 @@ "message": "_pavPUHsZEemK6PYOxF9rHw", "module": "__init__", "moduleLogger": [], - "msecs": 488.4800910949707, + "msecs": 676.4590740203857, "msg": "_pavPUHsZEemK6PYOxF9rHw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 66.27750396728516, + "relativeCreated": 71.91658020019531, "stack_info": null, "testcaseLogger": [ { "args": [ 4 ], - "asctime": "2020-02-05 13:48:50,488", - "created": 1580906930.4885345, + "asctime": "2020-12-21 01:00:04,676", + "created": 1608508804.6765187, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -17348,15 +17348,15 @@ "message": "Checking test pattern with length 4.", "module": "test_hexlify", "moduleLogger": [], - "msecs": 488.53445053100586, + "msecs": 676.5186786651611, "msg": "Checking test pattern with length %d.", "name": "__tLogger__", "pathname": "src/tests/test_hexlify.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 66.33186340332031, + "relativeCreated": 71.9761848449707, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -17366,8 +17366,8 @@ "(4): de ad be ef", 0 ], - "asctime": "2020-02-05 13:48:50,488", - "created": 1580906930.4887323, + "asctime": "2020-12-21 01:00:04,676", + "created": 1608508804.6766024, "exc_info": null, "exc_text": null, "filename": "test_hexlify.py", @@ -17378,29 +17378,29 @@ "message": "\"(4)\" is in \"(4): de ad be ef\" at position 0", "module": "test_hexlify", "moduleLogger": [], - "msecs": 488.73233795166016, + "msecs": 676.6023635864258, "msg": "\"%s\" is in \"%s\" at position %d", "name": "__tLogger__", "pathname": "src/tests/test_hexlify.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 66.52975082397461, + "relativeCreated": 72.05986976623535, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", "time_consumption": 0.0 } ], - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 0.0002522468566894531, - "time_finished": "2020-02-05 13:48:50,488", - "time_start": "2020-02-05 13:48:50,488" + "time_consumption": 0.00014328956604003906, + "time_finished": "2020-12-21 01:00:04,676", + "time_start": "2020-12-21 01:00:04,676" }, "_rhV88Hu9Eemborg4LxXa3A": { "args": null, - "asctime": "2020-02-05 13:48:50,488", - "created": 1580906930.4888318, + "asctime": "2020-12-21 01:00:04,676", + "created": 1608508804.676699, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17411,21 +17411,21 @@ "message": "_rhV88Hu9Eemborg4LxXa3A", "module": "__init__", "moduleLogger": [], - "msecs": 488.8317584991455, + "msecs": 676.6989231109619, "msg": "_rhV88Hu9Eemborg4LxXa3A", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 66.62917137145996, + "relativeCreated": 72.15642929077148, "stack_info": null, "testcaseLogger": [ { "args": [ 4 ], - "asctime": "2020-02-05 13:48:50,488", - "created": 1580906930.4888868, + "asctime": "2020-12-21 01:00:04,676", + "created": 1608508804.676756, "exc_info": null, "exc_text": null, "filename": "test_linefeed_filter.py", @@ -17436,15 +17436,15 @@ "message": "Checking test pattern with length 4.", "module": "test_linefeed_filter", "moduleLogger": [], - "msecs": 488.88683319091797, + "msecs": 676.7559051513672, "msg": "Checking test pattern with length %d.", "name": "__tLogger__", "pathname": "src/tests/test_linefeed_filter.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 66.68424606323242, + "relativeCreated": 72.21341133117676, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -17453,8 +17453,8 @@ "b'test\\\\r\\\\n123\\\\r\\\\n'", "" ], - "asctime": "2020-02-05 13:48:50,489", - "created": 1580906930.4890294, + "asctime": "2020-12-21 01:00:04,676", + "created": 1608508804.6768951, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17471,8 +17471,8 @@ "b'test\\\\r\\\\n123\\\\r\\\\n'", "" ], - "asctime": "2020-02-05 13:48:50,488", - "created": 1580906930.4889488, + "asctime": "2020-12-21 01:00:04,676", + "created": 1608508804.67682, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17482,15 +17482,15 @@ "lineno": 22, "message": "Result (Returnvalue of linefeed_filter): b'test\\\\r\\\\n123\\\\r\\\\n' ()", "module": "test", - "msecs": 488.9488220214844, + "msecs": 676.8200397491455, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 66.74623489379883, + "relativeCreated": 72.27754592895508, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -17499,8 +17499,8 @@ "b'test\\\\r\\\\n123\\\\r\\\\n'", "" ], - "asctime": "2020-02-05 13:48:50,488", - "created": 1580906930.4889917, + "asctime": "2020-12-21 01:00:04,676", + "created": 1608508804.6768596, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17510,41 +17510,41 @@ "lineno": 26, "message": "Expectation (Returnvalue of linefeed_filter): result = b'test\\\\r\\\\n123\\\\r\\\\n' ()", "module": "test", - "msecs": 488.99173736572266, + "msecs": 676.8596172332764, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 66.78915023803711, + "relativeCreated": 72.31712341308594, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 489.0294075012207, + "msecs": 676.8951416015625, "msg": "Returnvalue of linefeed_filter is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 66.82682037353516, + "relativeCreated": 72.35264778137207, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.7670135498046875e-05 + "time_consumption": 3.552436828613281e-05 } ], - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 0.0001976490020751953, - "time_finished": "2020-02-05 13:48:50,489", - "time_start": "2020-02-05 13:48:50,488" + "time_consumption": 0.00019621849060058594, + "time_finished": "2020-12-21 01:00:04,676", + "time_start": "2020-12-21 01:00:04,676" }, "_wMotUCclEeqsHsnJQYCN8Q": { "args": null, - "asctime": "2020-02-05 13:48:50,501", - "created": 1580906930.501191, + "asctime": "2020-12-21 01:00:04,691", + "created": 1608508804.691191, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17555,19 +17555,19 @@ "message": "_wMotUCclEeqsHsnJQYCN8Q", "module": "__init__", "moduleLogger": [], - "msecs": 501.1909008026123, + "msecs": 691.1909580230713, "msg": "_wMotUCclEeqsHsnJQYCN8Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 78.98831367492676, + "relativeCreated": 86.64846420288086, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-02-05 13:48:50,501", - "created": 1580906930.5016065, + "asctime": "2020-12-21 01:00:04,691", + "created": 1608508804.691644, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -17582,8 +17582,8 @@ "args": [ "b': changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 501.29032135009766, + "msecs": 691.2915706634521, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 79.08773422241211, + "relativeCreated": 86.74907684326172, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -17637,34 +17637,34 @@ 58, 60 ], - "asctime": "2020-02-05 13:48:50,501", - "created": 1580906930.5013275, + "asctime": "2020-12-21 01:00:04,691", + "created": 1608508804.691328, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 103, + "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 501.3275146484375, + "msecs": 691.3280487060547, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 79.12492752075195, + "relativeCreated": 86.78555488586426, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { "args": [ "255" ], - "asctime": "2020-02-05 13:48:50,501", - "created": 1580906930.5013733, + "asctime": "2020-12-21 01:00:04,691", + "created": 1608508804.6913698, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -17674,23 +17674,23 @@ "lineno": 163, "message": "Setting state of stp to 255.", "module": "test_stp", - "msecs": 501.373291015625, + "msecs": 691.3697719573975, "msg": "Setting state of stp to %s.", "name": "__unittest__", "pathname": "src/tests/test_stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 79.17070388793945, + "relativeCreated": 86.82727813720703, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { "args": [ "b': adding value (3a) back to data again and changing state -> STP_STATE_IDLE", "module": "stp", - "msecs": 501.4517307281494, + "msecs": 691.4894580841064, "msg": "%s unknown state (%s) => adding value (%02x) back to data again and changing state -> STP_STATE_IDLE", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 79.24914360046387, + "relativeCreated": 86.94696426391602, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -17744,26 +17744,26 @@ "STP:", "(2): 74 65" ], - "asctime": "2020-02-05 13:48:50,501", - "created": 1580906930.5014906, + "asctime": "2020-12-21 01:00:04,691", + "created": 1608508804.6915317, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "__clear_buffer__", "levelname": "WARNING", "levelno": 30, - "lineno": 69, + "lineno": 72, "message": "STP: Chunking \"(2): 74 65\" from buffer", "module": "stp", - "msecs": 501.49059295654297, + "msecs": 691.5316581726074, "msg": "%s Chunking \"%s\" from buffer", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 79.28800582885742, + "relativeCreated": 86.98916435241699, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -17771,26 +17771,26 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,501", - "created": 1580906930.5015273, + "asctime": "2020-12-21 01:00:04,691", + "created": 1608508804.6915686, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 98, + "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 501.5273094177246, + "msecs": 691.5686130523682, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 79.32472229003906, + "relativeCreated": 87.02611923217773, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -17799,48 +17799,48 @@ 58, 60 ], - "asctime": "2020-02-05 13:48:50,501", - "created": 1580906930.501565, + "asctime": "2020-12-21 01:00:04,691", + "created": 1608508804.6916032, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 103, + "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 501.56497955322266, + "msecs": 691.6031837463379, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 79.36239242553711, + "relativeCreated": 87.06068992614746, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 501.6064643859863, + "msecs": 691.6439533233643, "msg": "Corrupting stp state and processing data.", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 79.40387725830078, + "relativeCreated": 87.10145950317383, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 4.1484832763671875e-05 + "time_consumption": 4.076957702636719e-05 }, { "args": [ "[[]]", "" ], - "asctime": "2020-02-05 13:48:50,501", - "created": 1580906930.5017529, + "asctime": "2020-12-21 01:00:04,691", + "created": 1608508804.691792, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17857,8 +17857,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-05 13:48:50,501", - "created": 1580906930.5016644, + "asctime": "2020-12-21 01:00:04,691", + "created": 1608508804.6917095, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17868,15 +17868,15 @@ "lineno": 22, "message": "Result (Return value list if processing start of a frame after state had been corrupted): [ [ ] ] ()", "module": "test", - "msecs": 501.664400100708, + "msecs": 691.7095184326172, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 79.46181297302246, + "relativeCreated": 87.16702461242676, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -17885,8 +17885,8 @@ "[ [ ] ]", "" ], - "asctime": "2020-02-05 13:48:50,501", - "created": 1580906930.5017035, + "asctime": "2020-12-21 01:00:04,691", + "created": 1608508804.691748, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17896,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": 501.70350074768066, + "msecs": 691.7479038238525, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 79.50091361999512, + "relativeCreated": 87.20541000366211, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 501.7528533935547, + "msecs": 691.7920112609863, "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": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 79.55026626586914, + "relativeCreated": 87.2495174407959, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 4.935264587402344e-05 + "time_consumption": 4.410743713378906e-05 }, { "args": [ "3", "" ], - "asctime": "2020-02-05 13:48:50,501", - "created": 1580906930.5018737, + "asctime": "2020-12-21 01:00:04,691", + "created": 1608508804.691918, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17943,8 +17943,8 @@ "3", "" ], - "asctime": "2020-02-05 13:48:50,501", - "created": 1580906930.5018036, + "asctime": "2020-12-21 01:00:04,691", + "created": 1608508804.6918504, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17954,15 +17954,15 @@ "lineno": 22, "message": "Result (State after processing start of a frame after state had been corrupted): 3 ()", "module": "test", - "msecs": 501.8036365509033, + "msecs": 691.8504238128662, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 79.60104942321777, + "relativeCreated": 87.30792999267578, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -17971,8 +17971,8 @@ "3", "" ], - "asctime": "2020-02-05 13:48:50,501", - "created": 1580906930.5018387, + "asctime": "2020-12-21 01:00:04,691", + "created": 1608508804.6918845, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17982,37 +17982,37 @@ "lineno": 26, "message": "Expectation (State after processing start of a frame after state had been corrupted): result = 3 ()", "module": "test", - "msecs": 501.83868408203125, + "msecs": 691.8845176696777, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 79.6360969543457, + "relativeCreated": 87.3420238494873, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 501.8737316131592, + "msecs": 691.917896270752, "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": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 79.67114448547363, + "relativeCreated": 87.37540245056152, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.504753112792969e-05 + "time_consumption": 3.337860107421875e-05 }, { "args": [ "2", "" ], - "asctime": "2020-02-05 13:48:50,501", - "created": 1580906930.5019896, + "asctime": "2020-12-21 01:00:04,692", + "created": 1608508804.692038, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18029,8 +18029,8 @@ "2", "" ], - "asctime": "2020-02-05 13:48:50,501", - "created": 1580906930.5019205, + "asctime": "2020-12-21 01:00:04,691", + "created": 1608508804.6919694, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18040,15 +18040,15 @@ "lineno": 22, "message": "Result (Buffer size after corrupting stp state): 2 ()", "module": "test", - "msecs": 501.9204616546631, + "msecs": 691.9693946838379, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 79.71787452697754, + "relativeCreated": 87.42690086364746, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -18057,8 +18057,8 @@ "2", "" ], - "asctime": "2020-02-05 13:48:50,501", - "created": 1580906930.501955, + "asctime": "2020-12-21 01:00:04,692", + "created": 1608508804.6920025, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18068,41 +18068,41 @@ "lineno": 26, "message": "Expectation (Buffer size after corrupting stp state): result = 2 ()", "module": "test", - "msecs": 501.9550323486328, + "msecs": 692.002534866333, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 79.75244522094727, + "relativeCreated": 87.46004104614258, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 501.98960304260254, + "msecs": 692.0380592346191, "msg": "Buffer size after corrupting stp state is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 79.78701591491699, + "relativeCreated": 87.49556541442871, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 3.457069396972656e-05 + "time_consumption": 3.552436828613281e-05 } ], - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 0.0007987022399902344, - "time_finished": "2020-02-05 13:48:50,501", - "time_start": "2020-02-05 13:48:50,501" + "time_consumption": 0.0008471012115478516, + "time_finished": "2020-12-21 01:00:04,692", + "time_start": "2020-12-21 01:00:04,691" }, "_xOCgkI9yEemg3cv-3xZ25Q": { "args": null, - "asctime": "2020-02-05 13:48:50,496", - "created": 1580906930.4969025, + "asctime": "2020-12-21 01:00:04,686", + "created": 1608508804.6864974, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18113,21 +18113,21 @@ "message": "_xOCgkI9yEemg3cv-3xZ25Q", "module": "__init__", "moduleLogger": [], - "msecs": 496.9024658203125, + "msecs": 686.4974498748779, "msg": "_xOCgkI9yEemg3cv-3xZ25Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 74.69987869262695, + "relativeCreated": 81.9549560546875, "stack_info": null, "testcaseLogger": [ { "args": [ "b'::>'" ], - "asctime": "2020-02-05 13:48:50,497", - "created": 1580906930.4973924, + "asctime": "2020-12-21 01:00:04,687", + "created": 1608508804.6871555, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -18143,26 +18143,26 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,496", - "created": 1580906930.496966, + "asctime": "2020-12-21 01:00:04,686", + "created": 1608508804.6865902, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 98, + "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 496.9658851623535, + "msecs": 686.5901947021484, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 74.76329803466797, + "relativeCreated": 82.04770088195801, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -18171,26 +18171,26 @@ 58, 60 ], - "asctime": "2020-02-05 13:48:50,497", - "created": 1580906930.4970047, + "asctime": "2020-12-21 01:00:04,686", + "created": 1608508804.6866436, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 103, + "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 497.00474739074707, + "msecs": 686.6436004638672, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 74.80216026306152, + "relativeCreated": 82.10110664367676, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -18198,26 +18198,26 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,497", - "created": 1580906930.4970756, + "asctime": "2020-12-21 01:00:04,686", + "created": 1608508804.686803, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 114, + "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 497.07555770874023, + "msecs": 686.8031024932861, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 74.87297058105469, + "relativeCreated": 82.2606086730957, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -18226,26 +18226,26 @@ 58, 61 ], - "asctime": "2020-02-05 13:48:50,497", - "created": 1580906930.4971154, + "asctime": "2020-12-21 01:00:04,686", + "created": 1608508804.6868997, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 129, + "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 497.1153736114502, + "msecs": 686.8996620178223, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 74.91278648376465, + "relativeCreated": 82.35716819763184, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -18253,26 +18253,26 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,497", - "created": 1580906930.4971795, + "asctime": "2020-12-21 01:00:04,686", + "created": 1608508804.6869469, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 114, + "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 497.1795082092285, + "msecs": 686.9468688964844, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 74.97692108154297, + "relativeCreated": 82.40437507629395, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -18281,26 +18281,26 @@ 58, 61 ], - "asctime": "2020-02-05 13:48:50,497", - "created": 1580906930.4972181, + "asctime": "2020-12-21 01:00:04,686", + "created": 1608508804.6869838, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 129, + "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 497.21813201904297, + "msecs": 686.9838237762451, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 75.01554489135742, + "relativeCreated": 82.44132995605469, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -18308,26 +18308,26 @@ "STP:", 58 ], - "asctime": "2020-02-05 13:48:50,497", - "created": 1580906930.497257, + "asctime": "2020-12-21 01:00:04,687", + "created": 1608508804.6870272, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 114, + "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 497.2569942474365, + "msecs": 687.0272159576416, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 75.05440711975098, + "relativeCreated": 82.48472213745117, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -18336,26 +18336,26 @@ 58, 62 ], - "asctime": "2020-02-05 13:48:50,497", - "created": 1580906930.4973042, + "asctime": "2020-12-21 01:00:04,687", + "created": 1608508804.6870642, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "DEBUG", "levelno": 10, - "lineno": 124, + "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 497.30420112609863, + "msecs": 687.0641708374023, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 75.10161399841309, + "relativeCreated": 82.52167701721191, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -18363,38 +18363,38 @@ "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-05 13:48:50,497", - "created": 1580906930.4973578, + "asctime": "2020-12-21 01:00:04,687", + "created": 1608508804.687121, "exc_info": null, "exc_text": null, "filename": "stp.py", "funcName": "process", "levelname": "INFO", "levelno": 20, - "lineno": 145, + "lineno": 148, "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": 497.3578453063965, + "msecs": 687.1209144592285, "msg": "%s message identified - %s", - "name": "STRINGTOOLS", + "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 75.15525817871094, + "relativeCreated": 82.57842063903809, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 497.3924160003662, + "msecs": 687.1554851531982, "msg": "Processing testframe: \"%s\"", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 75.18982887268066, + "relativeCreated": 82.61299133300781, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", "time_consumption": 3.457069396972656e-05 }, @@ -18403,8 +18403,8 @@ "[b'testframe for :']", "" ], - "asctime": "2020-02-05 13:48:50,497", - "created": 1580906930.4975443, + "asctime": "2020-12-21 01:00:04,687", + "created": 1608508804.6873107, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18421,8 +18421,8 @@ "[ b'testframe for :' ]", "" ], - "asctime": "2020-02-05 13:48:50,497", - "created": 1580906930.4974554, + "asctime": "2020-12-21 01:00:04,687", + "created": 1608508804.6872277, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18432,15 +18432,15 @@ "lineno": 22, "message": "Result (Processed STP-Frame): [ b'testframe for :' ] ()", "module": "test", - "msecs": 497.455358505249, + "msecs": 687.227725982666, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 75.25277137756348, + "relativeCreated": 82.68523216247559, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -18449,8 +18449,8 @@ "[ b'testframe for :' ]", "" ], - "asctime": "2020-02-05 13:48:50,497", - "created": 1580906930.497499, + "asctime": "2020-12-21 01:00:04,687", + "created": 1608508804.687266, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18460,41 +18460,41 @@ "lineno": 26, "message": "Expectation (Processed STP-Frame): result = [ b'testframe for :' ] ()", "module": "test", - "msecs": 497.4989891052246, + "msecs": 687.2661113739014, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 75.29640197753906, + "relativeCreated": 82.72361755371094, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 497.5442886352539, + "msecs": 687.3106956481934, "msg": "Processed STP-Frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 75.34170150756836, + "relativeCreated": 82.76820182800293, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 4.5299530029296875e-05 + "time_consumption": 4.458427429199219e-05 } ], - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 0.0006418228149414062, - "time_finished": "2020-02-05 13:48:50,497", - "time_start": "2020-02-05 13:48:50,496" + "time_consumption": 0.0008132457733154297, + "time_finished": "2020-12-21 01:00:04,687", + "time_start": "2020-12-21 01:00:04,686" }, "_xiZqMI92Eemg3cv-3xZ25Q": { "args": null, - "asctime": "2020-02-05 13:48:50,494", - "created": 1580906930.494485, + "asctime": "2020-12-21 01:00:04,683", + "created": 1608508804.6831503, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18505,21 +18505,21 @@ "message": "_xiZqMI92Eemg3cv-3xZ25Q", "module": "__init__", "moduleLogger": [], - "msecs": 494.48490142822266, + "msecs": 683.1502914428711, "msg": "_xiZqMI92Eemg3cv-3xZ25Q", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/stringtools/unittest/src/tests/__init__.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 72.28231430053711, + "relativeCreated": 78.60779762268066, "stack_info": null, "testcaseLogger": [ { "args": [ "b'testframe for :'" ], - "asctime": "2020-02-05 13:48:50,494", - "created": 1580906930.4946196, + "asctime": "2020-12-21 01:00:04,683", + "created": 1608508804.6833286, "exc_info": null, "exc_text": null, "filename": "test_stp.py", @@ -18530,15 +18530,15 @@ "message": "Creating testframe including start and end pattern for \"b'testframe for :'\"", "module": "test_stp", "moduleLogger": [], - "msecs": 494.61960792541504, + "msecs": 683.3286285400391, "msg": "Creating testframe including start and end pattern for \"%s\"", "name": "__tLogger__", "pathname": "src/tests/test_stp.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 72.41702079772949, + "relativeCreated": 78.78613471984863, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -18547,8 +18547,8 @@ "b'::>'", "" ], - "asctime": "2020-02-05 13:48:50,494", - "created": 1580906930.4947793, + "asctime": "2020-12-21 01:00:04,683", + "created": 1608508804.683576, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18565,8 +18565,8 @@ "b'::>'", "" ], - "asctime": "2020-02-05 13:48:50,494", - "created": 1580906930.49469, + "asctime": "2020-12-21 01:00:04,683", + "created": 1608508804.6834693, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18576,15 +18576,15 @@ "lineno": 22, "message": "Result (STP-Frame): b'::>' ()", "module": "test", - "msecs": 494.68994140625, + "msecs": 683.469295501709, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 72.48735427856445, + "relativeCreated": 78.92680168151855, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" }, { @@ -18593,8 +18593,8 @@ "b'::>'", "" ], - "asctime": "2020-02-05 13:48:50,494", - "created": 1580906930.4947357, + "asctime": "2020-12-21 01:00:04,683", + "created": 1608508804.6835363, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18604,40 +18604,40 @@ "lineno": 26, "message": "Expectation (STP-Frame): result = b'::>' ()", "module": "test", - "msecs": 494.7357177734375, + "msecs": 683.5362911224365, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 72.53313064575195, + "relativeCreated": 78.9937973022461, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread" } ], - "msecs": 494.7793483734131, + "msecs": 683.5761070251465, "msg": "STP-Frame is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 20798, + "process": 89103, "processName": "MainProcess", - "relativeCreated": 72.57676124572754, + "relativeCreated": 79.03361320495605, "stack_info": null, - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 4.363059997558594e-05 + "time_consumption": 3.981590270996094e-05 } ], - "thread": 140183498704704, + "thread": 140378076387136, "threadName": "MainThread", - "time_consumption": 0.0002944469451904297, - "time_finished": "2020-02-05 13:48:50,494", - "time_start": "2020-02-05 13:48:50,494" + "time_consumption": 0.0004258155822753906, + "time_finished": "2020-12-21 01:00:04,683", + "time_start": "2020-12-21 01:00:04,683" } }, "testrun_id": "p3", - "time_consumption": 0.01634049415588379, + "time_consumption": 0.017596006393432617, "uid_list_sorted": [ "_dB5IoEaTEeq5fPlXIeQCXQ", "_hpUmwEaTEeq5fPlXIeQCXQ", @@ -18664,6 +18664,6 @@ } ], "unittest_information": { - "Version": "0a5e7f25ab71e1595ec2ddca16a793f9" + "Version": "e82636461580a46d22b3bb33660ea78a" } } \ No newline at end of file diff --git a/_testresults_/unittest.pdf b/_testresults_/unittest.pdf index 7cd553b..8b4016b 100644 Binary files a/_testresults_/unittest.pdf and b/_testresults_/unittest.pdf differ diff --git a/csp.py b/csp.py index 1b9aaba..7bfeade 100644 --- a/csp.py +++ b/csp.py @@ -24,8 +24,11 @@ import stringtools import logging import sys -logger_name = 'STRINGTOOLS' -logger = logging.getLogger(logger_name) +try: + from config import APP_NAME as ROOT_LOGGER_NAME +except ImportError: + ROOT_LOGGER_NAME = 'root' +logger = logging.getLogger(ROOT_LOGGER_NAME).getChild(__name__) DATA_SEPERATOR = b'\n' diff --git a/stp.py b/stp.py index af5eed8..b047d90 100644 --- a/stp.py +++ b/stp.py @@ -24,8 +24,11 @@ import stringtools import logging import sys -logger_name = 'STRINGTOOLS' -logger = logging.getLogger(logger_name) +try: + from config import APP_NAME as ROOT_LOGGER_NAME +except ImportError: + ROOT_LOGGER_NAME = 'root' +logger = logging.getLogger(ROOT_LOGGER_NAME).getChild(__name__) DATA_SYNC = b'\x3a' """The data sync byte"""