diff --git a/__init__.py b/__init__.py index ab36ba6..2c7c4bc 100644 --- a/__init__.py +++ b/__init__.py @@ -30,8 +30,11 @@ import logging import time -logger_name = 'STATE_MACHINE' -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__) __INTERPRETER__ = (2, 3) diff --git a/_testresults_/unittest.json b/_testresults_/unittest.json index f770e49..d80d7c5 100644 --- a/_testresults_/unittest.json +++ b/_testresults_/unittest.json @@ -45,323 +45,323 @@ }, { "coverage_state": "covered", - "end": 34, + "end": 37, "start": 33 }, { "coverage_state": "clean", - "end": 36, - "start": 35 - }, - { - "coverage_state": "covered", - "end": 37, - "start": 37 - }, - { - "coverage_state": "clean", - "end": 38, + "end": 39, "start": 38 }, { "coverage_state": "covered", - "end": 39, - "start": 39 - }, - { - "coverage_state": "clean", - "end": 42, + "end": 40, "start": 40 }, + { + "coverage_state": "clean", + "end": 41, + "start": 41 + }, { "coverage_state": "covered", - "end": 43, - "start": 43 + "end": 42, + "start": 42 }, { "coverage_state": "clean", - "end": 64, - "start": 44 + "end": 45, + "start": 43 }, { "coverage_state": "covered", - "end": 66, - "start": 65 + "end": 46, + "start": 46 }, { "coverage_state": "clean", "end": 67, - "start": 67 + "start": 47 }, { "coverage_state": "covered", - "end": 77, + "end": 69, "start": 68 }, { "coverage_state": "clean", - "end": 78, - "start": 78 + "end": 70, + "start": 70 }, { "coverage_state": "covered", - "end": 79, - "start": 79 + "end": 80, + "start": 71 }, { "coverage_state": "clean", - "end": 90, - "start": 80 + "end": 81, + "start": 81 }, { "coverage_state": "covered", - "end": 96, - "start": 91 + "end": 82, + "start": 82 }, { "coverage_state": "clean", - "end": 97, - "start": 97 + "end": 93, + "start": 83 }, { "coverage_state": "covered", - "end": 98, - "start": 98 + "end": 99, + "start": 94 }, { "coverage_state": "clean", - "end": 103, - "start": 99 + "end": 100, + "start": 100 }, { "coverage_state": "covered", - "end": 104, - "start": 104 + "end": 101, + "start": 101 }, { "coverage_state": "clean", - "end": 105, - "start": 105 - }, - { - "coverage_state": "covered", "end": 106, - "start": 106 + "start": 102 }, { - "coverage_state": "clean", - "end": 114, + "coverage_state": "covered", + "end": 107, "start": 107 }, + { + "coverage_state": "clean", + "end": 108, + "start": 108 + }, { "coverage_state": "covered", - "end": 115, - "start": 115 + "end": 109, + "start": 109 }, { "coverage_state": "clean", - "end": 116, - "start": 116 - }, - { - "coverage_state": "covered", "end": 117, - "start": 117 + "start": 110 }, { - "coverage_state": "clean", - "end": 123, + "coverage_state": "covered", + "end": 118, "start": 118 }, + { + "coverage_state": "clean", + "end": 119, + "start": 119 + }, { "coverage_state": "covered", - "end": 124, - "start": 124 + "end": 120, + "start": 120 }, { "coverage_state": "clean", - "end": 125, - "start": 125 - }, - { - "coverage_state": "covered", "end": 126, - "start": 126 + "start": 121 }, { - "coverage_state": "clean", - "end": 132, + "coverage_state": "covered", + "end": 127, "start": 127 }, + { + "coverage_state": "clean", + "end": 128, + "start": 128 + }, { "coverage_state": "covered", - "end": 133, - "start": 133 + "end": 129, + "start": 129 }, { "coverage_state": "clean", - "end": 134, - "start": 134 - }, - { - "coverage_state": "covered", "end": 135, - "start": 135 + "start": 130 }, { - "coverage_state": "clean", - "end": 143, + "coverage_state": "covered", + "end": 136, "start": 136 }, + { + "coverage_state": "clean", + "end": 137, + "start": 137 + }, { "coverage_state": "covered", - "end": 144, - "start": 144 + "end": 138, + "start": 138 }, { "coverage_state": "clean", - "end": 145, - "start": 145 - }, - { - "coverage_state": "covered", "end": 146, - "start": 146 + "start": 139 }, { - "coverage_state": "clean", - "end": 152, + "coverage_state": "covered", + "end": 147, "start": 147 }, + { + "coverage_state": "clean", + "end": 148, + "start": 148 + }, { "coverage_state": "covered", - "end": 153, - "start": 153 + "end": 149, + "start": 149 }, { "coverage_state": "clean", - "end": 154, - "start": 154 - }, - { - "coverage_state": "covered", "end": 155, - "start": 155 + "start": 150 }, { - "coverage_state": "clean", - "end": 163, + "coverage_state": "covered", + "end": 156, "start": 156 }, + { + "coverage_state": "clean", + "end": 157, + "start": 157 + }, { "coverage_state": "covered", - "end": 164, - "start": 164 + "end": 158, + "start": 158 }, { "coverage_state": "clean", - "end": 165, - "start": 165 - }, - { - "coverage_state": "covered", "end": 166, - "start": 166 + "start": 159 }, { - "coverage_state": "clean", - "end": 172, + "coverage_state": "covered", + "end": 167, "start": 167 }, - { - "coverage_state": "covered", - "end": 173, - "start": 173 - }, { "coverage_state": "clean", - "end": 174, - "start": 174 + "end": 168, + "start": 168 }, { "coverage_state": "covered", - "end": 180, - "start": 175 + "end": 169, + "start": 169 }, { "coverage_state": "clean", - "end": 181, - "start": 181 + "end": 175, + "start": 170 }, { "coverage_state": "covered", - "end": 186, - "start": 182 + "end": 176, + "start": 176 }, { "coverage_state": "clean", - "end": 187, - "start": 187 + "end": 177, + "start": 177 }, { "coverage_state": "covered", - "end": 192, - "start": 188 + "end": 183, + "start": 178 }, { "coverage_state": "clean", - "end": 193, - "start": 193 + "end": 184, + "start": 184 }, { "coverage_state": "covered", - "end": 194, - "start": 194 + "end": 189, + "start": 185 }, { "coverage_state": "clean", + "end": 190, + "start": 190 + }, + { + "coverage_state": "covered", "end": 195, - "start": 195 + "start": 191 }, { - "coverage_state": "covered", - "end": 198, + "coverage_state": "clean", + "end": 196, "start": 196 }, + { + "coverage_state": "covered", + "end": 197, + "start": 197 + }, { "coverage_state": "clean", - "end": 199, + "end": 198, + "start": 198 + }, + { + "coverage_state": "covered", + "end": 201, "start": 199 }, + { + "coverage_state": "clean", + "end": 202, + "start": 202 + }, { "coverage_state": "covered", - "end": 200, - "start": 200 + "end": 203, + "start": 203 }, { "coverage_state": "clean", - "end": 203, - "start": 201 - }, - { - "coverage_state": "covered", - "end": 215, + "end": 206, "start": 204 }, + { + "coverage_state": "covered", + "end": 218, + "start": 207 + }, { "coverage_state": "clean", - "end": 216, - "start": 216 + "end": 219, + "start": 219 }, { "coverage_state": "covered", - "end": 221, - "start": 217 + "end": 224, + "start": 220 }, { "coverage_state": "clean", "end": null, - "start": 222 + "start": 225 } ], "line_coverage": 100.0, @@ -658,9 +658,9 @@ }, "system_information": { "Architecture": "64bit", - "Distribution": "LinuxMint 19.3 tricia", + "Distribution": "Linux Mint 20 ulyana", "Hostname": "ahorn", - "Kernel": "5.3.0-59-generic (#53~18.04.1-Ubuntu SMP Thu Jun 4 14:58:26 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/state_machine/unittest", "System": "Linux", @@ -672,7 +672,7 @@ "Name": "state_machine", "State": "Released", "Supported Interpreters": "python2, python3", - "Version": "76b84b090203dec573df45780af7375a" + "Version": "546dd35cadc32b0e414df9820aefd442" }, "testrun_list": [ { @@ -702,7 +702,7 @@ "_w49d4HcHEem_Z9BBpwIuJw": "Default State", "_yVA9oHcyEemrUqotql_Blw": "This State Duration" }, - "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, @@ -718,8 +718,8 @@ "testcases": { "_-kytMHcyEemrUqotql_Blw": { "args": null, - "asctime": "2020-06-16 22:45:43,087", - "created": 1592340343.087615, + "asctime": "2020-12-21 01:53:49,626", + "created": 1608512029.626813, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -730,18 +730,18 @@ "message": "_-kytMHcyEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 87.6150131225586, + "msecs": 626.8129348754883, "msg": "_-kytMHcyEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 945.051908493042, + "relativeCreated": 947.4518299102783, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:43,088", - "created": 1592340343.08831, + "asctime": "2020-12-21 01:53:49,627", + "created": 1608512029.627123, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -759,25 +759,25 @@ "None", "'state_a'" ], - "asctime": "2020-06-16 22:45:43,087", - "created": 1592340343.087877, + "asctime": "2020-12-21 01:53:49,626", + "created": 1608512029.626942, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 87.87703514099121, + "msecs": 626.9419193267822, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 945.3139305114746, - "thread": 140247577732928, + "relativeCreated": 947.5808143615723, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -787,46 +787,46 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:43,088", - "created": 1592340343.088127, + "asctime": "2020-12-21 01:53:49,627", + "created": 1608512029.627052, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 88.12689781188965, + "msecs": 627.0520687103271, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 945.563793182373, - "thread": 140247577732928, + "relativeCreated": 947.6909637451172, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 88.31000328063965, + "msecs": 627.1231174468994, "msg": "Running state machine test sequence.", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 945.746898651123, - "thread": 140247577732928, + "relativeCreated": 947.7620124816895, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.00018310546875 + "time_consumption": 7.104873657226562e-05 }, { "args": [ "'state_a'", "" ], - "asctime": "2020-06-16 22:45:43,088", - "created": 1592340343.088867, + "asctime": "2020-12-21 01:53:49,627", + "created": 1608512029.627343, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -843,8 +843,8 @@ "'state_a'", "" ], - "asctime": "2020-06-16 22:45:43,088", - "created": 1592340343.08855, + "asctime": "2020-12-21 01:53:49,627", + "created": 1608512029.627223, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -854,14 +854,14 @@ "lineno": 22, "message": "Result (Returnvalue of previous_state()): 'state_a' ()", "module": "test", - "msecs": 88.55009078979492, + "msecs": 627.223014831543, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 945.9869861602783, - "thread": 140247577732928, + "relativeCreated": 947.861909866333, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -870,8 +870,8 @@ "'state_a'", "" ], - "asctime": "2020-06-16 22:45:43,088", - "created": 1592340343.08872, + "asctime": "2020-12-21 01:53:49,627", + "created": 1608512029.627284, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -881,39 +881,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of previous_state()): result = 'state_a' ()", "module": "test", - "msecs": 88.72008323669434, + "msecs": 627.284049987793, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 946.1569786071777, - "thread": 140247577732928, + "relativeCreated": 947.922945022583, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 88.8669490814209, + "msecs": 627.342939376831, "msg": "Returnvalue of previous_state() is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 946.3038444519043, - "thread": 140247577732928, + "relativeCreated": 947.9818344116211, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.0001468658447265625 + "time_consumption": 5.888938903808594e-05 } ], - "thread": 140247577732928, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.0012519359588623047, - "time_finished": "2020-06-16 22:45:43,088", - "time_start": "2020-06-16 22:45:43,087" + "time_consumption": 0.0005300045013427734, + "time_finished": "2020-12-21 01:53:49,627", + "time_start": "2020-12-21 01:53:49,626" }, "_1WGwEHcyEemrUqotql_Blw": { "args": null, - "asctime": "2020-06-16 22:45:43,083", - "created": 1592340343.083411, + "asctime": "2020-12-21 01:53:49,622", + "created": 1608512029.622806, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -924,18 +924,18 @@ "message": "_1WGwEHcyEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 83.41097831726074, + "msecs": 622.8060722351074, "msg": "_1WGwEHcyEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 940.8478736877441, + "relativeCreated": 943.4449672698975, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:43,084", - "created": 1592340343.084224, + "asctime": "2020-12-21 01:53:49,623", + "created": 1608512029.623696, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -953,25 +953,25 @@ "None", "'state_a'" ], - "asctime": "2020-06-16 22:45:43,083", - "created": 1592340343.083729, + "asctime": "2020-12-21 01:53:49,623", + "created": 1608512029.623159, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 83.72902870178223, + "msecs": 623.1589317321777, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 941.1659240722656, - "thread": 140247577732928, + "relativeCreated": 943.7978267669678, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -981,46 +981,46 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:43,084", - "created": 1592340343.084024, + "asctime": "2020-12-21 01:53:49,623", + "created": 1608512029.623487, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 84.02395248413086, + "msecs": 623.4869956970215, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 941.4608478546143, - "thread": 140247577732928, + "relativeCreated": 944.1258907318115, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 84.22398567199707, + "msecs": 623.6960887908936, "msg": "Running state machine test sequence.", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 941.6608810424805, - "thread": 140247577732928, + "relativeCreated": 944.3349838256836, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.00020003318786621094 + "time_consumption": 0.0002090930938720703 }, { "args": [ "'condition_a'", "" ], - "asctime": "2020-06-16 22:45:43,084", - "created": 1592340343.084822, + "asctime": "2020-12-21 01:53:49,624", + "created": 1608512029.624385, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1037,8 +1037,8 @@ "'condition_a'", "" ], - "asctime": "2020-06-16 22:45:43,084", - "created": 1592340343.084483, + "asctime": "2020-12-21 01:53:49,624", + "created": 1608512029.624015, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1048,14 +1048,14 @@ "lineno": 22, "message": "Result (Returnvalue of last_transition_condition()): 'condition_a' ()", "module": "test", - "msecs": 84.48290824890137, + "msecs": 624.0150928497314, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 941.9198036193848, - "thread": 140247577732928, + "relativeCreated": 944.6539878845215, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -1064,8 +1064,8 @@ "'condition_a'", "" ], - "asctime": "2020-06-16 22:45:43,084", - "created": 1592340343.084668, + "asctime": "2020-12-21 01:53:49,624", + "created": 1608512029.624206, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1075,39 +1075,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of last_transition_condition()): result = 'condition_a' ()", "module": "test", - "msecs": 84.66792106628418, + "msecs": 624.2060661315918, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 942.1048164367676, - "thread": 140247577732928, + "relativeCreated": 944.8449611663818, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 84.82193946838379, + "msecs": 624.3851184844971, "msg": "Returnvalue of last_transition_condition() is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 942.2588348388672, - "thread": 140247577732928, + "relativeCreated": 945.0240135192871, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.00015401840209960938 + "time_consumption": 0.00017905235290527344 } ], - "thread": 140247577732928, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.0014109611511230469, - "time_finished": "2020-06-16 22:45:43,084", - "time_start": "2020-06-16 22:45:43,083" + "time_consumption": 0.0015790462493896484, + "time_finished": "2020-12-21 01:53:49,624", + "time_start": "2020-12-21 01:53:49,622" }, "_7Mq60HcyEemrUqotql_Blw": { "args": null, - "asctime": "2020-06-16 22:45:43,085", - "created": 1592340343.085236, + "asctime": "2020-12-21 01:53:49,624", + "created": 1608512029.624823, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1118,18 +1118,18 @@ "message": "_7Mq60HcyEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 85.2360725402832, + "msecs": 624.8230934143066, "msg": "_7Mq60HcyEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 942.6729679107666, + "relativeCreated": 945.4619884490967, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:43,085", - "created": 1592340343.085938, + "asctime": "2020-12-21 01:53:49,625", + "created": 1608512029.625597, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -1147,25 +1147,25 @@ "None", "'state_a'" ], - "asctime": "2020-06-16 22:45:43,085", - "created": 1592340343.085501, + "asctime": "2020-12-21 01:53:49,625", + "created": 1608512029.625142, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 85.50095558166504, + "msecs": 625.1420974731445, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 942.9378509521484, - "thread": 140247577732928, + "relativeCreated": 945.7809925079346, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -1175,46 +1175,46 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:43,085", - "created": 1592340343.085756, + "asctime": "2020-12-21 01:53:49,625", + "created": 1608512029.625423, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 85.75606346130371, + "msecs": 625.4229545593262, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 943.1929588317871, - "thread": 140247577732928, + "relativeCreated": 946.0618495941162, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 85.9379768371582, + "msecs": 625.5970001220703, "msg": "Running state machine test sequence.", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 943.3748722076416, - "thread": 140247577732928, + "relativeCreated": 946.2358951568604, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.0001819133758544922 + "time_consumption": 0.00017404556274414062 }, { "args": [ "True", "" ], - "asctime": "2020-06-16 22:45:43,086", - "created": 1592340343.086656, + "asctime": "2020-12-21 01:53:49,626", + "created": 1608512029.626078, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1231,8 +1231,8 @@ "True", "" ], - "asctime": "2020-06-16 22:45:43,086", - "created": 1592340343.086315, + "asctime": "2020-12-21 01:53:49,625", + "created": 1608512029.625848, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1242,14 +1242,14 @@ "lineno": 22, "message": "Result (Returnvalue of last_transition_condition(condition_a)): True ()", "module": "test", - "msecs": 86.31491661071777, + "msecs": 625.8480548858643, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 943.7518119812012, - "thread": 140247577732928, + "relativeCreated": 946.4869499206543, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -1258,8 +1258,8 @@ "True", "" ], - "asctime": "2020-06-16 22:45:43,086", - "created": 1592340343.086484, + "asctime": "2020-12-21 01:53:49,625", + "created": 1608512029.625982, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1269,35 +1269,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of last_transition_condition(condition_a)): result = True ()", "module": "test", - "msecs": 86.48395538330078, + "msecs": 625.9820461273193, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 943.9208507537842, - "thread": 140247577732928, + "relativeCreated": 946.6209411621094, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 86.65609359741211, + "msecs": 626.0778903961182, "msg": "Returnvalue of last_transition_condition(condition_a) is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 944.0929889678955, - "thread": 140247577732928, + "relativeCreated": 946.7167854309082, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.00017213821411132812 + "time_consumption": 9.584426879882812e-05 }, { "args": [ "False", "" ], - "asctime": "2020-06-16 22:45:43,087", - "created": 1592340343.087199, + "asctime": "2020-12-21 01:53:49,626", + "created": 1608512029.626354, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1314,8 +1314,8 @@ "False", "" ], - "asctime": "2020-06-16 22:45:43,086", - "created": 1592340343.086909, + "asctime": "2020-12-21 01:53:49,626", + "created": 1608512029.626234, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1325,14 +1325,14 @@ "lineno": 22, "message": "Result (Returnvalue of last_transition_condition(condition_c)): False ()", "module": "test", - "msecs": 86.90905570983887, + "msecs": 626.2340545654297, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 944.3459510803223, - "thread": 140247577732928, + "relativeCreated": 946.8729496002197, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -1341,8 +1341,8 @@ "False", "" ], - "asctime": "2020-06-16 22:45:43,087", - "created": 1592340343.087054, + "asctime": "2020-12-21 01:53:49,626", + "created": 1608512029.626298, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1352,39 +1352,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of last_transition_condition(condition_c)): result = False ()", "module": "test", - "msecs": 87.05401420593262, + "msecs": 626.2979507446289, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 944.490909576416, - "thread": 140247577732928, + "relativeCreated": 946.936845779419, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 87.19897270202637, + "msecs": 626.3539791107178, "msg": "Returnvalue of last_transition_condition(condition_c) is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 944.6358680725098, - "thread": 140247577732928, + "relativeCreated": 946.9928741455078, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.00014495849609375 + "time_consumption": 5.602836608886719e-05 } ], - "thread": 140247577732928, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.001962900161743164, - "time_finished": "2020-06-16 22:45:43,087", - "time_start": "2020-06-16 22:45:43,085" + "time_consumption": 0.0015308856964111328, + "time_finished": "2020-12-21 01:53:49,626", + "time_start": "2020-12-21 01:53:49,624" }, "_AcYg8HczEemrUqotql_Blw": { "args": null, - "asctime": "2020-06-16 22:45:43,089", - "created": 1592340343.089272, + "asctime": "2020-12-21 01:53:49,627", + "created": 1608512029.6275, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1395,18 +1395,18 @@ "message": "_AcYg8HczEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 89.27202224731445, + "msecs": 627.500057220459, "msg": "_AcYg8HczEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 946.7089176177979, + "relativeCreated": 948.138952255249, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:43,089", - "created": 1592340343.089945, + "asctime": "2020-12-21 01:53:49,627", + "created": 1608512029.627746, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -1424,25 +1424,25 @@ "None", "'state_a'" ], - "asctime": "2020-06-16 22:45:43,089", - "created": 1592340343.089533, + "asctime": "2020-12-21 01:53:49,627", + "created": 1608512029.627593, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 89.53309059143066, + "msecs": 627.5930404663086, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 946.9699859619141, - "thread": 140247577732928, + "relativeCreated": 948.2319355010986, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -1452,46 +1452,46 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:43,089", - "created": 1592340343.089776, + "asctime": "2020-12-21 01:53:49,627", + "created": 1608512029.627685, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 89.77603912353516, + "msecs": 627.6850700378418, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 947.2129344940186, - "thread": 140247577732928, + "relativeCreated": 948.3239650726318, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 89.94507789611816, + "msecs": 627.7461051940918, "msg": "Running state machine test sequence.", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 947.3819732666016, - "thread": 140247577732928, + "relativeCreated": 948.3850002288818, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.0001690387725830078 + "time_consumption": 6.103515625e-05 }, { "args": [ "True", "" ], - "asctime": "2020-06-16 22:45:43,090", - "created": 1592340343.090476, + "asctime": "2020-12-21 01:53:49,627", + "created": 1608512029.627928, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1508,8 +1508,8 @@ "True", "" ], - "asctime": "2020-06-16 22:45:43,090", - "created": 1592340343.090186, + "asctime": "2020-12-21 01:53:49,627", + "created": 1608512029.62784, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1519,14 +1519,14 @@ "lineno": 22, "message": "Result (Returnvalue of previous_state_was(state_a)): True ()", "module": "test", - "msecs": 90.18611907958984, + "msecs": 627.8400421142578, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 947.6230144500732, - "thread": 140247577732928, + "relativeCreated": 948.4789371490479, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -1535,8 +1535,8 @@ "True", "" ], - "asctime": "2020-06-16 22:45:43,090", - "created": 1592340343.090331, + "asctime": "2020-12-21 01:53:49,627", + "created": 1608512029.627882, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1546,35 +1546,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of previous_state_was(state_a)): result = True ()", "module": "test", - "msecs": 90.3310775756836, + "msecs": 627.8820037841797, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 947.767972946167, - "thread": 140247577732928, + "relativeCreated": 948.5208988189697, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 90.47603607177734, + "msecs": 627.9280185699463, "msg": "Returnvalue of previous_state_was(state_a) is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 947.9129314422607, - "thread": 140247577732928, + "relativeCreated": 948.5669136047363, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.00014495849609375 + "time_consumption": 4.601478576660156e-05 }, { "args": [ "False", "" ], - "asctime": "2020-06-16 22:45:43,090", - "created": 1592340343.090989, + "asctime": "2020-12-21 01:53:49,628", + "created": 1608512029.628075, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1591,8 +1591,8 @@ "False", "" ], - "asctime": "2020-06-16 22:45:43,090", - "created": 1592340343.090708, + "asctime": "2020-12-21 01:53:49,627", + "created": 1608512029.627996, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1602,14 +1602,14 @@ "lineno": 22, "message": "Result (Returnvalue of previous_state_was(state_b)): False ()", "module": "test", - "msecs": 90.70801734924316, + "msecs": 627.9959678649902, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 948.1449127197266, - "thread": 140247577732928, + "relativeCreated": 948.6348628997803, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -1618,8 +1618,8 @@ "False", "" ], - "asctime": "2020-06-16 22:45:43,090", - "created": 1592340343.090849, + "asctime": "2020-12-21 01:53:49,628", + "created": 1608512029.628035, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1629,39 +1629,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of previous_state_was(state_b)): result = False ()", "module": "test", - "msecs": 90.84892272949219, + "msecs": 628.0350685119629, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 948.2858180999756, - "thread": 140247577732928, + "relativeCreated": 948.6739635467529, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 90.9891128540039, + "msecs": 628.0748844146729, "msg": "Returnvalue of previous_state_was(state_b) is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 948.4260082244873, - "thread": 140247577732928, + "relativeCreated": 948.7137794494629, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.00014019012451171875 + "time_consumption": 3.981590270996094e-05 } ], - "thread": 140247577732928, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.0017170906066894531, - "time_finished": "2020-06-16 22:45:43,090", - "time_start": "2020-06-16 22:45:43,089" + "time_consumption": 0.0005748271942138672, + "time_finished": "2020-12-21 01:53:49,628", + "time_start": "2020-12-21 01:53:49,627" }, "_C0Vi0HgPEemBsuKWG645TA": { "args": null, - "asctime": "2020-06-16 22:45:42,582", - "created": 1592340342.582646, + "asctime": "2020-12-21 01:53:49,119", + "created": 1608512029.119409, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1672,21 +1672,21 @@ "message": "_C0Vi0HgPEemBsuKWG645TA", "module": "__init__", "moduleLogger": [], - "msecs": 582.6458930969238, + "msecs": 119.40908432006836, "msg": "_C0Vi0HgPEemBsuKWG645TA", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 440.0827884674072, + "relativeCreated": 440.0479793548584, "testcaseLogger": [ { "args": [ 0.151, 0.15 ], - "asctime": "2020-06-16 22:45:42,583", - "created": 1592340342.583168, + "asctime": "2020-12-21 01:53:49,119", + "created": 1608512029.119891, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -1704,46 +1704,46 @@ "None", "'state_a'" ], - "asctime": "2020-06-16 22:45:42,582", - "created": 1592340342.582977, + "asctime": "2020-12-21 01:53:49,119", + "created": 1608512029.119751, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 582.9770565032959, + "msecs": 119.7509765625, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 440.4139518737793, - "thread": 140247577732928, + "relativeCreated": 440.38987159729004, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 583.1680297851562, + "msecs": 119.89092826843262, "msg": "Initialising state machine with state_a, a transition to state_b after %.03fs and a transition to state_c after %.03fs", "name": "__tLogger__", "pathname": "src/tests/test_transitions.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 440.60492515563965, - "thread": 140247577732928, + "relativeCreated": 440.52982330322266, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.00019097328186035156 + "time_consumption": 0.0001399517059326172 }, { "args": [ "'state_a'", "" ], - "asctime": "2020-06-16 22:45:42,583", - "created": 1592340342.583696, + "asctime": "2020-12-21 01:53:49,120", + "created": 1608512029.12028, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1760,8 +1760,8 @@ "'state_a'", "" ], - "asctime": "2020-06-16 22:45:42,583", - "created": 1592340342.5834, + "asctime": "2020-12-21 01:53:49,120", + "created": 1608512029.120069, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1771,14 +1771,14 @@ "lineno": 22, "message": "Result (Initial state after Initialisation): 'state_a' ()", "module": "test", - "msecs": 583.4000110626221, + "msecs": 120.06902694702148, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 440.83690643310547, - "thread": 140247577732928, + "relativeCreated": 440.7079219818115, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -1787,8 +1787,8 @@ "'state_a'", "" ], - "asctime": "2020-06-16 22:45:42,583", - "created": 1592340342.583547, + "asctime": "2020-12-21 01:53:49,120", + "created": 1608512029.120173, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1798,34 +1798,34 @@ "lineno": 26, "message": "Expectation (Initial state after Initialisation): result = 'state_a' ()", "module": "test", - "msecs": 583.5471153259277, + "msecs": 120.17297744750977, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 440.98401069641113, - "thread": 140247577732928, + "relativeCreated": 440.8118724822998, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 583.6958885192871, + "msecs": 120.28002738952637, "msg": "Initial state after Initialisation is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 441.1327838897705, - "thread": 140247577732928, + "relativeCreated": 440.9189224243164, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.000148773193359375 + "time_consumption": 0.00010704994201660156 }, { "args": [ 0.3 ], - "asctime": "2020-06-16 22:45:42,825", - "created": 1592340342.82593, + "asctime": "2020-12-21 01:53:49,363", + "created": 1608512029.363043, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -1838,10 +1838,10 @@ "moduleLogger": [ { "args": [ - 9.059906005859375e-06 + 7.152557373046875e-06 ], - "asctime": "2020-06-16 22:45:42,583", - "created": 1592340342.583897, + "asctime": "2020-12-21 01:53:49,120", + "created": 1608512029.120451, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -1851,22 +1851,22 @@ "lineno": 141, "message": "Executing method work after 0.000s", "module": "test_transitions", - "msecs": 583.8971138000488, + "msecs": 120.45097351074219, "msg": "Executing method work after %.03fs", "name": "__unittest__", "pathname": "src/tests/test_transitions.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 441.3340091705322, - "thread": 140247577732928, + "relativeCreated": 441.0898685455322, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ - 0.060357093811035156 + 0.060398101806640625 ], - "asctime": "2020-06-16 22:45:42,644", - "created": 1592340342.644271, + "asctime": "2020-12-21 01:53:49,180", + "created": 1608512029.180937, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -1876,22 +1876,22 @@ "lineno": 141, "message": "Executing method work after 0.060s", "module": "test_transitions", - "msecs": 644.2708969116211, + "msecs": 180.9370517730713, "msg": "Executing method work after %.03fs", "name": "__unittest__", "pathname": "src/tests/test_transitions.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 501.7077922821045, - "thread": 140247577732928, + "relativeCreated": 501.5759468078613, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ - 0.12084197998046875 + 0.12138819694519043 ], - "asctime": "2020-06-16 22:45:42,704", - "created": 1592340342.704753, + "asctime": "2020-12-21 01:53:49,241", + "created": 1608512029.241861, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -1901,22 +1901,22 @@ "lineno": 141, "message": "Executing method work after 0.121s", "module": "test_transitions", - "msecs": 704.7529220581055, + "msecs": 241.86110496520996, "msg": "Executing method work after %.03fs", "name": "__unittest__", "pathname": "src/tests/test_transitions.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 562.1898174285889, - "thread": 140247577732928, + "relativeCreated": 562.5, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ - 0.18130898475646973 + 0.18183112144470215 ], - "asctime": "2020-06-16 22:45:42,765", - "created": 1592340342.765219, + "asctime": "2020-12-21 01:53:49,302", + "created": 1608512029.302295, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -1924,16 +1924,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 141, - "message": "Executing method work after 0.181s", + "message": "Executing method work after 0.182s", "module": "test_transitions", - "msecs": 765.21897315979, + "msecs": 302.2949695587158, "msg": "Executing method work after %.03fs", "name": "__unittest__", "pathname": "src/tests/test_transitions.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 622.6558685302734, - "thread": 140247577732928, + "relativeCreated": 622.9338645935059, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -1943,46 +1943,46 @@ "'state_a'", "'state_c'" ], - "asctime": "2020-06-16 22:45:42,765", - "created": 1592340342.765535, + "asctime": "2020-12-21 01:53:49,302", + "created": 1608512029.302526, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_true'): 'state_a' -> 'state_c'", "module": "__init__", - "msecs": 765.5351161956787, + "msecs": 302.52599716186523, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 622.9720115661621, - "thread": 140247577732928, + "relativeCreated": 623.1648921966553, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 825.930118560791, + "msecs": 363.04306983947754, "msg": "Waiting for %.3fs or state change", "name": "__tLogger__", "pathname": "src/tests/test_transitions.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 683.3670139312744, - "thread": 140247577732928, + "relativeCreated": 683.6819648742676, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.060395002365112305 + "time_consumption": 0.060517072677612305 }, { "args": [ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:42,826", - "created": 1592340342.826704, + "asctime": "2020-12-21 01:53:49,365", + "created": 1608512029.365056, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1999,8 +1999,8 @@ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:42,826", - "created": 1592340342.826327, + "asctime": "2020-12-21 01:53:49,364", + "created": 1608512029.364504, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2010,14 +2010,14 @@ "lineno": 22, "message": "Result (State after 1st cycle): 'state_c' ()", "module": "test", - "msecs": 826.3270854949951, + "msecs": 364.5040988922119, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 683.7639808654785, - "thread": 140247577732928, + "relativeCreated": 685.142993927002, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -2026,8 +2026,8 @@ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:42,826", - "created": 1592340342.826512, + "asctime": "2020-12-21 01:53:49,364", + "created": 1608512029.364918, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2037,39 +2037,39 @@ "lineno": 26, "message": "Expectation (State after 1st cycle): result = 'state_c' ()", "module": "test", - "msecs": 826.5120983123779, + "msecs": 364.9179935455322, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 683.9489936828613, - "thread": 140247577732928, + "relativeCreated": 685.5568885803223, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 826.7040252685547, + "msecs": 365.05603790283203, "msg": "State after 1st cycle is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 684.1409206390381, - "thread": 140247577732928, + "relativeCreated": 685.6949329376221, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.0001919269561767578 + "time_consumption": 0.0001380443572998047 } ], - "thread": 140247577732928, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.24405813217163086, - "time_finished": "2020-06-16 22:45:42,826", - "time_start": "2020-06-16 22:45:42,582" + "time_consumption": 0.24564695358276367, + "time_finished": "2020-12-21 01:53:49,365", + "time_start": "2020-12-21 01:53:49,119" }, "_GeMSYHczEemrUqotql_Blw": { "args": null, - "asctime": "2020-06-16 22:45:43,091", - "created": 1592340343.091413, + "asctime": "2020-12-21 01:53:49,628", + "created": 1608512029.628201, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2080,18 +2080,18 @@ "message": "_GeMSYHczEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 91.41302108764648, + "msecs": 628.2010078430176, "msg": "_GeMSYHczEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 948.8499164581299, + "relativeCreated": 948.8399028778076, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:43,843", - "created": 1592340343.843324, + "asctime": "2020-12-21 01:53:50,380", + "created": 1608512030.380042, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -2109,25 +2109,25 @@ "None", "'state_a'" ], - "asctime": "2020-06-16 22:45:43,091", - "created": 1592340343.091665, + "asctime": "2020-12-21 01:53:49,628", + "created": 1608512029.628283, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 91.66502952575684, + "msecs": 628.2830238342285, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 949.1019248962402, - "thread": 140247577732928, + "relativeCreated": 948.9219188690186, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -2137,33 +2137,33 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:43,091", - "created": 1592340343.091905, + "asctime": "2020-12-21 01:53:49,628", + "created": 1608512029.628359, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 91.90511703491211, + "msecs": 628.3590793609619, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 949.3420124053955, - "thread": 140247577732928, + "relativeCreated": 948.997974395752, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 0.75 ], - "asctime": "2020-06-16 22:45:43,092", - "created": 1592340343.092088, + "asctime": "2020-12-21 01:53:49,628", + "created": 1608512029.628414, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -2173,14 +2173,14 @@ "lineno": 73, "message": "Waiting for 0.75s", "module": "test_interface", - "msecs": 92.08798408508301, + "msecs": 628.4139156341553, "msg": "Waiting for %.2fs", "name": "__unittest__", "pathname": "src/tests/test_interface.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 949.5248794555664, - "thread": 140247577732928, + "relativeCreated": 949.0528106689453, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -2190,48 +2190,48 @@ "'state_b'", "'state_a'" ], - "asctime": "2020-06-16 22:45:43,843", - "created": 1592340343.843127, + "asctime": "2020-12-21 01:53:50,379", + "created": 1608512030.379454, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_b' -> 'state_a'", "module": "__init__", - "msecs": 843.1270122528076, + "msecs": 379.4538974761963, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1700.563907623291, - "thread": 140247577732928, + "relativeCreated": 1700.0927925109863, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 843.3239459991455, + "msecs": 380.04207611083984, "msg": "Running state machine test sequence.", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1700.760841369629, - "thread": 140247577732928, + "relativeCreated": 1700.6809711456299, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.00019693374633789062 + "time_consumption": 0.0005881786346435547 }, { "args": [ - "0.7512421607971191", + "0.7515342235565186", "0.7", "0.8", "" ], - "asctime": "2020-06-16 22:45:43,843", - "created": 1592340343.843732, + "asctime": "2020-12-21 01:53:50,381", + "created": 1608512030.381271, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2239,17 +2239,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Return Value of previous_state_duration() is correct (Content 0.7512421607971191 in [0.7 ... 0.8] and Type is ).", + "message": "Return Value of previous_state_duration() is correct (Content 0.7515342235565186 in [0.7 ... 0.8] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Return Value of previous_state_duration()", - "0.7512421607971191", + "0.7515342235565186", "" ], - "asctime": "2020-06-16 22:45:43,843", - "created": 1592340343.843533, + "asctime": "2020-12-21 01:53:50,380", + "created": 1608512030.380711, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2257,16 +2257,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Return Value of previous_state_duration()): 0.7512421607971191 ()", + "message": "Result (Return Value of previous_state_duration()): 0.7515342235565186 ()", "module": "test", - "msecs": 843.5330390930176, + "msecs": 380.7110786437988, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1700.969934463501, - "thread": 140247577732928, + "relativeCreated": 1701.3499736785889, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -2275,8 +2275,8 @@ "0.7", "0.8" ], - "asctime": "2020-06-16 22:45:43,843", - "created": 1592340343.843638, + "asctime": "2020-12-21 01:53:50,381", + "created": 1608512030.381021, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2286,39 +2286,39 @@ "lineno": 30, "message": "Expectation (Return Value of previous_state_duration()): 0.7 <= result <= 0.8", "module": "test", - "msecs": 843.6379432678223, + "msecs": 381.02102279663086, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1701.0748386383057, - "thread": 140247577732928, + "relativeCreated": 1701.659917831421, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 843.7321186065674, + "msecs": 381.2708854675293, "msg": "Return Value of previous_state_duration() is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1701.1690139770508, - "thread": 140247577732928, + "relativeCreated": 1701.9097805023193, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 9.417533874511719e-05 + "time_consumption": 0.0002498626708984375 } ], - "thread": 140247577732928, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.7523190975189209, - "time_finished": "2020-06-16 22:45:43,843", - "time_start": "2020-06-16 22:45:43,091" + "time_consumption": 0.7530698776245117, + "time_finished": "2020-12-21 01:53:50,381", + "time_start": "2020-12-21 01:53:49,628" }, "_P7R34HczEemrUqotql_Blw": { "args": null, - "asctime": "2020-06-16 22:45:42,193", - "created": 1592340342.193883, + "asctime": "2020-12-21 01:53:48,739", + "created": 1608512028.739335, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2329,18 +2329,18 @@ "message": "_P7R34HczEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 193.88294219970703, + "msecs": 739.3350601196289, "msg": "_P7R34HczEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 51.31983757019043, + "relativeCreated": 59.973955154418945, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:42,195", - "created": 1592340342.195339, + "asctime": "2020-12-21 01:53:48,739", + "created": 1608512028.739492, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -2358,46 +2358,46 @@ "None", "'state_a'" ], - "asctime": "2020-06-16 22:45:42,194", - "created": 1592340342.194696, + "asctime": "2020-12-21 01:53:48,739", + "created": 1608512028.739438, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 194.69594955444336, + "msecs": 739.4380569458008, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 52.13284492492676, - "thread": 140247577732928, + "relativeCreated": 60.07695198059082, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 195.33896446228027, + "msecs": 739.4919395446777, "msg": "Initialising state machine with state_a", "name": "__tLogger__", "pathname": "src/tests/test_transitions.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 52.77585983276367, - "thread": 140247577732928, + "relativeCreated": 60.13083457946777, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.0006430149078369141 + "time_consumption": 5.3882598876953125e-05 }, { "args": [ "'state_a'", "" ], - "asctime": "2020-06-16 22:45:42,196", - "created": 1592340342.196377, + "asctime": "2020-12-21 01:53:48,739", + "created": 1608512028.739641, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2414,8 +2414,8 @@ "'state_a'", "" ], - "asctime": "2020-06-16 22:45:42,195", - "created": 1592340342.195854, + "asctime": "2020-12-21 01:53:48,739", + "created": 1608512028.739559, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2425,14 +2425,14 @@ "lineno": 22, "message": "Result (Initial state after Initialisation): 'state_a' ()", "module": "test", - "msecs": 195.85394859313965, + "msecs": 739.5589351654053, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 53.29084396362305, - "thread": 140247577732928, + "relativeCreated": 60.19783020019531, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -2441,8 +2441,8 @@ "'state_a'", "" ], - "asctime": "2020-06-16 22:45:42,196", - "created": 1592340342.196089, + "asctime": "2020-12-21 01:53:48,739", + "created": 1608512028.739601, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2452,32 +2452,32 @@ "lineno": 26, "message": "Expectation (Initial state after Initialisation): result = 'state_a' ()", "module": "test", - "msecs": 196.0890293121338, + "msecs": 739.6008968353271, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 53.52592468261719, - "thread": 140247577732928, + "relativeCreated": 60.23979187011719, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 196.37703895568848, + "msecs": 739.6409511566162, "msg": "Initial state after Initialisation is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 53.813934326171875, - "thread": 140247577732928, + "relativeCreated": 60.27984619140625, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.0002880096435546875 + "time_consumption": 4.00543212890625e-05 }, { "args": [], - "asctime": "2020-06-16 22:45:42,197", - "created": 1592340342.197427, + "asctime": "2020-12-21 01:53:48,739", + "created": 1608512028.739775, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -2495,46 +2495,46 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:42,197", - "created": 1592340342.197071, + "asctime": "2020-12-21 01:53:48,739", + "created": 1608512028.73972, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_true'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 197.07107543945312, + "msecs": 739.7201061248779, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 54.50797080993652, - "thread": 140247577732928, + "relativeCreated": 60.35900115966797, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 197.42703437805176, + "msecs": 739.7749423980713, "msg": "Work routine executed the 1st time to do the state change. Defined Transitions are: True->state_b (0.0s); False->state_c (0.0s)", "name": "__tLogger__", "pathname": "src/tests/test_transitions.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 54.863929748535156, - "thread": 140247577732928, + "relativeCreated": 60.41383743286133, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.0003559589385986328 + "time_consumption": 5.4836273193359375e-05 }, { "args": [ "'state_b'", "" ], - "asctime": "2020-06-16 22:45:42,198", - "created": 1592340342.198318, + "asctime": "2020-12-21 01:53:48,739", + "created": 1608512028.739933, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2551,8 +2551,8 @@ "'state_b'", "" ], - "asctime": "2020-06-16 22:45:42,197", - "created": 1592340342.197787, + "asctime": "2020-12-21 01:53:48,739", + "created": 1608512028.73985, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2562,14 +2562,14 @@ "lineno": 22, "message": "Result (State after 1st execution of work method): 'state_b' ()", "module": "test", - "msecs": 197.78704643249512, + "msecs": 739.8500442504883, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 55.223941802978516, - "thread": 140247577732928, + "relativeCreated": 60.48893928527832, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -2578,8 +2578,8 @@ "'state_b'", "" ], - "asctime": "2020-06-16 22:45:42,198", - "created": 1592340342.198011, + "asctime": "2020-12-21 01:53:48,739", + "created": 1608512028.739893, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2589,32 +2589,32 @@ "lineno": 26, "message": "Expectation (State after 1st execution of work method): result = 'state_b' ()", "module": "test", - "msecs": 198.01092147827148, + "msecs": 739.8929595947266, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 55.44781684875488, - "thread": 140247577732928, + "relativeCreated": 60.5318546295166, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 198.3180046081543, + "msecs": 739.9330139160156, "msg": "State after 1st execution of work method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 55.754899978637695, - "thread": 140247577732928, + "relativeCreated": 60.571908950805664, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.0003070831298828125 + "time_consumption": 4.00543212890625e-05 }, { "args": [], - "asctime": "2020-06-16 22:45:42,198", - "created": 1592340342.198983, + "asctime": "2020-12-21 01:53:48,740", + "created": 1608512028.740055, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -2632,46 +2632,46 @@ "'state_b'", "'state_c'" ], - "asctime": "2020-06-16 22:45:42,198", - "created": 1592340342.198843, + "asctime": "2020-12-21 01:53:48,740", + "created": 1608512028.740008, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_true'): 'state_b' -> 'state_c'", "module": "__init__", - "msecs": 198.84300231933594, + "msecs": 740.0081157684326, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 56.279897689819336, - "thread": 140247577732928, + "relativeCreated": 60.647010803222656, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 198.98295402526855, + "msecs": 740.0550842285156, "msg": "Work routine executed the 2nd time to do the state change. Defined Transitions are: False->state_a (0.0s); True->state_c (0.0s)", "name": "__tLogger__", "pathname": "src/tests/test_transitions.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 56.41984939575195, - "thread": 140247577732928, + "relativeCreated": 60.693979263305664, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.0001399517059326172 + "time_consumption": 4.696846008300781e-05 }, { "args": [ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:42,199", - "created": 1592340342.199433, + "asctime": "2020-12-21 01:53:48,740", + "created": 1608512028.740202, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2688,8 +2688,8 @@ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:42,199", - "created": 1592340342.199162, + "asctime": "2020-12-21 01:53:48,740", + "created": 1608512028.740119, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2699,14 +2699,14 @@ "lineno": 22, "message": "Result (State after 2nd execution of work method): 'state_c' ()", "module": "test", - "msecs": 199.16200637817383, + "msecs": 740.1189804077148, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 56.59890174865723, - "thread": 140247577732928, + "relativeCreated": 60.75787544250488, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -2715,8 +2715,8 @@ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:42,199", - "created": 1592340342.199318, + "asctime": "2020-12-21 01:53:48,740", + "created": 1608512028.740158, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2726,32 +2726,32 @@ "lineno": 26, "message": "Expectation (State after 2nd execution of work method): result = 'state_c' ()", "module": "test", - "msecs": 199.31793212890625, + "msecs": 740.1580810546875, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 56.75482749938965, - "thread": 140247577732928, + "relativeCreated": 60.79697608947754, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 199.4330883026123, + "msecs": 740.2019500732422, "msg": "State after 2nd execution of work method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 56.8699836730957, - "thread": 140247577732928, + "relativeCreated": 60.84084510803223, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.00011515617370605469 + "time_consumption": 4.38690185546875e-05 }, { "args": [], - "asctime": "2020-06-16 22:45:42,199", - "created": 1592340342.199577, + "asctime": "2020-12-21 01:53:48,740", + "created": 1608512028.740269, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -2762,14 +2762,14 @@ "message": "Work routine executed the 3rd time with no effect. No Transitions starting from state_c (dead end)", "module": "test_transitions", "moduleLogger": [], - "msecs": 199.57709312438965, + "msecs": 740.2689456939697, "msg": "Work routine executed the 3rd time with no effect. No Transitions starting from state_c (dead end)", "name": "__tLogger__", "pathname": "src/tests/test_transitions.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 57.01398849487305, - "thread": 140247577732928, + "relativeCreated": 60.907840728759766, + "thread": 139933697447744, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -2778,8 +2778,8 @@ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:42,199", - "created": 1592340342.199991, + "asctime": "2020-12-21 01:53:48,740", + "created": 1608512028.740415, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2796,8 +2796,8 @@ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:42,199", - "created": 1592340342.199718, + "asctime": "2020-12-21 01:53:48,740", + "created": 1608512028.740332, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2807,14 +2807,14 @@ "lineno": 22, "message": "Result (State after 3rd execution of work method): 'state_c' ()", "module": "test", - "msecs": 199.71799850463867, + "msecs": 740.3318881988525, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 57.15489387512207, - "thread": 140247577732928, + "relativeCreated": 60.97078323364258, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -2823,8 +2823,8 @@ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:42,199", - "created": 1592340342.199814, + "asctime": "2020-12-21 01:53:48,740", + "created": 1608512028.740372, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2834,39 +2834,39 @@ "lineno": 26, "message": "Expectation (State after 3rd execution of work method): result = 'state_c' ()", "module": "test", - "msecs": 199.8140811920166, + "msecs": 740.3719425201416, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 57.2509765625, - "thread": 140247577732928, + "relativeCreated": 61.01083755493164, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 199.99098777770996, + "msecs": 740.415096282959, "msg": "State after 3rd execution of work method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 57.42788314819336, - "thread": 140247577732928, + "relativeCreated": 61.05399131774902, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.00017690658569335938 + "time_consumption": 4.315376281738281e-05 } ], - "thread": 140247577732928, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.00610804557800293, - "time_finished": "2020-06-16 22:45:42,199", - "time_start": "2020-06-16 22:45:42,193" + "time_consumption": 0.0010800361633300781, + "time_finished": "2020-12-21 01:53:48,740", + "time_start": "2020-12-21 01:53:48,739" }, "_QofFgK-aEeqZm7ouFR1drQ": { "args": null, - "asctime": "2020-06-16 22:45:43,857", - "created": 1592340343.857717, + "asctime": "2020-12-21 01:53:50,395", + "created": 1608512030.395927, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2877,18 +2877,18 @@ "message": "_QofFgK-aEeqZm7ouFR1drQ", "module": "__init__", "moduleLogger": [], - "msecs": 857.7170372009277, + "msecs": 395.92695236206055, "msg": "_QofFgK-aEeqZm7ouFR1drQ", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1715.1539325714111, + "relativeCreated": 1716.5658473968506, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:43,859", - "created": 1592340343.85947, + "asctime": "2020-12-21 01:53:50,397", + "created": 1608512030.397347, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2906,25 +2906,25 @@ "None", "'state_a'" ], - "asctime": "2020-06-16 22:45:43,857", - "created": 1592340343.85785, + "asctime": "2020-12-21 01:53:50,396", + "created": 1608512030.396006, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 857.8500747680664, + "msecs": 396.00610733032227, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1715.2869701385498, - "thread": 140247577732928, + "relativeCreated": 1716.6450023651123, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -2934,25 +2934,25 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:43,857", - "created": 1592340343.857988, + "asctime": "2020-12-21 01:53:50,396", + "created": 1608512030.396085, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 857.9881191253662, + "msecs": 396.0850238800049, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1715.4250144958496, - "thread": 140247577732928, + "relativeCreated": 1716.723918914795, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -2961,25 +2961,25 @@ "unittest.test", "report_value" ], - "asctime": "2020-06-16 22:45:43,858", - "created": 1592340343.858078, + "asctime": "2020-12-21 01:53:50,396", + "created": 1608512030.396133, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 0 - unittest.test.report_value", "module": "__init__", - "msecs": 858.0780029296875, + "msecs": 396.1329460144043, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1715.514898300171, - "thread": 140247577732928, + "relativeCreated": 1716.7718410491943, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -2988,25 +2988,25 @@ "unittest.test", "report_value" ], - "asctime": "2020-06-16 22:45:43,858", - "created": 1592340343.858149, + "asctime": "2020-12-21 01:53:50,396", + "created": 1608512030.396174, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 2 - unittest.test.report_value", "module": "__init__", - "msecs": 858.1490516662598, + "msecs": 396.17395401000977, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1715.5859470367432, - "thread": 140247577732928, + "relativeCreated": 1716.8128490447998, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -3016,25 +3016,25 @@ "'state_b'", "'state_a'" ], - "asctime": "2020-06-16 22:45:43,858", - "created": 1592340343.85824, + "asctime": "2020-12-21 01:53:50,396", + "created": 1608512030.396234, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_b' -> 'state_a'", "module": "__init__", - "msecs": 858.2398891448975, + "msecs": 396.23403549194336, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1715.6767845153809, - "thread": 140247577732928, + "relativeCreated": 1716.8729305267334, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -3043,25 +3043,25 @@ "unittest.test", "report_value" ], - "asctime": "2020-06-16 22:45:43,858", - "created": 1592340343.858324, + "asctime": "2020-12-21 01:53:50,396", + "created": 1608512030.396278, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 1 - unittest.test.report_value", "module": "__init__", - "msecs": 858.3240509033203, + "msecs": 396.27790451049805, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1715.7609462738037, - "thread": 140247577732928, + "relativeCreated": 1716.916799545288, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -3070,25 +3070,25 @@ "unittest.test", "report_value" ], - "asctime": "2020-06-16 22:45:43,858", - "created": 1592340343.858397, + "asctime": "2020-12-21 01:53:50,396", + "created": 1608512030.396327, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 2 - unittest.test.report_value", "module": "__init__", - "msecs": 858.3970069885254, + "msecs": 396.32701873779297, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1715.8339023590088, - "thread": 140247577732928, + "relativeCreated": 1716.965913772583, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -3097,8 +3097,8 @@ "[ 'specific callback for reaching state_b', 'nonspecific callback', 'specific callback for reaching state_a', 'nonspecific callback' ]", "" ], - "asctime": "2020-06-16 22:45:43,858", - "created": 1592340343.858489, + "asctime": "2020-12-21 01:53:50,396", + "created": 1608512030.396376, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3108,14 +3108,14 @@ "lineno": 22, "message": "Result (Callback execution order): [ 'specific callback for reaching state_b', 'nonspecific callback', 'specific callback for reaching state_a', 'nonspecific callback' ] ()", "module": "test", - "msecs": 858.4890365600586, + "msecs": 396.3758945465088, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1715.925931930542, - "thread": 140247577732928, + "relativeCreated": 1717.0147895812988, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -3124,8 +3124,8 @@ "[ 'specific callback for reaching state_b', 'nonspecific callback', 'specific callback for reaching state_a', 'nonspecific callback' ]", "" ], - "asctime": "2020-06-16 22:45:43,858", - "created": 1592340343.858566, + "asctime": "2020-12-21 01:53:50,396", + "created": 1608512030.396485, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3135,14 +3135,14 @@ "lineno": 26, "message": "Expectation (Callback execution order): result = [ 'specific callback for reaching state_b', 'nonspecific callback', 'specific callback for reaching state_a', 'nonspecific callback' ] ()", "module": "test", - "msecs": 858.5660457611084, + "msecs": 396.4850902557373, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1716.0029411315918, - "thread": 140247577732928, + "relativeCreated": 1717.1239852905273, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -3151,8 +3151,8 @@ "'specific callback for reaching state_b'", "" ], - "asctime": "2020-06-16 22:45:43,858", - "created": 1592340343.858646, + "asctime": "2020-12-21 01:53:50,396", + "created": 1608512030.396536, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3162,14 +3162,14 @@ "lineno": 22, "message": "Result (Submitted value number 1): 'specific callback for reaching state_b' ()", "module": "test", - "msecs": 858.6459159851074, + "msecs": 396.53611183166504, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1716.0828113555908, - "thread": 140247577732928, + "relativeCreated": 1717.175006866455, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -3178,8 +3178,8 @@ "'specific callback for reaching state_b'", "" ], - "asctime": "2020-06-16 22:45:43,858", - "created": 1592340343.858718, + "asctime": "2020-12-21 01:53:50,396", + "created": 1608512030.39663, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3189,14 +3189,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 'specific callback for reaching state_b' ()", "module": "test", - "msecs": 858.7179183959961, + "msecs": 396.63004875183105, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1716.1548137664795, - "thread": 140247577732928, + "relativeCreated": 1717.268943786621, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -3204,8 +3204,8 @@ "'specific callback for reaching state_b'", "" ], - "asctime": "2020-06-16 22:45:43,858", - "created": 1592340343.858787, + "asctime": "2020-12-21 01:53:50,396", + "created": 1608512030.396699, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3215,14 +3215,14 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 'specific callback for reaching state_b' and Type is ).", "module": "test", - "msecs": 858.7870597839355, + "msecs": 396.6989517211914, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1716.223955154419, - "thread": 140247577732928, + "relativeCreated": 1717.3378467559814, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -3231,8 +3231,8 @@ "'nonspecific callback'", "" ], - "asctime": "2020-06-16 22:45:43,858", - "created": 1592340343.858858, + "asctime": "2020-12-21 01:53:50,396", + "created": 1608512030.396767, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3242,14 +3242,14 @@ "lineno": 22, "message": "Result (Submitted value number 2): 'nonspecific callback' ()", "module": "test", - "msecs": 858.8581085205078, + "msecs": 396.76690101623535, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1716.2950038909912, - "thread": 140247577732928, + "relativeCreated": 1717.4057960510254, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -3258,8 +3258,8 @@ "'nonspecific callback'", "" ], - "asctime": "2020-06-16 22:45:43,858", - "created": 1592340343.858923, + "asctime": "2020-12-21 01:53:50,396", + "created": 1608512030.396844, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3269,14 +3269,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 'nonspecific callback' ()", "module": "test", - "msecs": 858.9229583740234, + "msecs": 396.84391021728516, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1716.3598537445068, - "thread": 140247577732928, + "relativeCreated": 1717.4828052520752, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -3284,8 +3284,8 @@ "'nonspecific callback'", "" ], - "asctime": "2020-06-16 22:45:43,858", - "created": 1592340343.858991, + "asctime": "2020-12-21 01:53:50,396", + "created": 1608512030.396915, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3295,14 +3295,14 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 'nonspecific callback' and Type is ).", "module": "test", - "msecs": 858.9909076690674, + "msecs": 396.9149589538574, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1716.4278030395508, - "thread": 140247577732928, + "relativeCreated": 1717.5538539886475, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -3311,8 +3311,8 @@ "'specific callback for reaching state_a'", "" ], - "asctime": "2020-06-16 22:45:43,859", - "created": 1592340343.859061, + "asctime": "2020-12-21 01:53:50,396", + "created": 1608512030.396999, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3322,14 +3322,14 @@ "lineno": 22, "message": "Result (Submitted value number 3): 'specific callback for reaching state_a' ()", "module": "test", - "msecs": 859.0610027313232, + "msecs": 396.9988822937012, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1716.4978981018066, - "thread": 140247577732928, + "relativeCreated": 1717.6377773284912, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -3338,8 +3338,8 @@ "'specific callback for reaching state_a'", "" ], - "asctime": "2020-06-16 22:45:43,859", - "created": 1592340343.859131, + "asctime": "2020-12-21 01:53:50,397", + "created": 1608512030.397077, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3349,14 +3349,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 3): result = 'specific callback for reaching state_a' ()", "module": "test", - "msecs": 859.1310977935791, + "msecs": 397.0770835876465, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1716.5679931640625, - "thread": 140247577732928, + "relativeCreated": 1717.7159786224365, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -3364,8 +3364,8 @@ "'specific callback for reaching state_a'", "" ], - "asctime": "2020-06-16 22:45:43,859", - "created": 1592340343.859199, + "asctime": "2020-12-21 01:53:50,397", + "created": 1608512030.397153, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3375,14 +3375,14 @@ "lineno": 142, "message": "Submitted value number 3 is correct (Content 'specific callback for reaching state_a' and Type is ).", "module": "test", - "msecs": 859.199047088623, + "msecs": 397.1529006958008, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1716.6359424591064, - "thread": 140247577732928, + "relativeCreated": 1717.7917957305908, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -3391,8 +3391,8 @@ "'nonspecific callback'", "" ], - "asctime": "2020-06-16 22:45:43,859", - "created": 1592340343.859268, + "asctime": "2020-12-21 01:53:50,397", + "created": 1608512030.397218, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3402,14 +3402,14 @@ "lineno": 22, "message": "Result (Submitted value number 4): 'nonspecific callback' ()", "module": "test", - "msecs": 859.2679500579834, + "msecs": 397.2179889678955, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1716.7048454284668, - "thread": 140247577732928, + "relativeCreated": 1717.8568840026855, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -3418,8 +3418,8 @@ "'nonspecific callback'", "" ], - "asctime": "2020-06-16 22:45:43,859", - "created": 1592340343.859333, + "asctime": "2020-12-21 01:53:50,397", + "created": 1608512030.397259, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3429,14 +3429,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 4): result = 'nonspecific callback' ()", "module": "test", - "msecs": 859.3330383300781, + "msecs": 397.258996963501, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1716.7699337005615, - "thread": 140247577732928, + "relativeCreated": 1717.897891998291, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -3444,8 +3444,8 @@ "'nonspecific callback'", "" ], - "asctime": "2020-06-16 22:45:43,859", - "created": 1592340343.859405, + "asctime": "2020-12-21 01:53:50,397", + "created": 1608512030.397304, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3455,39 +3455,39 @@ "lineno": 142, "message": "Submitted value number 4 is correct (Content 'nonspecific callback' and Type is ).", "module": "test", - "msecs": 859.4050407409668, + "msecs": 397.3040580749512, "msg": "Submitted value number 4 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1716.8419361114502, - "thread": 140247577732928, + "relativeCreated": 1717.9429531097412, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 859.4698905944824, + "msecs": 397.34697341918945, "msg": "Callback execution order: Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1716.9067859649658, - "thread": 140247577732928, + "relativeCreated": 1717.9858684539795, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 6.4849853515625e-05 + "time_consumption": 4.291534423828125e-05 } ], - "thread": 140247577732928, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.0017528533935546875, - "time_finished": "2020-06-16 22:45:43,859", - "time_start": "2020-06-16 22:45:43,857" + "time_consumption": 0.0014200210571289062, + "time_finished": "2020-12-21 01:53:50,397", + "time_start": "2020-12-21 01:53:50,395" }, "_XzMFcHYZEem_kd-7nxt1sg": { "args": null, - "asctime": "2020-06-16 22:45:43,843", - "created": 1592340343.843982, + "asctime": "2020-12-21 01:53:50,382", + "created": 1608512030.38267, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3498,18 +3498,18 @@ "message": "_XzMFcHYZEem_kd-7nxt1sg", "module": "__init__", "moduleLogger": [], - "msecs": 843.9819812774658, + "msecs": 382.66992568969727, "msg": "_XzMFcHYZEem_kd-7nxt1sg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1701.4188766479492, + "relativeCreated": 1703.3088207244873, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:43,845", - "created": 1592340343.845469, + "asctime": "2020-12-21 01:53:50,386", + "created": 1608512030.386444, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -3527,33 +3527,33 @@ "None", "'state_a'" ], - "asctime": "2020-06-16 22:45:43,844", - "created": 1592340343.84413, + "asctime": "2020-12-21 01:53:50,383", + "created": 1608512030.383642, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 844.1300392150879, + "msecs": 383.64195823669434, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1701.5669345855713, - "thread": 140247577732928, + "relativeCreated": 1704.2808532714844, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 1 ], - "asctime": "2020-06-16 22:45:43,844", - "created": 1592340343.844263, + "asctime": "2020-12-21 01:53:50,384", + "created": 1608512030.384215, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -3563,14 +3563,14 @@ "lineno": 55, "message": "Increasing sequence number to 1 caused by sequence progress", "module": "test_callbacks", - "msecs": 844.2630767822266, + "msecs": 384.2151165008545, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1701.69997215271, - "thread": 140247577732928, + "relativeCreated": 1704.8540115356445, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -3580,25 +3580,25 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:43,844", - "created": 1592340343.844489, + "asctime": "2020-12-21 01:53:50,384", + "created": 1608512030.384867, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 844.4890975952148, + "msecs": 384.86695289611816, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1701.9259929656982, - "thread": 140247577732928, + "relativeCreated": 1705.5058479309082, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -3607,33 +3607,33 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:43,844", - "created": 1592340343.844604, + "asctime": "2020-12-21 01:53:50,385", + "created": 1608512030.38512, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 844.6040153503418, + "msecs": 385.1199150085449, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1702.0409107208252, - "thread": 140247577732928, + "relativeCreated": 1705.758810043335, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 2 ], - "asctime": "2020-06-16 22:45:43,844", - "created": 1592340343.844685, + "asctime": "2020-12-21 01:53:50,385", + "created": 1608512030.385264, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -3643,14 +3643,14 @@ "lineno": 24, "message": "Increasing sequence number to 2 caused by callback_execution", "module": "test_callbacks", - "msecs": 844.6850776672363, + "msecs": 385.26391983032227, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1702.1219730377197, - "thread": 140247577732928, + "relativeCreated": 1705.9028148651123, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -3659,33 +3659,33 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:43,844", - "created": 1592340343.844769, + "asctime": "2020-12-21 01:53:50,385", + "created": 1608512030.385417, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 844.7690010070801, + "msecs": 385.41698455810547, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1702.2058963775635, - "thread": 140247577732928, + "relativeCreated": 1706.0558795928955, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 3 ], - "asctime": "2020-06-16 22:45:43,844", - "created": 1592340343.844839, + "asctime": "2020-12-21 01:53:50,385", + "created": 1608512030.385541, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -3695,22 +3695,22 @@ "lineno": 24, "message": "Increasing sequence number to 3 caused by callback_execution", "module": "test_callbacks", - "msecs": 844.8390960693359, + "msecs": 385.5409622192383, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1702.2759914398193, - "thread": 140247577732928, + "relativeCreated": 1706.1798572540283, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 4 ], - "asctime": "2020-06-16 22:45:43,844", - "created": 1592340343.844921, + "asctime": "2020-12-21 01:53:50,385", + "created": 1608512030.385677, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -3720,14 +3720,14 @@ "lineno": 55, "message": "Increasing sequence number to 4 caused by sequence progress", "module": "test_callbacks", - "msecs": 844.9211120605469, + "msecs": 385.6770992279053, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1702.3580074310303, - "thread": 140247577732928, + "relativeCreated": 1706.3159942626953, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -3737,33 +3737,33 @@ "'state_b'", "'state_a'" ], - "asctime": "2020-06-16 22:45:43,845", - "created": 1592340343.845025, + "asctime": "2020-12-21 01:53:50,385", + "created": 1608512030.385818, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_b' -> 'state_a'", "module": "__init__", - "msecs": 845.0250625610352, + "msecs": 385.8180046081543, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1702.4619579315186, - "thread": 140247577732928, + "relativeCreated": 1706.4568996429443, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 5 ], - "asctime": "2020-06-16 22:45:43,845", - "created": 1592340343.845111, + "asctime": "2020-12-21 01:53:50,385", + "created": 1608512030.385948, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -3773,14 +3773,14 @@ "lineno": 55, "message": "Increasing sequence number to 5 caused by sequence progress", "module": "test_callbacks", - "msecs": 845.1108932495117, + "msecs": 385.94794273376465, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1702.5477886199951, - "thread": 140247577732928, + "relativeCreated": 1706.5868377685547, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -3790,33 +3790,33 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:43,845", - "created": 1592340343.845207, + "asctime": "2020-12-21 01:53:50,386", + "created": 1608512030.386092, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 845.2069759368896, + "msecs": 386.091947555542, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1702.643871307373, - "thread": 140247577732928, + "relativeCreated": 1706.730842590332, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 6 ], - "asctime": "2020-06-16 22:45:43,845", - "created": 1592340343.845289, + "asctime": "2020-12-21 01:53:50,386", + "created": 1608512030.386225, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -3826,14 +3826,14 @@ "lineno": 55, "message": "Increasing sequence number to 6 caused by sequence progress", "module": "test_callbacks", - "msecs": 845.2889919281006, + "msecs": 386.22498512268066, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1702.725887298584, - "thread": 140247577732928, + "relativeCreated": 1706.8638801574707, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -3843,43 +3843,43 @@ "'state_b'", "'state_c'" ], - "asctime": "2020-06-16 22:45:43,845", - "created": 1592340343.845383, + "asctime": "2020-12-21 01:53:50,386", + "created": 1608512030.386345, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_c'): 'state_b' -> 'state_c'", "module": "__init__", - "msecs": 845.3829288482666, + "msecs": 386.34490966796875, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1702.81982421875, - "thread": 140247577732928, + "relativeCreated": 1706.9838047027588, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 845.4689979553223, + "msecs": 386.444091796875, "msg": "Running state machine sequence and storing sequence number for each callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1702.9058933258057, - "thread": 140247577732928, + "relativeCreated": 1707.082986831665, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 8.606910705566406e-05 + "time_consumption": 9.918212890625e-05 }, { "args": [], - "asctime": "2020-06-16 22:45:43,845", - "created": 1592340343.845985, + "asctime": "2020-12-21 01:53:50,387", + "created": 1608512030.387093, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3896,8 +3896,8 @@ "[ 1 ]", "" ], - "asctime": "2020-06-16 22:45:43,845", - "created": 1592340343.845612, + "asctime": "2020-12-21 01:53:50,386", + "created": 1608512030.386635, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3907,14 +3907,14 @@ "lineno": 22, "message": "Result (Execution of state machine callback (1) (state_b, condition_a) identified by a sequence number): [ 1 ] ()", "module": "test", - "msecs": 845.6120491027832, + "msecs": 386.63506507873535, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1703.0489444732666, - "thread": 140247577732928, + "relativeCreated": 1707.2739601135254, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -3923,8 +3923,8 @@ "[ 1 ]", "" ], - "asctime": "2020-06-16 22:45:43,845", - "created": 1592340343.84569, + "asctime": "2020-12-21 01:53:50,386", + "created": 1608512030.386732, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3934,14 +3934,14 @@ "lineno": 26, "message": "Expectation (Execution of state machine callback (1) (state_b, condition_a) identified by a sequence number): result = [ 1 ] ()", "module": "test", - "msecs": 845.6900119781494, + "msecs": 386.7321014404297, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1703.1269073486328, - "thread": 140247577732928, + "relativeCreated": 1707.3709964752197, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -3950,8 +3950,8 @@ "1", "" ], - "asctime": "2020-06-16 22:45:43,845", - "created": 1592340343.84577, + "asctime": "2020-12-21 01:53:50,386", + "created": 1608512030.386834, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3961,14 +3961,14 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 ()", "module": "test", - "msecs": 845.7698822021484, + "msecs": 386.83390617370605, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1703.2067775726318, - "thread": 140247577732928, + "relativeCreated": 1707.472801208496, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -3977,8 +3977,8 @@ "1", "" ], - "asctime": "2020-06-16 22:45:43,845", - "created": 1592340343.845847, + "asctime": "2020-12-21 01:53:50,386", + "created": 1608512030.386918, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3988,14 +3988,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 ()", "module": "test", - "msecs": 845.8468914031982, + "msecs": 386.9180679321289, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1703.2837867736816, - "thread": 140247577732928, + "relativeCreated": 1707.556962966919, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -4003,8 +4003,8 @@ "1", "" ], - "asctime": "2020-06-16 22:45:43,845", - "created": 1592340343.845918, + "asctime": "2020-12-21 01:53:50,387", + "created": 1608512030.387007, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4014,32 +4014,32 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 845.9179401397705, + "msecs": 387.0069980621338, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1703.354835510254, - "thread": 140247577732928, + "relativeCreated": 1707.6458930969238, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 845.984935760498, + "msecs": 387.09306716918945, "msg": "Execution of state machine callback (1) (state_b, condition_a) identified by a sequence number: Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1703.4218311309814, - "thread": 140247577732928, + "relativeCreated": 1707.7319622039795, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 6.699562072753906e-05 + "time_consumption": 8.606910705566406e-05 }, { "args": [], - "asctime": "2020-06-16 22:45:43,846", - "created": 1592340343.846463, + "asctime": "2020-12-21 01:53:50,387", + "created": 1608512030.387763, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4056,8 +4056,8 @@ "[ 2 ]", "" ], - "asctime": "2020-06-16 22:45:43,846", - "created": 1592340343.846106, + "asctime": "2020-12-21 01:53:50,387", + "created": 1608512030.387251, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4067,14 +4067,14 @@ "lineno": 22, "message": "Result (Execution of state machine callback (2) (state_b, condition_a) identified by a sequence number): [ 2 ] ()", "module": "test", - "msecs": 846.1060523986816, + "msecs": 387.2509002685547, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1703.542947769165, - "thread": 140247577732928, + "relativeCreated": 1707.8897953033447, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -4083,8 +4083,8 @@ "[ 2 ]", "" ], - "asctime": "2020-06-16 22:45:43,846", - "created": 1592340343.84618, + "asctime": "2020-12-21 01:53:50,387", + "created": 1608512030.387343, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4094,14 +4094,14 @@ "lineno": 26, "message": "Expectation (Execution of state machine callback (2) (state_b, condition_a) identified by a sequence number): result = [ 2 ] ()", "module": "test", - "msecs": 846.1799621582031, + "msecs": 387.3429298400879, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1703.6168575286865, - "thread": 140247577732928, + "relativeCreated": 1707.981824874878, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -4110,8 +4110,8 @@ "2", "" ], - "asctime": "2020-06-16 22:45:43,846", - "created": 1592340343.846253, + "asctime": "2020-12-21 01:53:50,387", + "created": 1608512030.387445, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4121,14 +4121,14 @@ "lineno": 22, "message": "Result (Submitted value number 1): 2 ()", "module": "test", - "msecs": 846.2529182434082, + "msecs": 387.44497299194336, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1703.6898136138916, - "thread": 140247577732928, + "relativeCreated": 1708.0838680267334, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -4137,8 +4137,8 @@ "2", "" ], - "asctime": "2020-06-16 22:45:43,846", - "created": 1592340343.84632, + "asctime": "2020-12-21 01:53:50,387", + "created": 1608512030.387528, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4148,14 +4148,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 2 ()", "module": "test", - "msecs": 846.3199138641357, + "msecs": 387.5279426574707, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1703.7568092346191, - "thread": 140247577732928, + "relativeCreated": 1708.1668376922607, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -4163,8 +4163,8 @@ "2", "" ], - "asctime": "2020-06-16 22:45:43,846", - "created": 1592340343.846396, + "asctime": "2020-12-21 01:53:50,387", + "created": 1608512030.387647, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4174,39 +4174,39 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 846.3959693908691, + "msecs": 387.6469135284424, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1703.8328647613525, - "thread": 140247577732928, + "relativeCreated": 1708.2858085632324, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 846.4629650115967, + "msecs": 387.76302337646484, "msg": "Execution of state machine callback (2) (state_b, condition_a) identified by a sequence number: Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1703.89986038208, - "thread": 140247577732928, + "relativeCreated": 1708.4019184112549, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 6.699562072753906e-05 + "time_consumption": 0.00011610984802246094 } ], - "thread": 140247577732928, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.0024809837341308594, - "time_finished": "2020-06-16 22:45:43,846", - "time_start": "2020-06-16 22:45:43,843" + "time_consumption": 0.005093097686767578, + "time_finished": "2020-12-21 01:53:50,387", + "time_start": "2020-12-21 01:53:50,382" }, "_YrdgQHbUEemIm_1APUisDQ": { "args": null, - "asctime": "2020-06-16 22:45:43,846", - "created": 1592340343.846689, + "asctime": "2020-12-21 01:53:50,388", + "created": 1608512030.388057, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4217,18 +4217,18 @@ "message": "_YrdgQHbUEemIm_1APUisDQ", "module": "__init__", "moduleLogger": [], - "msecs": 846.688985824585, + "msecs": 388.05699348449707, "msg": "_YrdgQHbUEemIm_1APUisDQ", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1704.1258811950684, + "relativeCreated": 1708.695888519287, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:43,848", - "created": 1592340343.848246, + "asctime": "2020-12-21 01:53:50,390", + "created": 1608512030.39018, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -4246,33 +4246,33 @@ "None", "'state_a'" ], - "asctime": "2020-06-16 22:45:43,846", - "created": 1592340343.846817, + "asctime": "2020-12-21 01:53:50,388", + "created": 1608512030.388231, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 846.8170166015625, + "msecs": 388.2310390472412, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1704.253911972046, - "thread": 140247577732928, + "relativeCreated": 1708.8699340820312, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 1 ], - "asctime": "2020-06-16 22:45:43,846", - "created": 1592340343.846924, + "asctime": "2020-12-21 01:53:50,388", + "created": 1608512030.38837, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -4282,14 +4282,14 @@ "lineno": 55, "message": "Increasing sequence number to 1 caused by sequence progress", "module": "test_callbacks", - "msecs": 846.9240665435791, + "msecs": 388.3700370788574, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1704.3609619140625, - "thread": 140247577732928, + "relativeCreated": 1709.0089321136475, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -4299,33 +4299,33 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:43,847", - "created": 1592340343.847047, + "asctime": "2020-12-21 01:53:50,388", + "created": 1608512030.388526, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 847.0470905303955, + "msecs": 388.52596282958984, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1704.483985900879, - "thread": 140247577732928, + "relativeCreated": 1709.1648578643799, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 2 ], - "asctime": "2020-06-16 22:45:43,847", - "created": 1592340343.847134, + "asctime": "2020-12-21 01:53:50,388", + "created": 1608512030.388667, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -4335,14 +4335,14 @@ "lineno": 55, "message": "Increasing sequence number to 2 caused by sequence progress", "module": "test_callbacks", - "msecs": 847.1341133117676, + "msecs": 388.66710662841797, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1704.571008682251, - "thread": 140247577732928, + "relativeCreated": 1709.306001663208, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -4352,25 +4352,25 @@ "'state_b'", "'state_a'" ], - "asctime": "2020-06-16 22:45:43,847", - "created": 1592340343.847231, + "asctime": "2020-12-21 01:53:50,388", + "created": 1608512030.388834, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_b' -> 'state_a'", "module": "__init__", - "msecs": 847.2309112548828, + "msecs": 388.83399963378906, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1704.6678066253662, - "thread": 140247577732928, + "relativeCreated": 1709.472894668579, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -4379,33 +4379,33 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:43,847", - "created": 1592340343.847322, + "asctime": "2020-12-21 01:53:50,388", + "created": 1608512030.388939, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 847.3219871520996, + "msecs": 388.93890380859375, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1704.758882522583, - "thread": 140247577732928, + "relativeCreated": 1709.5777988433838, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 3 ], - "asctime": "2020-06-16 22:45:43,847", - "created": 1592340343.847395, + "asctime": "2020-12-21 01:53:50,389", + "created": 1608512030.389029, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -4415,14 +4415,14 @@ "lineno": 24, "message": "Increasing sequence number to 3 caused by callback_execution", "module": "test_callbacks", - "msecs": 847.3949432373047, + "msecs": 389.02902603149414, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1704.831838607788, - "thread": 140247577732928, + "relativeCreated": 1709.6679210662842, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -4431,33 +4431,33 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:43,847", - "created": 1592340343.84747, + "asctime": "2020-12-21 01:53:50,389", + "created": 1608512030.389129, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 847.4700450897217, + "msecs": 389.1289234161377, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1704.906940460205, - "thread": 140247577732928, + "relativeCreated": 1709.7678184509277, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 4 ], - "asctime": "2020-06-16 22:45:43,847", - "created": 1592340343.847536, + "asctime": "2020-12-21 01:53:50,389", + "created": 1608512030.389223, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -4467,22 +4467,22 @@ "lineno": 24, "message": "Increasing sequence number to 4 caused by callback_execution", "module": "test_callbacks", - "msecs": 847.5360870361328, + "msecs": 389.2230987548828, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1704.9729824066162, - "thread": 140247577732928, + "relativeCreated": 1709.8619937896729, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 5 ], - "asctime": "2020-06-16 22:45:43,847", - "created": 1592340343.847614, + "asctime": "2020-12-21 01:53:50,389", + "created": 1608512030.389324, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -4492,14 +4492,14 @@ "lineno": 55, "message": "Increasing sequence number to 5 caused by sequence progress", "module": "test_callbacks", - "msecs": 847.614049911499, + "msecs": 389.3239498138428, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1705.0509452819824, - "thread": 140247577732928, + "relativeCreated": 1709.9628448486328, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -4509,25 +4509,25 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:43,847", - "created": 1592340343.84771, + "asctime": "2020-12-21 01:53:50,389", + "created": 1608512030.389451, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 847.7098941802979, + "msecs": 389.4510269165039, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1705.1467895507812, - "thread": 140247577732928, + "relativeCreated": 1710.089921951294, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -4536,33 +4536,33 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:43,847", - "created": 1592340343.847787, + "asctime": "2020-12-21 01:53:50,389", + "created": 1608512030.389561, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 847.7869033813477, + "msecs": 389.5609378814697, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1705.223798751831, - "thread": 140247577732928, + "relativeCreated": 1710.1998329162598, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 6 ], - "asctime": "2020-06-16 22:45:43,847", - "created": 1592340343.847854, + "asctime": "2020-12-21 01:53:50,389", + "created": 1608512030.389655, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -4572,14 +4572,14 @@ "lineno": 24, "message": "Increasing sequence number to 6 caused by callback_execution", "module": "test_callbacks", - "msecs": 847.8538990020752, + "msecs": 389.65511322021484, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1705.2907943725586, - "thread": 140247577732928, + "relativeCreated": 1710.2940082550049, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -4588,33 +4588,33 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:43,847", - "created": 1592340343.847926, + "asctime": "2020-12-21 01:53:50,389", + "created": 1608512030.389757, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 847.9259014129639, + "msecs": 389.7569179534912, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1705.3627967834473, - "thread": 140247577732928, + "relativeCreated": 1710.3958129882812, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 7 ], - "asctime": "2020-06-16 22:45:43,847", - "created": 1592340343.847996, + "asctime": "2020-12-21 01:53:50,389", + "created": 1608512030.389842, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -4624,22 +4624,22 @@ "lineno": 24, "message": "Increasing sequence number to 7 caused by callback_execution", "module": "test_callbacks", - "msecs": 847.9959964752197, + "msecs": 389.84203338623047, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1705.4328918457031, - "thread": 140247577732928, + "relativeCreated": 1710.4809284210205, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 8 ], - "asctime": "2020-06-16 22:45:43,848", - "created": 1592340343.848076, + "asctime": "2020-12-21 01:53:50,389", + "created": 1608512030.389941, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -4649,14 +4649,14 @@ "lineno": 55, "message": "Increasing sequence number to 8 caused by sequence progress", "module": "test_callbacks", - "msecs": 848.0761051177979, + "msecs": 389.9409770965576, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1705.5130004882812, - "thread": 140247577732928, + "relativeCreated": 1710.5798721313477, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -4666,43 +4666,43 @@ "'state_b'", "'state_c'" ], - "asctime": "2020-06-16 22:45:43,848", - "created": 1592340343.848167, + "asctime": "2020-12-21 01:53:50,390", + "created": 1608512030.390059, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_c'): 'state_b' -> 'state_c'", "module": "__init__", - "msecs": 848.1669425964355, + "msecs": 390.0589942932129, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1705.603837966919, - "thread": 140247577732928, + "relativeCreated": 1710.697889328003, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 848.2460975646973, + "msecs": 390.1801109313965, "msg": "Running state machine sequence and storing sequence number for each callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1705.6829929351807, - "thread": 140247577732928, + "relativeCreated": 1710.8190059661865, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 7.915496826171875e-05 + "time_consumption": 0.00012111663818359375 }, { "args": [], - "asctime": "2020-06-16 22:45:43,848", - "created": 1592340343.848959, + "asctime": "2020-12-21 01:53:50,390", + "created": 1608512030.390666, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4719,8 +4719,8 @@ "[ 2, 5 ]", "" ], - "asctime": "2020-06-16 22:45:43,848", - "created": 1592340343.848382, + "asctime": "2020-12-21 01:53:50,390", + "created": 1608512030.390276, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4730,14 +4730,14 @@ "lineno": 22, "message": "Result (Execution of state machine callback (1) (all_transitions, condition_b) identified by a sequence number): [ 2, 5 ] ()", "module": "test", - "msecs": 848.3819961547852, + "msecs": 390.2759552001953, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1705.8188915252686, - "thread": 140247577732928, + "relativeCreated": 1710.9148502349854, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -4746,8 +4746,8 @@ "[ 2, 5 ]", "" ], - "asctime": "2020-06-16 22:45:43,848", - "created": 1592340343.848458, + "asctime": "2020-12-21 01:53:50,390", + "created": 1608512030.390329, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4757,14 +4757,14 @@ "lineno": 26, "message": "Expectation (Execution of state machine callback (1) (all_transitions, condition_b) identified by a sequence number): result = [ 2, 5 ] ()", "module": "test", - "msecs": 848.4580516815186, + "msecs": 390.32888412475586, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1705.894947052002, - "thread": 140247577732928, + "relativeCreated": 1710.967779159546, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -4773,8 +4773,8 @@ "2", "" ], - "asctime": "2020-06-16 22:45:43,848", - "created": 1592340343.848533, + "asctime": "2020-12-21 01:53:50,390", + "created": 1608512030.390381, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4784,14 +4784,14 @@ "lineno": 22, "message": "Result (Submitted value number 1): 2 ()", "module": "test", - "msecs": 848.5329151153564, + "msecs": 390.3810977935791, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1705.9698104858398, - "thread": 140247577732928, + "relativeCreated": 1711.0199928283691, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -4800,8 +4800,8 @@ "2", "" ], - "asctime": "2020-06-16 22:45:43,848", - "created": 1592340343.848617, + "asctime": "2020-12-21 01:53:50,390", + "created": 1608512030.390427, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4811,14 +4811,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 2 ()", "module": "test", - "msecs": 848.6170768737793, + "msecs": 390.4271125793457, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1706.0539722442627, - "thread": 140247577732928, + "relativeCreated": 1711.0660076141357, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -4826,8 +4826,8 @@ "2", "" ], - "asctime": "2020-06-16 22:45:43,848", - "created": 1592340343.848687, + "asctime": "2020-12-21 01:53:50,390", + "created": 1608512030.390475, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4837,14 +4837,14 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 848.686933517456, + "msecs": 390.4750347137451, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1706.1238288879395, - "thread": 140247577732928, + "relativeCreated": 1711.1139297485352, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -4853,8 +4853,8 @@ "5", "" ], - "asctime": "2020-06-16 22:45:43,848", - "created": 1592340343.848762, + "asctime": "2020-12-21 01:53:50,390", + "created": 1608512030.390526, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4864,14 +4864,14 @@ "lineno": 22, "message": "Result (Submitted value number 2): 5 ()", "module": "test", - "msecs": 848.762035369873, + "msecs": 390.52605628967285, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1706.1989307403564, - "thread": 140247577732928, + "relativeCreated": 1711.164951324463, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -4880,8 +4880,8 @@ "5", "" ], - "asctime": "2020-06-16 22:45:43,848", - "created": 1592340343.848828, + "asctime": "2020-12-21 01:53:50,390", + "created": 1608512030.390572, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4891,14 +4891,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 5 ()", "module": "test", - "msecs": 848.8280773162842, + "msecs": 390.57207107543945, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1706.2649726867676, - "thread": 140247577732928, + "relativeCreated": 1711.2109661102295, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -4906,8 +4906,8 @@ "5", "" ], - "asctime": "2020-06-16 22:45:43,848", - "created": 1592340343.848895, + "asctime": "2020-12-21 01:53:50,390", + "created": 1608512030.390618, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4917,32 +4917,32 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 5 and Type is ).", "module": "test", - "msecs": 848.8950729370117, + "msecs": 390.61808586120605, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1706.3319683074951, - "thread": 140247577732928, + "relativeCreated": 1711.256980895996, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 848.9589691162109, + "msecs": 390.66600799560547, "msg": "Execution of state machine callback (1) (all_transitions, condition_b) identified by a sequence number: Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1706.3958644866943, - "thread": 140247577732928, + "relativeCreated": 1711.3049030303955, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 6.389617919921875e-05 + "time_consumption": 4.792213439941406e-05 }, { "args": [], - "asctime": "2020-06-16 22:45:43,849", - "created": 1592340343.849646, + "asctime": "2020-12-21 01:53:50,391", + "created": 1608512030.391142, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4959,8 +4959,8 @@ "[ 3, 6 ]", "" ], - "asctime": "2020-06-16 22:45:43,849", - "created": 1592340343.849088, + "asctime": "2020-12-21 01:53:50,390", + "created": 1608512030.390752, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4970,14 +4970,14 @@ "lineno": 22, "message": "Result (Execution of state machine callback (2) (all_transitions, condition_b) identified by a sequence number): [ 3, 6 ] ()", "module": "test", - "msecs": 849.0879535675049, + "msecs": 390.75207710266113, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1706.5248489379883, - "thread": 140247577732928, + "relativeCreated": 1711.3909721374512, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -4986,8 +4986,8 @@ "[ 3, 6 ]", "" ], - "asctime": "2020-06-16 22:45:43,849", - "created": 1592340343.849167, + "asctime": "2020-12-21 01:53:50,390", + "created": 1608512030.390803, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4997,14 +4997,14 @@ "lineno": 26, "message": "Expectation (Execution of state machine callback (2) (all_transitions, condition_b) identified by a sequence number): result = [ 3, 6 ] ()", "module": "test", - "msecs": 849.1671085357666, + "msecs": 390.80309867858887, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1706.60400390625, - "thread": 140247577732928, + "relativeCreated": 1711.441993713379, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -5013,8 +5013,8 @@ "3", "" ], - "asctime": "2020-06-16 22:45:43,849", - "created": 1592340343.849239, + "asctime": "2020-12-21 01:53:50,390", + "created": 1608512030.390857, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5024,14 +5024,14 @@ "lineno": 22, "message": "Result (Submitted value number 1): 3 ()", "module": "test", - "msecs": 849.2391109466553, + "msecs": 390.8569812774658, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1706.6760063171387, - "thread": 140247577732928, + "relativeCreated": 1711.4958763122559, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -5040,8 +5040,8 @@ "3", "" ], - "asctime": "2020-06-16 22:45:43,849", - "created": 1592340343.849309, + "asctime": "2020-12-21 01:53:50,390", + "created": 1608512030.390903, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5051,14 +5051,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 3 ()", "module": "test", - "msecs": 849.308967590332, + "msecs": 390.9029960632324, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1706.7458629608154, - "thread": 140247577732928, + "relativeCreated": 1711.5418910980225, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -5066,8 +5066,8 @@ "3", "" ], - "asctime": "2020-06-16 22:45:43,849", - "created": 1592340343.849382, + "asctime": "2020-12-21 01:53:50,390", + "created": 1608512030.39095, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5077,14 +5077,14 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 3 and Type is ).", "module": "test", - "msecs": 849.3819236755371, + "msecs": 390.94996452331543, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1706.8188190460205, - "thread": 140247577732928, + "relativeCreated": 1711.5888595581055, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -5093,8 +5093,8 @@ "6", "" ], - "asctime": "2020-06-16 22:45:43,849", - "created": 1592340343.849451, + "asctime": "2020-12-21 01:53:50,391", + "created": 1608512030.391001, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5104,14 +5104,14 @@ "lineno": 22, "message": "Result (Submitted value number 2): 6 ()", "module": "test", - "msecs": 849.4510650634766, + "msecs": 391.00098609924316, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1706.88796043396, - "thread": 140247577732928, + "relativeCreated": 1711.6398811340332, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -5120,8 +5120,8 @@ "6", "" ], - "asctime": "2020-06-16 22:45:43,849", - "created": 1592340343.849516, + "asctime": "2020-12-21 01:53:50,391", + "created": 1608512030.391047, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5131,14 +5131,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 6 ()", "module": "test", - "msecs": 849.5159149169922, + "msecs": 391.04700088500977, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1706.9528102874756, - "thread": 140247577732928, + "relativeCreated": 1711.6858959197998, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -5146,8 +5146,8 @@ "6", "" ], - "asctime": "2020-06-16 22:45:43,849", - "created": 1592340343.849582, + "asctime": "2020-12-21 01:53:50,391", + "created": 1608512030.391096, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5157,39 +5157,39 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 6 and Type is ).", "module": "test", - "msecs": 849.5819568634033, + "msecs": 391.0961151123047, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1707.0188522338867, - "thread": 140247577732928, + "relativeCreated": 1711.7350101470947, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 849.6460914611816, + "msecs": 391.1418914794922, "msg": "Execution of state machine callback (2) (all_transitions, condition_b) identified by a sequence number: Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1707.082986831665, - "thread": 140247577732928, + "relativeCreated": 1711.7807865142822, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 6.413459777832031e-05 + "time_consumption": 4.57763671875e-05 } ], - "thread": 140247577732928, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.0029571056365966797, - "time_finished": "2020-06-16 22:45:43,849", - "time_start": "2020-06-16 22:45:43,846" + "time_consumption": 0.003084897994995117, + "time_finished": "2020-12-21 01:53:50,391", + "time_start": "2020-12-21 01:53:50,388" }, "_bDqbMHcrEemrUqotql_Blw": { "args": null, - "asctime": "2020-06-16 22:45:42,192", - "created": 1592340342.192647, + "asctime": "2020-12-21 01:53:48,737", + "created": 1608512028.737975, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5200,18 +5200,18 @@ "message": "_bDqbMHcrEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 192.64698028564453, + "msecs": 737.9748821258545, "msg": "_bDqbMHcrEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 50.08387565612793, + "relativeCreated": 58.61377716064453, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:42,192", - "created": 1592340342.192767, + "asctime": "2020-12-21 01:53:48,738", + "created": 1608512028.738092, "exc_info": null, "exc_text": null, "filename": "test_init.py", @@ -5229,36 +5229,36 @@ "None", "'state_c'" ], - "asctime": "2020-06-16 22:45:42,192", - "created": 1592340342.192719, + "asctime": "2020-12-21 01:53:48,738", + "created": 1608512028.738044, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_c'", "module": "__init__", - "msecs": 192.7189826965332, + "msecs": 738.044023513794, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 50.1558780670166, - "thread": 140247577732928, + "relativeCreated": 58.682918548583984, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 192.76690483093262, + "msecs": 738.0919456481934, "msg": "Initialising the state machine with state_c", "name": "__tLogger__", "pathname": "src/tests/test_init.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 50.203800201416016, - "thread": 140247577732928, + "relativeCreated": 58.7308406829834, + "thread": 139933697447744, "threadName": "MainThread", "time_consumption": 4.792213439941406e-05 }, @@ -5267,8 +5267,8 @@ "None", "" ], - "asctime": "2020-06-16 22:45:42,192", - "created": 1592340342.19291, + "asctime": "2020-12-21 01:53:48,738", + "created": 1608512028.738323, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5285,8 +5285,8 @@ "None", "" ], - "asctime": "2020-06-16 22:45:42,192", - "created": 1592340342.192827, + "asctime": "2020-12-21 01:53:48,738", + "created": 1608512028.738237, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5296,14 +5296,14 @@ "lineno": 22, "message": "Result (Last state after initialisation): None ()", "module": "test", - "msecs": 192.8269863128662, + "msecs": 738.2369041442871, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 50.26388168334961, - "thread": 140247577732928, + "relativeCreated": 58.87579917907715, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -5312,8 +5312,8 @@ "None", "" ], - "asctime": "2020-06-16 22:45:42,192", - "created": 1592340342.192869, + "asctime": "2020-12-21 01:53:48,738", + "created": 1608512028.738279, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5323,39 +5323,39 @@ "lineno": 26, "message": "Expectation (Last state after initialisation): result = None ()", "module": "test", - "msecs": 192.8689479827881, + "msecs": 738.2791042327881, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 50.305843353271484, - "thread": 140247577732928, + "relativeCreated": 58.917999267578125, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 192.90995597839355, + "msecs": 738.3229732513428, "msg": "Last state after initialisation is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 50.34685134887695, - "thread": 140247577732928, + "relativeCreated": 58.96186828613281, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 4.100799560546875e-05 + "time_consumption": 4.38690185546875e-05 } ], - "thread": 140247577732928, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.00026297569274902344, - "time_finished": "2020-06-16 22:45:42,192", - "time_start": "2020-06-16 22:45:42,192" + "time_consumption": 0.00034809112548828125, + "time_finished": "2020-12-21 01:53:48,738", + "time_start": "2020-12-21 01:53:48,737" }, "_b_t78Hb4EemzkK7kGUMNfw": { "args": null, - "asctime": "2020-06-16 22:45:43,849", - "created": 1592340343.84986, + "asctime": "2020-12-21 01:53:50,391", + "created": 1608512030.391286, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5366,18 +5366,18 @@ "message": "_b_t78Hb4EemzkK7kGUMNfw", "module": "__init__", "moduleLogger": [], - "msecs": 849.8599529266357, + "msecs": 391.28589630126953, "msg": "_b_t78Hb4EemzkK7kGUMNfw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1707.2968482971191, + "relativeCreated": 1711.9247913360596, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:43,851", - "created": 1592340343.851498, + "asctime": "2020-12-21 01:53:50,392", + "created": 1608512030.392298, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -5395,33 +5395,33 @@ "None", "'state_a'" ], - "asctime": "2020-06-16 22:45:43,849", - "created": 1592340343.849993, + "asctime": "2020-12-21 01:53:50,391", + "created": 1608512030.391377, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 849.9929904937744, + "msecs": 391.3769721984863, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1707.4298858642578, - "thread": 140247577732928, + "relativeCreated": 1712.0158672332764, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 1 ], - "asctime": "2020-06-16 22:45:43,850", - "created": 1592340343.850098, + "asctime": "2020-12-21 01:53:50,391", + "created": 1608512030.391449, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -5431,14 +5431,14 @@ "lineno": 55, "message": "Increasing sequence number to 1 caused by sequence progress", "module": "test_callbacks", - "msecs": 850.0978946685791, + "msecs": 391.448974609375, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1707.5347900390625, - "thread": 140247577732928, + "relativeCreated": 1712.087869644165, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -5448,25 +5448,25 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:43,850", - "created": 1592340343.850217, + "asctime": "2020-12-21 01:53:50,391", + "created": 1608512030.391536, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 850.2171039581299, + "msecs": 391.53599739074707, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1707.6539993286133, - "thread": 140247577732928, + "relativeCreated": 1712.174892425537, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -5475,33 +5475,33 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:43,850", - "created": 1592340343.850304, + "asctime": "2020-12-21 01:53:50,391", + "created": 1608512030.391593, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 850.3038883209229, + "msecs": 391.59297943115234, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1707.7407836914062, - "thread": 140247577732928, + "relativeCreated": 1712.2318744659424, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 2 ], - "asctime": "2020-06-16 22:45:43,850", - "created": 1592340343.850374, + "asctime": "2020-12-21 01:53:50,391", + "created": 1608512030.391642, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -5511,14 +5511,14 @@ "lineno": 24, "message": "Increasing sequence number to 2 caused by callback_execution", "module": "test_callbacks", - "msecs": 850.3739833831787, + "msecs": 391.64209365844727, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1707.810878753662, - "thread": 140247577732928, + "relativeCreated": 1712.2809886932373, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -5527,33 +5527,33 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:43,850", - "created": 1592340343.850451, + "asctime": "2020-12-21 01:53:50,391", + "created": 1608512030.391696, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 850.4509925842285, + "msecs": 391.6959762573242, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1707.887887954712, - "thread": 140247577732928, + "relativeCreated": 1712.3348712921143, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 3 ], - "asctime": "2020-06-16 22:45:43,850", - "created": 1592340343.850518, + "asctime": "2020-12-21 01:53:50,391", + "created": 1608512030.39175, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -5563,22 +5563,22 @@ "lineno": 24, "message": "Increasing sequence number to 3 caused by callback_execution", "module": "test_callbacks", - "msecs": 850.517988204956, + "msecs": 391.7500972747803, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1707.9548835754395, - "thread": 140247577732928, + "relativeCreated": 1712.3889923095703, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 4 ], - "asctime": "2020-06-16 22:45:43,850", - "created": 1592340343.850595, + "asctime": "2020-12-21 01:53:50,391", + "created": 1608512030.391795, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -5588,14 +5588,14 @@ "lineno": 55, "message": "Increasing sequence number to 4 caused by sequence progress", "module": "test_callbacks", - "msecs": 850.5949974060059, + "msecs": 391.79491996765137, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1708.0318927764893, - "thread": 140247577732928, + "relativeCreated": 1712.4338150024414, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -5605,33 +5605,33 @@ "'state_b'", "'state_a'" ], - "asctime": "2020-06-16 22:45:43,850", - "created": 1592340343.850693, + "asctime": "2020-12-21 01:53:50,391", + "created": 1608512030.391849, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_b' -> 'state_a'", "module": "__init__", - "msecs": 850.6929874420166, + "msecs": 391.8490409851074, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1708.1298828125, - "thread": 140247577732928, + "relativeCreated": 1712.4879360198975, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 5 ], - "asctime": "2020-06-16 22:45:43,850", - "created": 1592340343.850775, + "asctime": "2020-12-21 01:53:50,391", + "created": 1608512030.391895, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -5641,14 +5641,14 @@ "lineno": 55, "message": "Increasing sequence number to 5 caused by sequence progress", "module": "test_callbacks", - "msecs": 850.7750034332275, + "msecs": 391.895055770874, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1708.211898803711, - "thread": 140247577732928, + "relativeCreated": 1712.533950805664, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -5658,25 +5658,25 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:43,850", - "created": 1592340343.850867, + "asctime": "2020-12-21 01:53:50,391", + "created": 1608512030.39195, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 850.8670330047607, + "msecs": 391.9498920440674, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1708.3039283752441, - "thread": 140247577732928, + "relativeCreated": 1712.5887870788574, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -5685,33 +5685,33 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:43,850", - "created": 1592340343.850943, + "asctime": "2020-12-21 01:53:50,391", + "created": 1608512030.391994, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 850.9430885314941, + "msecs": 391.9939994812012, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1708.3799839019775, - "thread": 140247577732928, + "relativeCreated": 1712.6328945159912, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 6 ], - "asctime": "2020-06-16 22:45:43,851", - "created": 1592340343.851009, + "asctime": "2020-12-21 01:53:50,392", + "created": 1608512030.392054, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -5721,14 +5721,14 @@ "lineno": 24, "message": "Increasing sequence number to 6 caused by callback_execution", "module": "test_callbacks", - "msecs": 851.0088920593262, + "msecs": 392.05408096313477, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1708.4457874298096, - "thread": 140247577732928, + "relativeCreated": 1712.6929759979248, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -5737,33 +5737,33 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:43,851", - "created": 1592340343.851087, + "asctime": "2020-12-21 01:53:50,392", + "created": 1608512030.39211, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 851.0870933532715, + "msecs": 392.11010932922363, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1708.5239887237549, - "thread": 140247577732928, + "relativeCreated": 1712.7490043640137, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 7 ], - "asctime": "2020-06-16 22:45:43,851", - "created": 1592340343.851162, + "asctime": "2020-12-21 01:53:50,392", + "created": 1608512030.392147, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -5773,22 +5773,22 @@ "lineno": 24, "message": "Increasing sequence number to 7 caused by callback_execution", "module": "test_callbacks", - "msecs": 851.1619567871094, + "msecs": 392.1470642089844, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1708.5988521575928, - "thread": 140247577732928, + "relativeCreated": 1712.7859592437744, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 8 ], - "asctime": "2020-06-16 22:45:43,851", - "created": 1592340343.85127, + "asctime": "2020-12-21 01:53:50,392", + "created": 1608512030.3922, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -5798,14 +5798,14 @@ "lineno": 55, "message": "Increasing sequence number to 8 caused by sequence progress", "module": "test_callbacks", - "msecs": 851.2699604034424, + "msecs": 392.1999931335449, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1708.7068557739258, - "thread": 140247577732928, + "relativeCreated": 1712.838888168335, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -5815,43 +5815,43 @@ "'state_b'", "'state_c'" ], - "asctime": "2020-06-16 22:45:43,851", - "created": 1592340343.851406, + "asctime": "2020-12-21 01:53:50,392", + "created": 1608512030.392252, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_c'): 'state_b' -> 'state_c'", "module": "__init__", - "msecs": 851.4060974121094, + "msecs": 392.25196838378906, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1708.8429927825928, - "thread": 140247577732928, + "relativeCreated": 1712.890863418579, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 851.4978885650635, + "msecs": 392.29798316955566, "msg": "Running state machine sequence and storing sequence number for each callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1708.9347839355469, - "thread": 140247577732928, + "relativeCreated": 1712.9368782043457, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 9.179115295410156e-05 + "time_consumption": 4.601478576660156e-05 }, { "args": [], - "asctime": "2020-06-16 22:45:43,852", - "created": 1592340343.85221, + "asctime": "2020-12-21 01:53:50,392", + "created": 1608512030.392697, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5868,8 +5868,8 @@ "[ 1, 5 ]", "" ], - "asctime": "2020-06-16 22:45:43,851", - "created": 1592340343.851642, + "asctime": "2020-12-21 01:53:50,392", + "created": 1608512030.392376, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5879,14 +5879,14 @@ "lineno": 22, "message": "Result (Execution of state machine callback (1) (state_b, all_conditions) identified by a sequence number): [ 1, 5 ] ()", "module": "test", - "msecs": 851.6418933868408, + "msecs": 392.3759460449219, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1709.0787887573242, - "thread": 140247577732928, + "relativeCreated": 1713.014841079712, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -5895,8 +5895,8 @@ "[ 1, 5 ]", "" ], - "asctime": "2020-06-16 22:45:43,851", - "created": 1592340343.851719, + "asctime": "2020-12-21 01:53:50,392", + "created": 1608512030.392421, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5906,14 +5906,14 @@ "lineno": 26, "message": "Expectation (Execution of state machine callback (1) (state_b, all_conditions) identified by a sequence number): result = [ 1, 5 ] ()", "module": "test", - "msecs": 851.7189025878906, + "msecs": 392.42100715637207, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1709.155797958374, - "thread": 140247577732928, + "relativeCreated": 1713.059902191162, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -5922,8 +5922,8 @@ "1", "" ], - "asctime": "2020-06-16 22:45:43,851", - "created": 1592340343.851795, + "asctime": "2020-12-21 01:53:50,392", + "created": 1608512030.392464, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5933,14 +5933,14 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 ()", "module": "test", - "msecs": 851.794958114624, + "msecs": 392.46392250061035, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1709.2318534851074, - "thread": 140247577732928, + "relativeCreated": 1713.1028175354004, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -5949,8 +5949,8 @@ "1", "" ], - "asctime": "2020-06-16 22:45:43,851", - "created": 1592340343.851863, + "asctime": "2020-12-21 01:53:50,392", + "created": 1608512030.392505, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5960,14 +5960,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 ()", "module": "test", - "msecs": 851.862907409668, + "msecs": 392.5049304962158, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1709.2998027801514, - "thread": 140247577732928, + "relativeCreated": 1713.1438255310059, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -5975,8 +5975,8 @@ "1", "" ], - "asctime": "2020-06-16 22:45:43,851", - "created": 1592340343.851936, + "asctime": "2020-12-21 01:53:50,392", + "created": 1608512030.392544, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5986,14 +5986,14 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 851.9361019134521, + "msecs": 392.5440311431885, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1709.3729972839355, - "thread": 140247577732928, + "relativeCreated": 1713.1829261779785, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -6002,8 +6002,8 @@ "5", "" ], - "asctime": "2020-06-16 22:45:43,852", - "created": 1592340343.852008, + "asctime": "2020-12-21 01:53:50,392", + "created": 1608512030.392584, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6013,14 +6013,14 @@ "lineno": 22, "message": "Result (Submitted value number 2): 5 ()", "module": "test", - "msecs": 852.0081043243408, + "msecs": 392.58408546447754, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1709.4449996948242, - "thread": 140247577732928, + "relativeCreated": 1713.2229804992676, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -6029,8 +6029,8 @@ "5", "" ], - "asctime": "2020-06-16 22:45:43,852", - "created": 1592340343.852078, + "asctime": "2020-12-21 01:53:50,392", + "created": 1608512030.392622, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6040,14 +6040,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 5 ()", "module": "test", - "msecs": 852.0779609680176, + "msecs": 392.6219940185547, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1709.514856338501, - "thread": 140247577732928, + "relativeCreated": 1713.2608890533447, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -6055,8 +6055,8 @@ "5", "" ], - "asctime": "2020-06-16 22:45:43,852", - "created": 1592340343.852145, + "asctime": "2020-12-21 01:53:50,392", + "created": 1608512030.39266, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6066,32 +6066,32 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 5 and Type is ).", "module": "test", - "msecs": 852.1449565887451, + "msecs": 392.65990257263184, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1709.5818519592285, - "thread": 140247577732928, + "relativeCreated": 1713.2987976074219, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 852.2100448608398, + "msecs": 392.6970958709717, "msg": "Execution of state machine callback (1) (state_b, all_conditions) identified by a sequence number: Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1709.6469402313232, - "thread": 140247577732928, + "relativeCreated": 1713.3359909057617, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 6.508827209472656e-05 + "time_consumption": 3.719329833984375e-05 }, { "args": [], - "asctime": "2020-06-16 22:45:43,852", - "created": 1592340343.852912, + "asctime": "2020-12-21 01:53:50,393", + "created": 1608512030.393085, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6108,8 +6108,8 @@ "[ 2, 6 ]", "" ], - "asctime": "2020-06-16 22:45:43,852", - "created": 1592340343.852336, + "asctime": "2020-12-21 01:53:50,392", + "created": 1608512030.392771, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6119,14 +6119,14 @@ "lineno": 22, "message": "Result (Execution of state machine callback (2) (state_b, all_conditions) identified by a sequence number): [ 2, 6 ] ()", "module": "test", - "msecs": 852.3359298706055, + "msecs": 392.77100563049316, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1709.7728252410889, - "thread": 140247577732928, + "relativeCreated": 1713.4099006652832, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -6135,8 +6135,8 @@ "[ 2, 6 ]", "" ], - "asctime": "2020-06-16 22:45:43,852", - "created": 1592340343.85241, + "asctime": "2020-12-21 01:53:50,392", + "created": 1608512030.392813, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6146,14 +6146,14 @@ "lineno": 26, "message": "Expectation (Execution of state machine callback (2) (state_b, all_conditions) identified by a sequence number): result = [ 2, 6 ] ()", "module": "test", - "msecs": 852.410078048706, + "msecs": 392.81296730041504, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1709.8469734191895, - "thread": 140247577732928, + "relativeCreated": 1713.451862335205, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -6162,8 +6162,8 @@ "2", "" ], - "asctime": "2020-06-16 22:45:43,852", - "created": 1592340343.852482, + "asctime": "2020-12-21 01:53:50,392", + "created": 1608512030.392854, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6173,14 +6173,14 @@ "lineno": 22, "message": "Result (Submitted value number 1): 2 ()", "module": "test", - "msecs": 852.4820804595947, + "msecs": 392.8539752960205, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1709.9189758300781, - "thread": 140247577732928, + "relativeCreated": 1713.4928703308105, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -6189,8 +6189,8 @@ "2", "" ], - "asctime": "2020-06-16 22:45:43,852", - "created": 1592340343.852549, + "asctime": "2020-12-21 01:53:50,392", + "created": 1608512030.392892, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6200,14 +6200,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 2 ()", "module": "test", - "msecs": 852.5490760803223, + "msecs": 392.89188385009766, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1709.9859714508057, - "thread": 140247577732928, + "relativeCreated": 1713.5307788848877, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -6215,8 +6215,8 @@ "2", "" ], - "asctime": "2020-06-16 22:45:43,852", - "created": 1592340343.852632, + "asctime": "2020-12-21 01:53:50,392", + "created": 1608512030.39293, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6226,14 +6226,14 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 852.6320457458496, + "msecs": 392.9300308227539, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1710.068941116333, - "thread": 140247577732928, + "relativeCreated": 1713.568925857544, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -6242,8 +6242,8 @@ "6", "" ], - "asctime": "2020-06-16 22:45:43,852", - "created": 1592340343.852702, + "asctime": "2020-12-21 01:53:50,392", + "created": 1608512030.392974, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6253,14 +6253,14 @@ "lineno": 22, "message": "Result (Submitted value number 2): 6 ()", "module": "test", - "msecs": 852.7019023895264, + "msecs": 392.9738998413086, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1710.1387977600098, - "thread": 140247577732928, + "relativeCreated": 1713.6127948760986, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -6269,8 +6269,8 @@ "6", "" ], - "asctime": "2020-06-16 22:45:43,852", - "created": 1592340343.852768, + "asctime": "2020-12-21 01:53:50,393", + "created": 1608512030.393011, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6280,14 +6280,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 6 ()", "module": "test", - "msecs": 852.7679443359375, + "msecs": 393.01109313964844, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1710.204839706421, - "thread": 140247577732928, + "relativeCreated": 1713.6499881744385, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -6295,8 +6295,8 @@ "6", "" ], - "asctime": "2020-06-16 22:45:43,852", - "created": 1592340343.852846, + "asctime": "2020-12-21 01:53:50,393", + "created": 1608512030.393049, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6306,39 +6306,39 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 6 and Type is ).", "module": "test", - "msecs": 852.8459072113037, + "msecs": 393.0490016937256, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1710.282802581787, - "thread": 140247577732928, + "relativeCreated": 1713.6878967285156, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 852.9119491577148, + "msecs": 393.0850028991699, "msg": "Execution of state machine callback (2) (state_b, all_conditions) identified by a sequence number: Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1710.3488445281982, - "thread": 140247577732928, + "relativeCreated": 1713.72389793396, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 6.604194641113281e-05 + "time_consumption": 3.600120544433594e-05 } ], - "thread": 140247577732928, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.0030519962310791016, - "time_finished": "2020-06-16 22:45:43,852", - "time_start": "2020-06-16 22:45:43,849" + "time_consumption": 0.0017991065979003906, + "time_finished": "2020-12-21 01:53:50,393", + "time_start": "2020-12-21 01:53:50,391" }, "_e4QPUHb4EemzkK7kGUMNfw": { "args": null, - "asctime": "2020-06-16 22:45:43,853", - "created": 1592340343.853128, + "asctime": "2020-12-21 01:53:50,393", + "created": 1608512030.393205, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6349,18 +6349,18 @@ "message": "_e4QPUHb4EemzkK7kGUMNfw", "module": "__init__", "moduleLogger": [], - "msecs": 853.1279563903809, + "msecs": 393.204927444458, "msg": "_e4QPUHb4EemzkK7kGUMNfw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1710.5648517608643, + "relativeCreated": 1713.843822479248, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:43,855", - "created": 1592340343.855235, + "asctime": "2020-12-21 01:53:50,394", + "created": 1608512030.394454, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -6378,33 +6378,33 @@ "None", "'state_a'" ], - "asctime": "2020-06-16 22:45:43,853", - "created": 1592340343.853257, + "asctime": "2020-12-21 01:53:50,393", + "created": 1608512030.39328, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 853.2569408416748, + "msecs": 393.280029296875, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1710.6938362121582, - "thread": 140247577732928, + "relativeCreated": 1713.918924331665, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 1 ], - "asctime": "2020-06-16 22:45:43,853", - "created": 1592340343.853362, + "asctime": "2020-12-21 01:53:50,393", + "created": 1608512030.393338, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -6414,14 +6414,14 @@ "lineno": 55, "message": "Increasing sequence number to 1 caused by sequence progress", "module": "test_callbacks", - "msecs": 853.3620834350586, + "msecs": 393.3379650115967, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1710.798978805542, - "thread": 140247577732928, + "relativeCreated": 1713.9768600463867, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -6431,25 +6431,25 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:43,853", - "created": 1592340343.853479, + "asctime": "2020-12-21 01:53:50,393", + "created": 1608512030.393404, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 853.4789085388184, + "msecs": 393.4040069580078, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1710.9158039093018, - "thread": 140247577732928, + "relativeCreated": 1714.0429019927979, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -6458,33 +6458,33 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:43,853", - "created": 1592340343.853559, + "asctime": "2020-12-21 01:53:50,393", + "created": 1608512030.393451, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 853.5590171813965, + "msecs": 393.4509754180908, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1710.9959125518799, - "thread": 140247577732928, + "relativeCreated": 1714.0898704528809, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 2 ], - "asctime": "2020-06-16 22:45:43,853", - "created": 1592340343.853629, + "asctime": "2020-12-21 01:53:50,393", + "created": 1608512030.393493, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -6494,14 +6494,14 @@ "lineno": 24, "message": "Increasing sequence number to 2 caused by callback_execution", "module": "test_callbacks", - "msecs": 853.6291122436523, + "msecs": 393.4929370880127, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1711.0660076141357, - "thread": 140247577732928, + "relativeCreated": 1714.1318321228027, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -6510,33 +6510,33 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:43,853", - "created": 1592340343.853712, + "asctime": "2020-12-21 01:53:50,393", + "created": 1608512030.393537, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 853.7120819091797, + "msecs": 393.5370445251465, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1711.148977279663, - "thread": 140247577732928, + "relativeCreated": 1714.1759395599365, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 3 ], - "asctime": "2020-06-16 22:45:43,853", - "created": 1592340343.85378, + "asctime": "2020-12-21 01:53:50,393", + "created": 1608512030.393576, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -6546,22 +6546,22 @@ "lineno": 24, "message": "Increasing sequence number to 3 caused by callback_execution", "module": "test_callbacks", - "msecs": 853.7800312042236, + "msecs": 393.57590675354004, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1711.216926574707, - "thread": 140247577732928, + "relativeCreated": 1714.21480178833, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 4 ], - "asctime": "2020-06-16 22:45:43,853", - "created": 1592340343.853858, + "asctime": "2020-12-21 01:53:50,393", + "created": 1608512030.393621, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -6571,14 +6571,14 @@ "lineno": 55, "message": "Increasing sequence number to 4 caused by sequence progress", "module": "test_callbacks", - "msecs": 853.8579940795898, + "msecs": 393.62096786499023, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1711.2948894500732, - "thread": 140247577732928, + "relativeCreated": 1714.2598628997803, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -6588,25 +6588,25 @@ "'state_b'", "'state_a'" ], - "asctime": "2020-06-16 22:45:43,853", - "created": 1592340343.853953, + "asctime": "2020-12-21 01:53:50,393", + "created": 1608512030.393678, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_b' -> 'state_a'", "module": "__init__", - "msecs": 853.9528846740723, + "msecs": 393.6779499053955, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1711.3897800445557, - "thread": 140247577732928, + "relativeCreated": 1714.3168449401855, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -6615,33 +6615,33 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:43,854", - "created": 1592340343.854031, + "asctime": "2020-12-21 01:53:50,393", + "created": 1608512030.393722, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 854.0310859680176, + "msecs": 393.7220573425293, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1711.467981338501, - "thread": 140247577732928, + "relativeCreated": 1714.3609523773193, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 5 ], - "asctime": "2020-06-16 22:45:43,854", - "created": 1592340343.854102, + "asctime": "2020-12-21 01:53:50,393", + "created": 1608512030.393767, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -6651,14 +6651,14 @@ "lineno": 24, "message": "Increasing sequence number to 5 caused by callback_execution", "module": "test_callbacks", - "msecs": 854.1018962860107, + "msecs": 393.7671184539795, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1711.5387916564941, - "thread": 140247577732928, + "relativeCreated": 1714.4060134887695, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -6667,33 +6667,33 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:43,854", - "created": 1592340343.854179, + "asctime": "2020-12-21 01:53:50,393", + "created": 1608512030.393812, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 854.1789054870605, + "msecs": 393.8119411468506, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1711.615800857544, - "thread": 140247577732928, + "relativeCreated": 1714.4508361816406, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 6 ], - "asctime": "2020-06-16 22:45:43,854", - "created": 1592340343.854244, + "asctime": "2020-12-21 01:53:50,393", + "created": 1608512030.393852, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -6703,22 +6703,22 @@ "lineno": 24, "message": "Increasing sequence number to 6 caused by callback_execution", "module": "test_callbacks", - "msecs": 854.2439937591553, + "msecs": 393.85199546813965, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1711.6808891296387, - "thread": 140247577732928, + "relativeCreated": 1714.4908905029297, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 7 ], - "asctime": "2020-06-16 22:45:43,854", - "created": 1592340343.854321, + "asctime": "2020-12-21 01:53:50,393", + "created": 1608512030.393895, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -6728,14 +6728,14 @@ "lineno": 55, "message": "Increasing sequence number to 7 caused by sequence progress", "module": "test_callbacks", - "msecs": 854.3210029602051, + "msecs": 393.89491081237793, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1711.7578983306885, - "thread": 140247577732928, + "relativeCreated": 1714.533805847168, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -6745,25 +6745,25 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:43,854", - "created": 1592340343.854412, + "asctime": "2020-12-21 01:53:50,393", + "created": 1608512030.393947, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 854.4120788574219, + "msecs": 393.94688606262207, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1711.8489742279053, - "thread": 140247577732928, + "relativeCreated": 1714.585781097412, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -6772,33 +6772,33 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:43,854", - "created": 1592340343.854488, + "asctime": "2020-12-21 01:53:50,393", + "created": 1608512030.393991, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 854.4878959655762, + "msecs": 393.99099349975586, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1711.9247913360596, - "thread": 140247577732928, + "relativeCreated": 1714.629888534546, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 8 ], - "asctime": "2020-06-16 22:45:43,854", - "created": 1592340343.854559, + "asctime": "2020-12-21 01:53:50,394", + "created": 1608512030.394029, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -6808,14 +6808,14 @@ "lineno": 24, "message": "Increasing sequence number to 8 caused by callback_execution", "module": "test_callbacks", - "msecs": 854.5589447021484, + "msecs": 394.028902053833, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1711.9958400726318, - "thread": 140247577732928, + "relativeCreated": 1714.667797088623, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -6824,33 +6824,33 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:43,854", - "created": 1592340343.854632, + "asctime": "2020-12-21 01:53:50,394", + "created": 1608512030.394074, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 854.6319007873535, + "msecs": 394.0739631652832, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1712.068796157837, - "thread": 140247577732928, + "relativeCreated": 1714.7128582000732, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 9 ], - "asctime": "2020-06-16 22:45:43,854", - "created": 1592340343.854699, + "asctime": "2020-12-21 01:53:50,394", + "created": 1608512030.394111, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -6860,22 +6860,22 @@ "lineno": 24, "message": "Increasing sequence number to 9 caused by callback_execution", "module": "test_callbacks", - "msecs": 854.698896408081, + "msecs": 394.11091804504395, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1712.1357917785645, - "thread": 140247577732928, + "relativeCreated": 1714.749813079834, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 10 ], - "asctime": "2020-06-16 22:45:43,854", - "created": 1592340343.854779, + "asctime": "2020-12-21 01:53:50,394", + "created": 1608512030.394193, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -6885,14 +6885,14 @@ "lineno": 55, "message": "Increasing sequence number to 10 caused by sequence progress", "module": "test_callbacks", - "msecs": 854.7790050506592, + "msecs": 394.1929340362549, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1712.2159004211426, - "thread": 140247577732928, + "relativeCreated": 1714.831829071045, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -6902,25 +6902,25 @@ "'state_b'", "'state_c'" ], - "asctime": "2020-06-16 22:45:43,854", - "created": 1592340343.854869, + "asctime": "2020-12-21 01:53:50,394", + "created": 1608512030.394248, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_c'): 'state_b' -> 'state_c'", "module": "__init__", - "msecs": 854.8688888549805, + "msecs": 394.24800872802734, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1712.3057842254639, - "thread": 140247577732928, + "relativeCreated": 1714.8869037628174, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -6929,33 +6929,33 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:43,854", - "created": 1592340343.854945, + "asctime": "2020-12-21 01:53:50,394", + "created": 1608512030.394294, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 854.9449443817139, + "msecs": 394.29402351379395, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1712.3818397521973, - "thread": 140247577732928, + "relativeCreated": 1714.932918548584, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 11 ], - "asctime": "2020-06-16 22:45:43,855", - "created": 1592340343.855012, + "asctime": "2020-12-21 01:53:50,394", + "created": 1608512030.394332, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -6965,14 +6965,14 @@ "lineno": 24, "message": "Increasing sequence number to 11 caused by callback_execution", "module": "test_callbacks", - "msecs": 855.0119400024414, + "msecs": 394.3319320678711, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1712.4488353729248, - "thread": 140247577732928, + "relativeCreated": 1714.9708271026611, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -6981,33 +6981,33 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:43,855", - "created": 1592340343.855083, + "asctime": "2020-12-21 01:53:50,394", + "created": 1608512030.394374, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 855.0829887390137, + "msecs": 394.37389373779297, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1712.519884109497, - "thread": 140247577732928, + "relativeCreated": 1715.012788772583, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 12 ], - "asctime": "2020-06-16 22:45:43,855", - "created": 1592340343.855154, + "asctime": "2020-12-21 01:53:50,394", + "created": 1608512030.394411, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -7017,32 +7017,32 @@ "lineno": 24, "message": "Increasing sequence number to 12 caused by callback_execution", "module": "test_callbacks", - "msecs": 855.1540374755859, + "msecs": 394.4110870361328, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1712.5909328460693, - "thread": 140247577732928, + "relativeCreated": 1715.0499820709229, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 855.2350997924805, + "msecs": 394.4540023803711, "msg": "Running state machine sequence and storing sequence number for each callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1712.6719951629639, - "thread": 140247577732928, + "relativeCreated": 1715.0928974151611, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 8.106231689453125e-05 + "time_consumption": 4.291534423828125e-05 }, { "args": [], - "asctime": "2020-06-16 22:45:43,856", - "created": 1592340343.856377, + "asctime": "2020-12-21 01:53:50,395", + "created": 1608512030.39515, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7059,8 +7059,8 @@ "[ 1, 4, 7, 10 ]", "" ], - "asctime": "2020-06-16 22:45:43,855", - "created": 1592340343.855383, + "asctime": "2020-12-21 01:53:50,394", + "created": 1608512030.394534, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7070,14 +7070,14 @@ "lineno": 22, "message": "Result (Execution of state machine callback (1) (all_transitions, all_conditions) identified by a sequence number): [ 1, 4, 7, 10 ] ()", "module": "test", - "msecs": 855.3829193115234, + "msecs": 394.5341110229492, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1712.8198146820068, - "thread": 140247577732928, + "relativeCreated": 1715.1730060577393, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -7086,8 +7086,8 @@ "[ 1, 4, 7, 10 ]", "" ], - "asctime": "2020-06-16 22:45:43,855", - "created": 1592340343.855462, + "asctime": "2020-12-21 01:53:50,394", + "created": 1608512030.394579, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7097,14 +7097,14 @@ "lineno": 26, "message": "Expectation (Execution of state machine callback (1) (all_transitions, all_conditions) identified by a sequence number): result = [ 1, 4, 7, 10 ] ()", "module": "test", - "msecs": 855.4620742797852, + "msecs": 394.5789337158203, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1712.8989696502686, - "thread": 140247577732928, + "relativeCreated": 1715.2178287506104, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -7113,8 +7113,8 @@ "1", "" ], - "asctime": "2020-06-16 22:45:43,855", - "created": 1592340343.855542, + "asctime": "2020-12-21 01:53:50,394", + "created": 1608512030.394622, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7124,14 +7124,14 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 ()", "module": "test", - "msecs": 855.5419445037842, + "msecs": 394.6220874786377, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1712.9788398742676, - "thread": 140247577732928, + "relativeCreated": 1715.2609825134277, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -7140,8 +7140,8 @@ "1", "" ], - "asctime": "2020-06-16 22:45:43,855", - "created": 1592340343.85561, + "asctime": "2020-12-21 01:53:50,394", + "created": 1608512030.394663, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7151,14 +7151,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 ()", "module": "test", - "msecs": 855.6098937988281, + "msecs": 394.66309547424316, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1713.0467891693115, - "thread": 140247577732928, + "relativeCreated": 1715.3019905090332, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -7166,8 +7166,8 @@ "1", "" ], - "asctime": "2020-06-16 22:45:43,855", - "created": 1592340343.855679, + "asctime": "2020-12-21 01:53:50,394", + "created": 1608512030.394713, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7177,14 +7177,14 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 855.6790351867676, + "msecs": 394.7129249572754, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1713.115930557251, - "thread": 140247577732928, + "relativeCreated": 1715.3518199920654, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -7193,8 +7193,8 @@ "4", "" ], - "asctime": "2020-06-16 22:45:43,855", - "created": 1592340343.855759, + "asctime": "2020-12-21 01:53:50,394", + "created": 1608512030.394757, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7204,14 +7204,14 @@ "lineno": 22, "message": "Result (Submitted value number 2): 4 ()", "module": "test", - "msecs": 855.7589054107666, + "msecs": 394.7570323944092, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1713.19580078125, - "thread": 140247577732928, + "relativeCreated": 1715.3959274291992, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -7220,8 +7220,8 @@ "4", "" ], - "asctime": "2020-06-16 22:45:43,855", - "created": 1592340343.855824, + "asctime": "2020-12-21 01:53:50,394", + "created": 1608512030.394795, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7231,14 +7231,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 4 ()", "module": "test", - "msecs": 855.8239936828613, + "msecs": 394.7949409484863, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1713.2608890533447, - "thread": 140247577732928, + "relativeCreated": 1715.4338359832764, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -7246,8 +7246,8 @@ "4", "" ], - "asctime": "2020-06-16 22:45:43,855", - "created": 1592340343.855898, + "asctime": "2020-12-21 01:53:50,394", + "created": 1608512030.394851, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7257,14 +7257,14 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 4 and Type is ).", "module": "test", - "msecs": 855.8979034423828, + "msecs": 394.8509693145752, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1713.3347988128662, - "thread": 140247577732928, + "relativeCreated": 1715.4898643493652, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -7273,8 +7273,8 @@ "7", "" ], - "asctime": "2020-06-16 22:45:43,855", - "created": 1592340343.855967, + "asctime": "2020-12-21 01:53:50,394", + "created": 1608512030.394893, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7284,14 +7284,14 @@ "lineno": 22, "message": "Result (Submitted value number 3): 7 ()", "module": "test", - "msecs": 855.9670448303223, + "msecs": 394.89293098449707, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1713.4039402008057, - "thread": 140247577732928, + "relativeCreated": 1715.531826019287, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -7300,8 +7300,8 @@ "7", "" ], - "asctime": "2020-06-16 22:45:43,856", - "created": 1592340343.856037, + "asctime": "2020-12-21 01:53:50,394", + "created": 1608512030.394942, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7311,14 +7311,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 3): result = 7 ()", "module": "test", - "msecs": 856.036901473999, + "msecs": 394.942045211792, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1713.4737968444824, - "thread": 140247577732928, + "relativeCreated": 1715.580940246582, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -7326,8 +7326,8 @@ "7", "" ], - "asctime": "2020-06-16 22:45:43,856", - "created": 1592340343.856105, + "asctime": "2020-12-21 01:53:50,394", + "created": 1608512030.394981, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7337,14 +7337,14 @@ "lineno": 142, "message": "Submitted value number 3 is correct (Content 7 and Type is ).", "module": "test", - "msecs": 856.1050891876221, + "msecs": 394.98090744018555, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1713.5419845581055, - "thread": 140247577732928, + "relativeCreated": 1715.6198024749756, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -7353,8 +7353,8 @@ "10", "" ], - "asctime": "2020-06-16 22:45:43,856", - "created": 1592340343.856173, + "asctime": "2020-12-21 01:53:50,395", + "created": 1608512030.395024, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7364,14 +7364,14 @@ "lineno": 22, "message": "Result (Submitted value number 4): 10 ()", "module": "test", - "msecs": 856.173038482666, + "msecs": 395.02406120300293, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1713.6099338531494, - "thread": 140247577732928, + "relativeCreated": 1715.662956237793, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -7380,8 +7380,8 @@ "10", "" ], - "asctime": "2020-06-16 22:45:43,856", - "created": 1592340343.856238, + "asctime": "2020-12-21 01:53:50,395", + "created": 1608512030.395066, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7391,14 +7391,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 4): result = 10 ()", "module": "test", - "msecs": 856.2378883361816, + "msecs": 395.0660228729248, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1713.674783706665, - "thread": 140247577732928, + "relativeCreated": 1715.7049179077148, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -7406,8 +7406,8 @@ "10", "" ], - "asctime": "2020-06-16 22:45:43,856", - "created": 1592340343.856312, + "asctime": "2020-12-21 01:53:50,395", + "created": 1608512030.395113, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7417,32 +7417,32 @@ "lineno": 142, "message": "Submitted value number 4 is correct (Content 10 and Type is ).", "module": "test", - "msecs": 856.3120365142822, + "msecs": 395.1129913330078, "msg": "Submitted value number 4 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1713.7489318847656, - "thread": 140247577732928, + "relativeCreated": 1715.7518863677979, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 856.3768863677979, + "msecs": 395.14994621276855, "msg": "Execution of state machine callback (1) (all_transitions, all_conditions) identified by a sequence number: Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1713.8137817382812, - "thread": 140247577732928, + "relativeCreated": 1715.7888412475586, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 6.4849853515625e-05 + "time_consumption": 3.695487976074219e-05 }, { "args": [], - "asctime": "2020-06-16 22:45:43,857", - "created": 1592340343.857496, + "asctime": "2020-12-21 01:53:50,395", + "created": 1608512030.395797, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7459,8 +7459,8 @@ "[ 2, 5, 8, 11 ]", "" ], - "asctime": "2020-06-16 22:45:43,856", - "created": 1592340343.856512, + "asctime": "2020-12-21 01:53:50,395", + "created": 1608512030.395224, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7470,14 +7470,14 @@ "lineno": 22, "message": "Result (Execution of state machine callback (2) (all_transitions, all_conditions) identified by a sequence number): [ 2, 5, 8, 11 ] ()", "module": "test", - "msecs": 856.5120697021484, + "msecs": 395.22409439086914, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1713.9489650726318, - "thread": 140247577732928, + "relativeCreated": 1715.8629894256592, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -7486,8 +7486,8 @@ "[ 2, 5, 8, 11 ]", "" ], - "asctime": "2020-06-16 22:45:43,856", - "created": 1592340343.856597, + "asctime": "2020-12-21 01:53:50,395", + "created": 1608512030.395268, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7497,14 +7497,14 @@ "lineno": 26, "message": "Expectation (Execution of state machine callback (2) (all_transitions, all_conditions) identified by a sequence number): result = [ 2, 5, 8, 11 ] ()", "module": "test", - "msecs": 856.5969467163086, + "msecs": 395.2679634094238, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1714.033842086792, - "thread": 140247577732928, + "relativeCreated": 1715.9068584442139, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -7513,8 +7513,8 @@ "2", "" ], - "asctime": "2020-06-16 22:45:43,856", - "created": 1592340343.856671, + "asctime": "2020-12-21 01:53:50,395", + "created": 1608512030.395309, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7524,14 +7524,14 @@ "lineno": 22, "message": "Result (Submitted value number 1): 2 ()", "module": "test", - "msecs": 856.6710948944092, + "msecs": 395.3089714050293, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1714.1079902648926, - "thread": 140247577732928, + "relativeCreated": 1715.9478664398193, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -7540,8 +7540,8 @@ "2", "" ], - "asctime": "2020-06-16 22:45:43,856", - "created": 1592340343.856737, + "asctime": "2020-12-21 01:53:50,395", + "created": 1608512030.395351, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7551,14 +7551,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 2 ()", "module": "test", - "msecs": 856.7368984222412, + "msecs": 395.3509330749512, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1714.1737937927246, - "thread": 140247577732928, + "relativeCreated": 1715.9898281097412, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -7566,8 +7566,8 @@ "2", "" ], - "asctime": "2020-06-16 22:45:43,856", - "created": 1592340343.856805, + "asctime": "2020-12-21 01:53:50,395", + "created": 1608512030.39539, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7577,14 +7577,14 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 856.8050861358643, + "msecs": 395.3900337219238, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1714.2419815063477, - "thread": 140247577732928, + "relativeCreated": 1716.0289287567139, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -7593,8 +7593,8 @@ "5", "" ], - "asctime": "2020-06-16 22:45:43,856", - "created": 1592340343.856886, + "asctime": "2020-12-21 01:53:50,395", + "created": 1608512030.39543, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7604,14 +7604,14 @@ "lineno": 22, "message": "Result (Submitted value number 2): 5 ()", "module": "test", - "msecs": 856.8859100341797, + "msecs": 395.4300880432129, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1714.322805404663, - "thread": 140247577732928, + "relativeCreated": 1716.068983078003, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -7620,8 +7620,8 @@ "5", "" ], - "asctime": "2020-06-16 22:45:43,856", - "created": 1592340343.856953, + "asctime": "2020-12-21 01:53:50,395", + "created": 1608512030.395467, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7631,14 +7631,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 5 ()", "module": "test", - "msecs": 856.9529056549072, + "msecs": 395.46704292297363, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1714.3898010253906, - "thread": 140247577732928, + "relativeCreated": 1716.1059379577637, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -7646,8 +7646,8 @@ "5", "" ], - "asctime": "2020-06-16 22:45:43,857", - "created": 1592340343.857019, + "asctime": "2020-12-21 01:53:50,395", + "created": 1608512030.39551, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7657,14 +7657,14 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 5 and Type is ).", "module": "test", - "msecs": 857.0189476013184, + "msecs": 395.5099582672119, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1714.4558429718018, - "thread": 140247577732928, + "relativeCreated": 1716.148853302002, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -7673,8 +7673,8 @@ "8", "" ], - "asctime": "2020-06-16 22:45:43,857", - "created": 1592340343.857088, + "asctime": "2020-12-21 01:53:50,395", + "created": 1608512030.395554, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7684,14 +7684,14 @@ "lineno": 22, "message": "Result (Submitted value number 3): 8 ()", "module": "test", - "msecs": 857.0880889892578, + "msecs": 395.5540657043457, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1714.5249843597412, - "thread": 140247577732928, + "relativeCreated": 1716.1929607391357, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -7700,8 +7700,8 @@ "8", "" ], - "asctime": "2020-06-16 22:45:43,857", - "created": 1592340343.857158, + "asctime": "2020-12-21 01:53:50,395", + "created": 1608512030.395591, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7711,14 +7711,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 3): result = 8 ()", "module": "test", - "msecs": 857.1579456329346, + "msecs": 395.59102058410645, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1714.594841003418, - "thread": 140247577732928, + "relativeCreated": 1716.2299156188965, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -7726,8 +7726,8 @@ "8", "" ], - "asctime": "2020-06-16 22:45:43,857", - "created": 1592340343.857225, + "asctime": "2020-12-21 01:53:50,395", + "created": 1608512030.395629, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7737,14 +7737,14 @@ "lineno": 142, "message": "Submitted value number 3 is correct (Content 8 and Type is ).", "module": "test", - "msecs": 857.2249412536621, + "msecs": 395.6289291381836, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1714.6618366241455, - "thread": 140247577732928, + "relativeCreated": 1716.2678241729736, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -7753,8 +7753,8 @@ "11", "" ], - "asctime": "2020-06-16 22:45:43,857", - "created": 1592340343.857294, + "asctime": "2020-12-21 01:53:50,395", + "created": 1608512030.395676, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7764,14 +7764,14 @@ "lineno": 22, "message": "Result (Submitted value number 4): 11 ()", "module": "test", - "msecs": 857.2940826416016, + "msecs": 395.6758975982666, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1714.730978012085, - "thread": 140247577732928, + "relativeCreated": 1716.3147926330566, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -7780,8 +7780,8 @@ "11", "" ], - "asctime": "2020-06-16 22:45:43,857", - "created": 1592340343.857359, + "asctime": "2020-12-21 01:53:50,395", + "created": 1608512030.395715, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7791,14 +7791,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 4): result = 11 ()", "module": "test", - "msecs": 857.3589324951172, + "msecs": 395.71499824523926, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1714.7958278656006, - "thread": 140247577732928, + "relativeCreated": 1716.3538932800293, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -7806,8 +7806,8 @@ "11", "" ], - "asctime": "2020-06-16 22:45:43,857", - "created": 1592340343.857426, + "asctime": "2020-12-21 01:53:50,395", + "created": 1608512030.395756, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7817,39 +7817,39 @@ "lineno": 142, "message": "Submitted value number 4 is correct (Content 11 and Type is ).", "module": "test", - "msecs": 857.4259281158447, + "msecs": 395.7560062408447, "msg": "Submitted value number 4 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1714.8628234863281, - "thread": 140247577732928, + "relativeCreated": 1716.3949012756348, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 857.4960231781006, + "msecs": 395.7970142364502, "msg": "Execution of state machine callback (2) (all_transitions, all_conditions) identified by a sequence number: Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 1714.932918548584, - "thread": 140247577732928, + "relativeCreated": 1716.4359092712402, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 7.009506225585938e-05 + "time_consumption": 4.100799560546875e-05 } ], - "thread": 140247577732928, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.0043680667877197266, - "time_finished": "2020-06-16 22:45:43,857", - "time_start": "2020-06-16 22:45:43,853" + "time_consumption": 0.0025920867919921875, + "time_finished": "2020-12-21 01:53:50,395", + "time_start": "2020-12-21 01:53:50,393" }, "_fE3tMHczEemrUqotql_Blw": { "args": null, - "asctime": "2020-06-16 22:45:42,200", - "created": 1592340342.200482, + "asctime": "2020-12-21 01:53:48,740", + "created": 1608512028.740539, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7860,18 +7860,18 @@ "message": "_fE3tMHczEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 200.48189163208008, + "msecs": 740.5390739440918, "msg": "_fE3tMHczEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 57.91878700256348, + "relativeCreated": 61.177968978881836, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:42,201", - "created": 1592340342.201206, + "asctime": "2020-12-21 01:53:48,740", + "created": 1608512028.740683, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -7889,46 +7889,46 @@ "None", "'state_a'" ], - "asctime": "2020-06-16 22:45:42,200", - "created": 1592340342.200959, + "asctime": "2020-12-21 01:53:48,740", + "created": 1608512028.740631, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 200.9589672088623, + "msecs": 740.631103515625, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 58.3958625793457, - "thread": 140247577732928, + "relativeCreated": 61.26999855041504, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 201.20596885681152, + "msecs": 740.6830787658691, "msg": "Initialising state machine with state_a", "name": "__tLogger__", "pathname": "src/tests/test_transitions.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 58.64286422729492, - "thread": 140247577732928, + "relativeCreated": 61.32197380065918, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.00024700164794921875 + "time_consumption": 5.1975250244140625e-05 }, { "args": [ "'state_a'", "" ], - "asctime": "2020-06-16 22:45:42,201", - "created": 1592340342.201933, + "asctime": "2020-12-21 01:53:48,740", + "created": 1608512028.740838, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7945,8 +7945,8 @@ "'state_a'", "" ], - "asctime": "2020-06-16 22:45:42,201", - "created": 1592340342.201506, + "asctime": "2020-12-21 01:53:48,740", + "created": 1608512028.740754, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7956,14 +7956,14 @@ "lineno": 22, "message": "Result (Initial state after Initialisation): 'state_a' ()", "module": "test", - "msecs": 201.5058994293213, + "msecs": 740.7538890838623, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 58.94279479980469, - "thread": 140247577732928, + "relativeCreated": 61.392784118652344, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -7972,8 +7972,8 @@ "'state_a'", "" ], - "asctime": "2020-06-16 22:45:42,201", - "created": 1592340342.201687, + "asctime": "2020-12-21 01:53:48,740", + "created": 1608512028.740795, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7983,34 +7983,34 @@ "lineno": 26, "message": "Expectation (Initial state after Initialisation): result = 'state_a' ()", "module": "test", - "msecs": 201.68709754943848, + "msecs": 740.7948970794678, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 59.123992919921875, - "thread": 140247577732928, + "relativeCreated": 61.43379211425781, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 201.9329071044922, + "msecs": 740.8380508422852, "msg": "Initial state after Initialisation is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 59.369802474975586, - "thread": 140247577732928, + "relativeCreated": 61.476945877075195, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.00024580955505371094 + "time_consumption": 4.315376281738281e-05 }, { "args": [ 0.16 ], - "asctime": "2020-06-16 22:45:42,352", - "created": 1592340342.352859, + "asctime": "2020-12-21 01:53:48,891", + "created": 1608512028.891387, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -8028,46 +8028,46 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:42,352", - "created": 1592340342.352351, + "asctime": "2020-12-21 01:53:48,891", + "created": 1608512028.891022, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_true'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 352.35095024108887, + "msecs": 891.0219669342041, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 209.78784561157227, - "thread": 140247577732928, + "relativeCreated": 211.66086196899414, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 352.8590202331543, + "msecs": 891.3869857788086, "msg": "Waiting for %.3fs or state change", "name": "__tLogger__", "pathname": "src/tests/test_transitions.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 210.2959156036377, - "thread": 140247577732928, + "relativeCreated": 212.02588081359863, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.0005080699920654297 + "time_consumption": 0.0003650188446044922 }, { "args": [ "'state_b'", "" ], - "asctime": "2020-06-16 22:45:42,353", - "created": 1592340342.353759, + "asctime": "2020-12-21 01:53:48,891", + "created": 1608512028.891825, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8084,8 +8084,8 @@ "'state_b'", "" ], - "asctime": "2020-06-16 22:45:42,353", - "created": 1592340342.353416, + "asctime": "2020-12-21 01:53:48,891", + "created": 1608512028.891672, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8095,14 +8095,14 @@ "lineno": 22, "message": "Result (State after 1st cycle): 'state_b' ()", "module": "test", - "msecs": 353.41596603393555, + "msecs": 891.671895980835, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 210.85286140441895, - "thread": 140247577732928, + "relativeCreated": 212.310791015625, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -8111,8 +8111,8 @@ "'state_b'", "" ], - "asctime": "2020-06-16 22:45:42,353", - "created": 1592340342.353591, + "asctime": "2020-12-21 01:53:48,891", + "created": 1608512028.891752, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8122,37 +8122,37 @@ "lineno": 26, "message": "Expectation (State after 1st cycle): result = 'state_b' ()", "module": "test", - "msecs": 353.5909652709961, + "msecs": 891.7520046234131, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 211.0278606414795, - "thread": 140247577732928, + "relativeCreated": 212.39089965820312, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 353.7590503692627, + "msecs": 891.8249607086182, "msg": "State after 1st cycle is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 211.1959457397461, - "thread": 140247577732928, + "relativeCreated": 212.4638557434082, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.00016808509826660156 + "time_consumption": 7.295608520507812e-05 }, { "args": [ - "0.1506669521331787", + "0.15047717094421387", "0.145", "0.155", "" ], - "asctime": "2020-06-16 22:45:42,354", - "created": 1592340342.354313, + "asctime": "2020-12-21 01:53:48,892", + "created": 1608512028.892083, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8160,17 +8160,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Transition time after 1st cycle is correct (Content 0.1506669521331787 in [0.145 ... 0.155] and Type is ).", + "message": "Transition time after 1st cycle is correct (Content 0.15047717094421387 in [0.145 ... 0.155] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Transition time after 1st cycle", - "0.1506669521331787", + "0.15047717094421387", "" ], - "asctime": "2020-06-16 22:45:42,354", - "created": 1592340342.354012, + "asctime": "2020-12-21 01:53:48,891", + "created": 1608512028.891944, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8178,16 +8178,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Transition time after 1st cycle): 0.1506669521331787 ()", + "message": "Result (Transition time after 1st cycle): 0.15047717094421387 ()", "module": "test", - "msecs": 354.01201248168945, + "msecs": 891.9439315795898, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 211.44890785217285, - "thread": 140247577732928, + "relativeCreated": 212.58282661437988, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -8196,8 +8196,8 @@ "0.145", "0.155" ], - "asctime": "2020-06-16 22:45:42,354", - "created": 1592340342.354161, + "asctime": "2020-12-21 01:53:48,892", + "created": 1608512028.892013, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8207,34 +8207,34 @@ "lineno": 30, "message": "Expectation (Transition time after 1st cycle): 0.145 <= result <= 0.155", "module": "test", - "msecs": 354.16102409362793, + "msecs": 892.0130729675293, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 211.59791946411133, - "thread": 140247577732928, + "relativeCreated": 212.65196800231934, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 354.3128967285156, + "msecs": 892.082929611206, "msg": "Transition time after 1st cycle is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 211.74979209899902, - "thread": 140247577732928, + "relativeCreated": 212.7218246459961, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.0001518726348876953 + "time_consumption": 6.985664367675781e-05 }, { "args": [ 0.235 ], - "asctime": "2020-06-16 22:45:42,580", - "created": 1592340342.5803, + "asctime": "2020-12-21 01:53:49,117", + "created": 1608512029.117873, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -8252,46 +8252,46 @@ "'state_b'", "'state_c'" ], - "asctime": "2020-06-16 22:45:42,579", - "created": 1592340342.579829, + "asctime": "2020-12-21 01:53:49,117", + "created": 1608512029.117423, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_true'): 'state_b' -> 'state_c'", "module": "__init__", - "msecs": 579.8289775848389, + "msecs": 117.42305755615234, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 437.26587295532227, - "thread": 140247577732928, + "relativeCreated": 438.0619525909424, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 580.3000926971436, + "msecs": 117.87295341491699, "msg": "Waiting for %.3fs or state change", "name": "__tLogger__", "pathname": "src/tests/test_transitions.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 437.73698806762695, - "thread": 140247577732928, + "relativeCreated": 438.51184844970703, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.0004711151123046875 + "time_consumption": 0.00044989585876464844 }, { "args": [ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:42,581", - "created": 1592340342.581044, + "asctime": "2020-12-21 01:53:49,118", + "created": 1608512029.118307, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8308,8 +8308,8 @@ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:42,580", - "created": 1592340342.580693, + "asctime": "2020-12-21 01:53:49,118", + "created": 1608512029.118105, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8319,14 +8319,14 @@ "lineno": 22, "message": "Result (State after 2nd cycle): 'state_c' ()", "module": "test", - "msecs": 580.6930065155029, + "msecs": 118.10493469238281, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 438.1299018859863, - "thread": 140247577732928, + "relativeCreated": 438.74382972717285, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -8335,8 +8335,8 @@ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:42,580", - "created": 1592340342.580865, + "asctime": "2020-12-21 01:53:49,118", + "created": 1608512029.118219, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8346,37 +8346,37 @@ "lineno": 26, "message": "Expectation (State after 2nd cycle): result = 'state_c' ()", "module": "test", - "msecs": 580.8649063110352, + "msecs": 118.21889877319336, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 438.30180168151855, - "thread": 140247577732928, + "relativeCreated": 438.8577938079834, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 581.0439586639404, + "msecs": 118.30711364746094, "msg": "State after 2nd cycle is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 438.4808540344238, - "thread": 140247577732928, + "relativeCreated": 438.946008682251, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.00017905235290527344 + "time_consumption": 8.821487426757812e-05 }, { "args": [ - "0.15042591094970703", + "0.15042805671691895", "0.145", "0.155", "" ], - "asctime": "2020-06-16 22:45:42,581", - "created": 1592340342.581595, + "asctime": "2020-12-21 01:53:49,118", + "created": 1608512029.118757, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8384,17 +8384,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Transition time after 2nd cycle is correct (Content 0.15042591094970703 in [0.145 ... 0.155] and Type is ).", + "message": "Transition time after 2nd cycle is correct (Content 0.15042805671691895 in [0.145 ... 0.155] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Transition time after 2nd cycle", - "0.15042591094970703", + "0.15042805671691895", "" ], - "asctime": "2020-06-16 22:45:42,581", - "created": 1592340342.581285, + "asctime": "2020-12-21 01:53:49,118", + "created": 1608512029.118569, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8402,16 +8402,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Transition time after 2nd cycle): 0.15042591094970703 ()", + "message": "Result (Transition time after 2nd cycle): 0.15042805671691895 ()", "module": "test", - "msecs": 581.2849998474121, + "msecs": 118.56889724731445, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 438.7218952178955, - "thread": 140247577732928, + "relativeCreated": 439.2077922821045, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -8420,8 +8420,8 @@ "0.145", "0.155" ], - "asctime": "2020-06-16 22:45:42,581", - "created": 1592340342.581431, + "asctime": "2020-12-21 01:53:49,118", + "created": 1608512029.118646, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8431,37 +8431,37 @@ "lineno": 30, "message": "Expectation (Transition time after 2nd cycle): 0.145 <= result <= 0.155", "module": "test", - "msecs": 581.4309120178223, + "msecs": 118.64590644836426, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 438.86780738830566, - "thread": 140247577732928, + "relativeCreated": 439.2848014831543, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 581.5949440002441, + "msecs": 118.75700950622559, "msg": "Transition time after 2nd cycle is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 439.03183937072754, - "thread": 140247577732928, + "relativeCreated": 439.3959045410156, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.000164031982421875 + "time_consumption": 0.00011110305786132812 }, { "args": [ - "0.22575688362121582", + "0.22568202018737793", "0.21999999999999997", "0.22999999999999998", "" ], - "asctime": "2020-06-16 22:45:42,582", - "created": 1592340342.582149, + "asctime": "2020-12-21 01:53:49,119", + "created": 1608512029.119093, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8469,17 +8469,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Previous state duration is correct (Content 0.22575688362121582 in [0.21999999999999997 ... 0.22999999999999998] and Type is ).", + "message": "Previous state duration is correct (Content 0.22568202018737793 in [0.21999999999999997 ... 0.22999999999999998] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Previous state duration", - "0.22575688362121582", + "0.22568202018737793", "" ], - "asctime": "2020-06-16 22:45:42,581", - "created": 1592340342.581825, + "asctime": "2020-12-21 01:53:49,118", + "created": 1608512029.118897, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8487,16 +8487,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Previous state duration): 0.22575688362121582 ()", + "message": "Result (Previous state duration): 0.22568202018737793 ()", "module": "test", - "msecs": 581.8250179290771, + "msecs": 118.8969612121582, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 439.26191329956055, - "thread": 140247577732928, + "relativeCreated": 439.53585624694824, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -8505,8 +8505,8 @@ "0.21999999999999997", "0.22999999999999998" ], - "asctime": "2020-06-16 22:45:42,581", - "created": 1592340342.581966, + "asctime": "2020-12-21 01:53:49,118", + "created": 1608512029.118985, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8516,39 +8516,39 @@ "lineno": 30, "message": "Expectation (Previous state duration): 0.21999999999999997 <= result <= 0.22999999999999998", "module": "test", - "msecs": 581.9659233093262, + "msecs": 118.98493766784668, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 439.40281867980957, - "thread": 140247577732928, + "relativeCreated": 439.6238327026367, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 582.1490287780762, + "msecs": 119.09294128417969, "msg": "Previous state duration is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 439.58592414855957, - "thread": 140247577732928, + "relativeCreated": 439.7318363189697, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.00018310546875 + "time_consumption": 0.00010800361633300781 } ], - "thread": 140247577732928, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.3816671371459961, - "time_finished": "2020-06-16 22:45:42,582", - "time_start": "2020-06-16 22:45:42,200" + "time_consumption": 0.3785538673400879, + "time_finished": "2020-12-21 01:53:49,119", + "time_start": "2020-12-21 01:53:48,740" }, "_iTFPQHcrEemrUqotql_Blw": { "args": null, - "asctime": "2020-06-16 22:45:42,193", - "created": 1592340342.193025, + "asctime": "2020-12-21 01:53:48,738", + "created": 1608512028.738434, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8559,18 +8559,18 @@ "message": "_iTFPQHcrEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 193.0251121520996, + "msecs": 738.4340763092041, "msg": "_iTFPQHcrEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 50.46200752258301, + "relativeCreated": 59.07297134399414, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:42,193", - "created": 1592340342.193146, + "asctime": "2020-12-21 01:53:48,738", + "created": 1608512028.738558, "exc_info": null, "exc_text": null, "filename": "test_init.py", @@ -8588,46 +8588,46 @@ "None", "'state_c'" ], - "asctime": "2020-06-16 22:45:42,193", - "created": 1592340342.193095, + "asctime": "2020-12-21 01:53:48,738", + "created": 1608512028.738505, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_c'", "module": "__init__", - "msecs": 193.09496879577637, + "msecs": 738.5048866271973, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 50.531864166259766, - "thread": 140247577732928, + "relativeCreated": 59.143781661987305, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 193.1459903717041, + "msecs": 738.5580539703369, "msg": "Initialising the state machine with state_c", "name": "__tLogger__", "pathname": "src/tests/test_init.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 50.5828857421875, - "thread": 140247577732928, + "relativeCreated": 59.19694900512695, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 5.1021575927734375e-05 + "time_consumption": 5.316734313964844e-05 }, { "args": [ "{'1': 1, '2': 'two'}", "" ], - "asctime": "2020-06-16 22:45:42,193", - "created": 1592340342.193326, + "asctime": "2020-12-21 01:53:48,738", + "created": 1608512028.738733, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8644,8 +8644,8 @@ "{ '1': 1, '2': 'two' }", "" ], - "asctime": "2020-06-16 22:45:42,193", - "created": 1592340342.193218, + "asctime": "2020-12-21 01:53:48,738", + "created": 1608512028.738626, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8655,14 +8655,14 @@ "lineno": 22, "message": "Result (Keyword argument kw_arg_no_4 stored in state_machine): { '1': 1, '2': 'two' } ()", "module": "test", - "msecs": 193.21799278259277, + "msecs": 738.6260032653809, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 50.65488815307617, - "thread": 140247577732928, + "relativeCreated": 59.2648983001709, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -8671,8 +8671,8 @@ "{ '1': 1, '2': 'two' }", "" ], - "asctime": "2020-06-16 22:45:42,193", - "created": 1592340342.193263, + "asctime": "2020-12-21 01:53:48,738", + "created": 1608512028.73867, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8682,25 +8682,25 @@ "lineno": 26, "message": "Expectation (Keyword argument kw_arg_no_4 stored in state_machine): result = { '1': 1, '2': 'two' } ()", "module": "test", - "msecs": 193.26305389404297, + "msecs": 738.6701107025146, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 50.69994926452637, - "thread": 140247577732928, + "relativeCreated": 59.30900573730469, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 193.32599639892578, + "msecs": 738.7330532073975, "msg": "Keyword argument kw_arg_no_4 stored in state_machine is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 50.76289176940918, - "thread": 140247577732928, + "relativeCreated": 59.3719482421875, + "thread": 139933697447744, "threadName": "MainThread", "time_consumption": 6.29425048828125e-05 }, @@ -8709,8 +8709,8 @@ "1", "" ], - "asctime": "2020-06-16 22:45:42,193", - "created": 1592340342.193474, + "asctime": "2020-12-21 01:53:48,738", + "created": 1608512028.738882, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8727,8 +8727,8 @@ "1", "" ], - "asctime": "2020-06-16 22:45:42,193", - "created": 1592340342.193395, + "asctime": "2020-12-21 01:53:48,738", + "created": 1608512028.738802, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8738,14 +8738,14 @@ "lineno": 22, "message": "Result (Keyword argument kw_arg_no_1 stored in state_machine): 1 ()", "module": "test", - "msecs": 193.39489936828613, + "msecs": 738.8019561767578, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 50.83179473876953, - "thread": 140247577732928, + "relativeCreated": 59.44085121154785, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -8754,8 +8754,8 @@ "1", "" ], - "asctime": "2020-06-16 22:45:42,193", - "created": 1592340342.193435, + "asctime": "2020-12-21 01:53:48,738", + "created": 1608512028.738842, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8765,35 +8765,35 @@ "lineno": 26, "message": "Expectation (Keyword argument kw_arg_no_1 stored in state_machine): result = 1 ()", "module": "test", - "msecs": 193.4349536895752, + "msecs": 738.8420104980469, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 50.871849060058594, - "thread": 140247577732928, + "relativeCreated": 59.480905532836914, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 193.47405433654785, + "msecs": 738.8820648193359, "msg": "Keyword argument kw_arg_no_1 stored in state_machine is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 50.91094970703125, - "thread": 140247577732928, + "relativeCreated": 59.52095985412598, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 3.910064697265625e-05 + "time_consumption": 4.00543212890625e-05 }, { "args": [ "True", "" ], - "asctime": "2020-06-16 22:45:42,193", - "created": 1592340342.193616, + "asctime": "2020-12-21 01:53:48,739", + "created": 1608512028.73905, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8810,8 +8810,8 @@ "True", "" ], - "asctime": "2020-06-16 22:45:42,193", - "created": 1592340342.193536, + "asctime": "2020-12-21 01:53:48,738", + "created": 1608512028.738955, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8821,14 +8821,14 @@ "lineno": 22, "message": "Result (Keyword argument kw_arg_no_3 stored in state_machine): True ()", "module": "test", - "msecs": 193.53604316711426, + "msecs": 738.955020904541, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 50.972938537597656, - "thread": 140247577732928, + "relativeCreated": 59.593915939331055, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -8837,8 +8837,8 @@ "True", "" ], - "asctime": "2020-06-16 22:45:42,193", - "created": 1592340342.193575, + "asctime": "2020-12-21 01:53:48,739", + "created": 1608512028.739002, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8848,35 +8848,35 @@ "lineno": 26, "message": "Expectation (Keyword argument kw_arg_no_3 stored in state_machine): result = True ()", "module": "test", - "msecs": 193.5749053955078, + "msecs": 739.001989364624, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 51.01180076599121, - "thread": 140247577732928, + "relativeCreated": 59.64088439941406, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 193.61591339111328, + "msecs": 739.0499114990234, "msg": "Keyword argument kw_arg_no_3 stored in state_machine is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 51.05280876159668, - "thread": 140247577732928, + "relativeCreated": 59.68880653381348, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 4.100799560546875e-05 + "time_consumption": 4.792213439941406e-05 }, { "args": [ "'2'", "" ], - "asctime": "2020-06-16 22:45:42,193", - "created": 1592340342.193756, + "asctime": "2020-12-21 01:53:48,739", + "created": 1608512028.739214, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8893,8 +8893,8 @@ "'2'", "" ], - "asctime": "2020-06-16 22:45:42,193", - "created": 1592340342.193675, + "asctime": "2020-12-21 01:53:48,739", + "created": 1608512028.739125, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8904,14 +8904,14 @@ "lineno": 22, "message": "Result (Keyword argument kw_arg_no_2 stored in state_machine): '2' ()", "module": "test", - "msecs": 193.67504119873047, + "msecs": 739.1250133514404, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 51.11193656921387, - "thread": 140247577732928, + "relativeCreated": 59.76390838623047, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -8920,8 +8920,8 @@ "'2'", "" ], - "asctime": "2020-06-16 22:45:42,193", - "created": 1592340342.193713, + "asctime": "2020-12-21 01:53:48,739", + "created": 1608512028.739171, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8931,39 +8931,39 @@ "lineno": 26, "message": "Expectation (Keyword argument kw_arg_no_2 stored in state_machine): result = '2' ()", "module": "test", - "msecs": 193.71294975280762, + "msecs": 739.171028137207, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 51.149845123291016, - "thread": 140247577732928, + "relativeCreated": 59.80992317199707, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 193.756103515625, + "msecs": 739.2139434814453, "msg": "Keyword argument kw_arg_no_2 stored in state_machine is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 51.1929988861084, - "thread": 140247577732928, + "relativeCreated": 59.85283851623535, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 4.315376281738281e-05 + "time_consumption": 4.291534423828125e-05 } ], - "thread": 140247577732928, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.0007309913635253906, - "time_finished": "2020-06-16 22:45:42,193", - "time_start": "2020-06-16 22:45:42,193" + "time_consumption": 0.0007798671722412109, + "time_finished": "2020-12-21 01:53:48,739", + "time_start": "2020-12-21 01:53:48,738" }, "_j2FvkHcqEemrUqotql_Blw": { "args": null, - "asctime": "2020-06-16 22:45:42,192", - "created": 1592340342.192216, + "asctime": "2020-12-21 01:53:48,737", + "created": 1608512028.737582, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8974,18 +8974,18 @@ "message": "_j2FvkHcqEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 192.2159194946289, + "msecs": 737.5819683074951, "msg": "_j2FvkHcqEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 49.652814865112305, + "relativeCreated": 58.220863342285156, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:42,192", - "created": 1592340342.192334, + "asctime": "2020-12-21 01:53:48,737", + "created": 1608512028.73771, "exc_info": null, "exc_text": null, "filename": "test_init.py", @@ -9003,46 +9003,46 @@ "None", "'state_c'" ], - "asctime": "2020-06-16 22:45:42,192", - "created": 1592340342.192286, + "asctime": "2020-12-21 01:53:48,737", + "created": 1608512028.737656, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_c'", "module": "__init__", - "msecs": 192.28601455688477, + "msecs": 737.6561164855957, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 49.722909927368164, - "thread": 140247577732928, + "relativeCreated": 58.29501152038574, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 192.33393669128418, + "msecs": 737.7099990844727, "msg": "Initialising the state machine with state_c", "name": "__tLogger__", "pathname": "src/tests/test_init.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 49.77083206176758, - "thread": 140247577732928, + "relativeCreated": 58.348894119262695, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 4.792213439941406e-05 + "time_consumption": 5.3882598876953125e-05 }, { "args": [ "'__init__'", "" ], - "asctime": "2020-06-16 22:45:42,192", - "created": 1592340342.19248, + "asctime": "2020-12-21 01:53:48,737", + "created": 1608512028.737858, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9059,8 +9059,8 @@ "'__init__'", "" ], - "asctime": "2020-06-16 22:45:42,192", - "created": 1592340342.1924, + "asctime": "2020-12-21 01:53:48,737", + "created": 1608512028.737775, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9070,14 +9070,14 @@ "lineno": 22, "message": "Result (Last transition condition after initialisation): '__init__' ()", "module": "test", - "msecs": 192.3999786376953, + "msecs": 737.7750873565674, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 49.83687400817871, - "thread": 140247577732928, + "relativeCreated": 58.41398239135742, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -9086,8 +9086,8 @@ "'__init__'", "" ], - "asctime": "2020-06-16 22:45:42,192", - "created": 1592340342.19244, + "asctime": "2020-12-21 01:53:48,737", + "created": 1608512028.737817, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9097,39 +9097,39 @@ "lineno": 26, "message": "Expectation (Last transition condition after initialisation): result = '__init__' ()", "module": "test", - "msecs": 192.44003295898438, + "msecs": 737.8170490264893, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 49.87692832946777, - "thread": 140247577732928, + "relativeCreated": 58.4559440612793, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 192.48008728027344, + "msecs": 737.8580570220947, "msg": "Last transition condition after initialisation is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 49.916982650756836, - "thread": 140247577732928, + "relativeCreated": 58.496952056884766, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 4.00543212890625e-05 + "time_consumption": 4.100799560546875e-05 } ], - "thread": 140247577732928, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.00026416778564453125, - "time_finished": "2020-06-16 22:45:42,192", - "time_start": "2020-06-16 22:45:42,192" + "time_consumption": 0.0002760887145996094, + "time_finished": "2020-12-21 01:53:48,737", + "time_start": "2020-12-21 01:53:48,737" }, "_tRZ50HcyEemrUqotql_Blw": { "args": null, - "asctime": "2020-06-16 22:45:42,827", - "created": 1592340342.827154, + "asctime": "2020-12-21 01:53:49,365", + "created": 1608512029.365366, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9140,18 +9140,18 @@ "message": "_tRZ50HcyEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 827.1539211273193, + "msecs": 365.36598205566406, "msg": "_tRZ50HcyEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 684.5908164978027, + "relativeCreated": 686.0048770904541, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:42,827", - "created": 1592340342.827616, + "asctime": "2020-12-21 01:53:49,365", + "created": 1608512029.365651, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -9169,46 +9169,46 @@ "None", "'state_c'" ], - "asctime": "2020-06-16 22:45:42,827", - "created": 1592340342.827427, + "asctime": "2020-12-21 01:53:49,365", + "created": 1608512029.365536, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_c'", "module": "__init__", - "msecs": 827.4269104003906, + "msecs": 365.5359745025635, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 684.863805770874, - "thread": 140247577732928, + "relativeCreated": 686.1748695373535, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 827.6159763336182, + "msecs": 365.65089225769043, "msg": "Initialising the state machine with state_c", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 685.0528717041016, - "thread": 140247577732928, + "relativeCreated": 686.2897872924805, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.00018906593322753906 + "time_consumption": 0.00011491775512695312 }, { "args": [ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:42,828", - "created": 1592340342.828176, + "asctime": "2020-12-21 01:53:49,365", + "created": 1608512029.365967, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9225,8 +9225,8 @@ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:42,827", - "created": 1592340342.827865, + "asctime": "2020-12-21 01:53:49,365", + "created": 1608512029.365795, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9236,14 +9236,14 @@ "lineno": 22, "message": "Result (Returnvalue of this_state()): 'state_c' ()", "module": "test", - "msecs": 827.8648853302002, + "msecs": 365.7948970794678, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 685.3017807006836, - "thread": 140247577732928, + "relativeCreated": 686.4337921142578, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -9252,8 +9252,8 @@ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:42,828", - "created": 1592340342.828017, + "asctime": "2020-12-21 01:53:49,365", + "created": 1608512029.365883, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9263,39 +9263,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of this_state()): result = 'state_c' ()", "module": "test", - "msecs": 828.016996383667, + "msecs": 365.88311195373535, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 685.4538917541504, - "thread": 140247577732928, + "relativeCreated": 686.5220069885254, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 828.1760215759277, + "msecs": 365.9670352935791, "msg": "Returnvalue of this_state() is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 685.6129169464111, - "thread": 140247577732928, + "relativeCreated": 686.6059303283691, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.0001590251922607422 + "time_consumption": 8.392333984375e-05 } ], - "thread": 140247577732928, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.0010221004486083984, - "time_finished": "2020-06-16 22:45:42,828", - "time_start": "2020-06-16 22:45:42,827" + "time_consumption": 0.0006010532379150391, + "time_finished": "2020-12-21 01:53:49,365", + "time_start": "2020-12-21 01:53:49,365" }, "_vAtUQHcyEemrUqotql_Blw": { "args": null, - "asctime": "2020-06-16 22:45:42,828", - "created": 1592340342.828644, + "asctime": "2020-12-21 01:53:49,366", + "created": 1608512029.366913, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9306,18 +9306,18 @@ "message": "_vAtUQHcyEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 828.6440372467041, + "msecs": 366.9130802154541, "msg": "_vAtUQHcyEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 686.0809326171875, + "relativeCreated": 687.5519752502441, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:42,829", - "created": 1592340342.829036, + "asctime": "2020-12-21 01:53:49,367", + "created": 1608512029.367719, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -9335,46 +9335,46 @@ "None", "'state_c'" ], - "asctime": "2020-06-16 22:45:42,828", - "created": 1592340342.828878, + "asctime": "2020-12-21 01:53:49,367", + "created": 1608512029.367553, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_c'", "module": "__init__", - "msecs": 828.8779258728027, + "msecs": 367.5529956817627, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 686.3148212432861, - "thread": 140247577732928, + "relativeCreated": 688.1918907165527, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 829.0359973907471, + "msecs": 367.7189350128174, "msg": "Initialising the state machine with state_c", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 686.4728927612305, - "thread": 140247577732928, + "relativeCreated": 688.3578300476074, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.00015807151794433594 + "time_consumption": 0.0001659393310546875 }, { "args": [ "True", "" ], - "asctime": "2020-06-16 22:45:42,829", - "created": 1592340342.829542, + "asctime": "2020-12-21 01:53:49,368", + "created": 1608512029.368153, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9391,8 +9391,8 @@ "True", "" ], - "asctime": "2020-06-16 22:45:42,829", - "created": 1592340342.829271, + "asctime": "2020-12-21 01:53:49,367", + "created": 1608512029.367916, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9402,14 +9402,14 @@ "lineno": 22, "message": "Result (Returnvalue of this_state_is(state_c)): True ()", "module": "test", - "msecs": 829.2710781097412, + "msecs": 367.9161071777344, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 686.7079734802246, - "thread": 140247577732928, + "relativeCreated": 688.5550022125244, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -9418,8 +9418,8 @@ "True", "" ], - "asctime": "2020-06-16 22:45:42,829", - "created": 1592340342.829404, + "asctime": "2020-12-21 01:53:49,368", + "created": 1608512029.36804, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9429,35 +9429,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of this_state_is(state_c)): result = True ()", "module": "test", - "msecs": 829.4041156768799, + "msecs": 368.0400848388672, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 686.8410110473633, - "thread": 140247577732928, + "relativeCreated": 688.6789798736572, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 829.5419216156006, + "msecs": 368.1530952453613, "msg": "Returnvalue of this_state_is(state_c) is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 686.978816986084, - "thread": 140247577732928, + "relativeCreated": 688.7919902801514, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.00013780593872070312 + "time_consumption": 0.00011301040649414062 }, { "args": [ "False", "" ], - "asctime": "2020-06-16 22:45:42,830", - "created": 1592340342.830014, + "asctime": "2020-12-21 01:53:49,368", + "created": 1608512029.368615, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9474,8 +9474,8 @@ "False", "" ], - "asctime": "2020-06-16 22:45:42,829", - "created": 1592340342.829751, + "asctime": "2020-12-21 01:53:49,368", + "created": 1608512029.368395, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9485,14 +9485,14 @@ "lineno": 22, "message": "Result (Returnvalue of this_state_is(state_b)): False ()", "module": "test", - "msecs": 829.7510147094727, + "msecs": 368.3950901031494, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 687.187910079956, - "thread": 140247577732928, + "relativeCreated": 689.0339851379395, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -9501,8 +9501,8 @@ "False", "" ], - "asctime": "2020-06-16 22:45:42,829", - "created": 1592340342.829878, + "asctime": "2020-12-21 01:53:49,368", + "created": 1608512029.368507, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9512,39 +9512,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of this_state_is(state_b)): result = False ()", "module": "test", - "msecs": 829.8780918121338, + "msecs": 368.50690841674805, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 687.3149871826172, - "thread": 140247577732928, + "relativeCreated": 689.1458034515381, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 830.0139904022217, + "msecs": 368.61491203308105, "msg": "Returnvalue of this_state_is(state_b) is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 687.4508857727051, - "thread": 140247577732928, + "relativeCreated": 689.2538070678711, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.00013589859008789062 + "time_consumption": 0.00010800361633300781 } ], - "thread": 140247577732928, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.0013699531555175781, - "time_finished": "2020-06-16 22:45:42,830", - "time_start": "2020-06-16 22:45:42,828" + "time_consumption": 0.0017018318176269531, + "time_finished": "2020-12-21 01:53:49,368", + "time_start": "2020-12-21 01:53:49,366" }, "_w49d4HcHEem_Z9BBpwIuJw": { "args": null, - "asctime": "2020-06-16 22:45:42,191", - "created": 1592340342.191587, + "asctime": "2020-12-21 01:53:48,736", + "created": 1608512028.736869, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9555,18 +9555,18 @@ "message": "_w49d4HcHEem_Z9BBpwIuJw", "module": "__init__", "moduleLogger": [], - "msecs": 191.58697128295898, + "msecs": 736.8690967559814, "msg": "_w49d4HcHEem_Z9BBpwIuJw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 49.02386665344238, + "relativeCreated": 57.507991790771484, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:42,191", - "created": 1592340342.191897, + "asctime": "2020-12-21 01:53:48,737", + "created": 1608512028.737278, "exc_info": null, "exc_text": null, "filename": "test_init.py", @@ -9584,46 +9584,46 @@ "None", "'state_c'" ], - "asctime": "2020-06-16 22:45:42,191", - "created": 1592340342.191834, + "asctime": "2020-12-21 01:53:48,737", + "created": 1608512028.737208, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_c'", "module": "__init__", - "msecs": 191.8339729309082, + "msecs": 737.2078895568848, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 49.2708683013916, - "thread": 140247577732928, + "relativeCreated": 57.846784591674805, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 191.89691543579102, + "msecs": 737.2779846191406, "msg": "Initialising the state machine with state_c", "name": "__tLogger__", "pathname": "src/tests/test_init.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 49.333810806274414, - "thread": 140247577732928, + "relativeCreated": 57.916879653930664, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 6.29425048828125e-05 + "time_consumption": 7.009506225585938e-05 }, { "args": [ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:42,192", - "created": 1592340342.192101, + "asctime": "2020-12-21 01:53:48,737", + "created": 1608512028.737465, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9640,8 +9640,8 @@ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:42,191", - "created": 1592340342.191989, + "asctime": "2020-12-21 01:53:48,737", + "created": 1608512028.737359, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9651,14 +9651,14 @@ "lineno": 22, "message": "Result (State after initialisation): 'state_c' ()", "module": "test", - "msecs": 191.98894500732422, + "msecs": 737.3590469360352, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 49.42584037780762, - "thread": 140247577732928, + "relativeCreated": 57.997941970825195, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -9667,8 +9667,8 @@ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:42,192", - "created": 1592340342.192056, + "asctime": "2020-12-21 01:53:48,737", + "created": 1608512028.737415, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9678,39 +9678,39 @@ "lineno": 26, "message": "Expectation (State after initialisation): result = 'state_c' ()", "module": "test", - "msecs": 192.05594062805176, + "msecs": 737.415075302124, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 49.492835998535156, - "thread": 140247577732928, + "relativeCreated": 58.05397033691406, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 192.10100173950195, + "msecs": 737.4649047851562, "msg": "State after initialisation is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 49.53789710998535, - "thread": 140247577732928, + "relativeCreated": 58.10379981994629, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 4.506111145019531e-05 + "time_consumption": 4.982948303222656e-05 } ], - "thread": 140247577732928, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.0005140304565429688, - "time_finished": "2020-06-16 22:45:42,192", - "time_start": "2020-06-16 22:45:42,191" + "time_consumption": 0.0005958080291748047, + "time_finished": "2020-12-21 01:53:48,737", + "time_start": "2020-12-21 01:53:48,736" }, "_yVA9oHcyEemrUqotql_Blw": { "args": null, - "asctime": "2020-06-16 22:45:42,830", - "created": 1592340342.830376, + "asctime": "2020-12-21 01:53:49,368", + "created": 1608512029.36895, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9721,18 +9721,18 @@ "message": "_yVA9oHcyEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 830.3759098052979, + "msecs": 368.94989013671875, "msg": "_yVA9oHcyEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 687.8128051757812, + "relativeCreated": 689.5887851715088, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:43,081", - "created": 1592340343.081695, + "asctime": "2020-12-21 01:53:49,620", + "created": 1608512029.620794, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -9750,25 +9750,25 @@ "None", "'state_a'" ], - "asctime": "2020-06-16 22:45:42,830", - "created": 1592340342.830606, + "asctime": "2020-12-21 01:53:49,369", + "created": 1608512029.3692, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 830.6059837341309, + "msecs": 369.1999912261963, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 688.0428791046143, - "thread": 140247577732928, + "relativeCreated": 689.8388862609863, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -9778,33 +9778,33 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:42,830", - "created": 1592340342.830835, + "asctime": "2020-12-21 01:53:49,369", + "created": 1608512029.369482, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 830.8351039886475, + "msecs": 369.48204040527344, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 688.2719993591309, - "thread": 140247577732928, + "relativeCreated": 690.1209354400635, + "thread": 139933697447744, "threadName": "MainThread" }, { "args": [ 0.25 ], - "asctime": "2020-06-16 22:45:43,081", - "created": 1592340343.081365, + "asctime": "2020-12-21 01:53:49,620", + "created": 1608512029.62012, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -9814,37 +9814,37 @@ "lineno": 33, "message": "Waiting for 0.25s", "module": "test_interface", - "msecs": 81.36510848999023, + "msecs": 620.1200485229492, "msg": "Waiting for %.2fs", "name": "__unittest__", "pathname": "src/tests/test_interface.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 938.8020038604736, - "thread": 140247577732928, + "relativeCreated": 940.7589435577393, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 81.6950798034668, + "msecs": 620.7940578460693, "msg": "Running state machine test sequence.", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 939.1319751739502, - "thread": 140247577732928, + "relativeCreated": 941.4329528808594, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.0003299713134765625 + "time_consumption": 0.0006740093231201172 }, { "args": [ - "0.2510569095611572", + "0.25178098678588867", "0.2", "0.3", "" ], - "asctime": "2020-06-16 22:45:43,082", - "created": 1592340343.082432, + "asctime": "2020-12-21 01:53:49,622", + "created": 1608512029.622085, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9852,17 +9852,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Return Value of this_state_duration() is correct (Content 0.2510569095611572 in [0.2 ... 0.3] and Type is ).", + "message": "Return Value of this_state_duration() is correct (Content 0.25178098678588867 in [0.2 ... 0.3] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Return Value of this_state_duration()", - "0.2510569095611572", + "0.25178098678588867", "" ], - "asctime": "2020-06-16 22:45:43,082", - "created": 1592340343.082058, + "asctime": "2020-12-21 01:53:49,621", + "created": 1608512029.621479, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9870,16 +9870,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Return Value of this_state_duration()): 0.2510569095611572 ()", + "message": "Result (Return Value of this_state_duration()): 0.25178098678588867 ()", "module": "test", - "msecs": 82.05795288085938, + "msecs": 621.4790344238281, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 939.4948482513428, - "thread": 140247577732928, + "relativeCreated": 942.1179294586182, + "thread": 139933697447744, "threadName": "MainThread" }, { @@ -9888,8 +9888,8 @@ "0.2", "0.3" ], - "asctime": "2020-06-16 22:45:43,082", - "created": 1592340343.082254, + "asctime": "2020-12-21 01:53:49,621", + "created": 1608512029.621806, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9899,38 +9899,38 @@ "lineno": 30, "message": "Expectation (Return Value of this_state_duration()): 0.2 <= result <= 0.3", "module": "test", - "msecs": 82.25393295288086, + "msecs": 621.8059062957764, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 939.6908283233643, - "thread": 140247577732928, + "relativeCreated": 942.4448013305664, + "thread": 139933697447744, "threadName": "MainThread" } ], - "msecs": 82.43203163146973, + "msecs": 622.0850944519043, "msg": "Return Value of this_state_duration() is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11493, + "process": 99608, "processName": "MainProcess", - "relativeCreated": 939.8689270019531, - "thread": 140247577732928, + "relativeCreated": 942.7239894866943, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.0001780986785888672 + "time_consumption": 0.0002791881561279297 } ], - "thread": 140247577732928, + "thread": 139933697447744, "threadName": "MainThread", - "time_consumption": 0.2520561218261719, - "time_finished": "2020-06-16 22:45:43,082", - "time_start": "2020-06-16 22:45:42,830" + "time_consumption": 0.25313520431518555, + "time_finished": "2020-12-21 01:53:49,622", + "time_start": "2020-12-21 01:53:49,368" } }, "testrun_id": "p2", - "time_consumption": 1.6613266468048096, + "time_consumption": 1.6539926528930664, "uid_list_sorted": [ "_w49d4HcHEem_Z9BBpwIuJw", "_j2FvkHcqEemrUqotql_Blw", @@ -9981,7 +9981,7 @@ "_w49d4HcHEem_Z9BBpwIuJw": "Default State", "_yVA9oHcyEemrUqotql_Blw": "This State Duration" }, - "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, @@ -9997,8 +9997,8 @@ "testcases": { "_-kytMHcyEemrUqotql_Blw": { "args": null, - "asctime": "2020-06-16 22:45:45,161", - "created": 1592340345.1617987, + "asctime": "2020-12-21 01:53:51,942", + "created": 1608512031.9428847, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10009,19 +10009,19 @@ "message": "_-kytMHcyEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 161.79871559143066, + "msecs": 942.8846836090088, "msg": "_-kytMHcyEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 944.3347454071045, + "relativeCreated": 1003.7353038787842, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:45,162", - "created": 1592340345.162235, + "asctime": "2020-12-21 01:53:51,943", + "created": 1608512031.9433522, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -10039,26 +10039,26 @@ "None", "'state_a'" ], - "asctime": "2020-06-16 22:45:45,161", - "created": 1592340345.1619532, + "asctime": "2020-12-21 01:53:51,943", + "created": 1608512031.9430552, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 161.95321083068848, + "msecs": 943.0551528930664, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 944.4892406463623, + "relativeCreated": 1003.9057731628418, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -10068,48 +10068,48 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:45,162", - "created": 1592340345.162123, + "asctime": "2020-12-21 01:53:51,943", + "created": 1608512031.9432154, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 162.1229648590088, + "msecs": 943.2153701782227, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 944.6589946746826, + "relativeCreated": 1004.065990447998, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 162.23502159118652, + "msecs": 943.352222442627, "msg": "Running state machine test sequence.", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 944.7710514068604, + "relativeCreated": 1004.2028427124023, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.00011205673217773438 + "time_consumption": 0.00013685226440429688 }, { "args": [ "'state_a'", "" ], - "asctime": "2020-06-16 22:45:45,162", - "created": 1592340345.1625628, + "asctime": "2020-12-21 01:53:51,943", + "created": 1608512031.9436967, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10126,8 +10126,8 @@ "'state_a'", "" ], - "asctime": "2020-06-16 22:45:45,162", - "created": 1592340345.1623726, + "asctime": "2020-12-21 01:53:51,943", + "created": 1608512031.9435015, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10137,15 +10137,15 @@ "lineno": 22, "message": "Result (Returnvalue of previous_state()): 'state_a' ()", "module": "test", - "msecs": 162.37258911132812, + "msecs": 943.5014724731445, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 944.908618927002, + "relativeCreated": 1004.3520927429199, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -10154,8 +10154,8 @@ "'state_a'", "" ], - "asctime": "2020-06-16 22:45:45,162", - "created": 1592340345.1624684, + "asctime": "2020-12-21 01:53:51,943", + "created": 1608512031.943593, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10165,41 +10165,41 @@ "lineno": 26, "message": "Expectation (Returnvalue of previous_state()): result = 'state_a' ()", "module": "test", - "msecs": 162.46843338012695, + "msecs": 943.5930252075195, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 945.0044631958008, + "relativeCreated": 1004.4436454772949, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 162.56284713745117, + "msecs": 943.6967372894287, "msg": "Returnvalue of previous_state() is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 945.098876953125, + "relativeCreated": 1004.5473575592041, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 9.441375732421875e-05 + "time_consumption": 0.00010371208190917969 } ], - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.0007641315460205078, - "time_finished": "2020-06-16 22:45:45,162", - "time_start": "2020-06-16 22:45:45,161" + "time_consumption": 0.0008120536804199219, + "time_finished": "2020-12-21 01:53:51,943", + "time_start": "2020-12-21 01:53:51,942" }, "_1WGwEHcyEemrUqotql_Blw": { "args": null, - "asctime": "2020-06-16 22:45:45,158", - "created": 1592340345.158976, + "asctime": "2020-12-21 01:53:51,938", + "created": 1608512031.9388926, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10210,19 +10210,19 @@ "message": "_1WGwEHcyEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 158.97607803344727, + "msecs": 938.8926029205322, "msg": "_1WGwEHcyEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 941.5121078491211, + "relativeCreated": 999.7432231903076, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:45,159", - "created": 1592340345.1596076, + "asctime": "2020-12-21 01:53:51,939", + "created": 1608512031.9395313, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -10240,26 +10240,26 @@ "None", "'state_a'" ], - "asctime": "2020-06-16 22:45:45,159", - "created": 1592340345.159205, + "asctime": "2020-12-21 01:53:51,939", + "created": 1608512031.939171, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 159.20495986938477, + "msecs": 939.1710758209229, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 941.7409896850586, + "relativeCreated": 1000.0216960906982, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -10269,48 +10269,48 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:45,159", - "created": 1592340345.159447, + "asctime": "2020-12-21 01:53:51,939", + "created": 1608512031.9394, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 159.44695472717285, + "msecs": 939.3999576568604, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 941.9829845428467, + "relativeCreated": 1000.2505779266357, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 159.6076488494873, + "msecs": 939.5313262939453, "msg": "Running state machine test sequence.", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 942.1436786651611, + "relativeCreated": 1000.3819465637207, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.00016069412231445312 + "time_consumption": 0.00013136863708496094 }, { "args": [ "'condition_a'", "" ], - "asctime": "2020-06-16 22:45:45,160", - "created": 1592340345.1600807, + "asctime": "2020-12-21 01:53:51,939", + "created": 1608512031.9399338, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10327,8 +10327,8 @@ "'condition_a'", "" ], - "asctime": "2020-06-16 22:45:45,159", - "created": 1592340345.159801, + "asctime": "2020-12-21 01:53:51,939", + "created": 1608512031.9397173, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10338,15 +10338,15 @@ "lineno": 22, "message": "Result (Returnvalue of last_transition_condition()): 'condition_a' ()", "module": "test", - "msecs": 159.80100631713867, + "msecs": 939.7172927856445, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 942.3370361328125, + "relativeCreated": 1000.5679130554199, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -10355,8 +10355,8 @@ "'condition_a'", "" ], - "asctime": "2020-06-16 22:45:45,159", - "created": 1592340345.1599379, + "asctime": "2020-12-21 01:53:51,939", + "created": 1608512031.9398317, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10366,41 +10366,41 @@ "lineno": 26, "message": "Expectation (Returnvalue of last_transition_condition()): result = 'condition_a' ()", "module": "test", - "msecs": 159.93785858154297, + "msecs": 939.8317337036133, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 942.4738883972168, + "relativeCreated": 1000.6823539733887, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 160.0806713104248, + "msecs": 939.9337768554688, "msg": "Returnvalue of last_transition_condition() is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 942.6167011260986, + "relativeCreated": 1000.7843971252441, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.00014281272888183594 + "time_consumption": 0.00010204315185546875 } ], - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.001104593276977539, - "time_finished": "2020-06-16 22:45:45,160", - "time_start": "2020-06-16 22:45:45,158" + "time_consumption": 0.0010411739349365234, + "time_finished": "2020-12-21 01:53:51,939", + "time_start": "2020-12-21 01:53:51,938" }, "_7Mq60HcyEemrUqotql_Blw": { "args": null, - "asctime": "2020-06-16 22:45:45,160", - "created": 1592340345.160396, + "asctime": "2020-12-21 01:53:51,940", + "created": 1608512031.940231, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10411,19 +10411,19 @@ "message": "_7Mq60HcyEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 160.39609909057617, + "msecs": 940.2310848236084, "msg": "_7Mq60HcyEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 942.93212890625, + "relativeCreated": 1001.0817050933838, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:45,160", - "created": 1592340345.1609175, + "asctime": "2020-12-21 01:53:51,940", + "created": 1608512031.9409828, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -10441,26 +10441,26 @@ "None", "'state_a'" ], - "asctime": "2020-06-16 22:45:45,160", - "created": 1592340345.1606357, + "asctime": "2020-12-21 01:53:51,940", + "created": 1608512031.9405072, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 160.63570976257324, + "msecs": 940.507173538208, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 943.1717395782471, + "relativeCreated": 1001.3577938079834, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -10470,48 +10470,48 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:45,160", - "created": 1592340345.160803, + "asctime": "2020-12-21 01:53:51,940", + "created": 1608512031.9407485, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 160.80307960510254, + "msecs": 940.7484531402588, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 943.3391094207764, + "relativeCreated": 1001.5990734100342, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 160.9175205230713, + "msecs": 940.9828186035156, "msg": "Running state machine test sequence.", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 943.4535503387451, + "relativeCreated": 1001.833438873291, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.00011444091796875 + "time_consumption": 0.00023436546325683594 }, { "args": [ "True", "" ], - "asctime": "2020-06-16 22:45:45,161", - "created": 1592340345.1612515, + "asctime": "2020-12-21 01:53:51,942", + "created": 1608512031.9420965, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10528,8 +10528,8 @@ "True", "" ], - "asctime": "2020-06-16 22:45:45,161", - "created": 1592340345.1610587, + "asctime": "2020-12-21 01:53:51,941", + "created": 1608512031.9418643, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10539,15 +10539,15 @@ "lineno": 22, "message": "Result (Returnvalue of last_transition_condition(condition_a)): True ()", "module": "test", - "msecs": 161.0586643218994, + "msecs": 941.8642520904541, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 943.5946941375732, + "relativeCreated": 1002.7148723602295, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -10556,8 +10556,8 @@ "True", "" ], - "asctime": "2020-06-16 22:45:45,161", - "created": 1592340345.1611562, + "asctime": "2020-12-21 01:53:51,941", + "created": 1608512031.941991, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10567,37 +10567,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of last_transition_condition(condition_a)): result = True ()", "module": "test", - "msecs": 161.15617752075195, + "msecs": 941.9910907745361, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 943.6922073364258, + "relativeCreated": 1002.8417110443115, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 161.25154495239258, + "msecs": 942.096471786499, "msg": "Returnvalue of last_transition_condition(condition_a) is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 943.7875747680664, + "relativeCreated": 1002.9470920562744, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 9.5367431640625e-05 + "time_consumption": 0.00010538101196289062 }, { "args": [ "False", "" ], - "asctime": "2020-06-16 22:45:45,161", - "created": 1592340345.161578, + "asctime": "2020-12-21 01:53:51,942", + "created": 1608512031.9425597, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10614,8 +10614,8 @@ "False", "" ], - "asctime": "2020-06-16 22:45:45,161", - "created": 1592340345.1613865, + "asctime": "2020-12-21 01:53:51,942", + "created": 1608512031.9423437, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10625,15 +10625,15 @@ "lineno": 22, "message": "Result (Returnvalue of last_transition_condition(condition_c)): False ()", "module": "test", - "msecs": 161.38648986816406, + "msecs": 942.3437118530273, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 943.9225196838379, + "relativeCreated": 1003.1943321228027, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -10642,8 +10642,8 @@ "False", "" ], - "asctime": "2020-06-16 22:45:45,161", - "created": 1592340345.1614792, + "asctime": "2020-12-21 01:53:51,942", + "created": 1608512031.9424486, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10653,41 +10653,41 @@ "lineno": 26, "message": "Expectation (Returnvalue of last_transition_condition(condition_c)): result = False ()", "module": "test", - "msecs": 161.47923469543457, + "msecs": 942.448616027832, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 944.0152645111084, + "relativeCreated": 1003.2992362976074, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 161.57793998718262, + "msecs": 942.5597190856934, "msg": "Returnvalue of last_transition_condition(condition_c) is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 944.1139698028564, + "relativeCreated": 1003.4103393554688, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 9.870529174804688e-05 + "time_consumption": 0.00011110305786132812 } ], - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.0011818408966064453, - "time_finished": "2020-06-16 22:45:45,161", - "time_start": "2020-06-16 22:45:45,160" + "time_consumption": 0.002328634262084961, + "time_finished": "2020-12-21 01:53:51,942", + "time_start": "2020-12-21 01:53:51,940" }, "_AcYg8HczEemrUqotql_Blw": { "args": null, - "asctime": "2020-06-16 22:45:45,162", - "created": 1592340345.1627765, + "asctime": "2020-12-21 01:53:51,944", + "created": 1608512031.944097, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10698,19 +10698,19 @@ "message": "_AcYg8HczEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 162.77647018432617, + "msecs": 944.0970420837402, "msg": "_AcYg8HczEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 945.3125, + "relativeCreated": 1004.9476623535156, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:45,163", - "created": 1592340345.1632042, + "asctime": "2020-12-21 01:53:51,944", + "created": 1608512031.9444966, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -10728,26 +10728,26 @@ "None", "'state_a'" ], - "asctime": "2020-06-16 22:45:45,162", - "created": 1592340345.1629338, + "asctime": "2020-12-21 01:53:51,944", + "created": 1608512031.9443066, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 162.9338264465332, + "msecs": 944.3066120147705, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 945.469856262207, + "relativeCreated": 1005.1572322845459, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -10757,48 +10757,48 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:45,163", - "created": 1592340345.1630929, + "asctime": "2020-12-21 01:53:51,944", + "created": 1608512031.9444182, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 163.09285163879395, + "msecs": 944.41819190979, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 945.6288814544678, + "relativeCreated": 1005.2688121795654, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 163.20419311523438, + "msecs": 944.4966316223145, "msg": "Running state machine test sequence.", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 945.7402229309082, + "relativeCreated": 1005.3472518920898, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.00011134147644042969 + "time_consumption": 7.843971252441406e-05 }, { "args": [ "True", "" ], - "asctime": "2020-06-16 22:45:45,163", - "created": 1592340345.1635396, + "asctime": "2020-12-21 01:53:51,944", + "created": 1608512031.9447584, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10815,8 +10815,8 @@ "True", "" ], - "asctime": "2020-06-16 22:45:45,163", - "created": 1592340345.1633456, + "asctime": "2020-12-21 01:53:51,944", + "created": 1608512031.9446108, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10826,15 +10826,15 @@ "lineno": 22, "message": "Result (Returnvalue of previous_state_was(state_a)): True ()", "module": "test", - "msecs": 163.3455753326416, + "msecs": 944.6108341217041, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 945.8816051483154, + "relativeCreated": 1005.4614543914795, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -10843,8 +10843,8 @@ "True", "" ], - "asctime": "2020-06-16 22:45:45,163", - "created": 1592340345.163446, + "asctime": "2020-12-21 01:53:51,944", + "created": 1608512031.9446776, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10854,37 +10854,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of previous_state_was(state_a)): result = True ()", "module": "test", - "msecs": 163.44594955444336, + "msecs": 944.6775913238525, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 945.9819793701172, + "relativeCreated": 1005.5282115936279, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 163.53964805603027, + "msecs": 944.758415222168, "msg": "Returnvalue of previous_state_was(state_a) is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 946.0756778717041, + "relativeCreated": 1005.6090354919434, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 9.369850158691406e-05 + "time_consumption": 8.082389831542969e-05 }, { "args": [ "False", "" ], - "asctime": "2020-06-16 22:45:45,163", - "created": 1592340345.1638608, + "asctime": "2020-12-21 01:53:51,945", + "created": 1608512031.9450028, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10901,8 +10901,8 @@ "False", "" ], - "asctime": "2020-06-16 22:45:45,163", - "created": 1592340345.1636708, + "asctime": "2020-12-21 01:53:51,944", + "created": 1608512031.9448667, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10912,15 +10912,15 @@ "lineno": 22, "message": "Result (Returnvalue of previous_state_was(state_b)): False ()", "module": "test", - "msecs": 163.67077827453613, + "msecs": 944.8666572570801, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 946.20680809021, + "relativeCreated": 1005.7172775268555, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -10929,8 +10929,8 @@ "False", "" ], - "asctime": "2020-06-16 22:45:45,163", - "created": 1592340345.1637623, + "asctime": "2020-12-21 01:53:51,944", + "created": 1608512031.9449353, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10940,41 +10940,41 @@ "lineno": 26, "message": "Expectation (Returnvalue of previous_state_was(state_b)): result = False ()", "module": "test", - "msecs": 163.76233100891113, + "msecs": 944.9353218078613, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 946.298360824585, + "relativeCreated": 1005.7859420776367, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 163.86079788208008, + "msecs": 945.0027942657471, "msg": "Returnvalue of previous_state_was(state_b) is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 946.3968276977539, + "relativeCreated": 1005.8534145355225, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 9.846687316894531e-05 + "time_consumption": 6.747245788574219e-05 } ], - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.0010843276977539062, - "time_finished": "2020-06-16 22:45:45,163", - "time_start": "2020-06-16 22:45:45,162" + "time_consumption": 0.0009057521820068359, + "time_finished": "2020-12-21 01:53:51,945", + "time_start": "2020-12-21 01:53:51,944" }, "_C0Vi0HgPEemBsuKWG645TA": { "args": null, - "asctime": "2020-06-16 22:45:44,657", - "created": 1592340344.6574316, + "asctime": "2020-12-21 01:53:51,438", + "created": 1608512031.4388745, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10985,13 +10985,13 @@ "message": "_C0Vi0HgPEemBsuKWG645TA", "module": "__init__", "moduleLogger": [], - "msecs": 657.4316024780273, + "msecs": 438.8744831085205, "msg": "_C0Vi0HgPEemBsuKWG645TA", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 439.9676322937012, + "relativeCreated": 499.7251033782959, "stack_info": null, "testcaseLogger": [ { @@ -10999,8 +10999,8 @@ 0.151, 0.15 ], - "asctime": "2020-06-16 22:45:44,658", - "created": 1592340344.6582217, + "asctime": "2020-12-21 01:53:51,439", + "created": 1608512031.4393237, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -11018,48 +11018,48 @@ "None", "'state_a'" ], - "asctime": "2020-06-16 22:45:44,658", - "created": 1592340344.658038, + "asctime": "2020-12-21 01:53:51,439", + "created": 1608512031.4391952, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 658.0379009246826, + "msecs": 439.1951560974121, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 440.57393074035645, + "relativeCreated": 500.0457763671875, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 658.2217216491699, + "msecs": 439.32366371154785, "msg": "Initialising state machine with state_a, a transition to state_b after %.03fs and a transition to state_c after %.03fs", "name": "__tLogger__", "pathname": "src/tests/test_transitions.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 440.75775146484375, + "relativeCreated": 500.17428398132324, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.0001838207244873047 + "time_consumption": 0.0001285076141357422 }, { "args": [ "'state_a'", "" ], - "asctime": "2020-06-16 22:45:44,658", - "created": 1592340344.6586657, + "asctime": "2020-12-21 01:53:51,439", + "created": 1608512031.439701, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11076,8 +11076,8 @@ "'state_a'", "" ], - "asctime": "2020-06-16 22:45:44,658", - "created": 1592340344.6584187, + "asctime": "2020-12-21 01:53:51,439", + "created": 1608512031.439499, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11087,15 +11087,15 @@ "lineno": 22, "message": "Result (Initial state after Initialisation): 'state_a' ()", "module": "test", - "msecs": 658.4186553955078, + "msecs": 439.4989013671875, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 440.95468521118164, + "relativeCreated": 500.3495216369629, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -11104,8 +11104,8 @@ "'state_a'", "" ], - "asctime": "2020-06-16 22:45:44,658", - "created": 1592340344.658546, + "asctime": "2020-12-21 01:53:51,439", + "created": 1608512031.439601, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11115,36 +11115,36 @@ "lineno": 26, "message": "Expectation (Initial state after Initialisation): result = 'state_a' ()", "module": "test", - "msecs": 658.545970916748, + "msecs": 439.60094451904297, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 441.0820007324219, + "relativeCreated": 500.45156478881836, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 658.665657043457, + "msecs": 439.7010803222656, "msg": "Initial state after Initialisation is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 441.20168685913086, + "relativeCreated": 500.551700592041, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.00011968612670898438 + "time_consumption": 0.00010013580322265625 }, { "args": [ 0.3 ], - "asctime": "2020-06-16 22:45:44,900", - "created": 1592340344.900558, + "asctime": "2020-12-21 01:53:51,683", + "created": 1608512031.6832652, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -11157,10 +11157,10 @@ "moduleLogger": [ { "args": [ - 1.049041748046875e-05 + 6.4373016357421875e-06 ], - "asctime": "2020-06-16 22:45:44,658", - "created": 1592340344.6588316, + "asctime": "2020-12-21 01:53:51,439", + "created": 1608512031.4398274, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -11170,23 +11170,23 @@ "lineno": 141, "message": "Executing method work after 0.000s", "module": "test_transitions", - "msecs": 658.8315963745117, + "msecs": 439.82744216918945, "msg": "Executing method work after %.03fs", "name": "__unittest__", "pathname": "src/tests/test_transitions.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 441.36762619018555, + "relativeCreated": 500.67806243896484, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ - 0.06030678749084473 + 0.06042790412902832 ], - "asctime": "2020-06-16 22:45:44,719", - "created": 1592340344.7191386, + "asctime": "2020-12-21 01:53:51,500", + "created": 1608512031.5003133, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -11196,23 +11196,23 @@ "lineno": 141, "message": "Executing method work after 0.060s", "module": "test_transitions", - "msecs": 719.1386222839355, + "msecs": 500.31328201293945, "msg": "Executing method work after %.03fs", "name": "__unittest__", "pathname": "src/tests/test_transitions.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 501.6746520996094, + "relativeCreated": 561.1639022827148, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ - 0.12065410614013672 + 0.1212306022644043 ], - "asctime": "2020-06-16 22:45:44,779", - "created": 1592340344.7794962, + "asctime": "2020-12-21 01:53:51,561", + "created": 1608512031.5610917, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -11222,23 +11222,23 @@ "lineno": 141, "message": "Executing method work after 0.121s", "module": "test_transitions", - "msecs": 779.4961929321289, + "msecs": 561.0916614532471, "msg": "Executing method work after %.03fs", "name": "__unittest__", "pathname": "src/tests/test_transitions.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 562.0322227478027, + "relativeCreated": 621.9422817230225, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ - 0.1810626983642578 + 0.18177390098571777 ], - "asctime": "2020-06-16 22:45:44,839", - "created": 1592340344.83991, + "asctime": "2020-12-21 01:53:51,621", + "created": 1608512031.621716, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -11246,17 +11246,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 141, - "message": "Executing method work after 0.181s", + "message": "Executing method work after 0.182s", "module": "test_transitions", - "msecs": 839.9100303649902, + "msecs": 621.7160224914551, "msg": "Executing method work after %.03fs", "name": "__unittest__", "pathname": "src/tests/test_transitions.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 622.4460601806641, + "relativeCreated": 682.5666427612305, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -11266,48 +11266,48 @@ "'state_a'", "'state_c'" ], - "asctime": "2020-06-16 22:45:44,840", - "created": 1592340344.8401973, + "asctime": "2020-12-21 01:53:51,622", + "created": 1608512031.6225524, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_true'): 'state_a' -> 'state_c'", "module": "__init__", - "msecs": 840.1973247528076, + "msecs": 622.5523948669434, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 622.7333545684814, + "relativeCreated": 683.4030151367188, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 900.5579948425293, + "msecs": 683.265209197998, "msg": "Waiting for %.3fs or state change", "name": "__tLogger__", "pathname": "src/tests/test_transitions.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 683.0940246582031, + "relativeCreated": 744.1158294677734, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.06036067008972168 + "time_consumption": 0.06071281433105469 }, { "args": [ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:44,901", - "created": 1592340344.901397, + "asctime": "2020-12-21 01:53:51,684", + "created": 1608512031.6844969, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11324,8 +11324,8 @@ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:44,900", - "created": 1592340344.9009159, + "asctime": "2020-12-21 01:53:51,684", + "created": 1608512031.6841075, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11335,15 +11335,15 @@ "lineno": 22, "message": "Result (State after 1st cycle): 'state_c' ()", "module": "test", - "msecs": 900.9158611297607, + "msecs": 684.1075420379639, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 683.4518909454346, + "relativeCreated": 744.9581623077393, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -11352,8 +11352,8 @@ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:44,901", - "created": 1592340344.9011085, + "asctime": "2020-12-21 01:53:51,684", + "created": 1608512031.6843398, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11363,41 +11363,41 @@ "lineno": 26, "message": "Expectation (State after 1st cycle): result = 'state_c' ()", "module": "test", - "msecs": 901.1085033416748, + "msecs": 684.3397617340088, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 683.6445331573486, + "relativeCreated": 745.1903820037842, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 901.3969898223877, + "msecs": 684.4968795776367, "msg": "State after 1st cycle is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 683.9330196380615, + "relativeCreated": 745.3474998474121, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.0002884864807128906 + "time_consumption": 0.0001571178436279297 } ], - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.24396538734436035, - "time_finished": "2020-06-16 22:45:44,901", - "time_start": "2020-06-16 22:45:44,657" + "time_consumption": 0.2456223964691162, + "time_finished": "2020-12-21 01:53:51,684", + "time_start": "2020-12-21 01:53:51,438" }, "_GeMSYHczEemrUqotql_Blw": { "args": null, - "asctime": "2020-06-16 22:45:45,164", - "created": 1592340345.164093, + "asctime": "2020-12-21 01:53:51,945", + "created": 1608512031.9451919, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11408,19 +11408,19 @@ "message": "_GeMSYHczEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 164.093017578125, + "msecs": 945.1918601989746, "msg": "_GeMSYHczEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 946.6290473937988, + "relativeCreated": 1006.04248046875, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:45,915", - "created": 1592340345.91593, + "asctime": "2020-12-21 01:53:52,696", + "created": 1608512032.69677, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -11438,26 +11438,26 @@ "None", "'state_a'" ], - "asctime": "2020-06-16 22:45:45,164", - "created": 1592340345.1642504, + "asctime": "2020-12-21 01:53:51,945", + "created": 1608512031.9453187, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 164.25037384033203, + "msecs": 945.3186988830566, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 946.7864036560059, + "relativeCreated": 1006.169319152832, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -11467,34 +11467,34 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:45,164", - "created": 1592340345.1644194, + "asctime": "2020-12-21 01:53:51,945", + "created": 1608512031.945472, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 164.41941261291504, + "msecs": 945.472002029419, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 946.9554424285889, + "relativeCreated": 1006.3226222991943, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 0.75 ], - "asctime": "2020-06-16 22:45:45,164", - "created": 1592340345.1645322, + "asctime": "2020-12-21 01:53:51,945", + "created": 1608512031.9455726, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -11504,15 +11504,15 @@ "lineno": 73, "message": "Waiting for 0.75s", "module": "test_interface", - "msecs": 164.53218460083008, + "msecs": 945.5726146697998, "msg": "Waiting for %.2fs", "name": "__unittest__", "pathname": "src/tests/test_interface.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 947.0682144165039, + "relativeCreated": 1006.4232349395752, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -11522,50 +11522,50 @@ "'state_b'", "'state_a'" ], - "asctime": "2020-06-16 22:45:45,915", - "created": 1592340345.915623, + "asctime": "2020-12-21 01:53:52,696", + "created": 1608512032.6965957, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_b' -> 'state_a'", "module": "__init__", - "msecs": 915.6229496002197, + "msecs": 696.5956687927246, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1698.1589794158936, + "relativeCreated": 1757.4462890625, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 915.9300327301025, + "msecs": 696.7699527740479, "msg": "Running state machine test sequence.", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1698.4660625457764, + "relativeCreated": 1757.6205730438232, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.0003070831298828125 + "time_consumption": 0.0001742839813232422 }, { "args": [ - "0.7513647079467773", + "0.7511894702911377", "0.7", "0.8", "" ], - "asctime": "2020-06-16 22:45:45,916", - "created": 1592340345.9165623, + "asctime": "2020-12-21 01:53:52,697", + "created": 1608512032.6973927, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11573,17 +11573,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Return Value of previous_state_duration() is correct (Content 0.7513647079467773 in [0.7 ... 0.8] and Type is ).", + "message": "Return Value of previous_state_duration() is correct (Content 0.7511894702911377 in [0.7 ... 0.8] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Return Value of previous_state_duration()", - "0.7513647079467773", + "0.7511894702911377", "" ], - "asctime": "2020-06-16 22:45:45,916", - "created": 1592340345.9162214, + "asctime": "2020-12-21 01:53:52,697", + "created": 1608512032.6970463, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11591,17 +11591,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Return Value of previous_state_duration()): 0.7513647079467773 ()", + "message": "Result (Return Value of previous_state_duration()): 0.7511894702911377 ()", "module": "test", - "msecs": 916.2213802337646, + "msecs": 697.0462799072266, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1698.7574100494385, + "relativeCreated": 1757.896900177002, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -11610,8 +11610,8 @@ "0.7", "0.8" ], - "asctime": "2020-06-16 22:45:45,916", - "created": 1592340345.9163988, + "asctime": "2020-12-21 01:53:52,697", + "created": 1608512032.697198, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11621,41 +11621,41 @@ "lineno": 30, "message": "Expectation (Return Value of previous_state_duration()): 0.7 <= result <= 0.8", "module": "test", - "msecs": 916.3987636566162, + "msecs": 697.1979141235352, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1698.93479347229, + "relativeCreated": 1758.0485343933105, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 916.5623188018799, + "msecs": 697.3927021026611, "msg": "Return Value of previous_state_duration() is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1699.0983486175537, + "relativeCreated": 1758.2433223724365, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.00016355514526367188 + "time_consumption": 0.00019478797912597656 } ], - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.7524693012237549, - "time_finished": "2020-06-16 22:45:45,916", - "time_start": "2020-06-16 22:45:45,164" + "time_consumption": 0.7522008419036865, + "time_finished": "2020-12-21 01:53:52,697", + "time_start": "2020-12-21 01:53:51,945" }, "_P7R34HczEemrUqotql_Blw": { "args": null, - "asctime": "2020-06-16 22:45:44,276", - "created": 1592340344.2761092, + "asctime": "2020-12-21 01:53:51,056", + "created": 1608512031.0568743, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11666,19 +11666,19 @@ "message": "_P7R34HczEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 276.1092185974121, + "msecs": 56.87427520751953, "msg": "_P7R34HczEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 58.64524841308594, + "relativeCreated": 117.72489547729492, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:44,276", - "created": 1592340344.2762501, + "asctime": "2020-12-21 01:53:51,057", + "created": 1608512031.057048, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -11696,48 +11696,48 @@ "None", "'state_a'" ], - "asctime": "2020-06-16 22:45:44,276", - "created": 1592340344.2761967, + "asctime": "2020-12-21 01:53:51,056", + "created": 1608512031.056977, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 276.1967182159424, + "msecs": 56.977033615112305, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 58.73274803161621, + "relativeCreated": 117.8276538848877, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 276.25012397766113, + "msecs": 57.04808235168457, "msg": "Initialising state machine with state_a", "name": "__tLogger__", "pathname": "src/tests/test_transitions.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 58.78615379333496, + "relativeCreated": 117.89870262145996, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 5.340576171875e-05 + "time_consumption": 7.104873657226562e-05 }, { "args": [ "'state_a'", "" ], - "asctime": "2020-06-16 22:45:44,276", - "created": 1592340344.276394, + "asctime": "2020-12-21 01:53:51,057", + "created": 1608512031.057202, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11754,8 +11754,8 @@ "'state_a'", "" ], - "asctime": "2020-06-16 22:45:44,276", - "created": 1592340344.27631, + "asctime": "2020-12-21 01:53:51,057", + "created": 1608512031.0571146, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11765,15 +11765,15 @@ "lineno": 22, "message": "Result (Initial state after Initialisation): 'state_a' ()", "module": "test", - "msecs": 276.3099670410156, + "msecs": 57.114601135253906, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 58.84599685668945, + "relativeCreated": 117.9652214050293, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -11782,8 +11782,8 @@ "'state_a'", "" ], - "asctime": "2020-06-16 22:45:44,276", - "created": 1592340344.276353, + "asctime": "2020-12-21 01:53:51,057", + "created": 1608512031.0571604, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11793,34 +11793,34 @@ "lineno": 26, "message": "Expectation (Initial state after Initialisation): result = 'state_a' ()", "module": "test", - "msecs": 276.3528823852539, + "msecs": 57.160377502441406, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 58.888912200927734, + "relativeCreated": 118.0109977722168, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 276.3938903808594, + "msecs": 57.20210075378418, "msg": "Initial state after Initialisation is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 58.9299201965332, + "relativeCreated": 118.05272102355957, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 4.100799560546875e-05 + "time_consumption": 4.172325134277344e-05 }, { "args": [], - "asctime": "2020-06-16 22:45:44,276", - "created": 1592340344.2765117, + "asctime": "2020-12-21 01:53:51,057", + "created": 1608512031.0573292, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -11838,48 +11838,48 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:44,276", - "created": 1592340344.2764654, + "asctime": "2020-12-21 01:53:51,057", + "created": 1608512031.0572755, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_true'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 276.46541595458984, + "msecs": 57.27553367614746, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 59.00144577026367, + "relativeCreated": 118.12615394592285, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 276.51166915893555, + "msecs": 57.32917785644531, "msg": "Work routine executed the 1st time to do the state change. Defined Transitions are: True->state_b (0.0s); False->state_c (0.0s)", "name": "__tLogger__", "pathname": "src/tests/test_transitions.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 59.047698974609375, + "relativeCreated": 118.1797981262207, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 4.6253204345703125e-05 + "time_consumption": 5.364418029785156e-05 }, { "args": [ "'state_b'", "" ], - "asctime": "2020-06-16 22:45:44,276", - "created": 1592340344.2766967, + "asctime": "2020-12-21 01:53:51,057", + "created": 1608512031.0574708, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11896,8 +11896,8 @@ "'state_b'", "" ], - "asctime": "2020-06-16 22:45:44,276", - "created": 1592340344.2766058, + "asctime": "2020-12-21 01:53:51,057", + "created": 1608512031.0573895, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11907,15 +11907,15 @@ "lineno": 22, "message": "Result (State after 1st execution of work method): 'state_b' ()", "module": "test", - "msecs": 276.60584449768066, + "msecs": 57.38949775695801, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 59.14187431335449, + "relativeCreated": 118.2401180267334, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -11924,8 +11924,8 @@ "'state_b'", "" ], - "asctime": "2020-06-16 22:45:44,276", - "created": 1592340344.2766569, + "asctime": "2020-12-21 01:53:51,057", + "created": 1608512031.05743, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11935,34 +11935,34 @@ "lineno": 26, "message": "Expectation (State after 1st execution of work method): result = 'state_b' ()", "module": "test", - "msecs": 276.6568660736084, + "msecs": 57.43002891540527, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 59.19289588928223, + "relativeCreated": 118.28064918518066, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 276.69668197631836, + "msecs": 57.47079849243164, "msg": "State after 1st execution of work method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 59.23271179199219, + "relativeCreated": 118.32141876220703, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 3.981590270996094e-05 + "time_consumption": 4.076957702636719e-05 }, { "args": [], - "asctime": "2020-06-16 22:45:44,276", - "created": 1592340344.2767997, + "asctime": "2020-12-21 01:53:51,057", + "created": 1608512031.057577, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -11980,48 +11980,48 @@ "'state_b'", "'state_c'" ], - "asctime": "2020-06-16 22:45:44,276", - "created": 1592340344.2767572, + "asctime": "2020-12-21 01:53:51,057", + "created": 1608512031.0575354, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_true'): 'state_b' -> 'state_c'", "module": "__init__", - "msecs": 276.75724029541016, + "msecs": 57.535409927368164, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 59.293270111083984, + "relativeCreated": 118.38603019714355, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 276.79967880249023, + "msecs": 57.576894760131836, "msg": "Work routine executed the 2nd time to do the state change. Defined Transitions are: False->state_a (0.0s); True->state_c (0.0s)", "name": "__tLogger__", "pathname": "src/tests/test_transitions.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 59.33570861816406, + "relativeCreated": 118.42751502990723, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 4.2438507080078125e-05 + "time_consumption": 4.1484832763671875e-05 }, { "args": [ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:44,276", - "created": 1592340344.2769234, + "asctime": "2020-12-21 01:53:51,057", + "created": 1608512031.0577075, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12038,8 +12038,8 @@ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:44,276", - "created": 1592340344.27685, + "asctime": "2020-12-21 01:53:51,057", + "created": 1608512031.0576346, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12049,15 +12049,15 @@ "lineno": 22, "message": "Result (State after 2nd execution of work method): 'state_c' ()", "module": "test", - "msecs": 276.84998512268066, + "msecs": 57.634592056274414, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 59.38601493835449, + "relativeCreated": 118.4852123260498, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -12066,8 +12066,8 @@ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:44,276", - "created": 1592340344.2768853, + "asctime": "2020-12-21 01:53:51,057", + "created": 1608512031.0576713, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12077,34 +12077,34 @@ "lineno": 26, "message": "Expectation (State after 2nd execution of work method): result = 'state_c' ()", "module": "test", - "msecs": 276.8852710723877, + "msecs": 57.671308517456055, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 59.42130088806152, + "relativeCreated": 118.52192878723145, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 276.92341804504395, + "msecs": 57.70754814147949, "msg": "State after 2nd execution of work method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 59.45944786071777, + "relativeCreated": 118.55816841125488, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 3.814697265625e-05 + "time_consumption": 3.62396240234375e-05 }, { "args": [], - "asctime": "2020-06-16 22:45:44,276", - "created": 1592340344.276973, + "asctime": "2020-12-21 01:53:51,057", + "created": 1608512031.0577626, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -12115,15 +12115,15 @@ "message": "Work routine executed the 3rd time with no effect. No Transitions starting from state_c (dead end)", "module": "test_transitions", "moduleLogger": [], - "msecs": 276.97300910949707, + "msecs": 57.76262283325195, "msg": "Work routine executed the 3rd time with no effect. No Transitions starting from state_c (dead end)", "name": "__tLogger__", "pathname": "src/tests/test_transitions.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 59.5090389251709, + "relativeCreated": 118.61324310302734, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -12132,8 +12132,8 @@ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:44,277", - "created": 1592340344.2770915, + "asctime": "2020-12-21 01:53:51,057", + "created": 1608512031.0579002, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12150,8 +12150,8 @@ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:44,277", - "created": 1592340344.277023, + "asctime": "2020-12-21 01:53:51,057", + "created": 1608512031.0578163, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12161,15 +12161,15 @@ "lineno": 22, "message": "Result (State after 3rd execution of work method): 'state_c' ()", "module": "test", - "msecs": 277.0230770111084, + "msecs": 57.816267013549805, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 59.55910682678223, + "relativeCreated": 118.6668872833252, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -12178,8 +12178,8 @@ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:44,277", - "created": 1592340344.2770572, + "asctime": "2020-12-21 01:53:51,057", + "created": 1608512031.0578616, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12189,41 +12189,41 @@ "lineno": 26, "message": "Expectation (State after 3rd execution of work method): result = 'state_c' ()", "module": "test", - "msecs": 277.0571708679199, + "msecs": 57.8615665435791, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 59.59320068359375, + "relativeCreated": 118.71218681335449, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 277.09150314331055, + "msecs": 57.900190353393555, "msg": "State after 3rd execution of work method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 59.627532958984375, + "relativeCreated": 118.75081062316895, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 3.4332275390625e-05 + "time_consumption": 3.8623809814453125e-05 } ], - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.0009822845458984375, - "time_finished": "2020-06-16 22:45:44,277", - "time_start": "2020-06-16 22:45:44,276" + "time_consumption": 0.0010259151458740234, + "time_finished": "2020-12-21 01:53:51,057", + "time_start": "2020-12-21 01:53:51,056" }, "_QofFgK-aEeqZm7ouFR1drQ": { "args": null, - "asctime": "2020-06-16 22:45:45,931", - "created": 1592340345.9310107, + "asctime": "2020-12-21 01:53:52,718", + "created": 1608512032.718942, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12234,19 +12234,19 @@ "message": "_QofFgK-aEeqZm7ouFR1drQ", "module": "__init__", "moduleLogger": [], - "msecs": 931.0107231140137, + "msecs": 718.9419269561768, "msg": "_QofFgK-aEeqZm7ouFR1drQ", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1713.5467529296875, + "relativeCreated": 1779.7925472259521, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:45,932", - "created": 1592340345.9326193, + "asctime": "2020-12-21 01:53:52,721", + "created": 1608512032.7211, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12264,26 +12264,26 @@ "None", "'state_a'" ], - "asctime": "2020-06-16 22:45:45,931", - "created": 1592340345.931129, + "asctime": "2020-12-21 01:53:52,719", + "created": 1608512032.719121, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 931.128978729248, + "msecs": 719.120979309082, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1713.6650085449219, + "relativeCreated": 1779.9715995788574, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -12293,26 +12293,26 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:45,931", - "created": 1592340345.9312603, + "asctime": "2020-12-21 01:53:52,719", + "created": 1608512032.7193987, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 931.260347366333, + "msecs": 719.3987369537354, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1713.7963771820068, + "relativeCreated": 1780.2493572235107, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -12321,26 +12321,26 @@ "unittest.test", "report_value" ], - "asctime": "2020-06-16 22:45:45,931", - "created": 1592340345.9313383, + "asctime": "2020-12-21 01:53:52,719", + "created": 1608512032.7194972, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 0 - unittest.test.report_value", "module": "__init__", - "msecs": 931.3383102416992, + "msecs": 719.4972038269043, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1713.874340057373, + "relativeCreated": 1780.3478240966797, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -12349,26 +12349,26 @@ "unittest.test", "report_value" ], - "asctime": "2020-06-16 22:45:45,931", - "created": 1592340345.9314017, + "asctime": "2020-12-21 01:53:52,719", + "created": 1608512032.7195804, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 2 - unittest.test.report_value", "module": "__init__", - "msecs": 931.4017295837402, + "msecs": 719.5804119110107, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1713.937759399414, + "relativeCreated": 1780.4310321807861, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -12378,26 +12378,26 @@ "'state_b'", "'state_a'" ], - "asctime": "2020-06-16 22:45:45,931", - "created": 1592340345.9314926, + "asctime": "2020-12-21 01:53:52,719", + "created": 1608512032.7196832, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_b' -> 'state_a'", "module": "__init__", - "msecs": 931.4925670623779, + "msecs": 719.6831703186035, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1714.0285968780518, + "relativeCreated": 1780.533790588379, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -12406,26 +12406,26 @@ "unittest.test", "report_value" ], - "asctime": "2020-06-16 22:45:45,931", - "created": 1592340345.931564, + "asctime": "2020-12-21 01:53:52,719", + "created": 1608512032.7198234, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 1 - unittest.test.report_value", "module": "__init__", - "msecs": 931.5640926361084, + "msecs": 719.8233604431152, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1714.1001224517822, + "relativeCreated": 1780.6739807128906, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -12434,26 +12434,26 @@ "unittest.test", "report_value" ], - "asctime": "2020-06-16 22:45:45,931", - "created": 1592340345.9316258, + "asctime": "2020-12-21 01:53:52,719", + "created": 1608512032.7199192, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 2 - unittest.test.report_value", "module": "__init__", - "msecs": 931.6258430480957, + "msecs": 719.9192047119141, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1714.1618728637695, + "relativeCreated": 1780.7698249816895, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -12462,8 +12462,8 @@ "[ 'specific callback for reaching state_b', 'nonspecific callback', 'specific callback for reaching state_a', 'nonspecific callback' ]", "" ], - "asctime": "2020-06-16 22:45:45,931", - "created": 1592340345.93171, + "asctime": "2020-12-21 01:53:52,720", + "created": 1608512032.720028, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12473,15 +12473,15 @@ "lineno": 22, "message": "Result (Callback execution order): [ 'specific callback for reaching state_b', 'nonspecific callback', 'specific callback for reaching state_a', 'nonspecific callback' ] ()", "module": "test", - "msecs": 931.7100048065186, + "msecs": 720.0279235839844, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1714.2460346221924, + "relativeCreated": 1780.8785438537598, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -12490,8 +12490,8 @@ "[ 'specific callback for reaching state_b', 'nonspecific callback', 'specific callback for reaching state_a', 'nonspecific callback' ]", "" ], - "asctime": "2020-06-16 22:45:45,931", - "created": 1592340345.9317832, + "asctime": "2020-12-21 01:53:52,720", + "created": 1608512032.720111, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12501,15 +12501,15 @@ "lineno": 26, "message": "Expectation (Callback execution order): result = [ 'specific callback for reaching state_b', 'nonspecific callback', 'specific callback for reaching state_a', 'nonspecific callback' ] ()", "module": "test", - "msecs": 931.7831993103027, + "msecs": 720.1108932495117, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1714.3192291259766, + "relativeCreated": 1780.961513519287, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -12518,8 +12518,8 @@ "'specific callback for reaching state_b'", "" ], - "asctime": "2020-06-16 22:45:45,931", - "created": 1592340345.9318523, + "asctime": "2020-12-21 01:53:52,720", + "created": 1608512032.720204, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12529,15 +12529,15 @@ "lineno": 22, "message": "Result (Submitted value number 1): 'specific callback for reaching state_b' ()", "module": "test", - "msecs": 931.8523406982422, + "msecs": 720.2041149139404, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1714.388370513916, + "relativeCreated": 1781.0547351837158, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -12546,8 +12546,8 @@ "'specific callback for reaching state_b'", "" ], - "asctime": "2020-06-16 22:45:45,931", - "created": 1592340345.9319134, + "asctime": "2020-12-21 01:53:52,720", + "created": 1608512032.7202766, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12557,15 +12557,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 'specific callback for reaching state_b' ()", "module": "test", - "msecs": 931.9133758544922, + "msecs": 720.2765941619873, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1714.449405670166, + "relativeCreated": 1781.1272144317627, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -12573,8 +12573,8 @@ "'specific callback for reaching state_b'", "" ], - "asctime": "2020-06-16 22:45:45,931", - "created": 1592340345.931976, + "asctime": "2020-12-21 01:53:52,720", + "created": 1608512032.7203987, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12584,15 +12584,15 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 'specific callback for reaching state_b' and Type is ).", "module": "test", - "msecs": 931.9760799407959, + "msecs": 720.3986644744873, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1714.5121097564697, + "relativeCreated": 1781.2492847442627, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -12601,8 +12601,8 @@ "'nonspecific callback'", "" ], - "asctime": "2020-06-16 22:45:45,932", - "created": 1592340345.932045, + "asctime": "2020-12-21 01:53:52,720", + "created": 1608512032.720483, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12612,15 +12612,15 @@ "lineno": 22, "message": "Result (Submitted value number 2): 'nonspecific callback' ()", "module": "test", - "msecs": 932.0449829101562, + "msecs": 720.4830646514893, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1714.58101272583, + "relativeCreated": 1781.3336849212646, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -12629,8 +12629,8 @@ "'nonspecific callback'", "" ], - "asctime": "2020-06-16 22:45:45,932", - "created": 1592340345.9321096, + "asctime": "2020-12-21 01:53:52,720", + "created": 1608512032.7205637, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12640,15 +12640,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 'nonspecific callback' ()", "module": "test", - "msecs": 932.1095943450928, + "msecs": 720.5636501312256, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1714.6456241607666, + "relativeCreated": 1781.414270401001, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -12656,8 +12656,8 @@ "'nonspecific callback'", "" ], - "asctime": "2020-06-16 22:45:45,932", - "created": 1592340345.9321716, + "asctime": "2020-12-21 01:53:52,720", + "created": 1608512032.7206402, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12667,15 +12667,15 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 'nonspecific callback' and Type is ).", "module": "test", - "msecs": 932.1715831756592, + "msecs": 720.6401824951172, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1714.707612991333, + "relativeCreated": 1781.4908027648926, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -12684,8 +12684,8 @@ "'specific callback for reaching state_a'", "" ], - "asctime": "2020-06-16 22:45:45,932", - "created": 1592340345.9322393, + "asctime": "2020-12-21 01:53:52,720", + "created": 1608512032.7207177, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12695,15 +12695,15 @@ "lineno": 22, "message": "Result (Submitted value number 3): 'specific callback for reaching state_a' ()", "module": "test", - "msecs": 932.239294052124, + "msecs": 720.7176685333252, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1714.7753238677979, + "relativeCreated": 1781.5682888031006, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -12712,8 +12712,8 @@ "'specific callback for reaching state_a'", "" ], - "asctime": "2020-06-16 22:45:45,932", - "created": 1592340345.9323032, + "asctime": "2020-12-21 01:53:52,720", + "created": 1608512032.7207885, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12723,15 +12723,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 3): result = 'specific callback for reaching state_a' ()", "module": "test", - "msecs": 932.3031902313232, + "msecs": 720.7884788513184, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1714.839220046997, + "relativeCreated": 1781.6390991210938, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -12739,8 +12739,8 @@ "'specific callback for reaching state_a'", "" ], - "asctime": "2020-06-16 22:45:45,932", - "created": 1592340345.932365, + "asctime": "2020-12-21 01:53:52,720", + "created": 1608512032.7208436, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12750,15 +12750,15 @@ "lineno": 142, "message": "Submitted value number 3 is correct (Content 'specific callback for reaching state_a' and Type is ).", "module": "test", - "msecs": 932.3649406433105, + "msecs": 720.8435535430908, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1714.9009704589844, + "relativeCreated": 1781.6941738128662, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -12767,8 +12767,8 @@ "'nonspecific callback'", "" ], - "asctime": "2020-06-16 22:45:45,932", - "created": 1592340345.932427, + "asctime": "2020-12-21 01:53:52,720", + "created": 1608512032.7208972, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12778,15 +12778,15 @@ "lineno": 22, "message": "Result (Submitted value number 4): 'nonspecific callback' ()", "module": "test", - "msecs": 932.426929473877, + "msecs": 720.8971977233887, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1714.9629592895508, + "relativeCreated": 1781.747817993164, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -12795,8 +12795,8 @@ "'nonspecific callback'", "" ], - "asctime": "2020-06-16 22:45:45,932", - "created": 1592340345.932492, + "asctime": "2020-12-21 01:53:52,720", + "created": 1608512032.7209527, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12806,15 +12806,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 4): result = 'nonspecific callback' ()", "module": "test", - "msecs": 932.4920177459717, + "msecs": 720.9527492523193, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1715.0280475616455, + "relativeCreated": 1781.8033695220947, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -12822,8 +12822,8 @@ "'nonspecific callback'", "" ], - "asctime": "2020-06-16 22:45:45,932", - "created": 1592340345.9325528, + "asctime": "2020-12-21 01:53:52,721", + "created": 1608512032.7210097, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12833,41 +12833,41 @@ "lineno": 142, "message": "Submitted value number 4 is correct (Content 'nonspecific callback' and Type is ).", "module": "test", - "msecs": 932.5528144836426, + "msecs": 721.0097312927246, "msg": "Submitted value number 4 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1715.0888442993164, + "relativeCreated": 1781.8603515625, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 932.6193332672119, + "msecs": 721.1000919342041, "msg": "Callback execution order: Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1715.1553630828857, + "relativeCreated": 1781.9507122039795, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 6.651878356933594e-05 + "time_consumption": 9.036064147949219e-05 } ], - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.0016086101531982422, - "time_finished": "2020-06-16 22:45:45,932", - "time_start": "2020-06-16 22:45:45,931" + "time_consumption": 0.0021581649780273438, + "time_finished": "2020-12-21 01:53:52,721", + "time_start": "2020-12-21 01:53:52,718" }, "_XzMFcHYZEem_kd-7nxt1sg": { "args": null, - "asctime": "2020-06-16 22:45:45,916", - "created": 1592340345.916938, + "asctime": "2020-12-21 01:53:52,698", + "created": 1608512032.6982777, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12878,19 +12878,19 @@ "message": "_XzMFcHYZEem_kd-7nxt1sg", "module": "__init__", "moduleLogger": [], - "msecs": 916.938066482544, + "msecs": 698.2777118682861, "msg": "_XzMFcHYZEem_kd-7nxt1sg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1699.4740962982178, + "relativeCreated": 1759.1283321380615, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:45,919", - "created": 1592340345.919854, + "asctime": "2020-12-21 01:53:52,702", + "created": 1608512032.7027586, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -12908,34 +12908,34 @@ "None", "'state_a'" ], - "asctime": "2020-06-16 22:45:45,917", - "created": 1592340345.9171858, + "asctime": "2020-12-21 01:53:52,698", + "created": 1608512032.6987576, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 917.1857833862305, + "msecs": 698.7576484680176, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1699.7218132019043, + "relativeCreated": 1759.608268737793, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 1 ], - "asctime": "2020-06-16 22:45:45,917", - "created": 1592340345.9174128, + "asctime": "2020-12-21 01:53:52,699", + "created": 1608512032.6991384, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -12945,15 +12945,15 @@ "lineno": 55, "message": "Increasing sequence number to 1 caused by sequence progress", "module": "test_callbacks", - "msecs": 917.4127578735352, + "msecs": 699.1384029388428, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1699.948787689209, + "relativeCreated": 1759.9890232086182, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -12963,26 +12963,26 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:45,918", - "created": 1592340345.9181147, + "asctime": "2020-12-21 01:53:52,700", + "created": 1608512032.7000618, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 918.1146621704102, + "msecs": 700.0617980957031, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1700.650691986084, + "relativeCreated": 1760.9124183654785, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -12991,34 +12991,34 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:45,918", - "created": 1592340345.9182944, + "asctime": "2020-12-21 01:53:52,700", + "created": 1608512032.700483, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 918.2944297790527, + "msecs": 700.4830837249756, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1700.8304595947266, + "relativeCreated": 1761.333703994751, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 2 ], - "asctime": "2020-06-16 22:45:45,918", - "created": 1592340345.918436, + "asctime": "2020-12-21 01:53:52,700", + "created": 1608512032.700816, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -13028,15 +13028,15 @@ "lineno": 24, "message": "Increasing sequence number to 2 caused by callback_execution", "module": "test_callbacks", - "msecs": 918.4360504150391, + "msecs": 700.8159160614014, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1700.972080230713, + "relativeCreated": 1761.6665363311768, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -13045,34 +13045,34 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:45,918", - "created": 1592340345.9185846, + "asctime": "2020-12-21 01:53:52,701", + "created": 1608512032.7013958, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 918.5845851898193, + "msecs": 701.3957500457764, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1701.1206150054932, + "relativeCreated": 1762.2463703155518, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 3 ], - "asctime": "2020-06-16 22:45:45,918", - "created": 1592340345.9187202, + "asctime": "2020-12-21 01:53:52,701", + "created": 1608512032.7015626, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -13082,23 +13082,23 @@ "lineno": 24, "message": "Increasing sequence number to 3 caused by callback_execution", "module": "test_callbacks", - "msecs": 918.7202453613281, + "msecs": 701.5626430511475, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1701.256275177002, + "relativeCreated": 1762.4132633209229, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 4 ], - "asctime": "2020-06-16 22:45:45,918", - "created": 1592340345.918867, + "asctime": "2020-12-21 01:53:52,701", + "created": 1608512032.7017343, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -13108,15 +13108,15 @@ "lineno": 55, "message": "Increasing sequence number to 4 caused by sequence progress", "module": "test_callbacks", - "msecs": 918.8671112060547, + "msecs": 701.7343044281006, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1701.4031410217285, + "relativeCreated": 1762.584924697876, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -13126,34 +13126,34 @@ "'state_b'", "'state_a'" ], - "asctime": "2020-06-16 22:45:45,919", - "created": 1592340345.9190493, + "asctime": "2020-12-21 01:53:52,701", + "created": 1608512032.7019296, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_b' -> 'state_a'", "module": "__init__", - "msecs": 919.0492630004883, + "msecs": 701.9295692443848, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1701.585292816162, + "relativeCreated": 1762.7801895141602, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 5 ], - "asctime": "2020-06-16 22:45:45,919", - "created": 1592340345.9192033, + "asctime": "2020-12-21 01:53:52,702", + "created": 1608512032.7020915, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -13163,15 +13163,15 @@ "lineno": 55, "message": "Increasing sequence number to 5 caused by sequence progress", "module": "test_callbacks", - "msecs": 919.2032814025879, + "msecs": 702.0914554595947, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1701.7393112182617, + "relativeCreated": 1762.9420757293701, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -13181,34 +13181,34 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:45,919", - "created": 1592340345.9193773, + "asctime": "2020-12-21 01:53:52,702", + "created": 1608512032.7022922, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 919.377326965332, + "msecs": 702.2922039031982, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1701.9133567810059, + "relativeCreated": 1763.1428241729736, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 6 ], - "asctime": "2020-06-16 22:45:45,919", - "created": 1592340345.9195278, + "asctime": "2020-12-21 01:53:52,702", + "created": 1608512032.702445, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -13218,15 +13218,15 @@ "lineno": 55, "message": "Increasing sequence number to 6 caused by sequence progress", "module": "test_callbacks", - "msecs": 919.5277690887451, + "msecs": 702.4450302124023, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1702.063798904419, + "relativeCreated": 1763.2956504821777, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -13236,45 +13236,45 @@ "'state_b'", "'state_c'" ], - "asctime": "2020-06-16 22:45:45,919", - "created": 1592340345.9197068, + "asctime": "2020-12-21 01:53:52,702", + "created": 1608512032.702611, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_c'): 'state_b' -> 'state_c'", "module": "__init__", - "msecs": 919.7068214416504, + "msecs": 702.610969543457, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1702.2428512573242, + "relativeCreated": 1763.4615898132324, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 919.853925704956, + "msecs": 702.7585506439209, "msg": "Running state machine sequence and storing sequence number for each callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1702.3899555206299, + "relativeCreated": 1763.6091709136963, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.00014710426330566406 + "time_consumption": 0.0001475811004638672 }, { "args": [], - "asctime": "2020-06-16 22:45:45,920", - "created": 1592340345.920699, + "asctime": "2020-12-21 01:53:52,703", + "created": 1608512032.703861, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13291,8 +13291,8 @@ "[ 1 ]", "" ], - "asctime": "2020-06-16 22:45:45,920", - "created": 1592340345.9200892, + "asctime": "2020-12-21 01:53:52,703", + "created": 1608512032.7030454, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13302,15 +13302,15 @@ "lineno": 22, "message": "Result (Execution of state machine callback (1) (state_b, condition_a) identified by a sequence number): [ 1 ] ()", "module": "test", - "msecs": 920.0892448425293, + "msecs": 703.0453681945801, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1702.6252746582031, + "relativeCreated": 1763.8959884643555, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -13319,8 +13319,8 @@ "[ 1 ]", "" ], - "asctime": "2020-06-16 22:45:45,920", - "created": 1592340345.920235, + "asctime": "2020-12-21 01:53:52,703", + "created": 1608512032.703237, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13330,15 +13330,15 @@ "lineno": 26, "message": "Expectation (Execution of state machine callback (1) (state_b, condition_a) identified by a sequence number): result = [ 1 ] ()", "module": "test", - "msecs": 920.2349185943604, + "msecs": 703.2370567321777, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1702.7709484100342, + "relativeCreated": 1764.0876770019531, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -13347,8 +13347,8 @@ "1", "" ], - "asctime": "2020-06-16 22:45:45,920", - "created": 1592340345.920389, + "asctime": "2020-12-21 01:53:52,703", + "created": 1608512032.7034087, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13358,15 +13358,15 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 ()", "module": "test", - "msecs": 920.38893699646, + "msecs": 703.4087181091309, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1702.9249668121338, + "relativeCreated": 1764.2593383789062, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -13375,8 +13375,8 @@ "1", "" ], - "asctime": "2020-06-16 22:45:45,920", - "created": 1592340345.9205143, + "asctime": "2020-12-21 01:53:52,703", + "created": 1608512032.703556, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13386,15 +13386,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 ()", "module": "test", - "msecs": 920.5143451690674, + "msecs": 703.5560607910156, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1703.0503749847412, + "relativeCreated": 1764.406681060791, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -13402,8 +13402,8 @@ "1", "" ], - "asctime": "2020-06-16 22:45:45,920", - "created": 1592340345.9206345, + "asctime": "2020-12-21 01:53:52,703", + "created": 1608512032.70372, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13413,34 +13413,34 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 920.6345081329346, + "msecs": 703.7200927734375, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1703.1705379486084, + "relativeCreated": 1764.570713043213, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 920.698881149292, + "msecs": 703.8609981536865, "msg": "Execution of state machine callback (1) (state_b, condition_a) identified by a sequence number: Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1703.2349109649658, + "relativeCreated": 1764.711618423462, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 6.437301635742188e-05 + "time_consumption": 0.00014090538024902344 }, { "args": [], - "asctime": "2020-06-16 22:45:45,921", - "created": 1592340345.9211128, + "asctime": "2020-12-21 01:53:52,704", + "created": 1608512032.7049344, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13457,8 +13457,8 @@ "[ 2 ]", "" ], - "asctime": "2020-06-16 22:45:45,920", - "created": 1592340345.9207962, + "asctime": "2020-12-21 01:53:52,704", + "created": 1608512032.7040932, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13468,15 +13468,15 @@ "lineno": 22, "message": "Result (Execution of state machine callback (2) (state_b, condition_a) identified by a sequence number): [ 2 ] ()", "module": "test", - "msecs": 920.7961559295654, + "msecs": 704.0932178497314, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1703.3321857452393, + "relativeCreated": 1764.9438381195068, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -13485,8 +13485,8 @@ "[ 2 ]", "" ], - "asctime": "2020-06-16 22:45:45,920", - "created": 1592340345.920863, + "asctime": "2020-12-21 01:53:52,704", + "created": 1608512032.7042654, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13496,15 +13496,15 @@ "lineno": 26, "message": "Expectation (Execution of state machine callback (2) (state_b, condition_a) identified by a sequence number): result = [ 2 ] ()", "module": "test", - "msecs": 920.8629131317139, + "msecs": 704.2653560638428, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1703.3989429473877, + "relativeCreated": 1765.1159763336182, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -13513,8 +13513,8 @@ "2", "" ], - "asctime": "2020-06-16 22:45:45,920", - "created": 1592340345.9209294, + "asctime": "2020-12-21 01:53:52,704", + "created": 1608512032.7044547, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13524,15 +13524,15 @@ "lineno": 22, "message": "Result (Submitted value number 1): 2 ()", "module": "test", - "msecs": 920.9294319152832, + "msecs": 704.4546604156494, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1703.465461730957, + "relativeCreated": 1765.3052806854248, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -13541,8 +13541,8 @@ "2", "" ], - "asctime": "2020-06-16 22:45:45,920", - "created": 1592340345.9209886, + "asctime": "2020-12-21 01:53:52,704", + "created": 1608512032.7046082, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13552,15 +13552,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 2 ()", "module": "test", - "msecs": 920.9885597229004, + "msecs": 704.6082019805908, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1703.5245895385742, + "relativeCreated": 1765.4588222503662, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -13568,8 +13568,8 @@ "2", "" ], - "asctime": "2020-06-16 22:45:45,921", - "created": 1592340345.921054, + "asctime": "2020-12-21 01:53:52,704", + "created": 1608512032.7047768, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13579,41 +13579,41 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 921.0538864135742, + "msecs": 704.7767639160156, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1703.589916229248, + "relativeCreated": 1765.627384185791, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 921.1127758026123, + "msecs": 704.9343585968018, "msg": "Execution of state machine callback (2) (state_b, condition_a) identified by a sequence number: Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1703.6488056182861, + "relativeCreated": 1765.7849788665771, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 5.888938903808594e-05 + "time_consumption": 0.0001575946807861328 } ], - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.004174709320068359, - "time_finished": "2020-06-16 22:45:45,921", - "time_start": "2020-06-16 22:45:45,916" + "time_consumption": 0.006656646728515625, + "time_finished": "2020-12-21 01:53:52,704", + "time_start": "2020-12-21 01:53:52,698" }, "_YrdgQHbUEemIm_1APUisDQ": { "args": null, - "asctime": "2020-06-16 22:45:45,921", - "created": 1592340345.9212773, + "asctime": "2020-12-21 01:53:52,705", + "created": 1608512032.7057495, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13624,19 +13624,19 @@ "message": "_YrdgQHbUEemIm_1APUisDQ", "module": "__init__", "moduleLogger": [], - "msecs": 921.2772846221924, + "msecs": 705.74951171875, "msg": "_YrdgQHbUEemIm_1APUisDQ", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1703.8133144378662, + "relativeCreated": 1766.6001319885254, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:45,922", - "created": 1592340345.922665, + "asctime": "2020-12-21 01:53:52,708", + "created": 1608512032.7082098, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -13654,34 +13654,34 @@ "None", "'state_a'" ], - "asctime": "2020-06-16 22:45:45,921", - "created": 1592340345.9213843, + "asctime": "2020-12-21 01:53:52,705", + "created": 1608512032.7059622, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 921.384334564209, + "msecs": 705.9621810913086, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1703.9203643798828, + "relativeCreated": 1766.812801361084, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 1 ], - "asctime": "2020-06-16 22:45:45,921", - "created": 1592340345.9214854, + "asctime": "2020-12-21 01:53:52,706", + "created": 1608512032.7061589, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -13691,15 +13691,15 @@ "lineno": 55, "message": "Increasing sequence number to 1 caused by sequence progress", "module": "test_callbacks", - "msecs": 921.485424041748, + "msecs": 706.1588764190674, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1704.0214538574219, + "relativeCreated": 1767.0094966888428, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -13709,34 +13709,34 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:45,921", - "created": 1592340345.9215891, + "asctime": "2020-12-21 01:53:52,706", + "created": 1608512032.7063649, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 921.5891361236572, + "msecs": 706.3648700714111, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1704.125165939331, + "relativeCreated": 1767.2154903411865, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 2 ], - "asctime": "2020-06-16 22:45:45,921", - "created": 1592340345.9216669, + "asctime": "2020-12-21 01:53:52,706", + "created": 1608512032.706496, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -13746,15 +13746,15 @@ "lineno": 55, "message": "Increasing sequence number to 2 caused by sequence progress", "module": "test_callbacks", - "msecs": 921.6668605804443, + "msecs": 706.496000289917, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1704.2028903961182, + "relativeCreated": 1767.3466205596924, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -13764,26 +13764,26 @@ "'state_b'", "'state_a'" ], - "asctime": "2020-06-16 22:45:45,921", - "created": 1592340345.9217556, + "asctime": "2020-12-21 01:53:52,706", + "created": 1608512032.7066205, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_b' -> 'state_a'", "module": "__init__", - "msecs": 921.7555522918701, + "msecs": 706.620454788208, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1704.291582107544, + "relativeCreated": 1767.4710750579834, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -13792,34 +13792,34 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:45,921", - "created": 1592340345.9218276, + "asctime": "2020-12-21 01:53:52,706", + "created": 1608512032.7067387, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 921.8275547027588, + "msecs": 706.7387104034424, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1704.3635845184326, + "relativeCreated": 1767.5893306732178, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 3 ], - "asctime": "2020-06-16 22:45:45,921", - "created": 1592340345.9218955, + "asctime": "2020-12-21 01:53:52,706", + "created": 1608512032.706858, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -13829,15 +13829,15 @@ "lineno": 24, "message": "Increasing sequence number to 3 caused by callback_execution", "module": "test_callbacks", - "msecs": 921.8955039978027, + "msecs": 706.8579196929932, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1704.4315338134766, + "relativeCreated": 1767.7085399627686, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -13846,34 +13846,34 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:45,921", - "created": 1592340345.921962, + "asctime": "2020-12-21 01:53:52,706", + "created": 1608512032.7069528, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 921.9620227813721, + "msecs": 706.9528102874756, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1704.498052597046, + "relativeCreated": 1767.803430557251, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 4 ], - "asctime": "2020-06-16 22:45:45,922", - "created": 1592340345.9220204, + "asctime": "2020-12-21 01:53:52,707", + "created": 1608512032.7070608, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -13883,23 +13883,23 @@ "lineno": 24, "message": "Increasing sequence number to 4 caused by callback_execution", "module": "test_callbacks", - "msecs": 922.020435333252, + "msecs": 707.0608139038086, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1704.5564651489258, + "relativeCreated": 1767.911434173584, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 5 ], - "asctime": "2020-06-16 22:45:45,922", - "created": 1592340345.92209, + "asctime": "2020-12-21 01:53:52,707", + "created": 1608512032.7071888, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -13909,15 +13909,15 @@ "lineno": 55, "message": "Increasing sequence number to 5 caused by sequence progress", "module": "test_callbacks", - "msecs": 922.0900535583496, + "msecs": 707.1888446807861, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1704.6260833740234, + "relativeCreated": 1768.0394649505615, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -13927,26 +13927,26 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:45,922", - "created": 1592340345.9221818, + "asctime": "2020-12-21 01:53:52,707", + "created": 1608512032.7073383, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 922.1818447113037, + "msecs": 707.3383331298828, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1704.7178745269775, + "relativeCreated": 1768.1889533996582, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -13955,34 +13955,34 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:45,922", - "created": 1592340345.9222522, + "asctime": "2020-12-21 01:53:52,707", + "created": 1608512032.707466, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 922.2521781921387, + "msecs": 707.4658870697021, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1704.7882080078125, + "relativeCreated": 1768.3165073394775, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 6 ], - "asctime": "2020-06-16 22:45:45,922", - "created": 1592340345.9223125, + "asctime": "2020-12-21 01:53:52,707", + "created": 1608512032.707566, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -13992,15 +13992,15 @@ "lineno": 24, "message": "Increasing sequence number to 6 caused by callback_execution", "module": "test_callbacks", - "msecs": 922.3124980926514, + "msecs": 707.5660228729248, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1704.8485279083252, + "relativeCreated": 1768.4166431427002, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -14009,34 +14009,34 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:45,922", - "created": 1592340345.9223766, + "asctime": "2020-12-21 01:53:52,707", + "created": 1608512032.7076662, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 922.3766326904297, + "msecs": 707.6661586761475, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1704.9126625061035, + "relativeCreated": 1768.5167789459229, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 7 ], - "asctime": "2020-06-16 22:45:45,922", - "created": 1592340345.9224386, + "asctime": "2020-12-21 01:53:52,707", + "created": 1608512032.7077615, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -14046,23 +14046,23 @@ "lineno": 24, "message": "Increasing sequence number to 7 caused by callback_execution", "module": "test_callbacks", - "msecs": 922.4386215209961, + "msecs": 707.7615261077881, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1704.97465133667, + "relativeCreated": 1768.6121463775635, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 8 ], - "asctime": "2020-06-16 22:45:45,922", - "created": 1592340345.922507, + "asctime": "2020-12-21 01:53:52,707", + "created": 1608512032.707885, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -14072,15 +14072,15 @@ "lineno": 55, "message": "Increasing sequence number to 8 caused by sequence progress", "module": "test_callbacks", - "msecs": 922.5070476531982, + "msecs": 707.8850269317627, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1705.043077468872, + "relativeCreated": 1768.735647201538, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -14090,45 +14090,45 @@ "'state_b'", "'state_c'" ], - "asctime": "2020-06-16 22:45:45,922", - "created": 1592340345.9225886, + "asctime": "2020-12-21 01:53:52,708", + "created": 1608512032.7080464, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_c'): 'state_b' -> 'state_c'", "module": "__init__", - "msecs": 922.588586807251, + "msecs": 708.0464363098145, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1705.1246166229248, + "relativeCreated": 1768.8970565795898, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 922.6651191711426, + "msecs": 708.209753036499, "msg": "Running state machine sequence and storing sequence number for each callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1705.2011489868164, + "relativeCreated": 1769.0603733062744, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 7.653236389160156e-05 + "time_consumption": 0.0001633167266845703 }, { "args": [], - "asctime": "2020-06-16 22:45:45,923", - "created": 1592340345.9233882, + "asctime": "2020-12-21 01:53:52,709", + "created": 1608512032.709814, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14145,8 +14145,8 @@ "[ 2, 5 ]", "" ], - "asctime": "2020-06-16 22:45:45,922", - "created": 1592340345.9227831, + "asctime": "2020-12-21 01:53:52,708", + "created": 1608512032.7086692, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14156,15 +14156,15 @@ "lineno": 22, "message": "Result (Execution of state machine callback (1) (all_transitions, condition_b) identified by a sequence number): [ 2, 5 ] ()", "module": "test", - "msecs": 922.7831363677979, + "msecs": 708.6691856384277, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1705.3191661834717, + "relativeCreated": 1769.5198059082031, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -14173,8 +14173,8 @@ "[ 2, 5 ]", "" ], - "asctime": "2020-06-16 22:45:45,922", - "created": 1592340345.922854, + "asctime": "2020-12-21 01:53:52,708", + "created": 1608512032.7088451, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14184,15 +14184,15 @@ "lineno": 26, "message": "Expectation (Execution of state machine callback (1) (all_transitions, condition_b) identified by a sequence number): result = [ 2, 5 ] ()", "module": "test", - "msecs": 922.853946685791, + "msecs": 708.8451385498047, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1705.3899765014648, + "relativeCreated": 1769.69575881958, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -14201,8 +14201,8 @@ "2", "" ], - "asctime": "2020-06-16 22:45:45,922", - "created": 1592340345.9229302, + "asctime": "2020-12-21 01:53:52,709", + "created": 1608512032.7090054, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14212,15 +14212,15 @@ "lineno": 22, "message": "Result (Submitted value number 1): 2 ()", "module": "test", - "msecs": 922.9302406311035, + "msecs": 709.0053558349609, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1705.4662704467773, + "relativeCreated": 1769.8559761047363, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -14229,8 +14229,8 @@ "2", "" ], - "asctime": "2020-06-16 22:45:45,922", - "created": 1592340345.9229927, + "asctime": "2020-12-21 01:53:52,709", + "created": 1608512032.709153, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14240,15 +14240,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 2 ()", "module": "test", - "msecs": 922.9927062988281, + "msecs": 709.1529369354248, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1705.528736114502, + "relativeCreated": 1770.0035572052002, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -14256,8 +14256,8 @@ "2", "" ], - "asctime": "2020-06-16 22:45:45,923", - "created": 1592340345.923132, + "asctime": "2020-12-21 01:53:52,709", + "created": 1608512032.7092955, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14267,15 +14267,15 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 923.1319427490234, + "msecs": 709.2955112457275, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1705.6679725646973, + "relativeCreated": 1770.146131515503, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -14284,8 +14284,8 @@ "5", "" ], - "asctime": "2020-06-16 22:45:45,923", - "created": 1592340345.9232104, + "asctime": "2020-12-21 01:53:52,709", + "created": 1608512032.7094362, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14295,15 +14295,15 @@ "lineno": 22, "message": "Result (Submitted value number 2): 5 ()", "module": "test", - "msecs": 923.2103824615479, + "msecs": 709.4361782073975, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1705.7464122772217, + "relativeCreated": 1770.2867984771729, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -14312,8 +14312,8 @@ "5", "" ], - "asctime": "2020-06-16 22:45:45,923", - "created": 1592340345.9232714, + "asctime": "2020-12-21 01:53:52,709", + "created": 1608512032.7095575, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14323,15 +14323,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 5 ()", "module": "test", - "msecs": 923.2714176177979, + "msecs": 709.5575332641602, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1705.8074474334717, + "relativeCreated": 1770.4081535339355, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -14339,8 +14339,8 @@ "5", "" ], - "asctime": "2020-06-16 22:45:45,923", - "created": 1592340345.9233313, + "asctime": "2020-12-21 01:53:52,709", + "created": 1608512032.7096865, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14350,34 +14350,34 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 5 and Type is ).", "module": "test", - "msecs": 923.3312606811523, + "msecs": 709.6865177154541, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1705.8672904968262, + "relativeCreated": 1770.5371379852295, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 923.3882427215576, + "msecs": 709.8140716552734, "msg": "Execution of state machine callback (1) (all_transitions, condition_b) identified by a sequence number: Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1705.9242725372314, + "relativeCreated": 1770.6646919250488, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 5.698204040527344e-05 + "time_consumption": 0.00012755393981933594 }, { "args": [], - "asctime": "2020-06-16 22:45:45,923", - "created": 1592340345.9239864, + "asctime": "2020-12-21 01:53:52,710", + "created": 1608512032.710906, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14394,8 +14394,8 @@ "[ 3, 6 ]", "" ], - "asctime": "2020-06-16 22:45:45,923", - "created": 1592340345.9234889, + "asctime": "2020-12-21 01:53:52,710", + "created": 1608512032.7100594, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14405,15 +14405,15 @@ "lineno": 22, "message": "Result (Execution of state machine callback (2) (all_transitions, condition_b) identified by a sequence number): [ 3, 6 ] ()", "module": "test", - "msecs": 923.4888553619385, + "msecs": 710.059404373169, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1706.0248851776123, + "relativeCreated": 1770.9100246429443, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -14422,8 +14422,8 @@ "[ 3, 6 ]", "" ], - "asctime": "2020-06-16 22:45:45,923", - "created": 1592340345.9235559, + "asctime": "2020-12-21 01:53:52,710", + "created": 1608512032.7102275, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14433,15 +14433,15 @@ "lineno": 26, "message": "Expectation (Execution of state machine callback (2) (all_transitions, condition_b) identified by a sequence number): result = [ 3, 6 ] ()", "module": "test", - "msecs": 923.555850982666, + "msecs": 710.2274894714355, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1706.0918807983398, + "relativeCreated": 1771.078109741211, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -14450,8 +14450,8 @@ "3", "" ], - "asctime": "2020-06-16 22:45:45,923", - "created": 1592340345.9236212, + "asctime": "2020-12-21 01:53:52,710", + "created": 1608512032.710328, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14461,15 +14461,15 @@ "lineno": 22, "message": "Result (Submitted value number 1): 3 ()", "module": "test", - "msecs": 923.6211776733398, + "msecs": 710.3281021118164, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1706.1572074890137, + "relativeCreated": 1771.1787223815918, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -14478,8 +14478,8 @@ "3", "" ], - "asctime": "2020-06-16 22:45:45,923", - "created": 1592340345.9236858, + "asctime": "2020-12-21 01:53:52,710", + "created": 1608512032.71044, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14489,15 +14489,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 3 ()", "module": "test", - "msecs": 923.6857891082764, + "msecs": 710.439920425415, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1706.2218189239502, + "relativeCreated": 1771.2905406951904, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -14505,8 +14505,8 @@ "3", "" ], - "asctime": "2020-06-16 22:45:45,923", - "created": 1592340345.923746, + "asctime": "2020-12-21 01:53:52,710", + "created": 1608512032.7105489, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14516,15 +14516,15 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 3 and Type is ).", "module": "test", - "msecs": 923.7461090087891, + "msecs": 710.5488777160645, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1706.282138824463, + "relativeCreated": 1771.3994979858398, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -14533,8 +14533,8 @@ "6", "" ], - "asctime": "2020-06-16 22:45:45,923", - "created": 1592340345.9238124, + "asctime": "2020-12-21 01:53:52,710", + "created": 1608512032.7106469, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14544,15 +14544,15 @@ "lineno": 22, "message": "Result (Submitted value number 2): 6 ()", "module": "test", - "msecs": 923.8123893737793, + "msecs": 710.6468677520752, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1706.3484191894531, + "relativeCreated": 1771.4974880218506, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -14561,8 +14561,8 @@ "6", "" ], - "asctime": "2020-06-16 22:45:45,923", - "created": 1592340345.9238718, + "asctime": "2020-12-21 01:53:52,710", + "created": 1608512032.7107282, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14572,15 +14572,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 6 ()", "module": "test", - "msecs": 923.8717555999756, + "msecs": 710.7281684875488, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1706.4077854156494, + "relativeCreated": 1771.5787887573242, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -14588,8 +14588,8 @@ "6", "" ], - "asctime": "2020-06-16 22:45:45,923", - "created": 1592340345.92393, + "asctime": "2020-12-21 01:53:52,710", + "created": 1608512032.7108042, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14599,41 +14599,41 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 6 and Type is ).", "module": "test", - "msecs": 923.9299297332764, + "msecs": 710.8042240142822, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1706.4659595489502, + "relativeCreated": 1771.6548442840576, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 923.9864349365234, + "msecs": 710.9060287475586, "msg": "Execution of state machine callback (2) (all_transitions, condition_b) identified by a sequence number: Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1706.5224647521973, + "relativeCreated": 1771.756649017334, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 5.650520324707031e-05 + "time_consumption": 0.00010180473327636719 } ], - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.0027091503143310547, - "time_finished": "2020-06-16 22:45:45,923", - "time_start": "2020-06-16 22:45:45,921" + "time_consumption": 0.005156517028808594, + "time_finished": "2020-12-21 01:53:52,710", + "time_start": "2020-12-21 01:53:52,705" }, "_bDqbMHcrEemrUqotql_Blw": { "args": null, - "asctime": "2020-06-16 22:45:44,275", - "created": 1592340344.2751117, + "asctime": "2020-12-21 01:53:51,055", + "created": 1608512031.055161, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14644,19 +14644,19 @@ "message": "_bDqbMHcrEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 275.1116752624512, + "msecs": 55.1609992980957, "msg": "_bDqbMHcrEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 57.647705078125, + "relativeCreated": 116.0116195678711, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:44,275", - "created": 1592340344.2752118, + "asctime": "2020-12-21 01:53:51,055", + "created": 1608512031.0553377, "exc_info": null, "exc_text": null, "filename": "test_init.py", @@ -14674,48 +14674,48 @@ "None", "'state_c'" ], - "asctime": "2020-06-16 22:45:44,275", - "created": 1592340344.2751684, + "asctime": "2020-12-21 01:53:51,055", + "created": 1608512031.0552661, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_c'", "module": "__init__", - "msecs": 275.16841888427734, + "msecs": 55.26614189147949, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 57.70444869995117, + "relativeCreated": 116.11676216125488, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 275.2118110656738, + "msecs": 55.33766746520996, "msg": "Initialising the state machine with state_c", "name": "__tLogger__", "pathname": "src/tests/test_init.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 57.747840881347656, + "relativeCreated": 116.18828773498535, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 4.3392181396484375e-05 + "time_consumption": 7.152557373046875e-05 }, { "args": [ "None", "" ], - "asctime": "2020-06-16 22:45:44,275", - "created": 1592340344.2753327, + "asctime": "2020-12-21 01:53:51,055", + "created": 1608512031.055556, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14732,8 +14732,8 @@ "None", "" ], - "asctime": "2020-06-16 22:45:44,275", - "created": 1592340344.275261, + "asctime": "2020-12-21 01:53:51,055", + "created": 1608512031.055435, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14743,15 +14743,15 @@ "lineno": 22, "message": "Result (Last state after initialisation): None ()", "module": "test", - "msecs": 275.26092529296875, + "msecs": 55.4349422454834, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 57.79695510864258, + "relativeCreated": 116.28556251525879, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -14760,8 +14760,8 @@ "None", "" ], - "asctime": "2020-06-16 22:45:44,275", - "created": 1592340344.2752972, + "asctime": "2020-12-21 01:53:51,055", + "created": 1608512031.055497, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14771,41 +14771,41 @@ "lineno": 26, "message": "Expectation (Last state after initialisation): result = None ()", "module": "test", - "msecs": 275.2971649169922, + "msecs": 55.496931076049805, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 57.833194732666016, + "relativeCreated": 116.3475513458252, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 275.3326892852783, + "msecs": 55.55605888366699, "msg": "Last state after initialisation is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 57.86871910095215, + "relativeCreated": 116.40667915344238, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 3.552436828613281e-05 + "time_consumption": 5.91278076171875e-05 } ], - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.00022101402282714844, - "time_finished": "2020-06-16 22:45:44,275", - "time_start": "2020-06-16 22:45:44,275" + "time_consumption": 0.00039505958557128906, + "time_finished": "2020-12-21 01:53:51,055", + "time_start": "2020-12-21 01:53:51,055" }, "_b_t78Hb4EemzkK7kGUMNfw": { "args": null, - "asctime": "2020-06-16 22:45:45,924", - "created": 1592340345.9241455, + "asctime": "2020-12-21 01:53:52,711", + "created": 1608512032.711393, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14816,19 +14816,19 @@ "message": "_b_t78Hb4EemzkK7kGUMNfw", "module": "__init__", "moduleLogger": [], - "msecs": 924.1454601287842, + "msecs": 711.3931179046631, "msg": "_b_t78Hb4EemzkK7kGUMNfw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1706.681489944458, + "relativeCreated": 1772.2437381744385, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:45,925", - "created": 1592340345.9255464, + "asctime": "2020-12-21 01:53:52,713", + "created": 1608512032.7137148, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -14846,34 +14846,34 @@ "None", "'state_a'" ], - "asctime": "2020-06-16 22:45:45,924", - "created": 1592340345.9242532, + "asctime": "2020-12-21 01:53:52,711", + "created": 1608512032.7117045, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 924.2532253265381, + "msecs": 711.7044925689697, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1706.789255142212, + "relativeCreated": 1772.5551128387451, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 1 ], - "asctime": "2020-06-16 22:45:45,924", - "created": 1592340345.9243555, + "asctime": "2020-12-21 01:53:52,711", + "created": 1608512032.7119756, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -14883,15 +14883,15 @@ "lineno": 55, "message": "Increasing sequence number to 1 caused by sequence progress", "module": "test_callbacks", - "msecs": 924.3555068969727, + "msecs": 711.9755744934082, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1706.8915367126465, + "relativeCreated": 1772.8261947631836, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -14901,26 +14901,26 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:45,924", - "created": 1592340345.9244628, + "asctime": "2020-12-21 01:53:52,712", + "created": 1608512032.7121716, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 924.4627952575684, + "msecs": 712.1715545654297, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1706.9988250732422, + "relativeCreated": 1773.022174835205, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -14929,34 +14929,34 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:45,924", - "created": 1592340345.924543, + "asctime": "2020-12-21 01:53:52,712", + "created": 1608512032.7122927, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 924.5429039001465, + "msecs": 712.2926712036133, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1707.0789337158203, + "relativeCreated": 1773.1432914733887, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 2 ], - "asctime": "2020-06-16 22:45:45,924", - "created": 1592340345.924617, + "asctime": "2020-12-21 01:53:52,712", + "created": 1608512032.712479, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -14966,15 +14966,15 @@ "lineno": 24, "message": "Increasing sequence number to 2 caused by callback_execution", "module": "test_callbacks", - "msecs": 924.6170520782471, + "msecs": 712.4791145324707, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1707.153081893921, + "relativeCreated": 1773.329734802246, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -14983,34 +14983,34 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:45,924", - "created": 1592340345.9246857, + "asctime": "2020-12-21 01:53:52,712", + "created": 1608512032.7126303, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 924.6857166290283, + "msecs": 712.6302719116211, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1707.2217464447021, + "relativeCreated": 1773.4808921813965, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 3 ], - "asctime": "2020-06-16 22:45:45,924", - "created": 1592340345.9247453, + "asctime": "2020-12-21 01:53:52,712", + "created": 1608512032.7127244, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -15020,23 +15020,23 @@ "lineno": 24, "message": "Increasing sequence number to 3 caused by callback_execution", "module": "test_callbacks", - "msecs": 924.7453212738037, + "msecs": 712.7244472503662, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1707.2813510894775, + "relativeCreated": 1773.5750675201416, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 4 ], - "asctime": "2020-06-16 22:45:45,924", - "created": 1592340345.9248137, + "asctime": "2020-12-21 01:53:52,712", + "created": 1608512032.712818, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -15046,15 +15046,15 @@ "lineno": 55, "message": "Increasing sequence number to 4 caused by sequence progress", "module": "test_callbacks", - "msecs": 924.8137474060059, + "msecs": 712.817907333374, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1707.3497772216797, + "relativeCreated": 1773.6685276031494, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -15064,34 +15064,34 @@ "'state_b'", "'state_a'" ], - "asctime": "2020-06-16 22:45:45,924", - "created": 1592340345.9249055, + "asctime": "2020-12-21 01:53:52,712", + "created": 1608512032.712939, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_b' -> 'state_a'", "module": "__init__", - "msecs": 924.90553855896, + "msecs": 712.9390239715576, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1707.4415683746338, + "relativeCreated": 1773.789644241333, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 5 ], - "asctime": "2020-06-16 22:45:45,924", - "created": 1592340345.924979, + "asctime": "2020-12-21 01:53:52,713", + "created": 1608512032.7130446, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -15101,15 +15101,15 @@ "lineno": 55, "message": "Increasing sequence number to 5 caused by sequence progress", "module": "test_callbacks", - "msecs": 924.9789714813232, + "msecs": 713.0446434020996, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1707.515001296997, + "relativeCreated": 1773.895263671875, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -15119,26 +15119,26 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:45,925", - "created": 1592340345.9250622, + "asctime": "2020-12-21 01:53:52,713", + "created": 1608512032.7131522, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 925.0621795654297, + "msecs": 713.1521701812744, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1707.5982093811035, + "relativeCreated": 1774.0027904510498, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -15147,34 +15147,34 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:45,925", - "created": 1592340345.9251368, + "asctime": "2020-12-21 01:53:52,713", + "created": 1608512032.713246, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 925.1368045806885, + "msecs": 713.2461071014404, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1707.6728343963623, + "relativeCreated": 1774.0967273712158, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 6 ], - "asctime": "2020-06-16 22:45:45,925", - "created": 1592340345.9252024, + "asctime": "2020-12-21 01:53:52,713", + "created": 1608512032.7133312, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -15184,15 +15184,15 @@ "lineno": 24, "message": "Increasing sequence number to 6 caused by callback_execution", "module": "test_callbacks", - "msecs": 925.2023696899414, + "msecs": 713.3312225341797, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1707.7383995056152, + "relativeCreated": 1774.181842803955, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -15201,34 +15201,34 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:45,925", - "created": 1592340345.9252682, + "asctime": "2020-12-21 01:53:52,713", + "created": 1608512032.7134168, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 925.2681732177734, + "msecs": 713.4168148040771, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1707.8042030334473, + "relativeCreated": 1774.2674350738525, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 7 ], - "asctime": "2020-06-16 22:45:45,925", - "created": 1592340345.925327, + "asctime": "2020-12-21 01:53:52,713", + "created": 1608512032.7134914, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -15238,23 +15238,23 @@ "lineno": 24, "message": "Increasing sequence number to 7 caused by callback_execution", "module": "test_callbacks", - "msecs": 925.3270626068115, + "msecs": 713.4914398193359, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1707.8630924224854, + "relativeCreated": 1774.3420600891113, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 8 ], - "asctime": "2020-06-16 22:45:45,925", - "created": 1592340345.9253945, + "asctime": "2020-12-21 01:53:52,713", + "created": 1608512032.7136185, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -15264,15 +15264,15 @@ "lineno": 55, "message": "Increasing sequence number to 8 caused by sequence progress", "module": "test_callbacks", - "msecs": 925.3945350646973, + "msecs": 713.6185169219971, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1707.930564880371, + "relativeCreated": 1774.4691371917725, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -15282,45 +15282,45 @@ "'state_b'", "'state_c'" ], - "asctime": "2020-06-16 22:45:45,925", - "created": 1592340345.925475, + "asctime": "2020-12-21 01:53:52,713", + "created": 1608512032.7136679, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_c'): 'state_b' -> 'state_c'", "module": "__init__", - "msecs": 925.4748821258545, + "msecs": 713.6678695678711, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1708.0109119415283, + "relativeCreated": 1774.5184898376465, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 925.546407699585, + "msecs": 713.7148380279541, "msg": "Running state machine sequence and storing sequence number for each callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1708.0824375152588, + "relativeCreated": 1774.5654582977295, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 7.152557373046875e-05 + "time_consumption": 4.696846008300781e-05 }, { "args": [], - "asctime": "2020-06-16 22:45:45,926", - "created": 1592340345.92616, + "asctime": "2020-12-21 01:53:52,714", + "created": 1608512032.7141287, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15337,8 +15337,8 @@ "[ 1, 5 ]", "" ], - "asctime": "2020-06-16 22:45:45,925", - "created": 1592340345.9256563, + "asctime": "2020-12-21 01:53:52,713", + "created": 1608512032.7138004, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15348,15 +15348,15 @@ "lineno": 22, "message": "Result (Execution of state machine callback (1) (state_b, all_conditions) identified by a sequence number): [ 1, 5 ] ()", "module": "test", - "msecs": 925.6563186645508, + "msecs": 713.8004302978516, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1708.1923484802246, + "relativeCreated": 1774.651050567627, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -15365,8 +15365,8 @@ "[ 1, 5 ]", "" ], - "asctime": "2020-06-16 22:45:45,925", - "created": 1592340345.9257257, + "asctime": "2020-12-21 01:53:52,713", + "created": 1608512032.7138417, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15376,15 +15376,15 @@ "lineno": 26, "message": "Expectation (Execution of state machine callback (1) (state_b, all_conditions) identified by a sequence number): result = [ 1, 5 ] ()", "module": "test", - "msecs": 925.7256984710693, + "msecs": 713.8416767120361, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1708.2617282867432, + "relativeCreated": 1774.6922969818115, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -15393,8 +15393,8 @@ "1", "" ], - "asctime": "2020-06-16 22:45:45,925", - "created": 1592340345.9257987, + "asctime": "2020-12-21 01:53:52,713", + "created": 1608512032.7138848, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15404,15 +15404,15 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 ()", "module": "test", - "msecs": 925.7986545562744, + "msecs": 713.8848304748535, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1708.3346843719482, + "relativeCreated": 1774.735450744629, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -15421,8 +15421,8 @@ "1", "" ], - "asctime": "2020-06-16 22:45:45,925", - "created": 1592340345.9258583, + "asctime": "2020-12-21 01:53:52,713", + "created": 1608512032.7139251, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15432,15 +15432,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 ()", "module": "test", - "msecs": 925.8582592010498, + "msecs": 713.9251232147217, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1708.3942890167236, + "relativeCreated": 1774.775743484497, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -15448,8 +15448,8 @@ "1", "" ], - "asctime": "2020-06-16 22:45:45,925", - "created": 1592340345.9259195, + "asctime": "2020-12-21 01:53:52,713", + "created": 1608512032.7139635, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15459,15 +15459,15 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 925.9195327758789, + "msecs": 713.963508605957, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1708.4555625915527, + "relativeCreated": 1774.8141288757324, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -15476,8 +15476,8 @@ "5", "" ], - "asctime": "2020-06-16 22:45:45,925", - "created": 1592340345.9259863, + "asctime": "2020-12-21 01:53:52,714", + "created": 1608512032.714003, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15487,15 +15487,15 @@ "lineno": 22, "message": "Result (Submitted value number 2): 5 ()", "module": "test", - "msecs": 925.9862899780273, + "msecs": 714.0030860900879, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1708.5223197937012, + "relativeCreated": 1774.8537063598633, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -15504,8 +15504,8 @@ "5", "" ], - "asctime": "2020-06-16 22:45:45,926", - "created": 1592340345.926045, + "asctime": "2020-12-21 01:53:52,714", + "created": 1608512032.7140405, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15515,15 +15515,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 5 ()", "module": "test", - "msecs": 926.0449409484863, + "msecs": 714.0405178070068, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1708.5809707641602, + "relativeCreated": 1774.8911380767822, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -15531,8 +15531,8 @@ "5", "" ], - "asctime": "2020-06-16 22:45:45,926", - "created": 1592340345.9261034, + "asctime": "2020-12-21 01:53:52,714", + "created": 1608512032.7140806, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15542,34 +15542,34 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 5 and Type is ).", "module": "test", - "msecs": 926.1033535003662, + "msecs": 714.0805721282959, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1708.63938331604, + "relativeCreated": 1774.9311923980713, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 926.1600971221924, + "msecs": 714.1287326812744, "msg": "Execution of state machine callback (1) (state_b, all_conditions) identified by a sequence number: Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1708.6961269378662, + "relativeCreated": 1774.9793529510498, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 5.6743621826171875e-05 + "time_consumption": 4.8160552978515625e-05 }, { "args": [], - "asctime": "2020-06-16 22:45:45,926", - "created": 1592340345.9267616, + "asctime": "2020-12-21 01:53:52,714", + "created": 1608512032.7146935, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15586,8 +15586,8 @@ "[ 2, 6 ]", "" ], - "asctime": "2020-06-16 22:45:45,926", - "created": 1592340345.926264, + "asctime": "2020-12-21 01:53:52,714", + "created": 1608512032.714208, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15597,15 +15597,15 @@ "lineno": 22, "message": "Result (Execution of state machine callback (2) (state_b, all_conditions) identified by a sequence number): [ 2, 6 ] ()", "module": "test", - "msecs": 926.2640476226807, + "msecs": 714.2078876495361, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1708.8000774383545, + "relativeCreated": 1775.0585079193115, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -15614,8 +15614,8 @@ "[ 2, 6 ]", "" ], - "asctime": "2020-06-16 22:45:45,926", - "created": 1592340345.9263372, + "asctime": "2020-12-21 01:53:52,714", + "created": 1608512032.7142544, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15625,15 +15625,15 @@ "lineno": 26, "message": "Expectation (Execution of state machine callback (2) (state_b, all_conditions) identified by a sequence number): result = [ 2, 6 ] ()", "module": "test", - "msecs": 926.3372421264648, + "msecs": 714.2543792724609, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1708.8732719421387, + "relativeCreated": 1775.1049995422363, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -15642,8 +15642,8 @@ "2", "" ], - "asctime": "2020-06-16 22:45:45,926", - "created": 1592340345.9264028, + "asctime": "2020-12-21 01:53:52,714", + "created": 1608512032.7143025, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15653,15 +15653,15 @@ "lineno": 22, "message": "Result (Submitted value number 1): 2 ()", "module": "test", - "msecs": 926.4028072357178, + "msecs": 714.3025398254395, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1708.9388370513916, + "relativeCreated": 1775.1531600952148, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -15670,8 +15670,8 @@ "2", "" ], - "asctime": "2020-06-16 22:45:45,926", - "created": 1592340345.9264615, + "asctime": "2020-12-21 01:53:52,714", + "created": 1608512032.71435, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15681,15 +15681,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 2 ()", "module": "test", - "msecs": 926.4614582061768, + "msecs": 714.3499851226807, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1708.9974880218506, + "relativeCreated": 1775.200605392456, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -15697,8 +15697,8 @@ "2", "" ], - "asctime": "2020-06-16 22:45:45,926", - "created": 1592340345.9265203, + "asctime": "2020-12-21 01:53:52,714", + "created": 1608512032.7144043, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15708,15 +15708,15 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 926.5203475952148, + "msecs": 714.4043445587158, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1709.0563774108887, + "relativeCreated": 1775.2549648284912, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -15725,8 +15725,8 @@ "6", "" ], - "asctime": "2020-06-16 22:45:45,926", - "created": 1592340345.9265873, + "asctime": "2020-12-21 01:53:52,714", + "created": 1608512032.7144954, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15736,15 +15736,15 @@ "lineno": 22, "message": "Result (Submitted value number 2): 6 ()", "module": "test", - "msecs": 926.5873432159424, + "msecs": 714.4954204559326, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1709.1233730316162, + "relativeCreated": 1775.346040725708, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -15753,8 +15753,8 @@ "6", "" ], - "asctime": "2020-06-16 22:45:45,926", - "created": 1592340345.9266462, + "asctime": "2020-12-21 01:53:52,714", + "created": 1608512032.7145605, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15764,15 +15764,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 6 ()", "module": "test", - "msecs": 926.6462326049805, + "msecs": 714.5605087280273, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1709.1822624206543, + "relativeCreated": 1775.4111289978027, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -15780,8 +15780,8 @@ "6", "" ], - "asctime": "2020-06-16 22:45:45,926", - "created": 1592340345.926705, + "asctime": "2020-12-21 01:53:52,714", + "created": 1608512032.7146406, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15791,41 +15791,41 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 6 and Type is ).", "module": "test", - "msecs": 926.7048835754395, + "msecs": 714.6406173706055, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1709.2409133911133, + "relativeCreated": 1775.4912376403809, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 926.7616271972656, + "msecs": 714.693546295166, "msg": "Execution of state machine callback (2) (state_b, all_conditions) identified by a sequence number: Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1709.2976570129395, + "relativeCreated": 1775.5441665649414, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 5.6743621826171875e-05 + "time_consumption": 5.2928924560546875e-05 } ], - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.0026161670684814453, - "time_finished": "2020-06-16 22:45:45,926", - "time_start": "2020-06-16 22:45:45,924" + "time_consumption": 0.0033004283905029297, + "time_finished": "2020-12-21 01:53:52,714", + "time_start": "2020-12-21 01:53:52,711" }, "_e4QPUHb4EemzkK7kGUMNfw": { "args": null, - "asctime": "2020-06-16 22:45:45,926", - "created": 1592340345.926927, + "asctime": "2020-12-21 01:53:52,714", + "created": 1608512032.714849, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15836,19 +15836,19 @@ "message": "_e4QPUHb4EemzkK7kGUMNfw", "module": "__init__", "moduleLogger": [], - "msecs": 926.9270896911621, + "msecs": 714.8489952087402, "msg": "_e4QPUHb4EemzkK7kGUMNfw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1709.463119506836, + "relativeCreated": 1775.6996154785156, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:45,928", - "created": 1592340345.928817, + "asctime": "2020-12-21 01:53:52,716", + "created": 1608512032.716109, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -15866,34 +15866,34 @@ "None", "'state_a'" ], - "asctime": "2020-06-16 22:45:45,927", - "created": 1592340345.9270334, + "asctime": "2020-12-21 01:53:52,714", + "created": 1608512032.714935, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 927.0334243774414, + "msecs": 714.9350643157959, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1709.5694541931152, + "relativeCreated": 1775.7856845855713, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 1 ], - "asctime": "2020-06-16 22:45:45,927", - "created": 1592340345.927133, + "asctime": "2020-12-21 01:53:52,715", + "created": 1608512032.715006, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -15903,15 +15903,15 @@ "lineno": 55, "message": "Increasing sequence number to 1 caused by sequence progress", "module": "test_callbacks", - "msecs": 927.1330833435059, + "msecs": 715.0061130523682, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1709.6691131591797, + "relativeCreated": 1775.8567333221436, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -15921,26 +15921,26 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:45,927", - "created": 1592340345.9272363, + "asctime": "2020-12-21 01:53:52,715", + "created": 1608512032.7150874, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 927.2363185882568, + "msecs": 715.0874137878418, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1709.7723484039307, + "relativeCreated": 1775.9380340576172, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -15949,34 +15949,34 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:45,927", - "created": 1592340345.9273107, + "asctime": "2020-12-21 01:53:52,715", + "created": 1608512032.7151349, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 927.3107051849365, + "msecs": 715.134859085083, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1709.8467350006104, + "relativeCreated": 1775.9854793548584, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 2 ], - "asctime": "2020-06-16 22:45:45,927", - "created": 1592340345.9273725, + "asctime": "2020-12-21 01:53:52,715", + "created": 1608512032.7151816, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -15986,15 +15986,15 @@ "lineno": 24, "message": "Increasing sequence number to 2 caused by callback_execution", "module": "test_callbacks", - "msecs": 927.3724555969238, + "msecs": 715.1815891265869, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1709.9084854125977, + "relativeCreated": 1776.0322093963623, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -16003,34 +16003,34 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:45,927", - "created": 1592340345.9274406, + "asctime": "2020-12-21 01:53:52,715", + "created": 1608512032.7152216, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 927.4406433105469, + "msecs": 715.221643447876, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1709.9766731262207, + "relativeCreated": 1776.0722637176514, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 3 ], - "asctime": "2020-06-16 22:45:45,927", - "created": 1592340345.9274986, + "asctime": "2020-12-21 01:53:52,715", + "created": 1608512032.7152624, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -16040,23 +16040,23 @@ "lineno": 24, "message": "Increasing sequence number to 3 caused by callback_execution", "module": "test_callbacks", - "msecs": 927.4985790252686, + "msecs": 715.2624130249023, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1710.0346088409424, + "relativeCreated": 1776.1130332946777, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 4 ], - "asctime": "2020-06-16 22:45:45,927", - "created": 1592340345.9275768, + "asctime": "2020-12-21 01:53:52,715", + "created": 1608512032.7153096, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -16066,15 +16066,15 @@ "lineno": 55, "message": "Increasing sequence number to 4 caused by sequence progress", "module": "test_callbacks", - "msecs": 927.5767803192139, + "msecs": 715.3096199035645, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1710.1128101348877, + "relativeCreated": 1776.1602401733398, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -16084,26 +16084,26 @@ "'state_b'", "'state_a'" ], - "asctime": "2020-06-16 22:45:45,927", - "created": 1592340345.9276652, + "asctime": "2020-12-21 01:53:52,715", + "created": 1608512032.7153695, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_b' -> 'state_a'", "module": "__init__", - "msecs": 927.6652336120605, + "msecs": 715.369462966919, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1710.2012634277344, + "relativeCreated": 1776.2200832366943, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -16112,34 +16112,34 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:45,927", - "created": 1592340345.927742, + "asctime": "2020-12-21 01:53:52,715", + "created": 1608512032.7154174, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 927.7420043945312, + "msecs": 715.4173851013184, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1710.278034210205, + "relativeCreated": 1776.2680053710938, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 5 ], - "asctime": "2020-06-16 22:45:45,927", - "created": 1592340345.9278073, + "asctime": "2020-12-21 01:53:52,715", + "created": 1608512032.7154555, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -16149,15 +16149,15 @@ "lineno": 24, "message": "Increasing sequence number to 5 caused by callback_execution", "module": "test_callbacks", - "msecs": 927.8073310852051, + "msecs": 715.4555320739746, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1710.343360900879, + "relativeCreated": 1776.30615234375, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -16166,34 +16166,34 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:45,927", - "created": 1592340345.9278736, + "asctime": "2020-12-21 01:53:52,715", + "created": 1608512032.7154968, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 927.8736114501953, + "msecs": 715.4967784881592, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1710.4096412658691, + "relativeCreated": 1776.3473987579346, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 6 ], - "asctime": "2020-06-16 22:45:45,927", - "created": 1592340345.9279315, + "asctime": "2020-12-21 01:53:52,715", + "created": 1608512032.7155328, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -16203,23 +16203,23 @@ "lineno": 24, "message": "Increasing sequence number to 6 caused by callback_execution", "module": "test_callbacks", - "msecs": 927.931547164917, + "msecs": 715.5327796936035, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1710.4675769805908, + "relativeCreated": 1776.383399963379, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 7 ], - "asctime": "2020-06-16 22:45:45,927", - "created": 1592340345.9279995, + "asctime": "2020-12-21 01:53:52,715", + "created": 1608512032.7155771, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -16229,15 +16229,15 @@ "lineno": 55, "message": "Increasing sequence number to 7 caused by sequence progress", "module": "test_callbacks", - "msecs": 927.9994964599609, + "msecs": 715.5771255493164, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1710.5355262756348, + "relativeCreated": 1776.4277458190918, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -16247,26 +16247,26 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:45,928", - "created": 1592340345.928083, + "asctime": "2020-12-21 01:53:52,715", + "created": 1608512032.7156284, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 928.0829429626465, + "msecs": 715.6283855438232, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1710.6189727783203, + "relativeCreated": 1776.4790058135986, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -16275,34 +16275,34 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:45,928", - "created": 1592340345.9281518, + "asctime": "2020-12-21 01:53:52,715", + "created": 1608512032.7156768, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 928.1518459320068, + "msecs": 715.6767845153809, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1710.6878757476807, + "relativeCreated": 1776.5274047851562, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 8 ], - "asctime": "2020-06-16 22:45:45,928", - "created": 1592340345.928211, + "asctime": "2020-12-21 01:53:52,715", + "created": 1608512032.71572, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -16312,15 +16312,15 @@ "lineno": 24, "message": "Increasing sequence number to 8 caused by callback_execution", "module": "test_callbacks", - "msecs": 928.210973739624, + "msecs": 715.7199382781982, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1710.7470035552979, + "relativeCreated": 1776.5705585479736, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -16329,34 +16329,34 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:45,928", - "created": 1592340345.9282758, + "asctime": "2020-12-21 01:53:52,715", + "created": 1608512032.7157595, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 928.2758235931396, + "msecs": 715.7595157623291, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1710.8118534088135, + "relativeCreated": 1776.6101360321045, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 9 ], - "asctime": "2020-06-16 22:45:45,928", - "created": 1592340345.9283328, + "asctime": "2020-12-21 01:53:52,715", + "created": 1608512032.7157996, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -16366,23 +16366,23 @@ "lineno": 24, "message": "Increasing sequence number to 9 caused by callback_execution", "module": "test_callbacks", - "msecs": 928.3328056335449, + "msecs": 715.7995700836182, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1710.8688354492188, + "relativeCreated": 1776.6501903533936, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 10 ], - "asctime": "2020-06-16 22:45:45,928", - "created": 1592340345.9283993, + "asctime": "2020-12-21 01:53:52,715", + "created": 1608512032.7158425, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -16392,15 +16392,15 @@ "lineno": 55, "message": "Increasing sequence number to 10 caused by sequence progress", "module": "test_callbacks", - "msecs": 928.3993244171143, + "msecs": 715.8424854278564, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1710.935354232788, + "relativeCreated": 1776.6931056976318, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -16410,26 +16410,26 @@ "'state_b'", "'state_c'" ], - "asctime": "2020-06-16 22:45:45,928", - "created": 1592340345.92848, + "asctime": "2020-12-21 01:53:52,715", + "created": 1608512032.7158957, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_c'): 'state_b' -> 'state_c'", "module": "__init__", - "msecs": 928.4799098968506, + "msecs": 715.8956527709961, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1711.0159397125244, + "relativeCreated": 1776.7462730407715, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -16438,34 +16438,34 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:45,928", - "created": 1592340345.9285483, + "asctime": "2020-12-21 01:53:52,715", + "created": 1608512032.7159452, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 928.5483360290527, + "msecs": 715.9452438354492, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1711.0843658447266, + "relativeCreated": 1776.7958641052246, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 11 ], - "asctime": "2020-06-16 22:45:45,928", - "created": 1592340345.9286232, + "asctime": "2020-12-21 01:53:52,715", + "created": 1608512032.7159843, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -16475,15 +16475,15 @@ "lineno": 24, "message": "Increasing sequence number to 11 caused by callback_execution", "module": "test_callbacks", - "msecs": 928.6231994628906, + "msecs": 715.9843444824219, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1711.1592292785645, + "relativeCreated": 1776.8349647521973, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -16492,34 +16492,34 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-06-16 22:45:45,928", - "created": 1592340345.9286878, + "asctime": "2020-12-21 01:53:52,716", + "created": 1608512032.716026, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 197, + "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 928.6878108978271, + "msecs": 716.0260677337646, "msg": "Executing callback %d - %s.%s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1711.223840713501, + "relativeCreated": 1776.87668800354, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 12 ], - "asctime": "2020-06-16 22:45:45,928", - "created": 1592340345.9287462, + "asctime": "2020-12-21 01:53:52,716", + "created": 1608512032.7160652, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -16529,34 +16529,34 @@ "lineno": 24, "message": "Increasing sequence number to 12 caused by callback_execution", "module": "test_callbacks", - "msecs": 928.746223449707, + "msecs": 716.0651683807373, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1711.2822532653809, + "relativeCreated": 1776.9157886505127, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 928.8170337677002, + "msecs": 716.109037399292, "msg": "Running state machine sequence and storing sequence number for each callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1711.353063583374, + "relativeCreated": 1776.9596576690674, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 7.081031799316406e-05 + "time_consumption": 4.38690185546875e-05 }, { "args": [], - "asctime": "2020-06-16 22:45:45,929", - "created": 1592340345.929796, + "asctime": "2020-12-21 01:53:52,717", + "created": 1608512032.7173414, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16573,8 +16573,8 @@ "[ 1, 4, 7, 10 ]", "" ], - "asctime": "2020-06-16 22:45:45,928", - "created": 1592340345.9289365, + "asctime": "2020-12-21 01:53:52,716", + "created": 1608512032.7162309, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16584,15 +16584,15 @@ "lineno": 22, "message": "Result (Execution of state machine callback (1) (all_transitions, all_conditions) identified by a sequence number): [ 1, 4, 7, 10 ] ()", "module": "test", - "msecs": 928.9364814758301, + "msecs": 716.2308692932129, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1711.472511291504, + "relativeCreated": 1777.0814895629883, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -16601,8 +16601,8 @@ "[ 1, 4, 7, 10 ]", "" ], - "asctime": "2020-06-16 22:45:45,929", - "created": 1592340345.9290097, + "asctime": "2020-12-21 01:53:52,716", + "created": 1608512032.7162857, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16612,15 +16612,15 @@ "lineno": 26, "message": "Expectation (Execution of state machine callback (1) (all_transitions, all_conditions) identified by a sequence number): result = [ 1, 4, 7, 10 ] ()", "module": "test", - "msecs": 929.0096759796143, + "msecs": 716.2857055664062, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1711.545705795288, + "relativeCreated": 1777.1363258361816, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -16629,8 +16629,8 @@ "1", "" ], - "asctime": "2020-06-16 22:45:45,929", - "created": 1592340345.9290762, + "asctime": "2020-12-21 01:53:52,716", + "created": 1608512032.716341, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16640,15 +16640,15 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 ()", "module": "test", - "msecs": 929.0761947631836, + "msecs": 716.3410186767578, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1711.6122245788574, + "relativeCreated": 1777.1916389465332, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -16657,8 +16657,8 @@ "1", "" ], - "asctime": "2020-06-16 22:45:45,929", - "created": 1592340345.9291353, + "asctime": "2020-12-21 01:53:52,716", + "created": 1608512032.7163835, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16668,15 +16668,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 ()", "module": "test", - "msecs": 929.1353225708008, + "msecs": 716.3834571838379, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1711.6713523864746, + "relativeCreated": 1777.2340774536133, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -16684,8 +16684,8 @@ "1", "" ], - "asctime": "2020-06-16 22:45:45,929", - "created": 1592340345.9291947, + "asctime": "2020-12-21 01:53:52,716", + "created": 1608512032.7164273, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16695,15 +16695,15 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 929.1946887969971, + "msecs": 716.4273262023926, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1711.730718612671, + "relativeCreated": 1777.277946472168, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -16712,8 +16712,8 @@ "4", "" ], - "asctime": "2020-06-16 22:45:45,929", - "created": 1592340345.9292557, + "asctime": "2020-12-21 01:53:52,716", + "created": 1608512032.7164757, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16723,15 +16723,15 @@ "lineno": 22, "message": "Result (Submitted value number 2): 4 ()", "module": "test", - "msecs": 929.2557239532471, + "msecs": 716.4757251739502, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1711.791753768921, + "relativeCreated": 1777.3263454437256, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -16740,8 +16740,8 @@ "4", "" ], - "asctime": "2020-06-16 22:45:45,929", - "created": 1592340345.929313, + "asctime": "2020-12-21 01:53:52,716", + "created": 1608512032.7165143, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16751,15 +16751,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 4 ()", "module": "test", - "msecs": 929.3129444122314, + "msecs": 716.5143489837646, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1711.8489742279053, + "relativeCreated": 1777.36496925354, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -16767,8 +16767,8 @@ "4", "" ], - "asctime": "2020-06-16 22:45:45,929", - "created": 1592340345.9293714, + "asctime": "2020-12-21 01:53:52,716", + "created": 1608512032.7165673, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16778,15 +16778,15 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 4 and Type is ).", "module": "test", - "msecs": 929.3713569641113, + "msecs": 716.5672779083252, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1711.9073867797852, + "relativeCreated": 1777.4178981781006, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -16795,8 +16795,8 @@ "7", "" ], - "asctime": "2020-06-16 22:45:45,929", - "created": 1592340345.9294367, + "asctime": "2020-12-21 01:53:52,716", + "created": 1608512032.7166672, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16806,15 +16806,15 @@ "lineno": 22, "message": "Result (Submitted value number 3): 7 ()", "module": "test", - "msecs": 929.4366836547852, + "msecs": 716.6671752929688, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1711.972713470459, + "relativeCreated": 1777.5177955627441, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -16823,8 +16823,8 @@ "7", "" ], - "asctime": "2020-06-16 22:45:45,929", - "created": 1592340345.9294949, + "asctime": "2020-12-21 01:53:52,716", + "created": 1608512032.716792, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16834,15 +16834,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 3): result = 7 ()", "module": "test", - "msecs": 929.4948577880859, + "msecs": 716.792106628418, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1712.0308876037598, + "relativeCreated": 1777.6427268981934, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -16850,8 +16850,8 @@ "7", "" ], - "asctime": "2020-06-16 22:45:45,929", - "created": 1592340345.9295557, + "asctime": "2020-12-21 01:53:52,716", + "created": 1608512032.7169473, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16861,15 +16861,15 @@ "lineno": 142, "message": "Submitted value number 3 is correct (Content 7 and Type is ).", "module": "test", - "msecs": 929.5556545257568, + "msecs": 716.9473171234131, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1712.0916843414307, + "relativeCreated": 1777.7979373931885, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -16878,8 +16878,8 @@ "10", "" ], - "asctime": "2020-06-16 22:45:45,929", - "created": 1592340345.9296155, + "asctime": "2020-12-21 01:53:52,717", + "created": 1608512032.7170815, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16889,15 +16889,15 @@ "lineno": 22, "message": "Result (Submitted value number 4): 10 ()", "module": "test", - "msecs": 929.6154975891113, + "msecs": 717.0815467834473, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1712.1515274047852, + "relativeCreated": 1777.9321670532227, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -16906,8 +16906,8 @@ "10", "" ], - "asctime": "2020-06-16 22:45:45,929", - "created": 1592340345.9296787, + "asctime": "2020-12-21 01:53:52,717", + "created": 1608512032.7171667, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16917,15 +16917,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 4): result = 10 ()", "module": "test", - "msecs": 929.6786785125732, + "msecs": 717.1666622161865, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1712.214708328247, + "relativeCreated": 1778.017282485962, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -16933,8 +16933,8 @@ "10", "" ], - "asctime": "2020-06-16 22:45:45,929", - "created": 1592340345.929739, + "asctime": "2020-12-21 01:53:52,717", + "created": 1608512032.7172468, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16944,34 +16944,34 @@ "lineno": 142, "message": "Submitted value number 4 is correct (Content 10 and Type is ).", "module": "test", - "msecs": 929.7389984130859, + "msecs": 717.2467708587646, "msg": "Submitted value number 4 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1712.2750282287598, + "relativeCreated": 1778.09739112854, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 929.7959804534912, + "msecs": 717.341423034668, "msg": "Execution of state machine callback (1) (all_transitions, all_conditions) identified by a sequence number: Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1712.332010269165, + "relativeCreated": 1778.1920433044434, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 5.698204040527344e-05 + "time_consumption": 9.465217590332031e-05 }, { "args": [], - "asctime": "2020-06-16 22:45:45,930", - "created": 1592340345.9307988, + "asctime": "2020-12-21 01:53:52,718", + "created": 1608512032.7186427, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16988,8 +16988,8 @@ "[ 2, 5, 8, 11 ]", "" ], - "asctime": "2020-06-16 22:45:45,929", - "created": 1592340345.9298995, + "asctime": "2020-12-21 01:53:52,717", + "created": 1608512032.717515, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16999,15 +16999,15 @@ "lineno": 22, "message": "Result (Execution of state machine callback (2) (all_transitions, all_conditions) identified by a sequence number): [ 2, 5, 8, 11 ] ()", "module": "test", - "msecs": 929.8994541168213, + "msecs": 717.5149917602539, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1712.4354839324951, + "relativeCreated": 1778.3656120300293, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -17016,8 +17016,8 @@ "[ 2, 5, 8, 11 ]", "" ], - "asctime": "2020-06-16 22:45:45,929", - "created": 1592340345.9299695, + "asctime": "2020-12-21 01:53:52,717", + "created": 1608512032.7176244, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17027,15 +17027,15 @@ "lineno": 26, "message": "Expectation (Execution of state machine callback (2) (all_transitions, all_conditions) identified by a sequence number): result = [ 2, 5, 8, 11 ] ()", "module": "test", - "msecs": 929.9695491790771, + "msecs": 717.6244258880615, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1712.505578994751, + "relativeCreated": 1778.475046157837, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -17044,8 +17044,8 @@ "2", "" ], - "asctime": "2020-06-16 22:45:45,930", - "created": 1592340345.9300346, + "asctime": "2020-12-21 01:53:52,717", + "created": 1608512032.7177732, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17055,15 +17055,15 @@ "lineno": 22, "message": "Result (Submitted value number 1): 2 ()", "module": "test", - "msecs": 930.0346374511719, + "msecs": 717.7731990814209, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1712.5706672668457, + "relativeCreated": 1778.6238193511963, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -17072,8 +17072,8 @@ "2", "" ], - "asctime": "2020-06-16 22:45:45,930", - "created": 1592340345.9300933, + "asctime": "2020-12-21 01:53:52,717", + "created": 1608512032.71782, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17083,15 +17083,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 2 ()", "module": "test", - "msecs": 930.0932884216309, + "msecs": 717.8199291229248, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1712.6293182373047, + "relativeCreated": 1778.6705493927002, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -17099,8 +17099,8 @@ "2", "" ], - "asctime": "2020-06-16 22:45:45,930", - "created": 1592340345.930152, + "asctime": "2020-12-21 01:53:52,717", + "created": 1608512032.7178864, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17110,15 +17110,15 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 930.1519393920898, + "msecs": 717.8864479064941, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1712.6879692077637, + "relativeCreated": 1778.7370681762695, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -17127,8 +17127,8 @@ "5", "" ], - "asctime": "2020-06-16 22:45:45,930", - "created": 1592340345.9302216, + "asctime": "2020-12-21 01:53:52,717", + "created": 1608512032.7179585, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17138,15 +17138,15 @@ "lineno": 22, "message": "Result (Submitted value number 2): 5 ()", "module": "test", - "msecs": 930.2215576171875, + "msecs": 717.9584503173828, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1712.7575874328613, + "relativeCreated": 1778.8090705871582, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -17155,8 +17155,8 @@ "5", "" ], - "asctime": "2020-06-16 22:45:45,930", - "created": 1592340345.9302855, + "asctime": "2020-12-21 01:53:52,718", + "created": 1608512032.7180674, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17166,15 +17166,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 5 ()", "module": "test", - "msecs": 930.2854537963867, + "msecs": 718.0674076080322, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1712.8214836120605, + "relativeCreated": 1778.9180278778076, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -17182,8 +17182,8 @@ "5", "" ], - "asctime": "2020-06-16 22:45:45,930", - "created": 1592340345.930349, + "asctime": "2020-12-21 01:53:52,718", + "created": 1608512032.718191, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17193,15 +17193,15 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 5 and Type is ).", "module": "test", - "msecs": 930.3491115570068, + "msecs": 718.1909084320068, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1712.8851413726807, + "relativeCreated": 1779.0415287017822, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -17210,8 +17210,8 @@ "8", "" ], - "asctime": "2020-06-16 22:45:45,930", - "created": 1592340345.9304087, + "asctime": "2020-12-21 01:53:52,718", + "created": 1608512032.718261, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17221,15 +17221,15 @@ "lineno": 22, "message": "Result (Submitted value number 3): 8 ()", "module": "test", - "msecs": 930.4087162017822, + "msecs": 718.2610034942627, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1712.944746017456, + "relativeCreated": 1779.111623764038, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -17238,8 +17238,8 @@ "8", "" ], - "asctime": "2020-06-16 22:45:45,930", - "created": 1592340345.9304667, + "asctime": "2020-12-21 01:53:52,718", + "created": 1608512032.7183142, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17249,15 +17249,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 3): result = 8 ()", "module": "test", - "msecs": 930.4666519165039, + "msecs": 718.3141708374023, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1713.0026817321777, + "relativeCreated": 1779.1647911071777, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -17265,8 +17265,8 @@ "8", "" ], - "asctime": "2020-06-16 22:45:45,930", - "created": 1592340345.930526, + "asctime": "2020-12-21 01:53:52,718", + "created": 1608512032.7183752, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17276,15 +17276,15 @@ "lineno": 142, "message": "Submitted value number 3 is correct (Content 8 and Type is ).", "module": "test", - "msecs": 930.5260181427002, + "msecs": 718.3752059936523, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1713.062047958374, + "relativeCreated": 1779.2258262634277, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -17293,8 +17293,8 @@ "11", "" ], - "asctime": "2020-06-16 22:45:45,930", - "created": 1592340345.9305856, + "asctime": "2020-12-21 01:53:52,718", + "created": 1608512032.7184353, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17304,15 +17304,15 @@ "lineno": 22, "message": "Result (Submitted value number 4): 11 ()", "module": "test", - "msecs": 930.5856227874756, + "msecs": 718.4352874755859, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1713.1216526031494, + "relativeCreated": 1779.2859077453613, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -17321,8 +17321,8 @@ "11", "" ], - "asctime": "2020-06-16 22:45:45,930", - "created": 1592340345.9306421, + "asctime": "2020-12-21 01:53:52,718", + "created": 1608512032.718497, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17332,15 +17332,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 4): result = 11 ()", "module": "test", - "msecs": 930.6421279907227, + "msecs": 718.4970378875732, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1713.1781578063965, + "relativeCreated": 1779.3476581573486, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -17348,8 +17348,8 @@ "11", "" ], - "asctime": "2020-06-16 22:45:45,930", - "created": 1592340345.9307003, + "asctime": "2020-12-21 01:53:52,718", + "created": 1608512032.7185647, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17359,41 +17359,41 @@ "lineno": 142, "message": "Submitted value number 4 is correct (Content 11 and Type is ).", "module": "test", - "msecs": 930.7003021240234, + "msecs": 718.5647487640381, "msg": "Submitted value number 4 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1713.2363319396973, + "relativeCreated": 1779.4153690338135, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 930.7987689971924, + "msecs": 718.6427116394043, "msg": "Execution of state machine callback (2) (all_transitions, all_conditions) identified by a sequence number: Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 1713.3347988128662, + "relativeCreated": 1779.4933319091797, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 9.846687316894531e-05 + "time_consumption": 7.796287536621094e-05 } ], - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.0038716793060302734, - "time_finished": "2020-06-16 22:45:45,930", - "time_start": "2020-06-16 22:45:45,926" + "time_consumption": 0.0037937164306640625, + "time_finished": "2020-12-21 01:53:52,718", + "time_start": "2020-12-21 01:53:52,714" }, "_fE3tMHczEemrUqotql_Blw": { "args": null, - "asctime": "2020-06-16 22:45:44,277", - "created": 1592340344.2771854, + "asctime": "2020-12-21 01:53:51,058", + "created": 1608512031.058054, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17404,19 +17404,19 @@ "message": "_fE3tMHczEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 277.18544006347656, + "msecs": 58.05397033691406, "msg": "_fE3tMHczEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 59.72146987915039, + "relativeCreated": 118.90459060668945, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:44,277", - "created": 1592340344.2773242, + "asctime": "2020-12-21 01:53:51,058", + "created": 1608512031.0582318, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -17434,48 +17434,48 @@ "None", "'state_a'" ], - "asctime": "2020-06-16 22:45:44,277", - "created": 1592340344.2772694, + "asctime": "2020-12-21 01:53:51,058", + "created": 1608512031.058172, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 277.2693634033203, + "msecs": 58.171987533569336, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 59.80539321899414, + "relativeCreated": 119.02260780334473, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 277.3241996765137, + "msecs": 58.23183059692383, "msg": "Initialising state machine with state_a", "name": "__tLogger__", "pathname": "src/tests/test_transitions.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 59.8602294921875, + "relativeCreated": 119.08245086669922, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 5.4836273193359375e-05 + "time_consumption": 5.984306335449219e-05 }, { "args": [ "'state_a'", "" ], - "asctime": "2020-06-16 22:45:44,277", - "created": 1592340344.2774515, + "asctime": "2020-12-21 01:53:51,058", + "created": 1608512031.058368, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17492,8 +17492,8 @@ "'state_a'", "" ], - "asctime": "2020-06-16 22:45:44,277", - "created": 1592340344.2773788, + "asctime": "2020-12-21 01:53:51,058", + "created": 1608512031.0582926, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17503,15 +17503,15 @@ "lineno": 22, "message": "Result (Initial state after Initialisation): 'state_a' ()", "module": "test", - "msecs": 277.37879753112793, + "msecs": 58.29262733459473, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 59.91482734680176, + "relativeCreated": 119.14324760437012, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -17520,8 +17520,8 @@ "'state_a'", "" ], - "asctime": "2020-06-16 22:45:44,277", - "created": 1592340344.2774158, + "asctime": "2020-12-21 01:53:51,058", + "created": 1608512031.0583313, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17531,36 +17531,36 @@ "lineno": 26, "message": "Expectation (Initial state after Initialisation): result = 'state_a' ()", "module": "test", - "msecs": 277.4157524108887, + "msecs": 58.33125114440918, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 59.9517822265625, + "relativeCreated": 119.18187141418457, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 277.4515151977539, + "msecs": 58.36796760559082, "msg": "Initial state after Initialisation is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 59.987545013427734, + "relativeCreated": 119.21858787536621, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 3.5762786865234375e-05 + "time_consumption": 3.6716461181640625e-05 }, { "args": [ 0.16 ], - "asctime": "2020-06-16 22:45:44,428", - "created": 1592340344.4281805, + "asctime": "2020-12-21 01:53:51,209", + "created": 1608512031.2091231, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -17578,48 +17578,48 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:44,427", - "created": 1592340344.4277313, + "asctime": "2020-12-21 01:53:51,208", + "created": 1608512031.2085733, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_true'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 427.7312755584717, + "msecs": 208.5733413696289, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 210.2673053741455, + "relativeCreated": 269.4239616394043, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 428.180456161499, + "msecs": 209.1231346130371, "msg": "Waiting for %.3fs or state change", "name": "__tLogger__", "pathname": "src/tests/test_transitions.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 210.71648597717285, + "relativeCreated": 269.9737548828125, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.00044918060302734375 + "time_consumption": 0.0005497932434082031 }, { "args": [ "'state_b'", "" ], - "asctime": "2020-06-16 22:45:44,429", - "created": 1592340344.429381, + "asctime": "2020-12-21 01:53:51,209", + "created": 1608512031.2099361, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17636,8 +17636,8 @@ "'state_b'", "" ], - "asctime": "2020-06-16 22:45:44,429", - "created": 1592340344.429072, + "asctime": "2020-12-21 01:53:51,209", + "created": 1608512031.209667, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17647,15 +17647,15 @@ "lineno": 22, "message": "Result (State after 1st cycle): 'state_b' ()", "module": "test", - "msecs": 429.07190322875977, + "msecs": 209.66696739196777, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 211.6079330444336, + "relativeCreated": 270.51758766174316, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -17664,8 +17664,8 @@ "'state_b'", "" ], - "asctime": "2020-06-16 22:45:44,429", - "created": 1592340344.4292305, + "asctime": "2020-12-21 01:53:51,209", + "created": 1608512031.2098043, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17675,39 +17675,39 @@ "lineno": 26, "message": "Expectation (State after 1st cycle): result = 'state_b' ()", "module": "test", - "msecs": 429.2304515838623, + "msecs": 209.80429649353027, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 211.76648139953613, + "relativeCreated": 270.65491676330566, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 429.3808937072754, + "msecs": 209.93614196777344, "msg": "State after 1st cycle is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 211.91692352294922, + "relativeCreated": 270.7867622375488, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.00015044212341308594 + "time_consumption": 0.00013184547424316406 }, { "args": [ - "0.15065431594848633", + "0.15067315101623535", "0.145", "0.155", "" ], - "asctime": "2020-06-16 22:45:44,429", - "created": 1592340344.429841, + "asctime": "2020-12-21 01:53:51,210", + "created": 1608512031.2103198, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17715,17 +17715,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Transition time after 1st cycle is correct (Content 0.15065431594848633 in [0.145 ... 0.155] and Type is ).", + "message": "Transition time after 1st cycle is correct (Content 0.15067315101623535 in [0.145 ... 0.155] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Transition time after 1st cycle", - "0.15065431594848633", + "0.15067315101623535", "" ], - "asctime": "2020-06-16 22:45:44,429", - "created": 1592340344.429578, + "asctime": "2020-12-21 01:53:51,210", + "created": 1608512031.210168, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17733,17 +17733,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Transition time after 1st cycle): 0.15065431594848633 ()", + "message": "Result (Transition time after 1st cycle): 0.15067315101623535 ()", "module": "test", - "msecs": 429.5780658721924, + "msecs": 210.16788482666016, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 212.1140956878662, + "relativeCreated": 271.01850509643555, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -17752,8 +17752,8 @@ "0.145", "0.155" ], - "asctime": "2020-06-16 22:45:44,429", - "created": 1592340344.4297101, + "asctime": "2020-12-21 01:53:51,210", + "created": 1608512031.2102523, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17763,36 +17763,36 @@ "lineno": 30, "message": "Expectation (Transition time after 1st cycle): 0.145 <= result <= 0.155", "module": "test", - "msecs": 429.71014976501465, + "msecs": 210.2522850036621, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 212.24617958068848, + "relativeCreated": 271.1029052734375, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 429.8410415649414, + "msecs": 210.31975746154785, "msg": "Transition time after 1st cycle is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 212.37707138061523, + "relativeCreated": 271.17037773132324, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.0001308917999267578 + "time_consumption": 6.747245788574219e-05 }, { "args": [ 0.235 ], - "asctime": "2020-06-16 22:45:44,655", - "created": 1592340344.6556363, + "asctime": "2020-12-21 01:53:51,436", + "created": 1608512031.4363897, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -17810,48 +17810,48 @@ "'state_b'", "'state_c'" ], - "asctime": "2020-06-16 22:45:44,655", - "created": 1592340344.6552415, + "asctime": "2020-12-21 01:53:51,435", + "created": 1608512031.435748, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_true'): 'state_b' -> 'state_c'", "module": "__init__", - "msecs": 655.2414894104004, + "msecs": 435.7481002807617, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 437.7775192260742, + "relativeCreated": 496.5987205505371, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 655.6363105773926, + "msecs": 436.389684677124, "msg": "Waiting for %.3fs or state change", "name": "__tLogger__", "pathname": "src/tests/test_transitions.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 438.1723403930664, + "relativeCreated": 497.2403049468994, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.0003948211669921875 + "time_consumption": 0.0006415843963623047 }, { "args": [ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:44,656", - "created": 1592340344.65616, + "asctime": "2020-12-21 01:53:51,437", + "created": 1608512031.4372606, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17868,8 +17868,8 @@ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:44,655", - "created": 1592340344.6558878, + "asctime": "2020-12-21 01:53:51,436", + "created": 1608512031.4369087, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17879,15 +17879,15 @@ "lineno": 22, "message": "Result (State after 2nd cycle): 'state_c' ()", "module": "test", - "msecs": 655.8878421783447, + "msecs": 436.9087219238281, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 438.42387199401855, + "relativeCreated": 497.7593421936035, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -17896,8 +17896,8 @@ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:44,656", - "created": 1592340344.6560297, + "asctime": "2020-12-21 01:53:51,437", + "created": 1608512031.4370809, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17907,39 +17907,39 @@ "lineno": 26, "message": "Expectation (State after 2nd cycle): result = 'state_c' ()", "module": "test", - "msecs": 656.0297012329102, + "msecs": 437.08086013793945, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 438.565731048584, + "relativeCreated": 497.93148040771484, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 656.1601161956787, + "msecs": 437.26062774658203, "msg": "State after 2nd cycle is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 438.69614601135254, + "relativeCreated": 498.1112480163574, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.0001304149627685547 + "time_consumption": 0.00017976760864257812 }, { "args": [ - "0.15040063858032227", + "0.1506359577178955", "0.145", "0.155", "" ], - "asctime": "2020-06-16 22:45:44,656", - "created": 1592340344.656623, + "asctime": "2020-12-21 01:53:51,437", + "created": 1608512031.4377685, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17947,17 +17947,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Transition time after 2nd cycle is correct (Content 0.15040063858032227 in [0.145 ... 0.155] and Type is ).", + "message": "Transition time after 2nd cycle is correct (Content 0.1506359577178955 in [0.145 ... 0.155] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Transition time after 2nd cycle", - "0.15040063858032227", + "0.1506359577178955", "" ], - "asctime": "2020-06-16 22:45:44,656", - "created": 1592340344.6563451, + "asctime": "2020-12-21 01:53:51,437", + "created": 1608512031.4375103, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17965,17 +17965,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Transition time after 2nd cycle): 0.15040063858032227 ()", + "message": "Result (Transition time after 2nd cycle): 0.1506359577178955 ()", "module": "test", - "msecs": 656.3451290130615, + "msecs": 437.51025199890137, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 438.88115882873535, + "relativeCreated": 498.36087226867676, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -17984,8 +17984,8 @@ "0.145", "0.155" ], - "asctime": "2020-06-16 22:45:44,656", - "created": 1592340344.6564734, + "asctime": "2020-12-21 01:53:51,437", + "created": 1608512031.4376435, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17995,39 +17995,39 @@ "lineno": 30, "message": "Expectation (Transition time after 2nd cycle): 0.145 <= result <= 0.155", "module": "test", - "msecs": 656.4733982086182, + "msecs": 437.64352798461914, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 439.009428024292, + "relativeCreated": 498.49414825439453, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 656.6228866577148, + "msecs": 437.76845932006836, "msg": "Transition time after 2nd cycle is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 439.1589164733887, + "relativeCreated": 498.61907958984375, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.0001494884490966797 + "time_consumption": 0.00012493133544921875 }, { "args": [ - "0.22561168670654297", + "0.22591900825500488", "0.21999999999999997", "0.22999999999999998", "" ], - "asctime": "2020-06-16 22:45:44,657", - "created": 1592340344.6570723, + "asctime": "2020-12-21 01:53:51,438", + "created": 1608512031.4382086, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18035,17 +18035,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Previous state duration is correct (Content 0.22561168670654297 in [0.21999999999999997 ... 0.22999999999999998] and Type is ).", + "message": "Previous state duration is correct (Content 0.22591900825500488 in [0.21999999999999997 ... 0.22999999999999998] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Previous state duration", - "0.22561168670654297", + "0.22591900825500488", "" ], - "asctime": "2020-06-16 22:45:44,656", - "created": 1592340344.656819, + "asctime": "2020-12-21 01:53:51,437", + "created": 1608512031.4379747, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18053,17 +18053,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Previous state duration): 0.22561168670654297 ()", + "message": "Result (Previous state duration): 0.22591900825500488 ()", "module": "test", - "msecs": 656.8191051483154, + "msecs": 437.9746913909912, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 439.35513496398926, + "relativeCreated": 498.8253116607666, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -18072,8 +18072,8 @@ "0.21999999999999997", "0.22999999999999998" ], - "asctime": "2020-06-16 22:45:44,656", - "created": 1592340344.656945, + "asctime": "2020-12-21 01:53:51,438", + "created": 1608512031.4380772, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18083,41 +18083,41 @@ "lineno": 30, "message": "Expectation (Previous state duration): 0.21999999999999997 <= result <= 0.22999999999999998", "module": "test", - "msecs": 656.944990158081, + "msecs": 438.0772113800049, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 439.4810199737549, + "relativeCreated": 498.9278316497803, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 657.0723056793213, + "msecs": 438.20858001708984, "msg": "Previous state duration is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 439.6083354949951, + "relativeCreated": 499.05920028686523, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.00012731552124023438 + "time_consumption": 0.00013136863708496094 } ], - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.3798868656158447, - "time_finished": "2020-06-16 22:45:44,657", - "time_start": "2020-06-16 22:45:44,277" + "time_consumption": 0.3801546096801758, + "time_finished": "2020-12-21 01:53:51,438", + "time_start": "2020-12-21 01:53:51,058" }, "_iTFPQHcrEemrUqotql_Blw": { "args": null, - "asctime": "2020-06-16 22:45:44,275", - "created": 1592340344.2754097, + "asctime": "2020-12-21 01:53:51,055", + "created": 1608512031.0557091, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18128,19 +18128,19 @@ "message": "_iTFPQHcrEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 275.4096984863281, + "msecs": 55.709123611450195, "msg": "_iTFPQHcrEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 57.94572830200195, + "relativeCreated": 116.55974388122559, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:44,275", - "created": 1592340344.2755144, + "asctime": "2020-12-21 01:53:51,055", + "created": 1608512031.0559049, "exc_info": null, "exc_text": null, "filename": "test_init.py", @@ -18158,48 +18158,48 @@ "None", "'state_c'" ], - "asctime": "2020-06-16 22:45:44,275", - "created": 1592340344.2754676, + "asctime": "2020-12-21 01:53:51,055", + "created": 1608512031.0558228, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_c'", "module": "__init__", - "msecs": 275.4676342010498, + "msecs": 55.82284927368164, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 58.00366401672363, + "relativeCreated": 116.67346954345703, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 275.5143642425537, + "msecs": 55.90486526489258, "msg": "Initialising the state machine with state_c", "name": "__tLogger__", "pathname": "src/tests/test_init.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 58.05039405822754, + "relativeCreated": 116.75548553466797, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 4.673004150390625e-05 + "time_consumption": 8.20159912109375e-05 }, { "args": [ "1", "" ], - "asctime": "2020-06-16 22:45:44,275", - "created": 1592340344.2756395, + "asctime": "2020-12-21 01:53:51,056", + "created": 1608512031.056135, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18216,8 +18216,8 @@ "1", "" ], - "asctime": "2020-06-16 22:45:44,275", - "created": 1592340344.2755682, + "asctime": "2020-12-21 01:53:51,056", + "created": 1608512031.056006, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18227,15 +18227,15 @@ "lineno": 22, "message": "Result (Keyword argument kw_arg_no_1 stored in state_machine): 1 ()", "module": "test", - "msecs": 275.56824684143066, + "msecs": 56.00595474243164, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 58.10427665710449, + "relativeCreated": 116.85657501220703, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -18244,8 +18244,8 @@ "1", "" ], - "asctime": "2020-06-16 22:45:44,275", - "created": 1592340344.2756045, + "asctime": "2020-12-21 01:53:51,056", + "created": 1608512031.0560725, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18255,37 +18255,37 @@ "lineno": 26, "message": "Expectation (Keyword argument kw_arg_no_1 stored in state_machine): result = 1 ()", "module": "test", - "msecs": 275.6044864654541, + "msecs": 56.07247352600098, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 58.14051628112793, + "relativeCreated": 116.92309379577637, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 275.63953399658203, + "msecs": 56.134939193725586, "msg": "Keyword argument kw_arg_no_1 stored in state_machine is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 58.17556381225586, + "relativeCreated": 116.98555946350098, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 3.504753112792969e-05 + "time_consumption": 6.246566772460938e-05 }, { "args": [ "'2'", "" ], - "asctime": "2020-06-16 22:45:44,275", - "created": 1592340344.2757604, + "asctime": "2020-12-21 01:53:51,056", + "created": 1608512031.0563521, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18302,8 +18302,8 @@ "'2'", "" ], - "asctime": "2020-06-16 22:45:44,275", - "created": 1592340344.2756886, + "asctime": "2020-12-21 01:53:51,056", + "created": 1608512031.0562298, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18313,15 +18313,15 @@ "lineno": 22, "message": "Result (Keyword argument kw_arg_no_2 stored in state_machine): '2' ()", "module": "test", - "msecs": 275.68864822387695, + "msecs": 56.22982978820801, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 58.22467803955078, + "relativeCreated": 117.0804500579834, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -18330,8 +18330,8 @@ "'2'", "" ], - "asctime": "2020-06-16 22:45:44,275", - "created": 1592340344.2757235, + "asctime": "2020-12-21 01:53:51,056", + "created": 1608512031.0562935, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18341,37 +18341,37 @@ "lineno": 26, "message": "Expectation (Keyword argument kw_arg_no_2 stored in state_machine): result = '2' ()", "module": "test", - "msecs": 275.7234573364258, + "msecs": 56.293487548828125, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 58.25948715209961, + "relativeCreated": 117.14410781860352, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 275.7604122161865, + "msecs": 56.35213851928711, "msg": "Keyword argument kw_arg_no_2 stored in state_machine is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 58.29644203186035, + "relativeCreated": 117.2027587890625, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 3.695487976074219e-05 + "time_consumption": 5.8650970458984375e-05 }, { "args": [ "True", "" ], - "asctime": "2020-06-16 22:45:44,275", - "created": 1592340344.2758768, + "asctime": "2020-12-21 01:53:51,056", + "created": 1608512031.0565665, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18388,8 +18388,8 @@ "True", "" ], - "asctime": "2020-06-16 22:45:44,275", - "created": 1592340344.2758088, + "asctime": "2020-12-21 01:53:51,056", + "created": 1608512031.056449, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18399,15 +18399,15 @@ "lineno": 22, "message": "Result (Keyword argument kw_arg_no_3 stored in state_machine): True ()", "module": "test", - "msecs": 275.80881118774414, + "msecs": 56.448936462402344, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 58.34484100341797, + "relativeCreated": 117.29955673217773, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -18416,8 +18416,8 @@ "True", "" ], - "asctime": "2020-06-16 22:45:44,275", - "created": 1592340344.275843, + "asctime": "2020-12-21 01:53:51,056", + "created": 1608512031.056527, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18427,37 +18427,37 @@ "lineno": 26, "message": "Expectation (Keyword argument kw_arg_no_3 stored in state_machine): result = True ()", "module": "test", - "msecs": 275.84290504455566, + "msecs": 56.526899337768555, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 58.37893486022949, + "relativeCreated": 117.37751960754395, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 275.8767604827881, + "msecs": 56.566476821899414, "msg": "Keyword argument kw_arg_no_3 stored in state_machine is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 58.412790298461914, + "relativeCreated": 117.4170970916748, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 3.3855438232421875e-05 + "time_consumption": 3.9577484130859375e-05 }, { "args": [ "{'1': 1, '2': 'two'}", "" ], - "asctime": "2020-06-16 22:45:44,276", - "created": 1592340344.2760196, + "asctime": "2020-12-21 01:53:51,056", + "created": 1608512031.0567455, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18474,8 +18474,8 @@ "{ '1': 1, '2': 'two' }", "" ], - "asctime": "2020-06-16 22:45:44,275", - "created": 1592340344.2759345, + "asctime": "2020-12-21 01:53:51,056", + "created": 1608512031.056642, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18485,15 +18485,15 @@ "lineno": 22, "message": "Result (Keyword argument kw_arg_no_4 stored in state_machine): { '1': 1, '2': 'two' } ()", "module": "test", - "msecs": 275.93445777893066, + "msecs": 56.64205551147461, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 58.47048759460449, + "relativeCreated": 117.49267578125, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -18502,8 +18502,8 @@ "{ '1': 1, '2': 'two' }", "" ], - "asctime": "2020-06-16 22:45:44,275", - "created": 1592340344.2759736, + "asctime": "2020-12-21 01:53:51,056", + "created": 1608512031.0566897, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18513,41 +18513,41 @@ "lineno": 26, "message": "Expectation (Keyword argument kw_arg_no_4 stored in state_machine): result = { '1': 1, '2': 'two' } ()", "module": "test", - "msecs": 275.9735584259033, + "msecs": 56.68973922729492, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 58.50958824157715, + "relativeCreated": 117.54035949707031, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 276.0195732116699, + "msecs": 56.74552917480469, "msg": "Keyword argument kw_arg_no_4 stored in state_machine is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 58.55560302734375, + "relativeCreated": 117.59614944458008, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 4.601478576660156e-05 + "time_consumption": 5.5789947509765625e-05 } ], - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.0006098747253417969, - "time_finished": "2020-06-16 22:45:44,276", - "time_start": "2020-06-16 22:45:44,275" + "time_consumption": 0.0010364055633544922, + "time_finished": "2020-12-21 01:53:51,056", + "time_start": "2020-12-21 01:53:51,055" }, "_j2FvkHcqEemrUqotql_Blw": { "args": null, - "asctime": "2020-06-16 22:45:44,274", - "created": 1592340344.2747967, + "asctime": "2020-12-21 01:53:51,054", + "created": 1608512031.0546913, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18558,19 +18558,19 @@ "message": "_j2FvkHcqEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 274.796724319458, + "msecs": 54.691314697265625, "msg": "_j2FvkHcqEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 57.332754135131836, + "relativeCreated": 115.54193496704102, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:44,274", - "created": 1592340344.2749035, + "asctime": "2020-12-21 01:53:51,054", + "created": 1608512031.0548084, "exc_info": null, "exc_text": null, "filename": "test_init.py", @@ -18588,48 +18588,48 @@ "None", "'state_c'" ], - "asctime": "2020-06-16 22:45:44,274", - "created": 1592340344.2748578, + "asctime": "2020-12-21 01:53:51,054", + "created": 1608512031.0547605, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_c'", "module": "__init__", - "msecs": 274.857759475708, + "msecs": 54.76045608520508, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 57.393789291381836, + "relativeCreated": 115.61107635498047, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 274.9035358428955, + "msecs": 54.80837821960449, "msg": "Initialising the state machine with state_c", "name": "__tLogger__", "pathname": "src/tests/test_init.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 57.439565658569336, + "relativeCreated": 115.65899848937988, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 4.57763671875e-05 + "time_consumption": 4.792213439941406e-05 }, { "args": [ "'__init__'", "" ], - "asctime": "2020-06-16 22:45:44,275", - "created": 1592340344.275031, + "asctime": "2020-12-21 01:53:51,054", + "created": 1608512031.0549848, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18646,8 +18646,8 @@ "'__init__'", "" ], - "asctime": "2020-06-16 22:45:44,274", - "created": 1592340344.2749548, + "asctime": "2020-12-21 01:53:51,054", + "created": 1608512031.0548687, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18657,15 +18657,15 @@ "lineno": 22, "message": "Result (Last transition condition after initialisation): '__init__' ()", "module": "test", - "msecs": 274.95479583740234, + "msecs": 54.86869812011719, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 57.49082565307617, + "relativeCreated": 115.71931838989258, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -18674,8 +18674,8 @@ "'__init__'", "" ], - "asctime": "2020-06-16 22:45:44,274", - "created": 1592340344.2749949, + "asctime": "2020-12-21 01:53:51,054", + "created": 1608512031.0549173, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18685,41 +18685,41 @@ "lineno": 26, "message": "Expectation (Last transition condition after initialisation): result = '__init__' ()", "module": "test", - "msecs": 274.9948501586914, + "msecs": 54.917335510253906, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 57.530879974365234, + "relativeCreated": 115.7679557800293, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 275.03108978271484, + "msecs": 54.98480796813965, "msg": "Last transition condition after initialisation is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 57.56711959838867, + "relativeCreated": 115.83542823791504, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 3.62396240234375e-05 + "time_consumption": 6.747245788574219e-05 } ], - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.00023436546325683594, - "time_finished": "2020-06-16 22:45:44,275", - "time_start": "2020-06-16 22:45:44,274" + "time_consumption": 0.00029349327087402344, + "time_finished": "2020-12-21 01:53:51,054", + "time_start": "2020-12-21 01:53:51,054" }, "_tRZ50HcyEemrUqotql_Blw": { "args": null, - "asctime": "2020-06-16 22:45:44,902", - "created": 1592340344.9020483, + "asctime": "2020-12-21 01:53:51,684", + "created": 1608512031.6849594, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18730,19 +18730,19 @@ "message": "_tRZ50HcyEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 902.0483493804932, + "msecs": 684.9594116210938, "msg": "_tRZ50HcyEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 684.584379196167, + "relativeCreated": 745.8100318908691, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:44,902", - "created": 1592340344.9027667, + "asctime": "2020-12-21 01:53:51,685", + "created": 1608512031.6853127, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -18760,48 +18760,48 @@ "None", "'state_c'" ], - "asctime": "2020-06-16 22:45:44,902", - "created": 1592340344.9024723, + "asctime": "2020-12-21 01:53:51,685", + "created": 1608512031.6851861, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_c'", "module": "__init__", - "msecs": 902.4722576141357, + "msecs": 685.1861476898193, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 685.0082874298096, + "relativeCreated": 746.0367679595947, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 902.7667045593262, + "msecs": 685.3127479553223, "msg": "Initialising the state machine with state_c", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 685.302734375, + "relativeCreated": 746.1633682250977, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.0002944469451904297 + "time_consumption": 0.0001266002655029297 }, { "args": [ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:44,903", - "created": 1592340344.903697, + "asctime": "2020-12-21 01:53:51,685", + "created": 1608512031.685636, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18818,8 +18818,8 @@ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:44,903", - "created": 1592340344.903144, + "asctime": "2020-12-21 01:53:51,685", + "created": 1608512031.6854615, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18829,15 +18829,15 @@ "lineno": 22, "message": "Result (Returnvalue of this_state()): 'state_c' ()", "module": "test", - "msecs": 903.1438827514648, + "msecs": 685.4615211486816, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 685.6799125671387, + "relativeCreated": 746.312141418457, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -18846,8 +18846,8 @@ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:44,903", - "created": 1592340344.9034307, + "asctime": "2020-12-21 01:53:51,685", + "created": 1608512031.6855497, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18857,41 +18857,41 @@ "lineno": 26, "message": "Expectation (Returnvalue of this_state()): result = 'state_c' ()", "module": "test", - "msecs": 903.430700302124, + "msecs": 685.5497360229492, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 685.9667301177979, + "relativeCreated": 746.4003562927246, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 903.6970138549805, + "msecs": 685.636043548584, "msg": "Returnvalue of this_state() is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 686.2330436706543, + "relativeCreated": 746.4866638183594, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.0002663135528564453 + "time_consumption": 8.630752563476562e-05 } ], - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.0016486644744873047, - "time_finished": "2020-06-16 22:45:44,903", - "time_start": "2020-06-16 22:45:44,902" + "time_consumption": 0.0006766319274902344, + "time_finished": "2020-12-21 01:53:51,685", + "time_start": "2020-12-21 01:53:51,684" }, "_vAtUQHcyEemrUqotql_Blw": { "args": null, - "asctime": "2020-06-16 22:45:44,904", - "created": 1592340344.9042897, + "asctime": "2020-12-21 01:53:51,685", + "created": 1608512031.685886, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18902,19 +18902,19 @@ "message": "_vAtUQHcyEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 904.289722442627, + "msecs": 685.8859062194824, "msg": "_vAtUQHcyEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 686.8257522583008, + "relativeCreated": 746.7365264892578, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:44,905", - "created": 1592340344.9050388, + "asctime": "2020-12-21 01:53:51,686", + "created": 1608512031.6862285, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -18932,48 +18932,48 @@ "None", "'state_c'" ], - "asctime": "2020-06-16 22:45:44,904", - "created": 1592340344.9048002, + "asctime": "2020-12-21 01:53:51,686", + "created": 1608512031.6860595, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_c'", "module": "__init__", - "msecs": 904.8001766204834, + "msecs": 686.0594749450684, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 687.3362064361572, + "relativeCreated": 746.9100952148438, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 905.0388336181641, + "msecs": 686.2285137176514, "msg": "Initialising the state machine with state_c", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 687.5748634338379, + "relativeCreated": 747.0791339874268, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.00023865699768066406 + "time_consumption": 0.0001690387725830078 }, { "args": [ "True", "" ], - "asctime": "2020-06-16 22:45:44,905", - "created": 1592340344.9056783, + "asctime": "2020-12-21 01:53:51,686", + "created": 1608512031.6865332, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18990,8 +18990,8 @@ "True", "" ], - "asctime": "2020-06-16 22:45:44,905", - "created": 1592340344.905317, + "asctime": "2020-12-21 01:53:51,686", + "created": 1608512031.6863658, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19001,15 +19001,15 @@ "lineno": 22, "message": "Result (Returnvalue of this_state_is(state_c)): True ()", "module": "test", - "msecs": 905.3170680999756, + "msecs": 686.3658428192139, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 687.8530979156494, + "relativeCreated": 747.2164630889893, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -19018,8 +19018,8 @@ "True", "" ], - "asctime": "2020-06-16 22:45:44,905", - "created": 1592340344.90551, + "asctime": "2020-12-21 01:53:51,686", + "created": 1608512031.686454, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19029,37 +19029,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of this_state_is(state_c)): result = True ()", "module": "test", - "msecs": 905.5099487304688, + "msecs": 686.4540576934814, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 688.0459785461426, + "relativeCreated": 747.3046779632568, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 905.6782722473145, + "msecs": 686.5332126617432, "msg": "Returnvalue of this_state_is(state_c) is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 688.2143020629883, + "relativeCreated": 747.3838329315186, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.00016832351684570312 + "time_consumption": 7.915496826171875e-05 }, { "args": [ "False", "" ], - "asctime": "2020-06-16 22:45:44,906", - "created": 1592340344.9061947, + "asctime": "2020-12-21 01:53:51,686", + "created": 1608512031.6868072, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19076,8 +19076,8 @@ "False", "" ], - "asctime": "2020-06-16 22:45:44,905", - "created": 1592340344.905917, + "asctime": "2020-12-21 01:53:51,686", + "created": 1608512031.686652, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19087,15 +19087,15 @@ "lineno": 22, "message": "Result (Returnvalue of this_state_is(state_b)): False ()", "module": "test", - "msecs": 905.9169292449951, + "msecs": 686.6519451141357, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 688.452959060669, + "relativeCreated": 747.5025653839111, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -19104,8 +19104,8 @@ "False", "" ], - "asctime": "2020-06-16 22:45:44,906", - "created": 1592340344.9060602, + "asctime": "2020-12-21 01:53:51,686", + "created": 1608512031.6867304, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19115,41 +19115,41 @@ "lineno": 26, "message": "Expectation (Returnvalue of this_state_is(state_b)): result = False ()", "module": "test", - "msecs": 906.0602188110352, + "msecs": 686.7303848266602, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 688.596248626709, + "relativeCreated": 747.5810050964355, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 906.1946868896484, + "msecs": 686.8071556091309, "msg": "Returnvalue of this_state_is(state_b) is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 688.7307167053223, + "relativeCreated": 747.6577758789062, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.00013446807861328125 + "time_consumption": 7.677078247070312e-05 } ], - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.0019049644470214844, - "time_finished": "2020-06-16 22:45:44,906", - "time_start": "2020-06-16 22:45:44,904" + "time_consumption": 0.0009212493896484375, + "time_finished": "2020-12-21 01:53:51,686", + "time_start": "2020-12-21 01:53:51,685" }, "_w49d4HcHEem_Z9BBpwIuJw": { "args": null, - "asctime": "2020-06-16 22:45:44,274", - "created": 1592340344.2742825, + "asctime": "2020-12-21 01:53:51,053", + "created": 1608512031.0537493, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19160,19 +19160,19 @@ "message": "_w49d4HcHEem_Z9BBpwIuJw", "module": "__init__", "moduleLogger": [], - "msecs": 274.28245544433594, + "msecs": 53.74932289123535, "msg": "_w49d4HcHEem_Z9BBpwIuJw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 56.818485260009766, + "relativeCreated": 114.59994316101074, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:44,274", - "created": 1592340344.274563, + "asctime": "2020-12-21 01:53:51,054", + "created": 1608512031.0543003, "exc_info": null, "exc_text": null, "filename": "test_init.py", @@ -19190,48 +19190,48 @@ "None", "'state_c'" ], - "asctime": "2020-06-16 22:45:44,274", - "created": 1592340344.2744925, + "asctime": "2020-12-21 01:53:51,054", + "created": 1608512031.05418, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_c'", "module": "__init__", - "msecs": 274.4925022125244, + "msecs": 54.17990684509277, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 57.02853202819824, + "relativeCreated": 115.03052711486816, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 274.5630741119385, + "msecs": 54.30030822753906, "msg": "Initialising the state machine with state_c", "name": "__tLogger__", "pathname": "src/tests/test_init.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 57.099103927612305, + "relativeCreated": 115.15092849731445, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 7.05718994140625e-05 + "time_consumption": 0.00012040138244628906 }, { "args": [ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:44,274", - "created": 1592340344.2747118, + "asctime": "2020-12-21 01:53:51,054", + "created": 1608512031.0545802, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19248,8 +19248,8 @@ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:44,274", - "created": 1592340344.2746289, + "asctime": "2020-12-21 01:53:51,054", + "created": 1608512031.0544302, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19259,15 +19259,15 @@ "lineno": 22, "message": "Result (State after initialisation): 'state_c' ()", "module": "test", - "msecs": 274.6288776397705, + "msecs": 54.430246353149414, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 57.164907455444336, + "relativeCreated": 115.2808666229248, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -19276,8 +19276,8 @@ "'state_c'", "" ], - "asctime": "2020-06-16 22:45:44,274", - "created": 1592340344.2746727, + "asctime": "2020-12-21 01:53:51,054", + "created": 1608512031.0545092, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19287,41 +19287,41 @@ "lineno": 26, "message": "Expectation (State after initialisation): result = 'state_c' ()", "module": "test", - "msecs": 274.6727466583252, + "msecs": 54.50916290283203, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 57.20877647399902, + "relativeCreated": 115.35978317260742, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 274.71184730529785, + "msecs": 54.5802116394043, "msg": "State after initialisation is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 57.24787712097168, + "relativeCreated": 115.43083190917969, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 3.910064697265625e-05 + "time_consumption": 7.104873657226562e-05 } ], - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.00042939186096191406, - "time_finished": "2020-06-16 22:45:44,274", - "time_start": "2020-06-16 22:45:44,274" + "time_consumption": 0.0008308887481689453, + "time_finished": "2020-12-21 01:53:51,054", + "time_start": "2020-12-21 01:53:51,053" }, "_yVA9oHcyEemrUqotql_Blw": { "args": null, - "asctime": "2020-06-16 22:45:44,906", - "created": 1592340344.9065392, + "asctime": "2020-12-21 01:53:51,687", + "created": 1608512031.6870306, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19332,19 +19332,19 @@ "message": "_yVA9oHcyEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 906.5392017364502, + "msecs": 687.030553817749, "msg": "_yVA9oHcyEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 689.075231552124, + "relativeCreated": 747.8811740875244, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-06-16 22:45:45,158", - "created": 1592340345.1580389, + "asctime": "2020-12-21 01:53:51,938", + "created": 1608512031.938028, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -19362,26 +19362,26 @@ "None", "'state_a'" ], - "asctime": "2020-06-16 22:45:44,906", - "created": 1592340344.9068203, + "asctime": "2020-12-21 01:53:51,687", + "created": 1608512031.6871781, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 906.8202972412109, + "msecs": 687.1781349182129, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 689.3563270568848, + "relativeCreated": 748.0287551879883, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -19391,34 +19391,34 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-06-16 22:45:44,907", - "created": 1592340344.9071763, + "asctime": "2020-12-21 01:53:51,687", + "created": 1608512031.6873386, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "__set_state__", "levelname": "DEBUG", "levelno": 10, - "lineno": 176, + "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 907.1762561798096, + "msecs": 687.3385906219482, "msg": "%s State change (%s): %s -> %s", - "name": "STATE_MACHINE", + "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 689.7122859954834, + "relativeCreated": 748.1892108917236, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { "args": [ 0.25 ], - "asctime": "2020-06-16 22:45:45,157", - "created": 1592340345.1577597, + "asctime": "2020-12-21 01:53:51,937", + "created": 1608512031.937793, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -19428,39 +19428,39 @@ "lineno": 33, "message": "Waiting for 0.25s", "module": "test_interface", - "msecs": 157.7596664428711, + "msecs": 937.7930164337158, "msg": "Waiting for %.2fs", "name": "__unittest__", "pathname": "src/tests/test_interface.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 940.2956962585449, + "relativeCreated": 998.6436367034912, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 158.03885459899902, + "msecs": 938.02809715271, "msg": "Running state machine test sequence.", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 940.5748844146729, + "relativeCreated": 998.8787174224854, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.0002791881561279297 + "time_consumption": 0.00023508071899414062 }, { "args": [ - "0.25090503692626953", + "0.2508413791656494", "0.2", "0.3", "" ], - "asctime": "2020-06-16 22:45:45,158", - "created": 1592340345.1586254, + "asctime": "2020-12-21 01:53:51,938", + "created": 1608512031.9385417, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19468,17 +19468,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Return Value of this_state_duration() is correct (Content 0.25090503692626953 in [0.2 ... 0.3] and Type is ).", + "message": "Return Value of this_state_duration() is correct (Content 0.2508413791656494 in [0.2 ... 0.3] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Return Value of this_state_duration()", - "0.25090503692626953", + "0.2508413791656494", "" ], - "asctime": "2020-06-16 22:45:45,158", - "created": 1592340345.1583056, + "asctime": "2020-12-21 01:53:51,938", + "created": 1608512031.9383023, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19486,17 +19486,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Return Value of this_state_duration()): 0.25090503692626953 ()", + "message": "Result (Return Value of this_state_duration()): 0.2508413791656494 ()", "module": "test", - "msecs": 158.30564498901367, + "msecs": 938.3022785186768, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 940.8416748046875, + "relativeCreated": 999.1528987884521, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" }, { @@ -19505,8 +19505,8 @@ "0.2", "0.3" ], - "asctime": "2020-06-16 22:45:45,158", - "created": 1592340345.1584697, + "asctime": "2020-12-21 01:53:51,938", + "created": 1608512031.9384344, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19516,40 +19516,40 @@ "lineno": 30, "message": "Expectation (Return Value of this_state_duration()): 0.2 <= result <= 0.3", "module": "test", - "msecs": 158.46967697143555, + "msecs": 938.434362411499, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 941.0057067871094, + "relativeCreated": 999.2849826812744, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread" } ], - "msecs": 158.62536430358887, + "msecs": 938.5416507720947, "msg": "Return Value of this_state_duration() is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 11498, + "process": 99610, "processName": "MainProcess", - "relativeCreated": 941.1613941192627, + "relativeCreated": 999.3922710418701, "stack_info": null, - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.0001556873321533203 + "time_consumption": 0.00010728836059570312 } ], - "thread": 140716724057920, + "thread": 140688934180672, "threadName": "MainThread", - "time_consumption": 0.25208616256713867, - "time_finished": "2020-06-16 22:45:45,158", - "time_start": "2020-06-16 22:45:44,906" + "time_consumption": 0.2515110969543457, + "time_finished": "2020-12-21 01:53:51,938", + "time_start": "2020-12-21 01:53:51,687" } }, "testrun_id": "p3", - "time_consumption": 1.6535534858703613, + "time_consumption": 1.6608216762542725, "uid_list_sorted": [ "_w49d4HcHEem_Z9BBpwIuJw", "_j2FvkHcqEemrUqotql_Blw", diff --git a/_testresults_/unittest.pdf b/_testresults_/unittest.pdf index 32beaa8..fce7dda 100644 Binary files a/_testresults_/unittest.pdf and b/_testresults_/unittest.pdf differ