diff --git a/_docs_/_downloads/e2fbca9180ad234c517493570f525e69/unittest.pdf b/_docs_/_downloads/e2fbca9180ad234c517493570f525e69/unittest.pdf index fce7dda..5a43eff 100644 Binary files a/_docs_/_downloads/e2fbca9180ad234c517493570f525e69/unittest.pdf and b/_docs_/_downloads/e2fbca9180ad234c517493570f525e69/unittest.pdf differ diff --git a/_docs_/index.html b/_docs_/index.html index 61efc5d..4cf1337 100644 --- a/_docs_/index.html +++ b/_docs_/index.html @@ -205,15 +205,16 @@ including the following information: (condition-method (str), transition-time (n
#!/usr/bin/env python
 # -*- coding: UTF-8 -*-
 
+import sys
+sys.path.append('../..')
 import logging
 import os
-import sys
 
 import report
 import state_machine
 
-logger = logging.getLogger('__example__')
-report.stdoutLoggingConfigure(log_name_lvl=[(state_machine.logger_name, 'DEBUG'), ('__example__', 'DEBUG'), ])
+logger = logging.getLogger('root')
+report.stdoutLoggingConfigure(log_name_lvl=[('root', 'DEBUG'), ])
 
 
 class trafic_lights(state_machine.state_machine):
@@ -253,11 +254,12 @@ including the following information: (condition-method (str), transition-time (n
     sm.work()
 
-
2020-01-28 07:09:32,803: STATE_MACHINE - INFO - TraficLights: State change ('__init__'): None -> 'state_red'
-2020-01-28 07:09:33,003: __example__ - INFO - TraficLights: Pedestrian gave state change request.
-2020-01-28 07:09:34,003: STATE_MACHINE - INFO - TraficLights: State change ('condition_pedastrian_request'): 'state_red' -> 'state_green'
-2020-01-28 07:09:34,004: __example__ - INFO - Callback information: Traffic light had been changed to green caused by pedastrian request
-2020-01-28 07:09:37,004: STATE_MACHINE - INFO - TraficLights: State change ('condition_true'): 'state_green' -> 'state_red'
+
2021-01-07 01:36:29,619: root.state_machine - INFO - TraficLights: State change ('__init__'): None -> 'state_red'
+2021-01-07 01:36:29,819: root - INFO - TraficLights: Pedestrian gave state change request.
+2021-01-07 01:36:30,819: root.state_machine - INFO - TraficLights: State change ('condition_pedastrian_request'): 'state_red' -> 'state_green'
+2021-01-07 01:36:30,819: root.state_machine - DEBUG - Executing callback 0 - logging.info
+2021-01-07 01:36:30,819: root - INFO - Callback information: Traffic light had been changed to green caused by pedastrian request
+2021-01-07 01:36:33,819: root.state_machine - INFO - TraficLights: State change ('condition_true'): 'state_green' -> 'state_red'
 
diff --git a/_docs_/searchindex.js b/_docs_/searchindex.js index 023adbe..5ab0a2f 100644 --- a/_docs_/searchindex.js +++ b/_docs_/searchindex.js @@ -1 +1 @@ -Search.setIndex({docnames:["index"],envversion:{"sphinx.domains.c":1,"sphinx.domains.changeset":1,"sphinx.domains.cpp":1,"sphinx.domains.javascript":1,"sphinx.domains.math":2,"sphinx.domains.python":1,"sphinx.domains.rst":1,"sphinx.domains.std":1,sphinx:55},filenames:["index.rst"],objects:{"":{state_machine:[0,0,0,"-"]},"state_machine.state_machine":{last_transition_condition:[0,2,1,""],last_transition_condition_was:[0,2,1,""],previous_state:[0,2,1,""],previous_state_duration:[0,2,1,""],previous_state_was:[0,2,1,""],register_state_change_callback:[0,2,1,""],this_state:[0,2,1,""],this_state_duration:[0,2,1,""],this_state_is:[0,2,1,""],work:[0,2,1,""]},state_machine:{state_machine:[0,1,1,""]}},objnames:{"0":["py","module","Python module"],"1":["py","class","Python class"],"2":["py","method","Python method"]},objtypes:{"0":"py:module","1":"py:class","2":"py:method"},terms:{"boolean":0,"class":0,"default":0,"float":0,"import":0,"long":0,"new":0,"return":0,"true":0,"while":0,The:0,These:0,__example__:0,__init__:0,__log_lvl__:0,activ:0,addit:0,alder:0,all:0,allow:0,also:0,arg:0,argument:0,author:0,been:0,bin:0,bool:0,calcul:0,callback:0,can:0,caus:0,chang:0,check:0,code:0,condit:0,condition_pedastrian_request:0,condition_tru:0,content:0,creat:0,current:0,cyclicli:0,debug:0,def:0,default_st:0,defin:0,deriv:0,descript:0,dictionari:0,dirk:0,each:0,els:0,enabl:0,env:0,equival:0,exampl:0,execut:0,fals:0,follow:0,from:0,gave:0,getlogg:0,give:0,given:0,green:0,had:0,help:0,how:0,implement:0,includ:0,index:0,info:0,inform:0,initialis:0,instanc:0,kei:0,keyword:0,kwarg:0,last:0,last_transition_condit:0,last_transition_condition_wa:0,level:0,light:0,list:0,log:0,log_lvl:0,log_name_lvl:0,log_prefix:0,loge:0,logger:0,logger_nam:0,mean:0,method:0,mockeri:0,modul:0,mount:0,need:0,none:0,number:0,overrid:0,page:0,paramet:0,part:0,pedastrian:0,pedastrian_request:0,pedestrian:0,previou:0,previous:0,previous_st:0,previous_state_dur:0,previous_state_wa:0,python:0,regist:0,register_state_change_callback:0,report:0,request:0,respons:0,search:0,see:0,self:0,set:0,set_padestrian_request:0,start:0,state_green:0,state_r:0,stdoutloggingconfigur:0,store:0,str:0,submodul:0,sudo:0,support:0,sys:0,target:0,target_st:0,thi:0,this_stat:0,this_state_dur:0,this_state_i:0,time:0,traffic:0,trafic_light:0,traficlight:0,transit:0,tupl:0,type:0,unittest:0,used:0,useful:0,usr:0,utf:0,variabl:0,varibl:0,well:0,where:0,which:0,work:0},titles:["Welcome to state_machine\u2019s documentation!"],titleterms:{document:0,indic:0,machin:0,state:0,state_machin:0,tabl:0,welcom:0}}) \ No newline at end of file +Search.setIndex({docnames:["index"],envversion:{"sphinx.domains.c":1,"sphinx.domains.changeset":1,"sphinx.domains.cpp":1,"sphinx.domains.javascript":1,"sphinx.domains.math":2,"sphinx.domains.python":1,"sphinx.domains.rst":1,"sphinx.domains.std":1,sphinx:55},filenames:["index.rst"],objects:{"":{state_machine:[0,0,0,"-"]},"state_machine.state_machine":{last_transition_condition:[0,2,1,""],last_transition_condition_was:[0,2,1,""],previous_state:[0,2,1,""],previous_state_duration:[0,2,1,""],previous_state_was:[0,2,1,""],register_state_change_callback:[0,2,1,""],this_state:[0,2,1,""],this_state_duration:[0,2,1,""],this_state_is:[0,2,1,""],work:[0,2,1,""]},state_machine:{state_machine:[0,1,1,""]}},objnames:{"0":["py","module","Python module"],"1":["py","class","Python class"],"2":["py","method","Python method"]},objtypes:{"0":"py:module","1":"py:class","2":"py:method"},terms:{"boolean":0,"class":0,"default":0,"float":0,"import":0,"long":0,"new":0,"return":0,"true":0,"while":0,The:0,These:0,__init__:0,__log_lvl__:0,activ:0,addit:0,alder:0,all:0,allow:0,also:0,append:0,arg:0,argument:0,author:0,been:0,bin:0,bool:0,calcul:0,callback:0,can:0,caus:0,chang:0,check:0,code:0,condit:0,condition_pedastrian_request:0,condition_tru:0,content:0,creat:0,current:0,cyclicli:0,debug:0,def:0,default_st:0,defin:0,deriv:0,descript:0,dictionari:0,dirk:0,each:0,els:0,enabl:0,env:0,equival:0,exampl:0,execut:0,fals:0,follow:0,from:0,gave:0,getlogg:0,give:0,given:0,green:0,had:0,help:0,how:0,implement:0,includ:0,index:0,info:0,inform:0,initialis:0,instanc:0,kei:0,keyword:0,kwarg:0,last:0,last_transition_condit:0,last_transition_condition_wa:0,level:0,light:0,list:0,log:0,log_lvl:0,log_name_lvl:0,log_prefix:0,loge:0,logger:0,mean:0,method:0,mockeri:0,modul:0,mount:0,need:0,none:0,number:0,overrid:0,page:0,paramet:0,part:0,path:0,pedastrian:0,pedastrian_request:0,pedestrian:0,previou:0,previous:0,previous_st:0,previous_state_dur:0,previous_state_wa:0,python:0,regist:0,register_state_change_callback:0,report:0,request:0,respons:0,root:0,search:0,see:0,self:0,set:0,set_padestrian_request:0,start:0,state_green:0,state_r:0,stdoutloggingconfigur:0,store:0,str:0,submodul:0,sudo:0,support:0,sys:0,target:0,target_st:0,thi:0,this_stat:0,this_state_dur:0,this_state_i:0,time:0,traffic:0,trafic_light:0,traficlight:0,transit:0,tupl:0,type:0,unittest:0,used:0,useful:0,usr:0,utf:0,variabl:0,varibl:0,well:0,where:0,which:0,work:0},titles:["Welcome to state_machine\u2019s documentation!"],titleterms:{document:0,indic:0,machin:0,state:0,state_machin:0,tabl:0,welcom:0}}) \ No newline at end of file diff --git a/_testresults_/unittest.json b/_testresults_/unittest.json index d80d7c5..9869463 100644 --- a/_testresults_/unittest.json +++ b/_testresults_/unittest.json @@ -658,9 +658,9 @@ }, "system_information": { "Architecture": "64bit", - "Distribution": "Linux Mint 20 ulyana", + "Distribution": "Linux Mint 20.1 ulyssa", "Hostname": "ahorn", - "Kernel": "5.4.0-58-generic (#64-Ubuntu SMP Wed Dec 9 08:16:25 UTC 2020)", + "Kernel": "5.4.0-60-generic (#67-Ubuntu SMP Tue Jan 5 18:31:36 UTC 2021)", "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": "546dd35cadc32b0e414df9820aefd442" + "Version": "f0888b702a36dcafbc48cab5d887f4dd" }, "testrun_list": [ { @@ -718,8 +718,8 @@ "testcases": { "_-kytMHcyEemrUqotql_Blw": { "args": null, - "asctime": "2020-12-21 01:53:49,626", - "created": 1608512029.626813, + "asctime": "2021-01-14 01:07:00,966", + "created": 1610582820.966647, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -730,18 +730,18 @@ "message": "_-kytMHcyEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 626.8129348754883, + "msecs": 966.6469097137451, "msg": "_-kytMHcyEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 947.4518299102783, + "relativeCreated": 932.3639869689941, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:49,627", - "created": 1608512029.627123, + "asctime": "2021-01-14 01:07:00,967", + "created": 1610582820.967427, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -759,8 +759,8 @@ "None", "'state_a'" ], - "asctime": "2020-12-21 01:53:49,626", - "created": 1608512029.626942, + "asctime": "2021-01-14 01:07:00,966", + "created": 1610582820.966955, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -770,14 +770,14 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 626.9419193267822, + "msecs": 966.9549465179443, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 947.5808143615723, - "thread": 139933697447744, + "relativeCreated": 932.6720237731934, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -787,8 +787,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:49,627", - "created": 1608512029.627052, + "asctime": "2021-01-14 01:07:00,967", + "created": 1610582820.967236, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -798,42 +798,42 @@ "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 627.0520687103271, + "msecs": 967.2360420227051, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 947.6909637451172, - "thread": 139933697447744, + "relativeCreated": 932.9531192779541, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 627.1231174468994, + "msecs": 967.4270153045654, "msg": "Running state machine test sequence.", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 947.7620124816895, - "thread": 139933697447744, + "relativeCreated": 933.1440925598145, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 7.104873657226562e-05 + "time_consumption": 0.00019097328186035156 }, { "args": [ "'state_a'", "" ], - "asctime": "2020-12-21 01:53:49,627", - "created": 1608512029.627343, + "asctime": "2021-01-14 01:07:00,968", + "created": 1610582820.968012, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Returnvalue of previous_state() is correct (Content 'state_a' and Type is ).", "module": "test", "moduleLogger": [ @@ -843,8 +843,8 @@ "'state_a'", "" ], - "asctime": "2020-12-21 01:53:49,627", - "created": 1608512029.627223, + "asctime": "2021-01-14 01:07:00,967", + "created": 1610582820.967693, "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": 627.223014831543, + "msecs": 967.6930904388428, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 947.861909866333, - "thread": 139933697447744, + "relativeCreated": 933.4101676940918, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -870,8 +870,8 @@ "'state_a'", "" ], - "asctime": "2020-12-21 01:53:49,627", - "created": 1608512029.627284, + "asctime": "2021-01-14 01:07:00,967", + "created": 1610582820.967856, "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": 627.284049987793, + "msecs": 967.8559303283691, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 947.922945022583, - "thread": 139933697447744, + "relativeCreated": 933.5730075836182, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 627.342939376831, + "msecs": 968.0120944976807, "msg": "Returnvalue of previous_state() is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 947.9818344116211, - "thread": 139933697447744, + "relativeCreated": 933.7291717529297, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 5.888938903808594e-05 + "time_consumption": 0.00015616416931152344 } ], - "thread": 139933697447744, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.0005300045013427734, - "time_finished": "2020-12-21 01:53:49,627", - "time_start": "2020-12-21 01:53:49,626" + "time_consumption": 0.0013651847839355469, + "time_finished": "2021-01-14 01:07:00,968", + "time_start": "2021-01-14 01:07:00,966" }, "_1WGwEHcyEemrUqotql_Blw": { "args": null, - "asctime": "2020-12-21 01:53:49,622", - "created": 1608512029.622806, + "asctime": "2021-01-14 01:07:00,961", + "created": 1610582820.961986, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -924,18 +924,18 @@ "message": "_1WGwEHcyEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 622.8060722351074, + "msecs": 961.9860649108887, "msg": "_1WGwEHcyEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 943.4449672698975, + "relativeCreated": 927.7031421661377, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:49,623", - "created": 1608512029.623696, + "asctime": "2021-01-14 01:07:00,962", + "created": 1610582820.962805, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -953,8 +953,8 @@ "None", "'state_a'" ], - "asctime": "2020-12-21 01:53:49,623", - "created": 1608512029.623159, + "asctime": "2021-01-14 01:07:00,962", + "created": 1610582820.962287, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -964,14 +964,14 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 623.1589317321777, + "msecs": 962.2869491577148, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 943.7978267669678, - "thread": 139933697447744, + "relativeCreated": 928.0040264129639, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -981,8 +981,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:49,623", - "created": 1608512029.623487, + "asctime": "2021-01-14 01:07:00,962", + "created": 1610582820.962599, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -992,42 +992,42 @@ "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 623.4869956970215, + "msecs": 962.5990390777588, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 944.1258907318115, - "thread": 139933697447744, + "relativeCreated": 928.3161163330078, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 623.6960887908936, + "msecs": 962.8050327301025, "msg": "Running state machine test sequence.", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 944.3349838256836, - "thread": 139933697447744, + "relativeCreated": 928.5221099853516, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.0002090930938720703 + "time_consumption": 0.00020599365234375 }, { "args": [ "'condition_a'", "" ], - "asctime": "2020-12-21 01:53:49,624", - "created": 1608512029.624385, + "asctime": "2021-01-14 01:07:00,963", + "created": 1610582820.963399, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Returnvalue of last_transition_condition() is correct (Content 'condition_a' and Type is ).", "module": "test", "moduleLogger": [ @@ -1037,8 +1037,8 @@ "'condition_a'", "" ], - "asctime": "2020-12-21 01:53:49,624", - "created": 1608512029.624015, + "asctime": "2021-01-14 01:07:00,963", + "created": 1610582820.96308, "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": 624.0150928497314, + "msecs": 963.0799293518066, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 944.6539878845215, - "thread": 139933697447744, + "relativeCreated": 928.7970066070557, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -1064,8 +1064,8 @@ "'condition_a'", "" ], - "asctime": "2020-12-21 01:53:49,624", - "created": 1608512029.624206, + "asctime": "2021-01-14 01:07:00,963", + "created": 1610582820.963242, "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": 624.2060661315918, + "msecs": 963.2420539855957, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 944.8449611663818, - "thread": 139933697447744, + "relativeCreated": 928.9591312408447, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 624.3851184844971, + "msecs": 963.3989334106445, "msg": "Returnvalue of last_transition_condition() is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 945.0240135192871, - "thread": 139933697447744, + "relativeCreated": 929.1160106658936, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.00017905235290527344 + "time_consumption": 0.00015687942504882812 } ], - "thread": 139933697447744, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.0015790462493896484, - "time_finished": "2020-12-21 01:53:49,624", - "time_start": "2020-12-21 01:53:49,622" + "time_consumption": 0.0014128684997558594, + "time_finished": "2021-01-14 01:07:00,963", + "time_start": "2021-01-14 01:07:00,961" }, "_7Mq60HcyEemrUqotql_Blw": { "args": null, - "asctime": "2020-12-21 01:53:49,624", - "created": 1608512029.624823, + "asctime": "2021-01-14 01:07:00,963", + "created": 1610582820.963835, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1118,18 +1118,18 @@ "message": "_7Mq60HcyEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 624.8230934143066, + "msecs": 963.8350009918213, "msg": "_7Mq60HcyEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 945.4619884490967, + "relativeCreated": 929.5520782470703, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:49,625", - "created": 1608512029.625597, + "asctime": "2021-01-14 01:07:00,964", + "created": 1610582820.964567, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -1147,8 +1147,8 @@ "None", "'state_a'" ], - "asctime": "2020-12-21 01:53:49,625", - "created": 1608512029.625142, + "asctime": "2021-01-14 01:07:00,964", + "created": 1610582820.964114, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1158,14 +1158,14 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 625.1420974731445, + "msecs": 964.1139507293701, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 945.7809925079346, - "thread": 139933697447744, + "relativeCreated": 929.8310279846191, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -1175,8 +1175,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:49,625", - "created": 1608512029.625423, + "asctime": "2021-01-14 01:07:00,964", + "created": 1610582820.964381, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1186,42 +1186,42 @@ "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 625.4229545593262, + "msecs": 964.3809795379639, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 946.0618495941162, - "thread": 139933697447744, + "relativeCreated": 930.0980567932129, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 625.5970001220703, + "msecs": 964.5669460296631, "msg": "Running state machine test sequence.", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 946.2358951568604, - "thread": 139933697447744, + "relativeCreated": 930.2840232849121, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.00017404556274414062 + "time_consumption": 0.00018596649169921875 }, { "args": [ "True", "" ], - "asctime": "2020-12-21 01:53:49,626", - "created": 1608512029.626078, + "asctime": "2021-01-14 01:07:00,965", + "created": 1610582820.965158, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Returnvalue of last_transition_condition(condition_a) is correct (Content True and Type is ).", "module": "test", "moduleLogger": [ @@ -1231,8 +1231,8 @@ "True", "" ], - "asctime": "2020-12-21 01:53:49,625", - "created": 1608512029.625848, + "asctime": "2021-01-14 01:07:00,964", + "created": 1610582820.964831, "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": 625.8480548858643, + "msecs": 964.8311138153076, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 946.4869499206543, - "thread": 139933697447744, + "relativeCreated": 930.5481910705566, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -1258,8 +1258,8 @@ "True", "" ], - "asctime": "2020-12-21 01:53:49,625", - "created": 1608512029.625982, + "asctime": "2021-01-14 01:07:00,964", + "created": 1610582820.964988, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1269,42 +1269,42 @@ "lineno": 26, "message": "Expectation (Returnvalue of last_transition_condition(condition_a)): result = True ()", "module": "test", - "msecs": 625.9820461273193, + "msecs": 964.9879932403564, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 946.6209411621094, - "thread": 139933697447744, + "relativeCreated": 930.7050704956055, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 626.0778903961182, + "msecs": 965.1579856872559, "msg": "Returnvalue of last_transition_condition(condition_a) is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 946.7167854309082, - "thread": 139933697447744, + "relativeCreated": 930.8750629425049, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 9.584426879882812e-05 + "time_consumption": 0.00016999244689941406 }, { "args": [ "False", "" ], - "asctime": "2020-12-21 01:53:49,626", - "created": 1608512029.626354, + "asctime": "2021-01-14 01:07:00,965", + "created": 1610582820.965708, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Returnvalue of last_transition_condition(condition_c) is correct (Content False and Type is ).", "module": "test", "moduleLogger": [ @@ -1314,8 +1314,8 @@ "False", "" ], - "asctime": "2020-12-21 01:53:49,626", - "created": 1608512029.626234, + "asctime": "2021-01-14 01:07:00,965", + "created": 1610582820.96541, "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": 626.2340545654297, + "msecs": 965.4099941253662, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 946.8729496002197, - "thread": 139933697447744, + "relativeCreated": 931.1270713806152, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -1341,8 +1341,8 @@ "False", "" ], - "asctime": "2020-12-21 01:53:49,626", - "created": 1608512029.626298, + "asctime": "2021-01-14 01:07:00,965", + "created": 1610582820.965559, "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": 626.2979507446289, + "msecs": 965.5590057373047, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 946.936845779419, - "thread": 139933697447744, + "relativeCreated": 931.2760829925537, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 626.3539791107178, + "msecs": 965.7080173492432, "msg": "Returnvalue of last_transition_condition(condition_c) is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 946.9928741455078, - "thread": 139933697447744, + "relativeCreated": 931.4250946044922, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 5.602836608886719e-05 + "time_consumption": 0.00014901161193847656 } ], - "thread": 139933697447744, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.0015308856964111328, - "time_finished": "2020-12-21 01:53:49,626", - "time_start": "2020-12-21 01:53:49,624" + "time_consumption": 0.001873016357421875, + "time_finished": "2021-01-14 01:07:00,965", + "time_start": "2021-01-14 01:07:00,963" }, "_AcYg8HczEemrUqotql_Blw": { "args": null, - "asctime": "2020-12-21 01:53:49,627", - "created": 1608512029.6275, + "asctime": "2021-01-14 01:07:00,968", + "created": 1610582820.968479, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1395,18 +1395,18 @@ "message": "_AcYg8HczEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 627.500057220459, + "msecs": 968.4789180755615, "msg": "_AcYg8HczEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 948.138952255249, + "relativeCreated": 934.1959953308105, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:49,627", - "created": 1608512029.627746, + "asctime": "2021-01-14 01:07:00,969", + "created": 1610582820.969311, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -1424,8 +1424,8 @@ "None", "'state_a'" ], - "asctime": "2020-12-21 01:53:49,627", - "created": 1608512029.627593, + "asctime": "2021-01-14 01:07:00,968", + "created": 1610582820.968833, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1435,14 +1435,14 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 627.5930404663086, + "msecs": 968.8329696655273, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 948.2319355010986, - "thread": 139933697447744, + "relativeCreated": 934.5500469207764, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -1452,8 +1452,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:49,627", - "created": 1608512029.627685, + "asctime": "2021-01-14 01:07:00,969", + "created": 1610582820.969104, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1463,42 +1463,42 @@ "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 627.6850700378418, + "msecs": 969.1040515899658, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 948.3239650726318, - "thread": 139933697447744, + "relativeCreated": 934.8211288452148, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 627.7461051940918, + "msecs": 969.310998916626, "msg": "Running state machine test sequence.", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 948.3850002288818, - "thread": 139933697447744, + "relativeCreated": 935.028076171875, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 6.103515625e-05 + "time_consumption": 0.00020694732666015625 }, { "args": [ "True", "" ], - "asctime": "2020-12-21 01:53:49,627", - "created": 1608512029.627928, + "asctime": "2021-01-14 01:07:00,969", + "created": 1610582820.969904, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Returnvalue of previous_state_was(state_a) is correct (Content True and Type is ).", "module": "test", "moduleLogger": [ @@ -1508,8 +1508,8 @@ "True", "" ], - "asctime": "2020-12-21 01:53:49,627", - "created": 1608512029.62784, + "asctime": "2021-01-14 01:07:00,969", + "created": 1610582820.969575, "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": 627.8400421142578, + "msecs": 969.5749282836914, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 948.4789371490479, - "thread": 139933697447744, + "relativeCreated": 935.2920055389404, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -1535,8 +1535,8 @@ "True", "" ], - "asctime": "2020-12-21 01:53:49,627", - "created": 1608512029.627882, + "asctime": "2021-01-14 01:07:00,969", + "created": 1610582820.969745, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1546,42 +1546,42 @@ "lineno": 26, "message": "Expectation (Returnvalue of previous_state_was(state_a)): result = True ()", "module": "test", - "msecs": 627.8820037841797, + "msecs": 969.7449207305908, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 948.5208988189697, - "thread": 139933697447744, + "relativeCreated": 935.4619979858398, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 627.9280185699463, + "msecs": 969.9039459228516, "msg": "Returnvalue of previous_state_was(state_a) is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 948.5669136047363, - "thread": 139933697447744, + "relativeCreated": 935.6210231781006, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 4.601478576660156e-05 + "time_consumption": 0.0001590251922607422 }, { "args": [ "False", "" ], - "asctime": "2020-12-21 01:53:49,628", - "created": 1608512029.628075, + "asctime": "2021-01-14 01:07:00,970", + "created": 1610582820.970458, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Returnvalue of previous_state_was(state_b) is correct (Content False and Type is ).", "module": "test", "moduleLogger": [ @@ -1591,8 +1591,8 @@ "False", "" ], - "asctime": "2020-12-21 01:53:49,627", - "created": 1608512029.627996, + "asctime": "2021-01-14 01:07:00,970", + "created": 1610582820.970153, "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": 627.9959678649902, + "msecs": 970.1530933380127, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 948.6348628997803, - "thread": 139933697447744, + "relativeCreated": 935.8701705932617, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -1618,8 +1618,8 @@ "False", "" ], - "asctime": "2020-12-21 01:53:49,628", - "created": 1608512029.628035, + "asctime": "2021-01-14 01:07:00,970", + "created": 1610582820.970301, "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": 628.0350685119629, + "msecs": 970.3009128570557, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 948.6739635467529, - "thread": 139933697447744, + "relativeCreated": 936.0179901123047, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 628.0748844146729, + "msecs": 970.4580307006836, "msg": "Returnvalue of previous_state_was(state_b) is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 948.7137794494629, - "thread": 139933697447744, + "relativeCreated": 936.1751079559326, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 3.981590270996094e-05 + "time_consumption": 0.0001571178436279297 } ], - "thread": 139933697447744, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.0005748271942138672, - "time_finished": "2020-12-21 01:53:49,628", - "time_start": "2020-12-21 01:53:49,627" + "time_consumption": 0.0019791126251220703, + "time_finished": "2021-01-14 01:07:00,970", + "time_start": "2021-01-14 01:07:00,968" }, "_C0Vi0HgPEemBsuKWG645TA": { "args": null, - "asctime": "2020-12-21 01:53:49,119", - "created": 1608512029.119409, + "asctime": "2021-01-14 01:07:00,459", + "created": 1610582820.459679, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1672,21 +1672,21 @@ "message": "_C0Vi0HgPEemBsuKWG645TA", "module": "__init__", "moduleLogger": [], - "msecs": 119.40908432006836, + "msecs": 459.67888832092285, "msg": "_C0Vi0HgPEemBsuKWG645TA", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 440.0479793548584, + "relativeCreated": 425.3959655761719, "testcaseLogger": [ { "args": [ 0.151, 0.15 ], - "asctime": "2020-12-21 01:53:49,119", - "created": 1608512029.119891, + "asctime": "2021-01-14 01:07:00,460", + "created": 1610582820.460219, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -1704,8 +1704,8 @@ "None", "'state_a'" ], - "asctime": "2020-12-21 01:53:49,119", - "created": 1608512029.119751, + "asctime": "2021-01-14 01:07:00,460", + "created": 1610582820.460019, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1715,42 +1715,42 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 119.7509765625, + "msecs": 460.0191116333008, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 440.38987159729004, - "thread": 139933697447744, + "relativeCreated": 425.7361888885498, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 119.89092826843262, + "msecs": 460.2189064025879, "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": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 440.52982330322266, - "thread": 139933697447744, + "relativeCreated": 425.9359836578369, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.0001399517059326172 + "time_consumption": 0.00019979476928710938 }, { "args": [ "'state_a'", "" ], - "asctime": "2020-12-21 01:53:49,120", - "created": 1608512029.12028, + "asctime": "2021-01-14 01:07:00,460", + "created": 1610582820.460748, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Initial state after Initialisation is correct (Content 'state_a' and Type is ).", "module": "test", "moduleLogger": [ @@ -1760,8 +1760,8 @@ "'state_a'", "" ], - "asctime": "2020-12-21 01:53:49,120", - "created": 1608512029.120069, + "asctime": "2021-01-14 01:07:00,460", + "created": 1610582820.460467, "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": 120.06902694702148, + "msecs": 460.4671001434326, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 440.7079219818115, - "thread": 139933697447744, + "relativeCreated": 426.18417739868164, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -1787,8 +1787,8 @@ "'state_a'", "" ], - "asctime": "2020-12-21 01:53:49,120", - "created": 1608512029.120173, + "asctime": "2021-01-14 01:07:00,460", + "created": 1610582820.460606, "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": 120.17297744750977, + "msecs": 460.6060981750488, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 440.8118724822998, - "thread": 139933697447744, + "relativeCreated": 426.32317543029785, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 120.28002738952637, + "msecs": 460.74795722961426, "msg": "Initial state after Initialisation is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 440.9189224243164, - "thread": 139933697447744, + "relativeCreated": 426.4650344848633, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.00010704994201660156 + "time_consumption": 0.0001418590545654297 }, { "args": [ 0.3 ], - "asctime": "2020-12-21 01:53:49,363", - "created": 1608512029.363043, + "asctime": "2021-01-14 01:07:00,703", + "created": 1610582820.703887, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -1838,10 +1838,10 @@ "moduleLogger": [ { "args": [ - 7.152557373046875e-06 + 1.0013580322265625e-05 ], - "asctime": "2020-12-21 01:53:49,120", - "created": 1608512029.120451, + "asctime": "2021-01-14 01:07:00,460", + "created": 1610582820.460961, "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": 120.45097351074219, + "msecs": 460.96110343933105, "msg": "Executing method work after %.03fs", "name": "__unittest__", "pathname": "src/tests/test_transitions.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 441.0898685455322, - "thread": 139933697447744, + "relativeCreated": 426.6781806945801, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ - 0.060398101806640625 + 0.06047987937927246 ], - "asctime": "2020-12-21 01:53:49,180", - "created": 1608512029.180937, + "asctime": "2021-01-14 01:07:00,521", + "created": 1610582820.521476, "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": 180.9370517730713, + "msecs": 521.4760303497314, "msg": "Executing method work after %.03fs", "name": "__unittest__", "pathname": "src/tests/test_transitions.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 501.5759468078613, - "thread": 139933697447744, + "relativeCreated": 487.19310760498047, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ - 0.12138819694519043 + 0.1211848258972168 ], - "asctime": "2020-12-21 01:53:49,241", - "created": 1608512029.241861, + "asctime": "2021-01-14 01:07:00,582", + "created": 1610582820.582183, "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": 241.86110496520996, + "msecs": 582.1828842163086, "msg": "Executing method work after %.03fs", "name": "__unittest__", "pathname": "src/tests/test_transitions.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 562.5, - "thread": 139933697447744, + "relativeCreated": 547.8999614715576, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ - 0.18183112144470215 + 0.1818850040435791 ], - "asctime": "2020-12-21 01:53:49,302", - "created": 1608512029.302295, + "asctime": "2021-01-14 01:07:00,642", + "created": 1610582820.642881, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -1926,14 +1926,14 @@ "lineno": 141, "message": "Executing method work after 0.182s", "module": "test_transitions", - "msecs": 302.2949695587158, + "msecs": 642.880916595459, "msg": "Executing method work after %.03fs", "name": "__unittest__", "pathname": "src/tests/test_transitions.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 622.9338645935059, - "thread": 139933697447744, + "relativeCreated": 608.597993850708, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -1943,8 +1943,8 @@ "'state_a'", "'state_c'" ], - "asctime": "2020-12-21 01:53:49,302", - "created": 1608512029.302526, + "asctime": "2021-01-14 01:07:00,643", + "created": 1610582820.643348, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1954,42 +1954,42 @@ "lineno": 179, "message": "StateMachine: State change ('condition_true'): 'state_a' -> 'state_c'", "module": "__init__", - "msecs": 302.52599716186523, + "msecs": 643.347978591919, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 623.1648921966553, - "thread": 139933697447744, + "relativeCreated": 609.065055847168, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 363.04306983947754, + "msecs": 703.8869857788086, "msg": "Waiting for %.3fs or state change", "name": "__tLogger__", "pathname": "src/tests/test_transitions.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 683.6819648742676, - "thread": 139933697447744, + "relativeCreated": 669.6040630340576, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.060517072677612305 + "time_consumption": 0.06053900718688965 }, { "args": [ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:49,365", - "created": 1608512029.365056, + "asctime": "2021-01-14 01:07:00,704", + "created": 1610582820.704812, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "State after 1st cycle is correct (Content 'state_c' and Type is ).", "module": "test", "moduleLogger": [ @@ -1999,8 +1999,8 @@ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:49,364", - "created": 1608512029.364504, + "asctime": "2021-01-14 01:07:00,704", + "created": 1610582820.704433, "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": 364.5040988922119, + "msecs": 704.4329643249512, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 685.142993927002, - "thread": 139933697447744, + "relativeCreated": 670.1500415802002, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -2026,8 +2026,8 @@ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:49,364", - "created": 1608512029.364918, + "asctime": "2021-01-14 01:07:00,704", + "created": 1610582820.704635, "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": 364.9179935455322, + "msecs": 704.6349048614502, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 685.5568885803223, - "thread": 139933697447744, + "relativeCreated": 670.3519821166992, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 365.05603790283203, + "msecs": 704.8120498657227, "msg": "State after 1st cycle is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 685.6949329376221, - "thread": 139933697447744, + "relativeCreated": 670.5291271209717, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.0001380443572998047 + "time_consumption": 0.00017714500427246094 } ], - "thread": 139933697447744, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.24564695358276367, - "time_finished": "2020-12-21 01:53:49,365", - "time_start": "2020-12-21 01:53:49,119" + "time_consumption": 0.2451331615447998, + "time_finished": "2021-01-14 01:07:00,704", + "time_start": "2021-01-14 01:07:00,459" }, "_GeMSYHczEemrUqotql_Blw": { "args": null, - "asctime": "2020-12-21 01:53:49,628", - "created": 1608512029.628201, + "asctime": "2021-01-14 01:07:00,970", + "created": 1610582820.970893, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2080,18 +2080,18 @@ "message": "_GeMSYHczEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 628.2010078430176, + "msecs": 970.8929061889648, "msg": "_GeMSYHczEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 948.8399028778076, + "relativeCreated": 936.6099834442139, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:50,380", - "created": 1608512030.380042, + "asctime": "2021-01-14 01:07:01,722", + "created": 1610582821.722937, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -2109,8 +2109,8 @@ "None", "'state_a'" ], - "asctime": "2020-12-21 01:53:49,628", - "created": 1608512029.628283, + "asctime": "2021-01-14 01:07:00,971", + "created": 1610582820.971172, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2120,14 +2120,14 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 628.2830238342285, + "msecs": 971.1720943450928, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 948.9219188690186, - "thread": 139933697447744, + "relativeCreated": 936.8891716003418, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -2137,8 +2137,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:49,628", - "created": 1608512029.628359, + "asctime": "2021-01-14 01:07:00,971", + "created": 1610582820.971428, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2148,22 +2148,22 @@ "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 628.3590793609619, + "msecs": 971.4279174804688, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 948.997974395752, - "thread": 139933697447744, + "relativeCreated": 937.1449947357178, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 0.75 ], - "asctime": "2020-12-21 01:53:49,628", - "created": 1608512029.628414, + "asctime": "2021-01-14 01:07:00,971", + "created": 1610582820.971609, "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": 628.4139156341553, + "msecs": 971.6091156005859, "msg": "Waiting for %.2fs", "name": "__unittest__", "pathname": "src/tests/test_interface.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 949.0528106689453, - "thread": 139933697447744, + "relativeCreated": 937.326192855835, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -2190,8 +2190,8 @@ "'state_b'", "'state_a'" ], - "asctime": "2020-12-21 01:53:50,379", - "created": 1608512030.379454, + "asctime": "2021-01-14 01:07:01,722", + "created": 1610582821.722739, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2201,55 +2201,55 @@ "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_b' -> 'state_a'", "module": "__init__", - "msecs": 379.4538974761963, + "msecs": 722.7389812469482, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1700.0927925109863, - "thread": 139933697447744, + "relativeCreated": 1688.4560585021973, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 380.04207611083984, + "msecs": 722.9371070861816, "msg": "Running state machine test sequence.", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1700.6809711456299, - "thread": 139933697447744, + "relativeCreated": 1688.6541843414307, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.0005881786346435547 + "time_consumption": 0.00019812583923339844 }, { "args": [ - "0.7515342235565186", + "0.7513411045074463", "0.7", "0.8", "" ], - "asctime": "2020-12-21 01:53:50,381", - "created": 1608512030.381271, + "asctime": "2021-01-14 01:07:01,723", + "created": 1610582821.723327, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "range_chk", "levelname": "INFO", "levelno": 20, - "lineno": 218, - "message": "Return Value of previous_state_duration() is correct (Content 0.7515342235565186 in [0.7 ... 0.8] and Type is ).", + "lineno": 220, + "message": "Return Value of previous_state_duration() is correct (Content 0.7513411045074463 in [0.7 ... 0.8] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Return Value of previous_state_duration()", - "0.7515342235565186", + "0.7513411045074463", "" ], - "asctime": "2020-12-21 01:53:50,380", - "created": 1608512030.380711, + "asctime": "2021-01-14 01:07:01,723", + "created": 1610582821.723134, "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.7515342235565186 ()", + "message": "Result (Return Value of previous_state_duration()): 0.7513411045074463 ()", "module": "test", - "msecs": 380.7110786437988, + "msecs": 723.1340408325195, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1701.3499736785889, - "thread": 139933697447744, + "relativeCreated": 1688.8511180877686, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -2275,50 +2275,50 @@ "0.7", "0.8" ], - "asctime": "2020-12-21 01:53:50,381", - "created": 1608512030.381021, + "asctime": "2021-01-14 01:07:01,723", + "created": 1610582821.723232, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation_range__", "levelname": "DEBUG", "levelno": 10, - "lineno": 30, + "lineno": 34, "message": "Expectation (Return Value of previous_state_duration()): 0.7 <= result <= 0.8", "module": "test", - "msecs": 381.02102279663086, + "msecs": 723.2320308685303, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1701.659917831421, - "thread": 139933697447744, + "relativeCreated": 1688.9491081237793, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 381.2708854675293, + "msecs": 723.3269214630127, "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": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1701.9097805023193, - "thread": 139933697447744, + "relativeCreated": 1689.0439987182617, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.0002498626708984375 + "time_consumption": 9.489059448242188e-05 } ], - "thread": 139933697447744, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.7530698776245117, - "time_finished": "2020-12-21 01:53:50,381", - "time_start": "2020-12-21 01:53:49,628" + "time_consumption": 0.7524340152740479, + "time_finished": "2021-01-14 01:07:01,723", + "time_start": "2021-01-14 01:07:00,970" }, "_P7R34HczEemrUqotql_Blw": { "args": null, - "asctime": "2020-12-21 01:53:48,739", - "created": 1608512028.739335, + "asctime": "2021-01-14 01:07:00,077", + "created": 1610582820.077546, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2329,18 +2329,18 @@ "message": "_P7R34HczEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 739.3350601196289, + "msecs": 77.5458812713623, "msg": "_P7R34HczEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 59.973955154418945, + "relativeCreated": 43.26295852661133, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:48,739", - "created": 1608512028.739492, + "asctime": "2021-01-14 01:07:00,077", + "created": 1610582820.077691, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -2358,8 +2358,8 @@ "None", "'state_a'" ], - "asctime": "2020-12-21 01:53:48,739", - "created": 1608512028.739438, + "asctime": "2021-01-14 01:07:00,077", + "created": 1610582820.077641, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2369,42 +2369,42 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 739.4380569458008, + "msecs": 77.64101028442383, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 60.07695198059082, - "thread": 139933697447744, + "relativeCreated": 43.35808753967285, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 739.4919395446777, + "msecs": 77.69107818603516, "msg": "Initialising state machine with state_a", "name": "__tLogger__", "pathname": "src/tests/test_transitions.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 60.13083457946777, - "thread": 139933697447744, + "relativeCreated": 43.40815544128418, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 5.3882598876953125e-05 + "time_consumption": 5.0067901611328125e-05 }, { "args": [ "'state_a'", "" ], - "asctime": "2020-12-21 01:53:48,739", - "created": 1608512028.739641, + "asctime": "2021-01-14 01:07:00,077", + "created": 1610582820.077833, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Initial state after Initialisation is correct (Content 'state_a' and Type is ).", "module": "test", "moduleLogger": [ @@ -2414,8 +2414,8 @@ "'state_a'", "" ], - "asctime": "2020-12-21 01:53:48,739", - "created": 1608512028.739559, + "asctime": "2021-01-14 01:07:00,077", + "created": 1610582820.077755, "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": 739.5589351654053, + "msecs": 77.75497436523438, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 60.19783020019531, - "thread": 139933697447744, + "relativeCreated": 43.4720516204834, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -2441,8 +2441,8 @@ "'state_a'", "" ], - "asctime": "2020-12-21 01:53:48,739", - "created": 1608512028.739601, + "asctime": "2021-01-14 01:07:00,077", + "created": 1610582820.077794, "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": 739.6008968353271, + "msecs": 77.79407501220703, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 60.23979187011719, - "thread": 139933697447744, + "relativeCreated": 43.511152267456055, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 739.6409511566162, + "msecs": 77.83293724060059, "msg": "Initial state after Initialisation is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 60.27984619140625, - "thread": 139933697447744, + "relativeCreated": 43.55001449584961, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 4.00543212890625e-05 + "time_consumption": 3.886222839355469e-05 }, { "args": [], - "asctime": "2020-12-21 01:53:48,739", - "created": 1608512028.739775, + "asctime": "2021-01-14 01:07:00,077", + "created": 1610582820.077972, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -2495,8 +2495,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:48,739", - "created": 1608512028.73972, + "asctime": "2021-01-14 01:07:00,077", + "created": 1610582820.077907, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2506,42 +2506,42 @@ "lineno": 179, "message": "StateMachine: State change ('condition_true'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 739.7201061248779, + "msecs": 77.90708541870117, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 60.35900115966797, - "thread": 139933697447744, + "relativeCreated": 43.624162673950195, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 739.7749423980713, + "msecs": 77.9719352722168, "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": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 60.41383743286133, - "thread": 139933697447744, + "relativeCreated": 43.68901252746582, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 5.4836273193359375e-05 + "time_consumption": 6.4849853515625e-05 }, { "args": [ "'state_b'", "" ], - "asctime": "2020-12-21 01:53:48,739", - "created": 1608512028.739933, + "asctime": "2021-01-14 01:07:00,078", + "created": 1610582820.078118, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "State after 1st execution of work method is correct (Content 'state_b' and Type is ).", "module": "test", "moduleLogger": [ @@ -2551,8 +2551,8 @@ "'state_b'", "" ], - "asctime": "2020-12-21 01:53:48,739", - "created": 1608512028.73985, + "asctime": "2021-01-14 01:07:00,078", + "created": 1610582820.078038, "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": 739.8500442504883, + "msecs": 78.03797721862793, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 60.48893928527832, - "thread": 139933697447744, + "relativeCreated": 43.75505447387695, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -2578,8 +2578,8 @@ "'state_b'", "" ], - "asctime": "2020-12-21 01:53:48,739", - "created": 1608512028.739893, + "asctime": "2021-01-14 01:07:00,078", + "created": 1610582820.078077, "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": 739.8929595947266, + "msecs": 78.07707786560059, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 60.5318546295166, - "thread": 139933697447744, + "relativeCreated": 43.79415512084961, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 739.9330139160156, + "msecs": 78.11808586120605, "msg": "State after 1st execution of work method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 60.571908950805664, - "thread": 139933697447744, + "relativeCreated": 43.83516311645508, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 4.00543212890625e-05 + "time_consumption": 4.100799560546875e-05 }, { "args": [], - "asctime": "2020-12-21 01:53:48,740", - "created": 1608512028.740055, + "asctime": "2021-01-14 01:07:00,078", + "created": 1610582820.078238, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -2632,8 +2632,8 @@ "'state_b'", "'state_c'" ], - "asctime": "2020-12-21 01:53:48,740", - "created": 1608512028.740008, + "asctime": "2021-01-14 01:07:00,078", + "created": 1610582820.078193, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2643,42 +2643,42 @@ "lineno": 179, "message": "StateMachine: State change ('condition_true'): 'state_b' -> 'state_c'", "module": "__init__", - "msecs": 740.0081157684326, + "msecs": 78.19294929504395, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 60.647010803222656, - "thread": 139933697447744, + "relativeCreated": 43.91002655029297, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 740.0550842285156, + "msecs": 78.23801040649414, "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": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 60.693979263305664, - "thread": 139933697447744, + "relativeCreated": 43.955087661743164, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 4.696846008300781e-05 + "time_consumption": 4.506111145019531e-05 }, { "args": [ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:48,740", - "created": 1608512028.740202, + "asctime": "2021-01-14 01:07:00,078", + "created": 1610582820.078379, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "State after 2nd execution of work method is correct (Content 'state_c' and Type is ).", "module": "test", "moduleLogger": [ @@ -2688,8 +2688,8 @@ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:48,740", - "created": 1608512028.740119, + "asctime": "2021-01-14 01:07:00,078", + "created": 1610582820.078301, "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": 740.1189804077148, + "msecs": 78.30095291137695, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 60.75787544250488, - "thread": 139933697447744, + "relativeCreated": 44.01803016662598, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -2715,8 +2715,8 @@ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:48,740", - "created": 1608512028.740158, + "asctime": "2021-01-14 01:07:00,078", + "created": 1610582820.078339, "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": 740.1580810546875, + "msecs": 78.3390998840332, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 60.79697608947754, - "thread": 139933697447744, + "relativeCreated": 44.05617713928223, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 740.2019500732422, + "msecs": 78.37891578674316, "msg": "State after 2nd execution of work method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 60.84084510803223, - "thread": 139933697447744, + "relativeCreated": 44.09599304199219, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 4.38690185546875e-05 + "time_consumption": 3.981590270996094e-05 }, { "args": [], - "asctime": "2020-12-21 01:53:48,740", - "created": 1608512028.740269, + "asctime": "2021-01-14 01:07:00,078", + "created": 1610582820.078439, "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": 740.2689456939697, + "msecs": 78.43899726867676, "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": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 60.907840728759766, - "thread": 139933697447744, + "relativeCreated": 44.15607452392578, + "thread": 140010672097088, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -2778,15 +2778,15 @@ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:48,740", - "created": 1608512028.740415, + "asctime": "2021-01-14 01:07:00,078", + "created": 1610582820.078572, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "State after 3rd execution of work method is correct (Content 'state_c' and Type is ).", "module": "test", "moduleLogger": [ @@ -2796,8 +2796,8 @@ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:48,740", - "created": 1608512028.740332, + "asctime": "2021-01-14 01:07:00,078", + "created": 1610582820.078497, "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": 740.3318881988525, + "msecs": 78.49693298339844, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 60.97078323364258, - "thread": 139933697447744, + "relativeCreated": 44.21401023864746, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -2823,8 +2823,8 @@ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:48,740", - "created": 1608512028.740372, + "asctime": "2021-01-14 01:07:00,078", + "created": 1610582820.078535, "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": 740.3719425201416, + "msecs": 78.53507995605469, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 61.01083755493164, - "thread": 139933697447744, + "relativeCreated": 44.25215721130371, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 740.415096282959, + "msecs": 78.57203483581543, "msg": "State after 3rd execution of work method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 61.05399131774902, - "thread": 139933697447744, + "relativeCreated": 44.28911209106445, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 4.315376281738281e-05 + "time_consumption": 3.695487976074219e-05 } ], - "thread": 139933697447744, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.0010800361633300781, - "time_finished": "2020-12-21 01:53:48,740", - "time_start": "2020-12-21 01:53:48,739" + "time_consumption": 0.001026153564453125, + "time_finished": "2021-01-14 01:07:00,078", + "time_start": "2021-01-14 01:07:00,077" }, "_QofFgK-aEeqZm7ouFR1drQ": { "args": null, - "asctime": "2020-12-21 01:53:50,395", - "created": 1608512030.395927, + "asctime": "2021-01-14 01:07:01,736", + "created": 1610582821.736077, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2877,25 +2877,25 @@ "message": "_QofFgK-aEeqZm7ouFR1drQ", "module": "__init__", "moduleLogger": [], - "msecs": 395.92695236206055, + "msecs": 736.077070236206, "msg": "_QofFgK-aEeqZm7ouFR1drQ", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1716.5658473968506, + "relativeCreated": 1701.794147491455, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:50,397", - "created": 1608512030.397347, + "asctime": "2021-01-14 01:07:01,737", + "created": 1610582821.737051, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "report", "levelname": "INFO", "levelno": 20, - "lineno": 166, + "lineno": 168, "message": "Callback execution order: Values and number of submitted values is correct. See detailed log for more information.", "module": "test", "moduleLogger": [ @@ -2906,8 +2906,8 @@ "None", "'state_a'" ], - "asctime": "2020-12-21 01:53:50,396", - "created": 1608512030.396006, + "asctime": "2021-01-14 01:07:01,736", + "created": 1610582821.736154, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2917,14 +2917,14 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 396.00610733032227, + "msecs": 736.1540794372559, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1716.6450023651123, - "thread": 139933697447744, + "relativeCreated": 1701.8711566925049, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -2934,8 +2934,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:50,396", - "created": 1608512030.396085, + "asctime": "2021-01-14 01:07:01,736", + "created": 1610582821.736231, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2945,14 +2945,14 @@ "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 396.0850238800049, + "msecs": 736.2310886383057, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1716.723918914795, - "thread": 139933697447744, + "relativeCreated": 1701.9481658935547, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -2961,8 +2961,8 @@ "unittest.test", "report_value" ], - "asctime": "2020-12-21 01:53:50,396", - "created": 1608512030.396133, + "asctime": "2021-01-14 01:07:01,736", + "created": 1610582821.73628, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2972,14 +2972,14 @@ "lineno": 200, "message": "Executing callback 0 - unittest.test.report_value", "module": "__init__", - "msecs": 396.1329460144043, + "msecs": 736.2799644470215, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1716.7718410491943, - "thread": 139933697447744, + "relativeCreated": 1701.9970417022705, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -2988,8 +2988,8 @@ "unittest.test", "report_value" ], - "asctime": "2020-12-21 01:53:50,396", - "created": 1608512030.396174, + "asctime": "2021-01-14 01:07:01,736", + "created": 1610582821.73632, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2999,14 +2999,14 @@ "lineno": 200, "message": "Executing callback 2 - unittest.test.report_value", "module": "__init__", - "msecs": 396.17395401000977, + "msecs": 736.3200187683105, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1716.8128490447998, - "thread": 139933697447744, + "relativeCreated": 1702.0370960235596, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -3016,8 +3016,8 @@ "'state_b'", "'state_a'" ], - "asctime": "2020-12-21 01:53:50,396", - "created": 1608512030.396234, + "asctime": "2021-01-14 01:07:01,736", + "created": 1610582821.736375, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3027,14 +3027,14 @@ "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_b' -> 'state_a'", "module": "__init__", - "msecs": 396.23403549194336, + "msecs": 736.375093460083, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1716.8729305267334, - "thread": 139933697447744, + "relativeCreated": 1702.092170715332, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -3043,8 +3043,8 @@ "unittest.test", "report_value" ], - "asctime": "2020-12-21 01:53:50,396", - "created": 1608512030.396278, + "asctime": "2021-01-14 01:07:01,736", + "created": 1610582821.736421, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3054,14 +3054,14 @@ "lineno": 200, "message": "Executing callback 1 - unittest.test.report_value", "module": "__init__", - "msecs": 396.27790451049805, + "msecs": 736.4211082458496, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1716.916799545288, - "thread": 139933697447744, + "relativeCreated": 1702.1381855010986, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -3070,8 +3070,8 @@ "unittest.test", "report_value" ], - "asctime": "2020-12-21 01:53:50,396", - "created": 1608512030.396327, + "asctime": "2021-01-14 01:07:01,736", + "created": 1610582821.736459, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3081,14 +3081,14 @@ "lineno": 200, "message": "Executing callback 2 - unittest.test.report_value", "module": "__init__", - "msecs": 396.32701873779297, + "msecs": 736.4590167999268, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1716.965913772583, - "thread": 139933697447744, + "relativeCreated": 1702.1760940551758, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -3097,8 +3097,8 @@ "[ 'specific callback for reaching state_b', 'nonspecific callback', 'specific callback for reaching state_a', 'nonspecific callback' ]", "" ], - "asctime": "2020-12-21 01:53:50,396", - "created": 1608512030.396376, + "asctime": "2021-01-14 01:07:01,736", + "created": 1610582821.736506, "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": 396.3758945465088, + "msecs": 736.5059852600098, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1717.0147895812988, - "thread": 139933697447744, + "relativeCreated": 1702.2230625152588, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -3124,8 +3124,8 @@ "[ 'specific callback for reaching state_b', 'nonspecific callback', 'specific callback for reaching state_a', 'nonspecific callback' ]", "" ], - "asctime": "2020-12-21 01:53:50,396", - "created": 1608512030.396485, + "asctime": "2021-01-14 01:07:01,736", + "created": 1610582821.736551, "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": 396.4850902557373, + "msecs": 736.55104637146, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1717.1239852905273, - "thread": 139933697447744, + "relativeCreated": 1702.268123626709, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -3151,8 +3151,8 @@ "'specific callback for reaching state_b'", "" ], - "asctime": "2020-12-21 01:53:50,396", - "created": 1608512030.396536, + "asctime": "2021-01-14 01:07:01,736", + "created": 1610582821.736595, "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": 396.53611183166504, + "msecs": 736.5949153900146, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1717.175006866455, - "thread": 139933697447744, + "relativeCreated": 1702.3119926452637, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -3178,8 +3178,8 @@ "'specific callback for reaching state_b'", "" ], - "asctime": "2020-12-21 01:53:50,396", - "created": 1608512030.39663, + "asctime": "2021-01-14 01:07:01,736", + "created": 1610582821.736633, "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": 396.63004875183105, + "msecs": 736.6330623626709, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1717.268943786621, - "thread": 139933697447744, + "relativeCreated": 1702.35013961792, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -3204,25 +3204,25 @@ "'specific callback for reaching state_b'", "" ], - "asctime": "2020-12-21 01:53:50,396", - "created": 1608512030.396699, + "asctime": "2021-01-14 01:07:01,736", + "created": 1610582821.736674, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 1 is correct (Content 'specific callback for reaching state_b' and Type is ).", "module": "test", - "msecs": 396.6989517211914, + "msecs": 736.6740703582764, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1717.3378467559814, - "thread": 139933697447744, + "relativeCreated": 1702.3911476135254, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -3231,8 +3231,8 @@ "'nonspecific callback'", "" ], - "asctime": "2020-12-21 01:53:50,396", - "created": 1608512030.396767, + "asctime": "2021-01-14 01:07:01,736", + "created": 1610582821.736712, "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": 396.76690101623535, + "msecs": 736.7119789123535, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1717.4057960510254, - "thread": 139933697447744, + "relativeCreated": 1702.4290561676025, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -3258,8 +3258,8 @@ "'nonspecific callback'", "" ], - "asctime": "2020-12-21 01:53:50,396", - "created": 1608512030.396844, + "asctime": "2021-01-14 01:07:01,736", + "created": 1610582821.736749, "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": 396.84391021728516, + "msecs": 736.7489337921143, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1717.4828052520752, - "thread": 139933697447744, + "relativeCreated": 1702.4660110473633, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -3284,25 +3284,25 @@ "'nonspecific callback'", "" ], - "asctime": "2020-12-21 01:53:50,396", - "created": 1608512030.396915, + "asctime": "2021-01-14 01:07:01,736", + "created": 1610582821.736786, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 2 is correct (Content 'nonspecific callback' and Type is ).", "module": "test", - "msecs": 396.9149589538574, + "msecs": 736.785888671875, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1717.5538539886475, - "thread": 139933697447744, + "relativeCreated": 1702.502965927124, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -3311,8 +3311,8 @@ "'specific callback for reaching state_a'", "" ], - "asctime": "2020-12-21 01:53:50,396", - "created": 1608512030.396999, + "asctime": "2021-01-14 01:07:01,736", + "created": 1610582821.736826, "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": 396.9988822937012, + "msecs": 736.8259429931641, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1717.6377773284912, - "thread": 139933697447744, + "relativeCreated": 1702.543020248413, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -3338,8 +3338,8 @@ "'specific callback for reaching state_a'", "" ], - "asctime": "2020-12-21 01:53:50,397", - "created": 1608512030.397077, + "asctime": "2021-01-14 01:07:01,736", + "created": 1610582821.736863, "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": 397.0770835876465, + "msecs": 736.8628978729248, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1717.7159786224365, - "thread": 139933697447744, + "relativeCreated": 1702.5799751281738, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -3364,25 +3364,25 @@ "'specific callback for reaching state_a'", "" ], - "asctime": "2020-12-21 01:53:50,397", - "created": 1608512030.397153, + "asctime": "2021-01-14 01:07:01,736", + "created": 1610582821.736903, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 3 is correct (Content 'specific callback for reaching state_a' and Type is ).", "module": "test", - "msecs": 397.1529006958008, + "msecs": 736.9029521942139, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1717.7917957305908, - "thread": 139933697447744, + "relativeCreated": 1702.620029449463, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -3391,8 +3391,8 @@ "'nonspecific callback'", "" ], - "asctime": "2020-12-21 01:53:50,397", - "created": 1608512030.397218, + "asctime": "2021-01-14 01:07:01,736", + "created": 1610582821.736941, "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": 397.2179889678955, + "msecs": 736.9410991668701, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1717.8568840026855, - "thread": 139933697447744, + "relativeCreated": 1702.6581764221191, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -3418,8 +3418,8 @@ "'nonspecific callback'", "" ], - "asctime": "2020-12-21 01:53:50,397", - "created": 1608512030.397259, + "asctime": "2021-01-14 01:07:01,736", + "created": 1610582821.736977, "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": 397.258996963501, + "msecs": 736.9771003723145, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1717.897891998291, - "thread": 139933697447744, + "relativeCreated": 1702.6941776275635, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -3444,50 +3444,50 @@ "'nonspecific callback'", "" ], - "asctime": "2020-12-21 01:53:50,397", - "created": 1608512030.397304, + "asctime": "2021-01-14 01:07:01,737", + "created": 1610582821.737014, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 4 is correct (Content 'nonspecific callback' and Type is ).", "module": "test", - "msecs": 397.3040580749512, + "msecs": 737.0140552520752, "msg": "Submitted value number 4 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1717.9429531097412, - "thread": 139933697447744, + "relativeCreated": 1702.7311325073242, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 397.34697341918945, + "msecs": 737.0510101318359, "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": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1717.9858684539795, - "thread": 139933697447744, + "relativeCreated": 1702.768087387085, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 4.291534423828125e-05 + "time_consumption": 3.695487976074219e-05 } ], - "thread": 139933697447744, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.0014200210571289062, - "time_finished": "2020-12-21 01:53:50,397", - "time_start": "2020-12-21 01:53:50,395" + "time_consumption": 0.0009739398956298828, + "time_finished": "2021-01-14 01:07:01,737", + "time_start": "2021-01-14 01:07:01,736" }, "_XzMFcHYZEem_kd-7nxt1sg": { "args": null, - "asctime": "2020-12-21 01:53:50,382", - "created": 1608512030.38267, + "asctime": "2021-01-14 01:07:01,723", + "created": 1610582821.723568, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3498,18 +3498,18 @@ "message": "_XzMFcHYZEem_kd-7nxt1sg", "module": "__init__", "moduleLogger": [], - "msecs": 382.66992568969727, + "msecs": 723.5679626464844, "msg": "_XzMFcHYZEem_kd-7nxt1sg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1703.3088207244873, + "relativeCreated": 1689.2850399017334, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:50,386", - "created": 1608512030.386444, + "asctime": "2021-01-14 01:07:01,725", + "created": 1610582821.725146, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -3527,8 +3527,8 @@ "None", "'state_a'" ], - "asctime": "2020-12-21 01:53:50,383", - "created": 1608512030.383642, + "asctime": "2021-01-14 01:07:01,723", + "created": 1610582821.723724, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3538,22 +3538,22 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 383.64195823669434, + "msecs": 723.7238883972168, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1704.2808532714844, - "thread": 139933697447744, + "relativeCreated": 1689.4409656524658, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 1 ], - "asctime": "2020-12-21 01:53:50,384", - "created": 1608512030.384215, + "asctime": "2021-01-14 01:07:01,723", + "created": 1610582821.723858, "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": 384.2151165008545, + "msecs": 723.858118057251, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1704.8540115356445, - "thread": 139933697447744, + "relativeCreated": 1689.5751953125, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -3580,8 +3580,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:50,384", - "created": 1608512030.384867, + "asctime": "2021-01-14 01:07:01,724", + "created": 1610582821.724108, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3591,14 +3591,14 @@ "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 384.86695289611816, + "msecs": 724.1079807281494, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1705.5058479309082, - "thread": 139933697447744, + "relativeCreated": 1689.8250579833984, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -3607,8 +3607,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:50,385", - "created": 1608512030.38512, + "asctime": "2021-01-14 01:07:01,724", + "created": 1610582821.724209, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3618,22 +3618,22 @@ "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 385.1199150085449, + "msecs": 724.2090702056885, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1705.758810043335, - "thread": 139933697447744, + "relativeCreated": 1689.9261474609375, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 2 ], - "asctime": "2020-12-21 01:53:50,385", - "created": 1608512030.385264, + "asctime": "2021-01-14 01:07:01,724", + "created": 1610582821.724292, "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": 385.26391983032227, + "msecs": 724.2920398712158, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1705.9028148651123, - "thread": 139933697447744, + "relativeCreated": 1690.0091171264648, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -3659,8 +3659,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:50,385", - "created": 1608512030.385417, + "asctime": "2021-01-14 01:07:01,724", + "created": 1610582821.72438, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3670,22 +3670,22 @@ "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 385.41698455810547, + "msecs": 724.3800163269043, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1706.0558795928955, - "thread": 139933697447744, + "relativeCreated": 1690.0970935821533, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 3 ], - "asctime": "2020-12-21 01:53:50,385", - "created": 1608512030.385541, + "asctime": "2021-01-14 01:07:01,724", + "created": 1610582821.724456, "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": 385.5409622192383, + "msecs": 724.4560718536377, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1706.1798572540283, - "thread": 139933697447744, + "relativeCreated": 1690.1731491088867, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 4 ], - "asctime": "2020-12-21 01:53:50,385", - "created": 1608512030.385677, + "asctime": "2021-01-14 01:07:01,724", + "created": 1610582821.724548, "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": 385.6770992279053, + "msecs": 724.5481014251709, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1706.3159942626953, - "thread": 139933697447744, + "relativeCreated": 1690.26517868042, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -3737,8 +3737,8 @@ "'state_b'", "'state_a'" ], - "asctime": "2020-12-21 01:53:50,385", - "created": 1608512030.385818, + "asctime": "2021-01-14 01:07:01,724", + "created": 1610582821.724653, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3748,22 +3748,22 @@ "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_b' -> 'state_a'", "module": "__init__", - "msecs": 385.8180046081543, + "msecs": 724.6530055999756, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1706.4568996429443, - "thread": 139933697447744, + "relativeCreated": 1690.3700828552246, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 5 ], - "asctime": "2020-12-21 01:53:50,385", - "created": 1608512030.385948, + "asctime": "2021-01-14 01:07:01,724", + "created": 1610582821.724744, "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": 385.94794273376465, + "msecs": 724.7440814971924, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1706.5868377685547, - "thread": 139933697447744, + "relativeCreated": 1690.4611587524414, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -3790,8 +3790,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:50,386", - "created": 1608512030.386092, + "asctime": "2021-01-14 01:07:01,724", + "created": 1610582821.724852, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3801,22 +3801,22 @@ "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 386.091947555542, + "msecs": 724.8520851135254, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1706.730842590332, - "thread": 139933697447744, + "relativeCreated": 1690.5691623687744, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 6 ], - "asctime": "2020-12-21 01:53:50,386", - "created": 1608512030.386225, + "asctime": "2021-01-14 01:07:01,724", + "created": 1610582821.724945, "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": 386.22498512268066, + "msecs": 724.945068359375, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1706.8638801574707, - "thread": 139933697447744, + "relativeCreated": 1690.662145614624, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -3843,8 +3843,8 @@ "'state_b'", "'state_c'" ], - "asctime": "2020-12-21 01:53:50,386", - "created": 1608512030.386345, + "asctime": "2021-01-14 01:07:01,725", + "created": 1610582821.725045, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3854,39 +3854,39 @@ "lineno": 179, "message": "StateMachine: State change ('condition_c'): 'state_b' -> 'state_c'", "module": "__init__", - "msecs": 386.34490966796875, + "msecs": 725.0449657440186, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1706.9838047027588, - "thread": 139933697447744, + "relativeCreated": 1690.7620429992676, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 386.444091796875, + "msecs": 725.1460552215576, "msg": "Running state machine sequence and storing sequence number for each callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1707.082986831665, - "thread": 139933697447744, + "relativeCreated": 1690.8631324768066, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 9.918212890625e-05 + "time_consumption": 0.0001010894775390625 }, { "args": [], - "asctime": "2020-12-21 01:53:50,387", - "created": 1608512030.387093, + "asctime": "2021-01-14 01:07:01,725", + "created": 1610582821.7257, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "report", "levelname": "INFO", "levelno": 20, - "lineno": 166, + "lineno": 168, "message": "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.", "module": "test", "moduleLogger": [ @@ -3896,8 +3896,8 @@ "[ 1 ]", "" ], - "asctime": "2020-12-21 01:53:50,386", - "created": 1608512030.386635, + "asctime": "2021-01-14 01:07:01,725", + "created": 1610582821.725294, "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": 386.63506507873535, + "msecs": 725.2941131591797, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1707.2739601135254, - "thread": 139933697447744, + "relativeCreated": 1691.0111904144287, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -3923,8 +3923,8 @@ "[ 1 ]", "" ], - "asctime": "2020-12-21 01:53:50,386", - "created": 1608512030.386732, + "asctime": "2021-01-14 01:07:01,725", + "created": 1610582821.72538, "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": 386.7321014404297, + "msecs": 725.3799438476562, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1707.3709964752197, - "thread": 139933697447744, + "relativeCreated": 1691.0970211029053, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -3950,8 +3950,8 @@ "1", "" ], - "asctime": "2020-12-21 01:53:50,386", - "created": 1608512030.386834, + "asctime": "2021-01-14 01:07:01,725", + "created": 1610582821.725476, "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": 386.83390617370605, + "msecs": 725.4760265350342, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1707.472801208496, - "thread": 139933697447744, + "relativeCreated": 1691.1931037902832, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -3977,8 +3977,8 @@ "1", "" ], - "asctime": "2020-12-21 01:53:50,386", - "created": 1608512030.386918, + "asctime": "2021-01-14 01:07:01,725", + "created": 1610582821.725549, "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": 386.9180679321289, + "msecs": 725.5489826202393, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1707.556962966919, - "thread": 139933697447744, + "relativeCreated": 1691.2660598754883, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -4003,50 +4003,50 @@ "1", "" ], - "asctime": "2020-12-21 01:53:50,387", - "created": 1608512030.387007, + "asctime": "2021-01-14 01:07:01,725", + "created": 1610582821.725628, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 1 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 387.0069980621338, + "msecs": 725.6278991699219, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1707.6458930969238, - "thread": 139933697447744, + "relativeCreated": 1691.344976425171, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 387.09306716918945, + "msecs": 725.6999015808105, "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": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1707.7319622039795, - "thread": 139933697447744, + "relativeCreated": 1691.4169788360596, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 8.606910705566406e-05 + "time_consumption": 7.200241088867188e-05 }, { "args": [], - "asctime": "2020-12-21 01:53:50,387", - "created": 1608512030.387763, + "asctime": "2021-01-14 01:07:01,726", + "created": 1610582821.726224, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "report", "levelname": "INFO", "levelno": 20, - "lineno": 166, + "lineno": 168, "message": "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.", "module": "test", "moduleLogger": [ @@ -4056,8 +4056,8 @@ "[ 2 ]", "" ], - "asctime": "2020-12-21 01:53:50,387", - "created": 1608512030.387251, + "asctime": "2021-01-14 01:07:01,725", + "created": 1610582821.725833, "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": 387.2509002685547, + "msecs": 725.8329391479492, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1707.8897953033447, - "thread": 139933697447744, + "relativeCreated": 1691.5500164031982, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -4083,8 +4083,8 @@ "[ 2 ]", "" ], - "asctime": "2020-12-21 01:53:50,387", - "created": 1608512030.387343, + "asctime": "2021-01-14 01:07:01,725", + "created": 1610582821.725913, "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": 387.3429298400879, + "msecs": 725.9130477905273, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1707.981824874878, - "thread": 139933697447744, + "relativeCreated": 1691.6301250457764, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -4110,8 +4110,8 @@ "2", "" ], - "asctime": "2020-12-21 01:53:50,387", - "created": 1608512030.387445, + "asctime": "2021-01-14 01:07:01,725", + "created": 1610582821.725991, "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": 387.44497299194336, + "msecs": 725.9910106658936, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1708.0838680267334, - "thread": 139933697447744, + "relativeCreated": 1691.7080879211426, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -4137,8 +4137,8 @@ "2", "" ], - "asctime": "2020-12-21 01:53:50,387", - "created": 1608512030.387528, + "asctime": "2021-01-14 01:07:01,726", + "created": 1610582821.726073, "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": 387.5279426574707, + "msecs": 726.0730266571045, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1708.1668376922607, - "thread": 139933697447744, + "relativeCreated": 1691.7901039123535, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -4163,50 +4163,50 @@ "2", "" ], - "asctime": "2020-12-21 01:53:50,387", - "created": 1608512030.387647, + "asctime": "2021-01-14 01:07:01,726", + "created": 1610582821.726151, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 1 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 387.6469135284424, + "msecs": 726.1509895324707, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1708.2858085632324, - "thread": 139933697447744, + "relativeCreated": 1691.8680667877197, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 387.76302337646484, + "msecs": 726.2239456176758, "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": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1708.4019184112549, - "thread": 139933697447744, + "relativeCreated": 1691.9410228729248, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.00011610984802246094 + "time_consumption": 7.295608520507812e-05 } ], - "thread": 139933697447744, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.005093097686767578, - "time_finished": "2020-12-21 01:53:50,387", - "time_start": "2020-12-21 01:53:50,382" + "time_consumption": 0.0026559829711914062, + "time_finished": "2021-01-14 01:07:01,726", + "time_start": "2021-01-14 01:07:01,723" }, "_YrdgQHbUEemIm_1APUisDQ": { "args": null, - "asctime": "2020-12-21 01:53:50,388", - "created": 1608512030.388057, + "asctime": "2021-01-14 01:07:01,726", + "created": 1610582821.726451, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4217,18 +4217,18 @@ "message": "_YrdgQHbUEemIm_1APUisDQ", "module": "__init__", "moduleLogger": [], - "msecs": 388.05699348449707, + "msecs": 726.4509201049805, "msg": "_YrdgQHbUEemIm_1APUisDQ", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1708.695888519287, + "relativeCreated": 1692.1679973602295, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:50,390", - "created": 1608512030.39018, + "asctime": "2021-01-14 01:07:01,728", + "created": 1610582821.728167, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -4246,8 +4246,8 @@ "None", "'state_a'" ], - "asctime": "2020-12-21 01:53:50,388", - "created": 1608512030.388231, + "asctime": "2021-01-14 01:07:01,726", + "created": 1610582821.726594, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4257,22 +4257,22 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 388.2310390472412, + "msecs": 726.5939712524414, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1708.8699340820312, - "thread": 139933697447744, + "relativeCreated": 1692.3110485076904, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 1 ], - "asctime": "2020-12-21 01:53:50,388", - "created": 1608512030.38837, + "asctime": "2021-01-14 01:07:01,726", + "created": 1610582821.72671, "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": 388.3700370788574, + "msecs": 726.7100811004639, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1709.0089321136475, - "thread": 139933697447744, + "relativeCreated": 1692.427158355713, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -4299,8 +4299,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:50,388", - "created": 1608512030.388526, + "asctime": "2021-01-14 01:07:01,726", + "created": 1610582821.726838, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4310,22 +4310,22 @@ "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 388.52596282958984, + "msecs": 726.8381118774414, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1709.1648578643799, - "thread": 139933697447744, + "relativeCreated": 1692.5551891326904, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 2 ], - "asctime": "2020-12-21 01:53:50,388", - "created": 1608512030.388667, + "asctime": "2021-01-14 01:07:01,726", + "created": 1610582821.726933, "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": 388.66710662841797, + "msecs": 726.9330024719238, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1709.306001663208, - "thread": 139933697447744, + "relativeCreated": 1692.6500797271729, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -4352,8 +4352,8 @@ "'state_b'", "'state_a'" ], - "asctime": "2020-12-21 01:53:50,388", - "created": 1608512030.388834, + "asctime": "2021-01-14 01:07:01,727", + "created": 1610582821.727049, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4363,14 +4363,14 @@ "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_b' -> 'state_a'", "module": "__init__", - "msecs": 388.83399963378906, + "msecs": 727.0491123199463, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1709.472894668579, - "thread": 139933697447744, + "relativeCreated": 1692.7661895751953, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -4379,8 +4379,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:50,388", - "created": 1608512030.388939, + "asctime": "2021-01-14 01:07:01,727", + "created": 1610582821.727137, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4390,22 +4390,22 @@ "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 388.93890380859375, + "msecs": 727.1370887756348, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1709.5777988433838, - "thread": 139933697447744, + "relativeCreated": 1692.8541660308838, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 3 ], - "asctime": "2020-12-21 01:53:50,389", - "created": 1608512030.389029, + "asctime": "2021-01-14 01:07:01,727", + "created": 1610582821.727212, "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": 389.02902603149414, + "msecs": 727.2119522094727, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1709.6679210662842, - "thread": 139933697447744, + "relativeCreated": 1692.9290294647217, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -4431,8 +4431,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:50,389", - "created": 1608512030.389129, + "asctime": "2021-01-14 01:07:01,727", + "created": 1610582821.727296, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4442,22 +4442,22 @@ "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 389.1289234161377, + "msecs": 727.2961139678955, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1709.7678184509277, - "thread": 139933697447744, + "relativeCreated": 1693.0131912231445, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 4 ], - "asctime": "2020-12-21 01:53:50,389", - "created": 1608512030.389223, + "asctime": "2021-01-14 01:07:01,727", + "created": 1610582821.727369, "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": 389.2230987548828, + "msecs": 727.3690700531006, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1709.8619937896729, - "thread": 139933697447744, + "relativeCreated": 1693.0861473083496, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 5 ], - "asctime": "2020-12-21 01:53:50,389", - "created": 1608512030.389324, + "asctime": "2021-01-14 01:07:01,727", + "created": 1610582821.727462, "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": 389.3239498138428, + "msecs": 727.4620532989502, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1709.9628448486328, - "thread": 139933697447744, + "relativeCreated": 1693.1791305541992, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -4509,8 +4509,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:50,389", - "created": 1608512030.389451, + "asctime": "2021-01-14 01:07:01,727", + "created": 1610582821.727569, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4520,14 +4520,14 @@ "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 389.4510269165039, + "msecs": 727.5691032409668, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1710.089921951294, - "thread": 139933697447744, + "relativeCreated": 1693.2861804962158, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -4536,8 +4536,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:50,389", - "created": 1608512030.389561, + "asctime": "2021-01-14 01:07:01,727", + "created": 1610582821.727654, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4547,22 +4547,22 @@ "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 389.5609378814697, + "msecs": 727.653980255127, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1710.1998329162598, - "thread": 139933697447744, + "relativeCreated": 1693.371057510376, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 6 ], - "asctime": "2020-12-21 01:53:50,389", - "created": 1608512030.389655, + "asctime": "2021-01-14 01:07:01,727", + "created": 1610582821.727727, "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": 389.65511322021484, + "msecs": 727.726936340332, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1710.2940082550049, - "thread": 139933697447744, + "relativeCreated": 1693.444013595581, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -4588,8 +4588,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:50,389", - "created": 1608512030.389757, + "asctime": "2021-01-14 01:07:01,727", + "created": 1610582821.727807, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4599,22 +4599,22 @@ "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 389.7569179534912, + "msecs": 727.8070449829102, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1710.3958129882812, - "thread": 139933697447744, + "relativeCreated": 1693.5241222381592, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 7 ], - "asctime": "2020-12-21 01:53:50,389", - "created": 1608512030.389842, + "asctime": "2021-01-14 01:07:01,727", + "created": 1610582821.727897, "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": 389.84203338623047, + "msecs": 727.8969287872314, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1710.4809284210205, - "thread": 139933697447744, + "relativeCreated": 1693.6140060424805, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 8 ], - "asctime": "2020-12-21 01:53:50,389", - "created": 1608512030.389941, + "asctime": "2021-01-14 01:07:01,727", + "created": 1610582821.72798, "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": 389.9409770965576, + "msecs": 727.9798984527588, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1710.5798721313477, - "thread": 139933697447744, + "relativeCreated": 1693.6969757080078, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -4666,8 +4666,8 @@ "'state_b'", "'state_c'" ], - "asctime": "2020-12-21 01:53:50,390", - "created": 1608512030.390059, + "asctime": "2021-01-14 01:07:01,728", + "created": 1610582821.728081, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4677,39 +4677,39 @@ "lineno": 179, "message": "StateMachine: State change ('condition_c'): 'state_b' -> 'state_c'", "module": "__init__", - "msecs": 390.0589942932129, + "msecs": 728.0809879302979, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1710.697889328003, - "thread": 139933697447744, + "relativeCreated": 1693.7980651855469, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 390.1801109313965, + "msecs": 728.1670570373535, "msg": "Running state machine sequence and storing sequence number for each callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1710.8190059661865, - "thread": 139933697447744, + "relativeCreated": 1693.8841342926025, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.00012111663818359375 + "time_consumption": 8.606910705566406e-05 }, { "args": [], - "asctime": "2020-12-21 01:53:50,390", - "created": 1608512030.390666, + "asctime": "2021-01-14 01:07:01,728", + "created": 1610582821.728941, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "report", "levelname": "INFO", "levelno": 20, - "lineno": 166, + "lineno": 168, "message": "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.", "module": "test", "moduleLogger": [ @@ -4719,8 +4719,8 @@ "[ 2, 5 ]", "" ], - "asctime": "2020-12-21 01:53:50,390", - "created": 1608512030.390276, + "asctime": "2021-01-14 01:07:01,728", + "created": 1610582821.728314, "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": 390.2759552001953, + "msecs": 728.3139228820801, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1710.9148502349854, - "thread": 139933697447744, + "relativeCreated": 1694.031000137329, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -4746,8 +4746,8 @@ "[ 2, 5 ]", "" ], - "asctime": "2020-12-21 01:53:50,390", - "created": 1608512030.390329, + "asctime": "2021-01-14 01:07:01,728", + "created": 1610582821.728397, "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": 390.32888412475586, + "msecs": 728.3968925476074, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1710.967779159546, - "thread": 139933697447744, + "relativeCreated": 1694.1139698028564, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -4773,8 +4773,8 @@ "2", "" ], - "asctime": "2020-12-21 01:53:50,390", - "created": 1608512030.390381, + "asctime": "2021-01-14 01:07:01,728", + "created": 1610582821.728486, "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": 390.3810977935791, + "msecs": 728.4860610961914, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1711.0199928283691, - "thread": 139933697447744, + "relativeCreated": 1694.2031383514404, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -4800,8 +4800,8 @@ "2", "" ], - "asctime": "2020-12-21 01:53:50,390", - "created": 1608512030.390427, + "asctime": "2021-01-14 01:07:01,728", + "created": 1610582821.728561, "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": 390.4271125793457, + "msecs": 728.5609245300293, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1711.0660076141357, - "thread": 139933697447744, + "relativeCreated": 1694.2780017852783, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -4826,25 +4826,25 @@ "2", "" ], - "asctime": "2020-12-21 01:53:50,390", - "created": 1608512030.390475, + "asctime": "2021-01-14 01:07:01,728", + "created": 1610582821.728636, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 1 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 390.4750347137451, + "msecs": 728.6360263824463, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1711.1139297485352, - "thread": 139933697447744, + "relativeCreated": 1694.3531036376953, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -4853,8 +4853,8 @@ "5", "" ], - "asctime": "2020-12-21 01:53:50,390", - "created": 1608512030.390526, + "asctime": "2021-01-14 01:07:01,728", + "created": 1610582821.728717, "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": 390.52605628967285, + "msecs": 728.7170886993408, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1711.164951324463, - "thread": 139933697447744, + "relativeCreated": 1694.4341659545898, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -4880,8 +4880,8 @@ "5", "" ], - "asctime": "2020-12-21 01:53:50,390", - "created": 1608512030.390572, + "asctime": "2021-01-14 01:07:01,728", + "created": 1610582821.728792, "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": 390.57207107543945, + "msecs": 728.7919521331787, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1711.2109661102295, - "thread": 139933697447744, + "relativeCreated": 1694.5090293884277, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -4906,50 +4906,50 @@ "5", "" ], - "asctime": "2020-12-21 01:53:50,390", - "created": 1608512030.390618, + "asctime": "2021-01-14 01:07:01,728", + "created": 1610582821.728866, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 2 is correct (Content 5 and Type is ).", "module": "test", - "msecs": 390.61808586120605, + "msecs": 728.8661003112793, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1711.256980895996, - "thread": 139933697447744, + "relativeCreated": 1694.5831775665283, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 390.66600799560547, + "msecs": 728.9409637451172, "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": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1711.3049030303955, - "thread": 139933697447744, + "relativeCreated": 1694.6580410003662, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 4.792213439941406e-05 + "time_consumption": 7.486343383789062e-05 }, { "args": [], - "asctime": "2020-12-21 01:53:50,391", - "created": 1608512030.391142, + "asctime": "2021-01-14 01:07:01,729", + "created": 1610582821.729683, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "report", "levelname": "INFO", "levelno": 20, - "lineno": 166, + "lineno": 168, "message": "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.", "module": "test", "moduleLogger": [ @@ -4959,8 +4959,8 @@ "[ 3, 6 ]", "" ], - "asctime": "2020-12-21 01:53:50,390", - "created": 1608512030.390752, + "asctime": "2021-01-14 01:07:01,729", + "created": 1610582821.729072, "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": 390.75207710266113, + "msecs": 729.072093963623, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1711.3909721374512, - "thread": 139933697447744, + "relativeCreated": 1694.789171218872, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -4986,8 +4986,8 @@ "[ 3, 6 ]", "" ], - "asctime": "2020-12-21 01:53:50,390", - "created": 1608512030.390803, + "asctime": "2021-01-14 01:07:01,729", + "created": 1610582821.729162, "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": 390.80309867858887, + "msecs": 729.1619777679443, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1711.441993713379, - "thread": 139933697447744, + "relativeCreated": 1694.8790550231934, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -5013,8 +5013,8 @@ "3", "" ], - "asctime": "2020-12-21 01:53:50,390", - "created": 1608512030.390857, + "asctime": "2021-01-14 01:07:01,729", + "created": 1610582821.729242, "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": 390.8569812774658, + "msecs": 729.2420864105225, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1711.4958763122559, - "thread": 139933697447744, + "relativeCreated": 1694.9591636657715, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -5040,8 +5040,8 @@ "3", "" ], - "asctime": "2020-12-21 01:53:50,390", - "created": 1608512030.390903, + "asctime": "2021-01-14 01:07:01,729", + "created": 1610582821.729313, "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": 390.9029960632324, + "msecs": 729.3128967285156, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1711.5418910980225, - "thread": 139933697447744, + "relativeCreated": 1695.0299739837646, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -5066,25 +5066,25 @@ "3", "" ], - "asctime": "2020-12-21 01:53:50,390", - "created": 1608512030.39095, + "asctime": "2021-01-14 01:07:01,729", + "created": 1610582821.729391, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 1 is correct (Content 3 and Type is ).", "module": "test", - "msecs": 390.94996452331543, + "msecs": 729.3910980224609, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1711.5888595581055, - "thread": 139933697447744, + "relativeCreated": 1695.10817527771, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -5093,8 +5093,8 @@ "6", "" ], - "asctime": "2020-12-21 01:53:50,391", - "created": 1608512030.391001, + "asctime": "2021-01-14 01:07:01,729", + "created": 1610582821.72947, "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": 391.00098609924316, + "msecs": 729.4700145721436, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1711.6398811340332, - "thread": 139933697447744, + "relativeCreated": 1695.1870918273926, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -5120,8 +5120,8 @@ "6", "" ], - "asctime": "2020-12-21 01:53:50,391", - "created": 1608512030.391047, + "asctime": "2021-01-14 01:07:01,729", + "created": 1610582821.729541, "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": 391.04700088500977, + "msecs": 729.5410633087158, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1711.6858959197998, - "thread": 139933697447744, + "relativeCreated": 1695.2581405639648, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -5146,50 +5146,50 @@ "6", "" ], - "asctime": "2020-12-21 01:53:50,391", - "created": 1608512030.391096, + "asctime": "2021-01-14 01:07:01,729", + "created": 1610582821.729613, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 2 is correct (Content 6 and Type is ).", "module": "test", - "msecs": 391.0961151123047, + "msecs": 729.6130657196045, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1711.7350101470947, - "thread": 139933697447744, + "relativeCreated": 1695.3301429748535, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 391.1418914794922, + "msecs": 729.6829223632812, "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": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1711.7807865142822, - "thread": 139933697447744, + "relativeCreated": 1695.3999996185303, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 4.57763671875e-05 + "time_consumption": 6.985664367675781e-05 } ], - "thread": 139933697447744, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.003084897994995117, - "time_finished": "2020-12-21 01:53:50,391", - "time_start": "2020-12-21 01:53:50,388" + "time_consumption": 0.0032320022583007812, + "time_finished": "2021-01-14 01:07:01,729", + "time_start": "2021-01-14 01:07:01,726" }, "_bDqbMHcrEemrUqotql_Blw": { "args": null, - "asctime": "2020-12-21 01:53:48,737", - "created": 1608512028.737975, + "asctime": "2021-01-14 01:07:00,076", + "created": 1610582820.076328, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5200,18 +5200,18 @@ "message": "_bDqbMHcrEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 737.9748821258545, + "msecs": 76.32803916931152, "msg": "_bDqbMHcrEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 58.61377716064453, + "relativeCreated": 42.04511642456055, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:48,738", - "created": 1608512028.738092, + "asctime": "2021-01-14 01:07:00,076", + "created": 1610582820.076445, "exc_info": null, "exc_text": null, "filename": "test_init.py", @@ -5229,8 +5229,8 @@ "None", "'state_c'" ], - "asctime": "2020-12-21 01:53:48,738", - "created": 1608512028.738044, + "asctime": "2021-01-14 01:07:00,076", + "created": 1610582820.076398, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5240,42 +5240,42 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_c'", "module": "__init__", - "msecs": 738.044023513794, + "msecs": 76.39789581298828, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 58.682918548583984, - "thread": 139933697447744, + "relativeCreated": 42.114973068237305, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 738.0919456481934, + "msecs": 76.44510269165039, "msg": "Initialising the state machine with state_c", "name": "__tLogger__", "pathname": "src/tests/test_init.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 58.7308406829834, - "thread": 139933697447744, + "relativeCreated": 42.162179946899414, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 4.792213439941406e-05 + "time_consumption": 4.7206878662109375e-05 }, { "args": [ "None", "" ], - "asctime": "2020-12-21 01:53:48,738", - "created": 1608512028.738323, + "asctime": "2021-01-14 01:07:00,076", + "created": 1610582820.076584, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Last state after initialisation is correct (Content None and Type is ).", "module": "test", "moduleLogger": [ @@ -5285,8 +5285,8 @@ "None", "" ], - "asctime": "2020-12-21 01:53:48,738", - "created": 1608512028.738237, + "asctime": "2021-01-14 01:07:00,076", + "created": 1610582820.076505, "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": 738.2369041442871, + "msecs": 76.50494575500488, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 58.87579917907715, - "thread": 139933697447744, + "relativeCreated": 42.222023010253906, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -5312,8 +5312,8 @@ "None", "" ], - "asctime": "2020-12-21 01:53:48,738", - "created": 1608512028.738279, + "asctime": "2021-01-14 01:07:00,076", + "created": 1610582820.076545, "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": 738.2791042327881, + "msecs": 76.54500007629395, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 58.917999267578125, - "thread": 139933697447744, + "relativeCreated": 42.26207733154297, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 738.3229732513428, + "msecs": 76.5841007232666, "msg": "Last state after initialisation is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 58.96186828613281, - "thread": 139933697447744, + "relativeCreated": 42.301177978515625, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 4.38690185546875e-05 + "time_consumption": 3.910064697265625e-05 } ], - "thread": 139933697447744, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.00034809112548828125, - "time_finished": "2020-12-21 01:53:48,738", - "time_start": "2020-12-21 01:53:48,737" + "time_consumption": 0.0002560615539550781, + "time_finished": "2021-01-14 01:07:00,076", + "time_start": "2021-01-14 01:07:00,076" }, "_b_t78Hb4EemzkK7kGUMNfw": { "args": null, - "asctime": "2020-12-21 01:53:50,391", - "created": 1608512030.391286, + "asctime": "2021-01-14 01:07:01,729", + "created": 1610582821.72991, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5366,18 +5366,18 @@ "message": "_b_t78Hb4EemzkK7kGUMNfw", "module": "__init__", "moduleLogger": [], - "msecs": 391.28589630126953, + "msecs": 729.9098968505859, "msg": "_b_t78Hb4EemzkK7kGUMNfw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1711.9247913360596, + "relativeCreated": 1695.626974105835, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:50,392", - "created": 1608512030.392298, + "asctime": "2021-01-14 01:07:01,731", + "created": 1610582821.731697, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -5395,8 +5395,8 @@ "None", "'state_a'" ], - "asctime": "2020-12-21 01:53:50,391", - "created": 1608512030.391377, + "asctime": "2021-01-14 01:07:01,730", + "created": 1610582821.730052, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5406,22 +5406,22 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 391.3769721984863, + "msecs": 730.0519943237305, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1712.0158672332764, - "thread": 139933697447744, + "relativeCreated": 1695.7690715789795, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 1 ], - "asctime": "2020-12-21 01:53:50,391", - "created": 1608512030.391449, + "asctime": "2021-01-14 01:07:01,730", + "created": 1610582821.730169, "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": 391.448974609375, + "msecs": 730.1690578460693, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1712.087869644165, - "thread": 139933697447744, + "relativeCreated": 1695.8861351013184, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -5448,8 +5448,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:50,391", - "created": 1608512030.391536, + "asctime": "2021-01-14 01:07:01,730", + "created": 1610582821.730306, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5459,14 +5459,14 @@ "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 391.53599739074707, + "msecs": 730.3059101104736, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1712.174892425537, - "thread": 139933697447744, + "relativeCreated": 1696.0229873657227, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -5475,8 +5475,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:50,391", - "created": 1608512030.391593, + "asctime": "2021-01-14 01:07:01,730", + "created": 1610582821.730405, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5486,22 +5486,22 @@ "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 391.59297943115234, + "msecs": 730.4050922393799, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1712.2318744659424, - "thread": 139933697447744, + "relativeCreated": 1696.122169494629, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 2 ], - "asctime": "2020-12-21 01:53:50,391", - "created": 1608512030.391642, + "asctime": "2021-01-14 01:07:01,730", + "created": 1610582821.730483, "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": 391.64209365844727, + "msecs": 730.4830551147461, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1712.2809886932373, - "thread": 139933697447744, + "relativeCreated": 1696.2001323699951, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -5527,8 +5527,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:50,391", - "created": 1608512030.391696, + "asctime": "2021-01-14 01:07:01,730", + "created": 1610582821.730572, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5538,22 +5538,22 @@ "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 391.6959762573242, + "msecs": 730.571985244751, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1712.3348712921143, - "thread": 139933697447744, + "relativeCreated": 1696.2890625, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 3 ], - "asctime": "2020-12-21 01:53:50,391", - "created": 1608512030.39175, + "asctime": "2021-01-14 01:07:01,730", + "created": 1610582821.730645, "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": 391.7500972747803, + "msecs": 730.644941329956, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1712.3889923095703, - "thread": 139933697447744, + "relativeCreated": 1696.362018585205, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 4 ], - "asctime": "2020-12-21 01:53:50,391", - "created": 1608512030.391795, + "asctime": "2021-01-14 01:07:01,730", + "created": 1610582821.730734, "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": 391.79491996765137, + "msecs": 730.73410987854, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1712.4338150024414, - "thread": 139933697447744, + "relativeCreated": 1696.451187133789, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -5605,8 +5605,8 @@ "'state_b'", "'state_a'" ], - "asctime": "2020-12-21 01:53:50,391", - "created": 1608512030.391849, + "asctime": "2021-01-14 01:07:01,730", + "created": 1610582821.730838, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5616,22 +5616,22 @@ "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_b' -> 'state_a'", "module": "__init__", - "msecs": 391.8490409851074, + "msecs": 730.8380603790283, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1712.4879360198975, - "thread": 139933697447744, + "relativeCreated": 1696.5551376342773, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 5 ], - "asctime": "2020-12-21 01:53:50,391", - "created": 1608512030.391895, + "asctime": "2021-01-14 01:07:01,730", + "created": 1610582821.730927, "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": 391.895055770874, + "msecs": 730.9269905090332, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1712.533950805664, - "thread": 139933697447744, + "relativeCreated": 1696.6440677642822, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -5658,8 +5658,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:50,391", - "created": 1608512030.39195, + "asctime": "2021-01-14 01:07:01,731", + "created": 1610582821.73105, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5669,14 +5669,14 @@ "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 391.9498920440674, + "msecs": 731.0500144958496, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1712.5887870788574, - "thread": 139933697447744, + "relativeCreated": 1696.7670917510986, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -5685,8 +5685,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:50,391", - "created": 1608512030.391994, + "asctime": "2021-01-14 01:07:01,731", + "created": 1610582821.731175, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5696,22 +5696,22 @@ "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 391.9939994812012, + "msecs": 731.1749458312988, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1712.6328945159912, - "thread": 139933697447744, + "relativeCreated": 1696.8920230865479, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 6 ], - "asctime": "2020-12-21 01:53:50,392", - "created": 1608512030.392054, + "asctime": "2021-01-14 01:07:01,731", + "created": 1610582821.731252, "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": 392.05408096313477, + "msecs": 731.2519550323486, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1712.6929759979248, - "thread": 139933697447744, + "relativeCreated": 1696.9690322875977, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -5737,8 +5737,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:50,392", - "created": 1608512030.39211, + "asctime": "2021-01-14 01:07:01,731", + "created": 1610582821.73134, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5748,22 +5748,22 @@ "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 392.11010932922363, + "msecs": 731.3399314880371, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1712.7490043640137, - "thread": 139933697447744, + "relativeCreated": 1697.0570087432861, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 7 ], - "asctime": "2020-12-21 01:53:50,392", - "created": 1608512030.392147, + "asctime": "2021-01-14 01:07:01,731", + "created": 1610582821.731414, "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": 392.1470642089844, + "msecs": 731.4140796661377, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1712.7859592437744, - "thread": 139933697447744, + "relativeCreated": 1697.1311569213867, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 8 ], - "asctime": "2020-12-21 01:53:50,392", - "created": 1608512030.3922, + "asctime": "2021-01-14 01:07:01,731", + "created": 1610582821.731505, "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": 392.1999931335449, + "msecs": 731.5049171447754, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1712.838888168335, - "thread": 139933697447744, + "relativeCreated": 1697.2219944000244, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -5815,8 +5815,8 @@ "'state_b'", "'state_c'" ], - "asctime": "2020-12-21 01:53:50,392", - "created": 1608512030.392252, + "asctime": "2021-01-14 01:07:01,731", + "created": 1610582821.73161, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5826,39 +5826,39 @@ "lineno": 179, "message": "StateMachine: State change ('condition_c'): 'state_b' -> 'state_c'", "module": "__init__", - "msecs": 392.25196838378906, + "msecs": 731.6100597381592, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1712.890863418579, - "thread": 139933697447744, + "relativeCreated": 1697.3271369934082, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 392.29798316955566, + "msecs": 731.6970825195312, "msg": "Running state machine sequence and storing sequence number for each callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1712.9368782043457, - "thread": 139933697447744, + "relativeCreated": 1697.4141597747803, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 4.601478576660156e-05 + "time_consumption": 8.702278137207031e-05 }, { "args": [], - "asctime": "2020-12-21 01:53:50,392", - "created": 1608512030.392697, + "asctime": "2021-01-14 01:07:01,732", + "created": 1610582821.73245, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "report", "levelname": "INFO", "levelno": 20, - "lineno": 166, + "lineno": 168, "message": "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.", "module": "test", "moduleLogger": [ @@ -5868,8 +5868,8 @@ "[ 1, 5 ]", "" ], - "asctime": "2020-12-21 01:53:50,392", - "created": 1608512030.392376, + "asctime": "2021-01-14 01:07:01,731", + "created": 1610582821.731844, "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": 392.3759460449219, + "msecs": 731.8439483642578, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1713.014841079712, - "thread": 139933697447744, + "relativeCreated": 1697.5610256195068, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -5895,8 +5895,8 @@ "[ 1, 5 ]", "" ], - "asctime": "2020-12-21 01:53:50,392", - "created": 1608512030.392421, + "asctime": "2021-01-14 01:07:01,731", + "created": 1610582821.731927, "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": 392.42100715637207, + "msecs": 731.9269180297852, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1713.059902191162, - "thread": 139933697447744, + "relativeCreated": 1697.6439952850342, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -5922,8 +5922,8 @@ "1", "" ], - "asctime": "2020-12-21 01:53:50,392", - "created": 1608512030.392464, + "asctime": "2021-01-14 01:07:01,732", + "created": 1610582821.732007, "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": 392.46392250061035, + "msecs": 732.0070266723633, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1713.1028175354004, - "thread": 139933697447744, + "relativeCreated": 1697.7241039276123, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -5949,8 +5949,8 @@ "1", "" ], - "asctime": "2020-12-21 01:53:50,392", - "created": 1608512030.392505, + "asctime": "2021-01-14 01:07:01,732", + "created": 1610582821.732079, "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": 392.5049304962158, + "msecs": 732.079029083252, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1713.1438255310059, - "thread": 139933697447744, + "relativeCreated": 1697.796106338501, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -5975,25 +5975,25 @@ "1", "" ], - "asctime": "2020-12-21 01:53:50,392", - "created": 1608512030.392544, + "asctime": "2021-01-14 01:07:01,732", + "created": 1610582821.732153, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 1 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 392.5440311431885, + "msecs": 732.1529388427734, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1713.1829261779785, - "thread": 139933697447744, + "relativeCreated": 1697.8700160980225, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -6002,8 +6002,8 @@ "5", "" ], - "asctime": "2020-12-21 01:53:50,392", - "created": 1608512030.392584, + "asctime": "2021-01-14 01:07:01,732", + "created": 1610582821.732236, "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": 392.58408546447754, + "msecs": 732.2359085083008, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1713.2229804992676, - "thread": 139933697447744, + "relativeCreated": 1697.9529857635498, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -6029,8 +6029,8 @@ "5", "" ], - "asctime": "2020-12-21 01:53:50,392", - "created": 1608512030.392622, + "asctime": "2021-01-14 01:07:01,732", + "created": 1610582821.732308, "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": 392.6219940185547, + "msecs": 732.3079109191895, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1713.2608890533447, - "thread": 139933697447744, + "relativeCreated": 1698.0249881744385, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -6055,50 +6055,50 @@ "5", "" ], - "asctime": "2020-12-21 01:53:50,392", - "created": 1608512030.39266, + "asctime": "2021-01-14 01:07:01,732", + "created": 1610582821.73238, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 2 is correct (Content 5 and Type is ).", "module": "test", - "msecs": 392.65990257263184, + "msecs": 732.3799133300781, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1713.2987976074219, - "thread": 139933697447744, + "relativeCreated": 1698.0969905853271, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 392.6970958709717, + "msecs": 732.450008392334, "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": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1713.3359909057617, - "thread": 139933697447744, + "relativeCreated": 1698.167085647583, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 3.719329833984375e-05 + "time_consumption": 7.009506225585938e-05 }, { "args": [], - "asctime": "2020-12-21 01:53:50,393", - "created": 1608512030.393085, + "asctime": "2021-01-14 01:07:01,733", + "created": 1610582821.733177, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "report", "levelname": "INFO", "levelno": 20, - "lineno": 166, + "lineno": 168, "message": "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.", "module": "test", "moduleLogger": [ @@ -6108,8 +6108,8 @@ "[ 2, 6 ]", "" ], - "asctime": "2020-12-21 01:53:50,392", - "created": 1608512030.392771, + "asctime": "2021-01-14 01:07:01,732", + "created": 1610582821.732585, "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": 392.77100563049316, + "msecs": 732.5849533081055, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1713.4099006652832, - "thread": 139933697447744, + "relativeCreated": 1698.3020305633545, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -6135,8 +6135,8 @@ "[ 2, 6 ]", "" ], - "asctime": "2020-12-21 01:53:50,392", - "created": 1608512030.392813, + "asctime": "2021-01-14 01:07:01,732", + "created": 1610582821.732665, "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": 392.81296730041504, + "msecs": 732.6650619506836, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1713.451862335205, - "thread": 139933697447744, + "relativeCreated": 1698.3821392059326, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -6162,8 +6162,8 @@ "2", "" ], - "asctime": "2020-12-21 01:53:50,392", - "created": 1608512030.392854, + "asctime": "2021-01-14 01:07:01,732", + "created": 1610582821.732747, "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": 392.8539752960205, + "msecs": 732.7470779418945, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1713.4928703308105, - "thread": 139933697447744, + "relativeCreated": 1698.4641551971436, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -6189,8 +6189,8 @@ "2", "" ], - "asctime": "2020-12-21 01:53:50,392", - "created": 1608512030.392892, + "asctime": "2021-01-14 01:07:01,732", + "created": 1610582821.732818, "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": 392.89188385009766, + "msecs": 732.8178882598877, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1713.5307788848877, - "thread": 139933697447744, + "relativeCreated": 1698.5349655151367, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -6215,25 +6215,25 @@ "2", "" ], - "asctime": "2020-12-21 01:53:50,392", - "created": 1608512030.39293, + "asctime": "2021-01-14 01:07:01,732", + "created": 1610582821.732892, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 1 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 392.9300308227539, + "msecs": 732.8920364379883, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1713.568925857544, - "thread": 139933697447744, + "relativeCreated": 1698.6091136932373, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -6242,8 +6242,8 @@ "6", "" ], - "asctime": "2020-12-21 01:53:50,392", - "created": 1608512030.392974, + "asctime": "2021-01-14 01:07:01,732", + "created": 1610582821.732967, "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": 392.9738998413086, + "msecs": 732.9668998718262, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1713.6127948760986, - "thread": 139933697447744, + "relativeCreated": 1698.6839771270752, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -6269,8 +6269,8 @@ "6", "" ], - "asctime": "2020-12-21 01:53:50,393", - "created": 1608512030.393011, + "asctime": "2021-01-14 01:07:01,733", + "created": 1610582821.733042, "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": 393.01109313964844, + "msecs": 733.0420017242432, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1713.6499881744385, - "thread": 139933697447744, + "relativeCreated": 1698.7590789794922, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -6295,50 +6295,50 @@ "6", "" ], - "asctime": "2020-12-21 01:53:50,393", - "created": 1608512030.393049, + "asctime": "2021-01-14 01:07:01,733", + "created": 1610582821.733132, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 2 is correct (Content 6 and Type is ).", "module": "test", - "msecs": 393.0490016937256, + "msecs": 733.1318855285645, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1713.6878967285156, - "thread": 139933697447744, + "relativeCreated": 1698.8489627838135, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 393.0850028991699, + "msecs": 733.1769466400146, "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": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1713.72389793396, - "thread": 139933697447744, + "relativeCreated": 1698.8940238952637, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 3.600120544433594e-05 + "time_consumption": 4.506111145019531e-05 } ], - "thread": 139933697447744, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.0017991065979003906, - "time_finished": "2020-12-21 01:53:50,393", - "time_start": "2020-12-21 01:53:50,391" + "time_consumption": 0.003267049789428711, + "time_finished": "2021-01-14 01:07:01,733", + "time_start": "2021-01-14 01:07:01,729" }, "_e4QPUHb4EemzkK7kGUMNfw": { "args": null, - "asctime": "2020-12-21 01:53:50,393", - "created": 1608512030.393205, + "asctime": "2021-01-14 01:07:01,733", + "created": 1610582821.733319, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6349,18 +6349,18 @@ "message": "_e4QPUHb4EemzkK7kGUMNfw", "module": "__init__", "moduleLogger": [], - "msecs": 393.204927444458, + "msecs": 733.3190441131592, "msg": "_e4QPUHb4EemzkK7kGUMNfw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1713.843822479248, + "relativeCreated": 1699.0361213684082, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:50,394", - "created": 1608512030.394454, + "asctime": "2021-01-14 01:07:01,734", + "created": 1610582821.734697, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -6378,8 +6378,8 @@ "None", "'state_a'" ], - "asctime": "2020-12-21 01:53:50,393", - "created": 1608512030.39328, + "asctime": "2021-01-14 01:07:01,733", + "created": 1610582821.733409, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6389,22 +6389,22 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 393.280029296875, + "msecs": 733.4089279174805, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1713.918924331665, - "thread": 139933697447744, + "relativeCreated": 1699.1260051727295, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 1 ], - "asctime": "2020-12-21 01:53:50,393", - "created": 1608512030.393338, + "asctime": "2021-01-14 01:07:01,733", + "created": 1610582821.73348, "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": 393.3379650115967, + "msecs": 733.4799766540527, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1713.9768600463867, - "thread": 139933697447744, + "relativeCreated": 1699.1970539093018, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -6431,8 +6431,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:50,393", - "created": 1608512030.393404, + "asctime": "2021-01-14 01:07:01,733", + "created": 1610582821.733557, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6442,14 +6442,14 @@ "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 393.4040069580078, + "msecs": 733.5569858551025, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1714.0429019927979, - "thread": 139933697447744, + "relativeCreated": 1699.2740631103516, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -6458,8 +6458,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:50,393", - "created": 1608512030.393451, + "asctime": "2021-01-14 01:07:01,733", + "created": 1610582821.733613, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6469,22 +6469,22 @@ "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 393.4509754180908, + "msecs": 733.6130142211914, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1714.0898704528809, - "thread": 139933697447744, + "relativeCreated": 1699.3300914764404, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 2 ], - "asctime": "2020-12-21 01:53:50,393", - "created": 1608512030.393493, + "asctime": "2021-01-14 01:07:01,733", + "created": 1610582821.733661, "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": 393.4929370880127, + "msecs": 733.6609363555908, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1714.1318321228027, - "thread": 139933697447744, + "relativeCreated": 1699.3780136108398, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -6510,8 +6510,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:50,393", - "created": 1608512030.393537, + "asctime": "2021-01-14 01:07:01,733", + "created": 1610582821.733716, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6521,22 +6521,22 @@ "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 393.5370445251465, + "msecs": 733.7160110473633, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1714.1759395599365, - "thread": 139933697447744, + "relativeCreated": 1699.4330883026123, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 3 ], - "asctime": "2020-12-21 01:53:50,393", - "created": 1608512030.393576, + "asctime": "2021-01-14 01:07:01,733", + "created": 1610582821.733761, "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": 393.57590675354004, + "msecs": 733.7610721588135, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1714.21480178833, - "thread": 139933697447744, + "relativeCreated": 1699.4781494140625, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 4 ], - "asctime": "2020-12-21 01:53:50,393", - "created": 1608512030.393621, + "asctime": "2021-01-14 01:07:01,733", + "created": 1610582821.733825, "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": 393.62096786499023, + "msecs": 733.8249683380127, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1714.2598628997803, - "thread": 139933697447744, + "relativeCreated": 1699.5420455932617, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -6588,8 +6588,8 @@ "'state_b'", "'state_a'" ], - "asctime": "2020-12-21 01:53:50,393", - "created": 1608512030.393678, + "asctime": "2021-01-14 01:07:01,733", + "created": 1610582821.733885, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6599,14 +6599,14 @@ "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_b' -> 'state_a'", "module": "__init__", - "msecs": 393.6779499053955, + "msecs": 733.8850498199463, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1714.3168449401855, - "thread": 139933697447744, + "relativeCreated": 1699.6021270751953, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -6615,8 +6615,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:50,393", - "created": 1608512030.393722, + "asctime": "2021-01-14 01:07:01,733", + "created": 1610582821.733934, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6626,22 +6626,22 @@ "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 393.7220573425293, + "msecs": 733.9339256286621, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1714.3609523773193, - "thread": 139933697447744, + "relativeCreated": 1699.6510028839111, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 5 ], - "asctime": "2020-12-21 01:53:50,393", - "created": 1608512030.393767, + "asctime": "2021-01-14 01:07:01,733", + "created": 1610582821.73398, "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": 393.7671184539795, + "msecs": 733.9799404144287, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1714.4060134887695, - "thread": 139933697447744, + "relativeCreated": 1699.6970176696777, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -6667,8 +6667,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:50,393", - "created": 1608512030.393812, + "asctime": "2021-01-14 01:07:01,734", + "created": 1610582821.734027, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6678,22 +6678,22 @@ "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 393.8119411468506, + "msecs": 734.0269088745117, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1714.4508361816406, - "thread": 139933697447744, + "relativeCreated": 1699.7439861297607, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 6 ], - "asctime": "2020-12-21 01:53:50,393", - "created": 1608512030.393852, + "asctime": "2021-01-14 01:07:01,734", + "created": 1610582821.734069, "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": 393.85199546813965, + "msecs": 734.0691089630127, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1714.4908905029297, - "thread": 139933697447744, + "relativeCreated": 1699.7861862182617, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 7 ], - "asctime": "2020-12-21 01:53:50,393", - "created": 1608512030.393895, + "asctime": "2021-01-14 01:07:01,734", + "created": 1610582821.734124, "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": 393.89491081237793, + "msecs": 734.123945236206, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1714.533805847168, - "thread": 139933697447744, + "relativeCreated": 1699.841022491455, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -6745,8 +6745,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:50,393", - "created": 1608512030.393947, + "asctime": "2021-01-14 01:07:01,734", + "created": 1610582821.734182, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6756,14 +6756,14 @@ "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 393.94688606262207, + "msecs": 734.1818809509277, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1714.585781097412, - "thread": 139933697447744, + "relativeCreated": 1699.8989582061768, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -6772,8 +6772,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:50,393", - "created": 1608512030.393991, + "asctime": "2021-01-14 01:07:01,734", + "created": 1610582821.73423, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6783,22 +6783,22 @@ "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 393.99099349975586, + "msecs": 734.2300415039062, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1714.629888534546, - "thread": 139933697447744, + "relativeCreated": 1699.9471187591553, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 8 ], - "asctime": "2020-12-21 01:53:50,394", - "created": 1608512030.394029, + "asctime": "2021-01-14 01:07:01,734", + "created": 1610582821.734273, "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": 394.028902053833, + "msecs": 734.2729568481445, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1714.667797088623, - "thread": 139933697447744, + "relativeCreated": 1699.9900341033936, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -6824,8 +6824,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:50,394", - "created": 1608512030.394074, + "asctime": "2021-01-14 01:07:01,734", + "created": 1610582821.734319, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6835,22 +6835,22 @@ "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 394.0739631652832, + "msecs": 734.3189716339111, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1714.7128582000732, - "thread": 139933697447744, + "relativeCreated": 1700.0360488891602, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 9 ], - "asctime": "2020-12-21 01:53:50,394", - "created": 1608512030.394111, + "asctime": "2021-01-14 01:07:01,734", + "created": 1610582821.734361, "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": 394.11091804504395, + "msecs": 734.360933303833, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1714.749813079834, - "thread": 139933697447744, + "relativeCreated": 1700.078010559082, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 10 ], - "asctime": "2020-12-21 01:53:50,394", - "created": 1608512030.394193, + "asctime": "2021-01-14 01:07:01,734", + "created": 1610582821.734412, "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": 394.1929340362549, + "msecs": 734.4119548797607, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1714.831829071045, - "thread": 139933697447744, + "relativeCreated": 1700.1290321350098, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -6902,8 +6902,8 @@ "'state_b'", "'state_c'" ], - "asctime": "2020-12-21 01:53:50,394", - "created": 1608512030.394248, + "asctime": "2021-01-14 01:07:01,734", + "created": 1610582821.734471, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6913,14 +6913,14 @@ "lineno": 179, "message": "StateMachine: State change ('condition_c'): 'state_b' -> 'state_c'", "module": "__init__", - "msecs": 394.24800872802734, + "msecs": 734.4710826873779, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1714.8869037628174, - "thread": 139933697447744, + "relativeCreated": 1700.188159942627, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -6929,8 +6929,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:50,394", - "created": 1608512030.394294, + "asctime": "2021-01-14 01:07:01,734", + "created": 1610582821.734519, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6940,22 +6940,22 @@ "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 394.29402351379395, + "msecs": 734.5190048217773, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1714.932918548584, - "thread": 139933697447744, + "relativeCreated": 1700.2360820770264, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 11 ], - "asctime": "2020-12-21 01:53:50,394", - "created": 1608512030.394332, + "asctime": "2021-01-14 01:07:01,734", + "created": 1610582821.734562, "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": 394.3319320678711, + "msecs": 734.5619201660156, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1714.9708271026611, - "thread": 139933697447744, + "relativeCreated": 1700.2789974212646, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -6981,8 +6981,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:50,394", - "created": 1608512030.394374, + "asctime": "2021-01-14 01:07:01,734", + "created": 1610582821.73461, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6992,22 +6992,22 @@ "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 394.37389373779297, + "msecs": 734.6100807189941, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1715.012788772583, - "thread": 139933697447744, + "relativeCreated": 1700.3271579742432, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 12 ], - "asctime": "2020-12-21 01:53:50,394", - "created": 1608512030.394411, + "asctime": "2021-01-14 01:07:01,734", + "created": 1610582821.734651, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -7017,39 +7017,39 @@ "lineno": 24, "message": "Increasing sequence number to 12 caused by callback_execution", "module": "test_callbacks", - "msecs": 394.4110870361328, + "msecs": 734.6510887145996, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1715.0499820709229, - "thread": 139933697447744, + "relativeCreated": 1700.3681659698486, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 394.4540023803711, + "msecs": 734.6971035003662, "msg": "Running state machine sequence and storing sequence number for each callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1715.0928974151611, - "thread": 139933697447744, + "relativeCreated": 1700.4141807556152, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 4.291534423828125e-05 + "time_consumption": 4.601478576660156e-05 }, { "args": [], - "asctime": "2020-12-21 01:53:50,395", - "created": 1608512030.39515, + "asctime": "2021-01-14 01:07:01,735", + "created": 1610582821.73534, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "report", "levelname": "INFO", "levelno": 20, - "lineno": 166, + "lineno": 168, "message": "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.", "module": "test", "moduleLogger": [ @@ -7059,8 +7059,8 @@ "[ 1, 4, 7, 10 ]", "" ], - "asctime": "2020-12-21 01:53:50,394", - "created": 1608512030.394534, + "asctime": "2021-01-14 01:07:01,734", + "created": 1610582821.734784, "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": 394.5341110229492, + "msecs": 734.7838878631592, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1715.1730060577393, - "thread": 139933697447744, + "relativeCreated": 1700.5009651184082, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -7086,8 +7086,8 @@ "[ 1, 4, 7, 10 ]", "" ], - "asctime": "2020-12-21 01:53:50,394", - "created": 1608512030.394579, + "asctime": "2021-01-14 01:07:01,734", + "created": 1610582821.734833, "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": 394.5789337158203, + "msecs": 734.8330020904541, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1715.2178287506104, - "thread": 139933697447744, + "relativeCreated": 1700.5500793457031, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -7113,8 +7113,8 @@ "1", "" ], - "asctime": "2020-12-21 01:53:50,394", - "created": 1608512030.394622, + "asctime": "2021-01-14 01:07:01,734", + "created": 1610582821.734886, "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": 394.6220874786377, + "msecs": 734.8859310150146, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1715.2609825134277, - "thread": 139933697447744, + "relativeCreated": 1700.6030082702637, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -7140,8 +7140,8 @@ "1", "" ], - "asctime": "2020-12-21 01:53:50,394", - "created": 1608512030.394663, + "asctime": "2021-01-14 01:07:01,734", + "created": 1610582821.734923, "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": 394.66309547424316, + "msecs": 734.9228858947754, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1715.3019905090332, - "thread": 139933697447744, + "relativeCreated": 1700.6399631500244, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -7166,25 +7166,25 @@ "1", "" ], - "asctime": "2020-12-21 01:53:50,394", - "created": 1608512030.394713, + "asctime": "2021-01-14 01:07:01,734", + "created": 1610582821.734963, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 1 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 394.7129249572754, + "msecs": 734.9629402160645, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1715.3518199920654, - "thread": 139933697447744, + "relativeCreated": 1700.6800174713135, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -7193,8 +7193,8 @@ "4", "" ], - "asctime": "2020-12-21 01:53:50,394", - "created": 1608512030.394757, + "asctime": "2021-01-14 01:07:01,735", + "created": 1610582821.735001, "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": 394.7570323944092, + "msecs": 735.0010871887207, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1715.3959274291992, - "thread": 139933697447744, + "relativeCreated": 1700.7181644439697, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -7220,8 +7220,8 @@ "4", "" ], - "asctime": "2020-12-21 01:53:50,394", - "created": 1608512030.394795, + "asctime": "2021-01-14 01:07:01,735", + "created": 1610582821.735037, "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": 394.7949409484863, + "msecs": 735.037088394165, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1715.4338359832764, - "thread": 139933697447744, + "relativeCreated": 1700.754165649414, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -7246,25 +7246,25 @@ "4", "" ], - "asctime": "2020-12-21 01:53:50,394", - "created": 1608512030.394851, + "asctime": "2021-01-14 01:07:01,735", + "created": 1610582821.735076, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 2 is correct (Content 4 and Type is ).", "module": "test", - "msecs": 394.8509693145752, + "msecs": 735.0759506225586, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1715.4898643493652, - "thread": 139933697447744, + "relativeCreated": 1700.7930278778076, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -7273,8 +7273,8 @@ "7", "" ], - "asctime": "2020-12-21 01:53:50,394", - "created": 1608512030.394893, + "asctime": "2021-01-14 01:07:01,735", + "created": 1610582821.735118, "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": 394.89293098449707, + "msecs": 735.1179122924805, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1715.531826019287, - "thread": 139933697447744, + "relativeCreated": 1700.8349895477295, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -7300,8 +7300,8 @@ "7", "" ], - "asctime": "2020-12-21 01:53:50,394", - "created": 1608512030.394942, + "asctime": "2021-01-14 01:07:01,735", + "created": 1610582821.735154, "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": 394.942045211792, + "msecs": 735.1539134979248, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1715.580940246582, - "thread": 139933697447744, + "relativeCreated": 1700.8709907531738, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -7326,25 +7326,25 @@ "7", "" ], - "asctime": "2020-12-21 01:53:50,394", - "created": 1608512030.394981, + "asctime": "2021-01-14 01:07:01,735", + "created": 1610582821.735191, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 3 is correct (Content 7 and Type is ).", "module": "test", - "msecs": 394.98090744018555, + "msecs": 735.1911067962646, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1715.6198024749756, - "thread": 139933697447744, + "relativeCreated": 1700.9081840515137, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -7353,8 +7353,8 @@ "10", "" ], - "asctime": "2020-12-21 01:53:50,395", - "created": 1608512030.395024, + "asctime": "2021-01-14 01:07:01,735", + "created": 1610582821.735229, "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": 395.02406120300293, + "msecs": 735.2290153503418, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1715.662956237793, - "thread": 139933697447744, + "relativeCreated": 1700.9460926055908, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -7380,8 +7380,8 @@ "10", "" ], - "asctime": "2020-12-21 01:53:50,395", - "created": 1608512030.395066, + "asctime": "2021-01-14 01:07:01,735", + "created": 1610582821.735267, "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": 395.0660228729248, + "msecs": 735.266923904419, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1715.7049179077148, - "thread": 139933697447744, + "relativeCreated": 1700.984001159668, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -7406,50 +7406,50 @@ "10", "" ], - "asctime": "2020-12-21 01:53:50,395", - "created": 1608512030.395113, + "asctime": "2021-01-14 01:07:01,735", + "created": 1610582821.735304, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 4 is correct (Content 10 and Type is ).", "module": "test", - "msecs": 395.1129913330078, + "msecs": 735.3041172027588, "msg": "Submitted value number 4 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1715.7518863677979, - "thread": 139933697447744, + "relativeCreated": 1701.0211944580078, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 395.14994621276855, + "msecs": 735.3401184082031, "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": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1715.7888412475586, - "thread": 139933697447744, + "relativeCreated": 1701.0571956634521, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 3.695487976074219e-05 + "time_consumption": 3.600120544433594e-05 }, { "args": [], - "asctime": "2020-12-21 01:53:50,395", - "created": 1608512030.395797, + "asctime": "2021-01-14 01:07:01,735", + "created": 1610582821.735955, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "report", "levelname": "INFO", "levelno": 20, - "lineno": 166, + "lineno": 168, "message": "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.", "module": "test", "moduleLogger": [ @@ -7459,8 +7459,8 @@ "[ 2, 5, 8, 11 ]", "" ], - "asctime": "2020-12-21 01:53:50,395", - "created": 1608512030.395224, + "asctime": "2021-01-14 01:07:01,735", + "created": 1610582821.735413, "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": 395.22409439086914, + "msecs": 735.4130744934082, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1715.8629894256592, - "thread": 139933697447744, + "relativeCreated": 1701.1301517486572, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -7486,8 +7486,8 @@ "[ 2, 5, 8, 11 ]", "" ], - "asctime": "2020-12-21 01:53:50,395", - "created": 1608512030.395268, + "asctime": "2021-01-14 01:07:01,735", + "created": 1610582821.735455, "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": 395.2679634094238, + "msecs": 735.4550361633301, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1715.9068584442139, - "thread": 139933697447744, + "relativeCreated": 1701.172113418579, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -7513,8 +7513,8 @@ "2", "" ], - "asctime": "2020-12-21 01:53:50,395", - "created": 1608512030.395309, + "asctime": "2021-01-14 01:07:01,735", + "created": 1610582821.735495, "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": 395.3089714050293, + "msecs": 735.4950904846191, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1715.9478664398193, - "thread": 139933697447744, + "relativeCreated": 1701.2121677398682, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -7540,8 +7540,8 @@ "2", "" ], - "asctime": "2020-12-21 01:53:50,395", - "created": 1608512030.395351, + "asctime": "2021-01-14 01:07:01,735", + "created": 1610582821.735534, "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": 395.3509330749512, + "msecs": 735.5339527130127, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1715.9898281097412, - "thread": 139933697447744, + "relativeCreated": 1701.2510299682617, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -7566,25 +7566,25 @@ "2", "" ], - "asctime": "2020-12-21 01:53:50,395", - "created": 1608512030.39539, + "asctime": "2021-01-14 01:07:01,735", + "created": 1610582821.735571, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 1 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 395.3900337219238, + "msecs": 735.5709075927734, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1716.0289287567139, - "thread": 139933697447744, + "relativeCreated": 1701.2879848480225, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -7593,8 +7593,8 @@ "5", "" ], - "asctime": "2020-12-21 01:53:50,395", - "created": 1608512030.39543, + "asctime": "2021-01-14 01:07:01,735", + "created": 1610582821.735615, "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": 395.4300880432129, + "msecs": 735.6150150299072, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1716.068983078003, - "thread": 139933697447744, + "relativeCreated": 1701.3320922851562, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -7620,8 +7620,8 @@ "5", "" ], - "asctime": "2020-12-21 01:53:50,395", - "created": 1608512030.395467, + "asctime": "2021-01-14 01:07:01,735", + "created": 1610582821.735652, "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": 395.46704292297363, + "msecs": 735.651969909668, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1716.1059379577637, - "thread": 139933697447744, + "relativeCreated": 1701.369047164917, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -7646,25 +7646,25 @@ "5", "" ], - "asctime": "2020-12-21 01:53:50,395", - "created": 1608512030.39551, + "asctime": "2021-01-14 01:07:01,735", + "created": 1610582821.735691, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 2 is correct (Content 5 and Type is ).", "module": "test", - "msecs": 395.5099582672119, + "msecs": 735.6910705566406, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1716.148853302002, - "thread": 139933697447744, + "relativeCreated": 1701.4081478118896, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -7673,8 +7673,8 @@ "8", "" ], - "asctime": "2020-12-21 01:53:50,395", - "created": 1608512030.395554, + "asctime": "2021-01-14 01:07:01,735", + "created": 1610582821.735731, "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": 395.5540657043457, + "msecs": 735.7308864593506, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1716.1929607391357, - "thread": 139933697447744, + "relativeCreated": 1701.4479637145996, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -7700,8 +7700,8 @@ "8", "" ], - "asctime": "2020-12-21 01:53:50,395", - "created": 1608512030.395591, + "asctime": "2021-01-14 01:07:01,735", + "created": 1610582821.735767, "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": 395.59102058410645, + "msecs": 735.7668876647949, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1716.2299156188965, - "thread": 139933697447744, + "relativeCreated": 1701.483964920044, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -7726,25 +7726,25 @@ "8", "" ], - "asctime": "2020-12-21 01:53:50,395", - "created": 1608512030.395629, + "asctime": "2021-01-14 01:07:01,735", + "created": 1610582821.735804, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 3 is correct (Content 8 and Type is ).", "module": "test", - "msecs": 395.6289291381836, + "msecs": 735.8040809631348, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1716.2678241729736, - "thread": 139933697447744, + "relativeCreated": 1701.5211582183838, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -7753,8 +7753,8 @@ "11", "" ], - "asctime": "2020-12-21 01:53:50,395", - "created": 1608512030.395676, + "asctime": "2021-01-14 01:07:01,735", + "created": 1610582821.735842, "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": 395.6758975982666, + "msecs": 735.8419895172119, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1716.3147926330566, - "thread": 139933697447744, + "relativeCreated": 1701.559066772461, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -7780,8 +7780,8 @@ "11", "" ], - "asctime": "2020-12-21 01:53:50,395", - "created": 1608512030.395715, + "asctime": "2021-01-14 01:07:01,735", + "created": 1610582821.735883, "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": 395.71499824523926, + "msecs": 735.8829975128174, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1716.3538932800293, - "thread": 139933697447744, + "relativeCreated": 1701.6000747680664, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -7806,50 +7806,50 @@ "11", "" ], - "asctime": "2020-12-21 01:53:50,395", - "created": 1608512030.395756, + "asctime": "2021-01-14 01:07:01,735", + "created": 1610582821.73592, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 4 is correct (Content 11 and Type is ).", "module": "test", - "msecs": 395.7560062408447, + "msecs": 735.9199523925781, "msg": "Submitted value number 4 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1716.3949012756348, - "thread": 139933697447744, + "relativeCreated": 1701.6370296478271, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 395.7970142364502, + "msecs": 735.954999923706, "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": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 1716.4359092712402, - "thread": 139933697447744, + "relativeCreated": 1701.672077178955, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 4.100799560546875e-05 + "time_consumption": 3.504753112792969e-05 } ], - "thread": 139933697447744, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.0025920867919921875, - "time_finished": "2020-12-21 01:53:50,395", - "time_start": "2020-12-21 01:53:50,393" + "time_consumption": 0.002635955810546875, + "time_finished": "2021-01-14 01:07:01,735", + "time_start": "2021-01-14 01:07:01,733" }, "_fE3tMHczEemrUqotql_Blw": { "args": null, - "asctime": "2020-12-21 01:53:48,740", - "created": 1608512028.740539, + "asctime": "2021-01-14 01:07:00,078", + "created": 1610582820.07869, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7860,18 +7860,18 @@ "message": "_fE3tMHczEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 740.5390739440918, + "msecs": 78.6900520324707, "msg": "_fE3tMHczEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 61.177968978881836, + "relativeCreated": 44.40712928771973, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:48,740", - "created": 1608512028.740683, + "asctime": "2021-01-14 01:07:00,078", + "created": 1610582820.078831, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -7889,8 +7889,8 @@ "None", "'state_a'" ], - "asctime": "2020-12-21 01:53:48,740", - "created": 1608512028.740631, + "asctime": "2021-01-14 01:07:00,078", + "created": 1610582820.07878, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7900,42 +7900,42 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 740.631103515625, + "msecs": 78.77993583679199, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 61.26999855041504, - "thread": 139933697447744, + "relativeCreated": 44.497013092041016, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 740.6830787658691, + "msecs": 78.83095741271973, "msg": "Initialising state machine with state_a", "name": "__tLogger__", "pathname": "src/tests/test_transitions.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 61.32197380065918, - "thread": 139933697447744, + "relativeCreated": 44.54803466796875, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 5.1975250244140625e-05 + "time_consumption": 5.1021575927734375e-05 }, { "args": [ "'state_a'", "" ], - "asctime": "2020-12-21 01:53:48,740", - "created": 1608512028.740838, + "asctime": "2021-01-14 01:07:00,078", + "created": 1610582820.078982, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Initial state after Initialisation is correct (Content 'state_a' and Type is ).", "module": "test", "moduleLogger": [ @@ -7945,8 +7945,8 @@ "'state_a'", "" ], - "asctime": "2020-12-21 01:53:48,740", - "created": 1608512028.740754, + "asctime": "2021-01-14 01:07:00,078", + "created": 1610582820.078903, "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": 740.7538890838623, + "msecs": 78.9029598236084, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 61.392784118652344, - "thread": 139933697447744, + "relativeCreated": 44.62003707885742, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -7972,8 +7972,8 @@ "'state_a'", "" ], - "asctime": "2020-12-21 01:53:48,740", - "created": 1608512028.740795, + "asctime": "2021-01-14 01:07:00,078", + "created": 1610582820.078943, "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": 740.7948970794678, + "msecs": 78.94301414489746, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 61.43379211425781, - "thread": 139933697447744, + "relativeCreated": 44.660091400146484, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 740.8380508422852, + "msecs": 78.98211479187012, "msg": "Initial state after Initialisation is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 61.476945877075195, - "thread": 139933697447744, + "relativeCreated": 44.69919204711914, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 4.315376281738281e-05 + "time_consumption": 3.910064697265625e-05 }, { "args": [ 0.16 ], - "asctime": "2020-12-21 01:53:48,891", - "created": 1608512028.891387, + "asctime": "2021-01-14 01:07:00,229", + "created": 1610582820.229798, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -8028,8 +8028,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:48,891", - "created": 1608512028.891022, + "asctime": "2021-01-14 01:07:00,229", + "created": 1610582820.229238, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8039,42 +8039,42 @@ "lineno": 179, "message": "StateMachine: State change ('condition_true'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 891.0219669342041, + "msecs": 229.23803329467773, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 211.66086196899414, - "thread": 139933697447744, + "relativeCreated": 194.95511054992676, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 891.3869857788086, + "msecs": 229.7980785369873, "msg": "Waiting for %.3fs or state change", "name": "__tLogger__", "pathname": "src/tests/test_transitions.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 212.02588081359863, - "thread": 139933697447744, + "relativeCreated": 195.51515579223633, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.0003650188446044922 + "time_consumption": 0.0005600452423095703 }, { "args": [ "'state_b'", "" ], - "asctime": "2020-12-21 01:53:48,891", - "created": 1608512028.891825, + "asctime": "2021-01-14 01:07:00,230", + "created": 1610582820.230915, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "State after 1st cycle is correct (Content 'state_b' and Type is ).", "module": "test", "moduleLogger": [ @@ -8084,8 +8084,8 @@ "'state_b'", "" ], - "asctime": "2020-12-21 01:53:48,891", - "created": 1608512028.891672, + "asctime": "2021-01-14 01:07:00,230", + "created": 1610582820.230497, "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": 891.671895980835, + "msecs": 230.49688339233398, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 212.310791015625, - "thread": 139933697447744, + "relativeCreated": 196.213960647583, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -8111,8 +8111,8 @@ "'state_b'", "" ], - "asctime": "2020-12-21 01:53:48,891", - "created": 1608512028.891752, + "asctime": "2021-01-14 01:07:00,230", + "created": 1610582820.230719, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8122,55 +8122,55 @@ "lineno": 26, "message": "Expectation (State after 1st cycle): result = 'state_b' ()", "module": "test", - "msecs": 891.7520046234131, + "msecs": 230.71908950805664, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 212.39089965820312, - "thread": 139933697447744, + "relativeCreated": 196.43616676330566, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 891.8249607086182, + "msecs": 230.91506958007812, "msg": "State after 1st cycle is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 212.4638557434082, - "thread": 139933697447744, + "relativeCreated": 196.63214683532715, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 7.295608520507812e-05 + "time_consumption": 0.00019598007202148438 }, { "args": [ - "0.15047717094421387", + "0.15072107315063477", "0.145", "0.155", "" ], - "asctime": "2020-12-21 01:53:48,892", - "created": 1608512028.892083, + "asctime": "2021-01-14 01:07:00,231", + "created": 1610582820.231611, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "range_chk", "levelname": "INFO", "levelno": 20, - "lineno": 218, - "message": "Transition time after 1st cycle is correct (Content 0.15047717094421387 in [0.145 ... 0.155] and Type is ).", + "lineno": 220, + "message": "Transition time after 1st cycle is correct (Content 0.15072107315063477 in [0.145 ... 0.155] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Transition time after 1st cycle", - "0.15047717094421387", + "0.15072107315063477", "" ], - "asctime": "2020-12-21 01:53:48,891", - "created": 1608512028.891944, + "asctime": "2021-01-14 01:07:00,231", + "created": 1610582820.231233, "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.15047717094421387 ()", + "message": "Result (Transition time after 1st cycle): 0.15072107315063477 ()", "module": "test", - "msecs": 891.9439315795898, + "msecs": 231.2328815460205, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 212.58282661437988, - "thread": 139933697447744, + "relativeCreated": 196.94995880126953, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -8196,45 +8196,45 @@ "0.145", "0.155" ], - "asctime": "2020-12-21 01:53:48,892", - "created": 1608512028.892013, + "asctime": "2021-01-14 01:07:00,231", + "created": 1610582820.231428, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation_range__", "levelname": "DEBUG", "levelno": 10, - "lineno": 30, + "lineno": 34, "message": "Expectation (Transition time after 1st cycle): 0.145 <= result <= 0.155", "module": "test", - "msecs": 892.0130729675293, + "msecs": 231.4279079437256, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 212.65196800231934, - "thread": 139933697447744, + "relativeCreated": 197.1449851989746, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 892.082929611206, + "msecs": 231.6110134124756, "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": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 212.7218246459961, - "thread": 139933697447744, + "relativeCreated": 197.3280906677246, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 6.985664367675781e-05 + "time_consumption": 0.00018310546875 }, { "args": [ 0.235 ], - "asctime": "2020-12-21 01:53:49,117", - "created": 1608512029.117873, + "asctime": "2021-01-14 01:07:00,457", + "created": 1610582820.457464, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -8252,8 +8252,8 @@ "'state_b'", "'state_c'" ], - "asctime": "2020-12-21 01:53:49,117", - "created": 1608512029.117423, + "asctime": "2021-01-14 01:07:00,457", + "created": 1610582820.457024, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8263,42 +8263,42 @@ "lineno": 179, "message": "StateMachine: State change ('condition_true'): 'state_b' -> 'state_c'", "module": "__init__", - "msecs": 117.42305755615234, + "msecs": 457.02409744262695, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 438.0619525909424, - "thread": 139933697447744, + "relativeCreated": 422.741174697876, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 117.87295341491699, + "msecs": 457.46397972106934, "msg": "Waiting for %.3fs or state change", "name": "__tLogger__", "pathname": "src/tests/test_transitions.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 438.51184844970703, - "thread": 139933697447744, + "relativeCreated": 423.18105697631836, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.00044989585876464844 + "time_consumption": 0.0004398822784423828 }, { "args": [ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:49,118", - "created": 1608512029.118307, + "asctime": "2021-01-14 01:07:00,458", + "created": 1610582820.458134, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "State after 2nd cycle is correct (Content 'state_c' and Type is ).", "module": "test", "moduleLogger": [ @@ -8308,8 +8308,8 @@ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:49,118", - "created": 1608512029.118105, + "asctime": "2021-01-14 01:07:00,457", + "created": 1610582820.45781, "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": 118.10493469238281, + "msecs": 457.8099250793457, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 438.74382972717285, - "thread": 139933697447744, + "relativeCreated": 423.5270023345947, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -8335,8 +8335,8 @@ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:49,118", - "created": 1608512029.118219, + "asctime": "2021-01-14 01:07:00,457", + "created": 1610582820.457974, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8346,55 +8346,55 @@ "lineno": 26, "message": "Expectation (State after 2nd cycle): result = 'state_c' ()", "module": "test", - "msecs": 118.21889877319336, + "msecs": 457.9739570617676, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 438.8577938079834, - "thread": 139933697447744, + "relativeCreated": 423.6910343170166, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 118.30711364746094, + "msecs": 458.1339359283447, "msg": "State after 2nd cycle is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 438.946008682251, - "thread": 139933697447744, + "relativeCreated": 423.85101318359375, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 8.821487426757812e-05 + "time_consumption": 0.00015997886657714844 }, { "args": [ - "0.15042805671691895", + "0.15036487579345703", "0.145", "0.155", "" ], - "asctime": "2020-12-21 01:53:49,118", - "created": 1608512029.118757, + "asctime": "2021-01-14 01:07:00,458", + "created": 1610582820.458697, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "range_chk", "levelname": "INFO", "levelno": 20, - "lineno": 218, - "message": "Transition time after 2nd cycle is correct (Content 0.15042805671691895 in [0.145 ... 0.155] and Type is ).", + "lineno": 220, + "message": "Transition time after 2nd cycle is correct (Content 0.15036487579345703 in [0.145 ... 0.155] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Transition time after 2nd cycle", - "0.15042805671691895", + "0.15036487579345703", "" ], - "asctime": "2020-12-21 01:53:49,118", - "created": 1608512029.118569, + "asctime": "2021-01-14 01:07:00,458", + "created": 1610582820.458387, "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.15042805671691895 ()", + "message": "Result (Transition time after 2nd cycle): 0.15036487579345703 ()", "module": "test", - "msecs": 118.56889724731445, + "msecs": 458.3868980407715, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 439.2077922821045, - "thread": 139933697447744, + "relativeCreated": 424.1039752960205, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -8420,66 +8420,66 @@ "0.145", "0.155" ], - "asctime": "2020-12-21 01:53:49,118", - "created": 1608512029.118646, + "asctime": "2021-01-14 01:07:00,458", + "created": 1610582820.458536, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation_range__", "levelname": "DEBUG", "levelno": 10, - "lineno": 30, + "lineno": 34, "message": "Expectation (Transition time after 2nd cycle): 0.145 <= result <= 0.155", "module": "test", - "msecs": 118.64590644836426, + "msecs": 458.53590965270996, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 439.2848014831543, - "thread": 139933697447744, + "relativeCreated": 424.252986907959, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 118.75700950622559, + "msecs": 458.6970806121826, "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": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 439.3959045410156, - "thread": 139933697447744, + "relativeCreated": 424.41415786743164, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.00011110305786132812 + "time_consumption": 0.00016117095947265625 }, { "args": [ - "0.22568202018737793", + "0.22558188438415527", "0.21999999999999997", "0.22999999999999998", "" ], - "asctime": "2020-12-21 01:53:49,119", - "created": 1608512029.119093, + "asctime": "2021-01-14 01:07:00,459", + "created": 1610582820.459242, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "range_chk", "levelname": "INFO", "levelno": 20, - "lineno": 218, - "message": "Previous state duration is correct (Content 0.22568202018737793 in [0.21999999999999997 ... 0.22999999999999998] and Type is ).", + "lineno": 220, + "message": "Previous state duration is correct (Content 0.22558188438415527 in [0.21999999999999997 ... 0.22999999999999998] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Previous state duration", - "0.22568202018737793", + "0.22558188438415527", "" ], - "asctime": "2020-12-21 01:53:49,118", - "created": 1608512029.118897, + "asctime": "2021-01-14 01:07:00,458", + "created": 1610582820.458947, "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.22568202018737793 ()", + "message": "Result (Previous state duration): 0.22558188438415527 ()", "module": "test", - "msecs": 118.8969612121582, + "msecs": 458.94694328308105, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 439.53585624694824, - "thread": 139933697447744, + "relativeCreated": 424.6640205383301, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -8505,50 +8505,50 @@ "0.21999999999999997", "0.22999999999999998" ], - "asctime": "2020-12-21 01:53:49,118", - "created": 1608512029.118985, + "asctime": "2021-01-14 01:07:00,459", + "created": 1610582820.459096, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation_range__", "levelname": "DEBUG", "levelno": 10, - "lineno": 30, + "lineno": 34, "message": "Expectation (Previous state duration): 0.21999999999999997 <= result <= 0.22999999999999998", "module": "test", - "msecs": 118.98493766784668, + "msecs": 459.09595489501953, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 439.6238327026367, - "thread": 139933697447744, + "relativeCreated": 424.81303215026855, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 119.09294128417969, + "msecs": 459.2421054840088, "msg": "Previous state duration is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 439.7318363189697, - "thread": 139933697447744, + "relativeCreated": 424.9591827392578, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.00010800361633300781 + "time_consumption": 0.0001461505889892578 } ], - "thread": 139933697447744, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.3785538673400879, - "time_finished": "2020-12-21 01:53:49,119", - "time_start": "2020-12-21 01:53:48,740" + "time_consumption": 0.3805520534515381, + "time_finished": "2021-01-14 01:07:00,459", + "time_start": "2021-01-14 01:07:00,078" }, "_iTFPQHcrEemrUqotql_Blw": { "args": null, - "asctime": "2020-12-21 01:53:48,738", - "created": 1608512028.738434, + "asctime": "2021-01-14 01:07:00,076", + "created": 1610582820.076689, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8559,18 +8559,18 @@ "message": "_iTFPQHcrEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 738.4340763092041, + "msecs": 76.68900489807129, "msg": "_iTFPQHcrEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 59.07297134399414, + "relativeCreated": 42.40608215332031, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:48,738", - "created": 1608512028.738558, + "asctime": "2021-01-14 01:07:00,076", + "created": 1610582820.076809, "exc_info": null, "exc_text": null, "filename": "test_init.py", @@ -8588,8 +8588,8 @@ "None", "'state_c'" ], - "asctime": "2020-12-21 01:53:48,738", - "created": 1608512028.738505, + "asctime": "2021-01-14 01:07:00,076", + "created": 1610582820.076758, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8599,42 +8599,42 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_c'", "module": "__init__", - "msecs": 738.5048866271973, + "msecs": 76.75790786743164, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 59.143781661987305, - "thread": 139933697447744, + "relativeCreated": 42.474985122680664, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 738.5580539703369, + "msecs": 76.80892944335938, "msg": "Initialising the state machine with state_c", "name": "__tLogger__", "pathname": "src/tests/test_init.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 59.19694900512695, - "thread": 139933697447744, + "relativeCreated": 42.5260066986084, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 5.316734313964844e-05 + "time_consumption": 5.1021575927734375e-05 }, { "args": [ "{'1': 1, '2': 'two'}", "" ], - "asctime": "2020-12-21 01:53:48,738", - "created": 1608512028.738733, + "asctime": "2021-01-14 01:07:00,076", + "created": 1610582820.076972, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Keyword argument kw_arg_no_4 stored in state_machine is correct (Content {'1': 1, '2': 'two'} and Type is ).", "module": "test", "moduleLogger": [ @@ -8644,8 +8644,8 @@ "{ '1': 1, '2': 'two' }", "" ], - "asctime": "2020-12-21 01:53:48,738", - "created": 1608512028.738626, + "asctime": "2021-01-14 01:07:00,076", + "created": 1610582820.076874, "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": 738.6260032653809, + "msecs": 76.8740177154541, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 59.2648983001709, - "thread": 139933697447744, + "relativeCreated": 42.591094970703125, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -8671,8 +8671,8 @@ "{ '1': 1, '2': 'two' }", "" ], - "asctime": "2020-12-21 01:53:48,738", - "created": 1608512028.73867, + "asctime": "2021-01-14 01:07:00,076", + "created": 1610582820.076916, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8682,42 +8682,42 @@ "lineno": 26, "message": "Expectation (Keyword argument kw_arg_no_4 stored in state_machine): result = { '1': 1, '2': 'two' } ()", "module": "test", - "msecs": 738.6701107025146, + "msecs": 76.91597938537598, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 59.30900573730469, - "thread": 139933697447744, + "relativeCreated": 42.633056640625, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 738.7330532073975, + "msecs": 76.97200775146484, "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": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 59.3719482421875, - "thread": 139933697447744, + "relativeCreated": 42.68908500671387, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 6.29425048828125e-05 + "time_consumption": 5.602836608886719e-05 }, { "args": [ "1", "" ], - "asctime": "2020-12-21 01:53:48,738", - "created": 1608512028.738882, + "asctime": "2021-01-14 01:07:00,077", + "created": 1610582820.077156, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Keyword argument kw_arg_no_1 stored in state_machine is correct (Content 1 and Type is ).", "module": "test", "moduleLogger": [ @@ -8727,8 +8727,8 @@ "1", "" ], - "asctime": "2020-12-21 01:53:48,738", - "created": 1608512028.738802, + "asctime": "2021-01-14 01:07:00,077", + "created": 1610582820.07704, "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": 738.8019561767578, + "msecs": 77.03995704650879, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 59.44085121154785, - "thread": 139933697447744, + "relativeCreated": 42.75703430175781, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -8754,8 +8754,8 @@ "1", "" ], - "asctime": "2020-12-21 01:53:48,738", - "created": 1608512028.738842, + "asctime": "2021-01-14 01:07:00,077", + "created": 1610582820.077079, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8765,42 +8765,42 @@ "lineno": 26, "message": "Expectation (Keyword argument kw_arg_no_1 stored in state_machine): result = 1 ()", "module": "test", - "msecs": 738.8420104980469, + "msecs": 77.07905769348145, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 59.480905532836914, - "thread": 139933697447744, + "relativeCreated": 42.79613494873047, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 738.8820648193359, + "msecs": 77.15606689453125, "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": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 59.52095985412598, - "thread": 139933697447744, + "relativeCreated": 42.87314414978027, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 4.00543212890625e-05 + "time_consumption": 7.700920104980469e-05 }, { "args": [ "True", "" ], - "asctime": "2020-12-21 01:53:48,739", - "created": 1608512028.73905, + "asctime": "2021-01-14 01:07:00,077", + "created": 1610582820.077303, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Keyword argument kw_arg_no_3 stored in state_machine is correct (Content True and Type is ).", "module": "test", "moduleLogger": [ @@ -8810,8 +8810,8 @@ "True", "" ], - "asctime": "2020-12-21 01:53:48,738", - "created": 1608512028.738955, + "asctime": "2021-01-14 01:07:00,077", + "created": 1610582820.077227, "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": 738.955020904541, + "msecs": 77.22711563110352, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 59.593915939331055, - "thread": 139933697447744, + "relativeCreated": 42.94419288635254, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -8837,8 +8837,8 @@ "True", "" ], - "asctime": "2020-12-21 01:53:48,739", - "created": 1608512028.739002, + "asctime": "2021-01-14 01:07:00,077", + "created": 1610582820.077265, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8848,42 +8848,42 @@ "lineno": 26, "message": "Expectation (Keyword argument kw_arg_no_3 stored in state_machine): result = True ()", "module": "test", - "msecs": 739.001989364624, + "msecs": 77.26502418518066, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 59.64088439941406, - "thread": 139933697447744, + "relativeCreated": 42.98210144042969, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 739.0499114990234, + "msecs": 77.30293273925781, "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": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 59.68880653381348, - "thread": 139933697447744, + "relativeCreated": 43.020009994506836, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 4.792213439941406e-05 + "time_consumption": 3.790855407714844e-05 }, { "args": [ "'2'", "" ], - "asctime": "2020-12-21 01:53:48,739", - "created": 1608512028.739214, + "asctime": "2021-01-14 01:07:00,077", + "created": 1610582820.077436, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Keyword argument kw_arg_no_2 stored in state_machine is correct (Content '2' and Type is ).", "module": "test", "moduleLogger": [ @@ -8893,8 +8893,8 @@ "'2'", "" ], - "asctime": "2020-12-21 01:53:48,739", - "created": 1608512028.739125, + "asctime": "2021-01-14 01:07:00,077", + "created": 1610582820.077361, "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": 739.1250133514404, + "msecs": 77.3611068725586, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 59.76390838623047, - "thread": 139933697447744, + "relativeCreated": 43.07818412780762, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -8920,8 +8920,8 @@ "'2'", "" ], - "asctime": "2020-12-21 01:53:48,739", - "created": 1608512028.739171, + "asctime": "2021-01-14 01:07:00,077", + "created": 1610582820.077398, "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": 739.171028137207, + "msecs": 77.39806175231934, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 59.80992317199707, - "thread": 139933697447744, + "relativeCreated": 43.11513900756836, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 739.2139434814453, + "msecs": 77.43597030639648, "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": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 59.85283851623535, - "thread": 139933697447744, + "relativeCreated": 43.15304756164551, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 4.291534423828125e-05 + "time_consumption": 3.790855407714844e-05 } ], - "thread": 139933697447744, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.0007798671722412109, - "time_finished": "2020-12-21 01:53:48,739", - "time_start": "2020-12-21 01:53:48,738" + "time_consumption": 0.0007469654083251953, + "time_finished": "2021-01-14 01:07:00,077", + "time_start": "2021-01-14 01:07:00,076" }, "_j2FvkHcqEemrUqotql_Blw": { "args": null, - "asctime": "2020-12-21 01:53:48,737", - "created": 1608512028.737582, + "asctime": "2021-01-14 01:07:00,075", + "created": 1610582820.075935, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8974,18 +8974,18 @@ "message": "_j2FvkHcqEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 737.5819683074951, + "msecs": 75.93488693237305, "msg": "_j2FvkHcqEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 58.220863342285156, + "relativeCreated": 41.65196418762207, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:48,737", - "created": 1608512028.73771, + "asctime": "2021-01-14 01:07:00,076", + "created": 1610582820.07606, "exc_info": null, "exc_text": null, "filename": "test_init.py", @@ -9003,8 +9003,8 @@ "None", "'state_c'" ], - "asctime": "2020-12-21 01:53:48,737", - "created": 1608512028.737656, + "asctime": "2021-01-14 01:07:00,076", + "created": 1610582820.076007, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9014,42 +9014,42 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_c'", "module": "__init__", - "msecs": 737.6561164855957, + "msecs": 76.00688934326172, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 58.29501152038574, - "thread": 139933697447744, + "relativeCreated": 41.72396659851074, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 737.7099990844727, + "msecs": 76.06005668640137, "msg": "Initialising the state machine with state_c", "name": "__tLogger__", "pathname": "src/tests/test_init.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 58.348894119262695, - "thread": 139933697447744, + "relativeCreated": 41.77713394165039, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 5.3882598876953125e-05 + "time_consumption": 5.316734313964844e-05 }, { "args": [ "'__init__'", "" ], - "asctime": "2020-12-21 01:53:48,737", - "created": 1608512028.737858, + "asctime": "2021-01-14 01:07:00,076", + "created": 1610582820.07621, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Last transition condition after initialisation is correct (Content '__init__' and Type is ).", "module": "test", "moduleLogger": [ @@ -9059,8 +9059,8 @@ "'__init__'", "" ], - "asctime": "2020-12-21 01:53:48,737", - "created": 1608512028.737775, + "asctime": "2021-01-14 01:07:00,076", + "created": 1610582820.076123, "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": 737.7750873565674, + "msecs": 76.12299919128418, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 58.41398239135742, - "thread": 139933697447744, + "relativeCreated": 41.8400764465332, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -9086,8 +9086,8 @@ "'__init__'", "" ], - "asctime": "2020-12-21 01:53:48,737", - "created": 1608512028.737817, + "asctime": "2021-01-14 01:07:00,076", + "created": 1610582820.076167, "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": 737.8170490264893, + "msecs": 76.16710662841797, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 58.4559440612793, - "thread": 139933697447744, + "relativeCreated": 41.88418388366699, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 737.8580570220947, + "msecs": 76.21002197265625, "msg": "Last transition condition after initialisation is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 58.496952056884766, - "thread": 139933697447744, + "relativeCreated": 41.92709922790527, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 4.100799560546875e-05 + "time_consumption": 4.291534423828125e-05 } ], - "thread": 139933697447744, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.0002760887145996094, - "time_finished": "2020-12-21 01:53:48,737", - "time_start": "2020-12-21 01:53:48,737" + "time_consumption": 0.0002751350402832031, + "time_finished": "2021-01-14 01:07:00,076", + "time_start": "2021-01-14 01:07:00,075" }, "_tRZ50HcyEemrUqotql_Blw": { "args": null, - "asctime": "2020-12-21 01:53:49,365", - "created": 1608512029.365366, + "asctime": "2021-01-14 01:07:00,705", + "created": 1610582820.70535, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9140,18 +9140,18 @@ "message": "_tRZ50HcyEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 365.36598205566406, + "msecs": 705.3499221801758, "msg": "_tRZ50HcyEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 686.0048770904541, + "relativeCreated": 671.0669994354248, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:49,365", - "created": 1608512029.365651, + "asctime": "2021-01-14 01:07:00,705", + "created": 1610582820.705881, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -9169,8 +9169,8 @@ "None", "'state_c'" ], - "asctime": "2020-12-21 01:53:49,365", - "created": 1608512029.365536, + "asctime": "2021-01-14 01:07:00,705", + "created": 1610582820.705665, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9180,42 +9180,42 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_c'", "module": "__init__", - "msecs": 365.5359745025635, + "msecs": 705.665111541748, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 686.1748695373535, - "thread": 139933697447744, + "relativeCreated": 671.3821887969971, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 365.65089225769043, + "msecs": 705.8811187744141, "msg": "Initialising the state machine with state_c", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 686.2897872924805, - "thread": 139933697447744, + "relativeCreated": 671.5981960296631, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.00011491775512695312 + "time_consumption": 0.00021600723266601562 }, { "args": [ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:49,365", - "created": 1608512029.365967, + "asctime": "2021-01-14 01:07:00,706", + "created": 1610582820.706475, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Returnvalue of this_state() is correct (Content 'state_c' and Type is ).", "module": "test", "moduleLogger": [ @@ -9225,8 +9225,8 @@ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:49,365", - "created": 1608512029.365795, + "asctime": "2021-01-14 01:07:00,706", + "created": 1610582820.706156, "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": 365.7948970794678, + "msecs": 706.1560153961182, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 686.4337921142578, - "thread": 139933697447744, + "relativeCreated": 671.8730926513672, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -9252,8 +9252,8 @@ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:49,365", - "created": 1608512029.365883, + "asctime": "2021-01-14 01:07:00,706", + "created": 1610582820.706319, "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": 365.88311195373535, + "msecs": 706.3190937042236, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 686.5220069885254, - "thread": 139933697447744, + "relativeCreated": 672.0361709594727, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 365.9670352935791, + "msecs": 706.475019454956, "msg": "Returnvalue of this_state() is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 686.6059303283691, - "thread": 139933697447744, + "relativeCreated": 672.1920967102051, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 8.392333984375e-05 + "time_consumption": 0.00015592575073242188 } ], - "thread": 139933697447744, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.0006010532379150391, - "time_finished": "2020-12-21 01:53:49,365", - "time_start": "2020-12-21 01:53:49,365" + "time_consumption": 0.0011250972747802734, + "time_finished": "2021-01-14 01:07:00,706", + "time_start": "2021-01-14 01:07:00,705" }, "_vAtUQHcyEemrUqotql_Blw": { "args": null, - "asctime": "2020-12-21 01:53:49,366", - "created": 1608512029.366913, + "asctime": "2021-01-14 01:07:00,706", + "created": 1610582820.706905, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9306,18 +9306,18 @@ "message": "_vAtUQHcyEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 366.9130802154541, + "msecs": 706.9048881530762, "msg": "_vAtUQHcyEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 687.5519752502441, + "relativeCreated": 672.6219654083252, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:49,367", - "created": 1608512029.367719, + "asctime": "2021-01-14 01:07:00,707", + "created": 1610582820.707373, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -9335,8 +9335,8 @@ "None", "'state_c'" ], - "asctime": "2020-12-21 01:53:49,367", - "created": 1608512029.367553, + "asctime": "2021-01-14 01:07:00,707", + "created": 1610582820.707184, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9346,42 +9346,42 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_c'", "module": "__init__", - "msecs": 367.5529956817627, + "msecs": 707.1840763092041, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 688.1918907165527, - "thread": 139933697447744, + "relativeCreated": 672.9011535644531, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 367.7189350128174, + "msecs": 707.3729038238525, "msg": "Initialising the state machine with state_c", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 688.3578300476074, - "thread": 139933697447744, + "relativeCreated": 673.0899810791016, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.0001659393310546875 + "time_consumption": 0.0001888275146484375 }, { "args": [ "True", "" ], - "asctime": "2020-12-21 01:53:49,368", - "created": 1608512029.368153, + "asctime": "2021-01-14 01:07:00,707", + "created": 1610582820.707942, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Returnvalue of this_state_is(state_c) is correct (Content True and Type is ).", "module": "test", "moduleLogger": [ @@ -9391,8 +9391,8 @@ "True", "" ], - "asctime": "2020-12-21 01:53:49,367", - "created": 1608512029.367916, + "asctime": "2021-01-14 01:07:00,707", + "created": 1610582820.707632, "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": 367.9161071777344, + "msecs": 707.6320648193359, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 688.5550022125244, - "thread": 139933697447744, + "relativeCreated": 673.349142074585, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -9418,8 +9418,8 @@ "True", "" ], - "asctime": "2020-12-21 01:53:49,368", - "created": 1608512029.36804, + "asctime": "2021-01-14 01:07:00,707", + "created": 1610582820.707789, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9429,42 +9429,42 @@ "lineno": 26, "message": "Expectation (Returnvalue of this_state_is(state_c)): result = True ()", "module": "test", - "msecs": 368.0400848388672, + "msecs": 707.7889442443848, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 688.6789798736572, - "thread": 139933697447744, + "relativeCreated": 673.5060214996338, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 368.1530952453613, + "msecs": 707.942008972168, "msg": "Returnvalue of this_state_is(state_c) is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 688.7919902801514, - "thread": 139933697447744, + "relativeCreated": 673.659086227417, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.00011301040649414062 + "time_consumption": 0.00015306472778320312 }, { "args": [ "False", "" ], - "asctime": "2020-12-21 01:53:49,368", - "created": 1608512029.368615, + "asctime": "2021-01-14 01:07:00,708", + "created": 1610582820.708564, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Returnvalue of this_state_is(state_b) is correct (Content False and Type is ).", "module": "test", "moduleLogger": [ @@ -9474,8 +9474,8 @@ "False", "" ], - "asctime": "2020-12-21 01:53:49,368", - "created": 1608512029.368395, + "asctime": "2021-01-14 01:07:00,708", + "created": 1610582820.708186, "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": 368.3950901031494, + "msecs": 708.1859111785889, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 689.0339851379395, - "thread": 139933697447744, + "relativeCreated": 673.9029884338379, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -9501,8 +9501,8 @@ "False", "" ], - "asctime": "2020-12-21 01:53:49,368", - "created": 1608512029.368507, + "asctime": "2021-01-14 01:07:00,708", + "created": 1610582820.708334, "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": 368.50690841674805, + "msecs": 708.3339691162109, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 689.1458034515381, - "thread": 139933697447744, + "relativeCreated": 674.05104637146, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 368.61491203308105, + "msecs": 708.564043045044, "msg": "Returnvalue of this_state_is(state_b) is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 689.2538070678711, - "thread": 139933697447744, + "relativeCreated": 674.281120300293, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.00010800361633300781 + "time_consumption": 0.0002300739288330078 } ], - "thread": 139933697447744, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.0017018318176269531, - "time_finished": "2020-12-21 01:53:49,368", - "time_start": "2020-12-21 01:53:49,366" + "time_consumption": 0.0016591548919677734, + "time_finished": "2021-01-14 01:07:00,708", + "time_start": "2021-01-14 01:07:00,706" }, "_w49d4HcHEem_Z9BBpwIuJw": { "args": null, - "asctime": "2020-12-21 01:53:48,736", - "created": 1608512028.736869, + "asctime": "2021-01-14 01:07:00,075", + "created": 1610582820.075394, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9555,18 +9555,18 @@ "message": "_w49d4HcHEem_Z9BBpwIuJw", "module": "__init__", "moduleLogger": [], - "msecs": 736.8690967559814, + "msecs": 75.3939151763916, "msg": "_w49d4HcHEem_Z9BBpwIuJw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 57.507991790771484, + "relativeCreated": 41.110992431640625, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:48,737", - "created": 1608512028.737278, + "asctime": "2021-01-14 01:07:00,075", + "created": 1610582820.075649, "exc_info": null, "exc_text": null, "filename": "test_init.py", @@ -9584,8 +9584,8 @@ "None", "'state_c'" ], - "asctime": "2020-12-21 01:53:48,737", - "created": 1608512028.737208, + "asctime": "2021-01-14 01:07:00,075", + "created": 1610582820.075585, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9595,42 +9595,42 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_c'", "module": "__init__", - "msecs": 737.2078895568848, + "msecs": 75.58488845825195, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 57.846784591674805, - "thread": 139933697447744, + "relativeCreated": 41.30196571350098, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 737.2779846191406, + "msecs": 75.64902305603027, "msg": "Initialising the state machine with state_c", "name": "__tLogger__", "pathname": "src/tests/test_init.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 57.916879653930664, - "thread": 139933697447744, + "relativeCreated": 41.3661003112793, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 7.009506225585938e-05 + "time_consumption": 6.413459777832031e-05 }, { "args": [ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:48,737", - "created": 1608512028.737465, + "asctime": "2021-01-14 01:07:00,075", + "created": 1610582820.075819, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "State after initialisation is correct (Content 'state_c' and Type is ).", "module": "test", "moduleLogger": [ @@ -9640,8 +9640,8 @@ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:48,737", - "created": 1608512028.737359, + "asctime": "2021-01-14 01:07:00,075", + "created": 1610582820.075724, "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": 737.3590469360352, + "msecs": 75.72388648986816, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 57.997941970825195, - "thread": 139933697447744, + "relativeCreated": 41.44096374511719, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -9667,8 +9667,8 @@ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:48,737", - "created": 1608512028.737415, + "asctime": "2021-01-14 01:07:00,075", + "created": 1610582820.075776, "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": 737.415075302124, + "msecs": 75.7761001586914, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 58.05397033691406, - "thread": 139933697447744, + "relativeCreated": 41.49317741394043, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 737.4649047851562, + "msecs": 75.81901550292969, "msg": "State after initialisation is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 58.10379981994629, - "thread": 139933697447744, + "relativeCreated": 41.53609275817871, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 4.982948303222656e-05 + "time_consumption": 4.291534423828125e-05 } ], - "thread": 139933697447744, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.0005958080291748047, - "time_finished": "2020-12-21 01:53:48,737", - "time_start": "2020-12-21 01:53:48,736" + "time_consumption": 0.00042510032653808594, + "time_finished": "2021-01-14 01:07:00,075", + "time_start": "2021-01-14 01:07:00,075" }, "_yVA9oHcyEemrUqotql_Blw": { "args": null, - "asctime": "2020-12-21 01:53:49,368", - "created": 1608512029.36895, + "asctime": "2021-01-14 01:07:00,709", + "created": 1610582820.709026, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9721,18 +9721,18 @@ "message": "_yVA9oHcyEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 368.94989013671875, + "msecs": 709.0260982513428, "msg": "_yVA9oHcyEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 689.5887851715088, + "relativeCreated": 674.7431755065918, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:49,620", - "created": 1608512029.620794, + "asctime": "2021-01-14 01:07:00,960", + "created": 1610582820.960705, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -9750,8 +9750,8 @@ "None", "'state_a'" ], - "asctime": "2020-12-21 01:53:49,369", - "created": 1608512029.3692, + "asctime": "2021-01-14 01:07:00,709", + "created": 1610582820.709332, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9761,14 +9761,14 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 369.1999912261963, + "msecs": 709.3319892883301, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 689.8388862609863, - "thread": 139933697447744, + "relativeCreated": 675.0490665435791, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -9778,8 +9778,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:49,369", - "created": 1608512029.369482, + "asctime": "2021-01-14 01:07:00,709", + "created": 1610582820.709612, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9789,22 +9789,22 @@ "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 369.48204040527344, + "msecs": 709.6118927001953, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 690.1209354400635, - "thread": 139933697447744, + "relativeCreated": 675.3289699554443, + "thread": 140010672097088, "threadName": "MainThread" }, { "args": [ 0.25 ], - "asctime": "2020-12-21 01:53:49,620", - "created": 1608512029.62012, + "asctime": "2021-01-14 01:07:00,960", + "created": 1610582820.960294, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -9814,55 +9814,55 @@ "lineno": 33, "message": "Waiting for 0.25s", "module": "test_interface", - "msecs": 620.1200485229492, + "msecs": 960.2940082550049, "msg": "Waiting for %.2fs", "name": "__unittest__", "pathname": "src/tests/test_interface.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 940.7589435577393, - "thread": 139933697447744, + "relativeCreated": 926.0110855102539, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 620.7940578460693, + "msecs": 960.705041885376, "msg": "Running state machine test sequence.", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 941.4329528808594, - "thread": 139933697447744, + "relativeCreated": 926.422119140625, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.0006740093231201172 + "time_consumption": 0.00041103363037109375 }, { "args": [ - "0.25178098678588867", + "0.25125598907470703", "0.2", "0.3", "" ], - "asctime": "2020-12-21 01:53:49,622", - "created": 1608512029.622085, + "asctime": "2021-01-14 01:07:00,961", + "created": 1610582820.961501, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "range_chk", "levelname": "INFO", "levelno": 20, - "lineno": 218, - "message": "Return Value of this_state_duration() is correct (Content 0.25178098678588867 in [0.2 ... 0.3] and Type is ).", + "lineno": 220, + "message": "Return Value of this_state_duration() is correct (Content 0.25125598907470703 in [0.2 ... 0.3] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Return Value of this_state_duration()", - "0.25178098678588867", + "0.25125598907470703", "" ], - "asctime": "2020-12-21 01:53:49,621", - "created": 1608512029.621479, + "asctime": "2021-01-14 01:07:00,961", + "created": 1610582820.961087, "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.25178098678588867 ()", + "message": "Result (Return Value of this_state_duration()): 0.25125598907470703 ()", "module": "test", - "msecs": 621.4790344238281, + "msecs": 961.0869884490967, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 942.1179294586182, - "thread": 139933697447744, + "relativeCreated": 926.8040657043457, + "thread": 140010672097088, "threadName": "MainThread" }, { @@ -9888,49 +9888,49 @@ "0.2", "0.3" ], - "asctime": "2020-12-21 01:53:49,621", - "created": 1608512029.621806, + "asctime": "2021-01-14 01:07:00,961", + "created": 1610582820.961313, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation_range__", "levelname": "DEBUG", "levelno": 10, - "lineno": 30, + "lineno": 34, "message": "Expectation (Return Value of this_state_duration()): 0.2 <= result <= 0.3", "module": "test", - "msecs": 621.8059062957764, + "msecs": 961.313009262085, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 942.4448013305664, - "thread": 139933697447744, + "relativeCreated": 927.030086517334, + "thread": 140010672097088, "threadName": "MainThread" } ], - "msecs": 622.0850944519043, + "msecs": 961.500883102417, "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": 99608, + "process": 24541, "processName": "MainProcess", - "relativeCreated": 942.7239894866943, - "thread": 139933697447744, + "relativeCreated": 927.217960357666, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.0002791881561279297 + "time_consumption": 0.00018787384033203125 } ], - "thread": 139933697447744, + "thread": 140010672097088, "threadName": "MainThread", - "time_consumption": 0.25313520431518555, - "time_finished": "2020-12-21 01:53:49,622", - "time_start": "2020-12-21 01:53:49,368" + "time_consumption": 0.2524747848510742, + "time_finished": "2021-01-14 01:07:00,961", + "time_start": "2021-01-14 01:07:00,709" } }, "testrun_id": "p2", - "time_consumption": 1.6539926528930664, + "time_consumption": 1.6555027961730957, "uid_list_sorted": [ "_w49d4HcHEem_Z9BBpwIuJw", "_j2FvkHcqEemrUqotql_Blw", @@ -9997,8 +9997,8 @@ "testcases": { "_-kytMHcyEemrUqotql_Blw": { "args": null, - "asctime": "2020-12-21 01:53:51,942", - "created": 1608512031.9428847, + "asctime": "2021-01-14 01:07:03,026", + "created": 1610582823.0263386, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10009,19 +10009,19 @@ "message": "_-kytMHcyEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 942.8846836090088, + "msecs": 26.338577270507812, "msg": "_-kytMHcyEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1003.7353038787842, + "relativeCreated": 946.3062286376953, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:51,943", - "created": 1608512031.9433522, + "asctime": "2021-01-14 01:07:03,026", + "created": 1610582823.0268621, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -10039,8 +10039,8 @@ "None", "'state_a'" ], - "asctime": "2020-12-21 01:53:51,943", - "created": 1608512031.9430552, + "asctime": "2021-01-14 01:07:03,026", + "created": 1610582823.0265472, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10050,15 +10050,15 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 943.0551528930664, + "msecs": 26.54719352722168, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1003.9057731628418, + "relativeCreated": 946.5148448944092, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -10068,8 +10068,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:51,943", - "created": 1608512031.9432154, + "asctime": "2021-01-14 01:07:03,026", + "created": 1610582823.0267322, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10079,44 +10079,44 @@ "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 943.2153701782227, + "msecs": 26.732206344604492, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1004.065990447998, + "relativeCreated": 946.699857711792, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 943.352222442627, + "msecs": 26.862144470214844, "msg": "Running state machine test sequence.", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1004.2028427124023, + "relativeCreated": 946.8297958374023, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.00013685226440429688 + "time_consumption": 0.00012993812561035156 }, { "args": [ "'state_a'", "" ], - "asctime": "2020-12-21 01:53:51,943", - "created": 1608512031.9436967, + "asctime": "2021-01-14 01:07:03,027", + "created": 1610582823.0272589, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Returnvalue of previous_state() is correct (Content 'state_a' and Type is ).", "module": "test", "moduleLogger": [ @@ -10126,8 +10126,8 @@ "'state_a'", "" ], - "asctime": "2020-12-21 01:53:51,943", - "created": 1608512031.9435015, + "asctime": "2021-01-14 01:07:03,027", + "created": 1610582823.0270402, "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": 943.5014724731445, + "msecs": 27.04024314880371, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1004.3520927429199, + "relativeCreated": 947.0078945159912, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -10154,8 +10154,8 @@ "'state_a'", "" ], - "asctime": "2020-12-21 01:53:51,943", - "created": 1608512031.943593, + "asctime": "2021-01-14 01:07:03,027", + "created": 1610582823.0271513, "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": 943.5930252075195, + "msecs": 27.15134620666504, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1004.4436454772949, + "relativeCreated": 947.1189975738525, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 943.6967372894287, + "msecs": 27.258872985839844, "msg": "Returnvalue of previous_state() is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1004.5473575592041, + "relativeCreated": 947.2265243530273, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.00010371208190917969 + "time_consumption": 0.00010752677917480469 } ], - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.0008120536804199219, - "time_finished": "2020-12-21 01:53:51,943", - "time_start": "2020-12-21 01:53:51,942" + "time_consumption": 0.0009202957153320312, + "time_finished": "2021-01-14 01:07:03,027", + "time_start": "2021-01-14 01:07:03,026" }, "_1WGwEHcyEemrUqotql_Blw": { "args": null, - "asctime": "2020-12-21 01:53:51,938", - "created": 1608512031.9388926, + "asctime": "2021-01-14 01:07:03,023", + "created": 1610582823.0233972, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10210,19 +10210,19 @@ "message": "_1WGwEHcyEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 938.8926029205322, + "msecs": 23.397207260131836, "msg": "_1WGwEHcyEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 999.7432231903076, + "relativeCreated": 943.3648586273193, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:51,939", - "created": 1608512031.9395313, + "asctime": "2021-01-14 01:07:03,023", + "created": 1610582823.023964, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -10240,8 +10240,8 @@ "None", "'state_a'" ], - "asctime": "2020-12-21 01:53:51,939", - "created": 1608512031.939171, + "asctime": "2021-01-14 01:07:03,023", + "created": 1610582823.023613, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10251,15 +10251,15 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 939.1710758209229, + "msecs": 23.61297607421875, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1000.0216960906982, + "relativeCreated": 943.5806274414062, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -10269,8 +10269,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:51,939", - "created": 1608512031.9394, + "asctime": "2021-01-14 01:07:03,023", + "created": 1610582823.0238292, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10280,44 +10280,44 @@ "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 939.3999576568604, + "msecs": 23.829221725463867, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1000.2505779266357, + "relativeCreated": 943.7968730926514, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 939.5313262939453, + "msecs": 23.96392822265625, "msg": "Running state machine test sequence.", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1000.3819465637207, + "relativeCreated": 943.9315795898438, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.00013136863708496094 + "time_consumption": 0.0001347064971923828 }, { "args": [ "'condition_a'", "" ], - "asctime": "2020-12-21 01:53:51,939", - "created": 1608512031.9399338, + "asctime": "2021-01-14 01:07:03,024", + "created": 1610582823.0243986, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Returnvalue of last_transition_condition() is correct (Content 'condition_a' and Type is ).", "module": "test", "moduleLogger": [ @@ -10327,8 +10327,8 @@ "'condition_a'", "" ], - "asctime": "2020-12-21 01:53:51,939", - "created": 1608512031.9397173, + "asctime": "2021-01-14 01:07:03,024", + "created": 1610582823.0241497, "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": 939.7172927856445, + "msecs": 24.149656295776367, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1000.5679130554199, + "relativeCreated": 944.1173076629639, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -10355,8 +10355,8 @@ "'condition_a'", "" ], - "asctime": "2020-12-21 01:53:51,939", - "created": 1608512031.9398317, + "asctime": "2021-01-14 01:07:03,024", + "created": 1610582823.0242846, "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": 939.8317337036133, + "msecs": 24.28460121154785, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1000.6823539733887, + "relativeCreated": 944.2522525787354, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 939.9337768554688, + "msecs": 24.3985652923584, "msg": "Returnvalue of last_transition_condition() is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1000.7843971252441, + "relativeCreated": 944.3662166595459, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.00010204315185546875 + "time_consumption": 0.00011396408081054688 } ], - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.0010411739349365234, - "time_finished": "2020-12-21 01:53:51,939", - "time_start": "2020-12-21 01:53:51,938" + "time_consumption": 0.0010013580322265625, + "time_finished": "2021-01-14 01:07:03,024", + "time_start": "2021-01-14 01:07:03,023" }, "_7Mq60HcyEemrUqotql_Blw": { "args": null, - "asctime": "2020-12-21 01:53:51,940", - "created": 1608512031.940231, + "asctime": "2021-01-14 01:07:03,024", + "created": 1610582823.0246992, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10411,19 +10411,19 @@ "message": "_7Mq60HcyEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 940.2310848236084, + "msecs": 24.69921112060547, "msg": "_7Mq60HcyEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1001.0817050933838, + "relativeCreated": 944.666862487793, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:51,940", - "created": 1608512031.9409828, + "asctime": "2021-01-14 01:07:03,025", + "created": 1610582823.0252314, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -10441,8 +10441,8 @@ "None", "'state_a'" ], - "asctime": "2020-12-21 01:53:51,940", - "created": 1608512031.9405072, + "asctime": "2021-01-14 01:07:03,024", + "created": 1610582823.0248883, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10452,15 +10452,15 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 940.507173538208, + "msecs": 24.888277053833008, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1001.3577938079834, + "relativeCreated": 944.8559284210205, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -10470,8 +10470,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:51,940", - "created": 1608512031.9407485, + "asctime": "2021-01-14 01:07:03,025", + "created": 1610582823.025071, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10481,44 +10481,44 @@ "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 940.7484531402588, + "msecs": 25.070905685424805, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1001.5990734100342, + "relativeCreated": 945.0385570526123, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 940.9828186035156, + "msecs": 25.231361389160156, "msg": "Running state machine test sequence.", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1001.833438873291, + "relativeCreated": 945.1990127563477, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.00023436546325683594 + "time_consumption": 0.00016045570373535156 }, { "args": [ "True", "" ], - "asctime": "2020-12-21 01:53:51,942", - "created": 1608512031.9420965, + "asctime": "2021-01-14 01:07:03,025", + "created": 1610582823.025644, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Returnvalue of last_transition_condition(condition_a) is correct (Content True and Type is ).", "module": "test", "moduleLogger": [ @@ -10528,8 +10528,8 @@ "True", "" ], - "asctime": "2020-12-21 01:53:51,941", - "created": 1608512031.9418643, + "asctime": "2021-01-14 01:07:03,025", + "created": 1610582823.025408, "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": 941.8642520904541, + "msecs": 25.408029556274414, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1002.7148723602295, + "relativeCreated": 945.3756809234619, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -10556,8 +10556,8 @@ "True", "" ], - "asctime": "2020-12-21 01:53:51,941", - "created": 1608512031.941991, + "asctime": "2021-01-14 01:07:03,025", + "created": 1610582823.0255215, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10567,44 +10567,44 @@ "lineno": 26, "message": "Expectation (Returnvalue of last_transition_condition(condition_a)): result = True ()", "module": "test", - "msecs": 941.9910907745361, + "msecs": 25.521516799926758, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1002.8417110443115, + "relativeCreated": 945.4891681671143, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 942.096471786499, + "msecs": 25.64406394958496, "msg": "Returnvalue of last_transition_condition(condition_a) is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1002.9470920562744, + "relativeCreated": 945.6117153167725, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.00010538101196289062 + "time_consumption": 0.00012254714965820312 }, { "args": [ "False", "" ], - "asctime": "2020-12-21 01:53:51,942", - "created": 1608512031.9425597, + "asctime": "2021-01-14 01:07:03,026", + "created": 1610582823.0260284, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Returnvalue of last_transition_condition(condition_c) is correct (Content False and Type is ).", "module": "test", "moduleLogger": [ @@ -10614,8 +10614,8 @@ "False", "" ], - "asctime": "2020-12-21 01:53:51,942", - "created": 1608512031.9423437, + "asctime": "2021-01-14 01:07:03,025", + "created": 1610582823.0258157, "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": 942.3437118530273, + "msecs": 25.815725326538086, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1003.1943321228027, + "relativeCreated": 945.7833766937256, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -10642,8 +10642,8 @@ "False", "" ], - "asctime": "2020-12-21 01:53:51,942", - "created": 1608512031.9424486, + "asctime": "2021-01-14 01:07:03,025", + "created": 1610582823.025923, "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": 942.448616027832, + "msecs": 25.92301368713379, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1003.2992362976074, + "relativeCreated": 945.8906650543213, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 942.5597190856934, + "msecs": 26.02839469909668, "msg": "Returnvalue of last_transition_condition(condition_c) is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1003.4103393554688, + "relativeCreated": 945.9960460662842, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.00011110305786132812 + "time_consumption": 0.00010538101196289062 } ], - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.002328634262084961, - "time_finished": "2020-12-21 01:53:51,942", - "time_start": "2020-12-21 01:53:51,940" + "time_consumption": 0.001329183578491211, + "time_finished": "2021-01-14 01:07:03,026", + "time_start": "2021-01-14 01:07:03,024" }, "_AcYg8HczEemrUqotql_Blw": { "args": null, - "asctime": "2020-12-21 01:53:51,944", - "created": 1608512031.944097, + "asctime": "2021-01-14 01:07:03,027", + "created": 1610582823.027539, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10698,19 +10698,19 @@ "message": "_AcYg8HczEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 944.0970420837402, + "msecs": 27.53901481628418, "msg": "_AcYg8HczEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1004.9476623535156, + "relativeCreated": 947.5066661834717, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:51,944", - "created": 1608512031.9444966, + "asctime": "2021-01-14 01:07:03,028", + "created": 1610582823.0280392, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -10728,8 +10728,8 @@ "None", "'state_a'" ], - "asctime": "2020-12-21 01:53:51,944", - "created": 1608512031.9443066, + "asctime": "2021-01-14 01:07:03,027", + "created": 1610582823.027731, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10739,15 +10739,15 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 944.3066120147705, + "msecs": 27.730941772460938, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1005.1572322845459, + "relativeCreated": 947.6985931396484, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -10757,8 +10757,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:51,944", - "created": 1608512031.9444182, + "asctime": "2021-01-14 01:07:03,027", + "created": 1610582823.0279117, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10768,44 +10768,44 @@ "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 944.41819190979, + "msecs": 27.911663055419922, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1005.2688121795654, + "relativeCreated": 947.8793144226074, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 944.4966316223145, + "msecs": 28.039216995239258, "msg": "Running state machine test sequence.", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1005.3472518920898, + "relativeCreated": 948.0068683624268, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 7.843971252441406e-05 + "time_consumption": 0.00012755393981933594 }, { "args": [ "True", "" ], - "asctime": "2020-12-21 01:53:51,944", - "created": 1608512031.9447584, + "asctime": "2021-01-14 01:07:03,028", + "created": 1610582823.028462, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Returnvalue of previous_state_was(state_a) is correct (Content True and Type is ).", "module": "test", "moduleLogger": [ @@ -10815,8 +10815,8 @@ "True", "" ], - "asctime": "2020-12-21 01:53:51,944", - "created": 1608512031.9446108, + "asctime": "2021-01-14 01:07:03,028", + "created": 1610582823.0282311, "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": 944.6108341217041, + "msecs": 28.231143951416016, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1005.4614543914795, + "relativeCreated": 948.1987953186035, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -10843,8 +10843,8 @@ "True", "" ], - "asctime": "2020-12-21 01:53:51,944", - "created": 1608512031.9446776, + "asctime": "2021-01-14 01:07:03,028", + "created": 1610582823.0283446, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10854,44 +10854,44 @@ "lineno": 26, "message": "Expectation (Returnvalue of previous_state_was(state_a)): result = True ()", "module": "test", - "msecs": 944.6775913238525, + "msecs": 28.34463119506836, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1005.5282115936279, + "relativeCreated": 948.3122825622559, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 944.758415222168, + "msecs": 28.461933135986328, "msg": "Returnvalue of previous_state_was(state_a) is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1005.6090354919434, + "relativeCreated": 948.4295845031738, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 8.082389831542969e-05 + "time_consumption": 0.00011730194091796875 }, { "args": [ "False", "" ], - "asctime": "2020-12-21 01:53:51,945", - "created": 1608512031.9450028, + "asctime": "2021-01-14 01:07:03,028", + "created": 1610582823.0288458, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Returnvalue of previous_state_was(state_b) is correct (Content False and Type is ).", "module": "test", "moduleLogger": [ @@ -10901,8 +10901,8 @@ "False", "" ], - "asctime": "2020-12-21 01:53:51,944", - "created": 1608512031.9448667, + "asctime": "2021-01-14 01:07:03,028", + "created": 1610582823.028633, "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": 944.8666572570801, + "msecs": 28.63311767578125, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1005.7172775268555, + "relativeCreated": 948.6007690429688, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -10929,8 +10929,8 @@ "False", "" ], - "asctime": "2020-12-21 01:53:51,944", - "created": 1608512031.9449353, + "asctime": "2021-01-14 01:07:03,028", + "created": 1610582823.0287404, "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": 944.9353218078613, + "msecs": 28.740406036376953, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1005.7859420776367, + "relativeCreated": 948.7080574035645, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 945.0027942657471, + "msecs": 28.845787048339844, "msg": "Returnvalue of previous_state_was(state_b) is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1005.8534145355225, + "relativeCreated": 948.8134384155273, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 6.747245788574219e-05 + "time_consumption": 0.00010538101196289062 } ], - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.0009057521820068359, - "time_finished": "2020-12-21 01:53:51,945", - "time_start": "2020-12-21 01:53:51,944" + "time_consumption": 0.001306772232055664, + "time_finished": "2021-01-14 01:07:03,028", + "time_start": "2021-01-14 01:07:03,027" }, "_C0Vi0HgPEemBsuKWG645TA": { "args": null, - "asctime": "2020-12-21 01:53:51,438", - "created": 1608512031.4388745, + "asctime": "2021-01-14 01:07:02,526", + "created": 1610582822.5266812, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10985,13 +10985,13 @@ "message": "_C0Vi0HgPEemBsuKWG645TA", "module": "__init__", "moduleLogger": [], - "msecs": 438.8744831085205, + "msecs": 526.6811847686768, "msg": "_C0Vi0HgPEemBsuKWG645TA", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 499.7251033782959, + "relativeCreated": 446.64883613586426, "stack_info": null, "testcaseLogger": [ { @@ -10999,8 +10999,8 @@ 0.151, 0.15 ], - "asctime": "2020-12-21 01:53:51,439", - "created": 1608512031.4393237, + "asctime": "2021-01-14 01:07:02,526", + "created": 1610582822.5268736, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -11018,8 +11018,8 @@ "None", "'state_a'" ], - "asctime": "2020-12-21 01:53:51,439", - "created": 1608512031.4391952, + "asctime": "2021-01-14 01:07:02,526", + "created": 1610582822.5268047, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11029,44 +11029,44 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 439.1951560974121, + "msecs": 526.8046855926514, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 500.0457763671875, + "relativeCreated": 446.77233695983887, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 439.32366371154785, + "msecs": 526.8735885620117, "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": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 500.17428398132324, + "relativeCreated": 446.8412399291992, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.0001285076141357422 + "time_consumption": 6.890296936035156e-05 }, { "args": [ "'state_a'", "" ], - "asctime": "2020-12-21 01:53:51,439", - "created": 1608512031.439701, + "asctime": "2021-01-14 01:07:02,527", + "created": 1610582822.527056, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Initial state after Initialisation is correct (Content 'state_a' and Type is ).", "module": "test", "moduleLogger": [ @@ -11076,8 +11076,8 @@ "'state_a'", "" ], - "asctime": "2020-12-21 01:53:51,439", - "created": 1608512031.439499, + "asctime": "2021-01-14 01:07:02,526", + "created": 1610582822.5269613, "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": 439.4989013671875, + "msecs": 526.9613265991211, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 500.3495216369629, + "relativeCreated": 446.9289779663086, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -11104,8 +11104,8 @@ "'state_a'", "" ], - "asctime": "2020-12-21 01:53:51,439", - "created": 1608512031.439601, + "asctime": "2021-01-14 01:07:02,527", + "created": 1610582822.5270066, "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": 439.60094451904297, + "msecs": 527.0066261291504, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 500.45156478881836, + "relativeCreated": 446.9742774963379, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 439.7010803222656, + "msecs": 527.0559787750244, "msg": "Initial state after Initialisation is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 500.551700592041, + "relativeCreated": 447.0236301422119, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.00010013580322265625 + "time_consumption": 4.935264587402344e-05 }, { "args": [ 0.3 ], - "asctime": "2020-12-21 01:53:51,683", - "created": 1608512031.6832652, + "asctime": "2021-01-14 01:07:02,768", + "created": 1610582822.7689111, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -11157,10 +11157,10 @@ "moduleLogger": [ { "args": [ - 6.4373016357421875e-06 + 3.5762786865234375e-06 ], - "asctime": "2020-12-21 01:53:51,439", - "created": 1608512031.4398274, + "asctime": "2021-01-14 01:07:02,527", + "created": 1610582822.5271294, "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": 439.82744216918945, + "msecs": 527.1294116973877, "msg": "Executing method work after %.03fs", "name": "__unittest__", "pathname": "src/tests/test_transitions.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 500.67806243896484, + "relativeCreated": 447.0970630645752, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ - 0.06042790412902832 + 0.06027650833129883 ], - "asctime": "2020-12-21 01:53:51,500", - "created": 1608512031.5003133, + "asctime": "2021-01-14 01:07:02,587", + "created": 1610582822.587436, "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": 500.31328201293945, + "msecs": 587.4359607696533, "msg": "Executing method work after %.03fs", "name": "__unittest__", "pathname": "src/tests/test_transitions.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 561.1639022827148, + "relativeCreated": 507.4036121368408, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ - 0.1212306022644043 + 0.12072563171386719 ], - "asctime": "2020-12-21 01:53:51,561", - "created": 1608512031.5610917, + "asctime": "2021-01-14 01:07:02,647", + "created": 1610582822.6478846, "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": 561.0916614532471, + "msecs": 647.8846073150635, "msg": "Executing method work after %.03fs", "name": "__unittest__", "pathname": "src/tests/test_transitions.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 621.9422817230225, + "relativeCreated": 567.852258682251, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ - 0.18177390098571777 + 0.18117737770080566 ], - "asctime": "2020-12-21 01:53:51,621", - "created": 1608512031.621716, + "asctime": "2021-01-14 01:07:02,708", + "created": 1610582822.7083366, "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.182s", + "message": "Executing method work after 0.181s", "module": "test_transitions", - "msecs": 621.7160224914551, + "msecs": 708.336591720581, "msg": "Executing method work after %.03fs", "name": "__unittest__", "pathname": "src/tests/test_transitions.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 682.5666427612305, + "relativeCreated": 628.3042430877686, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -11266,8 +11266,8 @@ "'state_a'", "'state_c'" ], - "asctime": "2020-12-21 01:53:51,622", - "created": 1608512031.6225524, + "asctime": "2021-01-14 01:07:02,708", + "created": 1610582822.7085662, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11277,44 +11277,44 @@ "lineno": 179, "message": "StateMachine: State change ('condition_true'): 'state_a' -> 'state_c'", "module": "__init__", - "msecs": 622.5523948669434, + "msecs": 708.5661888122559, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 683.4030151367188, + "relativeCreated": 628.5338401794434, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 683.265209197998, + "msecs": 768.9111232757568, "msg": "Waiting for %.3fs or state change", "name": "__tLogger__", "pathname": "src/tests/test_transitions.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 744.1158294677734, + "relativeCreated": 688.8787746429443, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.06071281433105469 + "time_consumption": 0.06034493446350098 }, { "args": [ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:51,684", - "created": 1608512031.6844969, + "asctime": "2021-01-14 01:07:02,769", + "created": 1610582822.7694254, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "State after 1st cycle is correct (Content 'state_c' and Type is ).", "module": "test", "moduleLogger": [ @@ -11324,8 +11324,8 @@ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:51,684", - "created": 1608512031.6841075, + "asctime": "2021-01-14 01:07:02,769", + "created": 1610582822.7692142, "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": 684.1075420379639, + "msecs": 769.2141532897949, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 744.9581623077393, + "relativeCreated": 689.1818046569824, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -11352,8 +11352,8 @@ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:51,684", - "created": 1608512031.6843398, + "asctime": "2021-01-14 01:07:02,769", + "created": 1610582822.7693176, "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": 684.3397617340088, + "msecs": 769.317626953125, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 745.1903820037842, + "relativeCreated": 689.2852783203125, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 684.4968795776367, + "msecs": 769.4253921508789, "msg": "State after 1st cycle is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 745.3474998474121, + "relativeCreated": 689.3930435180664, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.0001571178436279297 + "time_consumption": 0.00010776519775390625 } ], - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.2456223964691162, - "time_finished": "2020-12-21 01:53:51,684", - "time_start": "2020-12-21 01:53:51,438" + "time_consumption": 0.24274420738220215, + "time_finished": "2021-01-14 01:07:02,769", + "time_start": "2021-01-14 01:07:02,526" }, "_GeMSYHczEemrUqotql_Blw": { "args": null, - "asctime": "2020-12-21 01:53:51,945", - "created": 1608512031.9451919, + "asctime": "2021-01-14 01:07:03,029", + "created": 1610582823.029155, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11408,19 +11408,19 @@ "message": "_GeMSYHczEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 945.1918601989746, + "msecs": 29.15501594543457, "msg": "_GeMSYHczEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1006.04248046875, + "relativeCreated": 949.1226673126221, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:52,696", - "created": 1608512032.69677, + "asctime": "2021-01-14 01:07:03,781", + "created": 1610582823.7811716, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -11438,8 +11438,8 @@ "None", "'state_a'" ], - "asctime": "2020-12-21 01:53:51,945", - "created": 1608512031.9453187, + "asctime": "2021-01-14 01:07:03,029", + "created": 1610582823.0293486, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11449,15 +11449,15 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 945.3186988830566, + "msecs": 29.34861183166504, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1006.169319152832, + "relativeCreated": 949.3162631988525, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -11467,8 +11467,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:51,945", - "created": 1608512031.945472, + "asctime": "2021-01-14 01:07:03,029", + "created": 1610582823.02953, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11478,23 +11478,23 @@ "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 945.472002029419, + "msecs": 29.530048370361328, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1006.3226222991943, + "relativeCreated": 949.4976997375488, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 0.75 ], - "asctime": "2020-12-21 01:53:51,945", - "created": 1608512031.9455726, + "asctime": "2021-01-14 01:07:03,029", + "created": 1610582823.0296595, "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": 945.5726146697998, + "msecs": 29.659509658813477, "msg": "Waiting for %.2fs", "name": "__unittest__", "pathname": "src/tests/test_interface.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1006.4232349395752, + "relativeCreated": 949.627161026001, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -11522,8 +11522,8 @@ "'state_b'", "'state_a'" ], - "asctime": "2020-12-21 01:53:52,696", - "created": 1608512032.6965957, + "asctime": "2021-01-14 01:07:03,780", + "created": 1610582823.7808156, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11533,57 +11533,57 @@ "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_b' -> 'state_a'", "module": "__init__", - "msecs": 696.5956687927246, + "msecs": 780.815601348877, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1757.4462890625, + "relativeCreated": 1700.7832527160645, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 696.7699527740479, + "msecs": 781.1715602874756, "msg": "Running state machine test sequence.", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1757.6205730438232, + "relativeCreated": 1701.139211654663, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.0001742839813232422 + "time_consumption": 0.0003559589385986328 }, { "args": [ - "0.7511894702911377", + "0.7514586448669434", "0.7", "0.8", "" ], - "asctime": "2020-12-21 01:53:52,697", - "created": 1608512032.6973927, + "asctime": "2021-01-14 01:07:03,781", + "created": 1610582823.7818398, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "range_chk", "levelname": "INFO", "levelno": 20, - "lineno": 218, - "message": "Return Value of previous_state_duration() is correct (Content 0.7511894702911377 in [0.7 ... 0.8] and Type is ).", + "lineno": 220, + "message": "Return Value of previous_state_duration() is correct (Content 0.7514586448669434 in [0.7 ... 0.8] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Return Value of previous_state_duration()", - "0.7511894702911377", + "0.7514586448669434", "" ], - "asctime": "2020-12-21 01:53:52,697", - "created": 1608512032.6970463, + "asctime": "2021-01-14 01:07:03,781", + "created": 1610582823.7815127, "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.7511894702911377 ()", + "message": "Result (Return Value of previous_state_duration()): 0.7514586448669434 ()", "module": "test", - "msecs": 697.0462799072266, + "msecs": 781.5127372741699, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1757.896900177002, + "relativeCreated": 1701.4803886413574, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -11610,52 +11610,52 @@ "0.7", "0.8" ], - "asctime": "2020-12-21 01:53:52,697", - "created": 1608512032.697198, + "asctime": "2021-01-14 01:07:03,781", + "created": 1610582823.7816806, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation_range__", "levelname": "DEBUG", "levelno": 10, - "lineno": 30, + "lineno": 34, "message": "Expectation (Return Value of previous_state_duration()): 0.7 <= result <= 0.8", "module": "test", - "msecs": 697.1979141235352, + "msecs": 781.6805839538574, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1758.0485343933105, + "relativeCreated": 1701.648235321045, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 697.3927021026611, + "msecs": 781.8398475646973, "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": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1758.2433223724365, + "relativeCreated": 1701.8074989318848, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.00019478797912597656 + "time_consumption": 0.00015926361083984375 } ], - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.7522008419036865, - "time_finished": "2020-12-21 01:53:52,697", - "time_start": "2020-12-21 01:53:51,945" + "time_consumption": 0.7526848316192627, + "time_finished": "2021-01-14 01:07:03,781", + "time_start": "2021-01-14 01:07:03,029" }, "_P7R34HczEemrUqotql_Blw": { "args": null, - "asctime": "2020-12-21 01:53:51,056", - "created": 1608512031.0568743, + "asctime": "2021-01-14 01:07:02,146", + "created": 1610582822.146762, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11666,19 +11666,19 @@ "message": "_P7R34HczEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 56.87427520751953, + "msecs": 146.76189422607422, "msg": "_P7R34HczEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 117.72489547729492, + "relativeCreated": 66.72954559326172, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:51,057", - "created": 1608512031.057048, + "asctime": "2021-01-14 01:07:02,146", + "created": 1610582822.146907, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -11696,8 +11696,8 @@ "None", "'state_a'" ], - "asctime": "2020-12-21 01:53:51,056", - "created": 1608512031.056977, + "asctime": "2021-01-14 01:07:02,146", + "created": 1610582822.146857, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11707,44 +11707,44 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 56.977033615112305, + "msecs": 146.85702323913574, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 117.8276538848877, + "relativeCreated": 66.82467460632324, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 57.04808235168457, + "msecs": 146.90709114074707, "msg": "Initialising state machine with state_a", "name": "__tLogger__", "pathname": "src/tests/test_transitions.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 117.89870262145996, + "relativeCreated": 66.87474250793457, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 7.104873657226562e-05 + "time_consumption": 5.0067901611328125e-05 }, { "args": [ "'state_a'", "" ], - "asctime": "2020-12-21 01:53:51,057", - "created": 1608512031.057202, + "asctime": "2021-01-14 01:07:02,147", + "created": 1610582822.147036, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Initial state after Initialisation is correct (Content 'state_a' and Type is ).", "module": "test", "moduleLogger": [ @@ -11754,8 +11754,8 @@ "'state_a'", "" ], - "asctime": "2020-12-21 01:53:51,057", - "created": 1608512031.0571146, + "asctime": "2021-01-14 01:07:02,146", + "created": 1610582822.1469655, "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": 57.114601135253906, + "msecs": 146.96550369262695, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 117.9652214050293, + "relativeCreated": 66.93315505981445, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -11782,8 +11782,8 @@ "'state_a'", "" ], - "asctime": "2020-12-21 01:53:51,057", - "created": 1608512031.0571604, + "asctime": "2021-01-14 01:07:02,147", + "created": 1610582822.1470013, "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": 57.160377502441406, + "msecs": 147.0012664794922, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 118.0109977722168, + "relativeCreated": 66.96891784667969, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 57.20210075378418, + "msecs": 147.03607559204102, "msg": "Initial state after Initialisation is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 118.05272102355957, + "relativeCreated": 67.00372695922852, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 4.172325134277344e-05 + "time_consumption": 3.4809112548828125e-05 }, { "args": [], - "asctime": "2020-12-21 01:53:51,057", - "created": 1608512031.0573292, + "asctime": "2021-01-14 01:07:02,147", + "created": 1610582822.147148, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -11838,8 +11838,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:51,057", - "created": 1608512031.0572755, + "asctime": "2021-01-14 01:07:02,147", + "created": 1610582822.1471028, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11849,44 +11849,44 @@ "lineno": 179, "message": "StateMachine: State change ('condition_true'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 57.27553367614746, + "msecs": 147.10283279418945, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 118.12615394592285, + "relativeCreated": 67.07048416137695, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 57.32917785644531, + "msecs": 147.14789390563965, "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": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 118.1797981262207, + "relativeCreated": 67.11554527282715, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 5.364418029785156e-05 + "time_consumption": 4.506111145019531e-05 }, { "args": [ "'state_b'", "" ], - "asctime": "2020-12-21 01:53:51,057", - "created": 1608512031.0574708, + "asctime": "2021-01-14 01:07:02,147", + "created": 1610582822.147279, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "State after 1st execution of work method is correct (Content 'state_b' and Type is ).", "module": "test", "moduleLogger": [ @@ -11896,8 +11896,8 @@ "'state_b'", "" ], - "asctime": "2020-12-21 01:53:51,057", - "created": 1608512031.0573895, + "asctime": "2021-01-14 01:07:02,147", + "created": 1610582822.1472065, "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": 57.38949775695801, + "msecs": 147.20654487609863, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 118.2401180267334, + "relativeCreated": 67.17419624328613, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -11924,8 +11924,8 @@ "'state_b'", "" ], - "asctime": "2020-12-21 01:53:51,057", - "created": 1608512031.05743, + "asctime": "2021-01-14 01:07:02,147", + "created": 1610582822.147244, "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": 57.43002891540527, + "msecs": 147.24397659301758, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 118.28064918518066, + "relativeCreated": 67.21162796020508, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 57.47079849243164, + "msecs": 147.2790241241455, "msg": "State after 1st execution of work method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 118.32141876220703, + "relativeCreated": 67.24667549133301, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 4.076957702636719e-05 + "time_consumption": 3.504753112792969e-05 }, { "args": [], - "asctime": "2020-12-21 01:53:51,057", - "created": 1608512031.057577, + "asctime": "2021-01-14 01:07:02,147", + "created": 1610582822.1473818, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -11980,8 +11980,8 @@ "'state_b'", "'state_c'" ], - "asctime": "2020-12-21 01:53:51,057", - "created": 1608512031.0575354, + "asctime": "2021-01-14 01:07:02,147", + "created": 1610582822.147341, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11991,44 +11991,44 @@ "lineno": 179, "message": "StateMachine: State change ('condition_true'): 'state_b' -> 'state_c'", "module": "__init__", - "msecs": 57.535409927368164, + "msecs": 147.3410129547119, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 118.38603019714355, + "relativeCreated": 67.30866432189941, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 57.576894760131836, + "msecs": 147.38178253173828, "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": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 118.42751502990723, + "relativeCreated": 67.34943389892578, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 4.1484832763671875e-05 + "time_consumption": 4.076957702636719e-05 }, { "args": [ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:51,057", - "created": 1608512031.0577075, + "asctime": "2021-01-14 01:07:02,147", + "created": 1610582822.1475062, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "State after 2nd execution of work method is correct (Content 'state_c' and Type is ).", "module": "test", "moduleLogger": [ @@ -12038,8 +12038,8 @@ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:51,057", - "created": 1608512031.0576346, + "asctime": "2021-01-14 01:07:02,147", + "created": 1610582822.147437, "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": 57.634592056274414, + "msecs": 147.43709564208984, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 118.4852123260498, + "relativeCreated": 67.40474700927734, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -12066,8 +12066,8 @@ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:51,057", - "created": 1608512031.0576713, + "asctime": "2021-01-14 01:07:02,147", + "created": 1610582822.1474717, "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": 57.671308517456055, + "msecs": 147.47166633605957, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 118.52192878723145, + "relativeCreated": 67.43931770324707, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 57.70754814147949, + "msecs": 147.5062370300293, "msg": "State after 2nd execution of work method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 118.55816841125488, + "relativeCreated": 67.4738883972168, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 3.62396240234375e-05 + "time_consumption": 3.457069396972656e-05 }, { "args": [], - "asctime": "2020-12-21 01:53:51,057", - "created": 1608512031.0577626, + "asctime": "2021-01-14 01:07:02,147", + "created": 1610582822.1475587, "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": 57.76262283325195, + "msecs": 147.55868911743164, "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": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 118.61324310302734, + "relativeCreated": 67.52634048461914, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -12132,15 +12132,15 @@ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:51,057", - "created": 1608512031.0579002, + "asctime": "2021-01-14 01:07:02,147", + "created": 1610582822.1476867, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "State after 3rd execution of work method is correct (Content 'state_c' and Type is ).", "module": "test", "moduleLogger": [ @@ -12150,8 +12150,8 @@ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:51,057", - "created": 1608512031.0578163, + "asctime": "2021-01-14 01:07:02,147", + "created": 1610582822.1476128, "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": 57.816267013549805, + "msecs": 147.6128101348877, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 118.6668872833252, + "relativeCreated": 67.5804615020752, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -12178,8 +12178,8 @@ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:51,057", - "created": 1608512031.0578616, + "asctime": "2021-01-14 01:07:02,147", + "created": 1610582822.1476498, "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": 57.8615665435791, + "msecs": 147.64976501464844, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 118.71218681335449, + "relativeCreated": 67.61741638183594, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 57.900190353393555, + "msecs": 147.68671989440918, "msg": "State after 3rd execution of work method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 118.75081062316895, + "relativeCreated": 67.65437126159668, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 3.8623809814453125e-05 + "time_consumption": 3.695487976074219e-05 } ], - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.0010259151458740234, - "time_finished": "2020-12-21 01:53:51,057", - "time_start": "2020-12-21 01:53:51,056" + "time_consumption": 0.0009248256683349609, + "time_finished": "2021-01-14 01:07:02,147", + "time_start": "2021-01-14 01:07:02,146" }, "_QofFgK-aEeqZm7ouFR1drQ": { "args": null, - "asctime": "2020-12-21 01:53:52,718", - "created": 1608512032.718942, + "asctime": "2021-01-14 01:07:03,797", + "created": 1610582823.7978594, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12234,26 +12234,26 @@ "message": "_QofFgK-aEeqZm7ouFR1drQ", "module": "__init__", "moduleLogger": [], - "msecs": 718.9419269561768, + "msecs": 797.8594303131104, "msg": "_QofFgK-aEeqZm7ouFR1drQ", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1779.7925472259521, + "relativeCreated": 1717.8270816802979, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:52,721", - "created": 1608512032.7211, + "asctime": "2021-01-14 01:07:03,798", + "created": 1610582823.79887, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "report", "levelname": "INFO", "levelno": 20, - "lineno": 166, + "lineno": 168, "message": "Callback execution order: Values and number of submitted values is correct. See detailed log for more information.", "module": "test", "moduleLogger": [ @@ -12264,8 +12264,8 @@ "None", "'state_a'" ], - "asctime": "2020-12-21 01:53:52,719", - "created": 1608512032.719121, + "asctime": "2021-01-14 01:07:03,797", + "created": 1610582823.7979395, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12275,15 +12275,15 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 719.120979309082, + "msecs": 797.9395389556885, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1779.9715995788574, + "relativeCreated": 1717.907190322876, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -12293,8 +12293,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:52,719", - "created": 1608512032.7193987, + "asctime": "2021-01-14 01:07:03,798", + "created": 1610582823.7980225, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12304,15 +12304,15 @@ "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 719.3987369537354, + "msecs": 798.0225086212158, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1780.2493572235107, + "relativeCreated": 1717.9901599884033, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -12321,8 +12321,8 @@ "unittest.test", "report_value" ], - "asctime": "2020-12-21 01:53:52,719", - "created": 1608512032.7194972, + "asctime": "2021-01-14 01:07:03,798", + "created": 1610582823.7980733, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12332,15 +12332,15 @@ "lineno": 200, "message": "Executing callback 0 - unittest.test.report_value", "module": "__init__", - "msecs": 719.4972038269043, + "msecs": 798.0732917785645, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1780.3478240966797, + "relativeCreated": 1718.040943145752, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -12349,8 +12349,8 @@ "unittest.test", "report_value" ], - "asctime": "2020-12-21 01:53:52,719", - "created": 1608512032.7195804, + "asctime": "2021-01-14 01:07:03,798", + "created": 1610582823.7981153, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12360,15 +12360,15 @@ "lineno": 200, "message": "Executing callback 2 - unittest.test.report_value", "module": "__init__", - "msecs": 719.5804119110107, + "msecs": 798.1152534484863, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1780.4310321807861, + "relativeCreated": 1718.0829048156738, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -12378,8 +12378,8 @@ "'state_b'", "'state_a'" ], - "asctime": "2020-12-21 01:53:52,719", - "created": 1608512032.7196832, + "asctime": "2021-01-14 01:07:03,798", + "created": 1610582823.798171, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12389,15 +12389,15 @@ "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_b' -> 'state_a'", "module": "__init__", - "msecs": 719.6831703186035, + "msecs": 798.1710433959961, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1780.533790588379, + "relativeCreated": 1718.1386947631836, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -12406,8 +12406,8 @@ "unittest.test", "report_value" ], - "asctime": "2020-12-21 01:53:52,719", - "created": 1608512032.7198234, + "asctime": "2021-01-14 01:07:03,798", + "created": 1610582823.7982183, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12417,15 +12417,15 @@ "lineno": 200, "message": "Executing callback 1 - unittest.test.report_value", "module": "__init__", - "msecs": 719.8233604431152, + "msecs": 798.2182502746582, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1780.6739807128906, + "relativeCreated": 1718.1859016418457, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -12434,8 +12434,8 @@ "unittest.test", "report_value" ], - "asctime": "2020-12-21 01:53:52,719", - "created": 1608512032.7199192, + "asctime": "2021-01-14 01:07:03,798", + "created": 1610582823.798259, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12445,15 +12445,15 @@ "lineno": 200, "message": "Executing callback 2 - unittest.test.report_value", "module": "__init__", - "msecs": 719.9192047119141, + "msecs": 798.2590198516846, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1780.7698249816895, + "relativeCreated": 1718.226671218872, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -12462,8 +12462,8 @@ "[ 'specific callback for reaching state_b', 'nonspecific callback', 'specific callback for reaching state_a', 'nonspecific callback' ]", "" ], - "asctime": "2020-12-21 01:53:52,720", - "created": 1608512032.720028, + "asctime": "2021-01-14 01:07:03,798", + "created": 1610582823.798315, "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": 720.0279235839844, + "msecs": 798.3150482177734, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1780.8785438537598, + "relativeCreated": 1718.282699584961, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -12490,8 +12490,8 @@ "[ 'specific callback for reaching state_b', 'nonspecific callback', 'specific callback for reaching state_a', 'nonspecific callback' ]", "" ], - "asctime": "2020-12-21 01:53:52,720", - "created": 1608512032.720111, + "asctime": "2021-01-14 01:07:03,798", + "created": 1610582823.7983618, "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": 720.1108932495117, + "msecs": 798.3617782592773, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1780.961513519287, + "relativeCreated": 1718.3294296264648, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -12518,8 +12518,8 @@ "'specific callback for reaching state_b'", "" ], - "asctime": "2020-12-21 01:53:52,720", - "created": 1608512032.720204, + "asctime": "2021-01-14 01:07:03,798", + "created": 1610582823.7984114, "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": 720.2041149139404, + "msecs": 798.4113693237305, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1781.0547351837158, + "relativeCreated": 1718.379020690918, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -12546,8 +12546,8 @@ "'specific callback for reaching state_b'", "" ], - "asctime": "2020-12-21 01:53:52,720", - "created": 1608512032.7202766, + "asctime": "2021-01-14 01:07:03,798", + "created": 1610582823.798452, "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": 720.2765941619873, + "msecs": 798.4519004821777, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1781.1272144317627, + "relativeCreated": 1718.4195518493652, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -12573,26 +12573,26 @@ "'specific callback for reaching state_b'", "" ], - "asctime": "2020-12-21 01:53:52,720", - "created": 1608512032.7203987, + "asctime": "2021-01-14 01:07:03,798", + "created": 1610582823.7984936, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 1 is correct (Content 'specific callback for reaching state_b' and Type is ).", "module": "test", - "msecs": 720.3986644744873, + "msecs": 798.4936237335205, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1781.2492847442627, + "relativeCreated": 1718.461275100708, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -12601,8 +12601,8 @@ "'nonspecific callback'", "" ], - "asctime": "2020-12-21 01:53:52,720", - "created": 1608512032.720483, + "asctime": "2021-01-14 01:07:03,798", + "created": 1610582823.7985358, "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": 720.4830646514893, + "msecs": 798.5358238220215, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1781.3336849212646, + "relativeCreated": 1718.503475189209, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -12629,8 +12629,8 @@ "'nonspecific callback'", "" ], - "asctime": "2020-12-21 01:53:52,720", - "created": 1608512032.7205637, + "asctime": "2021-01-14 01:07:03,798", + "created": 1610582823.798579, "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": 720.5636501312256, + "msecs": 798.5789775848389, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1781.414270401001, + "relativeCreated": 1718.5466289520264, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -12656,26 +12656,26 @@ "'nonspecific callback'", "" ], - "asctime": "2020-12-21 01:53:52,720", - "created": 1608512032.7206402, + "asctime": "2021-01-14 01:07:03,798", + "created": 1610582823.79862, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 2 is correct (Content 'nonspecific callback' and Type is ).", "module": "test", - "msecs": 720.6401824951172, + "msecs": 798.6199855804443, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1781.4908027648926, + "relativeCreated": 1718.5876369476318, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -12684,8 +12684,8 @@ "'specific callback for reaching state_a'", "" ], - "asctime": "2020-12-21 01:53:52,720", - "created": 1608512032.7207177, + "asctime": "2021-01-14 01:07:03,798", + "created": 1610582823.7986703, "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": 720.7176685333252, + "msecs": 798.6702919006348, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1781.5682888031006, + "relativeCreated": 1718.6379432678223, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -12712,8 +12712,8 @@ "'specific callback for reaching state_a'", "" ], - "asctime": "2020-12-21 01:53:52,720", - "created": 1608512032.7207885, + "asctime": "2021-01-14 01:07:03,798", + "created": 1610582823.7987037, "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": 720.7884788513184, + "msecs": 798.703670501709, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1781.6390991210938, + "relativeCreated": 1718.6713218688965, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -12739,26 +12739,26 @@ "'specific callback for reaching state_a'", "" ], - "asctime": "2020-12-21 01:53:52,720", - "created": 1608512032.7208436, + "asctime": "2021-01-14 01:07:03,798", + "created": 1610582823.798738, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 3 is correct (Content 'specific callback for reaching state_a' and Type is ).", "module": "test", - "msecs": 720.8435535430908, + "msecs": 798.7380027770996, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1781.6941738128662, + "relativeCreated": 1718.705654144287, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -12767,8 +12767,8 @@ "'nonspecific callback'", "" ], - "asctime": "2020-12-21 01:53:52,720", - "created": 1608512032.7208972, + "asctime": "2021-01-14 01:07:03,798", + "created": 1610582823.7987723, "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": 720.8971977233887, + "msecs": 798.7723350524902, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1781.747817993164, + "relativeCreated": 1718.7399864196777, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -12795,8 +12795,8 @@ "'nonspecific callback'", "" ], - "asctime": "2020-12-21 01:53:52,720", - "created": 1608512032.7209527, + "asctime": "2021-01-14 01:07:03,798", + "created": 1610582823.798805, "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": 720.9527492523193, + "msecs": 798.8049983978271, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1781.8033695220947, + "relativeCreated": 1718.7726497650146, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -12822,52 +12822,52 @@ "'nonspecific callback'", "" ], - "asctime": "2020-12-21 01:53:52,721", - "created": 1608512032.7210097, + "asctime": "2021-01-14 01:07:03,798", + "created": 1610582823.798838, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 4 is correct (Content 'nonspecific callback' and Type is ).", "module": "test", - "msecs": 721.0097312927246, + "msecs": 798.8379001617432, "msg": "Submitted value number 4 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1781.8603515625, + "relativeCreated": 1718.8055515289307, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 721.1000919342041, + "msecs": 798.8700866699219, "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": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1781.9507122039795, + "relativeCreated": 1718.8377380371094, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 9.036064147949219e-05 + "time_consumption": 3.218650817871094e-05 } ], - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.0021581649780273438, - "time_finished": "2020-12-21 01:53:52,721", - "time_start": "2020-12-21 01:53:52,718" + "time_consumption": 0.0010106563568115234, + "time_finished": "2021-01-14 01:07:03,798", + "time_start": "2021-01-14 01:07:03,797" }, "_XzMFcHYZEem_kd-7nxt1sg": { "args": null, - "asctime": "2020-12-21 01:53:52,698", - "created": 1608512032.6982777, + "asctime": "2021-01-14 01:07:03,782", + "created": 1610582823.7822359, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12878,19 +12878,19 @@ "message": "_XzMFcHYZEem_kd-7nxt1sg", "module": "__init__", "moduleLogger": [], - "msecs": 698.2777118682861, + "msecs": 782.235860824585, "msg": "_XzMFcHYZEem_kd-7nxt1sg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1759.1283321380615, + "relativeCreated": 1702.2035121917725, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:52,702", - "created": 1608512032.7027586, + "asctime": "2021-01-14 01:07:03,785", + "created": 1610582823.785224, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -12908,8 +12908,8 @@ "None", "'state_a'" ], - "asctime": "2020-12-21 01:53:52,698", - "created": 1608512032.6987576, + "asctime": "2021-01-14 01:07:03,782", + "created": 1610582823.7825103, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12919,23 +12919,23 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 698.7576484680176, + "msecs": 782.5102806091309, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1759.608268737793, + "relativeCreated": 1702.4779319763184, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 1 ], - "asctime": "2020-12-21 01:53:52,699", - "created": 1608512032.6991384, + "asctime": "2021-01-14 01:07:03,782", + "created": 1610582823.7827497, "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": 699.1384029388428, + "msecs": 782.7496528625488, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1759.9890232086182, + "relativeCreated": 1702.7173042297363, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -12963,8 +12963,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:52,700", - "created": 1608512032.7000618, + "asctime": "2021-01-14 01:07:03,783", + "created": 1610582823.7831044, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12974,15 +12974,15 @@ "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 700.0617980957031, + "msecs": 783.104419708252, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1760.9124183654785, + "relativeCreated": 1703.0720710754395, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -12991,8 +12991,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:52,700", - "created": 1608512032.700483, + "asctime": "2021-01-14 01:07:03,783", + "created": 1610582823.7833042, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13002,23 +13002,23 @@ "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 700.4830837249756, + "msecs": 783.3042144775391, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1761.333703994751, + "relativeCreated": 1703.2718658447266, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 2 ], - "asctime": "2020-12-21 01:53:52,700", - "created": 1608512032.700816, + "asctime": "2021-01-14 01:07:03,783", + "created": 1610582823.7834523, "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": 700.8159160614014, + "msecs": 783.4522724151611, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1761.6665363311768, + "relativeCreated": 1703.4199237823486, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -13045,8 +13045,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:52,701", - "created": 1608512032.7013958, + "asctime": "2021-01-14 01:07:03,783", + "created": 1610582823.783595, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13056,23 +13056,23 @@ "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 701.3957500457764, + "msecs": 783.595085144043, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1762.2463703155518, + "relativeCreated": 1703.5627365112305, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 3 ], - "asctime": "2020-12-21 01:53:52,701", - "created": 1608512032.7015626, + "asctime": "2021-01-14 01:07:03,783", + "created": 1610582823.7837253, "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": 701.5626430511475, + "msecs": 783.7252616882324, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1762.4132633209229, + "relativeCreated": 1703.69291305542, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 4 ], - "asctime": "2020-12-21 01:53:52,701", - "created": 1608512032.7017343, + "asctime": "2021-01-14 01:07:03,783", + "created": 1610582823.7838697, "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": 701.7343044281006, + "msecs": 783.869743347168, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1762.584924697876, + "relativeCreated": 1703.8373947143555, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -13126,8 +13126,8 @@ "'state_b'", "'state_a'" ], - "asctime": "2020-12-21 01:53:52,701", - "created": 1608512032.7019296, + "asctime": "2021-01-14 01:07:03,784", + "created": 1610582823.7840497, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13137,23 +13137,23 @@ "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_b' -> 'state_a'", "module": "__init__", - "msecs": 701.9295692443848, + "msecs": 784.0497493743896, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1762.7801895141602, + "relativeCreated": 1704.0174007415771, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 5 ], - "asctime": "2020-12-21 01:53:52,702", - "created": 1608512032.7020915, + "asctime": "2021-01-14 01:07:03,784", + "created": 1610582823.7842138, "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": 702.0914554595947, + "msecs": 784.2137813568115, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1762.9420757293701, + "relativeCreated": 1704.181432723999, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -13181,8 +13181,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:52,702", - "created": 1608512032.7022922, + "asctime": "2021-01-14 01:07:03,784", + "created": 1610582823.7843893, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13192,23 +13192,23 @@ "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 702.2922039031982, + "msecs": 784.3892574310303, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1763.1428241729736, + "relativeCreated": 1704.3569087982178, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 6 ], - "asctime": "2020-12-21 01:53:52,702", - "created": 1608512032.702445, + "asctime": "2021-01-14 01:07:03,784", + "created": 1610582823.7845476, "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": 702.4450302124023, + "msecs": 784.5475673675537, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1763.2956504821777, + "relativeCreated": 1704.5152187347412, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -13236,8 +13236,8 @@ "'state_b'", "'state_c'" ], - "asctime": "2020-12-21 01:53:52,702", - "created": 1608512032.702611, + "asctime": "2021-01-14 01:07:03,785", + "created": 1610582823.7850745, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13247,41 +13247,41 @@ "lineno": 179, "message": "StateMachine: State change ('condition_c'): 'state_b' -> 'state_c'", "module": "__init__", - "msecs": 702.610969543457, + "msecs": 785.0744724273682, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1763.4615898132324, + "relativeCreated": 1705.0421237945557, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 702.7585506439209, + "msecs": 785.2239608764648, "msg": "Running state machine sequence and storing sequence number for each callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1763.6091709136963, + "relativeCreated": 1705.1916122436523, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.0001475811004638672 + "time_consumption": 0.0001494884490966797 }, { "args": [], - "asctime": "2020-12-21 01:53:52,703", - "created": 1608512032.703861, + "asctime": "2021-01-14 01:07:03,785", + "created": 1610582823.7857978, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "report", "levelname": "INFO", "levelno": 20, - "lineno": 166, + "lineno": 168, "message": "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.", "module": "test", "moduleLogger": [ @@ -13291,8 +13291,8 @@ "[ 1 ]", "" ], - "asctime": "2020-12-21 01:53:52,703", - "created": 1608512032.7030454, + "asctime": "2021-01-14 01:07:03,785", + "created": 1610582823.7853794, "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": 703.0453681945801, + "msecs": 785.3794097900391, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1763.8959884643555, + "relativeCreated": 1705.3470611572266, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -13319,8 +13319,8 @@ "[ 1 ]", "" ], - "asctime": "2020-12-21 01:53:52,703", - "created": 1608512032.703237, + "asctime": "2021-01-14 01:07:03,785", + "created": 1610582823.7854693, "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": 703.2370567321777, + "msecs": 785.4692935943604, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1764.0876770019531, + "relativeCreated": 1705.4369449615479, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -13347,8 +13347,8 @@ "1", "" ], - "asctime": "2020-12-21 01:53:52,703", - "created": 1608512032.7034087, + "asctime": "2021-01-14 01:07:03,785", + "created": 1610582823.7855563, "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": 703.4087181091309, + "msecs": 785.5563163757324, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1764.2593383789062, + "relativeCreated": 1705.52396774292, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -13375,8 +13375,8 @@ "1", "" ], - "asctime": "2020-12-21 01:53:52,703", - "created": 1608512032.703556, + "asctime": "2021-01-14 01:07:03,785", + "created": 1610582823.78563, "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": 703.5560607910156, + "msecs": 785.6299877166748, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1764.406681060791, + "relativeCreated": 1705.5976390838623, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -13402,52 +13402,52 @@ "1", "" ], - "asctime": "2020-12-21 01:53:52,703", - "created": 1608512032.70372, + "asctime": "2021-01-14 01:07:03,785", + "created": 1610582823.7857163, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 1 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 703.7200927734375, + "msecs": 785.7162952423096, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1764.570713043213, + "relativeCreated": 1705.683946609497, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 703.8609981536865, + "msecs": 785.7978343963623, "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": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1764.711618423462, + "relativeCreated": 1705.7654857635498, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.00014090538024902344 + "time_consumption": 8.153915405273438e-05 }, { "args": [], - "asctime": "2020-12-21 01:53:52,704", - "created": 1608512032.7049344, + "asctime": "2021-01-14 01:07:03,786", + "created": 1610582823.786319, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "report", "levelname": "INFO", "levelno": 20, - "lineno": 166, + "lineno": 168, "message": "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.", "module": "test", "moduleLogger": [ @@ -13457,8 +13457,8 @@ "[ 2 ]", "" ], - "asctime": "2020-12-21 01:53:52,704", - "created": 1608512032.7040932, + "asctime": "2021-01-14 01:07:03,785", + "created": 1610582823.7859368, "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": 704.0932178497314, + "msecs": 785.9368324279785, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1764.9438381195068, + "relativeCreated": 1705.904483795166, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -13485,8 +13485,8 @@ "[ 2 ]", "" ], - "asctime": "2020-12-21 01:53:52,704", - "created": 1608512032.7042654, + "asctime": "2021-01-14 01:07:03,786", + "created": 1610582823.7860196, "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": 704.2653560638428, + "msecs": 786.0195636749268, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1765.1159763336182, + "relativeCreated": 1705.9872150421143, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -13513,8 +13513,8 @@ "2", "" ], - "asctime": "2020-12-21 01:53:52,704", - "created": 1608512032.7044547, + "asctime": "2021-01-14 01:07:03,786", + "created": 1610582823.786101, "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": 704.4546604156494, + "msecs": 786.1011028289795, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1765.3052806854248, + "relativeCreated": 1706.068754196167, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -13541,8 +13541,8 @@ "2", "" ], - "asctime": "2020-12-21 01:53:52,704", - "created": 1608512032.7046082, + "asctime": "2021-01-14 01:07:03,786", + "created": 1610582823.7861736, "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": 704.6082019805908, + "msecs": 786.1735820770264, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1765.4588222503662, + "relativeCreated": 1706.1412334442139, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -13568,52 +13568,52 @@ "2", "" ], - "asctime": "2020-12-21 01:53:52,704", - "created": 1608512032.7047768, + "asctime": "2021-01-14 01:07:03,786", + "created": 1610582823.7862484, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 1 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 704.7767639160156, + "msecs": 786.2484455108643, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1765.627384185791, + "relativeCreated": 1706.2160968780518, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 704.9343585968018, + "msecs": 786.3190174102783, "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": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1765.7849788665771, + "relativeCreated": 1706.2866687774658, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.0001575946807861328 + "time_consumption": 7.05718994140625e-05 } ], - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.006656646728515625, - "time_finished": "2020-12-21 01:53:52,704", - "time_start": "2020-12-21 01:53:52,698" + "time_consumption": 0.004083156585693359, + "time_finished": "2021-01-14 01:07:03,786", + "time_start": "2021-01-14 01:07:03,782" }, "_YrdgQHbUEemIm_1APUisDQ": { "args": null, - "asctime": "2020-12-21 01:53:52,705", - "created": 1608512032.7057495, + "asctime": "2021-01-14 01:07:03,786", + "created": 1610582823.7865427, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13624,19 +13624,19 @@ "message": "_YrdgQHbUEemIm_1APUisDQ", "module": "__init__", "moduleLogger": [], - "msecs": 705.74951171875, + "msecs": 786.5426540374756, "msg": "_YrdgQHbUEemIm_1APUisDQ", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1766.6001319885254, + "relativeCreated": 1706.510305404663, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:52,708", - "created": 1608512032.7082098, + "asctime": "2021-01-14 01:07:03,788", + "created": 1610582823.788224, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -13654,8 +13654,8 @@ "None", "'state_a'" ], - "asctime": "2020-12-21 01:53:52,705", - "created": 1608512032.7059622, + "asctime": "2021-01-14 01:07:03,786", + "created": 1610582823.786677, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13665,23 +13665,23 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 705.9621810913086, + "msecs": 786.6768836975098, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1766.812801361084, + "relativeCreated": 1706.6445350646973, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 1 ], - "asctime": "2020-12-21 01:53:52,706", - "created": 1608512032.7061589, + "asctime": "2021-01-14 01:07:03,786", + "created": 1610582823.7868001, "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": 706.1588764190674, + "msecs": 786.8001461029053, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1767.0094966888428, + "relativeCreated": 1706.7677974700928, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -13709,8 +13709,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:52,706", - "created": 1608512032.7063649, + "asctime": "2021-01-14 01:07:03,786", + "created": 1610582823.7869244, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13720,23 +13720,23 @@ "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 706.3648700714111, + "msecs": 786.9243621826172, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1767.2154903411865, + "relativeCreated": 1706.8920135498047, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 2 ], - "asctime": "2020-12-21 01:53:52,706", - "created": 1608512032.706496, + "asctime": "2021-01-14 01:07:03,787", + "created": 1610582823.7870386, "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": 706.496000289917, + "msecs": 787.0385646820068, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1767.3466205596924, + "relativeCreated": 1707.0062160491943, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -13764,8 +13764,8 @@ "'state_b'", "'state_a'" ], - "asctime": "2020-12-21 01:53:52,706", - "created": 1608512032.7066205, + "asctime": "2021-01-14 01:07:03,787", + "created": 1610582823.7871428, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13775,15 +13775,15 @@ "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_b' -> 'state_a'", "module": "__init__", - "msecs": 706.620454788208, + "msecs": 787.1427536010742, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1767.4710750579834, + "relativeCreated": 1707.1104049682617, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -13792,8 +13792,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:52,706", - "created": 1608512032.7067387, + "asctime": "2021-01-14 01:07:03,787", + "created": 1610582823.7872317, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13803,23 +13803,23 @@ "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 706.7387104034424, + "msecs": 787.2316837310791, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1767.5893306732178, + "relativeCreated": 1707.1993350982666, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 3 ], - "asctime": "2020-12-21 01:53:52,706", - "created": 1608512032.706858, + "asctime": "2021-01-14 01:07:03,787", + "created": 1610582823.7873082, "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": 706.8579196929932, + "msecs": 787.3082160949707, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1767.7085399627686, + "relativeCreated": 1707.2758674621582, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -13846,8 +13846,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:52,706", - "created": 1608512032.7069528, + "asctime": "2021-01-14 01:07:03,787", + "created": 1610582823.7873843, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13857,23 +13857,23 @@ "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 706.9528102874756, + "msecs": 787.3842716217041, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1767.803430557251, + "relativeCreated": 1707.3519229888916, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 4 ], - "asctime": "2020-12-21 01:53:52,707", - "created": 1608512032.7070608, + "asctime": "2021-01-14 01:07:03,787", + "created": 1610582823.787463, "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": 707.0608139038086, + "msecs": 787.4629497528076, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1767.911434173584, + "relativeCreated": 1707.4306011199951, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 5 ], - "asctime": "2020-12-21 01:53:52,707", - "created": 1608512032.7071888, + "asctime": "2021-01-14 01:07:03,787", + "created": 1610582823.7875457, "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": 707.1888446807861, + "msecs": 787.5456809997559, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1768.0394649505615, + "relativeCreated": 1707.5133323669434, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -13927,8 +13927,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:52,707", - "created": 1608512032.7073383, + "asctime": "2021-01-14 01:07:03,787", + "created": 1610582823.787643, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13938,15 +13938,15 @@ "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 707.3383331298828, + "msecs": 787.6429557800293, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1768.1889533996582, + "relativeCreated": 1707.6106071472168, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -13955,8 +13955,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:52,707", - "created": 1608512032.707466, + "asctime": "2021-01-14 01:07:03,787", + "created": 1610582823.7877283, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13966,23 +13966,23 @@ "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 707.4658870697021, + "msecs": 787.7283096313477, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1768.3165073394775, + "relativeCreated": 1707.6959609985352, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 6 ], - "asctime": "2020-12-21 01:53:52,707", - "created": 1608512032.707566, + "asctime": "2021-01-14 01:07:03,787", + "created": 1610582823.7878015, "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": 707.5660228729248, + "msecs": 787.8015041351318, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1768.4166431427002, + "relativeCreated": 1707.7691555023193, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -14009,8 +14009,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:52,707", - "created": 1608512032.7076662, + "asctime": "2021-01-14 01:07:03,787", + "created": 1610582823.7878757, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14020,23 +14020,23 @@ "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 707.6661586761475, + "msecs": 787.8756523132324, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1768.5167789459229, + "relativeCreated": 1707.84330368042, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 7 ], - "asctime": "2020-12-21 01:53:52,707", - "created": 1608512032.7077615, + "asctime": "2021-01-14 01:07:03,787", + "created": 1610582823.787948, "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": 707.7615261077881, + "msecs": 787.9478931427002, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1768.6121463775635, + "relativeCreated": 1707.9155445098877, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 8 ], - "asctime": "2020-12-21 01:53:52,707", - "created": 1608512032.707885, + "asctime": "2021-01-14 01:07:03,788", + "created": 1610582823.7880373, "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": 707.8850269317627, + "msecs": 788.0373001098633, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1768.735647201538, + "relativeCreated": 1708.0049514770508, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -14090,8 +14090,8 @@ "'state_b'", "'state_c'" ], - "asctime": "2020-12-21 01:53:52,708", - "created": 1608512032.7080464, + "asctime": "2021-01-14 01:07:03,788", + "created": 1610582823.788136, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14101,41 +14101,41 @@ "lineno": 179, "message": "StateMachine: State change ('condition_c'): 'state_b' -> 'state_c'", "module": "__init__", - "msecs": 708.0464363098145, + "msecs": 788.1360054016113, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1768.8970565795898, + "relativeCreated": 1708.1036567687988, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 708.209753036499, + "msecs": 788.2239818572998, "msg": "Running state machine sequence and storing sequence number for each callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1769.0603733062744, + "relativeCreated": 1708.1916332244873, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.0001633167266845703 + "time_consumption": 8.797645568847656e-05 }, { "args": [], - "asctime": "2020-12-21 01:53:52,709", - "created": 1608512032.709814, + "asctime": "2021-01-14 01:07:03,789", + "created": 1610582823.7890089, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "report", "levelname": "INFO", "levelno": 20, - "lineno": 166, + "lineno": 168, "message": "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.", "module": "test", "moduleLogger": [ @@ -14145,8 +14145,8 @@ "[ 2, 5 ]", "" ], - "asctime": "2020-12-21 01:53:52,708", - "created": 1608512032.7086692, + "asctime": "2021-01-14 01:07:03,788", + "created": 1610582823.7883732, "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": 708.6691856384277, + "msecs": 788.3732318878174, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1769.5198059082031, + "relativeCreated": 1708.3408832550049, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -14173,8 +14173,8 @@ "[ 2, 5 ]", "" ], - "asctime": "2020-12-21 01:53:52,708", - "created": 1608512032.7088451, + "asctime": "2021-01-14 01:07:03,788", + "created": 1610582823.7884607, "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": 708.8451385498047, + "msecs": 788.4607315063477, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1769.69575881958, + "relativeCreated": 1708.4283828735352, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -14201,8 +14201,8 @@ "2", "" ], - "asctime": "2020-12-21 01:53:52,709", - "created": 1608512032.7090054, + "asctime": "2021-01-14 01:07:03,788", + "created": 1610582823.7885444, "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": 709.0053558349609, + "msecs": 788.5444164276123, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1769.8559761047363, + "relativeCreated": 1708.5120677947998, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -14229,8 +14229,8 @@ "2", "" ], - "asctime": "2020-12-21 01:53:52,709", - "created": 1608512032.709153, + "asctime": "2021-01-14 01:07:03,788", + "created": 1610582823.788624, "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": 709.1529369354248, + "msecs": 788.6240482330322, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1770.0035572052002, + "relativeCreated": 1708.5916996002197, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -14256,26 +14256,26 @@ "2", "" ], - "asctime": "2020-12-21 01:53:52,709", - "created": 1608512032.7092955, + "asctime": "2021-01-14 01:07:03,788", + "created": 1610582823.7887003, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 1 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 709.2955112457275, + "msecs": 788.7003421783447, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1770.146131515503, + "relativeCreated": 1708.6679935455322, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -14284,8 +14284,8 @@ "5", "" ], - "asctime": "2020-12-21 01:53:52,709", - "created": 1608512032.7094362, + "asctime": "2021-01-14 01:07:03,788", + "created": 1610582823.7887785, "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": 709.4361782073975, + "msecs": 788.77854347229, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1770.2867984771729, + "relativeCreated": 1708.7461948394775, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -14312,8 +14312,8 @@ "5", "" ], - "asctime": "2020-12-21 01:53:52,709", - "created": 1608512032.7095575, + "asctime": "2021-01-14 01:07:03,788", + "created": 1610582823.7888563, "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": 709.5575332641602, + "msecs": 788.8562679290771, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1770.4081535339355, + "relativeCreated": 1708.8239192962646, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -14339,52 +14339,52 @@ "5", "" ], - "asctime": "2020-12-21 01:53:52,709", - "created": 1608512032.7096865, + "asctime": "2021-01-14 01:07:03,788", + "created": 1610582823.7889378, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 2 is correct (Content 5 and Type is ).", "module": "test", - "msecs": 709.6865177154541, + "msecs": 788.9378070831299, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1770.5371379852295, + "relativeCreated": 1708.9054584503174, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 709.8140716552734, + "msecs": 789.0088558197021, "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": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1770.6646919250488, + "relativeCreated": 1708.9765071868896, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.00012755393981933594 + "time_consumption": 7.104873657226562e-05 }, { "args": [], - "asctime": "2020-12-21 01:53:52,710", - "created": 1608512032.710906, + "asctime": "2021-01-14 01:07:03,789", + "created": 1610582823.789768, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "report", "levelname": "INFO", "levelno": 20, - "lineno": 166, + "lineno": 168, "message": "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.", "module": "test", "moduleLogger": [ @@ -14394,8 +14394,8 @@ "[ 3, 6 ]", "" ], - "asctime": "2020-12-21 01:53:52,710", - "created": 1608512032.7100594, + "asctime": "2021-01-14 01:07:03,789", + "created": 1610582823.7891583, "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": 710.059404373169, + "msecs": 789.1583442687988, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1770.9100246429443, + "relativeCreated": 1709.1259956359863, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -14422,8 +14422,8 @@ "[ 3, 6 ]", "" ], - "asctime": "2020-12-21 01:53:52,710", - "created": 1608512032.7102275, + "asctime": "2021-01-14 01:07:03,789", + "created": 1610582823.789242, "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": 710.2274894714355, + "msecs": 789.2420291900635, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1771.078109741211, + "relativeCreated": 1709.209680557251, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -14450,8 +14450,8 @@ "3", "" ], - "asctime": "2020-12-21 01:53:52,710", - "created": 1608512032.710328, + "asctime": "2021-01-14 01:07:03,789", + "created": 1610582823.789323, "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": 710.3281021118164, + "msecs": 789.323091506958, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1771.1787223815918, + "relativeCreated": 1709.2907428741455, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -14478,8 +14478,8 @@ "3", "" ], - "asctime": "2020-12-21 01:53:52,710", - "created": 1608512032.71044, + "asctime": "2021-01-14 01:07:03,789", + "created": 1610582823.7893958, "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": 710.439920425415, + "msecs": 789.395809173584, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1771.2905406951904, + "relativeCreated": 1709.3634605407715, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -14505,26 +14505,26 @@ "3", "" ], - "asctime": "2020-12-21 01:53:52,710", - "created": 1608512032.7105489, + "asctime": "2021-01-14 01:07:03,789", + "created": 1610582823.7894702, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 1 is correct (Content 3 and Type is ).", "module": "test", - "msecs": 710.5488777160645, + "msecs": 789.4701957702637, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1771.3994979858398, + "relativeCreated": 1709.4378471374512, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -14533,8 +14533,8 @@ "6", "" ], - "asctime": "2020-12-21 01:53:52,710", - "created": 1608512032.7106469, + "asctime": "2021-01-14 01:07:03,789", + "created": 1610582823.7895467, "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": 710.6468677520752, + "msecs": 789.5467281341553, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1771.4974880218506, + "relativeCreated": 1709.5143795013428, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -14561,8 +14561,8 @@ "6", "" ], - "asctime": "2020-12-21 01:53:52,710", - "created": 1608512032.7107282, + "asctime": "2021-01-14 01:07:03,789", + "created": 1610582823.7896185, "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": 710.7281684875488, + "msecs": 789.6184921264648, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1771.5787887573242, + "relativeCreated": 1709.5861434936523, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -14588,52 +14588,52 @@ "6", "" ], - "asctime": "2020-12-21 01:53:52,710", - "created": 1608512032.7108042, + "asctime": "2021-01-14 01:07:03,789", + "created": 1610582823.789692, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 2 is correct (Content 6 and Type is ).", "module": "test", - "msecs": 710.8042240142822, + "msecs": 789.6919250488281, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1771.6548442840576, + "relativeCreated": 1709.6595764160156, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 710.9060287475586, + "msecs": 789.7679805755615, "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": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1771.756649017334, + "relativeCreated": 1709.735631942749, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.00010180473327636719 + "time_consumption": 7.605552673339844e-05 } ], - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.005156517028808594, - "time_finished": "2020-12-21 01:53:52,710", - "time_start": "2020-12-21 01:53:52,705" + "time_consumption": 0.0032253265380859375, + "time_finished": "2021-01-14 01:07:03,789", + "time_start": "2021-01-14 01:07:03,786" }, "_bDqbMHcrEemrUqotql_Blw": { "args": null, - "asctime": "2020-12-21 01:53:51,055", - "created": 1608512031.055161, + "asctime": "2021-01-14 01:07:02,145", + "created": 1610582822.1456954, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14644,19 +14644,19 @@ "message": "_bDqbMHcrEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 55.1609992980957, + "msecs": 145.69544792175293, "msg": "_bDqbMHcrEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 116.0116195678711, + "relativeCreated": 65.66309928894043, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:51,055", - "created": 1608512031.0553377, + "asctime": "2021-01-14 01:07:02,145", + "created": 1610582822.145803, "exc_info": null, "exc_text": null, "filename": "test_init.py", @@ -14674,8 +14674,8 @@ "None", "'state_c'" ], - "asctime": "2020-12-21 01:53:51,055", - "created": 1608512031.0552661, + "asctime": "2021-01-14 01:07:02,145", + "created": 1610582822.1457596, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14685,44 +14685,44 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_c'", "module": "__init__", - "msecs": 55.26614189147949, + "msecs": 145.75958251953125, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 116.11676216125488, + "relativeCreated": 65.72723388671875, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 55.33766746520996, + "msecs": 145.80297470092773, "msg": "Initialising the state machine with state_c", "name": "__tLogger__", "pathname": "src/tests/test_init.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 116.18828773498535, + "relativeCreated": 65.77062606811523, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 7.152557373046875e-05 + "time_consumption": 4.3392181396484375e-05 }, { "args": [ "None", "" ], - "asctime": "2020-12-21 01:53:51,055", - "created": 1608512031.055556, + "asctime": "2021-01-14 01:07:02,145", + "created": 1610582822.14593, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Last state after initialisation is correct (Content None and Type is ).", "module": "test", "moduleLogger": [ @@ -14732,8 +14732,8 @@ "None", "" ], - "asctime": "2020-12-21 01:53:51,055", - "created": 1608512031.055435, + "asctime": "2021-01-14 01:07:02,145", + "created": 1610582822.1458573, "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": 55.4349422454834, + "msecs": 145.8573341369629, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 116.28556251525879, + "relativeCreated": 65.82498550415039, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -14760,8 +14760,8 @@ "None", "" ], - "asctime": "2020-12-21 01:53:51,055", - "created": 1608512031.055497, + "asctime": "2021-01-14 01:07:02,145", + "created": 1610582822.145895, "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": 55.496931076049805, + "msecs": 145.89500427246094, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 116.3475513458252, + "relativeCreated": 65.86265563964844, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 55.55605888366699, + "msecs": 145.93005180358887, "msg": "Last state after initialisation is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 116.40667915344238, + "relativeCreated": 65.89770317077637, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 5.91278076171875e-05 + "time_consumption": 3.504753112792969e-05 } ], - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.00039505958557128906, - "time_finished": "2020-12-21 01:53:51,055", - "time_start": "2020-12-21 01:53:51,055" + "time_consumption": 0.0002346038818359375, + "time_finished": "2021-01-14 01:07:02,145", + "time_start": "2021-01-14 01:07:02,145" }, "_b_t78Hb4EemzkK7kGUMNfw": { "args": null, - "asctime": "2020-12-21 01:53:52,711", - "created": 1608512032.711393, + "asctime": "2021-01-14 01:07:03,790", + "created": 1610582823.7900052, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14816,19 +14816,19 @@ "message": "_b_t78Hb4EemzkK7kGUMNfw", "module": "__init__", "moduleLogger": [], - "msecs": 711.3931179046631, + "msecs": 790.0052070617676, "msg": "_b_t78Hb4EemzkK7kGUMNfw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1772.2437381744385, + "relativeCreated": 1709.972858428955, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:52,713", - "created": 1608512032.7137148, + "asctime": "2021-01-14 01:07:03,791", + "created": 1610582823.7916803, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -14846,8 +14846,8 @@ "None", "'state_a'" ], - "asctime": "2020-12-21 01:53:52,711", - "created": 1608512032.7117045, + "asctime": "2021-01-14 01:07:03,790", + "created": 1610582823.7901468, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14857,23 +14857,23 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 711.7044925689697, + "msecs": 790.1468276977539, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1772.5551128387451, + "relativeCreated": 1710.1144790649414, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 1 ], - "asctime": "2020-12-21 01:53:52,711", - "created": 1608512032.7119756, + "asctime": "2021-01-14 01:07:03,790", + "created": 1610582823.790268, "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": 711.9755744934082, + "msecs": 790.2679443359375, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1772.8261947631836, + "relativeCreated": 1710.235595703125, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -14901,8 +14901,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:52,712", - "created": 1608512032.7121716, + "asctime": "2021-01-14 01:07:03,790", + "created": 1610582823.7903857, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14912,15 +14912,15 @@ "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 712.1715545654297, + "msecs": 790.3857231140137, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1773.022174835205, + "relativeCreated": 1710.3533744812012, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -14929,8 +14929,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:52,712", - "created": 1608512032.7122927, + "asctime": "2021-01-14 01:07:03,790", + "created": 1610582823.7904866, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14940,23 +14940,23 @@ "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 712.2926712036133, + "msecs": 790.4865741729736, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1773.1432914733887, + "relativeCreated": 1710.4542255401611, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 2 ], - "asctime": "2020-12-21 01:53:52,712", - "created": 1608512032.712479, + "asctime": "2021-01-14 01:07:03,790", + "created": 1610582823.7905643, "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": 712.4791145324707, + "msecs": 790.5642986297607, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1773.329734802246, + "relativeCreated": 1710.5319499969482, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -14983,8 +14983,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:52,712", - "created": 1608512032.7126303, + "asctime": "2021-01-14 01:07:03,790", + "created": 1610582823.790649, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14994,23 +14994,23 @@ "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 712.6302719116211, + "msecs": 790.6489372253418, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1773.4808921813965, + "relativeCreated": 1710.6165885925293, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 3 ], - "asctime": "2020-12-21 01:53:52,712", - "created": 1608512032.7127244, + "asctime": "2021-01-14 01:07:03,790", + "created": 1610582823.7907224, "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": 712.7244472503662, + "msecs": 790.7223701477051, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1773.5750675201416, + "relativeCreated": 1710.6900215148926, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 4 ], - "asctime": "2020-12-21 01:53:52,712", - "created": 1608512032.712818, + "asctime": "2021-01-14 01:07:03,790", + "created": 1610582823.7908041, "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": 712.817907333374, + "msecs": 790.8041477203369, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1773.6685276031494, + "relativeCreated": 1710.7717990875244, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -15064,8 +15064,8 @@ "'state_b'", "'state_a'" ], - "asctime": "2020-12-21 01:53:52,712", - "created": 1608512032.712939, + "asctime": "2021-01-14 01:07:03,790", + "created": 1610582823.7909062, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15075,23 +15075,23 @@ "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_b' -> 'state_a'", "module": "__init__", - "msecs": 712.9390239715576, + "msecs": 790.9061908721924, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1773.789644241333, + "relativeCreated": 1710.8738422393799, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 5 ], - "asctime": "2020-12-21 01:53:52,713", - "created": 1608512032.7130446, + "asctime": "2021-01-14 01:07:03,790", + "created": 1610582823.7909982, "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": 713.0446434020996, + "msecs": 790.9982204437256, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1773.895263671875, + "relativeCreated": 1710.965871810913, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -15119,8 +15119,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:52,713", - "created": 1608512032.7131522, + "asctime": "2021-01-14 01:07:03,791", + "created": 1610582823.791097, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15130,15 +15130,15 @@ "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 713.1521701812744, + "msecs": 791.0969257354736, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1774.0027904510498, + "relativeCreated": 1711.0645771026611, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -15147,8 +15147,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:52,713", - "created": 1608512032.713246, + "asctime": "2021-01-14 01:07:03,791", + "created": 1610582823.7911825, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15158,23 +15158,23 @@ "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 713.2461071014404, + "msecs": 791.1825180053711, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1774.0967273712158, + "relativeCreated": 1711.1501693725586, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 6 ], - "asctime": "2020-12-21 01:53:52,713", - "created": 1608512032.7133312, + "asctime": "2021-01-14 01:07:03,791", + "created": 1610582823.7912567, "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": 713.3312225341797, + "msecs": 791.2566661834717, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1774.181842803955, + "relativeCreated": 1711.2243175506592, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -15201,8 +15201,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:52,713", - "created": 1608512032.7134168, + "asctime": "2021-01-14 01:07:03,791", + "created": 1610582823.7913384, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15212,23 +15212,23 @@ "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 713.4168148040771, + "msecs": 791.3384437561035, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1774.2674350738525, + "relativeCreated": 1711.306095123291, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 7 ], - "asctime": "2020-12-21 01:53:52,713", - "created": 1608512032.7134914, + "asctime": "2021-01-14 01:07:03,791", + "created": 1610582823.7914112, "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": 713.4914398193359, + "msecs": 791.4111614227295, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1774.3420600891113, + "relativeCreated": 1711.378812789917, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 8 ], - "asctime": "2020-12-21 01:53:52,713", - "created": 1608512032.7136185, + "asctime": "2021-01-14 01:07:03,791", + "created": 1610582823.791491, "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": 713.6185169219971, + "msecs": 791.4910316467285, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1774.4691371917725, + "relativeCreated": 1711.458683013916, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -15282,8 +15282,8 @@ "'state_b'", "'state_c'" ], - "asctime": "2020-12-21 01:53:52,713", - "created": 1608512032.7136679, + "asctime": "2021-01-14 01:07:03,791", + "created": 1610582823.7915874, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15293,41 +15293,41 @@ "lineno": 179, "message": "StateMachine: State change ('condition_c'): 'state_b' -> 'state_c'", "module": "__init__", - "msecs": 713.6678695678711, + "msecs": 791.5873527526855, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1774.5184898376465, + "relativeCreated": 1711.555004119873, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 713.7148380279541, + "msecs": 791.6803359985352, "msg": "Running state machine sequence and storing sequence number for each callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1774.5654582977295, + "relativeCreated": 1711.6479873657227, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 4.696846008300781e-05 + "time_consumption": 9.298324584960938e-05 }, { "args": [], - "asctime": "2020-12-21 01:53:52,714", - "created": 1608512032.7141287, + "asctime": "2021-01-14 01:07:03,792", + "created": 1610582823.792445, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "report", "levelname": "INFO", "levelno": 20, - "lineno": 166, + "lineno": 168, "message": "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.", "module": "test", "moduleLogger": [ @@ -15337,8 +15337,8 @@ "[ 1, 5 ]", "" ], - "asctime": "2020-12-21 01:53:52,713", - "created": 1608512032.7138004, + "asctime": "2021-01-14 01:07:03,791", + "created": 1610582823.7918274, "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": 713.8004302978516, + "msecs": 791.8274402618408, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1774.651050567627, + "relativeCreated": 1711.7950916290283, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -15365,8 +15365,8 @@ "[ 1, 5 ]", "" ], - "asctime": "2020-12-21 01:53:52,713", - "created": 1608512032.7138417, + "asctime": "2021-01-14 01:07:03,791", + "created": 1610582823.7919133, "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": 713.8416767120361, + "msecs": 791.9132709503174, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1774.6922969818115, + "relativeCreated": 1711.8809223175049, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -15393,8 +15393,8 @@ "1", "" ], - "asctime": "2020-12-21 01:53:52,713", - "created": 1608512032.7138848, + "asctime": "2021-01-14 01:07:03,791", + "created": 1610582823.7919965, "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": 713.8848304748535, + "msecs": 791.9964790344238, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1774.735450744629, + "relativeCreated": 1711.9641304016113, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -15421,8 +15421,8 @@ "1", "" ], - "asctime": "2020-12-21 01:53:52,713", - "created": 1608512032.7139251, + "asctime": "2021-01-14 01:07:03,792", + "created": 1610582823.7920702, "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": 713.9251232147217, + "msecs": 792.0701503753662, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1774.775743484497, + "relativeCreated": 1712.0378017425537, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -15448,26 +15448,26 @@ "1", "" ], - "asctime": "2020-12-21 01:53:52,713", - "created": 1608512032.7139635, + "asctime": "2021-01-14 01:07:03,792", + "created": 1610582823.7921453, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 1 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 713.963508605957, + "msecs": 792.1452522277832, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1774.8141288757324, + "relativeCreated": 1712.1129035949707, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -15476,8 +15476,8 @@ "5", "" ], - "asctime": "2020-12-21 01:53:52,714", - "created": 1608512032.714003, + "asctime": "2021-01-14 01:07:03,792", + "created": 1610582823.7922225, "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": 714.0030860900879, + "msecs": 792.2224998474121, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1774.8537063598633, + "relativeCreated": 1712.1901512145996, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -15504,8 +15504,8 @@ "5", "" ], - "asctime": "2020-12-21 01:53:52,714", - "created": 1608512032.7140405, + "asctime": "2021-01-14 01:07:03,792", + "created": 1610582823.7922952, "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": 714.0405178070068, + "msecs": 792.2952175140381, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1774.8911380767822, + "relativeCreated": 1712.2628688812256, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -15531,52 +15531,52 @@ "5", "" ], - "asctime": "2020-12-21 01:53:52,714", - "created": 1608512032.7140806, + "asctime": "2021-01-14 01:07:03,792", + "created": 1610582823.7923682, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 2 is correct (Content 5 and Type is ).", "module": "test", - "msecs": 714.0805721282959, + "msecs": 792.3681735992432, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1774.9311923980713, + "relativeCreated": 1712.3358249664307, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 714.1287326812744, + "msecs": 792.4449443817139, "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": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1774.9793529510498, + "relativeCreated": 1712.4125957489014, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 4.8160552978515625e-05 + "time_consumption": 7.677078247070312e-05 }, { "args": [], - "asctime": "2020-12-21 01:53:52,714", - "created": 1608512032.7146935, + "asctime": "2021-01-14 01:07:03,793", + "created": 1610582823.7932239, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "report", "levelname": "INFO", "levelno": 20, - "lineno": 166, + "lineno": 168, "message": "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.", "module": "test", "moduleLogger": [ @@ -15586,8 +15586,8 @@ "[ 2, 6 ]", "" ], - "asctime": "2020-12-21 01:53:52,714", - "created": 1608512032.714208, + "asctime": "2021-01-14 01:07:03,792", + "created": 1610582823.7925785, "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": 714.2078876495361, + "msecs": 792.5784587860107, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1775.0585079193115, + "relativeCreated": 1712.5461101531982, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -15614,8 +15614,8 @@ "[ 2, 6 ]", "" ], - "asctime": "2020-12-21 01:53:52,714", - "created": 1608512032.7142544, + "asctime": "2021-01-14 01:07:03,792", + "created": 1610582823.7926672, "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": 714.2543792724609, + "msecs": 792.6671504974365, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1775.1049995422363, + "relativeCreated": 1712.634801864624, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -15642,8 +15642,8 @@ "2", "" ], - "asctime": "2020-12-21 01:53:52,714", - "created": 1608512032.7143025, + "asctime": "2021-01-14 01:07:03,792", + "created": 1610582823.792753, "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": 714.3025398254395, + "msecs": 792.7529811859131, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1775.1531600952148, + "relativeCreated": 1712.7206325531006, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -15670,8 +15670,8 @@ "2", "" ], - "asctime": "2020-12-21 01:53:52,714", - "created": 1608512032.71435, + "asctime": "2021-01-14 01:07:03,792", + "created": 1610582823.7928257, "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": 714.3499851226807, + "msecs": 792.8256988525391, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1775.200605392456, + "relativeCreated": 1712.7933502197266, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -15697,26 +15697,26 @@ "2", "" ], - "asctime": "2020-12-21 01:53:52,714", - "created": 1608512032.7144043, + "asctime": "2021-01-14 01:07:03,792", + "created": 1610582823.7928994, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 1 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 714.4043445587158, + "msecs": 792.8993701934814, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1775.2549648284912, + "relativeCreated": 1712.867021560669, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -15725,8 +15725,8 @@ "6", "" ], - "asctime": "2020-12-21 01:53:52,714", - "created": 1608512032.7144954, + "asctime": "2021-01-14 01:07:03,792", + "created": 1610582823.7929797, "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": 714.4954204559326, + "msecs": 792.9797172546387, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1775.346040725708, + "relativeCreated": 1712.9473686218262, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -15753,8 +15753,8 @@ "6", "" ], - "asctime": "2020-12-21 01:53:52,714", - "created": 1608512032.7145605, + "asctime": "2021-01-14 01:07:03,793", + "created": 1610582823.793053, "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": 714.5605087280273, + "msecs": 793.0529117584229, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1775.4111289978027, + "relativeCreated": 1713.0205631256104, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -15780,52 +15780,52 @@ "6", "" ], - "asctime": "2020-12-21 01:53:52,714", - "created": 1608512032.7146406, + "asctime": "2021-01-14 01:07:03,793", + "created": 1610582823.7931488, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 2 is correct (Content 6 and Type is ).", "module": "test", - "msecs": 714.6406173706055, + "msecs": 793.1487560272217, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1775.4912376403809, + "relativeCreated": 1713.1164073944092, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 714.693546295166, + "msecs": 793.2238578796387, "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": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1775.5441665649414, + "relativeCreated": 1713.1915092468262, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 5.2928924560546875e-05 + "time_consumption": 7.510185241699219e-05 } ], - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.0033004283905029297, - "time_finished": "2020-12-21 01:53:52,714", - "time_start": "2020-12-21 01:53:52,711" + "time_consumption": 0.0032186508178710938, + "time_finished": "2021-01-14 01:07:03,793", + "time_start": "2021-01-14 01:07:03,790" }, "_e4QPUHb4EemzkK7kGUMNfw": { "args": null, - "asctime": "2020-12-21 01:53:52,714", - "created": 1608512032.714849, + "asctime": "2021-01-14 01:07:03,793", + "created": 1610582823.7934554, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15836,19 +15836,19 @@ "message": "_e4QPUHb4EemzkK7kGUMNfw", "module": "__init__", "moduleLogger": [], - "msecs": 714.8489952087402, + "msecs": 793.4553623199463, "msg": "_e4QPUHb4EemzkK7kGUMNfw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1775.6996154785156, + "relativeCreated": 1713.4230136871338, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:52,716", - "created": 1608512032.716109, + "asctime": "2021-01-14 01:07:03,795", + "created": 1610582823.7957294, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -15866,8 +15866,8 @@ "None", "'state_a'" ], - "asctime": "2020-12-21 01:53:52,714", - "created": 1608512032.714935, + "asctime": "2021-01-14 01:07:03,793", + "created": 1610582823.7935998, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15877,23 +15877,23 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 714.9350643157959, + "msecs": 793.5998439788818, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1775.7856845855713, + "relativeCreated": 1713.5674953460693, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 1 ], - "asctime": "2020-12-21 01:53:52,715", - "created": 1608512032.715006, + "asctime": "2021-01-14 01:07:03,793", + "created": 1610582823.7937195, "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": 715.0061130523682, + "msecs": 793.7195301055908, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1775.8567333221436, + "relativeCreated": 1713.6871814727783, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -15921,8 +15921,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:52,715", - "created": 1608512032.7150874, + "asctime": "2021-01-14 01:07:03,793", + "created": 1610582823.7938387, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15932,15 +15932,15 @@ "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 715.0874137878418, + "msecs": 793.8387393951416, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1775.9380340576172, + "relativeCreated": 1713.806390762329, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -15949,8 +15949,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:52,715", - "created": 1608512032.7151349, + "asctime": "2021-01-14 01:07:03,793", + "created": 1610582823.7939308, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15960,23 +15960,23 @@ "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 715.134859085083, + "msecs": 793.9307689666748, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1775.9854793548584, + "relativeCreated": 1713.8984203338623, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 2 ], - "asctime": "2020-12-21 01:53:52,715", - "created": 1608512032.7151816, + "asctime": "2021-01-14 01:07:03,794", + "created": 1610582823.7940078, "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": 715.1815891265869, + "msecs": 794.0077781677246, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1776.0322093963623, + "relativeCreated": 1713.975429534912, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -16003,8 +16003,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:52,715", - "created": 1608512032.7152216, + "asctime": "2021-01-14 01:07:03,794", + "created": 1610582823.7940857, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16014,23 +16014,23 @@ "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 715.221643447876, + "msecs": 794.0857410430908, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1776.0722637176514, + "relativeCreated": 1714.0533924102783, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 3 ], - "asctime": "2020-12-21 01:53:52,715", - "created": 1608512032.7152624, + "asctime": "2021-01-14 01:07:03,794", + "created": 1610582823.79416, "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": 715.2624130249023, + "msecs": 794.1598892211914, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1776.1130332946777, + "relativeCreated": 1714.127540588379, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 4 ], - "asctime": "2020-12-21 01:53:52,715", - "created": 1608512032.7153096, + "asctime": "2021-01-14 01:07:03,794", + "created": 1610582823.7942464, "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": 715.3096199035645, + "msecs": 794.2464351654053, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1776.1602401733398, + "relativeCreated": 1714.2140865325928, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -16084,8 +16084,8 @@ "'state_b'", "'state_a'" ], - "asctime": "2020-12-21 01:53:52,715", - "created": 1608512032.7153695, + "asctime": "2021-01-14 01:07:03,794", + "created": 1610582823.794348, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16095,15 +16095,15 @@ "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_b' -> 'state_a'", "module": "__init__", - "msecs": 715.369462966919, + "msecs": 794.3480014801025, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1776.2200832366943, + "relativeCreated": 1714.31565284729, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -16112,8 +16112,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:52,715", - "created": 1608512032.7154174, + "asctime": "2021-01-14 01:07:03,794", + "created": 1610582823.7944365, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16123,23 +16123,23 @@ "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 715.4173851013184, + "msecs": 794.4364547729492, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1776.2680053710938, + "relativeCreated": 1714.4041061401367, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 5 ], - "asctime": "2020-12-21 01:53:52,715", - "created": 1608512032.7154555, + "asctime": "2021-01-14 01:07:03,794", + "created": 1610582823.7945106, "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": 715.4555320739746, + "msecs": 794.5106029510498, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1776.30615234375, + "relativeCreated": 1714.4782543182373, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -16166,8 +16166,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:52,715", - "created": 1608512032.7154968, + "asctime": "2021-01-14 01:07:03,794", + "created": 1610582823.7945857, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16177,23 +16177,23 @@ "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 715.4967784881592, + "msecs": 794.5857048034668, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1776.3473987579346, + "relativeCreated": 1714.5533561706543, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 6 ], - "asctime": "2020-12-21 01:53:52,715", - "created": 1608512032.7155328, + "asctime": "2021-01-14 01:07:03,794", + "created": 1610582823.7946587, "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": 715.5327796936035, + "msecs": 794.6586608886719, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1776.383399963379, + "relativeCreated": 1714.6263122558594, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 7 ], - "asctime": "2020-12-21 01:53:52,715", - "created": 1608512032.7155771, + "asctime": "2021-01-14 01:07:03,794", + "created": 1610582823.7947373, "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": 715.5771255493164, + "msecs": 794.7373390197754, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1776.4277458190918, + "relativeCreated": 1714.704990386963, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -16247,8 +16247,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:52,715", - "created": 1608512032.7156284, + "asctime": "2021-01-14 01:07:03,794", + "created": 1610582823.7948341, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16258,15 +16258,15 @@ "lineno": 179, "message": "StateMachine: State change ('condition_b'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 715.6283855438232, + "msecs": 794.8341369628906, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1776.4790058135986, + "relativeCreated": 1714.8017883300781, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -16275,8 +16275,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:52,715", - "created": 1608512032.7156768, + "asctime": "2021-01-14 01:07:03,794", + "created": 1610582823.7949245, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16286,23 +16286,23 @@ "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 715.6767845153809, + "msecs": 794.9244976043701, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1776.5274047851562, + "relativeCreated": 1714.8921489715576, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 8 ], - "asctime": "2020-12-21 01:53:52,715", - "created": 1608512032.71572, + "asctime": "2021-01-14 01:07:03,794", + "created": 1610582823.7949975, "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": 715.7199382781982, + "msecs": 794.9974536895752, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1776.5705585479736, + "relativeCreated": 1714.9651050567627, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -16329,8 +16329,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:52,715", - "created": 1608512032.7157595, + "asctime": "2021-01-14 01:07:03,795", + "created": 1610582823.7950728, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16340,23 +16340,23 @@ "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 715.7595157623291, + "msecs": 795.0727939605713, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1776.6101360321045, + "relativeCreated": 1715.0404453277588, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 9 ], - "asctime": "2020-12-21 01:53:52,715", - "created": 1608512032.7157996, + "asctime": "2021-01-14 01:07:03,795", + "created": 1610582823.7951565, "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": 715.7995700836182, + "msecs": 795.1564788818359, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1776.6501903533936, + "relativeCreated": 1715.1241302490234, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 10 ], - "asctime": "2020-12-21 01:53:52,715", - "created": 1608512032.7158425, + "asctime": "2021-01-14 01:07:03,795", + "created": 1610582823.7952461, "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": 715.8424854278564, + "msecs": 795.2461242675781, "msg": "Increasing sequence number to %d caused by sequence progress", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1776.6931056976318, + "relativeCreated": 1715.2137756347656, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -16410,8 +16410,8 @@ "'state_b'", "'state_c'" ], - "asctime": "2020-12-21 01:53:52,715", - "created": 1608512032.7158957, + "asctime": "2021-01-14 01:07:03,795", + "created": 1610582823.7953446, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16421,15 +16421,15 @@ "lineno": 179, "message": "StateMachine: State change ('condition_c'): 'state_b' -> 'state_c'", "module": "__init__", - "msecs": 715.8956527709961, + "msecs": 795.3445911407471, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1776.7462730407715, + "relativeCreated": 1715.3122425079346, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -16438,8 +16438,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:52,715", - "created": 1608512032.7159452, + "asctime": "2021-01-14 01:07:03,795", + "created": 1610582823.79543, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16449,23 +16449,23 @@ "lineno": 200, "message": "Executing callback 0 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 715.9452438354492, + "msecs": 795.4299449920654, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1776.7958641052246, + "relativeCreated": 1715.397596359253, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 11 ], - "asctime": "2020-12-21 01:53:52,715", - "created": 1608512032.7159843, + "asctime": "2021-01-14 01:07:03,795", + "created": 1610582823.7955039, "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": 715.9843444824219, + "msecs": 795.5038547515869, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1776.8349647521973, + "relativeCreated": 1715.4715061187744, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -16492,8 +16492,8 @@ "tests.test_callbacks", "exec_with_counter" ], - "asctime": "2020-12-21 01:53:52,716", - "created": 1608512032.716026, + "asctime": "2021-01-14 01:07:03,795", + "created": 1610582823.7955785, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16503,23 +16503,23 @@ "lineno": 200, "message": "Executing callback 1 - tests.test_callbacks.exec_with_counter", "module": "__init__", - "msecs": 716.0260677337646, + "msecs": 795.5784797668457, "msg": "Executing callback %d - %s.%s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1776.87668800354, + "relativeCreated": 1715.5461311340332, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 12 ], - "asctime": "2020-12-21 01:53:52,716", - "created": 1608512032.7160652, + "asctime": "2021-01-14 01:07:03,795", + "created": 1610582823.7956514, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -16529,41 +16529,41 @@ "lineno": 24, "message": "Increasing sequence number to 12 caused by callback_execution", "module": "test_callbacks", - "msecs": 716.0651683807373, + "msecs": 795.6514358520508, "msg": "Increasing sequence number to %d caused by callback_execution", "name": "__unittest__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1776.9157886505127, + "relativeCreated": 1715.6190872192383, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 716.109037399292, + "msecs": 795.729398727417, "msg": "Running state machine sequence and storing sequence number for each callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1776.9596576690674, + "relativeCreated": 1715.6970500946045, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 4.38690185546875e-05 + "time_consumption": 7.796287536621094e-05 }, { "args": [], - "asctime": "2020-12-21 01:53:52,717", - "created": 1608512032.7173414, + "asctime": "2021-01-14 01:07:03,796", + "created": 1610582823.7969985, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "report", "levelname": "INFO", "levelno": 20, - "lineno": 166, + "lineno": 168, "message": "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.", "module": "test", "moduleLogger": [ @@ -16573,8 +16573,8 @@ "[ 1, 4, 7, 10 ]", "" ], - "asctime": "2020-12-21 01:53:52,716", - "created": 1608512032.7162309, + "asctime": "2021-01-14 01:07:03,795", + "created": 1610582823.7958937, "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": 716.2308692932129, + "msecs": 795.893669128418, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1777.0814895629883, + "relativeCreated": 1715.8613204956055, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -16601,8 +16601,8 @@ "[ 1, 4, 7, 10 ]", "" ], - "asctime": "2020-12-21 01:53:52,716", - "created": 1608512032.7162857, + "asctime": "2021-01-14 01:07:03,795", + "created": 1610582823.7959852, "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": 716.2857055664062, + "msecs": 795.985221862793, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1777.1363258361816, + "relativeCreated": 1715.9528732299805, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -16629,8 +16629,8 @@ "1", "" ], - "asctime": "2020-12-21 01:53:52,716", - "created": 1608512032.716341, + "asctime": "2021-01-14 01:07:03,796", + "created": 1610582823.7960696, "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": 716.3410186767578, + "msecs": 796.0696220397949, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1777.1916389465332, + "relativeCreated": 1716.0372734069824, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -16657,8 +16657,8 @@ "1", "" ], - "asctime": "2020-12-21 01:53:52,716", - "created": 1608512032.7163835, + "asctime": "2021-01-14 01:07:03,796", + "created": 1610582823.7961445, "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": 716.3834571838379, + "msecs": 796.1444854736328, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1777.2340774536133, + "relativeCreated": 1716.1121368408203, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -16684,26 +16684,26 @@ "1", "" ], - "asctime": "2020-12-21 01:53:52,716", - "created": 1608512032.7164273, + "asctime": "2021-01-14 01:07:03,796", + "created": 1610582823.7962215, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 1 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 716.4273262023926, + "msecs": 796.2214946746826, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1777.277946472168, + "relativeCreated": 1716.1891460418701, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -16712,8 +16712,8 @@ "4", "" ], - "asctime": "2020-12-21 01:53:52,716", - "created": 1608512032.7164757, + "asctime": "2021-01-14 01:07:03,796", + "created": 1610582823.7963064, "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": 716.4757251739502, + "msecs": 796.3063716888428, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1777.3263454437256, + "relativeCreated": 1716.2740230560303, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -16740,8 +16740,8 @@ "4", "" ], - "asctime": "2020-12-21 01:53:52,716", - "created": 1608512032.7165143, + "asctime": "2021-01-14 01:07:03,796", + "created": 1610582823.7963896, "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": 716.5143489837646, + "msecs": 796.3895797729492, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1777.36496925354, + "relativeCreated": 1716.3572311401367, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -16767,26 +16767,26 @@ "4", "" ], - "asctime": "2020-12-21 01:53:52,716", - "created": 1608512032.7165673, + "asctime": "2021-01-14 01:07:03,796", + "created": 1610582823.79647, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 2 is correct (Content 4 and Type is ).", "module": "test", - "msecs": 716.5672779083252, + "msecs": 796.4699268341064, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1777.4178981781006, + "relativeCreated": 1716.437578201294, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -16795,8 +16795,8 @@ "7", "" ], - "asctime": "2020-12-21 01:53:52,716", - "created": 1608512032.7166672, + "asctime": "2021-01-14 01:07:03,796", + "created": 1610582823.7965481, "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": 716.6671752929688, + "msecs": 796.5481281280518, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1777.5177955627441, + "relativeCreated": 1716.5157794952393, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -16823,8 +16823,8 @@ "7", "" ], - "asctime": "2020-12-21 01:53:52,716", - "created": 1608512032.716792, + "asctime": "2021-01-14 01:07:03,796", + "created": 1610582823.796625, "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": 716.792106628418, + "msecs": 796.6248989105225, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1777.6427268981934, + "relativeCreated": 1716.59255027771, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -16850,26 +16850,26 @@ "7", "" ], - "asctime": "2020-12-21 01:53:52,716", - "created": 1608512032.7169473, + "asctime": "2021-01-14 01:07:03,796", + "created": 1610582823.796699, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 3 is correct (Content 7 and Type is ).", "module": "test", - "msecs": 716.9473171234131, + "msecs": 796.699047088623, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1777.7979373931885, + "relativeCreated": 1716.6666984558105, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -16878,8 +16878,8 @@ "10", "" ], - "asctime": "2020-12-21 01:53:52,717", - "created": 1608512032.7170815, + "asctime": "2021-01-14 01:07:03,796", + "created": 1610582823.7967753, "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": 717.0815467834473, + "msecs": 796.7753410339355, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1777.9321670532227, + "relativeCreated": 1716.742992401123, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -16906,8 +16906,8 @@ "10", "" ], - "asctime": "2020-12-21 01:53:52,717", - "created": 1608512032.7171667, + "asctime": "2021-01-14 01:07:03,796", + "created": 1610582823.796848, "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": 717.1666622161865, + "msecs": 796.8480587005615, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1778.017282485962, + "relativeCreated": 1716.815710067749, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -16933,52 +16933,52 @@ "10", "" ], - "asctime": "2020-12-21 01:53:52,717", - "created": 1608512032.7172468, + "asctime": "2021-01-14 01:07:03,796", + "created": 1610582823.7969224, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 4 is correct (Content 10 and Type is ).", "module": "test", - "msecs": 717.2467708587646, + "msecs": 796.9224452972412, "msg": "Submitted value number 4 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1778.09739112854, + "relativeCreated": 1716.8900966644287, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 717.341423034668, + "msecs": 796.9985008239746, "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": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1778.1920433044434, + "relativeCreated": 1716.966152191162, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 9.465217590332031e-05 + "time_consumption": 7.605552673339844e-05 }, { "args": [], - "asctime": "2020-12-21 01:53:52,718", - "created": 1608512032.7186427, + "asctime": "2021-01-14 01:07:03,797", + "created": 1610582823.7977343, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "report", "levelname": "INFO", "levelno": 20, - "lineno": 166, + "lineno": 168, "message": "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.", "module": "test", "moduleLogger": [ @@ -16988,8 +16988,8 @@ "[ 2, 5, 8, 11 ]", "" ], - "asctime": "2020-12-21 01:53:52,717", - "created": 1608512032.717515, + "asctime": "2021-01-14 01:07:03,797", + "created": 1610582823.7971516, "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": 717.5149917602539, + "msecs": 797.1515655517578, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1778.3656120300293, + "relativeCreated": 1717.1192169189453, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -17016,8 +17016,8 @@ "[ 2, 5, 8, 11 ]", "" ], - "asctime": "2020-12-21 01:53:52,717", - "created": 1608512032.7176244, + "asctime": "2021-01-14 01:07:03,797", + "created": 1610582823.7971992, "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": 717.6244258880615, + "msecs": 797.1992492675781, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1778.475046157837, + "relativeCreated": 1717.1669006347656, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -17044,8 +17044,8 @@ "2", "" ], - "asctime": "2020-12-21 01:53:52,717", - "created": 1608512032.7177732, + "asctime": "2021-01-14 01:07:03,797", + "created": 1610582823.7972496, "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": 717.7731990814209, + "msecs": 797.2495555877686, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1778.6238193511963, + "relativeCreated": 1717.217206954956, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -17072,8 +17072,8 @@ "2", "" ], - "asctime": "2020-12-21 01:53:52,717", - "created": 1608512032.71782, + "asctime": "2021-01-14 01:07:03,797", + "created": 1610582823.7972894, "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": 717.8199291229248, + "msecs": 797.2893714904785, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1778.6705493927002, + "relativeCreated": 1717.257022857666, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -17099,26 +17099,26 @@ "2", "" ], - "asctime": "2020-12-21 01:53:52,717", - "created": 1608512032.7178864, + "asctime": "2021-01-14 01:07:03,797", + "created": 1610582823.79733, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 1 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 717.8864479064941, + "msecs": 797.3299026489258, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1778.7370681762695, + "relativeCreated": 1717.2975540161133, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -17127,8 +17127,8 @@ "5", "" ], - "asctime": "2020-12-21 01:53:52,717", - "created": 1608512032.7179585, + "asctime": "2021-01-14 01:07:03,797", + "created": 1610582823.7973714, "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": 717.9584503173828, + "msecs": 797.3713874816895, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1778.8090705871582, + "relativeCreated": 1717.339038848877, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -17155,8 +17155,8 @@ "5", "" ], - "asctime": "2020-12-21 01:53:52,718", - "created": 1608512032.7180674, + "asctime": "2021-01-14 01:07:03,797", + "created": 1610582823.7974107, "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": 718.0674076080322, + "msecs": 797.4107265472412, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1778.9180278778076, + "relativeCreated": 1717.3783779144287, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -17182,26 +17182,26 @@ "5", "" ], - "asctime": "2020-12-21 01:53:52,718", - "created": 1608512032.718191, + "asctime": "2021-01-14 01:07:03,797", + "created": 1610582823.7974505, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 2 is correct (Content 5 and Type is ).", "module": "test", - "msecs": 718.1909084320068, + "msecs": 797.4505424499512, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1779.0415287017822, + "relativeCreated": 1717.4181938171387, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -17210,8 +17210,8 @@ "8", "" ], - "asctime": "2020-12-21 01:53:52,718", - "created": 1608512032.718261, + "asctime": "2021-01-14 01:07:03,797", + "created": 1610582823.7974916, "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": 718.2610034942627, + "msecs": 797.4915504455566, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1779.111623764038, + "relativeCreated": 1717.4592018127441, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -17238,8 +17238,8 @@ "8", "" ], - "asctime": "2020-12-21 01:53:52,718", - "created": 1608512032.7183142, + "asctime": "2021-01-14 01:07:03,797", + "created": 1610582823.7975307, "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": 718.3141708374023, + "msecs": 797.5306510925293, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1779.1647911071777, + "relativeCreated": 1717.4983024597168, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -17265,26 +17265,26 @@ "8", "" ], - "asctime": "2020-12-21 01:53:52,718", - "created": 1608512032.7183752, + "asctime": "2021-01-14 01:07:03,797", + "created": 1610582823.7975705, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 3 is correct (Content 8 and Type is ).", "module": "test", - "msecs": 718.3752059936523, + "msecs": 797.5704669952393, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1779.2258262634277, + "relativeCreated": 1717.5381183624268, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -17293,8 +17293,8 @@ "11", "" ], - "asctime": "2020-12-21 01:53:52,718", - "created": 1608512032.7184353, + "asctime": "2021-01-14 01:07:03,797", + "created": 1610582823.7976112, "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": 718.4352874755859, + "msecs": 797.6112365722656, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1779.2859077453613, + "relativeCreated": 1717.5788879394531, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -17321,8 +17321,8 @@ "11", "" ], - "asctime": "2020-12-21 01:53:52,718", - "created": 1608512032.718497, + "asctime": "2021-01-14 01:07:03,797", + "created": 1610582823.7976499, "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": 718.4970378875732, + "msecs": 797.6498603820801, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1779.3476581573486, + "relativeCreated": 1717.6175117492676, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -17348,52 +17348,52 @@ "11", "" ], - "asctime": "2020-12-21 01:53:52,718", - "created": 1608512032.7185647, + "asctime": "2021-01-14 01:07:03,797", + "created": 1610582823.797693, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Submitted value number 4 is correct (Content 11 and Type is ).", "module": "test", - "msecs": 718.5647487640381, + "msecs": 797.6930141448975, "msg": "Submitted value number 4 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1779.4153690338135, + "relativeCreated": 1717.660665512085, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 718.6427116394043, + "msecs": 797.734260559082, "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": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 1779.4933319091797, + "relativeCreated": 1717.7019119262695, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 7.796287536621094e-05 + "time_consumption": 4.124641418457031e-05 } ], - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.0037937164306640625, - "time_finished": "2020-12-21 01:53:52,718", - "time_start": "2020-12-21 01:53:52,714" + "time_consumption": 0.004278898239135742, + "time_finished": "2021-01-14 01:07:03,797", + "time_start": "2021-01-14 01:07:03,793" }, "_fE3tMHczEemrUqotql_Blw": { "args": null, - "asctime": "2020-12-21 01:53:51,058", - "created": 1608512031.058054, + "asctime": "2021-01-14 01:07:02,147", + "created": 1610582822.1477957, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17404,19 +17404,19 @@ "message": "_fE3tMHczEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 58.05397033691406, + "msecs": 147.7956771850586, "msg": "_fE3tMHczEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 118.90459060668945, + "relativeCreated": 67.7633285522461, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:51,058", - "created": 1608512031.0582318, + "asctime": "2021-01-14 01:07:02,147", + "created": 1610582822.1479259, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -17434,8 +17434,8 @@ "None", "'state_a'" ], - "asctime": "2020-12-21 01:53:51,058", - "created": 1608512031.058172, + "asctime": "2021-01-14 01:07:02,147", + "created": 1610582822.1478777, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17445,44 +17445,44 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 58.171987533569336, + "msecs": 147.87769317626953, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 119.02260780334473, + "relativeCreated": 67.84534454345703, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 58.23183059692383, + "msecs": 147.92585372924805, "msg": "Initialising state machine with state_a", "name": "__tLogger__", "pathname": "src/tests/test_transitions.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 119.08245086669922, + "relativeCreated": 67.89350509643555, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 5.984306335449219e-05 + "time_consumption": 4.8160552978515625e-05 }, { "args": [ "'state_a'", "" ], - "asctime": "2020-12-21 01:53:51,058", - "created": 1608512031.058368, + "asctime": "2021-01-14 01:07:02,148", + "created": 1610582822.1480553, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Initial state after Initialisation is correct (Content 'state_a' and Type is ).", "module": "test", "moduleLogger": [ @@ -17492,8 +17492,8 @@ "'state_a'", "" ], - "asctime": "2020-12-21 01:53:51,058", - "created": 1608512031.0582926, + "asctime": "2021-01-14 01:07:02,147", + "created": 1610582822.1479838, "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": 58.29262733459473, + "msecs": 147.98378944396973, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 119.14324760437012, + "relativeCreated": 67.95144081115723, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -17520,8 +17520,8 @@ "'state_a'", "" ], - "asctime": "2020-12-21 01:53:51,058", - "created": 1608512031.0583313, + "asctime": "2021-01-14 01:07:02,148", + "created": 1610582822.1480203, "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": 58.33125114440918, + "msecs": 148.02026748657227, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 119.18187141418457, + "relativeCreated": 67.98791885375977, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 58.36796760559082, + "msecs": 148.0553150177002, "msg": "Initial state after Initialisation is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 119.21858787536621, + "relativeCreated": 68.0229663848877, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 3.6716461181640625e-05 + "time_consumption": 3.504753112792969e-05 }, { "args": [ 0.16 ], - "asctime": "2020-12-21 01:53:51,209", - "created": 1608512031.2091231, + "asctime": "2021-01-14 01:07:02,298", + "created": 1610582822.2987661, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -17578,8 +17578,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:51,208", - "created": 1608512031.2085733, + "asctime": "2021-01-14 01:07:02,298", + "created": 1610582822.2982903, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17589,44 +17589,44 @@ "lineno": 179, "message": "StateMachine: State change ('condition_true'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 208.5733413696289, + "msecs": 298.2902526855469, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 269.4239616394043, + "relativeCreated": 218.25790405273438, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 209.1231346130371, + "msecs": 298.7661361694336, "msg": "Waiting for %.3fs or state change", "name": "__tLogger__", "pathname": "src/tests/test_transitions.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 269.9737548828125, + "relativeCreated": 218.7337875366211, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.0005497932434082031 + "time_consumption": 0.00047588348388671875 }, { "args": [ "'state_b'", "" ], - "asctime": "2020-12-21 01:53:51,209", - "created": 1608512031.2099361, + "asctime": "2021-01-14 01:07:02,299", + "created": 1610582822.2995362, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "State after 1st cycle is correct (Content 'state_b' and Type is ).", "module": "test", "moduleLogger": [ @@ -17636,8 +17636,8 @@ "'state_b'", "" ], - "asctime": "2020-12-21 01:53:51,209", - "created": 1608512031.209667, + "asctime": "2021-01-14 01:07:02,299", + "created": 1610582822.299238, "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": 209.66696739196777, + "msecs": 299.2379665374756, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 270.51758766174316, + "relativeCreated": 219.2056179046631, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -17664,8 +17664,8 @@ "'state_b'", "" ], - "asctime": "2020-12-21 01:53:51,209", - "created": 1608512031.2098043, + "asctime": "2021-01-14 01:07:02,299", + "created": 1610582822.299398, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17675,57 +17675,57 @@ "lineno": 26, "message": "Expectation (State after 1st cycle): result = 'state_b' ()", "module": "test", - "msecs": 209.80429649353027, + "msecs": 299.39794540405273, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 270.65491676330566, + "relativeCreated": 219.36559677124023, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 209.93614196777344, + "msecs": 299.53622817993164, "msg": "State after 1st cycle is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 270.7867622375488, + "relativeCreated": 219.50387954711914, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.00013184547424316406 + "time_consumption": 0.00013828277587890625 }, { "args": [ - "0.15067315101623535", + "0.15063071250915527", "0.145", "0.155", "" ], - "asctime": "2020-12-21 01:53:51,210", - "created": 1608512031.2103198, + "asctime": "2021-01-14 01:07:02,300", + "created": 1610582822.300019, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "range_chk", "levelname": "INFO", "levelno": 20, - "lineno": 218, - "message": "Transition time after 1st cycle is correct (Content 0.15067315101623535 in [0.145 ... 0.155] and Type is ).", + "lineno": 220, + "message": "Transition time after 1st cycle is correct (Content 0.15063071250915527 in [0.145 ... 0.155] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Transition time after 1st cycle", - "0.15067315101623535", + "0.15063071250915527", "" ], - "asctime": "2020-12-21 01:53:51,210", - "created": 1608512031.210168, + "asctime": "2021-01-14 01:07:02,299", + "created": 1610582822.2997613, "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.15067315101623535 ()", + "message": "Result (Transition time after 1st cycle): 0.15063071250915527 ()", "module": "test", - "msecs": 210.16788482666016, + "msecs": 299.7612953186035, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 271.01850509643555, + "relativeCreated": 219.72894668579102, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -17752,47 +17752,47 @@ "0.145", "0.155" ], - "asctime": "2020-12-21 01:53:51,210", - "created": 1608512031.2102523, + "asctime": "2021-01-14 01:07:02,299", + "created": 1610582822.2998898, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation_range__", "levelname": "DEBUG", "levelno": 10, - "lineno": 30, + "lineno": 34, "message": "Expectation (Transition time after 1st cycle): 0.145 <= result <= 0.155", "module": "test", - "msecs": 210.2522850036621, + "msecs": 299.88980293273926, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 271.1029052734375, + "relativeCreated": 219.85745429992676, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 210.31975746154785, + "msecs": 300.0190258026123, "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": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 271.17037773132324, + "relativeCreated": 219.9866771697998, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 6.747245788574219e-05 + "time_consumption": 0.00012922286987304688 }, { "args": [ 0.235 ], - "asctime": "2020-12-21 01:53:51,436", - "created": 1608512031.4363897, + "asctime": "2021-01-14 01:07:02,525", + "created": 1610582822.525798, "exc_info": null, "exc_text": null, "filename": "test_transitions.py", @@ -17810,8 +17810,8 @@ "'state_b'", "'state_c'" ], - "asctime": "2020-12-21 01:53:51,435", - "created": 1608512031.435748, + "asctime": "2021-01-14 01:07:02,525", + "created": 1610582822.5254989, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17821,44 +17821,44 @@ "lineno": 179, "message": "StateMachine: State change ('condition_true'): 'state_b' -> 'state_c'", "module": "__init__", - "msecs": 435.7481002807617, + "msecs": 525.4988670349121, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 496.5987205505371, + "relativeCreated": 445.4665184020996, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 436.389684677124, + "msecs": 525.7980823516846, "msg": "Waiting for %.3fs or state change", "name": "__tLogger__", "pathname": "src/tests/test_transitions.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 497.2403049468994, + "relativeCreated": 445.76573371887207, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.0006415843963623047 + "time_consumption": 0.00029921531677246094 }, { "args": [ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:51,437", - "created": 1608512031.4372606, + "asctime": "2021-01-14 01:07:02,526", + "created": 1610582822.526102, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "State after 2nd cycle is correct (Content 'state_c' and Type is ).", "module": "test", "moduleLogger": [ @@ -17868,8 +17868,8 @@ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:51,436", - "created": 1608512031.4369087, + "asctime": "2021-01-14 01:07:02,525", + "created": 1610582822.525954, "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": 436.9087219238281, + "msecs": 525.954008102417, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 497.7593421936035, + "relativeCreated": 445.9216594696045, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -17896,8 +17896,8 @@ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:51,437", - "created": 1608512031.4370809, + "asctime": "2021-01-14 01:07:02,526", + "created": 1610582822.5260348, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17907,57 +17907,57 @@ "lineno": 26, "message": "Expectation (State after 2nd cycle): result = 'state_c' ()", "module": "test", - "msecs": 437.08086013793945, + "msecs": 526.0348320007324, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 497.93148040771484, + "relativeCreated": 446.0024833679199, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 437.26062774658203, + "msecs": 526.1020660400391, "msg": "State after 2nd cycle is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 498.1112480163574, + "relativeCreated": 446.06971740722656, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.00017976760864257812 + "time_consumption": 6.723403930664062e-05 }, { "args": [ - "0.1506359577178955", + "0.15029430389404297", "0.145", "0.155", "" ], - "asctime": "2020-12-21 01:53:51,437", - "created": 1608512031.4377685, + "asctime": "2021-01-14 01:07:02,526", + "created": 1610582822.526317, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "range_chk", "levelname": "INFO", "levelno": 20, - "lineno": 218, - "message": "Transition time after 2nd cycle is correct (Content 0.1506359577178955 in [0.145 ... 0.155] and Type is ).", + "lineno": 220, + "message": "Transition time after 2nd cycle is correct (Content 0.15029430389404297 in [0.145 ... 0.155] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Transition time after 2nd cycle", - "0.1506359577178955", + "0.15029430389404297", "" ], - "asctime": "2020-12-21 01:53:51,437", - "created": 1608512031.4375103, + "asctime": "2021-01-14 01:07:02,526", + "created": 1610582822.5262039, "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.1506359577178955 ()", + "message": "Result (Transition time after 2nd cycle): 0.15029430389404297 ()", "module": "test", - "msecs": 437.51025199890137, + "msecs": 526.2038707733154, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 498.36087226867676, + "relativeCreated": 446.17152214050293, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -17984,68 +17984,68 @@ "0.145", "0.155" ], - "asctime": "2020-12-21 01:53:51,437", - "created": 1608512031.4376435, + "asctime": "2021-01-14 01:07:02,526", + "created": 1610582822.526261, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation_range__", "levelname": "DEBUG", "levelno": 10, - "lineno": 30, + "lineno": 34, "message": "Expectation (Transition time after 2nd cycle): 0.145 <= result <= 0.155", "module": "test", - "msecs": 437.64352798461914, + "msecs": 526.2610912322998, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 498.49414825439453, + "relativeCreated": 446.2287425994873, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 437.76845932006836, + "msecs": 526.3168811798096, "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": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 498.61907958984375, + "relativeCreated": 446.28453254699707, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.00012493133544921875 + "time_consumption": 5.5789947509765625e-05 }, { "args": [ - "0.22591900825500488", + "0.22559070587158203", "0.21999999999999997", "0.22999999999999998", "" ], - "asctime": "2020-12-21 01:53:51,438", - "created": 1608512031.4382086, + "asctime": "2021-01-14 01:07:02,526", + "created": 1610582822.5265088, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "range_chk", "levelname": "INFO", "levelno": 20, - "lineno": 218, - "message": "Previous state duration is correct (Content 0.22591900825500488 in [0.21999999999999997 ... 0.22999999999999998] and Type is ).", + "lineno": 220, + "message": "Previous state duration is correct (Content 0.22559070587158203 in [0.21999999999999997 ... 0.22999999999999998] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Previous state duration", - "0.22591900825500488", + "0.22559070587158203", "" ], - "asctime": "2020-12-21 01:53:51,437", - "created": 1608512031.4379747, + "asctime": "2021-01-14 01:07:02,526", + "created": 1610582822.5264041, "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.22591900825500488 ()", + "message": "Result (Previous state duration): 0.22559070587158203 ()", "module": "test", - "msecs": 437.9746913909912, + "msecs": 526.4041423797607, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 498.8253116607666, + "relativeCreated": 446.37179374694824, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -18072,52 +18072,52 @@ "0.21999999999999997", "0.22999999999999998" ], - "asctime": "2020-12-21 01:53:51,438", - "created": 1608512031.4380772, + "asctime": "2021-01-14 01:07:02,526", + "created": 1610582822.5264559, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation_range__", "levelname": "DEBUG", "levelno": 10, - "lineno": 30, + "lineno": 34, "message": "Expectation (Previous state duration): 0.21999999999999997 <= result <= 0.22999999999999998", "module": "test", - "msecs": 438.0772113800049, + "msecs": 526.4558792114258, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 498.9278316497803, + "relativeCreated": 446.4235305786133, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 438.20858001708984, + "msecs": 526.5088081359863, "msg": "Previous state duration is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 499.05920028686523, + "relativeCreated": 446.4764595031738, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.00013136863708496094 + "time_consumption": 5.2928924560546875e-05 } ], - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.3801546096801758, - "time_finished": "2020-12-21 01:53:51,438", - "time_start": "2020-12-21 01:53:51,058" + "time_consumption": 0.37871313095092773, + "time_finished": "2021-01-14 01:07:02,526", + "time_start": "2021-01-14 01:07:02,147" }, "_iTFPQHcrEemrUqotql_Blw": { "args": null, - "asctime": "2020-12-21 01:53:51,055", - "created": 1608512031.0557091, + "asctime": "2021-01-14 01:07:02,146", + "created": 1610582822.1460183, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18128,19 +18128,19 @@ "message": "_iTFPQHcrEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 55.709123611450195, + "msecs": 146.01826667785645, "msg": "_iTFPQHcrEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 116.55974388122559, + "relativeCreated": 65.98591804504395, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:51,055", - "created": 1608512031.0559049, + "asctime": "2021-01-14 01:07:02,146", + "created": 1610582822.1461325, "exc_info": null, "exc_text": null, "filename": "test_init.py", @@ -18158,8 +18158,8 @@ "None", "'state_c'" ], - "asctime": "2020-12-21 01:53:51,055", - "created": 1608512031.0558228, + "asctime": "2021-01-14 01:07:02,146", + "created": 1610582822.1460812, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18169,44 +18169,44 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_c'", "module": "__init__", - "msecs": 55.82284927368164, + "msecs": 146.08120918273926, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 116.67346954345703, + "relativeCreated": 66.04886054992676, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 55.90486526489258, + "msecs": 146.1324691772461, "msg": "Initialising the state machine with state_c", "name": "__tLogger__", "pathname": "src/tests/test_init.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 116.75548553466797, + "relativeCreated": 66.1001205444336, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 8.20159912109375e-05 + "time_consumption": 5.125999450683594e-05 }, { "args": [ "1", "" ], - "asctime": "2020-12-21 01:53:51,056", - "created": 1608512031.056135, + "asctime": "2021-01-14 01:07:02,146", + "created": 1610582822.1462603, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Keyword argument kw_arg_no_1 stored in state_machine is correct (Content 1 and Type is ).", "module": "test", "moduleLogger": [ @@ -18216,8 +18216,8 @@ "1", "" ], - "asctime": "2020-12-21 01:53:51,056", - "created": 1608512031.056006, + "asctime": "2021-01-14 01:07:02,146", + "created": 1610582822.146187, "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": 56.00595474243164, + "msecs": 146.18706703186035, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 116.85657501220703, + "relativeCreated": 66.15471839904785, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -18244,8 +18244,8 @@ "1", "" ], - "asctime": "2020-12-21 01:53:51,056", - "created": 1608512031.0560725, + "asctime": "2021-01-14 01:07:02,146", + "created": 1610582822.1462228, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18255,44 +18255,44 @@ "lineno": 26, "message": "Expectation (Keyword argument kw_arg_no_1 stored in state_machine): result = 1 ()", "module": "test", - "msecs": 56.07247352600098, + "msecs": 146.2228298187256, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 116.92309379577637, + "relativeCreated": 66.19048118591309, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 56.134939193725586, + "msecs": 146.26026153564453, "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": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 116.98555946350098, + "relativeCreated": 66.22791290283203, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 6.246566772460938e-05 + "time_consumption": 3.743171691894531e-05 }, { "args": [ "'2'", "" ], - "asctime": "2020-12-21 01:53:51,056", - "created": 1608512031.0563521, + "asctime": "2021-01-14 01:07:02,146", + "created": 1610582822.1463847, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Keyword argument kw_arg_no_2 stored in state_machine is correct (Content '2' and Type is ).", "module": "test", "moduleLogger": [ @@ -18302,8 +18302,8 @@ "'2'", "" ], - "asctime": "2020-12-21 01:53:51,056", - "created": 1608512031.0562298, + "asctime": "2021-01-14 01:07:02,146", + "created": 1610582822.146314, "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": 56.22982978820801, + "msecs": 146.31390571594238, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 117.0804500579834, + "relativeCreated": 66.28155708312988, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -18330,8 +18330,8 @@ "'2'", "" ], - "asctime": "2020-12-21 01:53:51,056", - "created": 1608512031.0562935, + "asctime": "2021-01-14 01:07:02,146", + "created": 1610582822.146348, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18341,44 +18341,44 @@ "lineno": 26, "message": "Expectation (Keyword argument kw_arg_no_2 stored in state_machine): result = '2' ()", "module": "test", - "msecs": 56.293487548828125, + "msecs": 146.3479995727539, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 117.14410781860352, + "relativeCreated": 66.3156509399414, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 56.35213851928711, + "msecs": 146.38471603393555, "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": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 117.2027587890625, + "relativeCreated": 66.35236740112305, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 5.8650970458984375e-05 + "time_consumption": 3.6716461181640625e-05 }, { "args": [ "True", "" ], - "asctime": "2020-12-21 01:53:51,056", - "created": 1608512031.0565665, + "asctime": "2021-01-14 01:07:02,146", + "created": 1610582822.1465135, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Keyword argument kw_arg_no_3 stored in state_machine is correct (Content True and Type is ).", "module": "test", "moduleLogger": [ @@ -18388,8 +18388,8 @@ "True", "" ], - "asctime": "2020-12-21 01:53:51,056", - "created": 1608512031.056449, + "asctime": "2021-01-14 01:07:02,146", + "created": 1610582822.1464427, "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": 56.448936462402344, + "msecs": 146.44265174865723, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 117.29955673217773, + "relativeCreated": 66.41030311584473, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -18416,8 +18416,8 @@ "True", "" ], - "asctime": "2020-12-21 01:53:51,056", - "created": 1608512031.056527, + "asctime": "2021-01-14 01:07:02,146", + "created": 1610582822.146477, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18427,44 +18427,44 @@ "lineno": 26, "message": "Expectation (Keyword argument kw_arg_no_3 stored in state_machine): result = True ()", "module": "test", - "msecs": 56.526899337768555, + "msecs": 146.47698402404785, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 117.37751960754395, + "relativeCreated": 66.44463539123535, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 56.566476821899414, + "msecs": 146.5134620666504, "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": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 117.4170970916748, + "relativeCreated": 66.48111343383789, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 3.9577484130859375e-05 + "time_consumption": 3.647804260253906e-05 }, { "args": [ "{'1': 1, '2': 'two'}", "" ], - "asctime": "2020-12-21 01:53:51,056", - "created": 1608512031.0567455, + "asctime": "2021-01-14 01:07:02,146", + "created": 1610582822.14666, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Keyword argument kw_arg_no_4 stored in state_machine is correct (Content {'1': 1, '2': 'two'} and Type is ).", "module": "test", "moduleLogger": [ @@ -18474,8 +18474,8 @@ "{ '1': 1, '2': 'two' }", "" ], - "asctime": "2020-12-21 01:53:51,056", - "created": 1608512031.056642, + "asctime": "2021-01-14 01:07:02,146", + "created": 1610582822.1465743, "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": 56.64205551147461, + "msecs": 146.5742588043213, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 117.49267578125, + "relativeCreated": 66.54191017150879, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -18502,8 +18502,8 @@ "{ '1': 1, '2': 'two' }", "" ], - "asctime": "2020-12-21 01:53:51,056", - "created": 1608512031.0566897, + "asctime": "2021-01-14 01:07:02,146", + "created": 1610582822.146614, "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": 56.68973922729492, + "msecs": 146.61407470703125, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 117.54035949707031, + "relativeCreated": 66.58172607421875, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 56.74552917480469, + "msecs": 146.66008949279785, "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": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 117.59614944458008, + "relativeCreated": 66.62774085998535, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 5.5789947509765625e-05 + "time_consumption": 4.601478576660156e-05 } ], - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.0010364055633544922, - "time_finished": "2020-12-21 01:53:51,056", - "time_start": "2020-12-21 01:53:51,055" + "time_consumption": 0.0006418228149414062, + "time_finished": "2021-01-14 01:07:02,146", + "time_start": "2021-01-14 01:07:02,146" }, "_j2FvkHcqEemrUqotql_Blw": { "args": null, - "asctime": "2020-12-21 01:53:51,054", - "created": 1608512031.0546913, + "asctime": "2021-01-14 01:07:02,145", + "created": 1610582822.145347, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18558,19 +18558,19 @@ "message": "_j2FvkHcqEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 54.691314697265625, + "msecs": 145.34711837768555, "msg": "_j2FvkHcqEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 115.54193496704102, + "relativeCreated": 65.31476974487305, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:51,054", - "created": 1608512031.0548084, + "asctime": "2021-01-14 01:07:02,145", + "created": 1610582822.1454651, "exc_info": null, "exc_text": null, "filename": "test_init.py", @@ -18588,8 +18588,8 @@ "None", "'state_c'" ], - "asctime": "2020-12-21 01:53:51,054", - "created": 1608512031.0547605, + "asctime": "2021-01-14 01:07:02,145", + "created": 1610582822.1454158, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18599,44 +18599,44 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_c'", "module": "__init__", - "msecs": 54.76045608520508, + "msecs": 145.4157829284668, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 115.61107635498047, + "relativeCreated": 65.3834342956543, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 54.80837821960449, + "msecs": 145.46513557434082, "msg": "Initialising the state machine with state_c", "name": "__tLogger__", "pathname": "src/tests/test_init.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 115.65899848937988, + "relativeCreated": 65.43278694152832, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 4.792213439941406e-05 + "time_consumption": 4.935264587402344e-05 }, { "args": [ "'__init__'", "" ], - "asctime": "2020-12-21 01:53:51,054", - "created": 1608512031.0549848, + "asctime": "2021-01-14 01:07:02,145", + "created": 1610582822.1455972, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Last transition condition after initialisation is correct (Content '__init__' and Type is ).", "module": "test", "moduleLogger": [ @@ -18646,8 +18646,8 @@ "'__init__'", "" ], - "asctime": "2020-12-21 01:53:51,054", - "created": 1608512031.0548687, + "asctime": "2021-01-14 01:07:02,145", + "created": 1610582822.1455243, "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": 54.86869812011719, + "msecs": 145.524263381958, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 115.71931838989258, + "relativeCreated": 65.49191474914551, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -18674,8 +18674,8 @@ "'__init__'", "" ], - "asctime": "2020-12-21 01:53:51,054", - "created": 1608512031.0549173, + "asctime": "2021-01-14 01:07:02,145", + "created": 1610582822.1455615, "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": 54.917335510253906, + "msecs": 145.56145668029785, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 115.7679557800293, + "relativeCreated": 65.52910804748535, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 54.98480796813965, + "msecs": 145.5972194671631, "msg": "Last transition condition after initialisation is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 115.83542823791504, + "relativeCreated": 65.56487083435059, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 6.747245788574219e-05 + "time_consumption": 3.5762786865234375e-05 } ], - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.00029349327087402344, - "time_finished": "2020-12-21 01:53:51,054", - "time_start": "2020-12-21 01:53:51,054" + "time_consumption": 0.00025010108947753906, + "time_finished": "2021-01-14 01:07:02,145", + "time_start": "2021-01-14 01:07:02,145" }, "_tRZ50HcyEemrUqotql_Blw": { "args": null, - "asctime": "2020-12-21 01:53:51,684", - "created": 1608512031.6849594, + "asctime": "2021-01-14 01:07:02,769", + "created": 1610582822.76968, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18730,19 +18730,19 @@ "message": "_tRZ50HcyEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 684.9594116210938, + "msecs": 769.6800231933594, "msg": "_tRZ50HcyEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 745.8100318908691, + "relativeCreated": 689.6476745605469, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:51,685", - "created": 1608512031.6853127, + "asctime": "2021-01-14 01:07:02,769", + "created": 1610582822.769935, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -18760,8 +18760,8 @@ "None", "'state_c'" ], - "asctime": "2020-12-21 01:53:51,685", - "created": 1608512031.6851861, + "asctime": "2021-01-14 01:07:02,769", + "created": 1610582822.76983, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18771,44 +18771,44 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_c'", "module": "__init__", - "msecs": 685.1861476898193, + "msecs": 769.8299884796143, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 746.0367679595947, + "relativeCreated": 689.7976398468018, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 685.3127479553223, + "msecs": 769.934892654419, "msg": "Initialising the state machine with state_c", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 746.1633682250977, + "relativeCreated": 689.9025440216064, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.0001266002655029297 + "time_consumption": 0.0001049041748046875 }, { "args": [ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:51,685", - "created": 1608512031.685636, + "asctime": "2021-01-14 01:07:02,770", + "created": 1610582822.7702327, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Returnvalue of this_state() is correct (Content 'state_c' and Type is ).", "module": "test", "moduleLogger": [ @@ -18818,8 +18818,8 @@ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:51,685", - "created": 1608512031.6854615, + "asctime": "2021-01-14 01:07:02,770", + "created": 1610582822.7700613, "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": 685.4615211486816, + "msecs": 770.0612545013428, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 746.312141418457, + "relativeCreated": 690.0289058685303, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -18846,8 +18846,8 @@ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:51,685", - "created": 1608512031.6855497, + "asctime": "2021-01-14 01:07:02,770", + "created": 1610582822.7701511, "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": 685.5497360229492, + "msecs": 770.1511383056641, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 746.4003562927246, + "relativeCreated": 690.1187896728516, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 685.636043548584, + "msecs": 770.2326774597168, "msg": "Returnvalue of this_state() is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 746.4866638183594, + "relativeCreated": 690.2003288269043, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 8.630752563476562e-05 + "time_consumption": 8.153915405273438e-05 } ], - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.0006766319274902344, - "time_finished": "2020-12-21 01:53:51,685", - "time_start": "2020-12-21 01:53:51,684" + "time_consumption": 0.0005526542663574219, + "time_finished": "2021-01-14 01:07:02,770", + "time_start": "2021-01-14 01:07:02,769" }, "_vAtUQHcyEemrUqotql_Blw": { "args": null, - "asctime": "2020-12-21 01:53:51,685", - "created": 1608512031.685886, + "asctime": "2021-01-14 01:07:02,770", + "created": 1610582822.770442, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18902,19 +18902,19 @@ "message": "_vAtUQHcyEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 685.8859062194824, + "msecs": 770.442008972168, "msg": "_vAtUQHcyEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 746.7365264892578, + "relativeCreated": 690.4096603393555, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:51,686", - "created": 1608512031.6862285, + "asctime": "2021-01-14 01:07:02,770", + "created": 1610582822.7706714, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -18932,8 +18932,8 @@ "None", "'state_c'" ], - "asctime": "2020-12-21 01:53:51,686", - "created": 1608512031.6860595, + "asctime": "2021-01-14 01:07:02,770", + "created": 1610582822.7705753, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18943,44 +18943,44 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_c'", "module": "__init__", - "msecs": 686.0594749450684, + "msecs": 770.5752849578857, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 746.9100952148438, + "relativeCreated": 690.5429363250732, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 686.2285137176514, + "msecs": 770.6713676452637, "msg": "Initialising the state machine with state_c", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 747.0791339874268, + "relativeCreated": 690.6390190124512, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.0001690387725830078 + "time_consumption": 9.608268737792969e-05 }, { "args": [ "True", "" ], - "asctime": "2020-12-21 01:53:51,686", - "created": 1608512031.6865332, + "asctime": "2021-01-14 01:07:02,770", + "created": 1610582822.7709515, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Returnvalue of this_state_is(state_c) is correct (Content True and Type is ).", "module": "test", "moduleLogger": [ @@ -18990,8 +18990,8 @@ "True", "" ], - "asctime": "2020-12-21 01:53:51,686", - "created": 1608512031.6863658, + "asctime": "2021-01-14 01:07:02,770", + "created": 1610582822.7707925, "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": 686.3658428192139, + "msecs": 770.7924842834473, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 747.2164630889893, + "relativeCreated": 690.7601356506348, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -19018,8 +19018,8 @@ "True", "" ], - "asctime": "2020-12-21 01:53:51,686", - "created": 1608512031.686454, + "asctime": "2021-01-14 01:07:02,770", + "created": 1610582822.7708728, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19029,44 +19029,44 @@ "lineno": 26, "message": "Expectation (Returnvalue of this_state_is(state_c)): result = True ()", "module": "test", - "msecs": 686.4540576934814, + "msecs": 770.8728313446045, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 747.3046779632568, + "relativeCreated": 690.840482711792, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 686.5332126617432, + "msecs": 770.951509475708, "msg": "Returnvalue of this_state_is(state_c) is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 747.3838329315186, + "relativeCreated": 690.9191608428955, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 7.915496826171875e-05 + "time_consumption": 7.867813110351562e-05 }, { "args": [ "False", "" ], - "asctime": "2020-12-21 01:53:51,686", - "created": 1608512031.6868072, + "asctime": "2021-01-14 01:07:02,771", + "created": 1610582822.771224, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "Returnvalue of this_state_is(state_b) is correct (Content False and Type is ).", "module": "test", "moduleLogger": [ @@ -19076,8 +19076,8 @@ "False", "" ], - "asctime": "2020-12-21 01:53:51,686", - "created": 1608512031.686652, + "asctime": "2021-01-14 01:07:02,771", + "created": 1610582822.771072, "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": 686.6519451141357, + "msecs": 771.0719108581543, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 747.5025653839111, + "relativeCreated": 691.0395622253418, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -19104,8 +19104,8 @@ "False", "" ], - "asctime": "2020-12-21 01:53:51,686", - "created": 1608512031.6867304, + "asctime": "2021-01-14 01:07:02,771", + "created": 1610582822.7711482, "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": 686.7303848266602, + "msecs": 771.1482048034668, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 747.5810050964355, + "relativeCreated": 691.1158561706543, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 686.8071556091309, + "msecs": 771.2240219116211, "msg": "Returnvalue of this_state_is(state_b) is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 747.6577758789062, + "relativeCreated": 691.1916732788086, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 7.677078247070312e-05 + "time_consumption": 7.581710815429688e-05 } ], - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.0009212493896484375, - "time_finished": "2020-12-21 01:53:51,686", - "time_start": "2020-12-21 01:53:51,685" + "time_consumption": 0.000782012939453125, + "time_finished": "2021-01-14 01:07:02,771", + "time_start": "2021-01-14 01:07:02,770" }, "_w49d4HcHEem_Z9BBpwIuJw": { "args": null, - "asctime": "2020-12-21 01:53:51,053", - "created": 1608512031.0537493, + "asctime": "2021-01-14 01:07:02,144", + "created": 1610582822.144723, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19160,19 +19160,19 @@ "message": "_w49d4HcHEem_Z9BBpwIuJw", "module": "__init__", "moduleLogger": [], - "msecs": 53.74932289123535, + "msecs": 144.72293853759766, "msg": "_w49d4HcHEem_Z9BBpwIuJw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 114.59994316101074, + "relativeCreated": 64.69058990478516, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:51,054", - "created": 1608512031.0543003, + "asctime": "2021-01-14 01:07:02,145", + "created": 1610582822.145022, "exc_info": null, "exc_text": null, "filename": "test_init.py", @@ -19190,8 +19190,8 @@ "None", "'state_c'" ], - "asctime": "2020-12-21 01:53:51,054", - "created": 1608512031.05418, + "asctime": "2021-01-14 01:07:02,144", + "created": 1610582822.1449428, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19201,44 +19201,44 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_c'", "module": "__init__", - "msecs": 54.17990684509277, + "msecs": 144.9427604675293, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 115.03052711486816, + "relativeCreated": 64.9104118347168, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 54.30030822753906, + "msecs": 145.02191543579102, "msg": "Initialising the state machine with state_c", "name": "__tLogger__", "pathname": "src/tests/test_init.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 115.15092849731445, + "relativeCreated": 64.98956680297852, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.00012040138244628906 + "time_consumption": 7.915496826171875e-05 }, { "args": [ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:51,054", - "created": 1608512031.0545802, + "asctime": "2021-01-14 01:07:02,145", + "created": 1610582822.1452365, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "levelname": "INFO", "levelno": 20, - "lineno": 142, + "lineno": 144, "message": "State after initialisation is correct (Content 'state_c' and Type is ).", "module": "test", "moduleLogger": [ @@ -19248,8 +19248,8 @@ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:51,054", - "created": 1608512031.0544302, + "asctime": "2021-01-14 01:07:02,145", + "created": 1610582822.1451092, "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": 54.430246353149414, + "msecs": 145.1091766357422, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 115.2808666229248, + "relativeCreated": 65.07682800292969, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -19276,8 +19276,8 @@ "'state_c'", "" ], - "asctime": "2020-12-21 01:53:51,054", - "created": 1608512031.0545092, + "asctime": "2021-01-14 01:07:02,145", + "created": 1610582822.1451926, "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": 54.50916290283203, + "msecs": 145.19262313842773, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 115.35978317260742, + "relativeCreated": 65.16027450561523, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 54.5802116394043, + "msecs": 145.23649215698242, "msg": "State after initialisation is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 115.43083190917969, + "relativeCreated": 65.20414352416992, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 7.104873657226562e-05 + "time_consumption": 4.38690185546875e-05 } ], - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.0008308887481689453, - "time_finished": "2020-12-21 01:53:51,054", - "time_start": "2020-12-21 01:53:51,053" + "time_consumption": 0.0005135536193847656, + "time_finished": "2021-01-14 01:07:02,145", + "time_start": "2021-01-14 01:07:02,144" }, "_yVA9oHcyEemrUqotql_Blw": { "args": null, - "asctime": "2020-12-21 01:53:51,687", - "created": 1608512031.6870306, + "asctime": "2021-01-14 01:07:02,771", + "created": 1610582822.771439, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19332,19 +19332,19 @@ "message": "_yVA9oHcyEemrUqotql_Blw", "module": "__init__", "moduleLogger": [], - "msecs": 687.030553817749, + "msecs": 771.4390754699707, "msg": "_yVA9oHcyEemrUqotql_Blw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/state_machine/unittest/src/tests/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 747.8811740875244, + "relativeCreated": 691.4067268371582, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2020-12-21 01:53:51,938", - "created": 1608512031.938028, + "asctime": "2021-01-14 01:07:03,022", + "created": 1610582823.0225153, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -19362,8 +19362,8 @@ "None", "'state_a'" ], - "asctime": "2020-12-21 01:53:51,687", - "created": 1608512031.6871781, + "asctime": "2021-01-14 01:07:02,771", + "created": 1610582822.7715995, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19373,15 +19373,15 @@ "lineno": 179, "message": "StateMachine: State change ('__init__'): None -> 'state_a'", "module": "__init__", - "msecs": 687.1781349182129, + "msecs": 771.599531173706, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 748.0287551879883, + "relativeCreated": 691.5671825408936, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -19391,8 +19391,8 @@ "'state_a'", "'state_b'" ], - "asctime": "2020-12-21 01:53:51,687", - "created": 1608512031.6873386, + "asctime": "2021-01-14 01:07:02,771", + "created": 1610582822.77175, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19402,23 +19402,23 @@ "lineno": 179, "message": "StateMachine: State change ('condition_a'): 'state_a' -> 'state_b'", "module": "__init__", - "msecs": 687.3385906219482, + "msecs": 771.7499732971191, "msg": "%s State change (%s): %s -> %s", "name": "root.state_machine", "pathname": "src/state_machine/__init__.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 748.1892108917236, + "relativeCreated": 691.7176246643066, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { "args": [ 0.25 ], - "asctime": "2020-12-21 01:53:51,937", - "created": 1608512031.937793, + "asctime": "2021-01-14 01:07:03,022", + "created": 1610582823.0222661, "exc_info": null, "exc_text": null, "filename": "test_interface.py", @@ -19428,57 +19428,57 @@ "lineno": 33, "message": "Waiting for 0.25s", "module": "test_interface", - "msecs": 937.7930164337158, + "msecs": 22.266149520874023, "msg": "Waiting for %.2fs", "name": "__unittest__", "pathname": "src/tests/test_interface.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 998.6436367034912, + "relativeCreated": 942.2338008880615, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 938.02809715271, + "msecs": 22.515296936035156, "msg": "Running state machine test sequence.", "name": "__tLogger__", "pathname": "src/tests/test_interface.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 998.8787174224854, + "relativeCreated": 942.4829483032227, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.00023508071899414062 + "time_consumption": 0.0002491474151611328 }, { "args": [ - "0.2508413791656494", + "0.25093817710876465", "0.2", "0.3", "" ], - "asctime": "2020-12-21 01:53:51,938", - "created": 1608512031.9385417, + "asctime": "2021-01-14 01:07:03,023", + "created": 1610582823.0230777, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "range_chk", "levelname": "INFO", "levelno": 20, - "lineno": 218, - "message": "Return Value of this_state_duration() is correct (Content 0.2508413791656494 in [0.2 ... 0.3] and Type is ).", + "lineno": 220, + "message": "Return Value of this_state_duration() is correct (Content 0.25093817710876465 in [0.2 ... 0.3] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Return Value of this_state_duration()", - "0.2508413791656494", + "0.25093817710876465", "" ], - "asctime": "2020-12-21 01:53:51,938", - "created": 1608512031.9383023, + "asctime": "2021-01-14 01:07:03,022", + "created": 1610582823.0228128, "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.2508413791656494 ()", + "message": "Result (Return Value of this_state_duration()): 0.25093817710876465 ()", "module": "test", - "msecs": 938.3022785186768, + "msecs": 22.812843322753906, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 999.1528987884521, + "relativeCreated": 942.7804946899414, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" }, { @@ -19505,51 +19505,51 @@ "0.2", "0.3" ], - "asctime": "2020-12-21 01:53:51,938", - "created": 1608512031.9384344, + "asctime": "2021-01-14 01:07:03,022", + "created": 1610582823.0229478, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation_range__", "levelname": "DEBUG", "levelno": 10, - "lineno": 30, + "lineno": 34, "message": "Expectation (Return Value of this_state_duration()): 0.2 <= result <= 0.3", "module": "test", - "msecs": 938.434362411499, + "msecs": 22.94778823852539, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 999.2849826812744, + "relativeCreated": 942.9154396057129, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread" } ], - "msecs": 938.5416507720947, + "msecs": 23.077726364135742, "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": 99610, + "process": 24543, "processName": "MainProcess", - "relativeCreated": 999.3922710418701, + "relativeCreated": 943.0453777313232, "stack_info": null, - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.00010728836059570312 + "time_consumption": 0.00012993812561035156 } ], - "thread": 140688934180672, + "thread": 140260177442624, "threadName": "MainThread", - "time_consumption": 0.2515110969543457, - "time_finished": "2020-12-21 01:53:51,938", - "time_start": "2020-12-21 01:53:51,687" + "time_consumption": 0.25163865089416504, + "time_finished": "2021-01-14 01:07:03,023", + "time_start": "2021-01-14 01:07:02,771" } }, "testrun_id": "p3", - "time_consumption": 1.6608216762542725, + "time_consumption": 1.650054693222046, "uid_list_sorted": [ "_w49d4HcHEem_Z9BBpwIuJw", "_j2FvkHcqEemrUqotql_Blw", diff --git a/_testresults_/unittest.pdf b/_testresults_/unittest.pdf index fce7dda..5a43eff 100644 Binary files a/_testresults_/unittest.pdf and b/_testresults_/unittest.pdf differ