diff --git a/__init__.py b/__init__.py index 9c7c5e8..3f0e821 100644 --- a/__init__.py +++ b/__init__.py @@ -70,6 +70,7 @@ class queue(object): """ class job(object): def __init__(self, priority, callback, *args, **kwargs): + self.time = time.time() self.priority = priority self.callback = callback self.args = args @@ -79,7 +80,10 @@ class queue(object): self.callback(queue, *self.args, **self.kwargs) def __lt__(self, other): - return self.priority < other.priority + if self.priority != other.priority: + return self.priority < other.priority + else: + return self.time < other.time def __init__(self, expire=True): self.__expire = expire diff --git a/_testresults_/unittest.json b/_testresults_/unittest.json index 44df71f..1e3e18e 100644 --- a/_testresults_/unittest.json +++ b/_testresults_/unittest.json @@ -1,11 +1,11 @@ { "coverage_information": [ { - "branch_coverage": 98.0, + "branch_coverage": 98.08, "filepath": "/user_data/data/dirk/prj/unittest/task/pylibs/task", "files": [ { - "branch_coverage": 98.0, + "branch_coverage": 98.08, "filepath": "/user_data/data/dirk/prj/unittest/task/pylibs/task/__init__.py", "fragments": [ { @@ -95,143 +95,143 @@ }, { "coverage_state": "covered", - "end": 76, + "end": 77, "start": 71 }, { "coverage_state": "clean", - "end": 77, - "start": 77 - }, - { - "coverage_state": "covered", - "end": 79, + "end": 78, "start": 78 }, { - "coverage_state": "clean", + "coverage_state": "covered", "end": 80, - "start": 80 + "start": 79 }, { - "coverage_state": "covered", - "end": 82, + "coverage_state": "clean", + "end": 81, "start": 81 }, + { + "coverage_state": "covered", + "end": 84, + "start": 82 + }, { "coverage_state": "clean", - "end": 83, - "start": 83 + "end": 85, + "start": 85 }, { "coverage_state": "covered", - "end": 87, - "start": 84 + "end": 86, + "start": 86 }, { "coverage_state": "clean", - "end": 88, + "end": 87, + "start": 87 + }, + { + "coverage_state": "covered", + "end": 91, "start": 88 }, + { + "coverage_state": "clean", + "end": 92, + "start": 92 + }, { "coverage_state": "covered", - "end": 89, - "start": 89 + "end": 93, + "start": 93 }, { "coverage_state": "clean", - "end": 94, - "start": 90 + "end": 98, + "start": 94 }, { "coverage_state": "covered", - "end": 97, - "start": 95 + "end": 101, + "start": 99 }, { "coverage_state": "uncovered", - "end": 99, - "start": 98 - }, - { - "coverage_state": "covered", - "end": 100, - "start": 100 - }, - { - "coverage_state": "clean", - "end": 101, - "start": 101 - }, - { - "coverage_state": "covered", - "end": 102, + "end": 103, "start": 102 }, - { - "coverage_state": "clean", - "end": 112, - "start": 103 - }, { "coverage_state": "covered", - "end": 113, - "start": 113 + "end": 104, + "start": 104 }, { "coverage_state": "clean", - "end": 114, - "start": 114 + "end": 105, + "start": 105 }, { "coverage_state": "covered", + "end": 106, + "start": 106 + }, + { + "coverage_state": "clean", "end": 116, - "start": 115 + "start": 107 }, { - "coverage_state": "clean", + "coverage_state": "covered", "end": 117, "start": 117 }, { - "coverage_state": "covered", + "coverage_state": "clean", "end": 118, "start": 118 }, { - "coverage_state": "clean", - "end": 121, + "coverage_state": "covered", + "end": 120, "start": 119 }, + { + "coverage_state": "clean", + "end": 121, + "start": 121 + }, { "coverage_state": "covered", - "end": 126, + "end": 122, "start": 122 }, { - "coverage_state": "partially-covered", - "end": 127, - "start": 127 + "coverage_state": "clean", + "end": 125, + "start": 123 }, { "coverage_state": "covered", "end": 130, - "start": 128 + "start": 126 }, { - "coverage_state": "clean", + "coverage_state": "partially-covered", "end": 131, "start": 131 }, { "coverage_state": "covered", - "end": 132, + "end": 134, "start": 132 }, { "coverage_state": "clean", "end": 135, - "start": 133 + "start": 135 }, { "coverage_state": "covered", @@ -240,18 +240,18 @@ }, { "coverage_state": "clean", - "end": 137, + "end": 139, "start": 137 }, { "coverage_state": "covered", - "end": 138, - "start": 138 + "end": 140, + "start": 140 }, { "coverage_state": "clean", "end": 141, - "start": 139 + "start": 141 }, { "coverage_state": "covered", @@ -260,58 +260,58 @@ }, { "coverage_state": "clean", - "end": 144, + "end": 145, "start": 143 }, { "coverage_state": "covered", - "end": 145, - "start": 145 - }, - { - "coverage_state": "clean", - "end": 157, + "end": 146, "start": 146 }, + { + "coverage_state": "clean", + "end": 148, + "start": 147 + }, { "coverage_state": "covered", - "end": 160, - "start": 158 + "end": 149, + "start": 149 }, { "coverage_state": "clean", "end": 161, - "start": 161 + "start": 150 }, { "coverage_state": "covered", - "end": 166, + "end": 164, "start": 162 }, { "coverage_state": "clean", - "end": 167, - "start": 167 + "end": 165, + "start": 165 }, { "coverage_state": "covered", - "end": 168, - "start": 168 + "end": 170, + "start": 166 }, { "coverage_state": "clean", - "end": 173, - "start": 169 + "end": 171, + "start": 171 }, { "coverage_state": "covered", - "end": 176, - "start": 174 + "end": 172, + "start": 172 }, { "coverage_state": "clean", "end": 177, - "start": 177 + "start": 173 }, { "coverage_state": "covered", @@ -325,118 +325,118 @@ }, { "coverage_state": "covered", - "end": 183, + "end": 184, "start": 182 }, { "coverage_state": "clean", "end": 185, - "start": 184 + "start": 185 }, { "coverage_state": "covered", - "end": 186, + "end": 187, "start": 186 }, { "coverage_state": "clean", - "end": 204, - "start": 187 + "end": 189, + "start": 188 }, { "coverage_state": "covered", - "end": 214, - "start": 205 + "end": 190, + "start": 190 }, { "coverage_state": "clean", - "end": 215, - "start": 215 + "end": 208, + "start": 191 }, { "coverage_state": "covered", - "end": 216, - "start": 216 + "end": 218, + "start": 209 }, { "coverage_state": "clean", - "end": 221, - "start": 217 + "end": 219, + "start": 219 }, { "coverage_state": "covered", - "end": 223, - "start": 222 + "end": 220, + "start": 220 }, { "coverage_state": "clean", - "end": 224, - "start": 224 - }, - { - "coverage_state": "covered", "end": 225, - "start": 225 + "start": 221 + }, + { + "coverage_state": "covered", + "end": 227, + "start": 226 }, { "coverage_state": "clean", "end": 228, - "start": 226 + "start": 228 }, { "coverage_state": "covered", - "end": 230, + "end": 229, "start": 229 }, { "coverage_state": "clean", - "end": 231, - "start": 231 + "end": 232, + "start": 230 }, { "coverage_state": "covered", - "end": 232, - "start": 232 + "end": 234, + "start": 233 }, { "coverage_state": "clean", "end": 235, - "start": 233 + "start": 235 }, { "coverage_state": "covered", - "end": 240, + "end": 236, "start": 236 }, { "coverage_state": "clean", - "end": 241, - "start": 241 + "end": 239, + "start": 237 }, { "coverage_state": "covered", - "end": 242, - "start": 242 + "end": 244, + "start": 240 }, { "coverage_state": "clean", "end": 245, - "start": 243 + "start": 245 }, { "coverage_state": "covered", - "end": 249, + "end": 246, "start": 246 }, { "coverage_state": "clean", - "end": 250, - "start": 250 + "end": 249, + "start": 247 }, { "coverage_state": "covered", "end": 253, - "start": 251 + "start": 250 }, { "coverage_state": "clean", @@ -445,33 +445,33 @@ }, { "coverage_state": "covered", - "end": 261, + "end": 257, "start": 255 }, { "coverage_state": "clean", - "end": 263, - "start": 262 + "end": 258, + "start": 258 }, { "coverage_state": "covered", - "end": 264, - "start": 264 + "end": 265, + "start": 259 }, { "coverage_state": "clean", - "end": 279, - "start": 265 + "end": 267, + "start": 266 }, { "coverage_state": "covered", - "end": 280, - "start": 280 + "end": 268, + "start": 268 }, { "coverage_state": "clean", "end": 283, - "start": 281 + "start": 269 }, { "coverage_state": "covered", @@ -480,63 +480,63 @@ }, { "coverage_state": "clean", - "end": 285, + "end": 287, "start": 285 }, { "coverage_state": "covered", "end": 288, - "start": 286 + "start": 288 }, { "coverage_state": "clean", - "end": 290, + "end": 289, "start": 289 }, { "coverage_state": "covered", - "end": 291, - "start": 291 + "end": 292, + "start": 290 }, { "coverage_state": "clean", - "end": 304, - "start": 292 + "end": 294, + "start": 293 }, { "coverage_state": "covered", - "end": 305, - "start": 305 + "end": 295, + "start": 295 }, { "coverage_state": "clean", - "end": 307, - "start": 306 - }, - { - "coverage_state": "covered", "end": 308, - "start": 308 + "start": 296 }, { - "coverage_state": "clean", - "end": 325, + "coverage_state": "covered", + "end": 309, "start": 309 }, + { + "coverage_state": "clean", + "end": 311, + "start": 310 + }, { "coverage_state": "covered", - "end": 326, - "start": 326 + "end": 312, + "start": 312 }, { "coverage_state": "clean", - "end": 327, - "start": 327 + "end": 329, + "start": 313 }, { "coverage_state": "covered", "end": 330, - "start": 328 + "start": 330 }, { "coverage_state": "clean", @@ -545,108 +545,108 @@ }, { "coverage_state": "covered", - "end": 338, + "end": 334, "start": 332 }, { "coverage_state": "clean", - "end": 339, - "start": 339 + "end": 335, + "start": 335 }, { "coverage_state": "covered", - "end": 340, - "start": 340 + "end": 342, + "start": 336 }, { "coverage_state": "clean", - "end": 353, - "start": 341 + "end": 343, + "start": 343 }, { "coverage_state": "covered", - "end": 363, - "start": 354 + "end": 344, + "start": 344 }, { "coverage_state": "clean", - "end": 364, - "start": 364 + "end": 357, + "start": 345 }, { "coverage_state": "covered", - "end": 369, - "start": 365 + "end": 367, + "start": 358 }, { "coverage_state": "clean", - "end": 370, - "start": 370 + "end": 368, + "start": 368 }, { "coverage_state": "covered", - "end": 371, - "start": 371 + "end": 373, + "start": 369 }, { "coverage_state": "clean", - "end": 372, - "start": 372 + "end": 374, + "start": 374 }, { "coverage_state": "covered", - "end": 377, - "start": 373 + "end": 375, + "start": 375 }, { "coverage_state": "clean", - "end": 378, - "start": 378 + "end": 376, + "start": 376 }, { "coverage_state": "covered", - "end": 380, - "start": 379 - }, - { - "coverage_state": "clean", "end": 381, - "start": 381 + "start": 377 }, { - "coverage_state": "covered", + "coverage_state": "clean", "end": 382, "start": 382 }, { - "coverage_state": "clean", - "end": 387, + "coverage_state": "covered", + "end": 384, "start": 383 }, - { - "coverage_state": "covered", - "end": 389, - "start": 388 - }, { "coverage_state": "clean", - "end": 390, - "start": 390 + "end": 385, + "start": 385 }, { "coverage_state": "covered", - "end": 397, - "start": 391 + "end": 386, + "start": 386 }, { "coverage_state": "clean", - "end": 398, - "start": 398 + "end": 391, + "start": 387 + }, + { + "coverage_state": "covered", + "end": 393, + "start": 392 + }, + { + "coverage_state": "clean", + "end": 394, + "start": 394 }, { "coverage_state": "covered", "end": 401, - "start": 399 + "start": 395 }, { "coverage_state": "clean", @@ -655,40 +655,50 @@ }, { "coverage_state": "covered", - "end": 407, + "end": 405, "start": 403 }, { "coverage_state": "clean", - "end": 408, - "start": 408 + "end": 406, + "start": 406 }, { "coverage_state": "covered", - "end": 409, - "start": 409 + "end": 411, + "start": 407 }, { "coverage_state": "clean", - "end": 427, - "start": 410 + "end": 412, + "start": 412 }, { "coverage_state": "covered", - "end": 428, - "start": 428 + "end": 413, + "start": 413 + }, + { + "coverage_state": "clean", + "end": 431, + "start": 414 + }, + { + "coverage_state": "covered", + "end": 432, + "start": 432 }, { "coverage_state": "clean", "end": null, - "start": 429 + "start": 433 } ], - "line_coverage": 98.88, + "line_coverage": 98.9, "name": "task.__init__.py" } ], - "line_coverage": 98.88, + "line_coverage": 98.9, "name": "task" } ], @@ -709,9 +719,9 @@ "specification": {}, "system_information": { "Architecture": "64bit", - "Distribution": "Linux Mint 20 ulyana", + "Distribution": "Linux Mint 20.1 ulyssa", "Hostname": "ahorn", - "Kernel": "5.4.0-59-generic (#65-Ubuntu SMP Thu Dec 10 12:01:51 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/task/unittest", "System": "Linux", @@ -723,7 +733,7 @@ "Name": "task", "State": "Released", "Supported Interpreters": "python2, python3", - "Version": "85fa349c0c871c15abf76947efad0d1b" + "Version": "d03c7bd7995b3c967ec523eaddf376d5" }, "testrun_list": [ { @@ -744,8 +754,8 @@ "testcases": { "pylibs.task.crontab: Test cronjob": { "args": null, - "asctime": "2021-01-07 17:51:32,810", - "created": 1610038292.810428, + "asctime": "2021-01-11 01:01:42,776", + "created": 1610323302.776704, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -756,18 +766,18 @@ "message": "pylibs.task.crontab: Test cronjob", "module": "__init__", "moduleLogger": [], - "msecs": 810.4279041290283, + "msecs": 776.7040729522705, "msg": "pylibs.task.crontab: Test cronjob", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7143.4619426727295, + "relativeCreated": 7332.903146743774, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-07 17:51:32,810", - "created": 1610038292.810949, + "asctime": "2021-01-11 01:01:42,777", + "created": 1610323302.777214, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -778,14 +788,14 @@ "message": "Initialising cronjob with minute: [23, 45]; hour: [12, 17]; day: 25; month: any; day_of_week: any.", "module": "test_crontab", "moduleLogger": [], - "msecs": 810.9490871429443, + "msecs": 777.2140502929688, "msg": "Initialising cronjob with minute: [23, 45]; hour: [12, 17]; day: 25; month: any; day_of_week: any.", "name": "__tLogger__", "pathname": "src/tests/test_crontab.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7143.9831256866455, - "thread": 140098592974656, + "relativeCreated": 7333.413124084473, + "thread": 139968662198080, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -794,8 +804,8 @@ "True", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,811", - "created": 1610038292.811655, + "asctime": "2021-01-11 01:01:42,777", + "created": 1610323302.777969, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -812,8 +822,8 @@ "True", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,811", - "created": 1610038292.811286, + "asctime": "2021-01-11 01:01:42,777", + "created": 1610323302.77759, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -823,14 +833,14 @@ "lineno": 22, "message": "Result (Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1): True (<type 'bool'>)", "module": "test", - "msecs": 811.2859725952148, + "msecs": 777.5900363922119, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7144.320011138916, - "thread": 140098592974656, + "relativeCreated": 7333.789110183716, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -839,8 +849,8 @@ "True", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,811", - "created": 1610038292.811479, + "asctime": "2021-01-11 01:01:42,777", + "created": 1610323302.777781, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -850,35 +860,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1): result = True (<type 'bool'>)", "module": "test", - "msecs": 811.4790916442871, + "msecs": 777.7810096740723, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7144.513130187988, - "thread": 140098592974656, + "relativeCreated": 7333.980083465576, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 811.6550445556641, + "msecs": 777.9688835144043, "msg": "Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7144.689083099365, - "thread": 140098592974656, + "relativeCreated": 7334.167957305908, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00017595291137695312 + "time_consumption": 0.00018787384033203125 }, { "args": [ "True", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,812", - "created": 1610038292.812266, + "asctime": "2021-01-11 01:01:42,778", + "created": 1610323302.778635, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -895,8 +905,8 @@ "True", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,811", - "created": 1610038292.811943, + "asctime": "2021-01-11 01:01:42,778", + "created": 1610323302.778278, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -906,14 +916,14 @@ "lineno": 22, "message": "Result (Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5): True (<type 'bool'>)", "module": "test", - "msecs": 811.9430541992188, + "msecs": 778.278112411499, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7144.97709274292, - "thread": 140098592974656, + "relativeCreated": 7334.477186203003, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -922,8 +932,8 @@ "True", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,812", - "created": 1610038292.812109, + "asctime": "2021-01-11 01:01:42,778", + "created": 1610323302.778474, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -933,35 +943,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5): result = True (<type 'bool'>)", "module": "test", - "msecs": 812.1089935302734, + "msecs": 778.4740924835205, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7145.143032073975, - "thread": 140098592974656, + "relativeCreated": 7334.673166275024, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 812.2661113739014, + "msecs": 778.6350250244141, "msg": "Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7145.3001499176025, - "thread": 140098592974656, + "relativeCreated": 7334.834098815918, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.0001571178436279297 + "time_consumption": 0.0001609325408935547 }, { "args": [ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,812", - "created": 1610038292.812929, + "asctime": "2021-01-11 01:01:42,779", + "created": 1610323302.77922, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -978,8 +988,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,812", - "created": 1610038292.81255, + "asctime": "2021-01-11 01:01:42,778", + "created": 1610323302.778907, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -989,14 +999,14 @@ "lineno": 22, "message": "Result (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1): False (<type 'bool'>)", "module": "test", - "msecs": 812.5500679016113, + "msecs": 778.907060623169, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7145.5841064453125, - "thread": 140098592974656, + "relativeCreated": 7335.106134414673, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -1005,8 +1015,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,812", - "created": 1610038292.812746, + "asctime": "2021-01-11 01:01:42,779", + "created": 1610323302.779063, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1016,35 +1026,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1): result = False (<type 'bool'>)", "module": "test", - "msecs": 812.7460479736328, + "msecs": 779.0629863739014, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7145.780086517334, - "thread": 140098592974656, + "relativeCreated": 7335.262060165405, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 812.9289150238037, + "msecs": 779.2201042175293, "msg": "Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7145.962953567505, - "thread": 140098592974656, + "relativeCreated": 7335.419178009033, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00018286705017089844 + "time_consumption": 0.0001571178436279297 }, { "args": [ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,813", - "created": 1610038292.81351, + "asctime": "2021-01-11 01:01:42,779", + "created": 1610323302.779844, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1061,8 +1071,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,813", - "created": 1610038292.813202, + "asctime": "2021-01-11 01:01:42,779", + "created": 1610323302.779531, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1072,14 +1082,14 @@ "lineno": 22, "message": "Result (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 3): False (<type 'bool'>)", "module": "test", - "msecs": 813.201904296875, + "msecs": 779.5310020446777, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7146.235942840576, - "thread": 140098592974656, + "relativeCreated": 7335.730075836182, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -1088,8 +1098,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,813", - "created": 1610038292.813357, + "asctime": "2021-01-11 01:01:42,779", + "created": 1610323302.779693, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1099,35 +1109,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 3): result = False (<type 'bool'>)", "module": "test", - "msecs": 813.3571147918701, + "msecs": 779.6928882598877, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7146.391153335571, - "thread": 140098592974656, + "relativeCreated": 7335.891962051392, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 813.5099411010742, + "msecs": 779.8440456390381, "msg": "Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 3 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7146.543979644775, - "thread": 140098592974656, + "relativeCreated": 7336.043119430542, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00015282630920410156 + "time_consumption": 0.00015115737915039062 }, { "args": [ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,814", - "created": 1610038292.814073, + "asctime": "2021-01-11 01:01:42,780", + "created": 1610323302.780427, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1144,8 +1154,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,813", - "created": 1610038292.81377, + "asctime": "2021-01-11 01:01:42,780", + "created": 1610323302.780115, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1155,14 +1165,14 @@ "lineno": 22, "message": "Result (Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1): False (<type 'bool'>)", "module": "test", - "msecs": 813.770055770874, + "msecs": 780.1148891448975, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7146.804094314575, - "thread": 140098592974656, + "relativeCreated": 7336.313962936401, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -1171,8 +1181,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,813", - "created": 1610038292.813923, + "asctime": "2021-01-11 01:01:42,780", + "created": 1610323302.780265, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1182,35 +1192,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1): result = False (<type 'bool'>)", "module": "test", - "msecs": 813.9228820800781, + "msecs": 780.2650928497314, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7146.956920623779, - "thread": 140098592974656, + "relativeCreated": 7336.464166641235, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 814.0730857849121, + "msecs": 780.4269790649414, "msg": "Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7147.107124328613, - "thread": 140098592974656, + "relativeCreated": 7336.626052856445, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00015020370483398438 + "time_consumption": 0.00016188621520996094 }, { "args": [ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,814", - "created": 1610038292.814629, + "asctime": "2021-01-11 01:01:42,780", + "created": 1610323302.780977, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1227,8 +1237,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,814", - "created": 1610038292.814327, + "asctime": "2021-01-11 01:01:42,780", + "created": 1610323302.780682, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1238,14 +1248,14 @@ "lineno": 22, "message": "Result (Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1): False (<type 'bool'>)", "module": "test", - "msecs": 814.3270015716553, + "msecs": 780.6820869445801, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7147.361040115356, - "thread": 140098592974656, + "relativeCreated": 7336.881160736084, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -1254,8 +1264,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,814", - "created": 1610038292.814479, + "asctime": "2021-01-11 01:01:42,780", + "created": 1610323302.78083, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1265,32 +1275,32 @@ "lineno": 26, "message": "Expectation (Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1): result = False (<type 'bool'>)", "module": "test", - "msecs": 814.4791126251221, + "msecs": 780.829906463623, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7147.513151168823, - "thread": 140098592974656, + "relativeCreated": 7337.028980255127, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 814.629077911377, + "msecs": 780.9770107269287, "msg": "Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7147.663116455078, - "thread": 140098592974656, + "relativeCreated": 7337.176084518433, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.0001499652862548828 + "time_consumption": 0.00014710426330566406 }, { "args": [], - "asctime": "2021-01-07 17:51:32,814", - "created": 1610038292.814872, + "asctime": "2021-01-11 01:01:42,781", + "created": 1610323302.781219, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -1301,14 +1311,14 @@ "message": "Storing reminder for execution (minute: 23, hour: 17, day: 25, month: 2, day_of_week: 1).", "module": "test_crontab", "moduleLogger": [], - "msecs": 814.8720264434814, + "msecs": 781.2190055847168, "msg": "Storing reminder for execution (minute: 23, hour: 17, day: 25, month: 2, day_of_week: 1).", "name": "__tLogger__", "pathname": "src/tests/test_crontab.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7147.906064987183, - "thread": 140098592974656, + "relativeCreated": 7337.418079376221, + "thread": 139968662198080, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -1317,8 +1327,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,815", - "created": 1610038292.815446, + "asctime": "2021-01-11 01:01:42,781", + "created": 1610323302.781782, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1335,8 +1345,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,815", - "created": 1610038292.815144, + "asctime": "2021-01-11 01:01:42,781", + "created": 1610323302.781471, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1346,14 +1356,14 @@ "lineno": 22, "message": "Result (Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1): False (<type 'bool'>)", "module": "test", - "msecs": 815.1440620422363, + "msecs": 781.4710140228271, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7148.1781005859375, - "thread": 140098592974656, + "relativeCreated": 7337.670087814331, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -1362,8 +1372,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,815", - "created": 1610038292.815295, + "asctime": "2021-01-11 01:01:42,781", + "created": 1610323302.781632, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1373,35 +1383,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1): result = False (<type 'bool'>)", "module": "test", - "msecs": 815.2949810028076, + "msecs": 781.6319465637207, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7148.329019546509, - "thread": 140098592974656, + "relativeCreated": 7337.831020355225, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 815.4458999633789, + "msecs": 781.7819118499756, "msg": "Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7148.47993850708, - "thread": 140098592974656, + "relativeCreated": 7337.9809856414795, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00015091896057128906 + "time_consumption": 0.0001499652862548828 }, { "args": [ "True", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,816", - "created": 1610038292.816031, + "asctime": "2021-01-11 01:01:42,782", + "created": 1610323302.782342, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1418,8 +1428,8 @@ "True", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,815", - "created": 1610038292.815715, + "asctime": "2021-01-11 01:01:42,782", + "created": 1610323302.782044, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1429,14 +1439,14 @@ "lineno": 22, "message": "Result (Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5): True (<type 'bool'>)", "module": "test", - "msecs": 815.7150745391846, + "msecs": 782.0439338684082, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7148.749113082886, - "thread": 140098592974656, + "relativeCreated": 7338.243007659912, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -1445,8 +1455,8 @@ "True", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,815", - "created": 1610038292.815866, + "asctime": "2021-01-11 01:01:42,782", + "created": 1610323302.782194, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1456,35 +1466,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5): result = True (<type 'bool'>)", "module": "test", - "msecs": 815.8659934997559, + "msecs": 782.1938991546631, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7148.900032043457, - "thread": 140098592974656, + "relativeCreated": 7338.392972946167, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 816.0309791564941, + "msecs": 782.3419570922852, "msg": "Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7149.065017700195, - "thread": 140098592974656, + "relativeCreated": 7338.541030883789, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00016498565673828125 + "time_consumption": 0.0001480579376220703 }, { "args": [ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,816", - "created": 1610038292.816584, + "asctime": "2021-01-11 01:01:42,782", + "created": 1610323302.782897, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1501,8 +1511,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,816", - "created": 1610038292.816284, + "asctime": "2021-01-11 01:01:42,782", + "created": 1610323302.782602, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1512,14 +1522,14 @@ "lineno": 22, "message": "Result (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1): False (<type 'bool'>)", "module": "test", - "msecs": 816.2839412689209, + "msecs": 782.602071762085, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7149.317979812622, - "thread": 140098592974656, + "relativeCreated": 7338.801145553589, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -1528,8 +1538,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,816", - "created": 1610038292.816434, + "asctime": "2021-01-11 01:01:42,782", + "created": 1610323302.782751, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1539,35 +1549,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1): result = False (<type 'bool'>)", "module": "test", - "msecs": 816.4339065551758, + "msecs": 782.7510833740234, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7149.467945098877, - "thread": 140098592974656, + "relativeCreated": 7338.950157165527, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 816.5841102600098, + "msecs": 782.8969955444336, "msg": "Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7149.618148803711, - "thread": 140098592974656, + "relativeCreated": 7339.0960693359375, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00015020370483398438 + "time_consumption": 0.00014591217041015625 }, { "args": [ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,817", - "created": 1610038292.817188, + "asctime": "2021-01-11 01:01:42,783", + "created": 1610323302.783452, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1584,8 +1594,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,816", - "created": 1610038292.816882, + "asctime": "2021-01-11 01:01:42,783", + "created": 1610323302.783149, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1595,14 +1605,14 @@ "lineno": 22, "message": "Result (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 3): False (<type 'bool'>)", "module": "test", - "msecs": 816.8818950653076, + "msecs": 783.149003982544, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7149.915933609009, - "thread": 140098592974656, + "relativeCreated": 7339.348077774048, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -1611,8 +1621,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,817", - "created": 1610038292.817036, + "asctime": "2021-01-11 01:01:42,783", + "created": 1610323302.783295, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1622,35 +1632,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 3): result = False (<type 'bool'>)", "module": "test", - "msecs": 817.0359134674072, + "msecs": 783.2949161529541, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7150.069952011108, - "thread": 140098592974656, + "relativeCreated": 7339.493989944458, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 817.188024520874, + "msecs": 783.452033996582, "msg": "Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 3 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7150.222063064575, - "thread": 140098592974656, + "relativeCreated": 7339.651107788086, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00015211105346679688 + "time_consumption": 0.0001571178436279297 }, { "args": [ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,817", - "created": 1610038292.817786, + "asctime": "2021-01-11 01:01:42,783", + "created": 1610323302.7837, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1667,8 +1677,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,817", - "created": 1610038292.817469, + "asctime": "2021-01-11 01:01:42,783", + "created": 1610323302.783602, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1678,14 +1688,14 @@ "lineno": 22, "message": "Result (Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1): False (<type 'bool'>)", "module": "test", - "msecs": 817.4688816070557, + "msecs": 783.6019992828369, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7150.502920150757, - "thread": 140098592974656, + "relativeCreated": 7339.801073074341, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -1694,8 +1704,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,817", - "created": 1610038292.81762, + "asctime": "2021-01-11 01:01:42,783", + "created": 1610323302.783648, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1705,35 +1715,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1): result = False (<type 'bool'>)", "module": "test", - "msecs": 817.620038986206, + "msecs": 783.6480140686035, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7150.654077529907, - "thread": 140098592974656, + "relativeCreated": 7339.847087860107, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 817.7859783172607, + "msecs": 783.6999893188477, "msg": "Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7150.820016860962, - "thread": 140098592974656, + "relativeCreated": 7339.899063110352, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.0001659393310546875 + "time_consumption": 5.1975250244140625e-05 }, { "args": [ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,818", - "created": 1610038292.818343, + "asctime": "2021-01-11 01:01:42,783", + "created": 1610323302.783872, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1750,8 +1760,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,818", - "created": 1610038292.818034, + "asctime": "2021-01-11 01:01:42,783", + "created": 1610323302.783781, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1761,14 +1771,14 @@ "lineno": 22, "message": "Result (Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1): False (<type 'bool'>)", "module": "test", - "msecs": 818.0339336395264, + "msecs": 783.7810516357422, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7151.0679721832275, - "thread": 140098592974656, + "relativeCreated": 7339.980125427246, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -1777,8 +1787,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,818", - "created": 1610038292.818183, + "asctime": "2021-01-11 01:01:42,783", + "created": 1610323302.783827, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1788,32 +1798,32 @@ "lineno": 26, "message": "Expectation (Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1): result = False (<type 'bool'>)", "module": "test", - "msecs": 818.1829452514648, + "msecs": 783.8270664215088, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7151.216983795166, - "thread": 140098592974656, + "relativeCreated": 7340.026140213013, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 818.342924118042, + "msecs": 783.8718891143799, "msg": "Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7151.376962661743, - "thread": 140098592974656, + "relativeCreated": 7340.070962905884, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00015997886657714844 + "time_consumption": 4.482269287109375e-05 }, { "args": [], - "asctime": "2021-01-07 17:51:32,818", - "created": 1610038292.818571, + "asctime": "2021-01-11 01:01:42,783", + "created": 1610323302.783944, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -1824,14 +1834,14 @@ "message": "Resetting trigger condition with minute: 22; hour: any; day: [12, 17, 25], month: 2.", "module": "test_crontab", "moduleLogger": [], - "msecs": 818.5710906982422, + "msecs": 783.9438915252686, "msg": "Resetting trigger condition with minute: 22; hour: any; day: [12, 17, 25], month: 2.", "name": "__tLogger__", "pathname": "src/tests/test_crontab.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7151.605129241943, - "thread": 140098592974656, + "relativeCreated": 7340.1429653167725, + "thread": 139968662198080, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -1840,8 +1850,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,819", - "created": 1610038292.819194, + "asctime": "2021-01-11 01:01:42,784", + "created": 1610323302.78413, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1858,8 +1868,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,818", - "created": 1610038292.818861, + "asctime": "2021-01-11 01:01:42,784", + "created": 1610323302.784035, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1869,14 +1879,14 @@ "lineno": 22, "message": "Result (Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1): False (<type 'bool'>)", "module": "test", - "msecs": 818.8610076904297, + "msecs": 784.0349674224854, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7151.895046234131, - "thread": 140098592974656, + "relativeCreated": 7340.234041213989, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -1885,8 +1895,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,819", - "created": 1610038292.819028, + "asctime": "2021-01-11 01:01:42,784", + "created": 1610323302.784083, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1896,35 +1906,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1): result = False (<type 'bool'>)", "module": "test", - "msecs": 819.0279006958008, + "msecs": 784.0828895568848, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7152.061939239502, - "thread": 140098592974656, + "relativeCreated": 7340.281963348389, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 819.1940784454346, + "msecs": 784.1300964355469, "msg": "Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7152.228116989136, - "thread": 140098592974656, + "relativeCreated": 7340.329170227051, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00016617774963378906 + "time_consumption": 4.7206878662109375e-05 }, { "args": [ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,819", - "created": 1610038292.819755, + "asctime": "2021-01-11 01:01:42,784", + "created": 1610323302.784299, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1941,8 +1951,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,819", - "created": 1610038292.819452, + "asctime": "2021-01-11 01:01:42,784", + "created": 1610323302.784208, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1952,14 +1962,14 @@ "lineno": 22, "message": "Result (Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5): False (<type 'bool'>)", "module": "test", - "msecs": 819.4520473480225, + "msecs": 784.2080593109131, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7152.486085891724, - "thread": 140098592974656, + "relativeCreated": 7340.407133102417, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -1968,8 +1978,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,819", - "created": 1610038292.819603, + "asctime": "2021-01-11 01:01:42,784", + "created": 1610323302.784254, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1979,35 +1989,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5): result = False (<type 'bool'>)", "module": "test", - "msecs": 819.6029663085938, + "msecs": 784.2540740966797, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7152.637004852295, - "thread": 140098592974656, + "relativeCreated": 7340.453147888184, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 819.7550773620605, + "msecs": 784.2988967895508, "msg": "Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7152.789115905762, - "thread": 140098592974656, + "relativeCreated": 7340.497970581055, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00015211105346679688 + "time_consumption": 4.482269287109375e-05 }, { "args": [ "True", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,820", - "created": 1610038292.820323, + "asctime": "2021-01-11 01:01:42,784", + "created": 1610323302.784476, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2024,8 +2034,8 @@ "True", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,820", - "created": 1610038292.820019, + "asctime": "2021-01-11 01:01:42,784", + "created": 1610323302.784385, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2035,14 +2045,14 @@ "lineno": 22, "message": "Result (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1): True (<type 'bool'>)", "module": "test", - "msecs": 820.019006729126, + "msecs": 784.3849658966064, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7153.053045272827, - "thread": 140098592974656, + "relativeCreated": 7340.58403968811, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -2051,8 +2061,8 @@ "True", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,820", - "created": 1610038292.820172, + "asctime": "2021-01-11 01:01:42,784", + "created": 1610323302.78443, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2062,35 +2072,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1): result = True (<type 'bool'>)", "module": "test", - "msecs": 820.1720714569092, + "msecs": 784.4300270080566, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7153.20611000061, - "thread": 140098592974656, + "relativeCreated": 7340.629100799561, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 820.3229904174805, + "msecs": 784.4760417938232, "msg": "Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7153.357028961182, - "thread": 140098592974656, + "relativeCreated": 7340.675115585327, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00015091896057128906 + "time_consumption": 4.601478576660156e-05 }, { "args": [ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,820", - "created": 1610038292.820955, + "asctime": "2021-01-11 01:01:42,784", + "created": 1610323302.784649, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2107,8 +2117,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,820", - "created": 1610038292.820597, + "asctime": "2021-01-11 01:01:42,784", + "created": 1610323302.784554, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2118,14 +2128,14 @@ "lineno": 22, "message": "Result (Return value for minute: 22; hour: 17; day: 25; month: 05, day_of_week: 3): False (<type 'bool'>)", "module": "test", - "msecs": 820.5969333648682, + "msecs": 784.5540046691895, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7153.630971908569, - "thread": 140098592974656, + "relativeCreated": 7340.753078460693, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -2134,8 +2144,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,820", - "created": 1610038292.820795, + "asctime": "2021-01-11 01:01:42,784", + "created": 1610323302.7846, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2145,35 +2155,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 22; hour: 17; day: 25; month: 05, day_of_week: 3): result = False (<type 'bool'>)", "module": "test", - "msecs": 820.7950592041016, + "msecs": 784.600019454956, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7153.829097747803, - "thread": 140098592974656, + "relativeCreated": 7340.79909324646, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 820.9550380706787, + "msecs": 784.6488952636719, "msg": "Return value for minute: 22; hour: 17; day: 25; month: 05, day_of_week: 3 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7153.98907661438, - "thread": 140098592974656, + "relativeCreated": 7340.847969055176, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00015997886657714844 + "time_consumption": 4.887580871582031e-05 }, { "args": [ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,821", - "created": 1610038292.821524, + "asctime": "2021-01-11 01:01:42,784", + "created": 1610323302.784816, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2190,8 +2200,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,821", - "created": 1610038292.821216, + "asctime": "2021-01-11 01:01:42,784", + "created": 1610323302.784726, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2201,14 +2211,14 @@ "lineno": 22, "message": "Result (Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1): False (<type 'bool'>)", "module": "test", - "msecs": 821.2161064147949, + "msecs": 784.7259044647217, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7154.250144958496, - "thread": 140098592974656, + "relativeCreated": 7340.924978256226, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -2217,8 +2227,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,821", - "created": 1610038292.821366, + "asctime": "2021-01-11 01:01:42,784", + "created": 1610323302.784772, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2228,35 +2238,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1): result = False (<type 'bool'>)", "module": "test", - "msecs": 821.3660717010498, + "msecs": 784.7719192504883, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7154.400110244751, - "thread": 140098592974656, + "relativeCreated": 7340.970993041992, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 821.523904800415, + "msecs": 784.8160266876221, "msg": "Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7154.557943344116, - "thread": 140098592974656, + "relativeCreated": 7341.015100479126, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00015783309936523438 + "time_consumption": 4.410743713378906e-05 }, { "args": [ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,822", - "created": 1610038292.822089, + "asctime": "2021-01-11 01:01:42,785", + "created": 1610323302.785001, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2273,8 +2283,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,821", - "created": 1610038292.821781, + "asctime": "2021-01-11 01:01:42,784", + "created": 1610323302.784895, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2284,14 +2294,14 @@ "lineno": 22, "message": "Result (Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1): False (<type 'bool'>)", "module": "test", - "msecs": 821.7809200286865, + "msecs": 784.8949432373047, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7154.814958572388, - "thread": 140098592974656, + "relativeCreated": 7341.094017028809, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -2300,8 +2310,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,821", - "created": 1610038292.821931, + "asctime": "2021-01-11 01:01:42,784", + "created": 1610323302.78494, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2311,32 +2321,32 @@ "lineno": 26, "message": "Expectation (Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1): result = False (<type 'bool'>)", "module": "test", - "msecs": 821.9308853149414, + "msecs": 784.9400043487549, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7154.964923858643, - "thread": 140098592974656, + "relativeCreated": 7341.139078140259, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 822.0889568328857, + "msecs": 785.0010395050049, "msg": "Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7155.122995376587, - "thread": 140098592974656, + "relativeCreated": 7341.200113296509, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00015807151794433594 + "time_consumption": 6.103515625e-05 }, { "args": [], - "asctime": "2021-01-07 17:51:32,822", - "created": 1610038292.822318, + "asctime": "2021-01-11 01:01:42,785", + "created": 1610323302.785093, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -2347,14 +2357,14 @@ "message": "Resetting trigger condition (again).", "module": "test_crontab", "moduleLogger": [], - "msecs": 822.3180770874023, + "msecs": 785.0930690765381, "msg": "Resetting trigger condition (again).", "name": "__tLogger__", "pathname": "src/tests/test_crontab.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7155.3521156311035, - "thread": 140098592974656, + "relativeCreated": 7341.292142868042, + "thread": 139968662198080, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -2363,8 +2373,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,822", - "created": 1610038292.822911, + "asctime": "2021-01-11 01:01:42,785", + "created": 1610323302.785236, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2381,8 +2391,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,822", - "created": 1610038292.822577, + "asctime": "2021-01-11 01:01:42,785", + "created": 1610323302.78516, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2392,14 +2402,14 @@ "lineno": 22, "message": "Result (1st run - execution not needed): False (<type 'bool'>)", "module": "test", - "msecs": 822.5769996643066, + "msecs": 785.1600646972656, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7155.611038208008, - "thread": 140098592974656, + "relativeCreated": 7341.3591384887695, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -2408,8 +2418,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,822", - "created": 1610038292.822731, + "asctime": "2021-01-11 01:01:42,785", + "created": 1610323302.785198, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2419,35 +2429,35 @@ "lineno": 26, "message": "Expectation (1st run - execution not needed): result = False (<type 'bool'>)", "module": "test", - "msecs": 822.7310180664062, + "msecs": 785.1979732513428, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7155.765056610107, - "thread": 140098592974656, + "relativeCreated": 7341.397047042847, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 822.9110240936279, + "msecs": 785.2358818054199, "msg": "1st run - execution not needed is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7155.945062637329, - "thread": 140098592974656, + "relativeCreated": 7341.434955596924, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.0001800060272216797 + "time_consumption": 3.790855407714844e-05 }, { "args": [ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,823", - "created": 1610038292.823476, + "asctime": "2021-01-11 01:01:42,785", + "created": 1610323302.785372, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2464,8 +2474,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,823", - "created": 1610038292.823175, + "asctime": "2021-01-11 01:01:42,785", + "created": 1610323302.785298, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2475,14 +2485,14 @@ "lineno": 22, "message": "Result (2nd run - execution not needed): False (<type 'bool'>)", "module": "test", - "msecs": 823.1749534606934, + "msecs": 785.2981090545654, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7156.2089920043945, - "thread": 140098592974656, + "relativeCreated": 7341.497182846069, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -2491,8 +2501,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,823", - "created": 1610038292.823328, + "asctime": "2021-01-11 01:01:42,785", + "created": 1610323302.785335, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2502,35 +2512,35 @@ "lineno": 26, "message": "Expectation (2nd run - execution not needed): result = False (<type 'bool'>)", "module": "test", - "msecs": 823.3280181884766, + "msecs": 785.3350639343262, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7156.362056732178, - "thread": 140098592974656, + "relativeCreated": 7341.53413772583, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 823.4760761260986, + "msecs": 785.3720188140869, "msg": "2nd run - execution not needed is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7156.5101146698, - "thread": 140098592974656, + "relativeCreated": 7341.571092605591, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.0001480579376220703 + "time_consumption": 3.695487976074219e-05 }, { "args": [ "True", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,824", - "created": 1610038292.824033, + "asctime": "2021-01-11 01:01:42,785", + "created": 1610323302.785519, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2547,8 +2557,8 @@ "True", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,823", - "created": 1610038292.823731, + "asctime": "2021-01-11 01:01:42,785", + "created": 1610323302.785436, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2558,14 +2568,14 @@ "lineno": 22, "message": "Result (3rd run - execution needed): True (<type 'bool'>)", "module": "test", - "msecs": 823.7309455871582, + "msecs": 785.4359149932861, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7156.764984130859, - "thread": 140098592974656, + "relativeCreated": 7341.63498878479, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -2574,8 +2584,8 @@ "True", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,823", - "created": 1610038292.823883, + "asctime": "2021-01-11 01:01:42,785", + "created": 1610323302.785473, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2585,35 +2595,35 @@ "lineno": 26, "message": "Expectation (3rd run - execution needed): result = True (<type 'bool'>)", "module": "test", - "msecs": 823.883056640625, + "msecs": 785.473108291626, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7156.917095184326, - "thread": 140098592974656, + "relativeCreated": 7341.67218208313, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 824.0330219268799, + "msecs": 785.5188846588135, "msg": "3rd run - execution needed is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7157.067060470581, - "thread": 140098592974656, + "relativeCreated": 7341.717958450317, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.0001499652862548828 + "time_consumption": 4.57763671875e-05 }, { "args": [ "True", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,824", - "created": 1610038292.82461, + "asctime": "2021-01-11 01:01:42,785", + "created": 1610323302.785657, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2630,8 +2640,8 @@ "True", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,824", - "created": 1610038292.824304, + "asctime": "2021-01-11 01:01:42,785", + "created": 1610323302.78558, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2641,14 +2651,14 @@ "lineno": 22, "message": "Result (4th run - execution needed): True (<type 'bool'>)", "module": "test", - "msecs": 824.3041038513184, + "msecs": 785.5799198150635, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7157.3381423950195, - "thread": 140098592974656, + "relativeCreated": 7341.778993606567, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -2657,8 +2667,8 @@ "True", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,824", - "created": 1610038292.824454, + "asctime": "2021-01-11 01:01:42,785", + "created": 1610323302.785617, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2668,35 +2678,35 @@ "lineno": 26, "message": "Expectation (4th run - execution needed): result = True (<type 'bool'>)", "module": "test", - "msecs": 824.4540691375732, + "msecs": 785.6171131134033, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7157.488107681274, - "thread": 140098592974656, + "relativeCreated": 7341.816186904907, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 824.6099948883057, + "msecs": 785.6569290161133, "msg": "4th run - execution needed is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7157.644033432007, - "thread": 140098592974656, + "relativeCreated": 7341.856002807617, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00015592575073242188 + "time_consumption": 3.981590270996094e-05 }, { "args": [ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,824", - "created": 1610038292.824884, + "asctime": "2021-01-11 01:01:42,785", + "created": 1610323302.785796, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2713,8 +2723,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,824", - "created": 1610038292.824786, + "asctime": "2021-01-11 01:01:42,785", + "created": 1610323302.785721, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2724,14 +2734,14 @@ "lineno": 22, "message": "Result (5th run - execution not needed): False (<type 'bool'>)", "module": "test", - "msecs": 824.7859477996826, + "msecs": 785.7210636138916, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7157.819986343384, - "thread": 140098592974656, + "relativeCreated": 7341.9201374053955, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -2740,8 +2750,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,824", - "created": 1610038292.824832, + "asctime": "2021-01-11 01:01:42,785", + "created": 1610323302.785759, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2751,35 +2761,35 @@ "lineno": 26, "message": "Expectation (5th run - execution not needed): result = False (<type 'bool'>)", "module": "test", - "msecs": 824.8319625854492, + "msecs": 785.7589721679688, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7157.86600112915, - "thread": 140098592974656, + "relativeCreated": 7341.958045959473, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 824.8839378356934, + "msecs": 785.7959270477295, "msg": "5th run - execution not needed is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7157.9179763793945, - "thread": 140098592974656, + "relativeCreated": 7341.995000839233, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 5.1975250244140625e-05 + "time_consumption": 3.695487976074219e-05 }, { "args": [ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,825", - "created": 1610038292.825051, + "asctime": "2021-01-11 01:01:42,785", + "created": 1610323302.785931, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2796,8 +2806,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,824", - "created": 1610038292.824959, + "asctime": "2021-01-11 01:01:42,785", + "created": 1610323302.785856, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2807,14 +2817,14 @@ "lineno": 22, "message": "Result (6th run - execution not needed): False (<type 'bool'>)", "module": "test", - "msecs": 824.9590396881104, + "msecs": 785.8560085296631, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7157.9930782318115, - "thread": 140098592974656, + "relativeCreated": 7342.055082321167, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -2823,8 +2833,8 @@ "False", "<type 'bool'>" ], - "asctime": "2021-01-07 17:51:32,825", - "created": 1610038292.825005, + "asctime": "2021-01-11 01:01:42,785", + "created": 1610323302.785894, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2834,39 +2844,39 @@ "lineno": 26, "message": "Expectation (6th run - execution not needed): result = False (<type 'bool'>)", "module": "test", - "msecs": 825.005054473877, + "msecs": 785.8939170837402, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7158.039093017578, - "thread": 140098592974656, + "relativeCreated": 7342.092990875244, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 825.0510692596436, + "msecs": 785.9311103820801, "msg": "6th run - execution not needed is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7158.085107803345, - "thread": 140098592974656, + "relativeCreated": 7342.130184173584, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 4.601478576660156e-05 + "time_consumption": 3.719329833984375e-05 } ], - "thread": 140098592974656, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.014623165130615234, - "time_finished": "2021-01-07 17:51:32,825", - "time_start": "2021-01-07 17:51:32,810" + "time_consumption": 0.00922703742980957, + "time_finished": "2021-01-11 01:01:42,785", + "time_start": "2021-01-11 01:01:42,776" }, "pylibs.task.crontab: Test crontab": { "args": null, - "asctime": "2021-01-07 17:51:32,825", - "created": 1610038292.825228, + "asctime": "2021-01-11 01:01:42,786", + "created": 1610323302.786074, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2877,18 +2887,18 @@ "message": "pylibs.task.crontab: Test crontab", "module": "__init__", "moduleLogger": [], - "msecs": 825.2279758453369, + "msecs": 786.0739231109619, "msg": "pylibs.task.crontab: Test crontab", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7158.262014389038, + "relativeCreated": 7342.272996902466, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-07 17:51:32,825", - "created": 1610038292.825313, + "asctime": "2021-01-11 01:01:42,786", + "created": 1610323302.786147, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -2899,14 +2909,14 @@ "message": "Creating Crontab with callback execution in +1 and +3 minutes.", "module": "test_crontab", "moduleLogger": [], - "msecs": 825.3130912780762, + "msecs": 786.1471176147461, "msg": "Creating Crontab with callback execution in +1 and +3 minutes.", "name": "__tLogger__", "pathname": "src/tests/test_crontab.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7158.347129821777, - "thread": 140098592974656, + "relativeCreated": 7342.34619140625, + "thread": 139968662198080, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -2915,8 +2925,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:55:02,928", - "created": 1610038502.928259, + "asctime": "2021-01-11 01:05:12,884", + "created": 1610323512.884406, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2931,8 +2941,8 @@ "args": [ 30 ], - "asctime": "2021-01-07 17:51:32,825", - "created": 1610038292.825415, + "asctime": "2021-01-11 01:01:42,786", + "created": 1610323302.786232, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -2942,24 +2952,24 @@ "lineno": 63, "message": "Crontab accuracy is 30s", "module": "test_crontab", - "msecs": 825.4148960113525, + "msecs": 786.2319946289062, "msg": "Crontab accuracy is %ds", "name": "__unittest__", "pathname": "src/tests/test_crontab.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 7158.448934555054, - "thread": 140098592974656, + "relativeCreated": 7342.43106842041, + "thread": 139968662198080, "threadName": "MainThread" }, { "args": [ 1, - 1610038322, - 1610038320 + 1610323332, + 1610323320 ], - "asctime": "2021-01-07 17:52:02,827", - "created": 1610038322.827428, + "asctime": "2021-01-11 01:02:12,787", + "created": 1610323332.787292, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -2967,26 +2977,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 17, - "message": "Crontab execution number 1 at 1610038322s, requested for 1610038320s", + "message": "Crontab execution number 1 at 1610323332s, requested for 1610323320s", "module": "test_crontab", - "msecs": 827.4281024932861, + "msecs": 787.2920036315918, "msg": "Crontab execution number %d at %ds, requested for %ds", "name": "__unittest__", "pathname": "src/tests/test_crontab.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 37160.46214103699, - "thread": 140098563290880, + "relativeCreated": 37343.491077423096, + "thread": 139968633034496, "threadName": "Thread-41" }, { "args": [ 2, - 1610038442, - 1610038440 + 1610323452, + 1610323440 ], - "asctime": "2021-01-07 17:54:02,831", - "created": 1610038442.83186, + "asctime": "2021-01-11 01:04:12,795", + "created": 1610323452.795904, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -2994,26 +3004,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 17, - "message": "Crontab execution number 2 at 1610038442s, requested for 1610038440s", + "message": "Crontab execution number 2 at 1610323452s, requested for 1610323440s", "module": "test_crontab", - "msecs": 831.8600654602051, + "msecs": 795.9039211273193, "msg": "Crontab execution number %d at %ds, requested for %ds", "name": "__unittest__", "pathname": "src/tests/test_crontab.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 157164.8941040039, - "thread": 140098563290880, + "relativeCreated": 157352.10299491882, + "thread": 139968633034496, "threadName": "Thread-45" }, { "args": [ "Timing of crontasks", - "[ 1610038322, 1610038442 ]", + "[ 1610323332, 1610323452 ]", "<type 'list'>" ], - "asctime": "2021-01-07 17:55:02,926", - "created": 1610038502.926126, + "asctime": "2021-01-11 01:05:12,883", + "created": 1610323512.883758, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3021,16 +3031,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Timing of crontasks): [ 1610038322, 1610038442 ] (<type 'list'>)", + "message": "Result (Timing of crontasks): [ 1610323332, 1610323452 ] (<type 'list'>)", "module": "test", - "msecs": 926.1260032653809, + "msecs": 883.7580680847168, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 217259.16004180908, - "thread": 140098592974656, + "relativeCreated": 217439.95714187622, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -3039,8 +3049,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:55:02,927", - "created": 1610038502.927021, + "asctime": "2021-01-11 01:05:12,884", + "created": 1610323512.884048, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3050,14 +3060,14 @@ "lineno": 22, "message": "Result (Number of submitted values): 2 (<type 'int'>)", "module": "test", - "msecs": 927.0210266113281, + "msecs": 884.0479850769043, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 217260.05506515503, - "thread": 140098592974656, + "relativeCreated": 217440.2470588684, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -3066,8 +3076,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:55:02,927", - "created": 1610038502.927778, + "asctime": "2021-01-11 01:05:12,884", + "created": 1610323512.884236, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3077,32 +3087,32 @@ "lineno": 26, "message": "Expectation (Number of submitted values): result = 2 (<type 'int'>)", "module": "test", - "msecs": 927.7780055999756, + "msecs": 884.2360973358154, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 217260.81204414368, - "thread": 140098592974656, + "relativeCreated": 217440.43517112732, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 928.2588958740234, + "msecs": 884.4060897827148, "msg": "Number of submitted values is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 217261.29293441772, - "thread": 140098592974656, + "relativeCreated": 217440.60516357422, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00048089027404785156 + "time_consumption": 0.00016999244689941406 }, { "args": [], - "asctime": "2021-01-07 17:55:02,932", - "created": 1610038502.932353, + "asctime": "2021-01-11 01:05:12,886", + "created": 1610323512.886148, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3116,11 +3126,11 @@ { "args": [ "Submitted value number 1", - "1610038322", + "1610323332", "<type 'int'>" ], - "asctime": "2021-01-07 17:55:02,929", - "created": 1610038502.9297, + "asctime": "2021-01-11 01:05:12,884", + "created": 1610323512.884681, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3128,26 +3138,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Submitted value number 1): 1610038322 (<type 'int'>)", + "message": "Result (Submitted value number 1): 1610323332 (<type 'int'>)", "module": "test", - "msecs": 929.6998977661133, + "msecs": 884.680986404419, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 217262.7339363098, - "thread": 140098592974656, + "relativeCreated": 217440.88006019592, + "thread": 139968662198080, "threadName": "MainThread" }, { "args": [ "Submitted value number 1", - "1610038320", - "1610038351" + "1610323320", + "1610323351" ], - "asctime": "2021-01-07 17:55:02,930", - "created": 1610038502.930659, + "asctime": "2021-01-11 01:05:12,884", + "created": 1610323512.884809, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3155,27 +3165,27 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 34, - "message": "Expectation (Submitted value number 1): 1610038320 <= result <= 1610038351", + "message": "Expectation (Submitted value number 1): 1610323320 <= result <= 1610323351", "module": "test", - "msecs": 930.6590557098389, + "msecs": 884.8090171813965, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 217263.69309425354, - "thread": 140098592974656, + "relativeCreated": 217441.0080909729, + "thread": 139968662198080, "threadName": "MainThread" }, { "args": [ - "1610038322", - "1610038320", - "1610038351", + "1610323332", + "1610323320", + "1610323351", "<type 'int'>" ], - "asctime": "2021-01-07 17:55:02,931", - "created": 1610038502.931085, + "asctime": "2021-01-11 01:05:12,884", + "created": 1610323512.88496, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3183,26 +3193,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 220, - "message": "Submitted value number 1 is correct (Content 1610038322 in [1610038320 ... 1610038351] and Type is <type 'int'>).", + "message": "Submitted value number 1 is correct (Content 1610323332 in [1610323320 ... 1610323351] and Type is <type 'int'>).", "module": "test", - "msecs": 931.0851097106934, + "msecs": 884.9599361419678, "msg": "Submitted value number 1 is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 217264.1191482544, - "thread": 140098592974656, + "relativeCreated": 217441.15900993347, + "thread": 139968662198080, "threadName": "MainThread" }, { "args": [ "Submitted value number 2", - "1610038442", + "1610323452", "<type 'int'>" ], - "asctime": "2021-01-07 17:55:02,931", - "created": 1610038502.931462, + "asctime": "2021-01-11 01:05:12,885", + "created": 1610323512.885175, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3210,26 +3220,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Submitted value number 2): 1610038442 (<type 'int'>)", + "message": "Result (Submitted value number 2): 1610323452 (<type 'int'>)", "module": "test", - "msecs": 931.4620494842529, + "msecs": 885.1749897003174, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 217264.49608802795, - "thread": 140098592974656, + "relativeCreated": 217441.37406349182, + "thread": 139968662198080, "threadName": "MainThread" }, { "args": [ "Submitted value number 2", - "1610038440", - "1610038471" + "1610323440", + "1610323471" ], - "asctime": "2021-01-07 17:55:02,931", - "created": 1610038502.931738, + "asctime": "2021-01-11 01:05:12,885", + "created": 1610323512.885558, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3237,27 +3247,27 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 34, - "message": "Expectation (Submitted value number 2): 1610038440 <= result <= 1610038471", + "message": "Expectation (Submitted value number 2): 1610323440 <= result <= 1610323471", "module": "test", - "msecs": 931.7378997802734, + "msecs": 885.5578899383545, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 217264.77193832397, - "thread": 140098592974656, + "relativeCreated": 217441.75696372986, + "thread": 139968662198080, "threadName": "MainThread" }, { "args": [ - "1610038442", - "1610038440", - "1610038471", + "1610323452", + "1610323440", + "1610323471", "<type 'int'>" ], - "asctime": "2021-01-07 17:55:02,932", - "created": 1610038502.932042, + "asctime": "2021-01-11 01:05:12,885", + "created": 1610323512.885865, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3265,41 +3275,41 @@ "levelname": "INFO", "levelno": 20, "lineno": 220, - "message": "Submitted value number 2 is correct (Content 1610038442 in [1610038440 ... 1610038471] and Type is <type 'int'>).", + "message": "Submitted value number 2 is correct (Content 1610323452 in [1610323440 ... 1610323471] and Type is <type 'int'>).", "module": "test", - "msecs": 932.0418834686279, + "msecs": 885.8649730682373, "msg": "Submitted value number 2 is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 217265.07592201233, - "thread": 140098592974656, + "relativeCreated": 217442.06404685974, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 932.3530197143555, + "msecs": 886.1479759216309, "msg": "Timing of crontasks: Valueaccuracy and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 217265.38705825806, - "thread": 140098592974656, + "relativeCreated": 217442.34704971313, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00031113624572753906 + "time_consumption": 0.0002830028533935547 } ], - "thread": 140098592974656, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 210.10712504386902, - "time_finished": "2021-01-07 17:55:02,932", - "time_start": "2021-01-07 17:51:32,825" + "time_consumption": 210.10007405281067, + "time_finished": "2021-01-11 01:05:12,886", + "time_start": "2021-01-11 01:01:42,786" }, "pylibs.task.delayed: Test parallel processing and timing for a delayed execution": { "args": null, - "asctime": "2021-01-07 17:51:25,698", - "created": 1610038285.698384, + "asctime": "2021-01-11 01:01:35,473", + "created": 1610323295.473415, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3310,20 +3320,20 @@ "message": "pylibs.task.delayed: Test parallel processing and timing for a delayed execution", "module": "__init__", "moduleLogger": [], - "msecs": 698.3840465545654, + "msecs": 473.4148979187012, "msg": "pylibs.task.delayed: Test parallel processing and timing for a delayed execution", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 31.4180850982666, + "relativeCreated": 29.613971710205078, "testcaseLogger": [ { "args": [ 0.25 ], - "asctime": "2021-01-07 17:51:25,698", - "created": 1610038285.698906, + "asctime": "2021-01-11 01:01:35,473", + "created": 1610323295.473918, "exc_info": null, "exc_text": null, "filename": "test_delayed.py", @@ -3334,21 +3344,21 @@ "message": "Added a delayed task for execution in 0.250s.", "module": "test_delayed", "moduleLogger": [], - "msecs": 698.9059448242188, + "msecs": 473.91796112060547, "msg": "Added a delayed task for execution in %.3fs.", "name": "__tLogger__", "pathname": "src/tests/test_delayed.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 31.939983367919922, - "thread": 140098592974656, + "relativeCreated": 30.117034912109375, + "thread": 139968662198080, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-07 17:51:26,001", - "created": 1610038286.001569, + "asctime": "2021-01-11 01:01:35,776", + "created": 1610323295.77657, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3365,8 +3375,8 @@ "[ 1, 2 ]", "<type 'list'>" ], - "asctime": "2021-01-07 17:51:25,999", - "created": 1610038285.999939, + "asctime": "2021-01-11 01:01:35,775", + "created": 1610323295.775004, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3376,14 +3386,14 @@ "lineno": 22, "message": "Result (Execution of task and delayed task (identified by a submitted sequence number)): [ 1, 2 ] (<type 'list'>)", "module": "test", - "msecs": 999.93896484375, + "msecs": 775.0039100646973, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 332.9730033874512, - "thread": 140098592974656, + "relativeCreated": 331.2029838562012, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -3392,8 +3402,8 @@ "[ 1, 2 ]", "<type 'list'>" ], - "asctime": "2021-01-07 17:51:26,000", - "created": 1610038286.000314, + "asctime": "2021-01-11 01:01:35,775", + "created": 1610323295.775383, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3403,14 +3413,14 @@ "lineno": 26, "message": "Expectation (Execution of task and delayed task (identified by a submitted sequence number)): result = [ 1, 2 ] (<type 'list'>)", "module": "test", - "msecs": 0.3139972686767578, + "msecs": 775.3829956054688, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 333.34803581237793, - "thread": 140098592974656, + "relativeCreated": 331.58206939697266, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -3419,8 +3429,8 @@ "1", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:26,000", - "created": 1610038286.000532, + "asctime": "2021-01-11 01:01:35,775", + "created": 1610323295.775632, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3430,14 +3440,14 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 (<type 'int'>)", "module": "test", - "msecs": 0.5319118499755859, + "msecs": 775.6319046020508, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 333.56595039367676, - "thread": 140098592974656, + "relativeCreated": 331.8309783935547, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -3446,8 +3456,8 @@ "1", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:26,000", - "created": 1610038286.000729, + "asctime": "2021-01-11 01:01:35,775", + "created": 1610323295.775801, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3457,14 +3467,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 (<type 'int'>)", "module": "test", - "msecs": 0.7290840148925781, + "msecs": 775.8009433746338, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 333.76312255859375, - "thread": 140098592974656, + "relativeCreated": 332.0000171661377, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -3472,8 +3482,8 @@ "1", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:26,000", - "created": 1610038286.000933, + "asctime": "2021-01-11 01:01:35,775", + "created": 1610323295.77597, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3483,14 +3493,14 @@ "lineno": 144, "message": "Submitted value number 1 is correct (Content 1 and Type is <type 'int'>).", "module": "test", - "msecs": 0.9329319000244141, + "msecs": 775.9699821472168, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 333.9669704437256, - "thread": 140098592974656, + "relativeCreated": 332.1690559387207, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -3499,8 +3509,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:26,001", - "created": 1610038286.001108, + "asctime": "2021-01-11 01:01:35,776", + "created": 1610323295.776135, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3510,14 +3520,14 @@ "lineno": 22, "message": "Result (Submitted value number 2): 2 (<type 'int'>)", "module": "test", - "msecs": 1.107931137084961, + "msecs": 776.1349678039551, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 334.14196968078613, - "thread": 140098592974656, + "relativeCreated": 332.334041595459, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -3526,8 +3536,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:26,001", - "created": 1610038286.001263, + "asctime": "2021-01-11 01:01:35,776", + "created": 1610323295.77628, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3537,14 +3547,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 2 (<type 'int'>)", "module": "test", - "msecs": 1.2629032135009766, + "msecs": 776.2799263000488, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 334.29694175720215, - "thread": 140098592974656, + "relativeCreated": 332.47900009155273, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -3552,8 +3562,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:26,001", - "created": 1610038286.001421, + "asctime": "2021-01-11 01:01:35,776", + "created": 1610323295.776428, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3563,37 +3573,37 @@ "lineno": 144, "message": "Submitted value number 2 is correct (Content 2 and Type is <type 'int'>).", "module": "test", - "msecs": 1.4209747314453125, + "msecs": 776.4279842376709, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 334.4550132751465, - "thread": 140098592974656, + "relativeCreated": 332.6270580291748, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 1.5690326690673828, + "msecs": 776.5700817108154, "msg": "Execution of task and delayed task (identified by a submitted sequence number): Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 334.60307121276855, - "thread": 140098592974656, + "relativeCreated": 332.76915550231934, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.0001480579376220703 + "time_consumption": 0.00014209747314453125 }, { "args": [ - "0.250194787979126", + "0.2502110004425049", "0.2465", "0.2545", "<type 'float'>" ], - "asctime": "2021-01-07 17:51:26,002", - "created": 1610038286.002219, + "asctime": "2021-01-11 01:01:35,777", + "created": 1610323295.777237, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3601,17 +3611,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 220, - "message": "Time consumption is correct (Content 0.250194787979126 in [0.2465 ... 0.2545] and Type is <type 'float'>).", + "message": "Time consumption is correct (Content 0.2502110004425049 in [0.2465 ... 0.2545] and Type is <type 'float'>).", "module": "test", "moduleLogger": [ { "args": [ "Time consumption", - "0.250194787979126", + "0.2502110004425049", "<type 'float'>" ], - "asctime": "2021-01-07 17:51:26,001", - "created": 1610038286.001882, + "asctime": "2021-01-11 01:01:35,776", + "created": 1610323295.776895, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3619,16 +3629,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Time consumption): 0.250194787979126 (<type 'float'>)", + "message": "Result (Time consumption): 0.2502110004425049 (<type 'float'>)", "module": "test", - "msecs": 1.8820762634277344, + "msecs": 776.8950462341309, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 334.9161148071289, - "thread": 140098592974656, + "relativeCreated": 333.09412002563477, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -3637,8 +3647,8 @@ "0.2465", "0.2545" ], - "asctime": "2021-01-07 17:51:26,002", - "created": 1610038286.002052, + "asctime": "2021-01-11 01:01:35,777", + "created": 1610323295.77706, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3648,34 +3658,34 @@ "lineno": 34, "message": "Expectation (Time consumption): 0.2465 <= result <= 0.2545", "module": "test", - "msecs": 2.0520687103271484, + "msecs": 777.0600318908691, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 335.0861072540283, - "thread": 140098592974656, + "relativeCreated": 333.25910568237305, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 2.218961715698242, + "msecs": 777.2369384765625, "msg": "Time consumption is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 335.2530002593994, - "thread": 140098592974656, + "relativeCreated": 333.4360122680664, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00016689300537109375 + "time_consumption": 0.00017690658569335938 }, { "args": [ 0.01 ], - "asctime": "2021-01-07 17:51:26,003", - "created": 1610038286.003537, + "asctime": "2021-01-11 01:01:35,778", + "created": 1610323295.778556, "exc_info": null, "exc_text": null, "filename": "test_delayed.py", @@ -3686,21 +3696,21 @@ "message": "Added a delayed task for execution in 0.010s.", "module": "test_delayed", "moduleLogger": [], - "msecs": 3.5369396209716797, + "msecs": 778.5561084747314, "msg": "Added a delayed task for execution in %.3fs.", "name": "__tLogger__", "pathname": "src/tests/test_delayed.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 336.57097816467285, - "thread": 140098592974656, + "relativeCreated": 334.75518226623535, + "thread": 139968662198080, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-07 17:51:26,105", - "created": 1610038286.105969, + "asctime": "2021-01-11 01:01:35,880", + "created": 1610323295.880909, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3717,8 +3727,8 @@ "[ 1, 2 ]", "<type 'list'>" ], - "asctime": "2021-01-07 17:51:26,104", - "created": 1610038286.104335, + "asctime": "2021-01-11 01:01:35,879", + "created": 1610323295.879364, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3728,14 +3738,14 @@ "lineno": 22, "message": "Result (Execution of task and delayed task (identified by a submitted sequence number)): [ 1, 2 ] (<type 'list'>)", "module": "test", - "msecs": 104.33506965637207, + "msecs": 879.364013671875, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 437.36910820007324, - "thread": 140098592974656, + "relativeCreated": 435.5630874633789, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -3744,8 +3754,8 @@ "[ 1, 2 ]", "<type 'list'>" ], - "asctime": "2021-01-07 17:51:26,104", - "created": 1610038286.104782, + "asctime": "2021-01-11 01:01:35,879", + "created": 1610323295.879734, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3755,14 +3765,14 @@ "lineno": 26, "message": "Expectation (Execution of task and delayed task (identified by a submitted sequence number)): result = [ 1, 2 ] (<type 'list'>)", "module": "test", - "msecs": 104.7821044921875, + "msecs": 879.7340393066406, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 437.8161430358887, - "thread": 140098592974656, + "relativeCreated": 435.93311309814453, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -3771,8 +3781,8 @@ "1", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:26,105", - "created": 1610038286.10501, + "asctime": "2021-01-11 01:01:35,879", + "created": 1610323295.879972, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3782,14 +3792,14 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 (<type 'int'>)", "module": "test", - "msecs": 105.0100326538086, + "msecs": 879.971981048584, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 438.04407119750977, - "thread": 140098592974656, + "relativeCreated": 436.1710548400879, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -3798,8 +3808,8 @@ "1", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:26,105", - "created": 1610038286.105183, + "asctime": "2021-01-11 01:01:35,880", + "created": 1610323295.880143, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3809,14 +3819,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 (<type 'int'>)", "module": "test", - "msecs": 105.18288612365723, + "msecs": 880.1429271697998, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 438.2169246673584, - "thread": 140098592974656, + "relativeCreated": 436.3420009613037, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -3824,8 +3834,8 @@ "1", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:26,105", - "created": 1610038286.105352, + "asctime": "2021-01-11 01:01:35,880", + "created": 1610323295.880309, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3835,14 +3845,14 @@ "lineno": 144, "message": "Submitted value number 1 is correct (Content 1 and Type is <type 'int'>).", "module": "test", - "msecs": 105.35192489624023, + "msecs": 880.3091049194336, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 438.3859634399414, - "thread": 140098592974656, + "relativeCreated": 436.5081787109375, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -3851,8 +3861,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:26,105", - "created": 1610038286.105518, + "asctime": "2021-01-11 01:01:35,880", + "created": 1610323295.88047, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3862,14 +3872,14 @@ "lineno": 22, "message": "Result (Submitted value number 2): 2 (<type 'int'>)", "module": "test", - "msecs": 105.51810264587402, + "msecs": 880.4700374603271, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 438.5521411895752, - "thread": 140098592974656, + "relativeCreated": 436.66911125183105, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -3878,8 +3888,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:26,105", - "created": 1610038286.105667, + "asctime": "2021-01-11 01:01:35,880", + "created": 1610323295.880616, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3889,14 +3899,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 2 (<type 'int'>)", "module": "test", - "msecs": 105.6671142578125, + "msecs": 880.6159496307373, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 438.7011528015137, - "thread": 140098592974656, + "relativeCreated": 436.8150234222412, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -3904,8 +3914,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:26,105", - "created": 1610038286.105821, + "asctime": "2021-01-11 01:01:35,880", + "created": 1610323295.880764, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3915,37 +3925,37 @@ "lineno": 144, "message": "Submitted value number 2 is correct (Content 2 and Type is <type 'int'>).", "module": "test", - "msecs": 105.82089424133301, + "msecs": 880.7640075683594, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 438.8549327850342, - "thread": 140098592974656, + "relativeCreated": 436.9630813598633, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 105.96895217895508, + "msecs": 880.9089660644531, "msg": "Execution of task and delayed task (identified by a submitted sequence number): Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 439.00299072265625, - "thread": 140098592974656, + "relativeCreated": 437.10803985595703, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.0001480579376220703 + "time_consumption": 0.00014495849609375 }, { "args": [ - "0.010162115097045898", + "0.01007699966430664", "0.008900000000000002", "0.0121", "<type 'float'>" ], - "asctime": "2021-01-07 17:51:26,106", - "created": 1610038286.106617, + "asctime": "2021-01-11 01:01:35,881", + "created": 1610323295.881587, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3953,17 +3963,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 220, - "message": "Time consumption is correct (Content 0.010162115097045898 in [0.008900000000000002 ... 0.0121] and Type is <type 'float'>).", + "message": "Time consumption is correct (Content 0.01007699966430664 in [0.008900000000000002 ... 0.0121] and Type is <type 'float'>).", "module": "test", "moduleLogger": [ { "args": [ "Time consumption", - "0.010162115097045898", + "0.01007699966430664", "<type 'float'>" ], - "asctime": "2021-01-07 17:51:26,106", - "created": 1610038286.106279, + "asctime": "2021-01-11 01:01:35,881", + "created": 1610323295.881242, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3971,16 +3981,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Time consumption): 0.010162115097045898 (<type 'float'>)", + "message": "Result (Time consumption): 0.01007699966430664 (<type 'float'>)", "module": "test", - "msecs": 106.27889633178711, + "msecs": 881.242036819458, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 439.3129348754883, - "thread": 140098592974656, + "relativeCreated": 437.4411106109619, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -3989,8 +3999,8 @@ "0.008900000000000002", "0.0121" ], - "asctime": "2021-01-07 17:51:26,106", - "created": 1610038286.106447, + "asctime": "2021-01-11 01:01:35,881", + "created": 1610323295.881409, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4000,34 +4010,34 @@ "lineno": 34, "message": "Expectation (Time consumption): 0.008900000000000002 <= result <= 0.0121", "module": "test", - "msecs": 106.44698143005371, + "msecs": 881.4089298248291, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 439.4810199737549, - "thread": 140098592974656, + "relativeCreated": 437.608003616333, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 106.61697387695312, + "msecs": 881.587028503418, "msg": "Time consumption is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 439.6510124206543, - "thread": 140098592974656, + "relativeCreated": 437.7861022949219, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00016999244689941406 + "time_consumption": 0.0001780986785888672 }, { "args": [ 0.005 ], - "asctime": "2021-01-07 17:51:26,107", - "created": 1610038286.107524, + "asctime": "2021-01-11 01:01:35,882", + "created": 1610323295.88241, "exc_info": null, "exc_text": null, "filename": "test_delayed.py", @@ -4038,21 +4048,21 @@ "message": "Added a delayed task for execution in 0.005s.", "module": "test_delayed", "moduleLogger": [], - "msecs": 107.52391815185547, + "msecs": 882.4100494384766, "msg": "Added a delayed task for execution in %.3fs.", "name": "__tLogger__", "pathname": "src/tests/test_delayed.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 440.55795669555664, - "thread": 140098592974656, + "relativeCreated": 438.60912322998047, + "thread": 139968662198080, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-07 17:51:26,209", - "created": 1610038286.209932, + "asctime": "2021-01-11 01:01:35,983", + "created": 1610323295.983796, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4069,8 +4079,8 @@ "[ 1, 2 ]", "<type 'list'>" ], - "asctime": "2021-01-07 17:51:26,208", - "created": 1610038286.208373, + "asctime": "2021-01-11 01:01:35,983", + "created": 1610323295.983012, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4080,14 +4090,14 @@ "lineno": 22, "message": "Result (Execution of task and delayed task (identified by a submitted sequence number)): [ 1, 2 ] (<type 'list'>)", "module": "test", - "msecs": 208.3730697631836, + "msecs": 983.0119609832764, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 541.4071083068848, - "thread": 140098592974656, + "relativeCreated": 539.2110347747803, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -4096,8 +4106,8 @@ "[ 1, 2 ]", "<type 'list'>" ], - "asctime": "2021-01-07 17:51:26,208", - "created": 1610038286.208728, + "asctime": "2021-01-11 01:01:35,983", + "created": 1610323295.983201, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4107,14 +4117,14 @@ "lineno": 26, "message": "Expectation (Execution of task and delayed task (identified by a submitted sequence number)): result = [ 1, 2 ] (<type 'list'>)", "module": "test", - "msecs": 208.72807502746582, + "msecs": 983.2010269165039, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 541.762113571167, - "thread": 140098592974656, + "relativeCreated": 539.4001007080078, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -4123,8 +4133,8 @@ "1", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:26,208", - "created": 1610038286.208958, + "asctime": "2021-01-11 01:01:35,983", + "created": 1610323295.983298, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4134,14 +4144,14 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 (<type 'int'>)", "module": "test", - "msecs": 208.95791053771973, + "msecs": 983.2980632781982, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 541.9919490814209, - "thread": 140098592974656, + "relativeCreated": 539.4971370697021, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -4150,8 +4160,8 @@ "1", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:26,209", - "created": 1610038286.209134, + "asctime": "2021-01-11 01:01:35,983", + "created": 1610323295.983375, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4161,14 +4171,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 (<type 'int'>)", "module": "test", - "msecs": 209.13410186767578, + "msecs": 983.375072479248, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 542.168140411377, - "thread": 140098592974656, + "relativeCreated": 539.574146270752, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -4176,8 +4186,8 @@ "1", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:26,209", - "created": 1610038286.209304, + "asctime": "2021-01-11 01:01:35,983", + "created": 1610323295.98345, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4187,14 +4197,14 @@ "lineno": 144, "message": "Submitted value number 1 is correct (Content 1 and Type is <type 'int'>).", "module": "test", - "msecs": 209.3040943145752, + "msecs": 983.4499359130859, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 542.3381328582764, - "thread": 140098592974656, + "relativeCreated": 539.6490097045898, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -4203,8 +4213,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:26,209", - "created": 1610038286.209474, + "asctime": "2021-01-11 01:01:35,983", + "created": 1610323295.983553, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4214,14 +4224,14 @@ "lineno": 22, "message": "Result (Submitted value number 2): 2 (<type 'int'>)", "module": "test", - "msecs": 209.4740867614746, + "msecs": 983.5529327392578, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 542.5081253051758, - "thread": 140098592974656, + "relativeCreated": 539.7520065307617, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -4230,8 +4240,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:26,209", - "created": 1610038286.209626, + "asctime": "2021-01-11 01:01:35,983", + "created": 1610323295.983634, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4241,14 +4251,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 2 (<type 'int'>)", "module": "test", - "msecs": 209.6259593963623, + "msecs": 983.6339950561523, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 542.6599979400635, - "thread": 140098592974656, + "relativeCreated": 539.8330688476562, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -4256,8 +4266,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:26,209", - "created": 1610038286.209781, + "asctime": "2021-01-11 01:01:35,983", + "created": 1610323295.983702, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4267,37 +4277,37 @@ "lineno": 144, "message": "Submitted value number 2 is correct (Content 2 and Type is <type 'int'>).", "module": "test", - "msecs": 209.78093147277832, + "msecs": 983.7019443511963, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 542.8149700164795, - "thread": 140098592974656, + "relativeCreated": 539.9010181427002, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 209.9320888519287, + "msecs": 983.7958812713623, "msg": "Execution of task and delayed task (identified by a submitted sequence number): Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 542.9661273956299, - "thread": 140098592974656, + "relativeCreated": 539.9949550628662, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00015115737915039062 + "time_consumption": 9.393692016601562e-05 }, { "args": [ - "0.0057218074798583984", + "0.005555868148803711", "0.00395", "0.00705", "<type 'float'>" ], - "asctime": "2021-01-07 17:51:26,210", - "created": 1610038286.210605, + "asctime": "2021-01-11 01:01:35,984", + "created": 1610323295.984116, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4305,17 +4315,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 220, - "message": "Time consumption is correct (Content 0.0057218074798583984 in [0.00395 ... 0.00705] and Type is <type 'float'>).", + "message": "Time consumption is correct (Content 0.005555868148803711 in [0.00395 ... 0.00705] and Type is <type 'float'>).", "module": "test", "moduleLogger": [ { "args": [ "Time consumption", - "0.0057218074798583984", + "0.005555868148803711", "<type 'float'>" ], - "asctime": "2021-01-07 17:51:26,210", - "created": 1610038286.210265, + "asctime": "2021-01-11 01:01:35,983", + "created": 1610323295.983967, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4323,16 +4333,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Time consumption): 0.0057218074798583984 (<type 'float'>)", + "message": "Result (Time consumption): 0.005555868148803711 (<type 'float'>)", "module": "test", - "msecs": 210.2649211883545, + "msecs": 983.9670658111572, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 543.2989597320557, - "thread": 140098592974656, + "relativeCreated": 540.1661396026611, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -4341,8 +4351,8 @@ "0.00395", "0.00705" ], - "asctime": "2021-01-07 17:51:26,210", - "created": 1610038286.210435, + "asctime": "2021-01-11 01:01:35,984", + "created": 1610323295.984042, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4352,39 +4362,39 @@ "lineno": 34, "message": "Expectation (Time consumption): 0.00395 <= result <= 0.00705", "module": "test", - "msecs": 210.4349136352539, + "msecs": 984.0419292449951, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 543.4689521789551, - "thread": 140098592974656, + "relativeCreated": 540.241003036499, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 210.60490608215332, + "msecs": 984.1160774230957, "msg": "Time consumption is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 543.6389446258545, - "thread": 140098592974656, + "relativeCreated": 540.3151512145996, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00016999244689941406 + "time_consumption": 7.414817810058594e-05 } ], - "thread": 140098592974656, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.5122208595275879, - "time_finished": "2021-01-07 17:51:26,210", - "time_start": "2021-01-07 17:51:25,698" + "time_consumption": 0.5107011795043945, + "time_finished": "2021-01-11 01:01:35,984", + "time_start": "2021-01-11 01:01:35,473" }, "pylibs.task.periodic: Test periodic execution": { "args": null, - "asctime": "2021-01-07 17:51:26,211", - "created": 1610038286.211154, + "asctime": "2021-01-11 01:01:35,984", + "created": 1610323295.984368, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4395,21 +4405,21 @@ "message": "pylibs.task.periodic: Test periodic execution", "module": "__init__", "moduleLogger": [], - "msecs": 211.15398406982422, + "msecs": 984.368085861206, "msg": "pylibs.task.periodic: Test periodic execution", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 544.1880226135254, + "relativeCreated": 540.56715965271, "testcaseLogger": [ { "args": [ 10, "0.25" ], - "asctime": "2021-01-07 17:51:28,517", - "created": 1610038288.517062, + "asctime": "2021-01-11 01:01:38,289", + "created": 1610323298.289398, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -4423,10 +4433,10 @@ { "args": [ 1, - 1610038286.212425 + 1610323295.98512 ], - "asctime": "2021-01-07 17:51:26,212", - "created": 1610038286.212456, + "asctime": "2021-01-11 01:01:35,985", + "created": 1610323295.985141, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -4434,25 +4444,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 1 at 1610038286.212425", + "message": "Task execution number 1 at 1610323295.985120", "module": "test_periodic", - "msecs": 212.45598793029785, + "msecs": 985.1410388946533, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 545.490026473999, - "thread": 140098571683584, + "relativeCreated": 541.3401126861572, + "thread": 139968641427200, "threadName": "Thread-4" }, { "args": [ 2, - 1610038286.463316 + 1610323296.236038 ], - "asctime": "2021-01-07 17:51:26,463", - "created": 1610038286.463375, + "asctime": "2021-01-11 01:01:36,236", + "created": 1610323296.236097, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -4460,25 +4470,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 2 at 1610038286.463316", + "message": "Task execution number 2 at 1610323296.236038", "module": "test_periodic", - "msecs": 463.3750915527344, + "msecs": 236.0970973968506, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 796.4091300964355, - "thread": 140098563290880, + "relativeCreated": 792.2961711883545, + "thread": 139968633034496, "threadName": "Thread-5" }, { "args": [ 3, - 1610038286.714088 + 1610323296.48685 ], - "asctime": "2021-01-07 17:51:26,714", - "created": 1610038286.714156, + "asctime": "2021-01-11 01:01:36,486", + "created": 1610323296.486913, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -4486,25 +4496,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 3 at 1610038286.714088", + "message": "Task execution number 3 at 1610323296.486850", "module": "test_periodic", - "msecs": 714.155912399292, + "msecs": 486.91296577453613, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 1047.1899509429932, - "thread": 140098571683584, + "relativeCreated": 1043.11203956604, + "thread": 139968641427200, "threadName": "Thread-6" }, { "args": [ 4, - 1610038286.965607 + 1610323296.737573 ], - "asctime": "2021-01-07 17:51:26,965", - "created": 1610038286.965686, + "asctime": "2021-01-11 01:01:36,737", + "created": 1610323296.737633, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -4512,25 +4522,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 4 at 1610038286.965607", + "message": "Task execution number 4 at 1610323296.737573", "module": "test_periodic", - "msecs": 965.6860828399658, + "msecs": 737.6329898834229, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 1298.720121383667, - "thread": 140098563290880, + "relativeCreated": 1293.8320636749268, + "thread": 139968633034496, "threadName": "Thread-7" }, { "args": [ 5, - 1610038287.217146 + 1610323296.98792 ], - "asctime": "2021-01-07 17:51:27,217", - "created": 1610038287.217216, + "asctime": "2021-01-11 01:01:36,987", + "created": 1610323296.987952, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -4538,25 +4548,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 5 at 1610038287.217146", + "message": "Task execution number 5 at 1610323296.987920", "module": "test_periodic", - "msecs": 217.21601486206055, + "msecs": 987.9519939422607, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 1550.2500534057617, - "thread": 140098571683584, + "relativeCreated": 1544.1510677337646, + "thread": 139968641427200, "threadName": "Thread-8" }, { "args": [ 6, - 1610038287.468796 + 1610323297.238769 ], - "asctime": "2021-01-07 17:51:27,468", - "created": 1610038287.468863, + "asctime": "2021-01-11 01:01:37,238", + "created": 1610323297.238851, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -4564,25 +4574,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 6 at 1610038287.468796", + "message": "Task execution number 6 at 1610323297.238769", "module": "test_periodic", - "msecs": 468.86301040649414, + "msecs": 238.85107040405273, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 1801.8970489501953, - "thread": 140098563290880, + "relativeCreated": 1795.0501441955566, + "thread": 139968633034496, "threadName": "Thread-9" }, { "args": [ 7, - 1610038287.719545 + 1610323297.48964 ], - "asctime": "2021-01-07 17:51:27,719", - "created": 1610038287.7196, + "asctime": "2021-01-11 01:01:37,489", + "created": 1610323297.489701, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -4590,25 +4600,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 7 at 1610038287.719545", + "message": "Task execution number 7 at 1610323297.489640", "module": "test_periodic", - "msecs": 719.5999622344971, + "msecs": 489.7010326385498, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2052.6340007781982, - "thread": 140098571683584, + "relativeCreated": 2045.9001064300537, + "thread": 139968641427200, "threadName": "Thread-10" }, { "args": [ 8, - 1610038287.970385 + 1610323297.74031 ], - "asctime": "2021-01-07 17:51:27,970", - "created": 1610038287.970453, + "asctime": "2021-01-11 01:01:37,740", + "created": 1610323297.740371, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -4616,25 +4626,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 8 at 1610038287.970385", + "message": "Task execution number 8 at 1610323297.740310", "module": "test_periodic", - "msecs": 970.4530239105225, + "msecs": 740.3709888458252, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2303.4870624542236, - "thread": 140098563290880, + "relativeCreated": 2296.570062637329, + "thread": 139968633034496, "threadName": "Thread-11" }, { "args": [ 9, - 1610038288.220754 + 1610323297.991 ], - "asctime": "2021-01-07 17:51:28,220", - "created": 1610038288.220781, + "asctime": "2021-01-11 01:01:37,991", + "created": 1610323297.991055, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -4642,25 +4652,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 9 at 1610038288.220754", + "message": "Task execution number 9 at 1610323297.991000", "module": "test_periodic", - "msecs": 220.7810878753662, + "msecs": 991.0550117492676, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2553.8151264190674, - "thread": 140098571683584, + "relativeCreated": 2547.2540855407715, + "thread": 139968641427200, "threadName": "Thread-12" }, { "args": [ 10, - 1610038288.47151 + 1610323298.241749 ], - "asctime": "2021-01-07 17:51:28,471", - "created": 1610038288.471571, + "asctime": "2021-01-11 01:01:38,241", + "created": 1610323298.24182, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -4668,39 +4678,39 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 10 at 1610038288.471510", + "message": "Task execution number 10 at 1610323298.241749", "module": "test_periodic", - "msecs": 471.5709686279297, + "msecs": 241.8200969696045, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2804.605007171631, - "thread": 140098563290880, + "relativeCreated": 2798.0191707611084, + "thread": 139968633034496, "threadName": "Thread-13" } ], - "msecs": 517.0619487762451, + "msecs": 289.3979549407959, "msg": "Running a periodic task for %d cycles with a cycletime of %ss", "name": "__tLogger__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2850.0959873199463, - "thread": 140098592974656, + "relativeCreated": 2845.5970287323, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.04549098014831543 + "time_consumption": 0.047577857971191406 }, { "args": [ - "0.2503688335418701", + "0.2503471374511719", "0.2465", "0.2545", "<type 'float'>" ], - "asctime": "2021-01-07 17:51:28,518", - "created": 1610038288.518011, + "asctime": "2021-01-11 01:01:38,290", + "created": 1610323298.290429, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4708,17 +4718,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 220, - "message": "Minimum cycle time is correct (Content 0.2503688335418701 in [0.2465 ... 0.2545] and Type is <type 'float'>).", + "message": "Minimum cycle time is correct (Content 0.2503471374511719 in [0.2465 ... 0.2545] and Type is <type 'float'>).", "module": "test", "moduleLogger": [ { "args": [ "Minimum cycle time", - "0.2503688335418701", + "0.2503471374511719", "<type 'float'>" ], - "asctime": "2021-01-07 17:51:28,517", - "created": 1610038288.517611, + "asctime": "2021-01-11 01:01:38,290", + "created": 1610323298.290007, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4726,16 +4736,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Minimum cycle time): 0.2503688335418701 (<type 'float'>)", + "message": "Result (Minimum cycle time): 0.2503471374511719 (<type 'float'>)", "module": "test", - "msecs": 517.611026763916, + "msecs": 290.0071144104004, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2850.645065307617, - "thread": 140098592974656, + "relativeCreated": 2846.2061882019043, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -4744,8 +4754,8 @@ "0.2465", "0.2545" ], - "asctime": "2021-01-07 17:51:28,517", - "created": 1610038288.517819, + "asctime": "2021-01-11 01:01:38,290", + "created": 1610323298.290228, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4755,37 +4765,37 @@ "lineno": 34, "message": "Expectation (Minimum cycle time): 0.2465 <= result <= 0.2545", "module": "test", - "msecs": 517.8189277648926, + "msecs": 290.22789001464844, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2850.8529663085938, - "thread": 140098592974656, + "relativeCreated": 2846.4269638061523, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 518.0110931396484, + "msecs": 290.42911529541016, "msg": "Minimum cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2851.0451316833496, - "thread": 140098592974656, + "relativeCreated": 2846.628189086914, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00019216537475585938 + "time_consumption": 0.00020122528076171875 }, { "args": [ - "0.2510094377729628", + "0.2507365544637044", "0.2465", "0.2545", "<type 'float'>" ], - "asctime": "2021-01-07 17:51:28,518", - "created": 1610038288.518663, + "asctime": "2021-01-11 01:01:38,291", + "created": 1610323298.2911, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4793,17 +4803,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 220, - "message": "Mean cycle time is correct (Content 0.2510094377729628 in [0.2465 ... 0.2545] and Type is <type 'float'>).", + "message": "Mean cycle time is correct (Content 0.2507365544637044 in [0.2465 ... 0.2545] and Type is <type 'float'>).", "module": "test", "moduleLogger": [ { "args": [ "Mean cycle time", - "0.2510094377729628", + "0.2507365544637044", "<type 'float'>" ], - "asctime": "2021-01-07 17:51:28,518", - "created": 1610038288.518314, + "asctime": "2021-01-11 01:01:38,290", + "created": 1610323298.290745, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4811,16 +4821,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Mean cycle time): 0.2510094377729628 (<type 'float'>)", + "message": "Result (Mean cycle time): 0.2507365544637044 (<type 'float'>)", "module": "test", - "msecs": 518.3138847351074, + "msecs": 290.7450199127197, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2851.3479232788086, - "thread": 140098592974656, + "relativeCreated": 2846.9440937042236, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -4829,8 +4839,8 @@ "0.2465", "0.2545" ], - "asctime": "2021-01-07 17:51:28,518", - "created": 1610038288.518487, + "asctime": "2021-01-11 01:01:38,290", + "created": 1610323298.29092, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4840,37 +4850,37 @@ "lineno": 34, "message": "Expectation (Mean cycle time): 0.2465 <= result <= 0.2545", "module": "test", - "msecs": 518.4869766235352, + "msecs": 290.9200191497803, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2851.5210151672363, - "thread": 140098592974656, + "relativeCreated": 2847.119092941284, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 518.6629295349121, + "msecs": 291.10002517700195, "msg": "Mean cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2851.6969680786133, - "thread": 140098592974656, + "relativeCreated": 2847.299098968506, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00017595291137695312 + "time_consumption": 0.0001800060272216797 }, { "args": [ - "0.2516500949859619", + "0.250917911529541", "0.2465", "0.2565", "<type 'float'>" ], - "asctime": "2021-01-07 17:51:28,519", - "created": 1610038288.519281, + "asctime": "2021-01-11 01:01:38,291", + "created": 1610323298.291783, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4878,17 +4888,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 220, - "message": "Maximum cycle time is correct (Content 0.2516500949859619 in [0.2465 ... 0.2565] and Type is <type 'float'>).", + "message": "Maximum cycle time is correct (Content 0.250917911529541 in [0.2465 ... 0.2565] and Type is <type 'float'>).", "module": "test", "moduleLogger": [ { "args": [ "Maximum cycle time", - "0.2516500949859619", + "0.250917911529541", "<type 'float'>" ], - "asctime": "2021-01-07 17:51:28,518", - "created": 1610038288.518951, + "asctime": "2021-01-11 01:01:38,291", + "created": 1610323298.291404, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4896,16 +4906,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Maximum cycle time): 0.2516500949859619 (<type 'float'>)", + "message": "Result (Maximum cycle time): 0.250917911529541 (<type 'float'>)", "module": "test", - "msecs": 518.9509391784668, + "msecs": 291.40400886535645, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2851.984977722168, - "thread": 140098592974656, + "relativeCreated": 2847.6030826568604, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -4914,8 +4924,8 @@ "0.2465", "0.2565" ], - "asctime": "2021-01-07 17:51:28,519", - "created": 1610038288.519117, + "asctime": "2021-01-11 01:01:38,291", + "created": 1610323298.291616, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4925,35 +4935,35 @@ "lineno": 34, "message": "Expectation (Maximum cycle time): 0.2465 <= result <= 0.2565", "module": "test", - "msecs": 519.1171169281006, + "msecs": 291.61596298217773, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2852.1511554718018, - "thread": 140098592974656, + "relativeCreated": 2847.8150367736816, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 519.2809104919434, + "msecs": 291.78309440612793, "msg": "Maximum cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2852.3149490356445, - "thread": 140098592974656, + "relativeCreated": 2847.982168197632, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00016379356384277344 + "time_consumption": 0.0001671314239501953 }, { "args": [ 10, "0.01" ], - "asctime": "2021-01-07 17:51:28,640", - "created": 1610038288.640749, + "asctime": "2021-01-11 01:01:38,413", + "created": 1610323298.413087, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -4967,10 +4977,10 @@ { "args": [ 1, - 1610038288.520468 + 1610323298.293181 ], - "asctime": "2021-01-07 17:51:28,520", - "created": 1610038288.520495, + "asctime": "2021-01-11 01:01:38,293", + "created": 1610323298.293231, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -4978,25 +4988,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 1 at 1610038288.520468", + "message": "Task execution number 1 at 1610323298.293181", "module": "test_periodic", - "msecs": 520.4949378967285, + "msecs": 293.2310104370117, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2853.5289764404297, - "thread": 140098571683584, + "relativeCreated": 2849.4300842285156, + "thread": 139968641427200, "threadName": "Thread-15" }, { "args": [ 2, - 1610038288.530961 + 1610323298.303801 ], - "asctime": "2021-01-07 17:51:28,531", - "created": 1610038288.531001, + "asctime": "2021-01-11 01:01:38,303", + "created": 1610323298.303851, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5004,25 +5014,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 2 at 1610038288.530961", + "message": "Task execution number 2 at 1610323298.303801", "module": "test_periodic", - "msecs": 531.001091003418, + "msecs": 303.8508892059326, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2864.035129547119, - "thread": 140098563290880, + "relativeCreated": 2860.0499629974365, + "thread": 139968633034496, "threadName": "Thread-16" }, { "args": [ 3, - 1610038288.542178 + 1610323298.314949 ], - "asctime": "2021-01-07 17:51:28,542", - "created": 1610038288.542245, + "asctime": "2021-01-11 01:01:38,315", + "created": 1610323298.315019, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5030,25 +5040,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 3 at 1610038288.542178", + "message": "Task execution number 3 at 1610323298.314949", "module": "test_periodic", - "msecs": 542.2449111938477, + "msecs": 315.018892288208, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2875.278949737549, - "thread": 140098571683584, + "relativeCreated": 2871.217966079712, + "thread": 139968641427200, "threadName": "Thread-17" }, { "args": [ 4, - 1610038288.553036 + 1610323298.325354 ], - "asctime": "2021-01-07 17:51:28,553", - "created": 1610038288.553105, + "asctime": "2021-01-11 01:01:38,325", + "created": 1610323298.325389, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5056,25 +5066,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 4 at 1610038288.553036", + "message": "Task execution number 4 at 1610323298.325354", "module": "test_periodic", - "msecs": 553.1051158905029, + "msecs": 325.38890838623047, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2886.139154434204, - "thread": 140098563290880, + "relativeCreated": 2881.5879821777344, + "thread": 139968633034496, "threadName": "Thread-18" }, { "args": [ 5, - 1610038288.563922 + 1610323298.335975 ], - "asctime": "2021-01-07 17:51:28,563", - "created": 1610038288.563997, + "asctime": "2021-01-11 01:01:38,336", + "created": 1610323298.336027, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5082,25 +5092,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 5 at 1610038288.563922", + "message": "Task execution number 5 at 1610323298.335975", "module": "test_periodic", - "msecs": 563.9970302581787, + "msecs": 336.0269069671631, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2897.03106880188, - "thread": 140098571683584, + "relativeCreated": 2892.225980758667, + "thread": 139968641427200, "threadName": "Thread-19" }, { "args": [ 6, - 1610038288.575334 + 1610323298.346748 ], - "asctime": "2021-01-07 17:51:28,575", - "created": 1610038288.575413, + "asctime": "2021-01-11 01:01:38,346", + "created": 1610323298.346805, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5108,25 +5118,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 6 at 1610038288.575334", + "message": "Task execution number 6 at 1610323298.346748", "module": "test_periodic", - "msecs": 575.4129886627197, + "msecs": 346.8050956726074, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2908.447027206421, - "thread": 140098563290880, + "relativeCreated": 2903.0041694641113, + "thread": 139968633034496, "threadName": "Thread-20" }, { "args": [ 7, - 1610038288.586156 + 1610323298.357556 ], - "asctime": "2021-01-07 17:51:28,586", - "created": 1610038288.586227, + "asctime": "2021-01-11 01:01:38,357", + "created": 1610323298.357616, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5134,25 +5144,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 7 at 1610038288.586156", + "message": "Task execution number 7 at 1610323298.357556", "module": "test_periodic", - "msecs": 586.2269401550293, + "msecs": 357.6159477233887, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2919.2609786987305, - "thread": 140098571683584, + "relativeCreated": 2913.8150215148926, + "thread": 139968641427200, "threadName": "Thread-21" }, { "args": [ 8, - 1610038288.597121 + 1610323298.36852 ], - "asctime": "2021-01-07 17:51:28,597", - "created": 1610038288.597193, + "asctime": "2021-01-11 01:01:38,368", + "created": 1610323298.368579, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5160,25 +5170,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 8 at 1610038288.597121", + "message": "Task execution number 8 at 1610323298.368520", "module": "test_periodic", - "msecs": 597.1930027008057, + "msecs": 368.5789108276367, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2930.227041244507, - "thread": 140098563290880, + "relativeCreated": 2924.7779846191406, + "thread": 139968633034496, "threadName": "Thread-22" }, { "args": [ 9, - 1610038288.607879 + 1610323298.379186 ], - "asctime": "2021-01-07 17:51:28,607", - "created": 1610038288.607943, + "asctime": "2021-01-11 01:01:38,379", + "created": 1610323298.37925, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5186,25 +5196,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 9 at 1610038288.607879", + "message": "Task execution number 9 at 1610323298.379186", "module": "test_periodic", - "msecs": 607.943058013916, + "msecs": 379.25004959106445, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2940.977096557617, - "thread": 140098571683584, + "relativeCreated": 2935.4491233825684, + "thread": 139968641427200, "threadName": "Thread-23" }, { "args": [ 10, - 1610038288.618659 + 1610323298.389936 ], - "asctime": "2021-01-07 17:51:28,618", - "created": 1610038288.618719, + "asctime": "2021-01-11 01:01:38,389", + "created": 1610323298.389996, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5212,39 +5222,39 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 10 at 1610038288.618659", + "message": "Task execution number 10 at 1610323298.389936", "module": "test_periodic", - "msecs": 618.7191009521484, + "msecs": 389.9960517883301, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2951.7531394958496, - "thread": 140098563290880, + "relativeCreated": 2946.195125579834, + "thread": 139968633034496, "threadName": "Thread-24" } ], - "msecs": 640.7489776611328, + "msecs": 413.0868911743164, "msg": "Running a periodic task for %d cycles with a cycletime of %ss", "name": "__tLogger__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2973.783016204834, - "thread": 140098592974656, + "relativeCreated": 2969.2859649658203, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.022029876708984375 + "time_consumption": 0.023090839385986328 }, { "args": [ - "0.010493040084838867", + "0.01040506362915039", "0.008900000000000002", "0.0121", "<type 'float'>" ], - "asctime": "2021-01-07 17:51:28,641", - "created": 1610038288.641678, + "asctime": "2021-01-11 01:01:38,414", + "created": 1610323298.414114, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5252,17 +5262,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 220, - "message": "Minimum cycle time is correct (Content 0.010493040084838867 in [0.008900000000000002 ... 0.0121] and Type is <type 'float'>).", + "message": "Minimum cycle time is correct (Content 0.01040506362915039 in [0.008900000000000002 ... 0.0121] and Type is <type 'float'>).", "module": "test", "moduleLogger": [ { "args": [ "Minimum cycle time", - "0.010493040084838867", + "0.01040506362915039", "<type 'float'>" ], - "asctime": "2021-01-07 17:51:28,641", - "created": 1610038288.641275, + "asctime": "2021-01-11 01:01:38,413", + "created": 1610323298.413711, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5270,16 +5280,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Minimum cycle time): 0.010493040084838867 (<type 'float'>)", + "message": "Result (Minimum cycle time): 0.01040506362915039 (<type 'float'>)", "module": "test", - "msecs": 641.2749290466309, + "msecs": 413.7110710144043, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2974.308967590332, - "thread": 140098592974656, + "relativeCreated": 2969.910144805908, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -5288,8 +5298,8 @@ "0.008900000000000002", "0.0121" ], - "asctime": "2021-01-07 17:51:28,641", - "created": 1610038288.641486, + "asctime": "2021-01-11 01:01:38,413", + "created": 1610323298.413919, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5299,37 +5309,37 @@ "lineno": 34, "message": "Expectation (Minimum cycle time): 0.008900000000000002 <= result <= 0.0121", "module": "test", - "msecs": 641.4859294891357, + "msecs": 413.91897201538086, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2974.519968032837, - "thread": 140098592974656, + "relativeCreated": 2970.1180458068848, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 641.6780948638916, + "msecs": 414.11399841308594, "msg": "Minimum cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2974.712133407593, - "thread": 140098592974656, + "relativeCreated": 2970.31307220459, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00019216537475585938 + "time_consumption": 0.00019502639770507812 }, { "args": [ - "0.010910113652547201", + "0.010750558641221788", "0.008900000000000002", "0.0121", "<type 'float'>" ], - "asctime": "2021-01-07 17:51:28,642", - "created": 1610038288.642328, + "asctime": "2021-01-11 01:01:38,414", + "created": 1610323298.414761, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5337,17 +5347,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 220, - "message": "Mean cycle time is correct (Content 0.010910113652547201 in [0.008900000000000002 ... 0.0121] and Type is <type 'float'>).", + "message": "Mean cycle time is correct (Content 0.010750558641221788 in [0.008900000000000002 ... 0.0121] and Type is <type 'float'>).", "module": "test", "moduleLogger": [ { "args": [ "Mean cycle time", - "0.010910113652547201", + "0.010750558641221788", "<type 'float'>" ], - "asctime": "2021-01-07 17:51:28,641", - "created": 1610038288.641982, + "asctime": "2021-01-11 01:01:38,414", + "created": 1610323298.414421, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5355,16 +5365,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Mean cycle time): 0.010910113652547201 (<type 'float'>)", + "message": "Result (Mean cycle time): 0.010750558641221788 (<type 'float'>)", "module": "test", - "msecs": 641.9820785522461, + "msecs": 414.42108154296875, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2975.0161170959473, - "thread": 140098592974656, + "relativeCreated": 2970.6201553344727, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -5373,8 +5383,8 @@ "0.008900000000000002", "0.0121" ], - "asctime": "2021-01-07 17:51:28,642", - "created": 1610038288.642155, + "asctime": "2021-01-11 01:01:38,414", + "created": 1610323298.414593, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5384,37 +5394,37 @@ "lineno": 34, "message": "Expectation (Mean cycle time): 0.008900000000000002 <= result <= 0.0121", "module": "test", - "msecs": 642.1549320220947, + "msecs": 414.592981338501, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2975.188970565796, - "thread": 140098592974656, + "relativeCreated": 2970.792055130005, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 642.3280239105225, + "msecs": 414.7610664367676, "msg": "Mean cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2975.3620624542236, - "thread": 140098592974656, + "relativeCreated": 2970.9601402282715, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00017309188842773438 + "time_consumption": 0.00016808509826660156 }, { "args": [ - "0.01141214370727539", + "0.01114797592163086", "0.008900000000000002", "0.0141", "<type 'float'>" ], - "asctime": "2021-01-07 17:51:28,642", - "created": 1610038288.642935, + "asctime": "2021-01-11 01:01:38,415", + "created": 1610323298.415397, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5422,17 +5432,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 220, - "message": "Maximum cycle time is correct (Content 0.01141214370727539 in [0.008900000000000002 ... 0.0141] and Type is <type 'float'>).", + "message": "Maximum cycle time is correct (Content 0.01114797592163086 in [0.008900000000000002 ... 0.0141] and Type is <type 'float'>).", "module": "test", "moduleLogger": [ { "args": [ "Maximum cycle time", - "0.01141214370727539", + "0.01114797592163086", "<type 'float'>" ], - "asctime": "2021-01-07 17:51:28,642", - "created": 1610038288.642604, + "asctime": "2021-01-11 01:01:38,415", + "created": 1610323298.415056, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5440,16 +5450,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Maximum cycle time): 0.01141214370727539 (<type 'float'>)", + "message": "Result (Maximum cycle time): 0.01114797592163086 (<type 'float'>)", "module": "test", - "msecs": 642.6041126251221, + "msecs": 415.0559902191162, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2975.6381511688232, - "thread": 140098592974656, + "relativeCreated": 2971.25506401062, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -5458,8 +5468,8 @@ "0.008900000000000002", "0.0141" ], - "asctime": "2021-01-07 17:51:28,642", - "created": 1610038288.642768, + "asctime": "2021-01-11 01:01:38,415", + "created": 1610323298.415232, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5469,35 +5479,35 @@ "lineno": 34, "message": "Expectation (Maximum cycle time): 0.008900000000000002 <= result <= 0.0141", "module": "test", - "msecs": 642.7679061889648, + "msecs": 415.23194313049316, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2975.801944732666, - "thread": 140098592974656, + "relativeCreated": 2971.431016921997, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 642.935037612915, + "msecs": 415.39692878723145, "msg": "Maximum cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2975.969076156616, - "thread": 140098592974656, + "relativeCreated": 2971.5960025787354, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.0001671314239501953 + "time_consumption": 0.00016498565673828125 }, { "args": [ 10, "0.005" ], - "asctime": "2021-01-07 17:51:28,754", - "created": 1610038288.754275, + "asctime": "2021-01-11 01:01:38,526", + "created": 1610323298.526836, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5511,10 +5521,10 @@ { "args": [ 1, - 1610038288.644148 + 1610323298.416973 ], - "asctime": "2021-01-07 17:51:28,644", - "created": 1610038288.644182, + "asctime": "2021-01-11 01:01:38,417", + "created": 1610323298.417021, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5522,25 +5532,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 1 at 1610038288.644148", + "message": "Task execution number 1 at 1610323298.416973", "module": "test_periodic", - "msecs": 644.1819667816162, + "msecs": 417.0210361480713, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2977.2160053253174, - "thread": 140098571683584, + "relativeCreated": 2973.220109939575, + "thread": 139968641427200, "threadName": "Thread-26" }, { "args": [ 2, - 1610038288.649655 + 1610323298.422415 ], - "asctime": "2021-01-07 17:51:28,649", - "created": 1610038288.649698, + "asctime": "2021-01-11 01:01:38,422", + "created": 1610323298.422456, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5548,25 +5558,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 2 at 1610038288.649655", + "message": "Task execution number 2 at 1610323298.422415", "module": "test_periodic", - "msecs": 649.69801902771, + "msecs": 422.4560260772705, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2982.732057571411, - "thread": 140098563290880, + "relativeCreated": 2978.6550998687744, + "thread": 139968633034496, "threadName": "Thread-27" }, { "args": [ 3, - 1610038288.655508 + 1610323298.428273 ], - "asctime": "2021-01-07 17:51:28,655", - "created": 1610038288.655569, + "asctime": "2021-01-11 01:01:38,428", + "created": 1610323298.428306, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5574,25 +5584,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 3 at 1610038288.655508", + "message": "Task execution number 3 at 1610323298.428273", "module": "test_periodic", - "msecs": 655.5690765380859, + "msecs": 428.30610275268555, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2988.603115081787, - "thread": 140098571683584, + "relativeCreated": 2984.5051765441895, + "thread": 139968641427200, "threadName": "Thread-28" }, { "args": [ 4, - 1610038288.661398 + 1610323298.433859 ], - "asctime": "2021-01-07 17:51:28,661", - "created": 1610038288.661458, + "asctime": "2021-01-11 01:01:38,433", + "created": 1610323298.433906, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5600,25 +5610,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 4 at 1610038288.661398", + "message": "Task execution number 4 at 1610323298.433859", "module": "test_periodic", - "msecs": 661.4580154418945, + "msecs": 433.90607833862305, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 2994.4920539855957, - "thread": 140098563290880, + "relativeCreated": 2990.105152130127, + "thread": 139968633034496, "threadName": "Thread-29" }, { "args": [ 5, - 1610038288.667199 + 1610323298.439613 ], - "asctime": "2021-01-07 17:51:28,667", - "created": 1610038288.66728, + "asctime": "2021-01-11 01:01:38,439", + "created": 1610323298.439665, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5626,25 +5636,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 5 at 1610038288.667199", + "message": "Task execution number 5 at 1610323298.439613", "module": "test_periodic", - "msecs": 667.2799587249756, + "msecs": 439.6650791168213, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3000.3139972686768, - "thread": 140098571683584, + "relativeCreated": 2995.864152908325, + "thread": 139968641427200, "threadName": "Thread-30" }, { "args": [ 6, - 1610038288.673465 + 1610323298.445224 ], - "asctime": "2021-01-07 17:51:28,673", - "created": 1610038288.673513, + "asctime": "2021-01-11 01:01:38,445", + "created": 1610323298.44527, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5652,25 +5662,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 6 at 1610038288.673465", + "message": "Task execution number 6 at 1610323298.445224", "module": "test_periodic", - "msecs": 673.5129356384277, + "msecs": 445.2700614929199, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3006.546974182129, - "thread": 140098563290880, + "relativeCreated": 3001.469135284424, + "thread": 139968633034496, "threadName": "Thread-31" }, { "args": [ 7, - 1610038288.679131 + 1610323298.451057 ], - "asctime": "2021-01-07 17:51:28,679", - "created": 1610038288.679178, + "asctime": "2021-01-11 01:01:38,451", + "created": 1610323298.451119, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5678,25 +5688,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 7 at 1610038288.679131", + "message": "Task execution number 7 at 1610323298.451057", "module": "test_periodic", - "msecs": 679.17799949646, + "msecs": 451.11894607543945, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3012.212038040161, - "thread": 140098571683584, + "relativeCreated": 3007.3180198669434, + "thread": 139968641427200, "threadName": "Thread-32" }, { "args": [ 8, - 1610038288.684951 + 1610323298.456798 ], - "asctime": "2021-01-07 17:51:28,685", - "created": 1610038288.685019, + "asctime": "2021-01-11 01:01:38,456", + "created": 1610323298.456857, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5704,25 +5714,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 8 at 1610038288.684951", + "message": "Task execution number 8 at 1610323298.456798", "module": "test_periodic", - "msecs": 685.0190162658691, + "msecs": 456.85696601867676, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3018.0530548095703, - "thread": 140098563290880, + "relativeCreated": 3013.0560398101807, + "thread": 139968633034496, "threadName": "Thread-33" }, { "args": [ 9, - 1610038288.690567 + 1610323298.462636 ], - "asctime": "2021-01-07 17:51:28,690", - "created": 1610038288.690617, + "asctime": "2021-01-11 01:01:38,462", + "created": 1610323298.4627, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5730,25 +5740,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 9 at 1610038288.690567", + "message": "Task execution number 9 at 1610323298.462636", "module": "test_periodic", - "msecs": 690.6170845031738, + "msecs": 462.69989013671875, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3023.651123046875, - "thread": 140098571683584, + "relativeCreated": 3018.8989639282227, + "thread": 139968641427200, "threadName": "Thread-34" }, { "args": [ 10, - 1610038288.696224 + 1610323298.468331 ], - "asctime": "2021-01-07 17:51:28,696", - "created": 1610038288.696279, + "asctime": "2021-01-11 01:01:38,468", + "created": 1610323298.46839, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5756,39 +5766,39 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 10 at 1610038288.696224", + "message": "Task execution number 10 at 1610323298.468331", "module": "test_periodic", - "msecs": 696.2790489196777, + "msecs": 468.38998794555664, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3029.313087463379, - "thread": 140098563290880, + "relativeCreated": 3024.5890617370605, + "thread": 139968633034496, "threadName": "Thread-35" } ], - "msecs": 754.2750835418701, + "msecs": 526.8359184265137, "msg": "Running a periodic task for %d cycles with a cycletime of %ss", "name": "__tLogger__", "pathname": "src/tests/test_periodic.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3087.3091220855713, - "thread": 140098592974656, + "relativeCreated": 3083.0349922180176, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.05799603462219238 + "time_consumption": 0.05844593048095703 }, { "args": [ - "0.005506992340087891", + "0.005441904067993164", "0.00395", "0.00705", "<type 'float'>" ], - "asctime": "2021-01-07 17:51:28,755", - "created": 1610038288.755253, + "asctime": "2021-01-11 01:01:38,527", + "created": 1610323298.527875, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5796,17 +5806,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 220, - "message": "Minimum cycle time is correct (Content 0.005506992340087891 in [0.00395 ... 0.00705] and Type is <type 'float'>).", + "message": "Minimum cycle time is correct (Content 0.005441904067993164 in [0.00395 ... 0.00705] and Type is <type 'float'>).", "module": "test", "moduleLogger": [ { "args": [ "Minimum cycle time", - "0.005506992340087891", + "0.005441904067993164", "<type 'float'>" ], - "asctime": "2021-01-07 17:51:28,754", - "created": 1610038288.75485, + "asctime": "2021-01-11 01:01:38,527", + "created": 1610323298.527422, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5814,16 +5824,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Minimum cycle time): 0.005506992340087891 (<type 'float'>)", + "message": "Result (Minimum cycle time): 0.005441904067993164 (<type 'float'>)", "module": "test", - "msecs": 754.849910736084, + "msecs": 527.4219512939453, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3087.883949279785, - "thread": 140098592974656, + "relativeCreated": 3083.621025085449, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -5832,8 +5842,8 @@ "0.00395", "0.00705" ], - "asctime": "2021-01-07 17:51:28,755", - "created": 1610038288.755062, + "asctime": "2021-01-11 01:01:38,527", + "created": 1610323298.527683, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5843,37 +5853,37 @@ "lineno": 34, "message": "Expectation (Minimum cycle time): 0.00395 <= result <= 0.00705", "module": "test", - "msecs": 755.0621032714844, + "msecs": 527.6830196380615, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3088.0961418151855, - "thread": 140098592974656, + "relativeCreated": 3083.8820934295654, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 755.2530765533447, + "msecs": 527.8749465942383, "msg": "Minimum cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3088.287115097046, - "thread": 140098592974656, + "relativeCreated": 3084.074020385742, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00019097328186035156 + "time_consumption": 0.0001919269561767578 }, { "args": [ - "0.0057862069871690534", + "0.005706442726982964", "0.00395", "0.00705", "<type 'float'>" ], - "asctime": "2021-01-07 17:51:28,755", - "created": 1610038288.755898, + "asctime": "2021-01-11 01:01:38,528", + "created": 1610323298.528678, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5881,17 +5891,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 220, - "message": "Mean cycle time is correct (Content 0.0057862069871690534 in [0.00395 ... 0.00705] and Type is <type 'float'>).", + "message": "Mean cycle time is correct (Content 0.005706442726982964 in [0.00395 ... 0.00705] and Type is <type 'float'>).", "module": "test", "moduleLogger": [ { "args": [ "Mean cycle time", - "0.0057862069871690534", + "0.005706442726982964", "<type 'float'>" ], - "asctime": "2021-01-07 17:51:28,755", - "created": 1610038288.755557, + "asctime": "2021-01-11 01:01:38,528", + "created": 1610323298.528206, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5899,16 +5909,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Mean cycle time): 0.0057862069871690534 (<type 'float'>)", + "message": "Result (Mean cycle time): 0.005706442726982964 (<type 'float'>)", "module": "test", - "msecs": 755.5570602416992, + "msecs": 528.2061100006104, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3088.5910987854004, - "thread": 140098592974656, + "relativeCreated": 3084.4051837921143, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -5917,8 +5927,8 @@ "0.00395", "0.00705" ], - "asctime": "2021-01-07 17:51:28,755", - "created": 1610038288.755726, + "asctime": "2021-01-11 01:01:38,528", + "created": 1610323298.528414, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5928,37 +5938,37 @@ "lineno": 34, "message": "Expectation (Mean cycle time): 0.00395 <= result <= 0.00705", "module": "test", - "msecs": 755.7260990142822, + "msecs": 528.4140110015869, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3088.7601375579834, - "thread": 140098592974656, + "relativeCreated": 3084.613084793091, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 755.8979988098145, + "msecs": 528.6779403686523, "msg": "Mean cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3088.9320373535156, - "thread": 140098592974656, + "relativeCreated": 3084.8770141601562, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00017189979553222656 + "time_consumption": 0.0002639293670654297 }, { "args": [ - "0.006266117095947266", + "0.005857944488525391", "0.00395", "0.009049999999999999", "<type 'float'>" ], - "asctime": "2021-01-07 17:51:28,756", - "created": 1610038288.756537, + "asctime": "2021-01-11 01:01:38,529", + "created": 1610323298.529502, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5966,17 +5976,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 220, - "message": "Maximum cycle time is correct (Content 0.006266117095947266 in [0.00395 ... 0.009049999999999999] and Type is <type 'float'>).", + "message": "Maximum cycle time is correct (Content 0.005857944488525391 in [0.00395 ... 0.009049999999999999] and Type is <type 'float'>).", "module": "test", "moduleLogger": [ { "args": [ "Maximum cycle time", - "0.006266117095947266", + "0.005857944488525391", "<type 'float'>" ], - "asctime": "2021-01-07 17:51:28,756", - "created": 1610038288.756178, + "asctime": "2021-01-11 01:01:38,529", + "created": 1610323298.529133, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5984,16 +5994,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Maximum cycle time): 0.006266117095947266 (<type 'float'>)", + "message": "Result (Maximum cycle time): 0.005857944488525391 (<type 'float'>)", "module": "test", - "msecs": 756.1779022216797, + "msecs": 529.1330814361572, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3089.211940765381, - "thread": 140098592974656, + "relativeCreated": 3085.332155227661, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -6002,8 +6012,8 @@ "0.00395", "0.009049999999999999" ], - "asctime": "2021-01-07 17:51:28,756", - "created": 1610038288.756344, + "asctime": "2021-01-11 01:01:38,529", + "created": 1610323298.529334, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6013,39 +6023,39 @@ "lineno": 34, "message": "Expectation (Maximum cycle time): 0.00395 <= result <= 0.009049999999999999", "module": "test", - "msecs": 756.3440799713135, + "msecs": 529.3340682983398, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3089.3781185150146, - "thread": 140098592974656, + "relativeCreated": 3085.5331420898438, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 756.5369606018066, + "msecs": 529.5019149780273, "msg": "Maximum cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3089.570999145508, - "thread": 140098592974656, + "relativeCreated": 3085.7009887695312, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00019288063049316406 + "time_consumption": 0.0001678466796875 } ], - "thread": 140098592974656, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 2.5453829765319824, - "time_finished": "2021-01-07 17:51:28,756", - "time_start": "2021-01-07 17:51:26,211" + "time_consumption": 2.5451338291168213, + "time_finished": "2021-01-11 01:01:38,529", + "time_start": "2021-01-11 01:01:35,984" }, "pylibs.task.queue: Test clean_queue method": { "args": null, - "asctime": "2021-01-07 17:51:28,974", - "created": 1610038288.974119, + "asctime": "2021-01-11 01:01:38,743", + "created": 1610323298.743541, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6056,18 +6066,18 @@ "message": "pylibs.task.queue: Test clean_queue method", "module": "__init__", "moduleLogger": [], - "msecs": 974.1189479827881, + "msecs": 743.5410022735596, "msg": "pylibs.task.queue: Test clean_queue method", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3307.1529865264893, + "relativeCreated": 3299.7400760650635, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-07 17:51:28,975", - "created": 1610038288.975372, + "asctime": "2021-01-11 01:01:38,744", + "created": 1610323298.744114, "exc_info": null, "exc_text": null, "filename": "test_queue.py", @@ -6078,14 +6088,14 @@ "message": "Enqueued 6 tasks (stop request within 3rd task).", "module": "test_queue", "moduleLogger": [], - "msecs": 975.3720760345459, + "msecs": 744.1139221191406, "msg": "Enqueued 6 tasks (stop request within 3rd task).", "name": "__tLogger__", "pathname": "src/tests/test_queue.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3308.406114578247, - "thread": 140098592974656, + "relativeCreated": 3300.3129959106445, + "thread": 139968662198080, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -6094,8 +6104,8 @@ "6", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,976", - "created": 1610038288.976519, + "asctime": "2021-01-11 01:01:38,744", + "created": 1610323298.744778, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6112,8 +6122,8 @@ "6", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,975", - "created": 1610038288.975925, + "asctime": "2021-01-11 01:01:38,744", + "created": 1610323298.744429, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6123,14 +6133,14 @@ "lineno": 22, "message": "Result (Size of Queue before execution): 6 (<type 'int'>)", "module": "test", - "msecs": 975.9249687194824, + "msecs": 744.4291114807129, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3308.9590072631836, - "thread": 140098592974656, + "relativeCreated": 3300.628185272217, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -6139,8 +6149,8 @@ "6", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,976", - "created": 1610038288.976236, + "asctime": "2021-01-11 01:01:38,744", + "created": 1610323298.744612, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6150,35 +6160,35 @@ "lineno": 26, "message": "Expectation (Size of Queue before execution): result = 6 (<type 'int'>)", "module": "test", - "msecs": 976.23610496521, + "msecs": 744.6119785308838, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3309.270143508911, - "thread": 140098592974656, + "relativeCreated": 3300.8110523223877, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 976.5191078186035, + "msecs": 744.7779178619385, "msg": "Size of Queue before execution is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3309.5531463623047, - "thread": 140098592974656, + "relativeCreated": 3300.9769916534424, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.0002830028533935547 + "time_consumption": 0.0001659393310546875 }, { "args": [ "3", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,977", - "created": 1610038288.977922, + "asctime": "2021-01-11 01:01:38,745", + "created": 1610323298.745491, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6195,8 +6205,8 @@ "3", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,977", - "created": 1610038288.977272, + "asctime": "2021-01-11 01:01:38,745", + "created": 1610323298.745165, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6206,14 +6216,14 @@ "lineno": 22, "message": "Result (Size of Queue after execution): 3 (<type 'int'>)", "module": "test", - "msecs": 977.2720336914062, + "msecs": 745.1651096343994, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3310.3060722351074, - "thread": 140098592974656, + "relativeCreated": 3301.3641834259033, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -6222,8 +6232,8 @@ "3", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,977", - "created": 1610038288.977625, + "asctime": "2021-01-11 01:01:38,745", + "created": 1610323298.745327, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6233,32 +6243,32 @@ "lineno": 26, "message": "Expectation (Size of Queue after execution): result = 3 (<type 'int'>)", "module": "test", - "msecs": 977.6248931884766, + "msecs": 745.3269958496094, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3310.6589317321777, - "thread": 140098592974656, + "relativeCreated": 3301.5260696411133, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 977.9219627380371, + "msecs": 745.4910278320312, "msg": "Size of Queue after execution is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3310.9560012817383, - "thread": 140098592974656, + "relativeCreated": 3301.690101623535, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.0002970695495605469 + "time_consumption": 0.000164031982421875 }, { "args": [], - "asctime": "2021-01-07 17:51:28,981", - "created": 1610038288.981052, + "asctime": "2021-01-11 01:01:38,747", + "created": 1610323298.747435, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6275,8 +6285,8 @@ "[ 1, 2, 3 ]", "<type 'list'>" ], - "asctime": "2021-01-07 17:51:28,978", - "created": 1610038288.978403, + "asctime": "2021-01-11 01:01:38,745", + "created": 1610323298.745753, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6286,14 +6296,14 @@ "lineno": 22, "message": "Result (Queue execution (identified by a submitted sequence number)): [ 1, 2, 3 ] (<type 'list'>)", "module": "test", - "msecs": 978.4030914306641, + "msecs": 745.7530498504639, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3311.4371299743652, - "thread": 140098592974656, + "relativeCreated": 3301.952123641968, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -6302,8 +6312,8 @@ "[ 1, 2, 3 ]", "<type 'list'>" ], - "asctime": "2021-01-07 17:51:28,978", - "created": 1610038288.978788, + "asctime": "2021-01-11 01:01:38,745", + "created": 1610323298.74592, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6313,14 +6323,14 @@ "lineno": 26, "message": "Expectation (Queue execution (identified by a submitted sequence number)): result = [ 1, 2, 3 ] (<type 'list'>)", "module": "test", - "msecs": 978.787899017334, + "msecs": 745.919942855835, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3311.821937561035, - "thread": 140098592974656, + "relativeCreated": 3302.119016647339, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -6329,8 +6339,8 @@ "1", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,979", - "created": 1610038288.979111, + "asctime": "2021-01-11 01:01:38,746", + "created": 1610323298.746083, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6340,14 +6350,14 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 (<type 'int'>)", "module": "test", - "msecs": 979.1109561920166, + "msecs": 746.0830211639404, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3312.144994735718, - "thread": 140098592974656, + "relativeCreated": 3302.2820949554443, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -6356,8 +6366,8 @@ "1", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,979", - "created": 1610038288.979404, + "asctime": "2021-01-11 01:01:38,746", + "created": 1610323298.746228, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6367,14 +6377,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 (<type 'int'>)", "module": "test", - "msecs": 979.4039726257324, + "msecs": 746.2279796600342, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3312.4380111694336, - "thread": 140098592974656, + "relativeCreated": 3302.427053451538, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -6382,8 +6392,8 @@ "1", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,979", - "created": 1610038288.979695, + "asctime": "2021-01-11 01:01:38,746", + "created": 1610323298.746385, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6393,14 +6403,14 @@ "lineno": 144, "message": "Submitted value number 1 is correct (Content 1 and Type is <type 'int'>).", "module": "test", - "msecs": 979.6950817108154, + "msecs": 746.3850975036621, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3312.7291202545166, - "thread": 140098592974656, + "relativeCreated": 3302.584171295166, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -6409,8 +6419,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,980", - "created": 1610038288.98003, + "asctime": "2021-01-11 01:01:38,746", + "created": 1610323298.746551, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6420,14 +6430,14 @@ "lineno": 22, "message": "Result (Submitted value number 2): 2 (<type 'int'>)", "module": "test", - "msecs": 980.0300598144531, + "msecs": 746.5510368347168, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3313.0640983581543, - "thread": 140098592974656, + "relativeCreated": 3302.7501106262207, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -6436,8 +6446,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,980", - "created": 1610038288.980342, + "asctime": "2021-01-11 01:01:38,746", + "created": 1610323298.746693, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6447,14 +6457,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 2 (<type 'int'>)", "module": "test", - "msecs": 980.341911315918, + "msecs": 746.6928958892822, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3313.375949859619, - "thread": 140098592974656, + "relativeCreated": 3302.891969680786, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -6462,8 +6472,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,980", - "created": 1610038288.980428, + "asctime": "2021-01-11 01:01:38,746", + "created": 1610323298.746835, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6473,14 +6483,14 @@ "lineno": 144, "message": "Submitted value number 2 is correct (Content 2 and Type is <type 'int'>).", "module": "test", - "msecs": 980.4279804229736, + "msecs": 746.8349933624268, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3313.462018966675, - "thread": 140098592974656, + "relativeCreated": 3303.0340671539307, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -6489,8 +6499,8 @@ "3", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,980", - "created": 1610038288.98051, + "asctime": "2021-01-11 01:01:38,746", + "created": 1610323298.746992, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6500,14 +6510,14 @@ "lineno": 22, "message": "Result (Submitted value number 3): 3 (<type 'int'>)", "module": "test", - "msecs": 980.5099964141846, + "msecs": 746.9921112060547, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3313.5440349578857, - "thread": 140098592974656, + "relativeCreated": 3303.1911849975586, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -6516,8 +6526,8 @@ "3", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,980", - "created": 1610038288.980595, + "asctime": "2021-01-11 01:01:38,747", + "created": 1610323298.747152, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6527,14 +6537,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 3): result = 3 (<type 'int'>)", "module": "test", - "msecs": 980.5951118469238, + "msecs": 747.1520900726318, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3313.629150390625, - "thread": 140098592974656, + "relativeCreated": 3303.3511638641357, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -6542,8 +6552,8 @@ "3", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,980", - "created": 1610038288.980841, + "asctime": "2021-01-11 01:01:38,747", + "created": 1610323298.747296, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6553,32 +6563,32 @@ "lineno": 144, "message": "Submitted value number 3 is correct (Content 3 and Type is <type 'int'>).", "module": "test", - "msecs": 980.8409214019775, + "msecs": 747.2960948944092, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3313.8749599456787, - "thread": 140098592974656, + "relativeCreated": 3303.495168685913, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 981.0519218444824, + "msecs": 747.4350929260254, "msg": "Queue execution (identified by a submitted sequence number): Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3314.0859603881836, - "thread": 140098592974656, + "relativeCreated": 3303.6341667175293, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.0002110004425048828 + "time_consumption": 0.00013899803161621094 }, { "args": [], - "asctime": "2021-01-07 17:51:28,981", - "created": 1610038288.981561, + "asctime": "2021-01-11 01:01:38,747", + "created": 1610323298.747833, "exc_info": null, "exc_text": null, "filename": "test_queue.py", @@ -6589,14 +6599,14 @@ "message": "Cleaning Queue.", "module": "test_queue", "moduleLogger": [], - "msecs": 981.5609455108643, + "msecs": 747.8330135345459, "msg": "Cleaning Queue.", "name": "__tLogger__", "pathname": "src/tests/test_queue.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3314.5949840545654, - "thread": 140098592974656, + "relativeCreated": 3304.03208732605, + "thread": 139968662198080, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -6605,8 +6615,8 @@ "0", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,981", - "created": 1610038288.981923, + "asctime": "2021-01-11 01:01:38,748", + "created": 1610323298.748402, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6623,8 +6633,8 @@ "0", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,981", - "created": 1610038288.981705, + "asctime": "2021-01-11 01:01:38,748", + "created": 1610323298.748094, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6634,14 +6644,14 @@ "lineno": 22, "message": "Result (Size of Queue after cleaning queue): 0 (<type 'int'>)", "module": "test", - "msecs": 981.7049503326416, + "msecs": 748.0940818786621, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3314.738988876343, - "thread": 140098592974656, + "relativeCreated": 3304.293155670166, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -6650,8 +6660,8 @@ "0", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,981", - "created": 1610038288.981831, + "asctime": "2021-01-11 01:01:38,748", + "created": 1610323298.74825, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6661,39 +6671,39 @@ "lineno": 26, "message": "Expectation (Size of Queue after cleaning queue): result = 0 (<type 'int'>)", "module": "test", - "msecs": 981.8310737609863, + "msecs": 748.2500076293945, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3314.8651123046875, - "thread": 140098592974656, + "relativeCreated": 3304.4490814208984, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 981.9231033325195, + "msecs": 748.4021186828613, "msg": "Size of Queue after cleaning queue is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3314.9571418762207, - "thread": 140098592974656, + "relativeCreated": 3304.6011924743652, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 9.202957153320312e-05 + "time_consumption": 0.00015211105346679688 } ], - "thread": 140098592974656, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.007804155349731445, - "time_finished": "2021-01-07 17:51:28,981", - "time_start": "2021-01-07 17:51:28,974" + "time_consumption": 0.004861116409301758, + "time_finished": "2021-01-11 01:01:38,748", + "time_start": "2021-01-11 01:01:38,743" }, "pylibs.task.queue: Test qsize and queue execution order by priority": { "args": null, - "asctime": "2021-01-07 17:51:28,757", - "created": 1610038288.757108, + "asctime": "2021-01-11 01:01:38,530", + "created": 1610323298.53004, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6704,18 +6714,18 @@ "message": "pylibs.task.queue: Test qsize and queue execution order by priority", "module": "__init__", "moduleLogger": [], - "msecs": 757.1079730987549, + "msecs": 530.0400257110596, "msg": "pylibs.task.queue: Test qsize and queue execution order by priority", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3090.142011642456, + "relativeCreated": 3086.2390995025635, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-07 17:51:28,757", - "created": 1610038288.757696, + "asctime": "2021-01-11 01:01:38,530", + "created": 1610323298.530693, "exc_info": null, "exc_text": null, "filename": "test_queue.py", @@ -6726,14 +6736,14 @@ "message": "Enqueued 6 unordered tasks.", "module": "test_queue", "moduleLogger": [], - "msecs": 757.6959133148193, + "msecs": 530.6930541992188, "msg": "Enqueued 6 unordered tasks.", "name": "__tLogger__", "pathname": "src/tests/test_queue.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3090.7299518585205, - "thread": 140098592974656, + "relativeCreated": 3086.8921279907227, + "thread": 139968662198080, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -6742,8 +6752,8 @@ "6", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,758", - "created": 1610038288.758341, + "asctime": "2021-01-11 01:01:38,531", + "created": 1610323298.531607, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6760,8 +6770,8 @@ "6", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,757", - "created": 1610038288.757983, + "asctime": "2021-01-11 01:01:38,531", + "created": 1610323298.531204, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6771,14 +6781,14 @@ "lineno": 22, "message": "Result (Size of Queue before execution): 6 (<type 'int'>)", "module": "test", - "msecs": 757.9829692840576, + "msecs": 531.2039852142334, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3091.017007827759, - "thread": 140098592974656, + "relativeCreated": 3087.4030590057373, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -6787,8 +6797,8 @@ "6", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,758", - "created": 1610038288.758161, + "asctime": "2021-01-11 01:01:38,531", + "created": 1610323298.531395, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6798,35 +6808,35 @@ "lineno": 26, "message": "Expectation (Size of Queue before execution): result = 6 (<type 'int'>)", "module": "test", - "msecs": 758.1610679626465, + "msecs": 531.3949584960938, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3091.1951065063477, - "thread": 140098592974656, + "relativeCreated": 3087.5940322875977, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 758.3410739898682, + "msecs": 531.606912612915, "msg": "Size of Queue before execution is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3091.3751125335693, - "thread": 140098592974656, + "relativeCreated": 3087.805986404419, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.0001800060272216797 + "time_consumption": 0.00021195411682128906 }, { "args": [ "0", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,859", - "created": 1610038288.859788, + "asctime": "2021-01-11 01:01:38,633", + "created": 1610323298.633138, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6843,8 +6853,8 @@ "0", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,859", - "created": 1610038288.859223, + "asctime": "2021-01-11 01:01:38,632", + "created": 1610323298.632522, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6854,14 +6864,14 @@ "lineno": 22, "message": "Result (Size of Queue after execution): 0 (<type 'int'>)", "module": "test", - "msecs": 859.2228889465332, + "msecs": 632.5221061706543, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3192.2569274902344, - "thread": 140098592974656, + "relativeCreated": 3188.721179962158, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -6870,8 +6880,8 @@ "0", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,859", - "created": 1610038288.859582, + "asctime": "2021-01-11 01:01:38,632", + "created": 1610323298.632945, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6881,32 +6891,32 @@ "lineno": 26, "message": "Expectation (Size of Queue after execution): result = 0 (<type 'int'>)", "module": "test", - "msecs": 859.5819473266602, + "msecs": 632.9450607299805, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3192.6159858703613, - "thread": 140098592974656, + "relativeCreated": 3189.1441345214844, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 859.7879409790039, + "msecs": 633.1379413604736, "msg": "Size of Queue after execution is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3192.821979522705, - "thread": 140098592974656, + "relativeCreated": 3189.3370151519775, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00020599365234375 + "time_consumption": 0.00019288063049316406 }, { "args": [], - "asctime": "2021-01-07 17:51:28,863", - "created": 1610038288.863311, + "asctime": "2021-01-11 01:01:38,636", + "created": 1610323298.63628, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6923,8 +6933,8 @@ "[ 1, 2, 3, 5, 6, 7 ]", "<type 'list'>" ], - "asctime": "2021-01-07 17:51:28,860", - "created": 1610038288.860162, + "asctime": "2021-01-11 01:01:38,633", + "created": 1610323298.633487, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6934,14 +6944,14 @@ "lineno": 22, "message": "Result (Queue execution (identified by a submitted sequence number)): [ 1, 2, 3, 5, 6, 7 ] (<type 'list'>)", "module": "test", - "msecs": 860.1620197296143, + "msecs": 633.4869861602783, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3193.1960582733154, - "thread": 140098592974656, + "relativeCreated": 3189.686059951782, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -6950,8 +6960,8 @@ "[ 1, 2, 3, 5, 6, 7 ]", "<type 'list'>" ], - "asctime": "2021-01-07 17:51:28,860", - "created": 1610038288.860358, + "asctime": "2021-01-11 01:01:38,633", + "created": 1610323298.633676, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6961,14 +6971,14 @@ "lineno": 26, "message": "Expectation (Queue execution (identified by a submitted sequence number)): result = [ 1, 2, 3, 5, 6, 7 ] (<type 'list'>)", "module": "test", - "msecs": 860.3579998016357, + "msecs": 633.6760520935059, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3193.392038345337, - "thread": 140098592974656, + "relativeCreated": 3189.8751258850098, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -6977,8 +6987,8 @@ "1", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,860", - "created": 1610038288.860535, + "asctime": "2021-01-11 01:01:38,633", + "created": 1610323298.63385, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6988,14 +6998,14 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 (<type 'int'>)", "module": "test", - "msecs": 860.5349063873291, + "msecs": 633.85009765625, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3193.5689449310303, - "thread": 140098592974656, + "relativeCreated": 3190.049171447754, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7004,8 +7014,8 @@ "1", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,860", - "created": 1610038288.860733, + "asctime": "2021-01-11 01:01:38,633", + "created": 1610323298.633986, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7015,14 +7025,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 (<type 'int'>)", "module": "test", - "msecs": 860.7330322265625, + "msecs": 633.9859962463379, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3193.7670707702637, - "thread": 140098592974656, + "relativeCreated": 3190.185070037842, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7030,8 +7040,8 @@ "1", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,860", - "created": 1610038288.860896, + "asctime": "2021-01-11 01:01:38,634", + "created": 1610323298.634125, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7041,14 +7051,14 @@ "lineno": 144, "message": "Submitted value number 1 is correct (Content 1 and Type is <type 'int'>).", "module": "test", - "msecs": 860.896110534668, + "msecs": 634.1249942779541, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3193.930149078369, - "thread": 140098592974656, + "relativeCreated": 3190.324068069458, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7057,8 +7067,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,861", - "created": 1610038288.861055, + "asctime": "2021-01-11 01:01:38,634", + "created": 1610323298.634263, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7068,14 +7078,14 @@ "lineno": 22, "message": "Result (Submitted value number 2): 2 (<type 'int'>)", "module": "test", - "msecs": 861.0548973083496, + "msecs": 634.2630386352539, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3194.088935852051, - "thread": 140098592974656, + "relativeCreated": 3190.462112426758, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7084,8 +7094,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,861", - "created": 1610038288.8612, + "asctime": "2021-01-11 01:01:38,634", + "created": 1610323298.634398, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7095,14 +7105,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 2 (<type 'int'>)", "module": "test", - "msecs": 861.2000942230225, + "msecs": 634.3979835510254, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3194.2341327667236, - "thread": 140098592974656, + "relativeCreated": 3190.5970573425293, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7110,8 +7120,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,861", - "created": 1610038288.861359, + "asctime": "2021-01-11 01:01:38,634", + "created": 1610323298.634527, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7121,14 +7131,14 @@ "lineno": 144, "message": "Submitted value number 2 is correct (Content 2 and Type is <type 'int'>).", "module": "test", - "msecs": 861.3588809967041, + "msecs": 634.5269680023193, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3194.3929195404053, - "thread": 140098592974656, + "relativeCreated": 3190.7260417938232, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7137,8 +7147,8 @@ "3", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,861", - "created": 1610038288.861512, + "asctime": "2021-01-11 01:01:38,634", + "created": 1610323298.634658, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7148,14 +7158,14 @@ "lineno": 22, "message": "Result (Submitted value number 3): 3 (<type 'int'>)", "module": "test", - "msecs": 861.5119457244873, + "msecs": 634.6580982208252, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3194.5459842681885, - "thread": 140098592974656, + "relativeCreated": 3190.857172012329, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7164,8 +7174,8 @@ "3", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,861", - "created": 1610038288.861656, + "asctime": "2021-01-11 01:01:38,634", + "created": 1610323298.634785, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7175,14 +7185,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 3): result = 3 (<type 'int'>)", "module": "test", - "msecs": 861.6559505462646, + "msecs": 634.7849369049072, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3194.689989089966, - "thread": 140098592974656, + "relativeCreated": 3190.984010696411, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7190,8 +7200,8 @@ "3", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,861", - "created": 1610038288.861803, + "asctime": "2021-01-11 01:01:38,634", + "created": 1610323298.634916, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7201,14 +7211,14 @@ "lineno": 144, "message": "Submitted value number 3 is correct (Content 3 and Type is <type 'int'>).", "module": "test", - "msecs": 861.8030548095703, + "msecs": 634.9160671234131, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3194.8370933532715, - "thread": 140098592974656, + "relativeCreated": 3191.115140914917, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7217,8 +7227,8 @@ "5", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,861", - "created": 1610038288.861961, + "asctime": "2021-01-11 01:01:38,635", + "created": 1610323298.635073, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7228,14 +7238,14 @@ "lineno": 22, "message": "Result (Submitted value number 4): 5 (<type 'int'>)", "module": "test", - "msecs": 861.9608879089355, + "msecs": 635.0729465484619, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3194.9949264526367, - "thread": 140098592974656, + "relativeCreated": 3191.272020339966, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7244,8 +7254,8 @@ "5", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,862", - "created": 1610038288.862118, + "asctime": "2021-01-11 01:01:38,635", + "created": 1610323298.635203, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7255,14 +7265,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 4): result = 5 (<type 'int'>)", "module": "test", - "msecs": 862.1180057525635, + "msecs": 635.2028846740723, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3195.1520442962646, - "thread": 140098592974656, + "relativeCreated": 3191.401958465576, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7270,8 +7280,8 @@ "5", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,862", - "created": 1610038288.862265, + "asctime": "2021-01-11 01:01:38,635", + "created": 1610323298.635331, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7281,14 +7291,14 @@ "lineno": 144, "message": "Submitted value number 4 is correct (Content 5 and Type is <type 'int'>).", "module": "test", - "msecs": 862.2651100158691, + "msecs": 635.3309154510498, "msg": "Submitted value number 4 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3195.2991485595703, - "thread": 140098592974656, + "relativeCreated": 3191.5299892425537, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7297,8 +7307,8 @@ "6", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,862", - "created": 1610038288.862417, + "asctime": "2021-01-11 01:01:38,635", + "created": 1610323298.635468, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7308,14 +7318,14 @@ "lineno": 22, "message": "Result (Submitted value number 5): 6 (<type 'int'>)", "module": "test", - "msecs": 862.4169826507568, + "msecs": 635.4680061340332, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3195.451021194458, - "thread": 140098592974656, + "relativeCreated": 3191.667079925537, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7324,8 +7334,8 @@ "6", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,862", - "created": 1610038288.862562, + "asctime": "2021-01-11 01:01:38,635", + "created": 1610323298.635624, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7335,14 +7345,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 5): result = 6 (<type 'int'>)", "module": "test", - "msecs": 862.5619411468506, + "msecs": 635.6239318847656, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3195.5959796905518, - "thread": 140098592974656, + "relativeCreated": 3191.8230056762695, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7350,8 +7360,8 @@ "6", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,862", - "created": 1610038288.862719, + "asctime": "2021-01-11 01:01:38,635", + "created": 1610323298.635761, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7361,14 +7371,14 @@ "lineno": 144, "message": "Submitted value number 5 is correct (Content 6 and Type is <type 'int'>).", "module": "test", - "msecs": 862.7190589904785, + "msecs": 635.761022567749, "msg": "Submitted value number 5 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3195.7530975341797, - "thread": 140098592974656, + "relativeCreated": 3191.960096359253, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7377,8 +7387,8 @@ "7", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,862", - "created": 1610038288.86287, + "asctime": "2021-01-11 01:01:38,635", + "created": 1610323298.635896, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7388,14 +7398,14 @@ "lineno": 22, "message": "Result (Submitted value number 6): 7 (<type 'int'>)", "module": "test", - "msecs": 862.8699779510498, + "msecs": 635.8959674835205, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3195.904016494751, - "thread": 140098592974656, + "relativeCreated": 3192.0950412750244, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7404,8 +7414,8 @@ "7", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,863", - "created": 1610038288.863012, + "asctime": "2021-01-11 01:01:38,636", + "created": 1610323298.636021, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7415,14 +7425,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 6): result = 7 (<type 'int'>)", "module": "test", - "msecs": 863.0120754241943, + "msecs": 636.0208988189697, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3196.0461139678955, - "thread": 140098592974656, + "relativeCreated": 3192.2199726104736, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7430,8 +7440,8 @@ "7", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,863", - "created": 1610038288.863158, + "asctime": "2021-01-11 01:01:38,636", + "created": 1610323298.636157, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7441,39 +7451,39 @@ "lineno": 144, "message": "Submitted value number 6 is correct (Content 7 and Type is <type 'int'>).", "module": "test", - "msecs": 863.1579875946045, + "msecs": 636.1570358276367, "msg": "Submitted value number 6 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3196.1920261383057, - "thread": 140098592974656, + "relativeCreated": 3192.3561096191406, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 863.3110523223877, + "msecs": 636.2800598144531, "msg": "Queue execution (identified by a submitted sequence number): Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3196.345090866089, - "thread": 140098592974656, + "relativeCreated": 3192.479133605957, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00015306472778320312 + "time_consumption": 0.00012302398681640625 } ], - "thread": 140098592974656, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.10620307922363281, - "time_finished": "2021-01-07 17:51:28,863", - "time_start": "2021-01-07 17:51:28,757" + "time_consumption": 0.10624003410339355, + "time_finished": "2021-01-11 01:01:38,636", + "time_start": "2021-01-11 01:01:38,530" }, "pylibs.task.queue: Test stop method": { "args": null, - "asctime": "2021-01-07 17:51:28,863", - "created": 1610038288.863867, + "asctime": "2021-01-11 01:01:38,636", + "created": 1610323298.636781, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7484,18 +7494,18 @@ "message": "pylibs.task.queue: Test stop method", "module": "__init__", "moduleLogger": [], - "msecs": 863.8670444488525, + "msecs": 636.7809772491455, "msg": "pylibs.task.queue: Test stop method", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3196.9010829925537, + "relativeCreated": 3192.9800510406494, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-07 17:51:28,864", - "created": 1610038288.864445, + "asctime": "2021-01-11 01:01:38,637", + "created": 1610323298.637301, "exc_info": null, "exc_text": null, "filename": "test_queue.py", @@ -7506,14 +7516,14 @@ "message": "Enqueued 6 tasks (stop request within 4th task).", "module": "test_queue", "moduleLogger": [], - "msecs": 864.4449710845947, + "msecs": 637.300968170166, "msg": "Enqueued 6 tasks (stop request within 4th task).", "name": "__tLogger__", "pathname": "src/tests/test_queue.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3197.479009628296, - "thread": 140098592974656, + "relativeCreated": 3193.50004196167, + "thread": 139968662198080, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -7522,8 +7532,8 @@ "6", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,865", - "created": 1610038288.865099, + "asctime": "2021-01-11 01:01:38,637", + "created": 1610323298.637885, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7540,8 +7550,8 @@ "6", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,864", - "created": 1610038288.864754, + "asctime": "2021-01-11 01:01:38,637", + "created": 1610323298.637569, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7551,14 +7561,14 @@ "lineno": 22, "message": "Result (Size of Queue before 1st execution): 6 (<type 'int'>)", "module": "test", - "msecs": 864.7539615631104, + "msecs": 637.5689506530762, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3197.7880001068115, - "thread": 140098592974656, + "relativeCreated": 3193.76802444458, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7567,8 +7577,8 @@ "6", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,864", - "created": 1610038288.864932, + "asctime": "2021-01-11 01:01:38,637", + "created": 1610323298.637723, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7578,35 +7588,35 @@ "lineno": 26, "message": "Expectation (Size of Queue before 1st execution): result = 6 (<type 'int'>)", "module": "test", - "msecs": 864.9320602416992, + "msecs": 637.7229690551758, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3197.9660987854004, - "thread": 140098592974656, + "relativeCreated": 3193.9220428466797, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 865.0989532470703, + "msecs": 637.8850936889648, "msg": "Size of Queue before 1st execution is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3198.1329917907715, - "thread": 140098592974656, + "relativeCreated": 3194.0841674804688, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00016689300537109375 + "time_consumption": 0.0001621246337890625 }, { "args": [ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,865", - "created": 1610038288.865835, + "asctime": "2021-01-11 01:01:38,638", + "created": 1610323298.638544, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7623,8 +7633,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,865", - "created": 1610038288.865511, + "asctime": "2021-01-11 01:01:38,638", + "created": 1610323298.638254, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7634,14 +7644,14 @@ "lineno": 22, "message": "Result (Size of Queue after 1st execution): 2 (<type 'int'>)", "module": "test", - "msecs": 865.5109405517578, + "msecs": 638.253927230835, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3198.544979095459, - "thread": 140098592974656, + "relativeCreated": 3194.453001022339, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7650,8 +7660,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,865", - "created": 1610038288.865678, + "asctime": "2021-01-11 01:01:38,638", + "created": 1610323298.638402, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7661,32 +7671,32 @@ "lineno": 26, "message": "Expectation (Size of Queue after 1st execution): result = 2 (<type 'int'>)", "module": "test", - "msecs": 865.678071975708, + "msecs": 638.401985168457, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3198.712110519409, - "thread": 140098592974656, + "relativeCreated": 3194.601058959961, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 865.8349514007568, + "msecs": 638.5440826416016, "msg": "Size of Queue after 1st execution is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3198.868989944458, - "thread": 140098592974656, + "relativeCreated": 3194.7431564331055, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00015687942504882812 + "time_consumption": 0.00014209747314453125 }, { "args": [], - "asctime": "2021-01-07 17:51:28,869", - "created": 1610038288.869087, + "asctime": "2021-01-11 01:01:38,640", + "created": 1610323298.640242, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7703,8 +7713,8 @@ "[ 1, 2, 3, 5 ]", "<type 'list'>" ], - "asctime": "2021-01-07 17:51:28,866", - "created": 1610038288.866127, + "asctime": "2021-01-11 01:01:38,638", + "created": 1610323298.638933, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7714,14 +7724,14 @@ "lineno": 22, "message": "Result (Queue execution (1st part; identified by a submitted sequence number)): [ 1, 2, 3, 5 ] (<type 'list'>)", "module": "test", - "msecs": 866.1270141601562, + "msecs": 638.9329433441162, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3199.1610527038574, - "thread": 140098592974656, + "relativeCreated": 3195.13201713562, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7730,8 +7740,8 @@ "[ 1, 2, 3, 5 ]", "<type 'list'>" ], - "asctime": "2021-01-07 17:51:28,866", - "created": 1610038288.8663, + "asctime": "2021-01-11 01:01:38,639", + "created": 1610323298.639083, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7741,14 +7751,14 @@ "lineno": 26, "message": "Expectation (Queue execution (1st part; identified by a submitted sequence number)): result = [ 1, 2, 3, 5 ] (<type 'list'>)", "module": "test", - "msecs": 866.300106048584, + "msecs": 639.0829086303711, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3199.334144592285, - "thread": 140098592974656, + "relativeCreated": 3195.281982421875, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7757,8 +7767,8 @@ "1", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,866", - "created": 1610038288.866465, + "asctime": "2021-01-11 01:01:38,639", + "created": 1610323298.639188, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7768,14 +7778,14 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 (<type 'int'>)", "module": "test", - "msecs": 866.4650917053223, + "msecs": 639.1880512237549, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3199.4991302490234, - "thread": 140098592974656, + "relativeCreated": 3195.387125015259, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7784,8 +7794,8 @@ "1", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,866", - "created": 1610038288.866616, + "asctime": "2021-01-11 01:01:38,639", + "created": 1610323298.63928, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7795,14 +7805,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 (<type 'int'>)", "module": "test", - "msecs": 866.6160106658936, + "msecs": 639.2800807952881, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3199.6500492095947, - "thread": 140098592974656, + "relativeCreated": 3195.479154586792, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7810,8 +7820,8 @@ "1", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,866", - "created": 1610038288.866766, + "asctime": "2021-01-11 01:01:38,639", + "created": 1610323298.639366, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7821,14 +7831,14 @@ "lineno": 144, "message": "Submitted value number 1 is correct (Content 1 and Type is <type 'int'>).", "module": "test", - "msecs": 866.7659759521484, + "msecs": 639.3659114837646, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3199.8000144958496, - "thread": 140098592974656, + "relativeCreated": 3195.5649852752686, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7837,8 +7847,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,867", - "created": 1610038288.867043, + "asctime": "2021-01-11 01:01:38,639", + "created": 1610323298.639454, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7848,14 +7858,14 @@ "lineno": 22, "message": "Result (Submitted value number 2): 2 (<type 'int'>)", "module": "test", - "msecs": 867.0430183410645, + "msecs": 639.4538879394531, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3200.0770568847656, - "thread": 140098592974656, + "relativeCreated": 3195.652961730957, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7864,8 +7874,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,867", - "created": 1610038288.867298, + "asctime": "2021-01-11 01:01:38,639", + "created": 1610323298.639552, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7875,14 +7885,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 2 (<type 'int'>)", "module": "test", - "msecs": 867.297887802124, + "msecs": 639.552116394043, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3200.331926345825, - "thread": 140098592974656, + "relativeCreated": 3195.751190185547, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7890,8 +7900,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,867", - "created": 1610038288.867568, + "asctime": "2021-01-11 01:01:38,639", + "created": 1610323298.639635, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7901,14 +7911,14 @@ "lineno": 144, "message": "Submitted value number 2 is correct (Content 2 and Type is <type 'int'>).", "module": "test", - "msecs": 867.5680160522461, + "msecs": 639.6350860595703, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3200.6020545959473, - "thread": 140098592974656, + "relativeCreated": 3195.834159851074, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7917,8 +7927,8 @@ "3", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,868", - "created": 1610038288.868103, + "asctime": "2021-01-11 01:01:38,639", + "created": 1610323298.63972, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7928,14 +7938,14 @@ "lineno": 22, "message": "Result (Submitted value number 3): 3 (<type 'int'>)", "module": "test", - "msecs": 868.10302734375, + "msecs": 639.7199630737305, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3201.137065887451, - "thread": 140098592974656, + "relativeCreated": 3195.9190368652344, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7944,8 +7954,8 @@ "3", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,868", - "created": 1610038288.868392, + "asctime": "2021-01-11 01:01:38,639", + "created": 1610323298.639816, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7955,14 +7965,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 3): result = 3 (<type 'int'>)", "module": "test", - "msecs": 868.3919906616211, + "msecs": 639.8160457611084, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3201.4260292053223, - "thread": 140098592974656, + "relativeCreated": 3196.0151195526123, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7970,8 +7980,8 @@ "3", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,868", - "created": 1610038288.868733, + "asctime": "2021-01-11 01:01:38,639", + "created": 1610323298.6399, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7981,14 +7991,14 @@ "lineno": 144, "message": "Submitted value number 3 is correct (Content 3 and Type is <type 'int'>).", "module": "test", - "msecs": 868.7329292297363, + "msecs": 639.8999691009521, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3201.7669677734375, - "thread": 140098592974656, + "relativeCreated": 3196.099042892456, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -7997,8 +8007,8 @@ "5", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,868", - "created": 1610038288.868821, + "asctime": "2021-01-11 01:01:38,639", + "created": 1610323298.639991, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8008,14 +8018,14 @@ "lineno": 22, "message": "Result (Submitted value number 4): 5 (<type 'int'>)", "module": "test", - "msecs": 868.8209056854248, + "msecs": 639.991044998169, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3201.854944229126, - "thread": 140098592974656, + "relativeCreated": 3196.190118789673, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -8024,8 +8034,8 @@ "5", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,868", - "created": 1610038288.868905, + "asctime": "2021-01-11 01:01:38,640", + "created": 1610323298.640072, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8035,14 +8045,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 4): result = 5 (<type 'int'>)", "module": "test", - "msecs": 868.9050674438477, + "msecs": 640.0721073150635, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3201.939105987549, - "thread": 140098592974656, + "relativeCreated": 3196.2711811065674, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -8050,8 +8060,8 @@ "5", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,868", - "created": 1610038288.869, + "asctime": "2021-01-11 01:01:38,640", + "created": 1610323298.640161, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8061,35 +8071,35 @@ "lineno": 144, "message": "Submitted value number 4 is correct (Content 5 and Type is <type 'int'>).", "module": "test", - "msecs": 868.9999580383301, + "msecs": 640.1610374450684, "msg": "Submitted value number 4 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3202.0339965820312, - "thread": 140098592974656, + "relativeCreated": 3196.3601112365723, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 869.0869808197021, + "msecs": 640.2420997619629, "msg": "Queue execution (1st part; identified by a submitted sequence number): Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3202.1210193634033, - "thread": 140098592974656, + "relativeCreated": 3196.441173553467, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 8.702278137207031e-05 + "time_consumption": 8.106231689453125e-05 }, { "args": [ "0", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,970", - "created": 1610038288.970984, + "asctime": "2021-01-11 01:01:38,741", + "created": 1610323298.741358, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8106,8 +8116,8 @@ "0", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,969", - "created": 1610038288.969945, + "asctime": "2021-01-11 01:01:38,740", + "created": 1610323298.740818, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8117,14 +8127,14 @@ "lineno": 22, "message": "Result (Size of Queue after 2nd execution): 0 (<type 'int'>)", "module": "test", - "msecs": 969.944953918457, + "msecs": 740.8180236816406, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3302.978992462158, - "thread": 140098592974656, + "relativeCreated": 3297.0170974731445, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -8133,8 +8143,8 @@ "0", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,970", - "created": 1610038288.970595, + "asctime": "2021-01-11 01:01:38,741", + "created": 1610323298.741154, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8144,32 +8154,32 @@ "lineno": 26, "message": "Expectation (Size of Queue after 2nd execution): result = 0 (<type 'int'>)", "module": "test", - "msecs": 970.5948829650879, + "msecs": 741.1539554595947, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3303.628921508789, - "thread": 140098592974656, + "relativeCreated": 3297.3530292510986, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 970.9839820861816, + "msecs": 741.3580417633057, "msg": "Size of Queue after 2nd execution is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3304.018020629883, - "thread": 140098592974656, + "relativeCreated": 3297.5571155548096, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00038909912109375 + "time_consumption": 0.0002040863037109375 }, { "args": [], - "asctime": "2021-01-07 17:51:28,973", - "created": 1610038288.973024, + "asctime": "2021-01-11 01:01:38,742", + "created": 1610323298.742978, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8186,8 +8196,8 @@ "[ 6, 7 ]", "<type 'list'>" ], - "asctime": "2021-01-07 17:51:28,971", - "created": 1610038288.971546, + "asctime": "2021-01-11 01:01:38,741", + "created": 1610323298.741704, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8197,14 +8207,14 @@ "lineno": 22, "message": "Result (Queue execution (2nd part; identified by a submitted sequence number)): [ 6, 7 ] (<type 'list'>)", "module": "test", - "msecs": 971.545934677124, + "msecs": 741.703987121582, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3304.579973220825, - "thread": 140098592974656, + "relativeCreated": 3297.903060913086, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -8213,8 +8223,8 @@ "[ 6, 7 ]", "<type 'list'>" ], - "asctime": "2021-01-07 17:51:28,971", - "created": 1610038288.971887, + "asctime": "2021-01-11 01:01:38,741", + "created": 1610323298.741884, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8224,14 +8234,14 @@ "lineno": 26, "message": "Expectation (Queue execution (2nd part; identified by a submitted sequence number)): result = [ 6, 7 ] (<type 'list'>)", "module": "test", - "msecs": 971.8871116638184, + "msecs": 741.8839931488037, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3304.9211502075195, - "thread": 140098592974656, + "relativeCreated": 3298.0830669403076, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -8240,8 +8250,8 @@ "6", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,972", - "created": 1610038288.972132, + "asctime": "2021-01-11 01:01:38,742", + "created": 1610323298.742059, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8251,14 +8261,14 @@ "lineno": 22, "message": "Result (Submitted value number 1): 6 (<type 'int'>)", "module": "test", - "msecs": 972.1319675445557, + "msecs": 742.0589923858643, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3305.166006088257, - "thread": 140098592974656, + "relativeCreated": 3298.258066177368, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -8267,8 +8277,8 @@ "6", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,972", - "created": 1610038288.972279, + "asctime": "2021-01-11 01:01:38,742", + "created": 1610323298.742209, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8278,14 +8288,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 6 (<type 'int'>)", "module": "test", - "msecs": 972.2790718078613, + "msecs": 742.2089576721191, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3305.3131103515625, - "thread": 140098592974656, + "relativeCreated": 3298.408031463623, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -8293,8 +8303,8 @@ "6", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,972", - "created": 1610038288.972403, + "asctime": "2021-01-11 01:01:38,742", + "created": 1610323298.742375, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8304,14 +8314,14 @@ "lineno": 144, "message": "Submitted value number 1 is correct (Content 6 and Type is <type 'int'>).", "module": "test", - "msecs": 972.4030494689941, + "msecs": 742.3748970031738, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3305.4370880126953, - "thread": 140098592974656, + "relativeCreated": 3298.5739707946777, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -8320,8 +8330,8 @@ "7", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,972", - "created": 1610038288.972532, + "asctime": "2021-01-11 01:01:38,742", + "created": 1610323298.742535, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8331,14 +8341,14 @@ "lineno": 22, "message": "Result (Submitted value number 2): 7 (<type 'int'>)", "module": "test", - "msecs": 972.5320339202881, + "msecs": 742.5351142883301, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3305.5660724639893, - "thread": 140098592974656, + "relativeCreated": 3298.734188079834, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -8347,8 +8357,8 @@ "7", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,972", - "created": 1610038288.972617, + "asctime": "2021-01-11 01:01:38,742", + "created": 1610323298.742678, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8358,14 +8368,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 7 (<type 'int'>)", "module": "test", - "msecs": 972.6169109344482, + "msecs": 742.6779270172119, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3305.6509494781494, - "thread": 140098592974656, + "relativeCreated": 3298.877000808716, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -8373,8 +8383,8 @@ "7", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,972", - "created": 1610038288.972807, + "asctime": "2021-01-11 01:01:38,742", + "created": 1610323298.742824, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8384,39 +8394,39 @@ "lineno": 144, "message": "Submitted value number 2 is correct (Content 7 and Type is <type 'int'>).", "module": "test", - "msecs": 972.8069305419922, + "msecs": 742.8240776062012, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3305.8409690856934, - "thread": 140098592974656, + "relativeCreated": 3299.023151397705, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 973.0238914489746, + "msecs": 742.9780960083008, "msg": "Queue execution (2nd part; identified by a submitted sequence number): Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3306.057929992676, - "thread": 140098592974656, + "relativeCreated": 3299.1771697998047, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00021696090698242188 + "time_consumption": 0.00015401840209960938 } ], - "thread": 140098592974656, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.10915684700012207, - "time_finished": "2021-01-07 17:51:28,973", - "time_start": "2021-01-07 17:51:28,863" + "time_consumption": 0.10619711875915527, + "time_finished": "2021-01-11 01:01:38,742", + "time_start": "2021-01-11 01:01:38,636" }, "pylibs.task.threaded_queue: Test enqueue while queue is running": { "args": null, - "asctime": "2021-01-07 17:51:31,903", - "created": 1610038291.903994, + "asctime": "2021-01-11 01:01:41,871", + "created": 1610323301.871567, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8427,21 +8437,21 @@ "message": "pylibs.task.threaded_queue: Test enqueue while queue is running", "module": "__init__", "moduleLogger": [], - "msecs": 903.994083404541, + "msecs": 871.5670108795166, "msg": "pylibs.task.threaded_queue: Test enqueue while queue is running", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6237.028121948242, + "relativeCreated": 6427.7660846710205, "testcaseLogger": [ { "args": [ "0", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:31,904", - "created": 1610038291.904976, + "asctime": "2021-01-11 01:01:41,872", + "created": 1610323301.872349, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8458,8 +8468,8 @@ "0", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:31,904", - "created": 1610038291.904512, + "asctime": "2021-01-11 01:01:41,872", + "created": 1610323301.872014, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8469,14 +8479,14 @@ "lineno": 22, "message": "Result (Size of Queue before execution): 0 (<type 'int'>)", "module": "test", - "msecs": 904.5119285583496, + "msecs": 872.014045715332, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6237.545967102051, - "thread": 140098592974656, + "relativeCreated": 6428.213119506836, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -8485,8 +8495,8 @@ "0", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:31,904", - "created": 1610038291.904767, + "asctime": "2021-01-11 01:01:41,872", + "created": 1610323301.872189, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8496,32 +8506,32 @@ "lineno": 26, "message": "Expectation (Size of Queue before execution): result = 0 (<type 'int'>)", "module": "test", - "msecs": 904.7670364379883, + "msecs": 872.1890449523926, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6237.801074981689, - "thread": 140098592974656, + "relativeCreated": 6428.3881187438965, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 904.9758911132812, + "msecs": 872.3490238189697, "msg": "Size of Queue before execution is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6238.009929656982, - "thread": 140098592974656, + "relativeCreated": 6428.548097610474, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00020885467529296875 + "time_consumption": 0.00015997886657714844 }, { "args": [], - "asctime": "2021-01-07 17:51:32,007", - "created": 1610038292.007585, + "asctime": "2021-01-11 01:01:41,974", + "created": 1610323301.974612, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -8534,8 +8544,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 17:51:31,905", - "created": 1610038291.905297, + "asctime": "2021-01-11 01:01:41,872", + "created": 1610323301.872587, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -8545,14 +8555,14 @@ "lineno": 69, "message": "Starting Queue execution (run)", "module": "test_threaded_queue", - "msecs": 905.297040939331, + "msecs": 872.5869655609131, "msg": "Starting Queue execution (run)", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6238.331079483032, - "thread": 140098592974656, + "relativeCreated": 6428.786039352417, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -8561,8 +8571,8 @@ 6, 0.1 ], - "asctime": "2021-01-07 17:51:31,906", - "created": 1610038291.90626, + "asctime": "2021-01-11 01:01:41,873", + "created": 1610323301.87317, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -8572,14 +8582,14 @@ "lineno": 74, "message": "Adding Task 6 with Priority 6 and waiting for 0.1s (half of the queue task delay time)", "module": "test_threaded_queue", - "msecs": 906.2600135803223, + "msecs": 873.1698989868164, "msg": "Adding Task %d with Priority %d and waiting for %.1fs (half of the queue task delay time)", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6239.294052124023, - "thread": 140098592974656, + "relativeCreated": 6429.36897277832, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -8587,8 +8597,8 @@ 3, 3 ], - "asctime": "2021-01-07 17:51:32,006", - "created": 1610038292.006862, + "asctime": "2021-01-11 01:01:41,973", + "created": 1610323301.973599, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -8598,14 +8608,14 @@ "lineno": 77, "message": "Adding Task 3 with Priority 3", "module": "test_threaded_queue", - "msecs": 6.86192512512207, + "msecs": 973.5989570617676, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6339.895963668823, - "thread": 140098592974656, + "relativeCreated": 6529.7980308532715, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -8613,8 +8623,8 @@ 2, 2 ], - "asctime": "2021-01-07 17:51:32,007", - "created": 1610038292.007194, + "asctime": "2021-01-11 01:01:41,974", + "created": 1610323301.974007, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -8624,14 +8634,14 @@ "lineno": 77, "message": "Adding Task 2 with Priority 2", "module": "test_threaded_queue", - "msecs": 7.194042205810547, + "msecs": 974.0068912506104, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6340.228080749512, - "thread": 140098592974656, + "relativeCreated": 6530.205965042114, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -8639,8 +8649,8 @@ 1, 1 ], - "asctime": "2021-01-07 17:51:32,007", - "created": 1610038292.00743, + "asctime": "2021-01-11 01:01:41,974", + "created": 1610323301.974339, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -8650,35 +8660,35 @@ "lineno": 77, "message": "Adding Task 1 with Priority 1", "module": "test_threaded_queue", - "msecs": 7.430076599121094, + "msecs": 974.3390083312988, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6340.464115142822, - "thread": 140098592974656, + "relativeCreated": 6530.538082122803, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 7.585048675537109, + "msecs": 974.6119976043701, "msg": "Enqueued 2 tasks.", "name": "__tLogger__", "pathname": "src/tests/test_threaded_queue.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6340.619087219238, - "thread": 140098592974656, + "relativeCreated": 6530.811071395874, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00015497207641601562 + "time_consumption": 0.00027298927307128906 }, { "args": [ "0", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:32,509", - "created": 1610038292.509705, + "asctime": "2021-01-11 01:01:42,476", + "created": 1610323302.47682, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8695,8 +8705,8 @@ "0", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:32,509", - "created": 1610038292.509152, + "asctime": "2021-01-11 01:01:42,476", + "created": 1610323302.476296, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8706,14 +8716,14 @@ "lineno": 22, "message": "Result (Size of Queue after execution): 0 (<type 'int'>)", "module": "test", - "msecs": 509.1519355773926, + "msecs": 476.29594802856445, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6842.185974121094, - "thread": 140098592974656, + "relativeCreated": 7032.495021820068, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -8722,8 +8732,8 @@ "0", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:32,509", - "created": 1610038292.509502, + "asctime": "2021-01-11 01:01:42,476", + "created": 1610323302.476625, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8733,32 +8743,32 @@ "lineno": 26, "message": "Expectation (Size of Queue after execution): result = 0 (<type 'int'>)", "module": "test", - "msecs": 509.5019340515137, + "msecs": 476.6249656677246, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6842.535972595215, - "thread": 140098592974656, + "relativeCreated": 7032.8240394592285, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 509.7050666809082, + "msecs": 476.8199920654297, "msg": "Size of Queue after execution is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6842.739105224609, - "thread": 140098592974656, + "relativeCreated": 7033.019065856934, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00020313262939453125 + "time_consumption": 0.00019502639770507812 }, { "args": [], - "asctime": "2021-01-07 17:51:32,512", - "created": 1610038292.512327, + "asctime": "2021-01-11 01:01:42,479", + "created": 1610323302.47941, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8775,8 +8785,8 @@ "[ 6, 1, 2, 3 ]", "<type 'list'>" ], - "asctime": "2021-01-07 17:51:32,510", - "created": 1610038292.510071, + "asctime": "2021-01-11 01:01:42,477", + "created": 1610323302.477182, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8786,14 +8796,14 @@ "lineno": 22, "message": "Result (Queue execution (identified by a submitted sequence number)): [ 6, 1, 2, 3 ] (<type 'list'>)", "module": "test", - "msecs": 510.0710391998291, + "msecs": 477.18191146850586, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6843.10507774353, - "thread": 140098592974656, + "relativeCreated": 7033.38098526001, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -8802,8 +8812,8 @@ "[ 6, 1, 2, 3 ]", "<type 'list'>" ], - "asctime": "2021-01-07 17:51:32,510", - "created": 1610038292.51026, + "asctime": "2021-01-11 01:01:42,477", + "created": 1610323302.477361, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8813,14 +8823,14 @@ "lineno": 26, "message": "Expectation (Queue execution (identified by a submitted sequence number)): result = [ 6, 1, 2, 3 ] (<type 'list'>)", "module": "test", - "msecs": 510.26010513305664, + "msecs": 477.36096382141113, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6843.294143676758, - "thread": 140098592974656, + "relativeCreated": 7033.560037612915, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -8829,8 +8839,8 @@ "6", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:32,510", - "created": 1610038292.510466, + "asctime": "2021-01-11 01:01:42,477", + "created": 1610323302.477575, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8840,14 +8850,14 @@ "lineno": 22, "message": "Result (Submitted value number 1): 6 (<type 'int'>)", "module": "test", - "msecs": 510.4660987854004, + "msecs": 477.57506370544434, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6843.500137329102, - "thread": 140098592974656, + "relativeCreated": 7033.774137496948, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -8856,8 +8866,8 @@ "6", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:32,510", - "created": 1610038292.510617, + "asctime": "2021-01-11 01:01:42,477", + "created": 1610323302.477727, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8867,14 +8877,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 6 (<type 'int'>)", "module": "test", - "msecs": 510.6170177459717, + "msecs": 477.72693634033203, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6843.651056289673, - "thread": 140098592974656, + "relativeCreated": 7033.926010131836, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -8882,8 +8892,8 @@ "6", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:32,510", - "created": 1610038292.510771, + "asctime": "2021-01-11 01:01:42,477", + "created": 1610323302.477892, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8893,14 +8903,14 @@ "lineno": 144, "message": "Submitted value number 1 is correct (Content 6 and Type is <type 'int'>).", "module": "test", - "msecs": 510.7710361480713, + "msecs": 477.8919219970703, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6843.8050746917725, - "thread": 140098592974656, + "relativeCreated": 7034.090995788574, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -8909,8 +8919,8 @@ "1", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:32,510", - "created": 1610038292.51093, + "asctime": "2021-01-11 01:01:42,478", + "created": 1610323302.478052, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8920,14 +8930,14 @@ "lineno": 22, "message": "Result (Submitted value number 2): 1 (<type 'int'>)", "module": "test", - "msecs": 510.93006134033203, + "msecs": 478.05190086364746, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6843.964099884033, - "thread": 140098592974656, + "relativeCreated": 7034.250974655151, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -8936,8 +8946,8 @@ "1", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:32,511", - "created": 1610038292.511076, + "asctime": "2021-01-11 01:01:42,478", + "created": 1610323302.478215, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8947,14 +8957,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 1 (<type 'int'>)", "module": "test", - "msecs": 511.0759735107422, + "msecs": 478.21497917175293, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6844.110012054443, - "thread": 140098592974656, + "relativeCreated": 7034.414052963257, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -8962,8 +8972,8 @@ "1", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:32,511", - "created": 1610038292.511223, + "asctime": "2021-01-11 01:01:42,478", + "created": 1610323302.478376, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8973,14 +8983,14 @@ "lineno": 144, "message": "Submitted value number 2 is correct (Content 1 and Type is <type 'int'>).", "module": "test", - "msecs": 511.22307777404785, + "msecs": 478.3759117126465, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6844.257116317749, - "thread": 140098592974656, + "relativeCreated": 7034.57498550415, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -8989,8 +8999,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:32,511", - "created": 1610038292.511387, + "asctime": "2021-01-11 01:01:42,478", + "created": 1610323302.478528, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9000,14 +9010,14 @@ "lineno": 22, "message": "Result (Submitted value number 3): 2 (<type 'int'>)", "module": "test", - "msecs": 511.3871097564697, + "msecs": 478.5280227661133, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6844.421148300171, - "thread": 140098592974656, + "relativeCreated": 7034.727096557617, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -9016,8 +9026,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:32,511", - "created": 1610038292.511534, + "asctime": "2021-01-11 01:01:42,478", + "created": 1610323302.478673, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9027,14 +9037,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 3): result = 2 (<type 'int'>)", "module": "test", - "msecs": 511.5339756011963, + "msecs": 478.67298126220703, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6844.5680141448975, - "thread": 140098592974656, + "relativeCreated": 7034.872055053711, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -9042,8 +9052,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:32,511", - "created": 1610038292.51171, + "asctime": "2021-01-11 01:01:42,478", + "created": 1610323302.478829, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9053,14 +9063,14 @@ "lineno": 144, "message": "Submitted value number 3 is correct (Content 2 and Type is <type 'int'>).", "module": "test", - "msecs": 511.70992851257324, + "msecs": 478.82890701293945, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6844.743967056274, - "thread": 140098592974656, + "relativeCreated": 7035.027980804443, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -9069,8 +9079,8 @@ "3", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:32,511", - "created": 1610038292.511869, + "asctime": "2021-01-11 01:01:42,478", + "created": 1610323302.478985, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9080,14 +9090,14 @@ "lineno": 22, "message": "Result (Submitted value number 4): 3 (<type 'int'>)", "module": "test", - "msecs": 511.868953704834, + "msecs": 478.985071182251, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6844.902992248535, - "thread": 140098592974656, + "relativeCreated": 7035.184144973755, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -9096,8 +9106,8 @@ "3", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:32,512", - "created": 1610038292.512032, + "asctime": "2021-01-11 01:01:42,479", + "created": 1610323302.479125, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9107,14 +9117,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 4): result = 3 (<type 'int'>)", "module": "test", - "msecs": 512.0320320129395, + "msecs": 479.1250228881836, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6845.066070556641, - "thread": 140098592974656, + "relativeCreated": 7035.3240966796875, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -9122,8 +9132,8 @@ "3", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:32,512", - "created": 1610038292.51218, + "asctime": "2021-01-11 01:01:42,479", + "created": 1610323302.47927, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9133,39 +9143,39 @@ "lineno": 144, "message": "Submitted value number 4 is correct (Content 3 and Type is <type 'int'>).", "module": "test", - "msecs": 512.1800899505615, + "msecs": 479.26998138427734, "msg": "Submitted value number 4 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6845.214128494263, - "thread": 140098592974656, + "relativeCreated": 7035.469055175781, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 512.3269557952881, + "msecs": 479.40993309020996, "msg": "Queue execution (identified by a submitted sequence number): Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6845.360994338989, - "thread": 140098592974656, + "relativeCreated": 7035.609006881714, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.0001468658447265625 + "time_consumption": 0.0001399517059326172 } ], - "thread": 140098592974656, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.6083328723907471, - "time_finished": "2021-01-07 17:51:32,512", - "time_start": "2021-01-07 17:51:31,903" + "time_consumption": 0.6078429222106934, + "time_finished": "2021-01-11 01:01:42,479", + "time_start": "2021-01-11 01:01:41,871" }, "pylibs.task.threaded_queue: Test qsize and queue execution order by priority": { "args": null, - "asctime": "2021-01-07 17:51:28,982", - "created": 1610038288.982253, + "asctime": "2021-01-11 01:01:38,748", + "created": 1610323298.748878, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9176,18 +9186,18 @@ "message": "pylibs.task.threaded_queue: Test qsize and queue execution order by priority", "module": "__init__", "moduleLogger": [], - "msecs": 982.2530746459961, + "msecs": 748.878002166748, "msg": "pylibs.task.threaded_queue: Test qsize and queue execution order by priority", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3315.2871131896973, + "relativeCreated": 3305.077075958252, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-07 17:51:28,982", - "created": 1610038288.982838, + "asctime": "2021-01-11 01:01:38,750", + "created": 1610323298.750657, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -9200,11 +9210,11 @@ "moduleLogger": [ { "args": [ - 5, + 5.1, 5 ], - "asctime": "2021-01-07 17:51:28,982", - "created": 1610038288.982452, + "asctime": "2021-01-11 01:01:38,749", + "created": 1610323298.749313, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -9212,16 +9222,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 27, - "message": "Adding Task 5 with Priority 5", + "message": "Adding Task 5.1 with Priority 5", "module": "test_threaded_queue", - "msecs": 982.4519157409668, - "msg": "Adding Task %d with Priority %d", + "msecs": 749.3131160736084, + "msg": "Adding Task %.1f with Priority %d", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3315.485954284668, - "thread": 140098592974656, + "relativeCreated": 3305.5121898651123, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -9229,8 +9239,8 @@ 3, 3 ], - "asctime": "2021-01-07 17:51:28,982", - "created": 1610038288.982529, + "asctime": "2021-01-11 01:01:38,749", + "created": 1610323298.749554, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -9238,16 +9248,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 27, - "message": "Adding Task 3 with Priority 3", + "message": "Adding Task 3.0 with Priority 3", "module": "test_threaded_queue", - "msecs": 982.5289249420166, - "msg": "Adding Task %d with Priority %d", + "msecs": 749.553918838501, + "msg": "Adding Task %.1f with Priority %d", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3315.562963485718, - "thread": 140098592974656, + "relativeCreated": 3305.752992630005, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -9255,8 +9265,8 @@ 7, 7 ], - "asctime": "2021-01-07 17:51:28,982", - "created": 1610038288.982615, + "asctime": "2021-01-11 01:01:38,749", + "created": 1610323298.749752, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -9264,16 +9274,42 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 27, - "message": "Adding Task 7 with Priority 7", + "message": "Adding Task 7.0 with Priority 7", "module": "test_threaded_queue", - "msecs": 982.6149940490723, - "msg": "Adding Task %d with Priority %d", + "msecs": 749.7520446777344, + "msg": "Adding Task %.1f with Priority %d", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3315.6490325927734, - "thread": 140098592974656, + "relativeCreated": 3305.9511184692383, + "thread": 139968662198080, + "threadName": "MainThread" + }, + { + "args": [ + 5.2, + 5 + ], + "asctime": "2021-01-11 01:01:38,749", + "created": 1610323298.749958, + "exc_info": null, + "exc_text": null, + "filename": "test_threaded_queue.py", + "funcName": "test_threaded_queue", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 27, + "message": "Adding Task 5.2 with Priority 5", + "module": "test_threaded_queue", + "msecs": 749.9580383300781, + "msg": "Adding Task %.1f with Priority %d", + "name": "__unittest__", + "pathname": "src/tests/test_threaded_queue.py", + "process": 14562, + "processName": "MainProcess", + "relativeCreated": 3306.157112121582, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -9281,8 +9317,8 @@ 2, 2 ], - "asctime": "2021-01-07 17:51:28,982", - "created": 1610038288.982672, + "asctime": "2021-01-11 01:01:38,750", + "created": 1610323298.750144, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -9290,16 +9326,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 27, - "message": "Adding Task 2 with Priority 2", + "message": "Adding Task 2.0 with Priority 2", "module": "test_threaded_queue", - "msecs": 982.6719760894775, - "msg": "Adding Task %d with Priority %d", + "msecs": 750.1440048217773, + "msg": "Adding Task %.1f with Priority %d", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3315.7060146331787, - "thread": 140098592974656, + "relativeCreated": 3306.3430786132812, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -9307,8 +9343,8 @@ 6, 6 ], - "asctime": "2021-01-07 17:51:28,982", - "created": 1610038288.982733, + "asctime": "2021-01-11 01:01:38,750", + "created": 1610323298.750325, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -9316,16 +9352,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 27, - "message": "Adding Task 6 with Priority 6", + "message": "Adding Task 6.0 with Priority 6", "module": "test_threaded_queue", - "msecs": 982.7330112457275, - "msg": "Adding Task %d with Priority %d", + "msecs": 750.3249645233154, + "msg": "Adding Task %.1f with Priority %d", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3315.7670497894287, - "thread": 140098592974656, + "relativeCreated": 3306.5240383148193, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -9333,8 +9369,8 @@ 1, 1 ], - "asctime": "2021-01-07 17:51:28,982", - "created": 1610038288.982797, + "asctime": "2021-01-11 01:01:38,750", + "created": 1610323298.750513, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -9342,37 +9378,37 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 27, - "message": "Adding Task 1 with Priority 1", + "message": "Adding Task 1.0 with Priority 1", "module": "test_threaded_queue", - "msecs": 982.7969074249268, - "msg": "Adding Task %d with Priority %d", + "msecs": 750.5130767822266, + "msg": "Adding Task %.1f with Priority %d", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3315.830945968628, - "thread": 140098592974656, + "relativeCreated": 3306.7121505737305, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 982.8379154205322, + "msecs": 750.6570816040039, "msg": "Enqueued 6 unordered tasks.", "name": "__tLogger__", "pathname": "src/tests/test_threaded_queue.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3315.8719539642334, - "thread": 140098592974656, + "relativeCreated": 3306.856155395508, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 4.100799560546875e-05 + "time_consumption": 0.00014400482177734375 }, { "args": [ - "6", + "7", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,983", - "created": 1610038288.98303, + "asctime": "2021-01-11 01:01:38,751", + "created": 1610323298.751249, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9380,17 +9416,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 144, - "message": "Size of Queue before execution is correct (Content 6 and Type is <type 'int'>).", + "message": "Size of Queue before execution is correct (Content 7 and Type is <type 'int'>).", "module": "test", "moduleLogger": [ { "args": [ "Size of Queue before execution", - "6", + "7", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,982", - "created": 1610038288.982936, + "asctime": "2021-01-11 01:01:38,750", + "created": 1610323298.750928, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9398,26 +9434,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Size of Queue before execution): 6 (<type 'int'>)", + "message": "Result (Size of Queue before execution): 7 (<type 'int'>)", "module": "test", - "msecs": 982.935905456543, + "msecs": 750.9279251098633, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3315.969944000244, - "thread": 140098592974656, + "relativeCreated": 3307.126998901367, + "thread": 139968662198080, "threadName": "MainThread" }, { "args": [ "Size of Queue before execution", - "6", + "7", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:28,982", - "created": 1610038288.98298, + "asctime": "2021-01-11 01:01:38,751", + "created": 1610323298.751094, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9425,34 +9461,34 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 26, - "message": "Expectation (Size of Queue before execution): result = 6 (<type 'int'>)", + "message": "Expectation (Size of Queue before execution): result = 7 (<type 'int'>)", "module": "test", - "msecs": 982.9800128936768, + "msecs": 751.0941028594971, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3316.014051437378, - "thread": 140098592974656, + "relativeCreated": 3307.293176651001, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 983.0300807952881, + "msecs": 751.2490749359131, "msg": "Size of Queue before execution is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3316.0641193389893, - "thread": 140098592974656, + "relativeCreated": 3307.448148727417, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 5.0067901611328125e-05 + "time_consumption": 0.00015497207641601562 }, { "args": [], - "asctime": "2021-01-07 17:51:30,187", - "created": 1610038290.187061, + "asctime": "2021-01-11 01:01:40,155", + "created": 1610323300.155215, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -9465,8 +9501,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 17:51:28,983", - "created": 1610038288.983106, + "asctime": "2021-01-11 01:01:38,751", + "created": 1610323298.751517, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -9476,20 +9512,20 @@ "lineno": 30, "message": "Starting Queue execution (run)", "module": "test_threaded_queue", - "msecs": 983.1058979034424, + "msecs": 751.5170574188232, "msg": "Starting Queue execution (run)", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 3316.1399364471436, - "thread": 140098592974656, + "relativeCreated": 3307.716131210327, + "thread": 139968662198080, "threadName": "MainThread" }, { "args": [], - "asctime": "2021-01-07 17:51:29,986", - "created": 1610038289.986328, + "asctime": "2021-01-11 01:01:39,954", + "created": 1610323299.954525, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -9499,35 +9535,35 @@ "lineno": 35, "message": "Queue is empty.", "module": "test_threaded_queue", - "msecs": 986.3278865814209, + "msecs": 954.5249938964844, "msg": "Queue is empty.", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4319.361925125122, - "thread": 140098592974656, + "relativeCreated": 4510.724067687988, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 187.06107139587402, + "msecs": 155.21502494812012, "msg": "Executing Queue, till Queue is empty..", "name": "__tLogger__", "pathname": "src/tests/test_threaded_queue.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4520.095109939575, - "thread": 140098592974656, + "relativeCreated": 4711.414098739624, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.20073318481445312 + "time_consumption": 0.20069003105163574 }, { "args": [ "0", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:30,188", - "created": 1610038290.188139, + "asctime": "2021-01-11 01:01:40,156", + "created": 1610323300.156232, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9544,8 +9580,8 @@ "0", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:30,187", - "created": 1610038290.187674, + "asctime": "2021-01-11 01:01:40,155", + "created": 1610323300.155784, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9555,14 +9591,14 @@ "lineno": 22, "message": "Result (Size of Queue after execution): 0 (<type 'int'>)", "module": "test", - "msecs": 187.67404556274414, + "msecs": 155.78389167785645, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4520.708084106445, - "thread": 140098592974656, + "relativeCreated": 4711.98296546936, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -9571,8 +9607,8 @@ "0", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:30,187", - "created": 1610038290.187909, + "asctime": "2021-01-11 01:01:40,156", + "created": 1610323300.156026, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9582,32 +9618,32 @@ "lineno": 26, "message": "Expectation (Size of Queue after execution): result = 0 (<type 'int'>)", "module": "test", - "msecs": 187.90888786315918, + "msecs": 156.02588653564453, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4520.94292640686, - "thread": 140098592974656, + "relativeCreated": 4712.224960327148, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 188.1389617919922, + "msecs": 156.23211860656738, "msg": "Size of Queue after execution is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4521.173000335693, - "thread": 140098592974656, + "relativeCreated": 4712.431192398071, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.0002300739288330078 + "time_consumption": 0.00020623207092285156 }, { "args": [], - "asctime": "2021-01-07 17:51:30,192", - "created": 1610038290.192063, + "asctime": "2021-01-11 01:01:40,160", + "created": 1610323300.160629, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9621,11 +9657,11 @@ { "args": [ "Queue execution (identified by a submitted sequence number)", - "[ 1, 2, 3, 5, 6, 7 ]", + "[ 1, 2, 3, 5.1, 5.2, 6, 7 ]", "<type 'list'>" ], - "asctime": "2021-01-07 17:51:30,188", - "created": 1610038290.188605, + "asctime": "2021-01-11 01:01:40,156", + "created": 1610323300.15665, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9633,26 +9669,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Queue execution (identified by a submitted sequence number)): [ 1, 2, 3, 5, 6, 7 ] (<type 'list'>)", + "message": "Result (Queue execution (identified by a submitted sequence number)): [ 1, 2, 3, 5.1, 5.2, 6, 7 ] (<type 'list'>)", "module": "test", - "msecs": 188.60507011413574, + "msecs": 156.65006637573242, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4521.639108657837, - "thread": 140098592974656, + "relativeCreated": 4712.849140167236, + "thread": 139968662198080, "threadName": "MainThread" }, { "args": [ "Queue execution (identified by a submitted sequence number)", - "[ 1, 2, 3, 5, 6, 7 ]", + "[ 1, 2, 3, 5.1, 5.2, 6, 7 ]", "<type 'list'>" ], - "asctime": "2021-01-07 17:51:30,188", - "created": 1610038290.188879, + "asctime": "2021-01-11 01:01:40,156", + "created": 1610323300.156911, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9660,16 +9696,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 26, - "message": "Expectation (Queue execution (identified by a submitted sequence number)): result = [ 1, 2, 3, 5, 6, 7 ] (<type 'list'>)", + "message": "Expectation (Queue execution (identified by a submitted sequence number)): result = [ 1, 2, 3, 5.1, 5.2, 6, 7 ] (<type 'list'>)", "module": "test", - "msecs": 188.87901306152344, + "msecs": 156.91089630126953, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4521.913051605225, - "thread": 140098592974656, + "relativeCreated": 4713.109970092773, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -9678,8 +9714,8 @@ "1", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:30,189", - "created": 1610038290.189064, + "asctime": "2021-01-11 01:01:40,157", + "created": 1610323300.157139, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9689,14 +9725,14 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 (<type 'int'>)", "module": "test", - "msecs": 189.06402587890625, + "msecs": 157.13906288146973, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4522.098064422607, - "thread": 140098592974656, + "relativeCreated": 4713.338136672974, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -9705,8 +9741,8 @@ "1", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:30,189", - "created": 1610038290.189217, + "asctime": "2021-01-11 01:01:40,157", + "created": 1610323300.157329, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9716,14 +9752,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 (<type 'int'>)", "module": "test", - "msecs": 189.21709060668945, + "msecs": 157.32908248901367, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4522.251129150391, - "thread": 140098592974656, + "relativeCreated": 4713.528156280518, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -9731,8 +9767,8 @@ "1", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:30,189", - "created": 1610038290.189384, + "asctime": "2021-01-11 01:01:40,157", + "created": 1610323300.157626, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9742,14 +9778,14 @@ "lineno": 144, "message": "Submitted value number 1 is correct (Content 1 and Type is <type 'int'>).", "module": "test", - "msecs": 189.38398361206055, + "msecs": 157.62591361999512, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4522.418022155762, - "thread": 140098592974656, + "relativeCreated": 4713.824987411499, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -9758,8 +9794,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:30,189", - "created": 1610038290.189542, + "asctime": "2021-01-11 01:01:40,157", + "created": 1610323300.157805, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9769,14 +9805,14 @@ "lineno": 22, "message": "Result (Submitted value number 2): 2 (<type 'int'>)", "module": "test", - "msecs": 189.54205513000488, + "msecs": 157.8049659729004, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4522.576093673706, - "thread": 140098592974656, + "relativeCreated": 4714.004039764404, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -9785,8 +9821,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:30,189", - "created": 1610038290.189686, + "asctime": "2021-01-11 01:01:40,157", + "created": 1610323300.157962, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9796,14 +9832,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 2 (<type 'int'>)", "module": "test", - "msecs": 189.68605995178223, + "msecs": 157.96208381652832, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4522.720098495483, - "thread": 140098592974656, + "relativeCreated": 4714.161157608032, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -9811,8 +9847,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:30,189", - "created": 1610038290.189839, + "asctime": "2021-01-11 01:01:40,158", + "created": 1610323300.158114, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9822,14 +9858,14 @@ "lineno": 144, "message": "Submitted value number 2 is correct (Content 2 and Type is <type 'int'>).", "module": "test", - "msecs": 189.83888626098633, + "msecs": 158.11395645141602, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4522.8729248046875, - "thread": 140098592974656, + "relativeCreated": 4714.31303024292, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -9838,8 +9874,8 @@ "3", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:30,190", - "created": 1610038290.190005, + "asctime": "2021-01-11 01:01:40,158", + "created": 1610323300.158275, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9849,14 +9885,14 @@ "lineno": 22, "message": "Result (Submitted value number 3): 3 (<type 'int'>)", "module": "test", - "msecs": 190.00506401062012, + "msecs": 158.27488899230957, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4523.039102554321, - "thread": 140098592974656, + "relativeCreated": 4714.4739627838135, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -9865,8 +9901,8 @@ "3", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:30,190", - "created": 1610038290.190151, + "asctime": "2021-01-11 01:01:40,158", + "created": 1610323300.158417, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9876,14 +9912,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 3): result = 3 (<type 'int'>)", "module": "test", - "msecs": 190.15097618103027, + "msecs": 158.4169864654541, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4523.185014724731, - "thread": 140098592974656, + "relativeCreated": 4714.616060256958, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -9891,8 +9927,8 @@ "3", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:30,190", - "created": 1610038290.190297, + "asctime": "2021-01-11 01:01:40,158", + "created": 1610323300.158572, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9902,24 +9938,24 @@ "lineno": 144, "message": "Submitted value number 3 is correct (Content 3 and Type is <type 'int'>).", "module": "test", - "msecs": 190.29688835144043, + "msecs": 158.57195854187012, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4523.330926895142, - "thread": 140098592974656, + "relativeCreated": 4714.771032333374, + "thread": 139968662198080, "threadName": "MainThread" }, { "args": [ "Submitted value number 4", - "5", - "<type 'int'>" + "5.1", + "<type 'float'>" ], - "asctime": "2021-01-07 17:51:30,190", - "created": 1610038290.190448, + "asctime": "2021-01-11 01:01:40,158", + "created": 1610323300.158737, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9927,26 +9963,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Submitted value number 4): 5 (<type 'int'>)", + "message": "Result (Submitted value number 4): 5.1 (<type 'float'>)", "module": "test", - "msecs": 190.44804573059082, + "msecs": 158.7369441986084, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4523.482084274292, - "thread": 140098592974656, + "relativeCreated": 4714.936017990112, + "thread": 139968662198080, "threadName": "MainThread" }, { "args": [ "Submitted value number 4", - "5", - "<type 'int'>" + "5.1", + "<type 'float'>" ], - "asctime": "2021-01-07 17:51:30,190", - "created": 1610038290.190604, + "asctime": "2021-01-11 01:01:40,158", + "created": 1610323300.158881, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9954,25 +9990,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 26, - "message": "Expectation (Submitted value number 4): result = 5 (<type 'int'>)", + "message": "Expectation (Submitted value number 4): result = 5.1 (<type 'float'>)", "module": "test", - "msecs": 190.60397148132324, + "msecs": 158.88094902038574, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4523.638010025024, - "thread": 140098592974656, + "relativeCreated": 4715.08002281189, + "thread": 139968662198080, "threadName": "MainThread" }, { "args": [ - "5", - "<type 'int'>" + "5.1", + "<type 'float'>" ], - "asctime": "2021-01-07 17:51:30,190", - "created": 1610038290.190789, + "asctime": "2021-01-11 01:01:40,159", + "created": 1610323300.159027, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9980,26 +10016,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 144, - "message": "Submitted value number 4 is correct (Content 5 and Type is <type 'int'>).", + "message": "Submitted value number 4 is correct (Content 5.1 and Type is <type 'float'>).", "module": "test", - "msecs": 190.78898429870605, + "msecs": 159.027099609375, "msg": "Submitted value number 4 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4523.823022842407, - "thread": 140098592974656, + "relativeCreated": 4715.226173400879, + "thread": 139968662198080, "threadName": "MainThread" }, { "args": [ "Submitted value number 5", - "6", - "<type 'int'>" + "5.2", + "<type 'float'>" ], - "asctime": "2021-01-07 17:51:30,190", - "created": 1610038290.190988, + "asctime": "2021-01-11 01:01:40,159", + "created": 1610323300.159178, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10007,26 +10043,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Submitted value number 5): 6 (<type 'int'>)", + "message": "Result (Submitted value number 5): 5.2 (<type 'float'>)", "module": "test", - "msecs": 190.98806381225586, + "msecs": 159.1780185699463, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4524.022102355957, - "thread": 140098592974656, + "relativeCreated": 4715.37709236145, + "thread": 139968662198080, "threadName": "MainThread" }, { "args": [ "Submitted value number 5", - "6", - "<type 'int'>" + "5.2", + "<type 'float'>" ], - "asctime": "2021-01-07 17:51:30,191", - "created": 1610038290.191172, + "asctime": "2021-01-11 01:01:40,159", + "created": 1610323300.159333, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10034,25 +10070,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 26, - "message": "Expectation (Submitted value number 5): result = 6 (<type 'int'>)", + "message": "Expectation (Submitted value number 5): result = 5.2 (<type 'float'>)", "module": "test", - "msecs": 191.17188453674316, + "msecs": 159.3329906463623, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4524.205923080444, - "thread": 140098592974656, + "relativeCreated": 4715.532064437866, + "thread": 139968662198080, "threadName": "MainThread" }, { "args": [ - "6", - "<type 'int'>" + "5.2", + "<type 'float'>" ], - "asctime": "2021-01-07 17:51:30,191", - "created": 1610038290.19136, + "asctime": "2021-01-11 01:01:40,159", + "created": 1610323300.159507, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10060,26 +10096,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 144, - "message": "Submitted value number 5 is correct (Content 6 and Type is <type 'int'>).", + "message": "Submitted value number 5 is correct (Content 5.2 and Type is <type 'float'>).", "module": "test", - "msecs": 191.3599967956543, + "msecs": 159.50703620910645, "msg": "Submitted value number 5 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4524.3940353393555, - "thread": 140098592974656, + "relativeCreated": 4715.70611000061, + "thread": 139968662198080, "threadName": "MainThread" }, { "args": [ "Submitted value number 6", - "7", + "6", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:30,191", - "created": 1610038290.191556, + "asctime": "2021-01-11 01:01:40,159", + "created": 1610323300.159722, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10087,26 +10123,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Submitted value number 6): 7 (<type 'int'>)", + "message": "Result (Submitted value number 6): 6 (<type 'int'>)", "module": "test", - "msecs": 191.55597686767578, + "msecs": 159.72208976745605, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4524.590015411377, - "thread": 140098592974656, + "relativeCreated": 4715.92116355896, + "thread": 139968662198080, "threadName": "MainThread" }, { "args": [ "Submitted value number 6", - "7", + "6", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:30,191", - "created": 1610038290.191765, + "asctime": "2021-01-11 01:01:40,159", + "created": 1610323300.159867, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10114,25 +10150,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 26, - "message": "Expectation (Submitted value number 6): result = 7 (<type 'int'>)", + "message": "Expectation (Submitted value number 6): result = 6 (<type 'int'>)", "module": "test", - "msecs": 191.76506996154785, + "msecs": 159.8670482635498, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4524.799108505249, - "thread": 140098592974656, + "relativeCreated": 4716.066122055054, + "thread": 139968662198080, "threadName": "MainThread" }, { "args": [ - "7", + "6", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:30,191", - "created": 1610038290.191918, + "asctime": "2021-01-11 01:01:40,160", + "created": 1610323300.160014, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10140,34 +10176,114 @@ "levelname": "INFO", "levelno": 20, "lineno": 144, - "message": "Submitted value number 6 is correct (Content 7 and Type is <type 'int'>).", + "message": "Submitted value number 6 is correct (Content 6 and Type is <type 'int'>).", "module": "test", - "msecs": 191.91789627075195, + "msecs": 160.01391410827637, "msg": "Submitted value number 6 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4524.951934814453, - "thread": 140098592974656, + "relativeCreated": 4716.21298789978, + "thread": 139968662198080, + "threadName": "MainThread" + }, + { + "args": [ + "Submitted value number 7", + "7", + "<type 'int'>" + ], + "asctime": "2021-01-11 01:01:40,160", + "created": 1610323300.160176, + "exc_info": null, + "exc_text": null, + "filename": "test.py", + "funcName": "__report_result__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 22, + "message": "Result (Submitted value number 7): 7 (<type 'int'>)", + "module": "test", + "msecs": 160.17603874206543, + "msg": "Result (%s): %s (%s)", + "name": "__unittest__", + "pathname": "src/unittest/test.py", + "process": 14562, + "processName": "MainProcess", + "relativeCreated": 4716.375112533569, + "thread": 139968662198080, + "threadName": "MainThread" + }, + { + "args": [ + "Submitted value number 7", + "7", + "<type 'int'>" + ], + "asctime": "2021-01-11 01:01:40,160", + "created": 1610323300.160319, + "exc_info": null, + "exc_text": null, + "filename": "test.py", + "funcName": "__report_expectation_equivalency__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 26, + "message": "Expectation (Submitted value number 7): result = 7 (<type 'int'>)", + "module": "test", + "msecs": 160.31908988952637, + "msg": "Expectation (%s): result = %s (%s)", + "name": "__unittest__", + "pathname": "src/unittest/test.py", + "process": 14562, + "processName": "MainProcess", + "relativeCreated": 4716.51816368103, + "thread": 139968662198080, + "threadName": "MainThread" + }, + { + "args": [ + "7", + "<type 'int'>" + ], + "asctime": "2021-01-11 01:01:40,160", + "created": 1610323300.160474, + "exc_info": null, + "exc_text": null, + "filename": "test.py", + "funcName": "equivalency_chk", + "levelname": "INFO", + "levelno": 20, + "lineno": 144, + "message": "Submitted value number 7 is correct (Content 7 and Type is <type 'int'>).", + "module": "test", + "msecs": 160.47406196594238, + "msg": "Submitted value number 7 is correct (Content %s and Type is %s).", + "name": "__unittest__", + "pathname": "src/unittest/test.py", + "process": 14562, + "processName": "MainProcess", + "relativeCreated": 4716.673135757446, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 192.0630931854248, + "msecs": 160.6290340423584, "msg": "Queue execution (identified by a submitted sequence number): Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4525.097131729126, - "thread": 140098592974656, + "relativeCreated": 4716.828107833862, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00014519691467285156 + "time_consumption": 0.00015497207641601562 }, { "args": [], - "asctime": "2021-01-07 17:51:30,393", - "created": 1610038290.39365, + "asctime": "2021-01-11 01:01:40,362", + "created": 1610323300.362853, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -10180,8 +10296,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 17:51:30,192", - "created": 1610038290.192357, + "asctime": "2021-01-11 01:01:40,160", + "created": 1610323300.160942, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -10191,14 +10307,14 @@ "lineno": 41, "message": "Expire executed", "module": "test_threaded_queue", - "msecs": 192.35706329345703, + "msecs": 160.94207763671875, "msg": "Expire executed", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4525.391101837158, - "thread": 140098592974656, + "relativeCreated": 4717.141151428223, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -10206,8 +10322,8 @@ 6, 6 ], - "asctime": "2021-01-07 17:51:30,393", - "created": 1610038290.393084, + "asctime": "2021-01-11 01:01:40,361", + "created": 1610323300.361528, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -10217,14 +10333,14 @@ "lineno": 46, "message": "Adding Task 6 with Priority 6", "module": "test_threaded_queue", - "msecs": 393.0840492248535, + "msecs": 361.5279197692871, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4726.118087768555, - "thread": 140098592974656, + "relativeCreated": 4917.726993560791, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -10232,8 +10348,8 @@ 1, 1 ], - "asctime": "2021-01-07 17:51:30,393", - "created": 1610038290.393458, + "asctime": "2021-01-11 01:01:40,362", + "created": 1610323300.362502, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -10243,35 +10359,35 @@ "lineno": 46, "message": "Adding Task 1 with Priority 1", "module": "test_threaded_queue", - "msecs": 393.45788955688477, + "msecs": 362.5020980834961, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4726.491928100586, - "thread": 140098592974656, + "relativeCreated": 4918.701171875, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 393.6500549316406, + "msecs": 362.8530502319336, "msg": "Setting expire flag and enqueued again 2 tasks.", "name": "__tLogger__", "pathname": "src/tests/test_threaded_queue.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 4726.684093475342, - "thread": 140098592974656, + "relativeCreated": 4919.0521240234375, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00019216537475585938 + "time_consumption": 0.0003509521484375 }, { "args": [ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:31,397", - "created": 1610038291.397726, + "asctime": "2021-01-11 01:01:41,366", + "created": 1610323301.366501, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10288,8 +10404,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:31,397", - "created": 1610038291.397162, + "asctime": "2021-01-11 01:01:41,365", + "created": 1610323301.365903, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10299,14 +10415,14 @@ "lineno": 22, "message": "Result (Size of Queue before restarting queue): 2 (<type 'int'>)", "module": "test", - "msecs": 397.16196060180664, + "msecs": 365.9029006958008, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 5730.195999145508, - "thread": 140098592974656, + "relativeCreated": 5922.101974487305, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -10315,8 +10431,8 @@ "2", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:31,397", - "created": 1610038291.397498, + "asctime": "2021-01-11 01:01:41,366", + "created": 1610323301.366284, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10326,32 +10442,32 @@ "lineno": 26, "message": "Expectation (Size of Queue before restarting queue): result = 2 (<type 'int'>)", "module": "test", - "msecs": 397.49789237976074, + "msecs": 366.2838935852051, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 5730.531930923462, - "thread": 140098592974656, + "relativeCreated": 5922.482967376709, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 397.72605895996094, + "msecs": 366.5010929107666, "msg": "Size of Queue before restarting queue is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 5730.760097503662, - "thread": 140098592974656, + "relativeCreated": 5922.7001667022705, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.0002281665802001953 + "time_consumption": 0.00021719932556152344 }, { "args": [], - "asctime": "2021-01-07 17:51:31,900", - "created": 1610038291.900647, + "asctime": "2021-01-11 01:01:41,869", + "created": 1610323301.869236, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -10364,8 +10480,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 17:51:31,398", - "created": 1610038291.398054, + "asctime": "2021-01-11 01:01:41,366", + "created": 1610323301.366862, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -10375,20 +10491,20 @@ "lineno": 54, "message": "Starting Queue execution (run)", "module": "test_threaded_queue", - "msecs": 398.0538845062256, + "msecs": 366.86205863952637, "msg": "Starting Queue execution (run)", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 5731.087923049927, - "thread": 140098592974656, + "relativeCreated": 5923.06113243103, + "thread": 139968662198080, "threadName": "MainThread" }, { "args": [], - "asctime": "2021-01-07 17:51:31,900", - "created": 1610038291.900326, + "asctime": "2021-01-11 01:01:41,868", + "created": 1610323301.868929, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -10398,32 +10514,32 @@ "lineno": 60, "message": "Queue joined and stopped.", "module": "test_threaded_queue", - "msecs": 900.3260135650635, + "msecs": 868.9289093017578, "msg": "Queue joined and stopped.", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6233.360052108765, - "thread": 140098592974656, + "relativeCreated": 6425.127983093262, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 900.6469249725342, + "msecs": 869.2359924316406, "msg": "Executing Queue, till Queue is empty..", "name": "__tLogger__", "pathname": "src/tests/test_threaded_queue.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6233.680963516235, - "thread": 140098592974656, + "relativeCreated": 6425.4350662231445, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.0003209114074707031 + "time_consumption": 0.0003070831298828125 }, { "args": [], - "asctime": "2021-01-07 17:51:31,903", - "created": 1610038291.903349, + "asctime": "2021-01-11 01:01:41,870", + "created": 1610323301.87098, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10440,8 +10556,8 @@ "[ 1, 6 ]", "<type 'list'>" ], - "asctime": "2021-01-07 17:51:31,901", - "created": 1610038291.901396, + "asctime": "2021-01-11 01:01:41,869", + "created": 1610323301.869598, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10451,14 +10567,14 @@ "lineno": 22, "message": "Result (Queue execution (rerun; identified by a submitted sequence number)): [ 1, 6 ] (<type 'list'>)", "module": "test", - "msecs": 901.3960361480713, + "msecs": 869.5979118347168, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6234.4300746917725, - "thread": 140098592974656, + "relativeCreated": 6425.796985626221, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -10467,8 +10583,8 @@ "[ 1, 6 ]", "<type 'list'>" ], - "asctime": "2021-01-07 17:51:31,901", - "created": 1610038291.901687, + "asctime": "2021-01-11 01:01:41,869", + "created": 1610323301.869802, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10478,14 +10594,14 @@ "lineno": 26, "message": "Expectation (Queue execution (rerun; identified by a submitted sequence number)): result = [ 1, 6 ] (<type 'list'>)", "module": "test", - "msecs": 901.6869068145752, + "msecs": 869.8019981384277, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6234.720945358276, - "thread": 140098592974656, + "relativeCreated": 6426.001071929932, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -10494,8 +10610,8 @@ "1", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:31,901", - "created": 1610038291.901968, + "asctime": "2021-01-11 01:01:41,870", + "created": 1610323301.870036, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10505,14 +10621,14 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 (<type 'int'>)", "module": "test", - "msecs": 901.9680023193359, + "msecs": 870.0358867645264, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6235.002040863037, - "thread": 140098592974656, + "relativeCreated": 6426.23496055603, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -10521,8 +10637,8 @@ "1", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:31,902", - "created": 1610038291.902175, + "asctime": "2021-01-11 01:01:41,870", + "created": 1610323301.87021, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10532,14 +10648,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 (<type 'int'>)", "module": "test", - "msecs": 902.1749496459961, + "msecs": 870.2099323272705, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6235.208988189697, - "thread": 140098592974656, + "relativeCreated": 6426.409006118774, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -10547,8 +10663,8 @@ "1", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:31,902", - "created": 1610038291.902424, + "asctime": "2021-01-11 01:01:41,870", + "created": 1610323301.870371, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10558,14 +10674,14 @@ "lineno": 144, "message": "Submitted value number 1 is correct (Content 1 and Type is <type 'int'>).", "module": "test", - "msecs": 902.4240970611572, + "msecs": 870.3711032867432, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6235.458135604858, - "thread": 140098592974656, + "relativeCreated": 6426.570177078247, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -10574,8 +10690,8 @@ "6", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:31,902", - "created": 1610038291.902688, + "asctime": "2021-01-11 01:01:41,870", + "created": 1610323301.870529, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10585,14 +10701,14 @@ "lineno": 22, "message": "Result (Submitted value number 2): 6 (<type 'int'>)", "module": "test", - "msecs": 902.6880264282227, + "msecs": 870.5289363861084, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6235.722064971924, - "thread": 140098592974656, + "relativeCreated": 6426.728010177612, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -10601,8 +10717,8 @@ "6", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:31,902", - "created": 1610038291.902957, + "asctime": "2021-01-11 01:01:41,870", + "created": 1610323301.870683, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10612,14 +10728,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 6 (<type 'int'>)", "module": "test", - "msecs": 902.9569625854492, + "msecs": 870.682954788208, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6235.99100112915, - "thread": 140098592974656, + "relativeCreated": 6426.882028579712, + "thread": 139968662198080, "threadName": "MainThread" }, { @@ -10627,8 +10743,8 @@ "6", "<type 'int'>" ], - "asctime": "2021-01-07 17:51:31,903", - "created": 1610038291.903152, + "asctime": "2021-01-11 01:01:41,870", + "created": 1610323301.870832, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10638,38 +10754,38 @@ "lineno": 144, "message": "Submitted value number 2 is correct (Content 6 and Type is <type 'int'>).", "module": "test", - "msecs": 903.1519889831543, + "msecs": 870.8319664001465, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6236.1860275268555, - "thread": 140098592974656, + "relativeCreated": 6427.03104019165, + "thread": 139968662198080, "threadName": "MainThread" } ], - "msecs": 903.3489227294922, + "msecs": 870.9800243377686, "msg": "Queue execution (rerun; identified by a submitted sequence number): Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 55945, + "process": 14562, "processName": "MainProcess", - "relativeCreated": 6236.382961273193, - "thread": 140098592974656, + "relativeCreated": 6427.1790981292725, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 0.00019693374633789062 + "time_consumption": 0.0001480579376220703 } ], - "thread": 140098592974656, + "thread": 139968662198080, "threadName": "MainThread", - "time_consumption": 2.921095848083496, - "time_finished": "2021-01-07 17:51:31,903", - "time_start": "2021-01-07 17:51:28,982" + "time_consumption": 3.1221020221710205, + "time_finished": "2021-01-11 01:01:41,870", + "time_start": "2021-01-11 01:01:38,748" } }, "testrun_id": "p2", - "time_consumption": 216.93194484710693, + "time_consumption": 217.11237931251526, "uid_list_sorted": [ "pylibs.task.delayed: Test parallel processing and timing for a delayed execution", "pylibs.task.periodic: Test periodic execution", @@ -10700,8 +10816,8 @@ "testcases": { "pylibs.task.crontab: Test cronjob": { "args": null, - "asctime": "2021-01-07 17:55:11,105", - "created": 1610038511.1054885, + "asctime": "2021-01-11 01:05:21,205", + "created": 1610323521.2055213, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10712,19 +10828,19 @@ "message": "pylibs.task.crontab: Test cronjob", "module": "__init__", "moduleLogger": [], - "msecs": 105.48853874206543, + "msecs": 205.5213451385498, "msg": "pylibs.task.crontab: Test cronjob", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7154.019594192505, + "relativeCreated": 7455.397844314575, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-07 17:55:11,105", - "created": 1610038511.1059275, + "asctime": "2021-01-11 01:05:21,205", + "created": 1610323521.2057626, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -10735,15 +10851,15 @@ "message": "Initialising cronjob with minute: [23, 45]; hour: [12, 17]; day: 25; month: any; day_of_week: any.", "module": "test_crontab", "moduleLogger": [], - "msecs": 105.9274673461914, + "msecs": 205.7626247406006, "msg": "Initialising cronjob with minute: [23, 45]; hour: [12, 17]; day: 25; month: any; day_of_week: any.", "name": "__tLogger__", "pathname": "src/tests/test_crontab.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7154.458522796631, + "relativeCreated": 7455.639123916626, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -10752,8 +10868,8 @@ "True", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,106", - "created": 1610038511.106602, + "asctime": "2021-01-11 01:05:21,206", + "created": 1610323521.2061613, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10770,8 +10886,8 @@ "True", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,106", - "created": 1610038511.106247, + "asctime": "2021-01-11 01:05:21,205", + "created": 1610323521.2059038, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10781,15 +10897,15 @@ "lineno": 22, "message": "Result (Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1): True (<class 'bool'>)", "module": "test", - "msecs": 106.2469482421875, + "msecs": 205.9037685394287, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7154.778003692627, + "relativeCreated": 7455.780267715454, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -10798,8 +10914,8 @@ "True", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,106", - "created": 1610038511.106429, + "asctime": "2021-01-11 01:05:21,206", + "created": 1610323521.2060401, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10809,37 +10925,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1): result = True (<class 'bool'>)", "module": "test", - "msecs": 106.4291000366211, + "msecs": 206.0401439666748, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7154.960155487061, + "relativeCreated": 7455.9166431427, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 106.60195350646973, + "msecs": 206.1612606048584, "msg": "Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7155.133008956909, + "relativeCreated": 7456.037759780884, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.0001728534698486328 + "time_consumption": 0.00012111663818359375 }, { "args": [ "True", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,107", - "created": 1610038511.1071973, + "asctime": "2021-01-11 01:05:21,206", + "created": 1610323521.206541, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10856,8 +10972,8 @@ "True", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,106", - "created": 1610038511.1068726, + "asctime": "2021-01-11 01:05:21,206", + "created": 1610323521.206357, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10867,15 +10983,15 @@ "lineno": 22, "message": "Result (Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5): True (<class 'bool'>)", "module": "test", - "msecs": 106.87255859375, + "msecs": 206.35700225830078, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7155.403614044189, + "relativeCreated": 7456.233501434326, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -10884,8 +11000,8 @@ "True", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,107", - "created": 1610038511.1070411, + "asctime": "2021-01-11 01:05:21,206", + "created": 1610323521.2064338, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10895,37 +11011,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5): result = True (<class 'bool'>)", "module": "test", - "msecs": 107.0411205291748, + "msecs": 206.43377304077148, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7155.572175979614, + "relativeCreated": 7456.310272216797, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 107.19728469848633, + "msecs": 206.5410614013672, "msg": "Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7155.728340148926, + "relativeCreated": 7456.417560577393, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00015616416931152344 + "time_consumption": 0.00010728836059570312 }, { "args": [ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,107", - "created": 1610038511.1077719, + "asctime": "2021-01-11 01:05:21,206", + "created": 1610323521.2068515, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10942,8 +11058,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,107", - "created": 1610038511.1074603, + "asctime": "2021-01-11 01:05:21,206", + "created": 1610323521.206669, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10953,15 +11069,15 @@ "lineno": 22, "message": "Result (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1): False (<class 'bool'>)", "module": "test", - "msecs": 107.46026039123535, + "msecs": 206.66909217834473, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7155.991315841675, + "relativeCreated": 7456.54559135437, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -10970,8 +11086,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,107", - "created": 1610038511.1076176, + "asctime": "2021-01-11 01:05:21,206", + "created": 1610323521.2067752, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10981,37 +11097,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1): result = False (<class 'bool'>)", "module": "test", - "msecs": 107.61761665344238, + "msecs": 206.77518844604492, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7156.148672103882, + "relativeCreated": 7456.65168762207, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 107.7718734741211, + "msecs": 206.85148239135742, "msg": "Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7156.302928924561, + "relativeCreated": 7456.727981567383, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00015425682067871094 + "time_consumption": 7.62939453125e-05 }, { "args": [ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,108", - "created": 1610038511.108331, + "asctime": "2021-01-11 01:05:21,207", + "created": 1610323521.2071278, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11028,8 +11144,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,108", - "created": 1610038511.10809, + "asctime": "2021-01-11 01:05:21,206", + "created": 1610323521.2069762, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11039,15 +11155,15 @@ "lineno": 22, "message": "Result (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 3): False (<class 'bool'>)", "module": "test", - "msecs": 108.08992385864258, + "msecs": 206.97617530822754, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7156.620979309082, + "relativeCreated": 7456.852674484253, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -11056,8 +11172,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,108", - "created": 1610038511.1082308, + "asctime": "2021-01-11 01:05:21,207", + "created": 1610323521.207057, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11067,37 +11183,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 3): result = False (<class 'bool'>)", "module": "test", - "msecs": 108.2308292388916, + "msecs": 207.05699920654297, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7156.761884689331, + "relativeCreated": 7456.933498382568, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 108.33096504211426, + "msecs": 207.12780952453613, "msg": "Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 3 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7156.862020492554, + "relativeCreated": 7457.0043087005615, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00010013580322265625 + "time_consumption": 7.081031799316406e-05 }, { "args": [ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,108", - "created": 1610038511.1088872, + "asctime": "2021-01-11 01:05:21,207", + "created": 1610323521.2073739, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11114,8 +11230,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,108", - "created": 1610038511.1085038, + "asctime": "2021-01-11 01:05:21,207", + "created": 1610323521.2072482, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11125,15 +11241,15 @@ "lineno": 22, "message": "Result (Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1): False (<class 'bool'>)", "module": "test", - "msecs": 108.50381851196289, + "msecs": 207.24821090698242, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7157.034873962402, + "relativeCreated": 7457.124710083008, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -11142,8 +11258,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,108", - "created": 1610038511.1086028, + "asctime": "2021-01-11 01:05:21,207", + "created": 1610323521.2073119, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11153,37 +11269,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1): result = False (<class 'bool'>)", "module": "test", - "msecs": 108.60276222229004, + "msecs": 207.31186866760254, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7157.1338176727295, + "relativeCreated": 7457.188367843628, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 108.8871955871582, + "msecs": 207.37385749816895, "msg": "Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7157.418251037598, + "relativeCreated": 7457.250356674194, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00028443336486816406 + "time_consumption": 6.198883056640625e-05 }, { "args": [ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,109", - "created": 1610038511.109265, + "asctime": "2021-01-11 01:05:21,207", + "created": 1610323521.2077208, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11200,8 +11316,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,109", - "created": 1610038511.1090693, + "asctime": "2021-01-11 01:05:21,207", + "created": 1610323521.207479, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11211,15 +11327,15 @@ "lineno": 22, "message": "Result (Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1): False (<class 'bool'>)", "module": "test", - "msecs": 109.0693473815918, + "msecs": 207.47900009155273, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7157.600402832031, + "relativeCreated": 7457.355499267578, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -11228,8 +11344,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,109", - "created": 1610038511.1091692, + "asctime": "2021-01-11 01:05:21,207", + "created": 1610323521.2076013, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11239,34 +11355,34 @@ "lineno": 26, "message": "Expectation (Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1): result = False (<class 'bool'>)", "module": "test", - "msecs": 109.16924476623535, + "msecs": 207.60130882263184, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7157.700300216675, + "relativeCreated": 7457.477807998657, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 109.26508903503418, + "msecs": 207.72075653076172, "msg": "Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7157.796144485474, + "relativeCreated": 7457.597255706787, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 9.584426879882812e-05 + "time_consumption": 0.00011944770812988281 }, { "args": [], - "asctime": "2021-01-07 17:55:11,109", - "created": 1610038511.109407, + "asctime": "2021-01-11 01:05:21,207", + "created": 1610323521.207861, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -11277,15 +11393,15 @@ "message": "Storing reminder for execution (minute: 23, hour: 17, day: 25, month: 2, day_of_week: 1).", "module": "test_crontab", "moduleLogger": [], - "msecs": 109.40694808959961, + "msecs": 207.86094665527344, "msg": "Storing reminder for execution (minute: 23, hour: 17, day: 25, month: 2, day_of_week: 1).", "name": "__tLogger__", "pathname": "src/tests/test_crontab.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7157.938003540039, + "relativeCreated": 7457.737445831299, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -11294,8 +11410,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,109", - "created": 1610038511.1097715, + "asctime": "2021-01-11 01:05:21,208", + "created": 1610323521.208351, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11312,8 +11428,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,109", - "created": 1610038511.1095693, + "asctime": "2021-01-11 01:05:21,208", + "created": 1610323521.2080753, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11323,15 +11439,15 @@ "lineno": 22, "message": "Result (Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1): False (<class 'bool'>)", "module": "test", - "msecs": 109.56931114196777, + "msecs": 208.07528495788574, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7158.100366592407, + "relativeCreated": 7457.951784133911, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -11340,8 +11456,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,109", - "created": 1610038511.1096685, + "asctime": "2021-01-11 01:05:21,208", + "created": 1610323521.2082398, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11351,37 +11467,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1): result = False (<class 'bool'>)", "module": "test", - "msecs": 109.66849327087402, + "msecs": 208.23979377746582, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7158.1995487213135, + "relativeCreated": 7458.116292953491, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 109.7714900970459, + "msecs": 208.35089683532715, "msg": "Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7158.302545547485, + "relativeCreated": 7458.2273960113525, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.000102996826171875 + "time_consumption": 0.00011110305786132812 }, { "args": [ "True", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,110", - "created": 1610038511.11014, + "asctime": "2021-01-11 01:05:21,208", + "created": 1610323521.2089694, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11398,8 +11514,8 @@ "True", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,109", - "created": 1610038511.109939, + "asctime": "2021-01-11 01:05:21,208", + "created": 1610323521.208676, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11409,15 +11525,15 @@ "lineno": 22, "message": "Result (Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5): True (<class 'bool'>)", "module": "test", - "msecs": 109.9390983581543, + "msecs": 208.67609977722168, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7158.470153808594, + "relativeCreated": 7458.552598953247, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -11426,8 +11542,8 @@ "True", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,110", - "created": 1610038511.1100378, + "asctime": "2021-01-11 01:05:21,208", + "created": 1610323521.2088277, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11437,37 +11553,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5): result = True (<class 'bool'>)", "module": "test", - "msecs": 110.03780364990234, + "msecs": 208.82773399353027, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7158.568859100342, + "relativeCreated": 7458.704233169556, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 110.14008522033691, + "msecs": 208.9693546295166, "msg": "Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7158.671140670776, + "relativeCreated": 7458.845853805542, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00010228157043457031 + "time_consumption": 0.00014162063598632812 }, { "args": [ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,110", - "created": 1610038511.1104996, + "asctime": "2021-01-11 01:05:21,210", + "created": 1610323521.210033, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11484,8 +11600,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,110", - "created": 1610038511.1103048, + "asctime": "2021-01-11 01:05:21,209", + "created": 1610323521.209697, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11495,15 +11611,15 @@ "lineno": 22, "message": "Result (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1): False (<class 'bool'>)", "module": "test", - "msecs": 110.3048324584961, + "msecs": 209.69700813293457, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7158.835887908936, + "relativeCreated": 7459.57350730896, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -11512,8 +11628,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,110", - "created": 1610038511.110403, + "asctime": "2021-01-11 01:05:21,209", + "created": 1610323521.209873, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11523,37 +11639,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1): result = False (<class 'bool'>)", "module": "test", - "msecs": 110.40306091308594, + "msecs": 209.87296104431152, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7158.934116363525, + "relativeCreated": 7459.749460220337, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 110.49962043762207, + "msecs": 210.03293991088867, "msg": "Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7159.0306758880615, + "relativeCreated": 7459.909439086914, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 9.655952453613281e-05 + "time_consumption": 0.00015997886657714844 }, { "args": [ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,110", - "created": 1610038511.1108422, + "asctime": "2021-01-11 01:05:21,210", + "created": 1610323521.210891, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11570,8 +11686,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,110", - "created": 1610038511.1106527, + "asctime": "2021-01-11 01:05:21,210", + "created": 1610323521.2103205, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11581,15 +11697,15 @@ "lineno": 22, "message": "Result (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 3): False (<class 'bool'>)", "module": "test", - "msecs": 110.65268516540527, + "msecs": 210.32047271728516, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7159.183740615845, + "relativeCreated": 7460.196971893311, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -11598,8 +11714,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,110", - "created": 1610038511.1107492, + "asctime": "2021-01-11 01:05:21,210", + "created": 1610323521.2107508, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11609,37 +11725,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 3): result = False (<class 'bool'>)", "module": "test", - "msecs": 110.7492446899414, + "msecs": 210.75081825256348, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7159.280300140381, + "relativeCreated": 7460.627317428589, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 110.84222793579102, + "msecs": 210.8910083770752, "msg": "Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 3 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7159.3732833862305, + "relativeCreated": 7460.767507553101, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 9.298324584960938e-05 + "time_consumption": 0.00014019012451171875 }, { "args": [ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,111", - "created": 1610038511.1111991, + "asctime": "2021-01-11 01:05:21,211", + "created": 1610323521.2116828, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11656,8 +11772,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,110", - "created": 1610038511.1109953, + "asctime": "2021-01-11 01:05:21,211", + "created": 1610323521.2111273, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11667,15 +11783,15 @@ "lineno": 22, "message": "Result (Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1): False (<class 'bool'>)", "module": "test", - "msecs": 110.99529266357422, + "msecs": 211.12728118896484, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7159.526348114014, + "relativeCreated": 7461.00378036499, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -11684,8 +11800,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,111", - "created": 1610038511.1110992, + "asctime": "2021-01-11 01:05:21,211", + "created": 1610323521.2113261, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11695,37 +11811,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1): result = False (<class 'bool'>)", "module": "test", - "msecs": 111.0992431640625, + "msecs": 211.32612228393555, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7159.630298614502, + "relativeCreated": 7461.202621459961, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 111.19914054870605, + "msecs": 211.68279647827148, "msg": "Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7159.7301959991455, + "relativeCreated": 7461.559295654297, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 9.989738464355469e-05 + "time_consumption": 0.0003566741943359375 }, { "args": [ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,111", - "created": 1610038511.1115568, + "asctime": "2021-01-11 01:05:21,212", + "created": 1610323521.2123857, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11742,8 +11858,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,111", - "created": 1610038511.1113539, + "asctime": "2021-01-11 01:05:21,212", + "created": 1610323521.2120166, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11753,15 +11869,15 @@ "lineno": 22, "message": "Result (Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1): False (<class 'bool'>)", "module": "test", - "msecs": 111.35387420654297, + "msecs": 212.01658248901367, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7159.884929656982, + "relativeCreated": 7461.893081665039, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -11770,8 +11886,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,111", - "created": 1610038511.1114511, + "asctime": "2021-01-11 01:05:21,212", + "created": 1610323521.2121937, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11781,34 +11897,34 @@ "lineno": 26, "message": "Expectation (Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1): result = False (<class 'bool'>)", "module": "test", - "msecs": 111.4511489868164, + "msecs": 212.19372749328613, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7159.982204437256, + "relativeCreated": 7462.0702266693115, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 111.5567684173584, + "msecs": 212.3856544494629, "msg": "Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7160.087823867798, + "relativeCreated": 7462.262153625488, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00010561943054199219 + "time_consumption": 0.0001919269561767578 }, { "args": [], - "asctime": "2021-01-07 17:55:11,111", - "created": 1610038511.1117013, + "asctime": "2021-01-11 01:05:21,212", + "created": 1610323521.2127314, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -11819,15 +11935,15 @@ "message": "Resetting trigger condition with minute: 22; hour: any; day: [12, 17, 25], month: 2.", "module": "test_crontab", "moduleLogger": [], - "msecs": 111.70125007629395, + "msecs": 212.73136138916016, "msg": "Resetting trigger condition with minute: 22; hour: any; day: [12, 17, 25], month: 2.", "name": "__tLogger__", "pathname": "src/tests/test_crontab.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7160.232305526733, + "relativeCreated": 7462.607860565186, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -11836,8 +11952,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,112", - "created": 1610038511.112215, + "asctime": "2021-01-11 01:05:21,213", + "created": 1610323521.2136037, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11854,8 +11970,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,111", - "created": 1610038511.1119866, + "asctime": "2021-01-11 01:05:21,213", + "created": 1610323521.2131386, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11865,15 +11981,15 @@ "lineno": 22, "message": "Result (Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1): False (<class 'bool'>)", "module": "test", - "msecs": 111.98663711547852, + "msecs": 213.13858032226562, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7160.517692565918, + "relativeCreated": 7463.015079498291, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -11882,8 +11998,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,112", - "created": 1610038511.1121156, + "asctime": "2021-01-11 01:05:21,213", + "created": 1610323521.2133303, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11893,37 +12009,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1): result = False (<class 'bool'>)", "module": "test", - "msecs": 112.11562156677246, + "msecs": 213.33026885986328, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7160.646677017212, + "relativeCreated": 7463.206768035889, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 112.21504211425781, + "msecs": 213.60373497009277, "msg": "Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7160.746097564697, + "relativeCreated": 7463.480234146118, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 9.942054748535156e-05 + "time_consumption": 0.0002734661102294922 }, { "args": [ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,112", - "created": 1610038511.1125672, + "asctime": "2021-01-11 01:05:21,214", + "created": 1610323521.21458, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11940,8 +12056,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,112", - "created": 1610038511.1123755, + "asctime": "2021-01-11 01:05:21,214", + "created": 1610323521.2141092, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11951,15 +12067,15 @@ "lineno": 22, "message": "Result (Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5): False (<class 'bool'>)", "module": "test", - "msecs": 112.37549781799316, + "msecs": 214.1091823577881, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7160.906553268433, + "relativeCreated": 7463.9856815338135, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -11968,8 +12084,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,112", - "created": 1610038511.1124732, + "asctime": "2021-01-11 01:05:21,214", + "created": 1610323521.2143369, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11979,37 +12095,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5): result = False (<class 'bool'>)", "module": "test", - "msecs": 112.4732494354248, + "msecs": 214.33687210083008, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7161.004304885864, + "relativeCreated": 7464.2133712768555, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 112.56718635559082, + "msecs": 214.58005905151367, "msg": "Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7161.09824180603, + "relativeCreated": 7464.456558227539, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 9.393692016601562e-05 + "time_consumption": 0.00024318695068359375 }, { "args": [ "True", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,112", - "created": 1610038511.112961, + "asctime": "2021-01-11 01:05:21,215", + "created": 1610323521.215169, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12026,8 +12142,8 @@ "True", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,112", - "created": 1610038511.112758, + "asctime": "2021-01-11 01:05:21,214", + "created": 1610323521.214848, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12037,15 +12153,15 @@ "lineno": 22, "message": "Result (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1): True (<class 'bool'>)", "module": "test", - "msecs": 112.75792121887207, + "msecs": 214.84804153442383, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7161.2889766693115, + "relativeCreated": 7464.724540710449, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -12054,8 +12170,8 @@ "True", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,112", - "created": 1610038511.1128666, + "asctime": "2021-01-11 01:05:21,215", + "created": 1610323521.2150462, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12065,37 +12181,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1): result = True (<class 'bool'>)", "module": "test", - "msecs": 112.86664009094238, + "msecs": 215.04616737365723, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7161.397695541382, + "relativeCreated": 7464.922666549683, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 112.9610538482666, + "msecs": 215.16895294189453, "msg": "Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7161.492109298706, + "relativeCreated": 7465.04545211792, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 9.441375732421875e-05 + "time_consumption": 0.0001227855682373047 }, { "args": [ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,113", - "created": 1610038511.1134186, + "asctime": "2021-01-11 01:05:21,216", + "created": 1610323521.2160041, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12112,8 +12228,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,113", - "created": 1610038511.1131213, + "asctime": "2021-01-11 01:05:21,215", + "created": 1610323521.2155976, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12123,15 +12239,15 @@ "lineno": 22, "message": "Result (Return value for minute: 22; hour: 17; day: 25; month: 05, day_of_week: 3): False (<class 'bool'>)", "module": "test", - "msecs": 113.12127113342285, + "msecs": 215.59762954711914, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7161.652326583862, + "relativeCreated": 7465.4741287231445, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -12140,8 +12256,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,113", - "created": 1610038511.1132298, + "asctime": "2021-01-11 01:05:21,215", + "created": 1610323521.2158005, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12151,37 +12267,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 22; hour: 17; day: 25; month: 05, day_of_week: 3): result = False (<class 'bool'>)", "module": "test", - "msecs": 113.22975158691406, + "msecs": 215.80052375793457, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7161.7608070373535, + "relativeCreated": 7465.67702293396, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 113.4185791015625, + "msecs": 216.0041332244873, "msg": "Return value for minute: 22; hour: 17; day: 25; month: 05, day_of_week: 3 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7161.949634552002, + "relativeCreated": 7465.880632400513, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.0001888275146484375 + "time_consumption": 0.00020360946655273438 }, { "args": [ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,113", - "created": 1610038511.113915, + "asctime": "2021-01-11 01:05:21,216", + "created": 1610323521.2163477, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12198,8 +12314,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,113", - "created": 1610038511.1137004, + "asctime": "2021-01-11 01:05:21,216", + "created": 1610323521.216171, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12209,15 +12325,15 @@ "lineno": 22, "message": "Result (Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1): False (<class 'bool'>)", "module": "test", - "msecs": 113.70038986206055, + "msecs": 216.1710262298584, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7162.2314453125, + "relativeCreated": 7466.047525405884, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -12226,8 +12342,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,113", - "created": 1610038511.1138191, + "asctime": "2021-01-11 01:05:21,216", + "created": 1610323521.2162588, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12237,37 +12353,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1): result = False (<class 'bool'>)", "module": "test", - "msecs": 113.81912231445312, + "msecs": 216.25876426696777, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7162.350177764893, + "relativeCreated": 7466.135263442993, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 113.91496658325195, + "msecs": 216.34769439697266, "msg": "Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7162.446022033691, + "relativeCreated": 7466.224193572998, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 9.584426879882812e-05 + "time_consumption": 8.893013000488281e-05 }, { "args": [ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,114", - "created": 1610038511.1142795, + "asctime": "2021-01-11 01:05:21,216", + "created": 1610323521.2167292, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12284,8 +12400,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,114", - "created": 1610038511.114076, + "asctime": "2021-01-11 01:05:21,216", + "created": 1610323521.2165453, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12295,15 +12411,15 @@ "lineno": 22, "message": "Result (Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1): False (<class 'bool'>)", "module": "test", - "msecs": 114.07589912414551, + "msecs": 216.54534339904785, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7162.606954574585, + "relativeCreated": 7466.421842575073, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -12312,8 +12428,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,114", - "created": 1610038511.1141732, + "asctime": "2021-01-11 01:05:21,216", + "created": 1610323521.216644, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12323,34 +12439,34 @@ "lineno": 26, "message": "Expectation (Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1): result = False (<class 'bool'>)", "module": "test", - "msecs": 114.17317390441895, + "msecs": 216.6440486907959, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7162.704229354858, + "relativeCreated": 7466.520547866821, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 114.27950859069824, + "msecs": 216.72916412353516, "msg": "Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7162.810564041138, + "relativeCreated": 7466.605663299561, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00010633468627929688 + "time_consumption": 8.511543273925781e-05 }, { "args": [], - "asctime": "2021-01-07 17:55:11,114", - "created": 1610038511.114726, + "asctime": "2021-01-11 01:05:21,216", + "created": 1610323521.2168887, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -12361,15 +12477,15 @@ "message": "Resetting trigger condition (again).", "module": "test_crontab", "moduleLogger": [], - "msecs": 114.72606658935547, + "msecs": 216.8886661529541, "msg": "Resetting trigger condition (again).", "name": "__tLogger__", "pathname": "src/tests/test_crontab.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7163.257122039795, + "relativeCreated": 7466.7651653289795, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -12378,8 +12494,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,115", - "created": 1610038511.115149, + "asctime": "2021-01-11 01:05:21,217", + "created": 1610323521.217262, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12396,8 +12512,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,114", - "created": 1610038511.1149378, + "asctime": "2021-01-11 01:05:21,217", + "created": 1610323521.2170482, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12407,15 +12523,15 @@ "lineno": 22, "message": "Result (1st run - execution not needed): False (<class 'bool'>)", "module": "test", - "msecs": 114.93778228759766, + "msecs": 217.04816818237305, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7163.468837738037, + "relativeCreated": 7466.924667358398, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -12424,8 +12540,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,115", - "created": 1610038511.1150477, + "asctime": "2021-01-11 01:05:21,217", + "created": 1610323521.2171743, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12435,37 +12551,37 @@ "lineno": 26, "message": "Expectation (1st run - execution not needed): result = False (<class 'bool'>)", "module": "test", - "msecs": 115.04769325256348, + "msecs": 217.17429161071777, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7163.578748703003, + "relativeCreated": 7467.050790786743, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 115.14902114868164, + "msecs": 217.26202964782715, "msg": "1st run - execution not needed is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7163.680076599121, + "relativeCreated": 7467.1385288238525, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00010132789611816406 + "time_consumption": 8.7738037109375e-05 }, { "args": [ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,115", - "created": 1610038511.1155124, + "asctime": "2021-01-11 01:05:21,217", + "created": 1610323521.217695, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12482,8 +12598,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,115", - "created": 1610038511.1153076, + "asctime": "2021-01-11 01:05:21,217", + "created": 1610323521.2174525, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12493,15 +12609,15 @@ "lineno": 22, "message": "Result (2nd run - execution not needed): False (<class 'bool'>)", "module": "test", - "msecs": 115.30756950378418, + "msecs": 217.4525260925293, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7163.838624954224, + "relativeCreated": 7467.329025268555, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -12510,8 +12626,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,115", - "created": 1610038511.115407, + "asctime": "2021-01-11 01:05:21,217", + "created": 1610323521.2175844, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12521,37 +12637,37 @@ "lineno": 26, "message": "Expectation (2nd run - execution not needed): result = False (<class 'bool'>)", "module": "test", - "msecs": 115.40699005126953, + "msecs": 217.58437156677246, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7163.938045501709, + "relativeCreated": 7467.460870742798, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 115.51237106323242, + "msecs": 217.6949977874756, "msg": "2nd run - execution not needed is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7164.043426513672, + "relativeCreated": 7467.571496963501, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00010538101196289062 + "time_consumption": 0.000110626220703125 }, { "args": [ "True", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,115", - "created": 1610038511.115866, + "asctime": "2021-01-11 01:05:21,218", + "created": 1610323521.2180953, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12568,8 +12684,8 @@ "True", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,115", - "created": 1610038511.1156735, + "asctime": "2021-01-11 01:05:21,217", + "created": 1610323521.2178745, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12579,15 +12695,15 @@ "lineno": 22, "message": "Result (3rd run - execution needed): True (<class 'bool'>)", "module": "test", - "msecs": 115.67354202270508, + "msecs": 217.87452697753906, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7164.2045974731445, + "relativeCreated": 7467.751026153564, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -12596,8 +12712,8 @@ "True", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,115", - "created": 1610038511.1157713, + "asctime": "2021-01-11 01:05:21,217", + "created": 1610323521.217982, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12607,37 +12723,37 @@ "lineno": 26, "message": "Expectation (3rd run - execution needed): result = True (<class 'bool'>)", "module": "test", - "msecs": 115.77129364013672, + "msecs": 217.98205375671387, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7164.302349090576, + "relativeCreated": 7467.858552932739, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 115.86594581604004, + "msecs": 218.0953025817871, "msg": "3rd run - execution needed is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7164.3970012664795, + "relativeCreated": 7467.9718017578125, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 9.465217590332031e-05 + "time_consumption": 0.00011324882507324219 }, { "args": [ "True", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,116", - "created": 1610038511.1162136, + "asctime": "2021-01-11 01:05:21,218", + "created": 1610323521.2185488, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12654,8 +12770,8 @@ "True", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,116", - "created": 1610038511.1160223, + "asctime": "2021-01-11 01:05:21,218", + "created": 1610323521.2182887, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12665,15 +12781,15 @@ "lineno": 22, "message": "Result (4th run - execution needed): True (<class 'bool'>)", "module": "test", - "msecs": 116.02234840393066, + "msecs": 218.28866004943848, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7164.55340385437, + "relativeCreated": 7468.165159225464, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -12682,8 +12798,8 @@ "True", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,116", - "created": 1610038511.1161194, + "asctime": "2021-01-11 01:05:21,218", + "created": 1610323521.2184217, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12693,37 +12809,37 @@ "lineno": 26, "message": "Expectation (4th run - execution needed): result = True (<class 'bool'>)", "module": "test", - "msecs": 116.119384765625, + "msecs": 218.42169761657715, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7164.650440216064, + "relativeCreated": 7468.2981967926025, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 116.21356010437012, + "msecs": 218.54877471923828, "msg": "4th run - execution needed is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7164.74461555481, + "relativeCreated": 7468.425273895264, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 9.417533874511719e-05 + "time_consumption": 0.0001270771026611328 }, { "args": [ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,116", - "created": 1610038511.116575, + "asctime": "2021-01-11 01:05:21,219", + "created": 1610323521.2190611, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12740,8 +12856,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,116", - "created": 1610038511.1163828, + "asctime": "2021-01-11 01:05:21,218", + "created": 1610323521.2187712, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12751,15 +12867,15 @@ "lineno": 22, "message": "Result (5th run - execution not needed): False (<class 'bool'>)", "module": "test", - "msecs": 116.38283729553223, + "msecs": 218.77121925354004, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7164.913892745972, + "relativeCreated": 7468.647718429565, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -12768,8 +12884,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,116", - "created": 1610038511.116481, + "asctime": "2021-01-11 01:05:21,218", + "created": 1610323521.218924, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12779,37 +12895,37 @@ "lineno": 26, "message": "Expectation (5th run - execution not needed): result = False (<class 'bool'>)", "module": "test", - "msecs": 116.48106575012207, + "msecs": 218.92404556274414, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7165.0121212005615, + "relativeCreated": 7468.8005447387695, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 116.57500267028809, + "msecs": 219.06113624572754, "msg": "5th run - execution not needed is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7165.1060581207275, + "relativeCreated": 7468.937635421753, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 9.393692016601562e-05 + "time_consumption": 0.00013709068298339844 }, { "args": [ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,116", - "created": 1610038511.1168299, + "asctime": "2021-01-11 01:05:21,219", + "created": 1610323521.2196465, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12826,8 +12942,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,116", - "created": 1610038511.1167479, + "asctime": "2021-01-11 01:05:21,219", + "created": 1610323521.2192962, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12837,15 +12953,15 @@ "lineno": 22, "message": "Result (6th run - execution not needed): False (<class 'bool'>)", "module": "test", - "msecs": 116.74785614013672, + "msecs": 219.29621696472168, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7165.278911590576, + "relativeCreated": 7469.172716140747, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -12854,8 +12970,8 @@ "False", "<class 'bool'>" ], - "asctime": "2021-01-07 17:55:11,116", - "created": 1610038511.1167905, + "asctime": "2021-01-11 01:05:21,219", + "created": 1610323521.2194722, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12865,41 +12981,41 @@ "lineno": 26, "message": "Expectation (6th run - execution not needed): result = False (<class 'bool'>)", "module": "test", - "msecs": 116.7905330657959, + "msecs": 219.47216987609863, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7165.321588516235, + "relativeCreated": 7469.348669052124, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 116.82987213134766, + "msecs": 219.64645385742188, "msg": "6th run - execution not needed is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7165.360927581787, + "relativeCreated": 7469.522953033447, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 3.933906555175781e-05 + "time_consumption": 0.0001742839813232422 } ], - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.011341333389282227, - "time_finished": "2021-01-07 17:55:11,116", - "time_start": "2021-01-07 17:55:11,105" + "time_consumption": 0.01412510871887207, + "time_finished": "2021-01-11 01:05:21,219", + "time_start": "2021-01-11 01:05:21,205" }, "pylibs.task.crontab: Test crontab": { "args": null, - "asctime": "2021-01-07 17:55:11,117", - "created": 1610038511.1170344, + "asctime": "2021-01-11 01:05:21,220", + "created": 1610323521.2201822, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12910,19 +13026,19 @@ "message": "pylibs.task.crontab: Test crontab", "module": "__init__", "moduleLogger": [], - "msecs": 117.0344352722168, + "msecs": 220.1821804046631, "msg": "pylibs.task.crontab: Test crontab", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7165.565490722656, + "relativeCreated": 7470.0586795806885, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-07 17:55:11,117", - "created": 1610038511.1171126, + "asctime": "2021-01-11 01:05:21,220", + "created": 1610323521.220388, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -12933,15 +13049,15 @@ "message": "Creating Crontab with callback execution in +1 and +3 minutes.", "module": "test_crontab", "moduleLogger": [], - "msecs": 117.11263656616211, + "msecs": 220.38793563842773, "msg": "Creating Crontab with callback execution in +1 and +3 minutes.", "name": "__tLogger__", "pathname": "src/tests/test_crontab.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7165.643692016602, + "relativeCreated": 7470.264434814453, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -12950,8 +13066,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:58:41,218", - "created": 1610038721.2182782, + "asctime": "2021-01-11 01:08:51,322", + "created": 1610323731.3223643, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12966,8 +13082,8 @@ "args": [ 30 ], - "asctime": "2021-01-07 17:55:11,117", - "created": 1610038511.1172252, + "asctime": "2021-01-11 01:05:21,220", + "created": 1610323521.2206745, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -12977,25 +13093,25 @@ "lineno": 63, "message": "Crontab accuracy is 30s", "module": "test_crontab", - "msecs": 117.22517013549805, + "msecs": 220.6745147705078, "msg": "Crontab accuracy is %ds", "name": "__unittest__", "pathname": "src/tests/test_crontab.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 7165.7562255859375, + "relativeCreated": 7470.551013946533, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { "args": [ 1, - 1610038571, - 1610038560 + 1610323581, + 1610323560 ], - "asctime": "2021-01-07 17:56:11,119", - "created": 1610038571.119548, + "asctime": "2021-01-11 01:06:21,223", + "created": 1610323581.2237883, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -13003,27 +13119,27 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 17, - "message": "Crontab execution number 1 at 1610038571s, requested for 1610038560s", + "message": "Crontab execution number 1 at 1610323581s, requested for 1610323560s", "module": "test_crontab", - "msecs": 119.54808235168457, + "msecs": 223.78826141357422, "msg": "Crontab execution number %d at %ds, requested for %ds", "name": "__unittest__", "pathname": "src/tests/test_crontab.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 67168.07913780212, + "relativeCreated": 67473.6647605896, "stack_info": null, - "thread": 140479162595072, + "thread": 140222624749312, "threadName": "Thread-42" }, { "args": [ 2, - 1610038691, - 1610038680 + 1610323701, + 1610323680 ], - "asctime": "2021-01-07 17:58:11,123", - "created": 1610038691.1235433, + "asctime": "2021-01-11 01:08:21,226", + "created": 1610323701.226856, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -13031,27 +13147,27 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 17, - "message": "Crontab execution number 2 at 1610038691s, requested for 1610038680s", + "message": "Crontab execution number 2 at 1610323701s, requested for 1610323680s", "module": "test_crontab", - "msecs": 123.54326248168945, + "msecs": 226.85599327087402, "msg": "Crontab execution number %d at %ds, requested for %ds", "name": "__unittest__", "pathname": "src/tests/test_crontab.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 187172.07431793213, + "relativeCreated": 187476.7324924469, "stack_info": null, - "thread": 140479162595072, + "thread": 140222624749312, "threadName": "Thread-46" }, { "args": [ "Timing of crontasks", - "[ 1610038571, 1610038691 ]", + "[ 1610323581, 1610323701 ]", "<class 'list'>" ], - "asctime": "2021-01-07 17:58:41,217", - "created": 1610038721.2176423, + "asctime": "2021-01-11 01:08:51,321", + "created": 1610323731.321916, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13059,17 +13175,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Timing of crontasks): [ 1610038571, 1610038691 ] (<class 'list'>)", + "message": "Result (Timing of crontasks): [ 1610323581, 1610323701 ] (<class 'list'>)", "module": "test", - "msecs": 217.64230728149414, + "msecs": 321.9161033630371, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 217266.17336273193, + "relativeCreated": 217571.79260253906, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -13078,8 +13194,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:58:41,218", - "created": 1610038721.218018, + "asctime": "2021-01-11 01:08:51,322", + "created": 1610323731.322134, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13089,15 +13205,15 @@ "lineno": 22, "message": "Result (Number of submitted values): 2 (<class 'int'>)", "module": "test", - "msecs": 218.0180549621582, + "msecs": 322.13401794433594, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 217266.5491104126, + "relativeCreated": 217572.01051712036, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -13106,8 +13222,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:58:41,218", - "created": 1610038721.2181666, + "asctime": "2021-01-11 01:08:51,322", + "created": 1610323731.322266, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13117,34 +13233,34 @@ "lineno": 26, "message": "Expectation (Number of submitted values): result = 2 (<class 'int'>)", "module": "test", - "msecs": 218.16658973693848, + "msecs": 322.2661018371582, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 217266.69764518738, + "relativeCreated": 217572.14260101318, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 218.278169631958, + "msecs": 322.36433029174805, "msg": "Number of submitted values is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 217266.8092250824, + "relativeCreated": 217572.24082946777, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00011157989501953125 + "time_consumption": 9.822845458984375e-05 }, { "args": [], - "asctime": "2021-01-07 17:58:41,223", - "created": 1610038721.2236636, + "asctime": "2021-01-11 01:08:51,323", + "created": 1610323731.3231502, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13158,11 +13274,11 @@ { "args": [ "Submitted value number 1", - "1610038571", + "1610323581", "<class 'int'>" ], - "asctime": "2021-01-07 17:58:41,221", - "created": 1610038721.2211585, + "asctime": "2021-01-11 01:08:51,322", + "created": 1610323731.3225229, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13170,27 +13286,27 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Submitted value number 1): 1610038571 (<class 'int'>)", + "message": "Result (Submitted value number 1): 1610323581 (<class 'int'>)", "module": "test", - "msecs": 221.15850448608398, + "msecs": 322.5228786468506, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 217269.68955993652, + "relativeCreated": 217572.39937782288, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { "args": [ "Submitted value number 1", - "1610038560", - "1610038591" + "1610323560", + "1610323591" ], - "asctime": "2021-01-07 17:58:41,221", - "created": 1610038721.2216938, + "asctime": "2021-01-11 01:08:51,322", + "created": 1610323731.3226101, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13198,28 +13314,28 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 34, - "message": "Expectation (Submitted value number 1): 1610038560 <= result <= 1610038591", + "message": "Expectation (Submitted value number 1): 1610323560 <= result <= 1610323591", "module": "test", - "msecs": 221.693754196167, + "msecs": 322.61013984680176, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 217270.2248096466, + "relativeCreated": 217572.48663902283, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { "args": [ - "1610038571", - "1610038560", - "1610038591", + "1610323581", + "1610323560", + "1610323591", "<class 'int'>" ], - "asctime": "2021-01-07 17:58:41,222", - "created": 1610038721.2221096, + "asctime": "2021-01-11 01:08:51,322", + "created": 1610323731.3227227, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13227,27 +13343,27 @@ "levelname": "INFO", "levelno": 20, "lineno": 220, - "message": "Submitted value number 1 is correct (Content 1610038571 in [1610038560 ... 1610038591] and Type is <class 'int'>).", + "message": "Submitted value number 1 is correct (Content 1610323581 in [1610323560 ... 1610323591] and Type is <class 'int'>).", "module": "test", - "msecs": 222.10955619812012, + "msecs": 322.7226734161377, "msg": "Submitted value number 1 is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 217270.64061164856, + "relativeCreated": 217572.59917259216, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { "args": [ "Submitted value number 2", - "1610038691", + "1610323701", "<class 'int'>" ], - "asctime": "2021-01-07 17:58:41,222", - "created": 1610038721.2224033, + "asctime": "2021-01-11 01:08:51,322", + "created": 1610323731.3228323, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13255,27 +13371,27 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Submitted value number 2): 1610038691 (<class 'int'>)", + "message": "Result (Submitted value number 2): 1610323701 (<class 'int'>)", "module": "test", - "msecs": 222.40328788757324, + "msecs": 322.8323459625244, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 217270.934343338, + "relativeCreated": 217572.70884513855, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { "args": [ "Submitted value number 2", - "1610038680", - "1610038711" + "1610323680", + "1610323711" ], - "asctime": "2021-01-07 17:58:41,222", - "created": 1610038721.2225997, + "asctime": "2021-01-11 01:08:51,322", + "created": 1610323731.322939, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13283,28 +13399,28 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 34, - "message": "Expectation (Submitted value number 2): 1610038680 <= result <= 1610038711", + "message": "Expectation (Submitted value number 2): 1610323680 <= result <= 1610323711", "module": "test", - "msecs": 222.59974479675293, + "msecs": 322.9389190673828, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 217271.1308002472, + "relativeCreated": 217572.8154182434, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { "args": [ - "1610038691", - "1610038680", - "1610038711", + "1610323701", + "1610323680", + "1610323711", "<class 'int'>" ], - "asctime": "2021-01-07 17:58:41,223", - "created": 1610038721.2230082, + "asctime": "2021-01-11 01:08:51,323", + "created": 1610323731.3230503, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13312,43 +13428,43 @@ "levelname": "INFO", "levelno": 20, "lineno": 220, - "message": "Submitted value number 2 is correct (Content 1610038691 in [1610038680 ... 1610038711] and Type is <class 'int'>).", + "message": "Submitted value number 2 is correct (Content 1610323701 in [1610323680 ... 1610323711] and Type is <class 'int'>).", "module": "test", - "msecs": 223.0081558227539, + "msecs": 323.05026054382324, "msg": "Submitted value number 2 is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 217271.5392112732, + "relativeCreated": 217572.92675971985, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 223.6635684967041, + "msecs": 323.1501579284668, "msg": "Timing of crontasks: Valueaccuracy and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 217272.19462394714, + "relativeCreated": 217573.0266571045, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.0006554126739501953 + "time_consumption": 9.989738464355469e-05 } ], - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 210.1066291332245, - "time_finished": "2021-01-07 17:58:41,223", - "time_start": "2021-01-07 17:55:11,117" + "time_consumption": 210.1029679775238, + "time_finished": "2021-01-11 01:08:51,323", + "time_start": "2021-01-11 01:05:21,220" }, "pylibs.task.delayed: Test parallel processing and timing for a delayed execution": { "args": null, - "asctime": "2021-01-07 17:55:04,015", - "created": 1610038504.01573, + "asctime": "2021-01-11 01:05:13,857", + "created": 1610323513.857588, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13359,21 +13475,21 @@ "message": "pylibs.task.delayed: Test parallel processing and timing for a delayed execution", "module": "__init__", "moduleLogger": [], - "msecs": 15.729904174804688, + "msecs": 857.5880527496338, "msg": "pylibs.task.delayed: Test parallel processing and timing for a delayed execution", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 64.26095962524414, + "relativeCreated": 107.46455192565918, "stack_info": null, "testcaseLogger": [ { "args": [ 0.25 ], - "asctime": "2021-01-07 17:55:04,016", - "created": 1610038504.0162475, + "asctime": "2021-01-11 01:05:13,860", + "created": 1610323513.8600304, "exc_info": null, "exc_text": null, "filename": "test_delayed.py", @@ -13384,22 +13500,22 @@ "message": "Added a delayed task for execution in 0.250s.", "module": "test_delayed", "moduleLogger": [], - "msecs": 16.24751091003418, + "msecs": 860.0304126739502, "msg": "Added a delayed task for execution in %.3fs.", "name": "__tLogger__", "pathname": "src/tests/test_delayed.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 64.77856636047363, + "relativeCreated": 109.90691184997559, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-07 17:55:04,318", - "created": 1610038504.3187711, + "asctime": "2021-01-11 01:05:14,170", + "created": 1610323514.170298, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13416,8 +13532,8 @@ "[ 1, 2 ]", "<class 'list'>" ], - "asctime": "2021-01-07 17:55:04,317", - "created": 1610038504.317379, + "asctime": "2021-01-11 01:05:14,162", + "created": 1610323514.1629574, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13427,15 +13543,15 @@ "lineno": 22, "message": "Result (Execution of task and delayed task (identified by a submitted sequence number)): [ 1, 2 ] (<class 'list'>)", "module": "test", - "msecs": 317.3789978027344, + "msecs": 162.95742988586426, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 365.9100532531738, + "relativeCreated": 412.83392906188965, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -13444,8 +13560,8 @@ "[ 1, 2 ]", "<class 'list'>" ], - "asctime": "2021-01-07 17:55:04,317", - "created": 1610038504.3176894, + "asctime": "2021-01-11 01:05:14,163", + "created": 1610323514.1638005, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13455,15 +13571,15 @@ "lineno": 26, "message": "Expectation (Execution of task and delayed task (identified by a submitted sequence number)): result = [ 1, 2 ] (<class 'list'>)", "module": "test", - "msecs": 317.6894187927246, + "msecs": 163.80047798156738, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 366.22047424316406, + "relativeCreated": 413.6769771575928, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -13472,8 +13588,8 @@ "1", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:04,317", - "created": 1610038504.3178864, + "asctime": "2021-01-11 01:05:14,166", + "created": 1610323514.1661036, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13483,15 +13599,15 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 (<class 'int'>)", "module": "test", - "msecs": 317.8863525390625, + "msecs": 166.10360145568848, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 366.41740798950195, + "relativeCreated": 415.98010063171387, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -13500,8 +13616,8 @@ "1", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:04,318", - "created": 1610038504.3180356, + "asctime": "2021-01-11 01:05:14,167", + "created": 1610323514.1672158, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13511,15 +13627,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 (<class 'int'>)", "module": "test", - "msecs": 318.0356025695801, + "msecs": 167.21582412719727, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 366.56665802001953, + "relativeCreated": 417.09232330322266, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -13527,8 +13643,8 @@ "1", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:04,318", - "created": 1610038504.318202, + "asctime": "2021-01-11 01:05:14,167", + "created": 1610323514.1679726, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13538,15 +13654,15 @@ "lineno": 144, "message": "Submitted value number 1 is correct (Content 1 and Type is <class 'int'>).", "module": "test", - "msecs": 318.20201873779297, + "msecs": 167.97256469726562, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 366.7330741882324, + "relativeCreated": 417.849063873291, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -13555,8 +13671,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:04,318", - "created": 1610038504.318359, + "asctime": "2021-01-11 01:05:14,168", + "created": 1610323514.168407, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13566,15 +13682,15 @@ "lineno": 22, "message": "Result (Submitted value number 2): 2 (<class 'int'>)", "module": "test", - "msecs": 318.3588981628418, + "msecs": 168.40696334838867, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 366.88995361328125, + "relativeCreated": 418.28346252441406, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -13583,8 +13699,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:04,318", - "created": 1610038504.3184888, + "asctime": "2021-01-11 01:05:14,169", + "created": 1610323514.169047, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13594,15 +13710,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 2 (<class 'int'>)", "module": "test", - "msecs": 318.48883628845215, + "msecs": 169.04711723327637, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 367.0198917388916, + "relativeCreated": 418.92361640930176, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -13610,8 +13726,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:04,318", - "created": 1610038504.3186216, + "asctime": "2021-01-11 01:05:14,169", + "created": 1610323514.1696718, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13621,39 +13737,39 @@ "lineno": 144, "message": "Submitted value number 2 is correct (Content 2 and Type is <class 'int'>).", "module": "test", - "msecs": 318.6216354370117, + "msecs": 169.67177391052246, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 367.1526908874512, + "relativeCreated": 419.54827308654785, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 318.7711238861084, + "msecs": 170.29809951782227, "msg": "Execution of task and delayed task (identified by a submitted sequence number): Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 367.30217933654785, + "relativeCreated": 420.17459869384766, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.0001494884490966797 + "time_consumption": 0.0006263256072998047 }, { "args": [ - "0.2502169609069824", + "0.2502706050872803", "0.2465", "0.2545", "<class 'float'>" ], - "asctime": "2021-01-07 17:55:04,319", - "created": 1610038504.3193684, + "asctime": "2021-01-11 01:05:14,172", + "created": 1610323514.1721113, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13661,17 +13777,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 220, - "message": "Time consumption is correct (Content 0.2502169609069824 in [0.2465 ... 0.2545] and Type is <class 'float'>).", + "message": "Time consumption is correct (Content 0.2502706050872803 in [0.2465 ... 0.2545] and Type is <class 'float'>).", "module": "test", "moduleLogger": [ { "args": [ "Time consumption", - "0.2502169609069824", + "0.2502706050872803", "<class 'float'>" ], - "asctime": "2021-01-07 17:55:04,319", - "created": 1610038504.3190694, + "asctime": "2021-01-11 01:05:14,171", + "created": 1610323514.171234, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13679,17 +13795,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Time consumption): 0.2502169609069824 (<class 'float'>)", + "message": "Result (Time consumption): 0.2502706050872803 (<class 'float'>)", "module": "test", - "msecs": 319.06938552856445, + "msecs": 171.2338924407959, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 367.6004409790039, + "relativeCreated": 421.1103916168213, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -13698,8 +13814,8 @@ "0.2465", "0.2545" ], - "asctime": "2021-01-07 17:55:04,319", - "created": 1610038504.319223, + "asctime": "2021-01-11 01:05:14,171", + "created": 1610323514.171679, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13709,36 +13825,36 @@ "lineno": 34, "message": "Expectation (Time consumption): 0.2465 <= result <= 0.2545", "module": "test", - "msecs": 319.22292709350586, + "msecs": 171.67901992797852, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 367.7539825439453, + "relativeCreated": 421.5555191040039, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 319.3683624267578, + "msecs": 172.11127281188965, "msg": "Time consumption is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 367.89941787719727, + "relativeCreated": 421.98777198791504, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00014543533325195312 + "time_consumption": 0.0004322528839111328 }, { "args": [ 0.01 ], - "asctime": "2021-01-07 17:55:04,320", - "created": 1610038504.3201964, + "asctime": "2021-01-11 01:05:14,174", + "created": 1610323514.1742556, "exc_info": null, "exc_text": null, "filename": "test_delayed.py", @@ -13749,22 +13865,22 @@ "message": "Added a delayed task for execution in 0.010s.", "module": "test_delayed", "moduleLogger": [], - "msecs": 320.19639015197754, + "msecs": 174.2556095123291, "msg": "Added a delayed task for execution in %.3fs.", "name": "__tLogger__", "pathname": "src/tests/test_delayed.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 368.727445602417, + "relativeCreated": 424.1321086883545, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-07 17:55:04,422", - "created": 1610038504.4223506, + "asctime": "2021-01-11 01:05:14,283", + "created": 1610323514.2832017, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13781,8 +13897,8 @@ "[ 1, 2 ]", "<class 'list'>" ], - "asctime": "2021-01-07 17:55:04,420", - "created": 1610038504.4209793, + "asctime": "2021-01-11 01:05:14,276", + "created": 1610323514.2764919, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13792,15 +13908,15 @@ "lineno": 22, "message": "Result (Execution of task and delayed task (identified by a submitted sequence number)): [ 1, 2 ] (<class 'list'>)", "module": "test", - "msecs": 420.97926139831543, + "msecs": 276.4918804168701, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 469.5103168487549, + "relativeCreated": 526.3683795928955, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -13809,8 +13925,8 @@ "[ 1, 2 ]", "<class 'list'>" ], - "asctime": "2021-01-07 17:55:04,421", - "created": 1610038504.421299, + "asctime": "2021-01-11 01:05:14,277", + "created": 1610323514.277773, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13820,15 +13936,15 @@ "lineno": 26, "message": "Expectation (Execution of task and delayed task (identified by a submitted sequence number)): result = [ 1, 2 ] (<class 'list'>)", "module": "test", - "msecs": 421.2989807128906, + "msecs": 277.7729034423828, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 469.8300361633301, + "relativeCreated": 527.6494026184082, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -13837,8 +13953,8 @@ "1", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:04,421", - "created": 1610038504.4214804, + "asctime": "2021-01-11 01:05:14,278", + "created": 1610323514.278857, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13848,15 +13964,15 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 (<class 'int'>)", "module": "test", - "msecs": 421.4804172515869, + "msecs": 278.8569927215576, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 470.01147270202637, + "relativeCreated": 528.733491897583, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -13865,8 +13981,8 @@ "1", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:04,421", - "created": 1610038504.421655, + "asctime": "2021-01-11 01:05:14,279", + "created": 1610323514.2797017, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13876,15 +13992,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 (<class 'int'>)", "module": "test", - "msecs": 421.65493965148926, + "msecs": 279.70170974731445, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 470.1859951019287, + "relativeCreated": 529.5782089233398, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -13892,8 +14008,8 @@ "1", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:04,421", - "created": 1610038504.421812, + "asctime": "2021-01-11 01:05:14,280", + "created": 1610323514.2801275, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13903,15 +14019,15 @@ "lineno": 144, "message": "Submitted value number 1 is correct (Content 1 and Type is <class 'int'>).", "module": "test", - "msecs": 421.8120574951172, + "msecs": 280.12752532958984, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 470.34311294555664, + "relativeCreated": 530.0040245056152, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -13920,8 +14036,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:04,421", - "created": 1610038504.421966, + "asctime": "2021-01-11 01:05:14,280", + "created": 1610323514.2807574, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13931,15 +14047,15 @@ "lineno": 22, "message": "Result (Submitted value number 2): 2 (<class 'int'>)", "module": "test", - "msecs": 421.9660758972168, + "msecs": 280.7574272155762, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 470.49713134765625, + "relativeCreated": 530.6339263916016, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -13948,8 +14064,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:04,422", - "created": 1610038504.422096, + "asctime": "2021-01-11 01:05:14,281", + "created": 1610323514.2814057, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13959,15 +14075,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 2 (<class 'int'>)", "module": "test", - "msecs": 422.09601402282715, + "msecs": 281.4056873321533, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 470.6270694732666, + "relativeCreated": 531.2821865081787, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -13975,8 +14091,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:04,422", - "created": 1610038504.4222262, + "asctime": "2021-01-11 01:05:14,281", + "created": 1610323514.2816944, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13986,39 +14102,39 @@ "lineno": 144, "message": "Submitted value number 2 is correct (Content 2 and Type is <class 'int'>).", "module": "test", - "msecs": 422.2261905670166, + "msecs": 281.6944122314453, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 470.75724601745605, + "relativeCreated": 531.5709114074707, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 422.3506450653076, + "msecs": 283.2016944885254, "msg": "Execution of task and delayed task (identified by a submitted sequence number): Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 470.88170051574707, + "relativeCreated": 533.0781936645508, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00012445449829101562 + "time_consumption": 0.0015072822570800781 }, { "args": [ - "0.010170221328735352", + "0.010149478912353516", "0.008900000000000002", "0.0121", "<class 'float'>" ], - "asctime": "2021-01-07 17:55:04,422", - "created": 1610038504.4229882, + "asctime": "2021-01-11 01:05:14,286", + "created": 1610323514.2865992, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14026,17 +14142,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 220, - "message": "Time consumption is correct (Content 0.010170221328735352 in [0.008900000000000002 ... 0.0121] and Type is <class 'float'>).", + "message": "Time consumption is correct (Content 0.010149478912353516 in [0.008900000000000002 ... 0.0121] and Type is <class 'float'>).", "module": "test", "moduleLogger": [ { "args": [ "Time consumption", - "0.010170221328735352", + "0.010149478912353516", "<class 'float'>" ], - "asctime": "2021-01-07 17:55:04,422", - "created": 1610038504.4226696, + "asctime": "2021-01-11 01:05:14,284", + "created": 1610323514.284649, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14044,17 +14160,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Time consumption): 0.010170221328735352 (<class 'float'>)", + "message": "Result (Time consumption): 0.010149478912353516 (<class 'float'>)", "module": "test", - "msecs": 422.6696491241455, + "msecs": 284.6488952636719, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 471.20070457458496, + "relativeCreated": 534.5253944396973, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -14063,8 +14179,8 @@ "0.008900000000000002", "0.0121" ], - "asctime": "2021-01-07 17:55:04,422", - "created": 1610038504.422824, + "asctime": "2021-01-11 01:05:14,286", + "created": 1610323514.2860353, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14074,36 +14190,36 @@ "lineno": 34, "message": "Expectation (Time consumption): 0.008900000000000002 <= result <= 0.0121", "module": "test", - "msecs": 422.8239059448242, + "msecs": 286.03529930114746, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 471.3549613952637, + "relativeCreated": 535.9117984771729, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 422.9881763458252, + "msecs": 286.59915924072266, "msg": "Time consumption is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 471.51923179626465, + "relativeCreated": 536.475658416748, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00016427040100097656 + "time_consumption": 0.0005638599395751953 }, { "args": [ 0.005 ], - "asctime": "2021-01-07 17:55:04,423", - "created": 1610038504.4237893, + "asctime": "2021-01-11 01:05:14,290", + "created": 1610323514.2901847, "exc_info": null, "exc_text": null, "filename": "test_delayed.py", @@ -14114,22 +14230,22 @@ "message": "Added a delayed task for execution in 0.005s.", "module": "test_delayed", "moduleLogger": [], - "msecs": 423.78926277160645, + "msecs": 290.18473625183105, "msg": "Added a delayed task for execution in %.3fs.", "name": "__tLogger__", "pathname": "src/tests/test_delayed.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 472.3203182220459, + "relativeCreated": 540.0612354278564, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-07 17:55:04,525", - "created": 1610038504.5253828, + "asctime": "2021-01-11 01:05:14,392", + "created": 1610323514.392453, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14146,8 +14262,8 @@ "[ 1, 2 ]", "<class 'list'>" ], - "asctime": "2021-01-07 17:55:04,524", - "created": 1610038504.5244145, + "asctime": "2021-01-11 01:05:14,391", + "created": 1610323514.3913229, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14157,15 +14273,15 @@ "lineno": 22, "message": "Result (Execution of task and delayed task (identified by a submitted sequence number)): [ 1, 2 ] (<class 'list'>)", "module": "test", - "msecs": 524.4145393371582, + "msecs": 391.3228511810303, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 572.9455947875977, + "relativeCreated": 641.1993503570557, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -14174,8 +14290,8 @@ "[ 1, 2 ]", "<class 'list'>" ], - "asctime": "2021-01-07 17:55:04,524", - "created": 1610038504.5246336, + "asctime": "2021-01-11 01:05:14,391", + "created": 1610323514.3916612, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14185,15 +14301,15 @@ "lineno": 26, "message": "Expectation (Execution of task and delayed task (identified by a submitted sequence number)): result = [ 1, 2 ] (<class 'list'>)", "module": "test", - "msecs": 524.6336460113525, + "msecs": 391.6611671447754, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 573.164701461792, + "relativeCreated": 641.5376663208008, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -14202,8 +14318,8 @@ "1", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:04,524", - "created": 1610038504.524814, + "asctime": "2021-01-11 01:05:14,391", + "created": 1610323514.39178, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14213,15 +14329,15 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 (<class 'int'>)", "module": "test", - "msecs": 524.8138904571533, + "msecs": 391.77989959716797, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 573.3449459075928, + "relativeCreated": 641.6563987731934, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -14230,8 +14346,8 @@ "1", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:04,524", - "created": 1610038504.5249314, + "asctime": "2021-01-11 01:05:14,391", + "created": 1610323514.3918877, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14241,15 +14357,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 (<class 'int'>)", "module": "test", - "msecs": 524.9314308166504, + "msecs": 391.8876647949219, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 573.4624862670898, + "relativeCreated": 641.7641639709473, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -14257,8 +14373,8 @@ "1", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:04,525", - "created": 1610038504.525029, + "asctime": "2021-01-11 01:05:14,392", + "created": 1610323514.3920026, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14268,15 +14384,15 @@ "lineno": 144, "message": "Submitted value number 1 is correct (Content 1 and Type is <class 'int'>).", "module": "test", - "msecs": 525.0289440155029, + "msecs": 392.0025825500488, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 573.5599994659424, + "relativeCreated": 641.8790817260742, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -14285,8 +14401,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:04,525", - "created": 1610038504.5251248, + "asctime": "2021-01-11 01:05:14,392", + "created": 1610323514.3921115, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14296,15 +14412,15 @@ "lineno": 22, "message": "Result (Submitted value number 2): 2 (<class 'int'>)", "module": "test", - "msecs": 525.1247882843018, + "msecs": 392.11153984069824, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 573.6558437347412, + "relativeCreated": 641.9880390167236, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -14313,8 +14429,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:04,525", - "created": 1610038504.525211, + "asctime": "2021-01-11 01:05:14,392", + "created": 1610323514.392224, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14324,15 +14440,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 2 (<class 'int'>)", "module": "test", - "msecs": 525.2110958099365, + "msecs": 392.2240734100342, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 573.742151260376, + "relativeCreated": 642.1005725860596, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -14340,8 +14456,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:04,525", - "created": 1610038504.5252984, + "asctime": "2021-01-11 01:05:14,392", + "created": 1610323514.3923423, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14351,39 +14467,39 @@ "lineno": 144, "message": "Submitted value number 2 is correct (Content 2 and Type is <class 'int'>).", "module": "test", - "msecs": 525.2983570098877, + "msecs": 392.34232902526855, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 573.8294124603271, + "relativeCreated": 642.218828201294, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 525.3827571868896, + "msecs": 392.4529552459717, "msg": "Execution of task and delayed task (identified by a submitted sequence number): Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 573.9138126373291, + "relativeCreated": 642.3294544219971, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 8.440017700195312e-05 + "time_consumption": 0.000110626220703125 }, { "args": [ - "0.005202054977416992", + "0.005141496658325195", "0.00395", "0.00705", "<class 'float'>" ], - "asctime": "2021-01-07 17:55:04,525", - "created": 1610038504.5257883, + "asctime": "2021-01-11 01:05:14,392", + "created": 1610323514.3929582, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14391,17 +14507,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 220, - "message": "Time consumption is correct (Content 0.005202054977416992 in [0.00395 ... 0.00705] and Type is <class 'float'>).", + "message": "Time consumption is correct (Content 0.005141496658325195 in [0.00395 ... 0.00705] and Type is <class 'float'>).", "module": "test", "moduleLogger": [ { "args": [ "Time consumption", - "0.005202054977416992", + "0.005141496658325195", "<class 'float'>" ], - "asctime": "2021-01-07 17:55:04,525", - "created": 1610038504.5255866, + "asctime": "2021-01-11 01:05:14,392", + "created": 1610323514.392702, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14409,17 +14525,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Time consumption): 0.005202054977416992 (<class 'float'>)", + "message": "Result (Time consumption): 0.005141496658325195 (<class 'float'>)", "module": "test", - "msecs": 525.5866050720215, + "msecs": 392.7021026611328, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 574.1176605224609, + "relativeCreated": 642.5786018371582, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -14428,8 +14544,8 @@ "0.00395", "0.00705" ], - "asctime": "2021-01-07 17:55:04,525", - "created": 1610038504.5256896, + "asctime": "2021-01-11 01:05:14,392", + "created": 1610323514.392827, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14439,41 +14555,41 @@ "lineno": 34, "message": "Expectation (Time consumption): 0.00395 <= result <= 0.00705", "module": "test", - "msecs": 525.6896018981934, + "msecs": 392.82703399658203, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 574.2206573486328, + "relativeCreated": 642.7035331726074, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 525.7883071899414, + "msecs": 392.9581642150879, "msg": "Time consumption is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 574.3193626403809, + "relativeCreated": 642.8346633911133, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 9.870529174804688e-05 + "time_consumption": 0.00013113021850585938 } ], - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.5100584030151367, - "time_finished": "2021-01-07 17:55:04,525", - "time_start": "2021-01-07 17:55:04,015" + "time_consumption": 0.5353701114654541, + "time_finished": "2021-01-11 01:05:14,392", + "time_start": "2021-01-11 01:05:13,857" }, "pylibs.task.periodic: Test periodic execution": { "args": null, - "asctime": "2021-01-07 17:55:04,526", - "created": 1610038504.526134, + "asctime": "2021-01-11 01:05:14,393", + "created": 1610323514.3933418, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14484,13 +14600,13 @@ "message": "pylibs.task.periodic: Test periodic execution", "module": "__init__", "moduleLogger": [], - "msecs": 526.1340141296387, + "msecs": 393.3417797088623, "msg": "pylibs.task.periodic: Test periodic execution", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 574.6650695800781, + "relativeCreated": 643.2182788848877, "stack_info": null, "testcaseLogger": [ { @@ -14498,8 +14614,8 @@ 10, "0.25" ], - "asctime": "2021-01-07 17:55:06,832", - "created": 1610038506.8322654, + "asctime": "2021-01-11 01:05:16,698", + "created": 1610323516.6989827, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -14513,10 +14629,10 @@ { "args": [ 1, - 1610038504.5271358 + 1610323514.394252 ], - "asctime": "2021-01-07 17:55:04,527", - "created": 1610038504.527167, + "asctime": "2021-01-11 01:05:14,394", + "created": 1610323514.3942757, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -14524,26 +14640,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 1 at 1610038504.527136", + "message": "Task execution number 1 at 1610323514.394252", "module": "test_periodic", - "msecs": 527.1670818328857, + "msecs": 394.2756652832031, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 575.6981372833252, + "relativeCreated": 644.1521644592285, "stack_info": null, - "thread": 140479162595072, + "thread": 140222624749312, "threadName": "Thread-4" }, { "args": [ 2, - 1610038504.7777054 + 1610323514.644655 ], - "asctime": "2021-01-07 17:55:04,777", - "created": 1610038504.7777534, + "asctime": "2021-01-11 01:05:14,644", + "created": 1610323514.6446862, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -14551,26 +14667,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 2 at 1610038504.777705", + "message": "Task execution number 2 at 1610323514.644655", "module": "test_periodic", - "msecs": 777.7533531188965, + "msecs": 644.686222076416, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 826.2844085693359, + "relativeCreated": 894.5627212524414, "stack_info": null, - "thread": 140479153981184, + "thread": 140222616131328, "threadName": "Thread-5" }, { "args": [ 3, - 1610038505.0284436 + 1610323514.8956177 ], - "asctime": "2021-01-07 17:55:05,028", - "created": 1610038505.0285013, + "asctime": "2021-01-11 01:05:14,895", + "created": 1610323514.8957057, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -14578,26 +14694,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 3 at 1610038505.028444", + "message": "Task execution number 3 at 1610323514.895618", "module": "test_periodic", - "msecs": 28.501272201538086, + "msecs": 895.7056999206543, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 1077.0323276519775, + "relativeCreated": 1145.5821990966797, "stack_info": null, - "thread": 140479162595072, + "thread": 140222624749312, "threadName": "Thread-6" }, { "args": [ 4, - 1610038505.2792385 + 1610323515.146284 ], - "asctime": "2021-01-07 17:55:05,279", - "created": 1610038505.2793083, + "asctime": "2021-01-11 01:05:15,146", + "created": 1610323515.146337, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -14605,26 +14721,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 4 at 1610038505.279238", + "message": "Task execution number 4 at 1610323515.146284", "module": "test_periodic", - "msecs": 279.3083190917969, + "msecs": 146.33703231811523, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 1327.8393745422363, + "relativeCreated": 1396.2135314941406, "stack_info": null, - "thread": 140479153981184, + "thread": 140222616131328, "threadName": "Thread-7" }, { "args": [ 5, - 1610038505.5299902 + 1610323515.3991084 ], - "asctime": "2021-01-07 17:55:05,530", - "created": 1610038505.5300567, + "asctime": "2021-01-11 01:05:15,399", + "created": 1610323515.399263, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -14632,26 +14748,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 5 at 1610038505.529990", + "message": "Task execution number 5 at 1610323515.399108", "module": "test_periodic", - "msecs": 530.0567150115967, + "msecs": 399.2629051208496, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 1578.5877704620361, + "relativeCreated": 1649.139404296875, "stack_info": null, - "thread": 140479162595072, + "thread": 140222624749312, "threadName": "Thread-8" }, { "args": [ 6, - 1610038505.7808244 + 1610323515.6493518 ], - "asctime": "2021-01-07 17:55:05,780", - "created": 1610038505.7808878, + "asctime": "2021-01-11 01:05:15,649", + "created": 1610323515.6493778, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -14659,26 +14775,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 6 at 1610038505.780824", + "message": "Task execution number 6 at 1610323515.649352", "module": "test_periodic", - "msecs": 780.8878421783447, + "msecs": 649.3778228759766, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 1829.4188976287842, + "relativeCreated": 1899.254322052002, "stack_info": null, - "thread": 140479153981184, + "thread": 140222616131328, "threadName": "Thread-9" }, { "args": [ 7, - 1610038506.0315716 + 1610323515.900382 ], - "asctime": "2021-01-07 17:55:06,031", - "created": 1610038506.0316296, + "asctime": "2021-01-11 01:05:15,900", + "created": 1610323515.9004848, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -14686,26 +14802,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 7 at 1610038506.031572", + "message": "Task execution number 7 at 1610323515.900382", "module": "test_periodic", - "msecs": 31.629562377929688, + "msecs": 900.4848003387451, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 2080.160617828369, + "relativeCreated": 2150.3612995147705, "stack_info": null, - "thread": 140479162595072, + "thread": 140222624749312, "threadName": "Thread-10" }, { "args": [ 8, - 1610038506.2822955 + 1610323516.1507924 ], - "asctime": "2021-01-07 17:55:06,282", - "created": 1610038506.282353, + "asctime": "2021-01-11 01:05:16,150", + "created": 1610323516.1508284, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -14713,26 +14829,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 8 at 1610038506.282295", + "message": "Task execution number 8 at 1610323516.150792", "module": "test_periodic", - "msecs": 282.3529243469238, + "msecs": 150.82836151123047, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 2330.8839797973633, + "relativeCreated": 2400.704860687256, "stack_info": null, - "thread": 140479153981184, + "thread": 140222616131328, "threadName": "Thread-11" }, { "args": [ 9, - 1610038506.5330143 + 1610323516.4012434 ], - "asctime": "2021-01-07 17:55:06,533", - "created": 1610038506.5330737, + "asctime": "2021-01-11 01:05:16,401", + "created": 1610323516.401276, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -14740,26 +14856,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 9 at 1610038506.533014", + "message": "Task execution number 9 at 1610323516.401243", "module": "test_periodic", - "msecs": 533.0736637115479, + "msecs": 401.2761116027832, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 2581.6047191619873, + "relativeCreated": 2651.1526107788086, "stack_info": null, - "thread": 140479162595072, + "thread": 140222624749312, "threadName": "Thread-12" }, { "args": [ 10, - 1610038506.783604 + 1610323516.651839 ], - "asctime": "2021-01-07 17:55:06,783", - "created": 1610038506.783664, + "asctime": "2021-01-11 01:05:16,651", + "created": 1610323516.6518683, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -14767,41 +14883,41 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 10 at 1610038506.783604", + "message": "Task execution number 10 at 1610323516.651839", "module": "test_periodic", - "msecs": 783.6639881134033, + "msecs": 651.8683433532715, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 2832.195043563843, + "relativeCreated": 2901.744842529297, "stack_info": null, - "thread": 140479153981184, + "thread": 140222616131328, "threadName": "Thread-13" } ], - "msecs": 832.2653770446777, + "msecs": 698.9827156066895, "msg": "Running a periodic task for %d cycles with a cycletime of %ss", "name": "__tLogger__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 2880.796432495117, + "relativeCreated": 2948.859214782715, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.048601388931274414 + "time_consumption": 0.04711437225341797 }, { "args": [ - "0.25056958198547363", + "0.2502434253692627", "0.2465", "0.2545", "<class 'float'>" ], - "asctime": "2021-01-07 17:55:06,833", - "created": 1610038506.8330562, + "asctime": "2021-01-11 01:05:16,701", + "created": 1610323516.7015204, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14809,17 +14925,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 220, - "message": "Minimum cycle time is correct (Content 0.25056958198547363 in [0.2465 ... 0.2545] and Type is <class 'float'>).", + "message": "Minimum cycle time is correct (Content 0.2502434253692627 in [0.2465 ... 0.2545] and Type is <class 'float'>).", "module": "test", "moduleLogger": [ { "args": [ "Minimum cycle time", - "0.25056958198547363", + "0.2502434253692627", "<class 'float'>" ], - "asctime": "2021-01-07 17:55:06,832", - "created": 1610038506.832773, + "asctime": "2021-01-11 01:05:16,700", + "created": 1610323516.700369, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14827,17 +14943,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Minimum cycle time): 0.25056958198547363 (<class 'float'>)", + "message": "Result (Minimum cycle time): 0.2502434253692627 (<class 'float'>)", "module": "test", - "msecs": 832.772970199585, + "msecs": 700.3688812255859, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 2881.3040256500244, + "relativeCreated": 2950.2453804016113, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -14846,8 +14962,8 @@ "0.2465", "0.2545" ], - "asctime": "2021-01-07 17:55:06,832", - "created": 1610038506.8329372, + "asctime": "2021-01-11 01:05:16,701", + "created": 1610323516.7010393, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14857,39 +14973,39 @@ "lineno": 34, "message": "Expectation (Minimum cycle time): 0.2465 <= result <= 0.2545", "module": "test", - "msecs": 832.9372406005859, + "msecs": 701.0393142700195, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 2881.4682960510254, + "relativeCreated": 2950.915813446045, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 833.0562114715576, + "msecs": 701.5204429626465, "msg": "Minimum cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 2881.587266921997, + "relativeCreated": 2951.396942138672, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00011897087097167969 + "time_consumption": 0.0004811286926269531 }, { "args": [ - "0.2507186730702718", + "0.25084299511379665", "0.2465", "0.2545", "<class 'float'>" ], - "asctime": "2021-01-07 17:55:06,833", - "created": 1610038506.833458, + "asctime": "2021-01-11 01:05:16,704", + "created": 1610323516.7041557, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14897,17 +15013,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 220, - "message": "Mean cycle time is correct (Content 0.2507186730702718 in [0.2465 ... 0.2545] and Type is <class 'float'>).", + "message": "Mean cycle time is correct (Content 0.25084299511379665 in [0.2465 ... 0.2545] and Type is <class 'float'>).", "module": "test", "moduleLogger": [ { "args": [ "Mean cycle time", - "0.2507186730702718", + "0.25084299511379665", "<class 'float'>" ], - "asctime": "2021-01-07 17:55:06,833", - "created": 1610038506.8332422, + "asctime": "2021-01-11 01:05:16,703", + "created": 1610323516.7031465, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14915,17 +15031,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Mean cycle time): 0.2507186730702718 (<class 'float'>)", + "message": "Result (Mean cycle time): 0.25084299511379665 (<class 'float'>)", "module": "test", - "msecs": 833.2421779632568, + "msecs": 703.1464576721191, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 2881.7732334136963, + "relativeCreated": 2953.0229568481445, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -14934,8 +15050,8 @@ "0.2465", "0.2545" ], - "asctime": "2021-01-07 17:55:06,833", - "created": 1610038506.8333387, + "asctime": "2021-01-11 01:05:16,703", + "created": 1610323516.7037868, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14945,39 +15061,39 @@ "lineno": 34, "message": "Expectation (Mean cycle time): 0.2465 <= result <= 0.2545", "module": "test", - "msecs": 833.338737487793, + "msecs": 703.7868499755859, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 2881.8697929382324, + "relativeCreated": 2953.6633491516113, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 833.4579467773438, + "msecs": 704.155683517456, "msg": "Mean cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 2881.989002227783, + "relativeCreated": 2954.0321826934814, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00011920928955078125 + "time_consumption": 0.0003688335418701172 }, { "args": [ - "0.25083422660827637", + "0.2528243064880371", "0.2465", "0.2565", "<class 'float'>" ], - "asctime": "2021-01-07 17:55:06,833", - "created": 1610038506.8338907, + "asctime": "2021-01-11 01:05:16,705", + "created": 1610323516.705764, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14985,17 +15101,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 220, - "message": "Maximum cycle time is correct (Content 0.25083422660827637 in [0.2465 ... 0.2565] and Type is <class 'float'>).", + "message": "Maximum cycle time is correct (Content 0.2528243064880371 in [0.2465 ... 0.2565] and Type is <class 'float'>).", "module": "test", "moduleLogger": [ { "args": [ "Maximum cycle time", - "0.25083422660827637", + "0.2528243064880371", "<class 'float'>" ], - "asctime": "2021-01-07 17:55:06,833", - "created": 1610038506.8336704, + "asctime": "2021-01-11 01:05:16,704", + "created": 1610323516.7049015, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15003,17 +15119,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Maximum cycle time): 0.25083422660827637 (<class 'float'>)", + "message": "Result (Maximum cycle time): 0.2528243064880371 (<class 'float'>)", "module": "test", - "msecs": 833.6703777313232, + "msecs": 704.9014568328857, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 2882.2014331817627, + "relativeCreated": 2954.777956008911, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -15022,8 +15138,8 @@ "0.2465", "0.2565" ], - "asctime": "2021-01-07 17:55:06,833", - "created": 1610038506.8337843, + "asctime": "2021-01-11 01:05:16,705", + "created": 1610323516.705434, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15033,37 +15149,37 @@ "lineno": 34, "message": "Expectation (Maximum cycle time): 0.2465 <= result <= 0.2565", "module": "test", - "msecs": 833.7843418121338, + "msecs": 705.4340839385986, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 2882.3153972625732, + "relativeCreated": 2955.310583114624, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 833.8906764984131, + "msecs": 705.7640552520752, "msg": "Maximum cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 2882.4217319488525, + "relativeCreated": 2955.6405544281006, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00010633468627929688 + "time_consumption": 0.0003299713134765625 }, { "args": [ 10, "0.01" ], - "asctime": "2021-01-07 17:55:06,955", - "created": 1610038506.9553905, + "asctime": "2021-01-11 01:05:16,827", + "created": 1610323516.8279433, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15077,10 +15193,10 @@ { "args": [ 1, - 1610038506.8351912 + 1610323516.7081878 ], - "asctime": "2021-01-07 17:55:06,835", - "created": 1610038506.835219, + "asctime": "2021-01-11 01:05:16,708", + "created": 1610323516.7082846, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15088,26 +15204,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 1 at 1610038506.835191", + "message": "Task execution number 1 at 1610323516.708188", "module": "test_periodic", - "msecs": 835.2189064025879, + "msecs": 708.2846164703369, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 2883.7499618530273, + "relativeCreated": 2958.1611156463623, "stack_info": null, - "thread": 140479162595072, + "thread": 140222624749312, "threadName": "Thread-15" }, { "args": [ 2, - 1610038506.8463805 + 1610323516.7185416 ], - "asctime": "2021-01-07 17:55:06,846", - "created": 1610038506.8465204, + "asctime": "2021-01-11 01:05:16,718", + "created": 1610323516.718574, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15115,26 +15231,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 2 at 1610038506.846380", + "message": "Task execution number 2 at 1610323516.718542", "module": "test_periodic", - "msecs": 846.5204238891602, + "msecs": 718.574047088623, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 2895.0514793395996, + "relativeCreated": 2968.4505462646484, "stack_info": null, - "thread": 140479153981184, + "thread": 140222616131328, "threadName": "Thread-16" }, { "args": [ 3, - 1610038506.8566947 + 1610323516.7291396 ], - "asctime": "2021-01-07 17:55:06,856", - "created": 1610038506.856762, + "asctime": "2021-01-11 01:05:16,729", + "created": 1610323516.7291873, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15142,26 +15258,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 3 at 1610038506.856695", + "message": "Task execution number 3 at 1610323516.729140", "module": "test_periodic", - "msecs": 856.7619323730469, + "msecs": 729.1872501373291, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 2905.2929878234863, + "relativeCreated": 2979.0637493133545, "stack_info": null, - "thread": 140479162595072, + "thread": 140222624749312, "threadName": "Thread-17" }, { "args": [ 4, - 1610038506.8673658 + 1610323516.7398252 ], - "asctime": "2021-01-07 17:55:06,867", - "created": 1610038506.8674185, + "asctime": "2021-01-11 01:05:16,739", + "created": 1610323516.7398834, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15169,26 +15285,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 4 at 1610038506.867366", + "message": "Task execution number 4 at 1610323516.739825", "module": "test_periodic", - "msecs": 867.4185276031494, + "msecs": 739.8834228515625, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 2915.949583053589, + "relativeCreated": 2989.759922027588, "stack_info": null, - "thread": 140479153981184, + "thread": 140222616131328, "threadName": "Thread-18" }, { "args": [ 5, - 1610038506.8784332 + 1610323516.7503533 ], - "asctime": "2021-01-07 17:55:06,878", - "created": 1610038506.8785398, + "asctime": "2021-01-11 01:05:16,750", + "created": 1610323516.7504017, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15196,26 +15312,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 5 at 1610038506.878433", + "message": "Task execution number 5 at 1610323516.750353", "module": "test_periodic", - "msecs": 878.5398006439209, + "msecs": 750.4017353057861, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 2927.0708560943604, + "relativeCreated": 3000.2782344818115, "stack_info": null, - "thread": 140479162595072, + "thread": 140222624749312, "threadName": "Thread-19" }, { "args": [ 6, - 1610038506.8890824 + 1610323516.7608607 ], - "asctime": "2021-01-07 17:55:06,889", - "created": 1610038506.889135, + "asctime": "2021-01-11 01:05:16,760", + "created": 1610323516.760899, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15223,26 +15339,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 6 at 1610038506.889082", + "message": "Task execution number 6 at 1610323516.760861", "module": "test_periodic", - "msecs": 889.1348838806152, + "msecs": 760.8990669250488, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 2937.6659393310547, + "relativeCreated": 3010.775566101074, "stack_info": null, - "thread": 140479153981184, + "thread": 140222616131328, "threadName": "Thread-20" }, { "args": [ 7, - 1610038506.8997471 + 1610323516.771696 ], - "asctime": "2021-01-07 17:55:06,899", - "created": 1610038506.8998098, + "asctime": "2021-01-11 01:05:16,771", + "created": 1610323516.7717957, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15250,26 +15366,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 7 at 1610038506.899747", + "message": "Task execution number 7 at 1610323516.771696", "module": "test_periodic", - "msecs": 899.8098373413086, + "msecs": 771.7957496643066, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 2948.340892791748, + "relativeCreated": 3021.672248840332, "stack_info": null, - "thread": 140479162595072, + "thread": 140222624749312, "threadName": "Thread-21" }, { "args": [ 8, - 1610038506.9108841 + 1610323516.7825508 ], - "asctime": "2021-01-07 17:55:06,910", - "created": 1610038506.9109619, + "asctime": "2021-01-11 01:05:16,782", + "created": 1610323516.7826312, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15277,26 +15393,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 8 at 1610038506.910884", + "message": "Task execution number 8 at 1610323516.782551", "module": "test_periodic", - "msecs": 910.9618663787842, + "msecs": 782.6311588287354, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 2959.4929218292236, + "relativeCreated": 3032.5076580047607, "stack_info": null, - "thread": 140479153981184, + "thread": 140222616131328, "threadName": "Thread-22" }, { "args": [ 9, - 1610038506.921244 + 1610323516.7935271 ], - "asctime": "2021-01-07 17:55:06,921", - "created": 1610038506.9212766, + "asctime": "2021-01-11 01:05:16,793", + "created": 1610323516.7936206, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15304,26 +15420,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 9 at 1610038506.921244", + "message": "Task execution number 9 at 1610323516.793527", "module": "test_periodic", - "msecs": 921.2765693664551, + "msecs": 793.6205863952637, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 2969.8076248168945, + "relativeCreated": 3043.497085571289, "stack_info": null, - "thread": 140479162595072, + "thread": 140222624749312, "threadName": "Thread-23" }, { "args": [ 10, - 1610038506.931875 + 1610323516.8039014 ], - "asctime": "2021-01-07 17:55:06,931", - "created": 1610038506.9319348, + "asctime": "2021-01-11 01:05:16,803", + "created": 1610323516.8039346, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15331,41 +15447,41 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 10 at 1610038506.931875", + "message": "Task execution number 10 at 1610323516.803901", "module": "test_periodic", - "msecs": 931.9348335266113, + "msecs": 803.9345741271973, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 2980.465888977051, + "relativeCreated": 3053.8110733032227, "stack_info": null, - "thread": 140479153981184, + "thread": 140222616131328, "threadName": "Thread-24" } ], - "msecs": 955.390453338623, + "msecs": 827.9433250427246, "msg": "Running a periodic task for %d cycles with a cycletime of %ss", "name": "__tLogger__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3003.9215087890625, + "relativeCreated": 3077.81982421875, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.02345561981201172 + "time_consumption": 0.024008750915527344 }, { "args": [ - "0.010314226150512695", + "0.010353803634643555", "0.008900000000000002", "0.0121", "<class 'float'>" ], - "asctime": "2021-01-07 17:55:06,955", - "created": 1610038506.955977, + "asctime": "2021-01-11 01:05:16,828", + "created": 1610323516.8286123, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15373,17 +15489,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 220, - "message": "Minimum cycle time is correct (Content 0.010314226150512695 in [0.008900000000000002 ... 0.0121] and Type is <class 'float'>).", + "message": "Minimum cycle time is correct (Content 0.010353803634643555 in [0.008900000000000002 ... 0.0121] and Type is <class 'float'>).", "module": "test", "moduleLogger": [ { "args": [ "Minimum cycle time", - "0.010314226150512695", + "0.010353803634643555", "<class 'float'>" ], - "asctime": "2021-01-07 17:55:06,955", - "created": 1610038506.95572, + "asctime": "2021-01-11 01:05:16,828", + "created": 1610323516.8283167, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15391,17 +15507,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Minimum cycle time): 0.010314226150512695 (<class 'float'>)", + "message": "Result (Minimum cycle time): 0.010353803634643555 (<class 'float'>)", "module": "test", - "msecs": 955.7199478149414, + "msecs": 828.3166885375977, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3004.251003265381, + "relativeCreated": 3078.193187713623, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -15410,8 +15526,8 @@ "0.008900000000000002", "0.0121" ], - "asctime": "2021-01-07 17:55:06,955", - "created": 1610038506.9558358, + "asctime": "2021-01-11 01:05:16,828", + "created": 1610323516.8284774, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15421,39 +15537,39 @@ "lineno": 34, "message": "Expectation (Minimum cycle time): 0.008900000000000002 <= result <= 0.0121", "module": "test", - "msecs": 955.8358192443848, + "msecs": 828.4773826599121, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3004.366874694824, + "relativeCreated": 3078.3538818359375, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 955.9769630432129, + "msecs": 828.6123275756836, "msg": "Minimum cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3004.5080184936523, + "relativeCreated": 3078.488826751709, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.000141143798828125 + "time_consumption": 0.00013494491577148438 }, { "args": [ - "0.01074263784620497", + "0.01063484615749783", "0.008900000000000002", "0.0121", "<class 'float'>" ], - "asctime": "2021-01-07 17:55:06,956", - "created": 1610038506.9563947, + "asctime": "2021-01-11 01:05:16,829", + "created": 1610323516.8291254, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15461,17 +15577,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 220, - "message": "Mean cycle time is correct (Content 0.01074263784620497 in [0.008900000000000002 ... 0.0121] and Type is <class 'float'>).", + "message": "Mean cycle time is correct (Content 0.01063484615749783 in [0.008900000000000002 ... 0.0121] and Type is <class 'float'>).", "module": "test", "moduleLogger": [ { "args": [ "Mean cycle time", - "0.01074263784620497", + "0.01063484615749783", "<class 'float'>" ], - "asctime": "2021-01-07 17:55:06,956", - "created": 1610038506.9561527, + "asctime": "2021-01-11 01:05:16,828", + "created": 1610323516.8288512, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15479,17 +15595,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Mean cycle time): 0.01074263784620497 (<class 'float'>)", + "message": "Result (Mean cycle time): 0.01063484615749783 (<class 'float'>)", "module": "test", - "msecs": 956.1526775360107, + "msecs": 828.8512229919434, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3004.68373298645, + "relativeCreated": 3078.7277221679688, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -15498,8 +15614,8 @@ "0.008900000000000002", "0.0121" ], - "asctime": "2021-01-07 17:55:06,956", - "created": 1610038506.9562848, + "asctime": "2021-01-11 01:05:16,828", + "created": 1610323516.8289933, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15509,39 +15625,39 @@ "lineno": 34, "message": "Expectation (Mean cycle time): 0.008900000000000002 <= result <= 0.0121", "module": "test", - "msecs": 956.284761428833, + "msecs": 828.9933204650879, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3004.8158168792725, + "relativeCreated": 3078.8698196411133, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 956.3946723937988, + "msecs": 829.1254043579102, "msg": "Mean cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3004.9257278442383, + "relativeCreated": 3079.0019035339355, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00010991096496582031 + "time_consumption": 0.00013208389282226562 }, { "args": [ - "0.01118922233581543", + "0.010976314544677734", "0.008900000000000002", "0.0141", "<class 'float'>" ], - "asctime": "2021-01-07 17:55:06,956", - "created": 1610038506.956782, + "asctime": "2021-01-11 01:05:16,829", + "created": 1610323516.8295584, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15549,17 +15665,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 220, - "message": "Maximum cycle time is correct (Content 0.01118922233581543 in [0.008900000000000002 ... 0.0141] and Type is <class 'float'>).", + "message": "Maximum cycle time is correct (Content 0.010976314544677734 in [0.008900000000000002 ... 0.0141] and Type is <class 'float'>).", "module": "test", "moduleLogger": [ { "args": [ "Maximum cycle time", - "0.01118922233581543", + "0.010976314544677734", "<class 'float'>" ], - "asctime": "2021-01-07 17:55:06,956", - "created": 1610038506.9565473, + "asctime": "2021-01-11 01:05:16,829", + "created": 1610323516.8293293, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15567,17 +15683,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Maximum cycle time): 0.01118922233581543 (<class 'float'>)", + "message": "Result (Maximum cycle time): 0.010976314544677734 (<class 'float'>)", "module": "test", - "msecs": 956.5472602844238, + "msecs": 829.329252243042, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3005.0783157348633, + "relativeCreated": 3079.2057514190674, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -15586,8 +15702,8 @@ "0.008900000000000002", "0.0141" ], - "asctime": "2021-01-07 17:55:06,956", - "created": 1610038506.9566388, + "asctime": "2021-01-11 01:05:16,829", + "created": 1610323516.829447, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15597,37 +15713,37 @@ "lineno": 34, "message": "Expectation (Maximum cycle time): 0.008900000000000002 <= result <= 0.0141", "module": "test", - "msecs": 956.6388130187988, + "msecs": 829.4470310211182, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3005.1698684692383, + "relativeCreated": 3079.3235301971436, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 956.7821025848389, + "msecs": 829.5583724975586, "msg": "Maximum cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3005.3131580352783, + "relativeCreated": 3079.434871673584, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00014328956604003906 + "time_consumption": 0.00011134147644042969 }, { "args": [ 10, "0.005" ], - "asctime": "2021-01-07 17:55:07,067", - "created": 1610038507.0677273, + "asctime": "2021-01-11 01:05:16,940", + "created": 1610323516.940921, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15641,10 +15757,10 @@ { "args": [ 1, - 1610038506.9576445 + 1610323516.8307447 ], - "asctime": "2021-01-07 17:55:06,957", - "created": 1610038506.9576783, + "asctime": "2021-01-11 01:05:16,830", + "created": 1610323516.830784, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15652,26 +15768,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 1 at 1610038506.957644", + "message": "Task execution number 1 at 1610323516.830745", "module": "test_periodic", - "msecs": 957.6783180236816, + "msecs": 830.7840824127197, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3006.209373474121, + "relativeCreated": 3080.660581588745, "stack_info": null, - "thread": 140479162595072, + "thread": 140222624749312, "threadName": "Thread-26" }, { "args": [ 2, - 1610038506.9636722 + 1610323516.8362558 ], - "asctime": "2021-01-07 17:55:06,963", - "created": 1610038506.9637597, + "asctime": "2021-01-11 01:05:16,836", + "created": 1610323516.8363292, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15679,26 +15795,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 2 at 1610038506.963672", + "message": "Task execution number 2 at 1610323516.836256", "module": "test_periodic", - "msecs": 963.7596607208252, + "msecs": 836.3292217254639, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3012.2907161712646, + "relativeCreated": 3086.2057209014893, "stack_info": null, - "thread": 140479153981184, + "thread": 140222616131328, "threadName": "Thread-27" }, { "args": [ 3, - 1610038506.9690704 + 1610323516.8417065 ], - "asctime": "2021-01-07 17:55:06,969", - "created": 1610038506.9691136, + "asctime": "2021-01-11 01:05:16,841", + "created": 1610323516.8417768, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15706,26 +15822,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 3 at 1610038506.969070", + "message": "Task execution number 3 at 1610323516.841707", "module": "test_periodic", - "msecs": 969.1135883331299, + "msecs": 841.7768478393555, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3017.6446437835693, + "relativeCreated": 3091.653347015381, "stack_info": null, - "thread": 140479162595072, + "thread": 140222624749312, "threadName": "Thread-28" }, { "args": [ 4, - 1610038506.9746346 + 1610323516.8471036 ], - "asctime": "2021-01-07 17:55:06,974", - "created": 1610038506.9747002, + "asctime": "2021-01-11 01:05:16,847", + "created": 1610323516.8471358, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15733,26 +15849,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 4 at 1610038506.974635", + "message": "Task execution number 4 at 1610323516.847104", "module": "test_periodic", - "msecs": 974.7002124786377, + "msecs": 847.1357822418213, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3023.231267929077, + "relativeCreated": 3097.0122814178467, "stack_info": null, - "thread": 140479153981184, + "thread": 140222616131328, "threadName": "Thread-29" }, { "args": [ 5, - 1610038506.9806862 + 1610323516.8526807 ], - "asctime": "2021-01-07 17:55:06,980", - "created": 1610038506.980784, + "asctime": "2021-01-11 01:05:16,852", + "created": 1610323516.8527381, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15760,26 +15876,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 5 at 1610038506.980686", + "message": "Task execution number 5 at 1610323516.852681", "module": "test_periodic", - "msecs": 980.7839393615723, + "msecs": 852.7381420135498, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3029.3149948120117, + "relativeCreated": 3102.614641189575, "stack_info": null, - "thread": 140479162595072, + "thread": 140222624749312, "threadName": "Thread-30" }, { "args": [ 6, - 1610038506.985998 + 1610323516.8602912 ], - "asctime": "2021-01-07 17:55:06,986", - "created": 1610038506.986026, + "asctime": "2021-01-11 01:05:16,860", + "created": 1610323516.8604026, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15787,26 +15903,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 6 at 1610038506.985998", + "message": "Task execution number 6 at 1610323516.860291", "module": "test_periodic", - "msecs": 986.0260486602783, + "msecs": 860.4025840759277, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3034.557104110718, + "relativeCreated": 3110.279083251953, "stack_info": null, - "thread": 140479153981184, + "thread": 140222616131328, "threadName": "Thread-31" }, { "args": [ 7, - 1610038506.991982 + 1610323516.866224 ], - "asctime": "2021-01-07 17:55:06,992", - "created": 1610038506.9921198, + "asctime": "2021-01-11 01:05:16,866", + "created": 1610323516.8663106, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15814,26 +15930,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 7 at 1610038506.991982", + "message": "Task execution number 7 at 1610323516.866224", "module": "test_periodic", - "msecs": 992.1197891235352, + "msecs": 866.3105964660645, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3040.6508445739746, + "relativeCreated": 3116.18709564209, "stack_info": null, - "thread": 140479162595072, + "thread": 140222624749312, "threadName": "Thread-32" }, { "args": [ 8, - 1610038506.997376 + 1610323516.8734949 ], - "asctime": "2021-01-07 17:55:06,997", - "created": 1610038506.9974177, + "asctime": "2021-01-11 01:05:16,873", + "created": 1610323516.873543, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15841,26 +15957,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 8 at 1610038506.997376", + "message": "Task execution number 8 at 1610323516.873495", "module": "test_periodic", - "msecs": 997.417688369751, + "msecs": 873.5430240631104, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3045.9487438201904, + "relativeCreated": 3123.4195232391357, "stack_info": null, - "thread": 140479153981184, + "thread": 140222616131328, "threadName": "Thread-33" }, { "args": [ 9, - 1610038507.0026996 + 1610323516.8793485 ], - "asctime": "2021-01-07 17:55:07,002", - "created": 1610038507.0027282, + "asctime": "2021-01-11 01:05:16,879", + "created": 1610323516.8794389, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15868,26 +15984,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 9 at 1610038507.002700", + "message": "Task execution number 9 at 1610323516.879349", "module": "test_periodic", - "msecs": 2.7282238006591797, + "msecs": 879.4388771057129, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3051.2592792510986, + "relativeCreated": 3129.3153762817383, "stack_info": null, - "thread": 140479162595072, + "thread": 140222624749312, "threadName": "Thread-34" }, { "args": [ 10, - 1610038507.0082512 + 1610323516.8846858 ], - "asctime": "2021-01-07 17:55:07,008", - "created": 1610038507.0083585, + "asctime": "2021-01-11 01:05:16,884", + "created": 1610323516.884721, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15895,41 +16011,41 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 10 at 1610038507.008251", + "message": "Task execution number 10 at 1610323516.884686", "module": "test_periodic", - "msecs": 8.358478546142578, + "msecs": 884.721040725708, "msg": "Task execution number %d at %f", "name": "__unittest__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3056.889533996582, + "relativeCreated": 3134.5975399017334, "stack_info": null, - "thread": 140479153981184, + "thread": 140222616131328, "threadName": "Thread-35" } ], - "msecs": 67.72732734680176, + "msecs": 940.9210681915283, "msg": "Running a periodic task for %d cycles with a cycletime of %ss", "name": "__tLogger__", "pathname": "src/tests/test_periodic.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3116.258382797241, + "relativeCreated": 3190.7975673675537, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.05936884880065918 + "time_consumption": 0.05620002746582031 }, { "args": [ - "0.005311727523803711", + "0.005337238311767578", "0.00395", "0.00705", "<class 'float'>" ], - "asctime": "2021-01-07 17:55:07,068", - "created": 1610038507.0683997, + "asctime": "2021-01-11 01:05:16,942", + "created": 1610323516.9424665, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15937,17 +16053,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 220, - "message": "Minimum cycle time is correct (Content 0.005311727523803711 in [0.00395 ... 0.00705] and Type is <class 'float'>).", + "message": "Minimum cycle time is correct (Content 0.005337238311767578 in [0.00395 ... 0.00705] and Type is <class 'float'>).", "module": "test", "moduleLogger": [ { "args": [ "Minimum cycle time", - "0.005311727523803711", + "0.005337238311767578", "<class 'float'>" ], - "asctime": "2021-01-07 17:55:07,068", - "created": 1610038507.0681076, + "asctime": "2021-01-11 01:05:16,941", + "created": 1610323516.9417605, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15955,17 +16071,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Minimum cycle time): 0.005311727523803711 (<class 'float'>)", + "message": "Result (Minimum cycle time): 0.005337238311767578 (<class 'float'>)", "module": "test", - "msecs": 68.10760498046875, + "msecs": 941.7605400085449, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3116.638660430908, + "relativeCreated": 3191.6370391845703, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -15974,8 +16090,8 @@ "0.00395", "0.00705" ], - "asctime": "2021-01-07 17:55:07,068", - "created": 1610038507.0682714, + "asctime": "2021-01-11 01:05:16,942", + "created": 1610323516.9421706, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15985,39 +16101,39 @@ "lineno": 34, "message": "Expectation (Minimum cycle time): 0.00395 <= result <= 0.00705", "module": "test", - "msecs": 68.27139854431152, + "msecs": 942.1706199645996, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3116.802453994751, + "relativeCreated": 3192.047119140625, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 68.39966773986816, + "msecs": 942.4664974212646, "msg": "Minimum cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3116.9307231903076, + "relativeCreated": 3192.34299659729, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00012826919555664062 + "time_consumption": 0.00029587745666503906 }, { "args": [ - "0.005622969733344184", + "0.005993445714314778", "0.00395", "0.00705", "<class 'float'>" ], - "asctime": "2021-01-07 17:55:07,068", - "created": 1610038507.0688076, + "asctime": "2021-01-11 01:05:16,942", + "created": 1610323516.9429343, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16025,17 +16141,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 220, - "message": "Mean cycle time is correct (Content 0.005622969733344184 in [0.00395 ... 0.00705] and Type is <class 'float'>).", + "message": "Mean cycle time is correct (Content 0.005993445714314778 in [0.00395 ... 0.00705] and Type is <class 'float'>).", "module": "test", "moduleLogger": [ { "args": [ "Mean cycle time", - "0.005622969733344184", + "0.005993445714314778", "<class 'float'>" ], - "asctime": "2021-01-07 17:55:07,068", - "created": 1610038507.0685942, + "asctime": "2021-01-11 01:05:16,942", + "created": 1610323516.9427195, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16043,17 +16159,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Mean cycle time): 0.005622969733344184 (<class 'float'>)", + "message": "Result (Mean cycle time): 0.005993445714314778 (<class 'float'>)", "module": "test", - "msecs": 68.59421730041504, + "msecs": 942.7194595336914, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3117.1252727508545, + "relativeCreated": 3192.595958709717, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -16062,8 +16178,8 @@ "0.00395", "0.00705" ], - "asctime": "2021-01-07 17:55:07,068", - "created": 1610038507.0686948, + "asctime": "2021-01-11 01:05:16,942", + "created": 1610323516.9428387, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16073,39 +16189,39 @@ "lineno": 34, "message": "Expectation (Mean cycle time): 0.00395 <= result <= 0.00705", "module": "test", - "msecs": 68.6948299407959, + "msecs": 942.8386688232422, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3117.2258853912354, + "relativeCreated": 3192.7151679992676, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 68.80760192871094, + "msecs": 942.9342746734619, "msg": "Mean cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3117.3386573791504, + "relativeCreated": 3192.8107738494873, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00011277198791503906 + "time_consumption": 9.560585021972656e-05 }, { "args": [ - "0.006051540374755859", + "0.0076105594635009766", "0.00395", "0.009049999999999999", "<class 'float'>" ], - "asctime": "2021-01-07 17:55:07,069", - "created": 1610038507.0691438, + "asctime": "2021-01-11 01:05:16,943", + "created": 1610323516.9432738, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16113,17 +16229,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 220, - "message": "Maximum cycle time is correct (Content 0.006051540374755859 in [0.00395 ... 0.009049999999999999] and Type is <class 'float'>).", + "message": "Maximum cycle time is correct (Content 0.0076105594635009766 in [0.00395 ... 0.009049999999999999] and Type is <class 'float'>).", "module": "test", "moduleLogger": [ { "args": [ "Maximum cycle time", - "0.006051540374755859", + "0.0076105594635009766", "<class 'float'>" ], - "asctime": "2021-01-07 17:55:07,068", - "created": 1610038507.0689585, + "asctime": "2021-01-11 01:05:16,943", + "created": 1610323516.9430938, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16131,17 +16247,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Maximum cycle time): 0.006051540374755859 (<class 'float'>)", + "message": "Result (Maximum cycle time): 0.0076105594635009766 (<class 'float'>)", "module": "test", - "msecs": 68.95852088928223, + "msecs": 943.0937767028809, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3117.4895763397217, + "relativeCreated": 3192.9702758789062, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -16150,8 +16266,8 @@ "0.00395", "0.009049999999999999" ], - "asctime": "2021-01-07 17:55:07,069", - "created": 1610038507.0690475, + "asctime": "2021-01-11 01:05:16,943", + "created": 1610323516.9431794, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16161,41 +16277,41 @@ "lineno": 34, "message": "Expectation (Maximum cycle time): 0.00395 <= result <= 0.009049999999999999", "module": "test", - "msecs": 69.04745101928711, + "msecs": 943.1793689727783, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3117.5785064697266, + "relativeCreated": 3193.0558681488037, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 69.14377212524414, + "msecs": 943.2737827301025, "msg": "Maximum cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3117.6748275756836, + "relativeCreated": 3193.150281906128, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 9.632110595703125e-05 + "time_consumption": 9.441375732421875e-05 } ], - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 2.5430097579956055, - "time_finished": "2021-01-07 17:55:07,069", - "time_start": "2021-01-07 17:55:04,526" + "time_consumption": 2.5499320030212402, + "time_finished": "2021-01-11 01:05:16,943", + "time_start": "2021-01-11 01:05:14,393" }, "pylibs.task.queue: Test clean_queue method": { "args": null, - "asctime": "2021-01-07 17:55:07,281", - "created": 1610038507.2815778, + "asctime": "2021-01-11 01:05:17,157", + "created": 1610323517.1571004, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16206,19 +16322,19 @@ "message": "pylibs.task.queue: Test clean_queue method", "module": "__init__", "moduleLogger": [], - "msecs": 281.57782554626465, + "msecs": 157.10043907165527, "msg": "pylibs.task.queue: Test clean_queue method", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3330.108880996704, + "relativeCreated": 3406.9769382476807, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-07 17:55:07,282", - "created": 1610038507.282086, + "asctime": "2021-01-11 01:05:17,160", + "created": 1610323517.160891, "exc_info": null, "exc_text": null, "filename": "test_queue.py", @@ -16229,15 +16345,15 @@ "message": "Enqueued 6 tasks (stop request within 3rd task).", "module": "test_queue", "moduleLogger": [], - "msecs": 282.0858955383301, + "msecs": 160.89105606079102, "msg": "Enqueued 6 tasks (stop request within 3rd task).", "name": "__tLogger__", "pathname": "src/tests/test_queue.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3330.6169509887695, + "relativeCreated": 3410.7675552368164, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -16246,8 +16362,8 @@ "6", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,282", - "created": 1610038507.2825904, + "asctime": "2021-01-11 01:05:17,162", + "created": 1610323517.1623607, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16264,8 +16380,8 @@ "6", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,282", - "created": 1610038507.282335, + "asctime": "2021-01-11 01:05:17,161", + "created": 1610323517.1617794, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16275,15 +16391,15 @@ "lineno": 22, "message": "Result (Size of Queue before execution): 6 (<class 'int'>)", "module": "test", - "msecs": 282.3350429534912, + "msecs": 161.77940368652344, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3330.8660984039307, + "relativeCreated": 3411.655902862549, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -16292,8 +16408,8 @@ "6", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,282", - "created": 1610038507.2824647, + "asctime": "2021-01-11 01:05:17,162", + "created": 1610323517.1621408, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16303,37 +16419,37 @@ "lineno": 26, "message": "Expectation (Size of Queue before execution): result = 6 (<class 'int'>)", "module": "test", - "msecs": 282.46474266052246, + "msecs": 162.1408462524414, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3330.995798110962, + "relativeCreated": 3412.017345428467, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 282.590389251709, + "msecs": 162.36066818237305, "msg": "Size of Queue before execution is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3331.1214447021484, + "relativeCreated": 3412.2371673583984, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00012564659118652344 + "time_consumption": 0.00021982192993164062 }, { "args": [ "3", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,283", - "created": 1610038507.2831388, + "asctime": "2021-01-11 01:05:17,163", + "created": 1610323517.1634219, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16350,8 +16466,8 @@ "3", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,282", - "created": 1610038507.2828977, + "asctime": "2021-01-11 01:05:17,162", + "created": 1610323517.1629438, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16361,15 +16477,15 @@ "lineno": 22, "message": "Result (Size of Queue after execution): 3 (<class 'int'>)", "module": "test", - "msecs": 282.8977108001709, + "msecs": 162.94384002685547, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3331.4287662506104, + "relativeCreated": 3412.820339202881, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -16378,8 +16494,8 @@ "3", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,283", - "created": 1610038507.2830238, + "asctime": "2021-01-11 01:05:17,163", + "created": 1610323517.1631901, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16389,34 +16505,34 @@ "lineno": 26, "message": "Expectation (Size of Queue after execution): result = 3 (<class 'int'>)", "module": "test", - "msecs": 283.0238342285156, + "msecs": 163.19012641906738, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3331.554889678955, + "relativeCreated": 3413.066625595093, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 283.1387519836426, + "msecs": 163.4218692779541, "msg": "Size of Queue after execution is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3331.669807434082, + "relativeCreated": 3413.2983684539795, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00011491775512695312 + "time_consumption": 0.00023174285888671875 }, { "args": [], - "asctime": "2021-01-07 17:55:07,284", - "created": 1610038507.2847805, + "asctime": "2021-01-11 01:05:17,166", + "created": 1610323517.1666808, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16433,8 +16549,8 @@ "[ 1, 2, 3 ]", "<class 'list'>" ], - "asctime": "2021-01-07 17:55:07,283", - "created": 1610038507.283357, + "asctime": "2021-01-11 01:05:17,164", + "created": 1610323517.1642888, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16444,15 +16560,15 @@ "lineno": 22, "message": "Result (Queue execution (identified by a submitted sequence number)): [ 1, 2, 3 ] (<class 'list'>)", "module": "test", - "msecs": 283.3569049835205, + "msecs": 164.28875923156738, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3331.88796043396, + "relativeCreated": 3414.165258407593, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -16461,8 +16577,8 @@ "[ 1, 2, 3 ]", "<class 'list'>" ], - "asctime": "2021-01-07 17:55:07,283", - "created": 1610038507.2834837, + "asctime": "2021-01-11 01:05:17,164", + "created": 1610323517.164543, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16472,15 +16588,15 @@ "lineno": 26, "message": "Expectation (Queue execution (identified by a submitted sequence number)): result = [ 1, 2, 3 ] (<class 'list'>)", "module": "test", - "msecs": 283.48374366760254, + "msecs": 164.54291343688965, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3332.014799118042, + "relativeCreated": 3414.419412612915, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -16489,8 +16605,8 @@ "1", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,283", - "created": 1610038507.2836058, + "asctime": "2021-01-11 01:05:17,164", + "created": 1610323517.1649113, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16500,15 +16616,15 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 (<class 'int'>)", "module": "test", - "msecs": 283.60581398010254, + "msecs": 164.91127014160156, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3332.136869430542, + "relativeCreated": 3414.787769317627, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -16517,8 +16633,8 @@ "1", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,283", - "created": 1610038507.2837114, + "asctime": "2021-01-11 01:05:17,165", + "created": 1610323517.165253, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16528,15 +16644,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 (<class 'int'>)", "module": "test", - "msecs": 283.71143341064453, + "msecs": 165.2529239654541, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3332.242488861084, + "relativeCreated": 3415.1294231414795, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -16544,8 +16660,8 @@ "1", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,283", - "created": 1610038507.2838302, + "asctime": "2021-01-11 01:05:17,165", + "created": 1610323517.1655583, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16555,15 +16671,15 @@ "lineno": 144, "message": "Submitted value number 1 is correct (Content 1 and Type is <class 'int'>).", "module": "test", - "msecs": 283.8301658630371, + "msecs": 165.5583381652832, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3332.3612213134766, + "relativeCreated": 3415.4348373413086, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -16572,8 +16688,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,283", - "created": 1610038507.2839785, + "asctime": "2021-01-11 01:05:17,165", + "created": 1610323517.1657512, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16583,15 +16699,15 @@ "lineno": 22, "message": "Result (Submitted value number 2): 2 (<class 'int'>)", "module": "test", - "msecs": 283.9784622192383, + "msecs": 165.75121879577637, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3332.5095176696777, + "relativeCreated": 3415.6277179718018, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -16600,8 +16716,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,284", - "created": 1610038507.2841036, + "asctime": "2021-01-11 01:05:17,165", + "created": 1610323517.1659343, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16611,15 +16727,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 2 (<class 'int'>)", "module": "test", - "msecs": 284.1036319732666, + "msecs": 165.93432426452637, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3332.634687423706, + "relativeCreated": 3415.8108234405518, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -16627,8 +16743,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,284", - "created": 1610038507.284237, + "asctime": "2021-01-11 01:05:17,166", + "created": 1610323517.1660993, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16638,15 +16754,15 @@ "lineno": 144, "message": "Submitted value number 2 is correct (Content 2 and Type is <class 'int'>).", "module": "test", - "msecs": 284.2369079589844, + "msecs": 166.09930992126465, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3332.767963409424, + "relativeCreated": 3415.97580909729, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -16655,8 +16771,8 @@ "3", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,284", - "created": 1610038507.2843723, + "asctime": "2021-01-11 01:05:17,166", + "created": 1610323517.166232, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16666,15 +16782,15 @@ "lineno": 22, "message": "Result (Submitted value number 3): 3 (<class 'int'>)", "module": "test", - "msecs": 284.37232971191406, + "msecs": 166.23210906982422, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3332.9033851623535, + "relativeCreated": 3416.1086082458496, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -16683,8 +16799,8 @@ "3", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,284", - "created": 1610038507.2845082, + "asctime": "2021-01-11 01:05:17,166", + "created": 1610323517.1663814, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16694,15 +16810,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 3): result = 3 (<class 'int'>)", "module": "test", - "msecs": 284.50822830200195, + "msecs": 166.3813591003418, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3333.0392837524414, + "relativeCreated": 3416.257858276367, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -16710,8 +16826,8 @@ "3", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,284", - "created": 1610038507.2846577, + "asctime": "2021-01-11 01:05:17,166", + "created": 1610323517.1665223, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16721,34 +16837,34 @@ "lineno": 144, "message": "Submitted value number 3 is correct (Content 3 and Type is <class 'int'>).", "module": "test", - "msecs": 284.65771675109863, + "msecs": 166.52226448059082, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3333.188772201538, + "relativeCreated": 3416.398763656616, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 284.78050231933594, + "msecs": 166.68081283569336, "msg": "Queue execution (identified by a submitted sequence number): Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3333.3115577697754, + "relativeCreated": 3416.5573120117188, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.0001227855682373047 + "time_consumption": 0.00015854835510253906 }, { "args": [], - "asctime": "2021-01-07 17:55:07,284", - "created": 1610038507.2849646, + "asctime": "2021-01-11 01:05:17,167", + "created": 1610323517.1672797, "exc_info": null, "exc_text": null, "filename": "test_queue.py", @@ -16759,15 +16875,15 @@ "message": "Cleaning Queue.", "module": "test_queue", "moduleLogger": [], - "msecs": 284.96456146240234, + "msecs": 167.27972030639648, "msg": "Cleaning Queue.", "name": "__tLogger__", "pathname": "src/tests/test_queue.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3333.495616912842, + "relativeCreated": 3417.156219482422, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -16776,8 +16892,8 @@ "0", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,285", - "created": 1610038507.2852006, + "asctime": "2021-01-11 01:05:17,168", + "created": 1610323517.1689644, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16794,8 +16910,8 @@ "0", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,285", - "created": 1610038507.2850714, + "asctime": "2021-01-11 01:05:17,168", + "created": 1610323517.1683853, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16805,15 +16921,15 @@ "lineno": 22, "message": "Result (Size of Queue after cleaning queue): 0 (<class 'int'>)", "module": "test", - "msecs": 285.07137298583984, + "msecs": 168.38526725769043, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3333.6024284362793, + "relativeCreated": 3418.261766433716, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -16822,8 +16938,8 @@ "0", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,285", - "created": 1610038507.2851408, + "asctime": "2021-01-11 01:05:17,168", + "created": 1610323517.1687205, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16833,41 +16949,41 @@ "lineno": 26, "message": "Expectation (Size of Queue after cleaning queue): result = 0 (<class 'int'>)", "module": "test", - "msecs": 285.1407527923584, + "msecs": 168.72048377990723, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3333.671808242798, + "relativeCreated": 3418.5969829559326, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 285.2005958557129, + "msecs": 168.96438598632812, "msg": "Size of Queue after cleaning queue is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3333.7316513061523, + "relativeCreated": 3418.8408851623535, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 5.984306335449219e-05 + "time_consumption": 0.00024390220642089844 } ], - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.003622770309448242, - "time_finished": "2021-01-07 17:55:07,285", - "time_start": "2021-01-07 17:55:07,281" + "time_consumption": 0.011863946914672852, + "time_finished": "2021-01-11 01:05:17,168", + "time_start": "2021-01-11 01:05:17,157" }, "pylibs.task.queue: Test qsize and queue execution order by priority": { "args": null, - "asctime": "2021-01-07 17:55:07,069", - "created": 1610038507.0694478, + "asctime": "2021-01-11 01:05:16,943", + "created": 1610323516.9437144, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16878,19 +16994,19 @@ "message": "pylibs.task.queue: Test qsize and queue execution order by priority", "module": "__init__", "moduleLogger": [], - "msecs": 69.44775581359863, + "msecs": 943.7143802642822, "msg": "pylibs.task.queue: Test qsize and queue execution order by priority", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3117.978811264038, + "relativeCreated": 3193.5908794403076, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-07 17:55:07,069", - "created": 1610038507.0697958, + "asctime": "2021-01-11 01:05:16,944", + "created": 1610323516.9441252, "exc_info": null, "exc_text": null, "filename": "test_queue.py", @@ -16901,15 +17017,15 @@ "message": "Enqueued 6 unordered tasks.", "module": "test_queue", "moduleLogger": [], - "msecs": 69.79584693908691, + "msecs": 944.1251754760742, "msg": "Enqueued 6 unordered tasks.", "name": "__tLogger__", "pathname": "src/tests/test_queue.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3118.3269023895264, + "relativeCreated": 3194.0016746520996, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -16918,8 +17034,8 @@ "6", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,070", - "created": 1610038507.070148, + "asctime": "2021-01-11 01:05:16,944", + "created": 1610323516.9444978, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16936,8 +17052,8 @@ "6", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,069", - "created": 1610038507.0699563, + "asctime": "2021-01-11 01:05:16,944", + "created": 1610323516.9443018, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16947,15 +17063,15 @@ "lineno": 22, "message": "Result (Size of Queue before execution): 6 (<class 'int'>)", "module": "test", - "msecs": 69.95630264282227, + "msecs": 944.3018436431885, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3118.4873580932617, + "relativeCreated": 3194.178342819214, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -16964,8 +17080,8 @@ "6", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,070", - "created": 1610038507.0700605, + "asctime": "2021-01-11 01:05:16,944", + "created": 1610323516.9444015, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16975,37 +17091,37 @@ "lineno": 26, "message": "Expectation (Size of Queue before execution): result = 6 (<class 'int'>)", "module": "test", - "msecs": 70.06049156188965, + "msecs": 944.4015026092529, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3118.591547012329, + "relativeCreated": 3194.2780017852783, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 70.14799118041992, + "msecs": 944.49782371521, "msg": "Size of Queue before execution is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3118.6790466308594, + "relativeCreated": 3194.3743228912354, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 8.749961853027344e-05 + "time_consumption": 9.632110595703125e-05 }, { "args": [ "0", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,170", - "created": 1610038507.1709573, + "asctime": "2021-01-11 01:05:17,045", + "created": 1610323517.0452724, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17022,8 +17138,8 @@ "0", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,170", - "created": 1610038507.1706252, + "asctime": "2021-01-11 01:05:17,044", + "created": 1610323517.0449874, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17033,15 +17149,15 @@ "lineno": 22, "message": "Result (Size of Queue after execution): 0 (<class 'int'>)", "module": "test", - "msecs": 170.6252098083496, + "msecs": 44.98744010925293, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3219.156265258789, + "relativeCreated": 3294.8639392852783, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -17050,8 +17166,8 @@ "0", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,170", - "created": 1610038507.1708255, + "asctime": "2021-01-11 01:05:17,045", + "created": 1610323517.0451388, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17061,34 +17177,34 @@ "lineno": 26, "message": "Expectation (Size of Queue after execution): result = 0 (<class 'int'>)", "module": "test", - "msecs": 170.82548141479492, + "msecs": 45.13883590698242, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3219.3565368652344, + "relativeCreated": 3295.015335083008, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 170.9573268890381, + "msecs": 45.2723503112793, "msg": "Size of Queue after execution is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3219.4883823394775, + "relativeCreated": 3295.1488494873047, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00013184547424316406 + "time_consumption": 0.000133514404296875 }, { "args": [], - "asctime": "2021-01-07 17:55:07,172", - "created": 1610038507.1728973, + "asctime": "2021-01-11 01:05:17,046", + "created": 1610323517.046441, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17105,8 +17221,8 @@ "[ 1, 2, 3, 5, 6, 7 ]", "<class 'list'>" ], - "asctime": "2021-01-07 17:55:07,171", - "created": 1610038507.1712053, + "asctime": "2021-01-11 01:05:17,045", + "created": 1610323517.0454247, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17116,15 +17232,15 @@ "lineno": 22, "message": "Result (Queue execution (identified by a submitted sequence number)): [ 1, 2, 3, 5, 6, 7 ] (<class 'list'>)", "module": "test", - "msecs": 171.2052822113037, + "msecs": 45.424699783325195, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3219.736337661743, + "relativeCreated": 3295.3011989593506, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -17133,8 +17249,8 @@ "[ 1, 2, 3, 5, 6, 7 ]", "<class 'list'>" ], - "asctime": "2021-01-07 17:55:07,171", - "created": 1610038507.1713321, + "asctime": "2021-01-11 01:05:17,045", + "created": 1610323517.0454907, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17144,15 +17260,15 @@ "lineno": 26, "message": "Expectation (Queue execution (identified by a submitted sequence number)): result = [ 1, 2, 3, 5, 6, 7 ] (<class 'list'>)", "module": "test", - "msecs": 171.33212089538574, + "msecs": 45.49074172973633, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3219.863176345825, + "relativeCreated": 3295.3672409057617, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -17161,8 +17277,8 @@ "1", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,171", - "created": 1610038507.1714435, + "asctime": "2021-01-11 01:05:17,045", + "created": 1610323517.0455494, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17172,15 +17288,15 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 (<class 'int'>)", "module": "test", - "msecs": 171.44346237182617, + "msecs": 45.54939270019531, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3219.9745178222656, + "relativeCreated": 3295.4258918762207, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -17189,8 +17305,8 @@ "1", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,171", - "created": 1610038507.1715333, + "asctime": "2021-01-11 01:05:17,045", + "created": 1610323517.0455985, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17200,15 +17316,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 (<class 'int'>)", "module": "test", - "msecs": 171.53334617614746, + "msecs": 45.598506927490234, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3220.064401626587, + "relativeCreated": 3295.4750061035156, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -17216,8 +17332,8 @@ "1", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,171", - "created": 1610038507.1716182, + "asctime": "2021-01-11 01:05:17,045", + "created": 1610323517.0456538, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17227,15 +17343,15 @@ "lineno": 144, "message": "Submitted value number 1 is correct (Content 1 and Type is <class 'int'>).", "module": "test", - "msecs": 171.61822319030762, + "msecs": 45.6538200378418, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3220.149278640747, + "relativeCreated": 3295.530319213867, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -17244,8 +17360,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,171", - "created": 1610038507.1717095, + "asctime": "2021-01-11 01:05:17,045", + "created": 1610323517.0457046, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17255,15 +17371,15 @@ "lineno": 22, "message": "Result (Submitted value number 2): 2 (<class 'int'>)", "module": "test", - "msecs": 171.70953750610352, + "msecs": 45.70460319519043, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3220.240592956543, + "relativeCreated": 3295.581102371216, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -17272,8 +17388,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,171", - "created": 1610038507.171791, + "asctime": "2021-01-11 01:05:17,045", + "created": 1610323517.045752, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17283,15 +17399,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 2 (<class 'int'>)", "module": "test", - "msecs": 171.79107666015625, + "msecs": 45.75204849243164, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3220.3221321105957, + "relativeCreated": 3295.628547668457, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -17299,8 +17415,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,171", - "created": 1610038507.171869, + "asctime": "2021-01-11 01:05:17,045", + "created": 1610323517.0458004, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17310,15 +17426,15 @@ "lineno": 144, "message": "Submitted value number 2 is correct (Content 2 and Type is <class 'int'>).", "module": "test", - "msecs": 171.86903953552246, + "msecs": 45.80044746398926, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3220.400094985962, + "relativeCreated": 3295.6769466400146, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -17327,8 +17443,8 @@ "3", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,171", - "created": 1610038507.1719499, + "asctime": "2021-01-11 01:05:17,045", + "created": 1610323517.0458481, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17338,15 +17454,15 @@ "lineno": 22, "message": "Result (Submitted value number 3): 3 (<class 'int'>)", "module": "test", - "msecs": 171.9498634338379, + "msecs": 45.84813117980957, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3220.4809188842773, + "relativeCreated": 3295.724630355835, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -17355,8 +17471,8 @@ "3", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,172", - "created": 1610038507.1720245, + "asctime": "2021-01-11 01:05:17,045", + "created": 1610323517.0458984, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17366,15 +17482,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 3): result = 3 (<class 'int'>)", "module": "test", - "msecs": 172.02448844909668, + "msecs": 45.8984375, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3220.555543899536, + "relativeCreated": 3295.7749366760254, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -17382,8 +17498,8 @@ "3", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,172", - "created": 1610038507.1721, + "asctime": "2021-01-11 01:05:17,045", + "created": 1610323517.0459464, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17393,15 +17509,15 @@ "lineno": 144, "message": "Submitted value number 3 is correct (Content 3 and Type is <class 'int'>).", "module": "test", - "msecs": 172.10006713867188, + "msecs": 45.946359634399414, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3220.6311225891113, + "relativeCreated": 3295.822858810425, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -17410,8 +17526,8 @@ "5", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,172", - "created": 1610038507.1721787, + "asctime": "2021-01-11 01:05:17,045", + "created": 1610323517.045994, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17421,15 +17537,15 @@ "lineno": 22, "message": "Result (Submitted value number 4): 5 (<class 'int'>)", "module": "test", - "msecs": 172.1787452697754, + "msecs": 45.99404335021973, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3220.709800720215, + "relativeCreated": 3295.870542526245, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -17438,8 +17554,8 @@ "5", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,172", - "created": 1610038507.1722517, + "asctime": "2021-01-11 01:05:17,046", + "created": 1610323517.0460396, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17449,15 +17565,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 4): result = 5 (<class 'int'>)", "module": "test", - "msecs": 172.25170135498047, + "msecs": 46.039581298828125, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3220.78275680542, + "relativeCreated": 3295.9160804748535, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -17465,8 +17581,8 @@ "5", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,172", - "created": 1610038507.172344, + "asctime": "2021-01-11 01:05:17,046", + "created": 1610323517.0460913, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17476,15 +17592,15 @@ "lineno": 144, "message": "Submitted value number 4 is correct (Content 5 and Type is <class 'int'>).", "module": "test", - "msecs": 172.34396934509277, + "msecs": 46.091318130493164, "msg": "Submitted value number 4 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3220.875024795532, + "relativeCreated": 3295.9678173065186, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -17493,8 +17609,8 @@ "6", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,172", - "created": 1610038507.1724217, + "asctime": "2021-01-11 01:05:17,046", + "created": 1610323517.0461535, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17504,15 +17620,15 @@ "lineno": 22, "message": "Result (Submitted value number 5): 6 (<class 'int'>)", "module": "test", - "msecs": 172.42169380187988, + "msecs": 46.15354537963867, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3220.9527492523193, + "relativeCreated": 3296.030044555664, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -17521,8 +17637,8 @@ "6", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,172", - "created": 1610038507.1725008, + "asctime": "2021-01-11 01:05:17,046", + "created": 1610323517.0462043, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17532,15 +17648,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 5): result = 6 (<class 'int'>)", "module": "test", - "msecs": 172.5008487701416, + "msecs": 46.204328536987305, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3221.031904220581, + "relativeCreated": 3296.0808277130127, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -17548,8 +17664,8 @@ "6", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,172", - "created": 1610038507.1725738, + "asctime": "2021-01-11 01:05:17,046", + "created": 1610323517.0462513, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17559,15 +17675,15 @@ "lineno": 144, "message": "Submitted value number 5 is correct (Content 6 and Type is <class 'int'>).", "module": "test", - "msecs": 172.57380485534668, + "msecs": 46.25129699707031, "msg": "Submitted value number 5 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3221.104860305786, + "relativeCreated": 3296.1277961730957, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -17576,8 +17692,8 @@ "7", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,172", - "created": 1610038507.17265, + "asctime": "2021-01-11 01:05:17,046", + "created": 1610323517.0462995, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17587,15 +17703,15 @@ "lineno": 22, "message": "Result (Submitted value number 6): 7 (<class 'int'>)", "module": "test", - "msecs": 172.65009880065918, + "msecs": 46.29945755004883, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3221.1811542510986, + "relativeCreated": 3296.175956726074, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -17604,8 +17720,8 @@ "7", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,172", - "created": 1610038507.1727457, + "asctime": "2021-01-11 01:05:17,046", + "created": 1610323517.0463486, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17615,15 +17731,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 6): result = 7 (<class 'int'>)", "module": "test", - "msecs": 172.7457046508789, + "msecs": 46.34857177734375, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3221.2767601013184, + "relativeCreated": 3296.225070953369, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -17631,8 +17747,8 @@ "7", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,172", - "created": 1610038507.1728249, + "asctime": "2021-01-11 01:05:17,046", + "created": 1610323517.046396, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17642,41 +17758,41 @@ "lineno": 144, "message": "Submitted value number 6 is correct (Content 7 and Type is <class 'int'>).", "module": "test", - "msecs": 172.82485961914062, + "msecs": 46.39601707458496, "msg": "Submitted value number 6 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3221.35591506958, + "relativeCreated": 3296.2725162506104, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 172.8973388671875, + "msecs": 46.441078186035156, "msg": "Queue execution (identified by a submitted sequence number): Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3221.428394317627, + "relativeCreated": 3296.3175773620605, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 7.2479248046875e-05 + "time_consumption": 4.506111145019531e-05 } ], - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.10344958305358887, - "time_finished": "2021-01-07 17:55:07,172", - "time_start": "2021-01-07 17:55:07,069" + "time_consumption": 0.10272669792175293, + "time_finished": "2021-01-11 01:05:17,046", + "time_start": "2021-01-11 01:05:16,943" }, "pylibs.task.queue: Test stop method": { "args": null, - "asctime": "2021-01-07 17:55:07,173", - "created": 1610038507.1732035, + "asctime": "2021-01-11 01:05:17,046", + "created": 1610323517.046627, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17687,19 +17803,19 @@ "message": "pylibs.task.queue: Test stop method", "module": "__init__", "moduleLogger": [], - "msecs": 173.2034683227539, + "msecs": 46.627044677734375, "msg": "pylibs.task.queue: Test stop method", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3221.7345237731934, + "relativeCreated": 3296.5035438537598, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-07 17:55:07,173", - "created": 1610038507.173552, + "asctime": "2021-01-11 01:05:17,046", + "created": 1610323517.0468378, "exc_info": null, "exc_text": null, "filename": "test_queue.py", @@ -17710,15 +17826,15 @@ "message": "Enqueued 6 tasks (stop request within 4th task).", "module": "test_queue", "moduleLogger": [], - "msecs": 173.5520362854004, + "msecs": 46.837806701660156, "msg": "Enqueued 6 tasks (stop request within 4th task).", "name": "__tLogger__", "pathname": "src/tests/test_queue.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3222.08309173584, + "relativeCreated": 3296.7143058776855, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -17727,8 +17843,8 @@ "6", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,174", - "created": 1610038507.1740649, + "asctime": "2021-01-11 01:05:17,047", + "created": 1610323517.0470512, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17745,8 +17861,8 @@ "6", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,173", - "created": 1610038507.1738145, + "asctime": "2021-01-11 01:05:17,046", + "created": 1610323517.0469267, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17756,15 +17872,15 @@ "lineno": 22, "message": "Result (Size of Queue before 1st execution): 6 (<class 'int'>)", "module": "test", - "msecs": 173.8145351409912, + "msecs": 46.92673683166504, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3222.3455905914307, + "relativeCreated": 3296.8032360076904, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -17773,8 +17889,8 @@ "6", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,173", - "created": 1610038507.1739473, + "asctime": "2021-01-11 01:05:17,046", + "created": 1610323517.046989, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17784,37 +17900,37 @@ "lineno": 26, "message": "Expectation (Size of Queue before 1st execution): result = 6 (<class 'int'>)", "module": "test", - "msecs": 173.94733428955078, + "msecs": 46.98896408081055, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3222.4783897399902, + "relativeCreated": 3296.865463256836, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 174.06487464904785, + "msecs": 47.051191329956055, "msg": "Size of Queue before 1st execution is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3222.5959300994873, + "relativeCreated": 3296.9276905059814, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00011754035949707031 + "time_consumption": 6.222724914550781e-05 }, { "args": [ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,174", - "created": 1610038507.1747797, + "asctime": "2021-01-11 01:05:17,047", + "created": 1610323517.047311, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17831,8 +17947,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,174", - "created": 1610038507.1744053, + "asctime": "2021-01-11 01:05:17,047", + "created": 1610323517.0472043, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17842,15 +17958,15 @@ "lineno": 22, "message": "Result (Size of Queue after 1st execution): 2 (<class 'int'>)", "module": "test", - "msecs": 174.40533638000488, + "msecs": 47.20425605773926, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3222.9363918304443, + "relativeCreated": 3297.0807552337646, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -17859,8 +17975,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,174", - "created": 1610038507.1745567, + "asctime": "2021-01-11 01:05:17,047", + "created": 1610323517.0472598, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17870,34 +17986,34 @@ "lineno": 26, "message": "Expectation (Size of Queue after 1st execution): result = 2 (<class 'int'>)", "module": "test", - "msecs": 174.55673217773438, + "msecs": 47.25980758666992, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3223.087787628174, + "relativeCreated": 3297.1363067626953, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 174.77965354919434, + "msecs": 47.31106758117676, "msg": "Size of Queue after 1st execution is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3223.310708999634, + "relativeCreated": 3297.187566757202, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00022292137145996094 + "time_consumption": 5.125999450683594e-05 }, { "args": [], - "asctime": "2021-01-07 17:55:07,177", - "created": 1610038507.1777666, + "asctime": "2021-01-11 01:05:17,048", + "created": 1610323517.0481129, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17914,8 +18030,8 @@ "[ 1, 2, 3, 5 ]", "<class 'list'>" ], - "asctime": "2021-01-07 17:55:07,175", - "created": 1610038507.17542, + "asctime": "2021-01-11 01:05:17,047", + "created": 1610323517.0474005, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17925,15 +18041,15 @@ "lineno": 22, "message": "Result (Queue execution (1st part; identified by a submitted sequence number)): [ 1, 2, 3, 5 ] (<class 'list'>)", "module": "test", - "msecs": 175.42004585266113, + "msecs": 47.400474548339844, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3223.9511013031006, + "relativeCreated": 3297.2769737243652, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -17942,8 +18058,8 @@ "[ 1, 2, 3, 5 ]", "<class 'list'>" ], - "asctime": "2021-01-07 17:55:07,175", - "created": 1610038507.175804, + "asctime": "2021-01-11 01:05:17,047", + "created": 1610323517.0474572, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17953,15 +18069,15 @@ "lineno": 26, "message": "Expectation (Queue execution (1st part; identified by a submitted sequence number)): result = [ 1, 2, 3, 5 ] (<class 'list'>)", "module": "test", - "msecs": 175.80389976501465, + "msecs": 47.457218170166016, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3224.334955215454, + "relativeCreated": 3297.3337173461914, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -17970,8 +18086,8 @@ "1", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,176", - "created": 1610038507.176074, + "asctime": "2021-01-11 01:05:17,047", + "created": 1610323517.0475307, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17981,15 +18097,15 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 (<class 'int'>)", "module": "test", - "msecs": 176.07402801513672, + "msecs": 47.5306510925293, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3224.605083465576, + "relativeCreated": 3297.4071502685547, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -17998,8 +18114,8 @@ "1", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,176", - "created": 1610038507.1763537, + "asctime": "2021-01-11 01:05:17,047", + "created": 1610323517.0475783, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18009,15 +18125,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 (<class 'int'>)", "module": "test", - "msecs": 176.35369300842285, + "msecs": 47.57833480834961, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3224.8847484588623, + "relativeCreated": 3297.454833984375, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -18025,8 +18141,8 @@ "1", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,176", - "created": 1610038507.1766467, + "asctime": "2021-01-11 01:05:17,047", + "created": 1610323517.0476303, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18036,15 +18152,15 @@ "lineno": 144, "message": "Submitted value number 1 is correct (Content 1 and Type is <class 'int'>).", "module": "test", - "msecs": 176.64670944213867, + "msecs": 47.63031005859375, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3225.177764892578, + "relativeCreated": 3297.506809234619, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -18053,8 +18169,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,176", - "created": 1610038507.176856, + "asctime": "2021-01-11 01:05:17,047", + "created": 1610323517.0476792, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18064,15 +18180,15 @@ "lineno": 22, "message": "Result (Submitted value number 2): 2 (<class 'int'>)", "module": "test", - "msecs": 176.85604095458984, + "msecs": 47.67918586730957, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3225.3870964050293, + "relativeCreated": 3297.555685043335, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -18081,8 +18197,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,176", - "created": 1610038507.1769586, + "asctime": "2021-01-11 01:05:17,047", + "created": 1610323517.0477257, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18092,15 +18208,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 2 (<class 'int'>)", "module": "test", - "msecs": 176.95856094360352, + "msecs": 47.725677490234375, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3225.489616394043, + "relativeCreated": 3297.6021766662598, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -18108,8 +18224,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,177", - "created": 1610038507.1770573, + "asctime": "2021-01-11 01:05:17,047", + "created": 1610323517.047772, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18119,15 +18235,15 @@ "lineno": 144, "message": "Submitted value number 2 is correct (Content 2 and Type is <class 'int'>).", "module": "test", - "msecs": 177.05726623535156, + "msecs": 47.77193069458008, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3225.588321685791, + "relativeCreated": 3297.6484298706055, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -18136,8 +18252,8 @@ "3", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,177", - "created": 1610038507.1771557, + "asctime": "2021-01-11 01:05:17,047", + "created": 1610323517.04782, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18147,15 +18263,15 @@ "lineno": 22, "message": "Result (Submitted value number 3): 3 (<class 'int'>)", "module": "test", - "msecs": 177.1557331085205, + "msecs": 47.820091247558594, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3225.68678855896, + "relativeCreated": 3297.696590423584, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -18164,8 +18280,8 @@ "3", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,177", - "created": 1610038507.1772518, + "asctime": "2021-01-11 01:05:17,047", + "created": 1610323517.0478733, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18175,15 +18291,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 3): result = 3 (<class 'int'>)", "module": "test", - "msecs": 177.25181579589844, + "msecs": 47.87325859069824, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3225.782871246338, + "relativeCreated": 3297.7497577667236, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -18191,8 +18307,8 @@ "3", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,177", - "created": 1610038507.177348, + "asctime": "2021-01-11 01:05:17,047", + "created": 1610323517.047921, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18202,15 +18318,15 @@ "lineno": 144, "message": "Submitted value number 3 is correct (Content 3 and Type is <class 'int'>).", "module": "test", - "msecs": 177.34789848327637, + "msecs": 47.920942306518555, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3225.878953933716, + "relativeCreated": 3297.797441482544, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -18219,8 +18335,8 @@ "5", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,177", - "created": 1610038507.1774495, + "asctime": "2021-01-11 01:05:17,047", + "created": 1610323517.0479681, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18230,15 +18346,15 @@ "lineno": 22, "message": "Result (Submitted value number 4): 5 (<class 'int'>)", "module": "test", - "msecs": 177.44946479797363, + "msecs": 47.968149185180664, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3225.980520248413, + "relativeCreated": 3297.844648361206, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -18247,8 +18363,8 @@ "5", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,177", - "created": 1610038507.1775455, + "asctime": "2021-01-11 01:05:17,048", + "created": 1610323517.0480182, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18258,15 +18374,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 4): result = 5 (<class 'int'>)", "module": "test", - "msecs": 177.54554748535156, + "msecs": 48.01821708679199, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3226.076602935791, + "relativeCreated": 3297.8947162628174, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -18274,8 +18390,8 @@ "5", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,177", - "created": 1610038507.1776505, + "asctime": "2021-01-11 01:05:17,048", + "created": 1610323517.0480647, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18285,37 +18401,37 @@ "lineno": 144, "message": "Submitted value number 4 is correct (Content 5 and Type is <class 'int'>).", "module": "test", - "msecs": 177.65045166015625, + "msecs": 48.0647087097168, "msg": "Submitted value number 4 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3226.1815071105957, + "relativeCreated": 3297.941207885742, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 177.7665615081787, + "msecs": 48.11286926269531, "msg": "Queue execution (1st part; identified by a submitted sequence number): Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3226.297616958618, + "relativeCreated": 3297.9893684387207, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00011610984802246094 + "time_consumption": 4.8160552978515625e-05 }, { "args": [ "0", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,279", - "created": 1610038507.27942, + "asctime": "2021-01-11 01:05:17,150", + "created": 1610323517.1504147, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18332,8 +18448,8 @@ "0", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,278", - "created": 1610038507.2786572, + "asctime": "2021-01-11 01:05:17,148", + "created": 1610323517.148842, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18343,15 +18459,15 @@ "lineno": 22, "message": "Result (Size of Queue after 2nd execution): 0 (<class 'int'>)", "module": "test", - "msecs": 278.6571979522705, + "msecs": 148.84209632873535, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3327.18825340271, + "relativeCreated": 3398.7185955047607, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -18360,8 +18476,8 @@ "0", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,279", - "created": 1610038507.2791872, + "asctime": "2021-01-11 01:05:17,149", + "created": 1610323517.1499228, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18371,34 +18487,34 @@ "lineno": 26, "message": "Expectation (Size of Queue after 2nd execution): result = 0 (<class 'int'>)", "module": "test", - "msecs": 279.1872024536133, + "msecs": 149.92284774780273, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3327.7182579040527, + "relativeCreated": 3399.799346923828, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 279.4198989868164, + "msecs": 150.41470527648926, "msg": "Size of Queue after 2nd execution is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3327.950954437256, + "relativeCreated": 3400.2912044525146, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.000232696533203125 + "time_consumption": 0.0004918575286865234 }, { "args": [], - "asctime": "2021-01-07 17:55:07,281", - "created": 1610038507.2810872, + "asctime": "2021-01-11 01:05:17,154", + "created": 1610323517.1544588, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18415,8 +18531,8 @@ "[ 6, 7 ]", "<class 'list'>" ], - "asctime": "2021-01-07 17:55:07,279", - "created": 1610038507.2798343, + "asctime": "2021-01-11 01:05:17,151", + "created": 1610323517.1511276, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18426,15 +18542,15 @@ "lineno": 22, "message": "Result (Queue execution (2nd part; identified by a submitted sequence number)): [ 6, 7 ] (<class 'list'>)", "module": "test", - "msecs": 279.8342704772949, + "msecs": 151.12757682800293, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3328.3653259277344, + "relativeCreated": 3401.0040760040283, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -18443,8 +18559,8 @@ "[ 6, 7 ]", "<class 'list'>" ], - "asctime": "2021-01-07 17:55:07,280", - "created": 1610038507.2800264, + "asctime": "2021-01-11 01:05:17,151", + "created": 1610323517.1514506, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18454,15 +18570,15 @@ "lineno": 26, "message": "Expectation (Queue execution (2nd part; identified by a submitted sequence number)): result = [ 6, 7 ] (<class 'list'>)", "module": "test", - "msecs": 280.0264358520508, + "msecs": 151.45063400268555, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3328.5574913024902, + "relativeCreated": 3401.327133178711, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -18471,8 +18587,8 @@ "6", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,280", - "created": 1610038507.2802072, + "asctime": "2021-01-11 01:05:17,152", + "created": 1610323517.1520104, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18482,15 +18598,15 @@ "lineno": 22, "message": "Result (Submitted value number 1): 6 (<class 'int'>)", "module": "test", - "msecs": 280.20715713500977, + "msecs": 152.01044082641602, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3328.738212585449, + "relativeCreated": 3401.8869400024414, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -18499,8 +18615,8 @@ "6", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,280", - "created": 1610038507.2803864, + "asctime": "2021-01-11 01:05:17,152", + "created": 1610323517.1523004, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18510,15 +18626,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 6 (<class 'int'>)", "module": "test", - "msecs": 280.38644790649414, + "msecs": 152.30035781860352, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3328.9175033569336, + "relativeCreated": 3402.176856994629, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -18526,8 +18642,8 @@ "6", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,280", - "created": 1610038507.2805173, + "asctime": "2021-01-11 01:05:17,152", + "created": 1610323517.152596, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18537,15 +18653,15 @@ "lineno": 144, "message": "Submitted value number 1 is correct (Content 6 and Type is <class 'int'>).", "module": "test", - "msecs": 280.5173397064209, + "msecs": 152.59599685668945, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3329.0483951568604, + "relativeCreated": 3402.472496032715, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -18554,8 +18670,8 @@ "7", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,280", - "created": 1610038507.2806542, + "asctime": "2021-01-11 01:05:17,152", + "created": 1610323517.1529956, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18565,15 +18681,15 @@ "lineno": 22, "message": "Result (Submitted value number 2): 7 (<class 'int'>)", "module": "test", - "msecs": 280.6541919708252, + "msecs": 152.99558639526367, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3329.1852474212646, + "relativeCreated": 3402.872085571289, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -18582,8 +18698,8 @@ "7", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,280", - "created": 1610038507.2808175, + "asctime": "2021-01-11 01:05:17,153", + "created": 1610323517.1532812, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18593,15 +18709,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 7 (<class 'int'>)", "module": "test", - "msecs": 280.81750869750977, + "msecs": 153.28121185302734, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3329.348564147949, + "relativeCreated": 3403.1577110290527, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -18609,8 +18725,8 @@ "7", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,280", - "created": 1610038507.2809517, + "asctime": "2021-01-11 01:05:17,153", + "created": 1610323517.1537764, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18620,41 +18736,41 @@ "lineno": 144, "message": "Submitted value number 2 is correct (Content 7 and Type is <class 'int'>).", "module": "test", - "msecs": 280.95173835754395, + "msecs": 153.7764072418213, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3329.4827938079834, + "relativeCreated": 3403.6529064178467, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 281.08716011047363, + "msecs": 154.45876121520996, "msg": "Queue execution (2nd part; identified by a submitted sequence number): Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3329.618215560913, + "relativeCreated": 3404.3352603912354, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.0001354217529296875 + "time_consumption": 0.0006823539733886719 } ], - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.10788369178771973, - "time_finished": "2021-01-07 17:55:07,281", - "time_start": "2021-01-07 17:55:07,173" + "time_consumption": 0.10783171653747559, + "time_finished": "2021-01-11 01:05:17,154", + "time_start": "2021-01-11 01:05:17,046" }, "pylibs.task.threaded_queue: Test enqueue while queue is running": { "args": null, - "asctime": "2021-01-07 17:55:10,201", - "created": 1610038510.2015648, + "asctime": "2021-01-11 01:05:20,301", + "created": 1610323520.3017163, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18665,13 +18781,13 @@ "message": "pylibs.task.threaded_queue: Test enqueue while queue is running", "module": "__init__", "moduleLogger": [], - "msecs": 201.56478881835938, + "msecs": 301.7163276672363, "msg": "pylibs.task.threaded_queue: Test enqueue while queue is running", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6250.095844268799, + "relativeCreated": 6551.592826843262, "stack_info": null, "testcaseLogger": [ { @@ -18679,8 +18795,8 @@ "0", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:10,201", - "created": 1610038510.2018828, + "asctime": "2021-01-11 01:05:20,302", + "created": 1610323520.302368, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18697,8 +18813,8 @@ "0", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:10,201", - "created": 1610038510.2017481, + "asctime": "2021-01-11 01:05:20,302", + "created": 1610323520.3021002, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18708,15 +18824,15 @@ "lineno": 22, "message": "Result (Size of Queue before execution): 0 (<class 'int'>)", "module": "test", - "msecs": 201.74813270568848, + "msecs": 302.10018157958984, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6250.279188156128, + "relativeCreated": 6551.976680755615, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -18725,8 +18841,8 @@ "0", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:10,201", - "created": 1610038510.20181, + "asctime": "2021-01-11 01:05:20,302", + "created": 1610323520.302248, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18736,34 +18852,34 @@ "lineno": 26, "message": "Expectation (Size of Queue before execution): result = 0 (<class 'int'>)", "module": "test", - "msecs": 201.80988311767578, + "msecs": 302.2480010986328, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6250.340938568115, + "relativeCreated": 6552.124500274658, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 201.88283920288086, + "msecs": 302.3679256439209, "msg": "Size of Queue before execution is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6250.41389465332, + "relativeCreated": 6552.244424819946, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 7.295608520507812e-05 + "time_consumption": 0.00011992454528808594 }, { "args": [], - "asctime": "2021-01-07 17:55:10,303", - "created": 1610038510.3034654, + "asctime": "2021-01-11 01:05:20,404", + "created": 1610323520.4040806, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -18776,8 +18892,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 17:55:10,202", - "created": 1610038510.202026, + "asctime": "2021-01-11 01:05:20,302", + "created": 1610323520.3025587, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -18787,15 +18903,15 @@ "lineno": 69, "message": "Starting Queue execution (run)", "module": "test_threaded_queue", - "msecs": 202.0258903503418, + "msecs": 302.55866050720215, "msg": "Starting Queue execution (run)", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6250.556945800781, + "relativeCreated": 6552.4351596832275, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -18804,8 +18920,8 @@ 6, 0.1 ], - "asctime": "2021-01-07 17:55:10,202", - "created": 1610038510.2026644, + "asctime": "2021-01-11 01:05:20,303", + "created": 1610323520.3032272, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -18815,15 +18931,15 @@ "lineno": 74, "message": "Adding Task 6 with Priority 6 and waiting for 0.1s (half of the queue task delay time)", "module": "test_threaded_queue", - "msecs": 202.66437530517578, + "msecs": 303.22718620300293, "msg": "Adding Task %d with Priority %d and waiting for %.1fs (half of the queue task delay time)", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6251.195430755615, + "relativeCreated": 6553.103685379028, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -18831,8 +18947,8 @@ 3, 3 ], - "asctime": "2021-01-07 17:55:10,303", - "created": 1610038510.303085, + "asctime": "2021-01-11 01:05:20,403", + "created": 1610323520.4037051, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -18842,15 +18958,15 @@ "lineno": 77, "message": "Adding Task 3 with Priority 3", "module": "test_threaded_queue", - "msecs": 303.0850887298584, + "msecs": 403.7051200866699, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6351.616144180298, + "relativeCreated": 6653.581619262695, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -18858,8 +18974,8 @@ 2, 2 ], - "asctime": "2021-01-07 17:55:10,303", - "created": 1610038510.3033125, + "asctime": "2021-01-11 01:05:20,403", + "created": 1610323520.4038975, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -18869,15 +18985,15 @@ "lineno": 77, "message": "Adding Task 2 with Priority 2", "module": "test_threaded_queue", - "msecs": 303.3125400543213, + "msecs": 403.8975238800049, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6351.843595504761, + "relativeCreated": 6653.77402305603, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -18885,8 +19001,8 @@ 1, 1 ], - "asctime": "2021-01-07 17:55:10,303", - "created": 1610038510.303395, + "asctime": "2021-01-11 01:05:20,404", + "created": 1610323520.4040067, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -18896,37 +19012,37 @@ "lineno": 77, "message": "Adding Task 1 with Priority 1", "module": "test_threaded_queue", - "msecs": 303.39503288269043, + "msecs": 404.0067195892334, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6351.92608833313, + "relativeCreated": 6653.883218765259, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 303.4653663635254, + "msecs": 404.0806293487549, "msg": "Enqueued 2 tasks.", "name": "__tLogger__", "pathname": "src/tests/test_threaded_queue.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6351.996421813965, + "relativeCreated": 6653.95712852478, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 7.033348083496094e-05 + "time_consumption": 7.390975952148438e-05 }, { "args": [ "0", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:10,806", - "created": 1610038510.8063295, + "asctime": "2021-01-11 01:05:20,906", + "created": 1610323520.90688, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18943,8 +19059,8 @@ "0", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:10,805", - "created": 1610038510.8050566, + "asctime": "2021-01-11 01:05:20,906", + "created": 1610323520.9060361, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18954,15 +19070,15 @@ "lineno": 22, "message": "Result (Size of Queue after execution): 0 (<class 'int'>)", "module": "test", - "msecs": 805.0565719604492, + "msecs": 906.0361385345459, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6853.587627410889, + "relativeCreated": 7155.912637710571, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -18971,8 +19087,8 @@ "0", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:10,805", - "created": 1610038510.805925, + "asctime": "2021-01-11 01:05:20,906", + "created": 1610323520.906629, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18982,34 +19098,34 @@ "lineno": 26, "message": "Expectation (Size of Queue after execution): result = 0 (<class 'int'>)", "module": "test", - "msecs": 805.9248924255371, + "msecs": 906.6290855407715, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6854.455947875977, + "relativeCreated": 7156.505584716797, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 806.3294887542725, + "msecs": 906.8799018859863, "msg": "Size of Queue after execution is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6854.860544204712, + "relativeCreated": 7156.756401062012, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00040459632873535156 + "time_consumption": 0.00025081634521484375 }, { "args": [], - "asctime": "2021-01-07 17:55:10,809", - "created": 1610038510.8094444, + "asctime": "2021-01-11 01:05:20,908", + "created": 1610323520.9088426, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19026,8 +19142,8 @@ "[ 6, 1, 2, 3 ]", "<class 'list'>" ], - "asctime": "2021-01-07 17:55:10,806", - "created": 1610038510.806874, + "asctime": "2021-01-11 01:05:20,907", + "created": 1610323520.907186, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19037,15 +19153,15 @@ "lineno": 22, "message": "Result (Queue execution (identified by a submitted sequence number)): [ 6, 1, 2, 3 ] (<class 'list'>)", "module": "test", - "msecs": 806.8740367889404, + "msecs": 907.1860313415527, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6855.40509223938, + "relativeCreated": 7157.062530517578, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -19054,8 +19170,8 @@ "[ 6, 1, 2, 3 ]", "<class 'list'>" ], - "asctime": "2021-01-07 17:55:10,807", - "created": 1610038510.8071947, + "asctime": "2021-01-11 01:05:20,907", + "created": 1610323520.9073133, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19065,15 +19181,15 @@ "lineno": 26, "message": "Expectation (Queue execution (identified by a submitted sequence number)): result = [ 6, 1, 2, 3 ] (<class 'list'>)", "module": "test", - "msecs": 807.194709777832, + "msecs": 907.313346862793, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6855.7257652282715, + "relativeCreated": 7157.189846038818, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -19082,8 +19198,8 @@ "6", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:10,807", - "created": 1610038510.8075025, + "asctime": "2021-01-11 01:05:20,907", + "created": 1610323520.9074385, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19093,15 +19209,15 @@ "lineno": 22, "message": "Result (Submitted value number 1): 6 (<class 'int'>)", "module": "test", - "msecs": 807.5025081634521, + "msecs": 907.4385166168213, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6856.033563613892, + "relativeCreated": 7157.315015792847, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -19110,8 +19226,8 @@ "6", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:10,807", - "created": 1610038510.807758, + "asctime": "2021-01-11 01:05:20,907", + "created": 1610323520.9075477, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19121,15 +19237,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 6 (<class 'int'>)", "module": "test", - "msecs": 807.758092880249, + "msecs": 907.5477123260498, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6856.2891483306885, + "relativeCreated": 7157.424211502075, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -19137,8 +19253,8 @@ "6", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:10,807", - "created": 1610038510.8079803, + "asctime": "2021-01-11 01:05:20,907", + "created": 1610323520.9076278, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19148,15 +19264,15 @@ "lineno": 144, "message": "Submitted value number 1 is correct (Content 6 and Type is <class 'int'>).", "module": "test", - "msecs": 807.9802989959717, + "msecs": 907.6278209686279, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6856.511354446411, + "relativeCreated": 7157.504320144653, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -19165,8 +19281,8 @@ "1", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:10,808", - "created": 1610038510.8082144, + "asctime": "2021-01-11 01:05:20,907", + "created": 1610323520.9076986, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19176,15 +19292,15 @@ "lineno": 22, "message": "Result (Submitted value number 2): 1 (<class 'int'>)", "module": "test", - "msecs": 808.2144260406494, + "msecs": 907.6986312866211, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6856.745481491089, + "relativeCreated": 7157.5751304626465, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -19193,8 +19309,8 @@ "1", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:10,808", - "created": 1610038510.8084292, + "asctime": "2021-01-11 01:05:20,907", + "created": 1610323520.907771, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19204,15 +19320,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 1 (<class 'int'>)", "module": "test", - "msecs": 808.4292411804199, + "msecs": 907.771110534668, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6856.960296630859, + "relativeCreated": 7157.647609710693, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -19220,8 +19336,8 @@ "1", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:10,808", - "created": 1610038510.808616, + "asctime": "2021-01-11 01:05:20,907", + "created": 1610323520.9078844, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19231,15 +19347,15 @@ "lineno": 144, "message": "Submitted value number 2 is correct (Content 1 and Type is <class 'int'>).", "module": "test", - "msecs": 808.6159229278564, + "msecs": 907.8843593597412, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6857.146978378296, + "relativeCreated": 7157.760858535767, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -19248,8 +19364,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:10,808", - "created": 1610038510.8088603, + "asctime": "2021-01-11 01:05:20,908", + "created": 1610323520.908032, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19259,15 +19375,15 @@ "lineno": 22, "message": "Result (Submitted value number 3): 2 (<class 'int'>)", "module": "test", - "msecs": 808.8603019714355, + "msecs": 908.0319404602051, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6857.391357421875, + "relativeCreated": 7157.9084396362305, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -19276,8 +19392,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:10,809", - "created": 1610038510.809037, + "asctime": "2021-01-11 01:05:20,908", + "created": 1610323520.9081676, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19287,15 +19403,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 3): result = 2 (<class 'int'>)", "module": "test", - "msecs": 809.0369701385498, + "msecs": 908.1676006317139, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6857.568025588989, + "relativeCreated": 7158.044099807739, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -19303,8 +19419,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:10,809", - "created": 1610038510.809181, + "asctime": "2021-01-11 01:05:20,908", + "created": 1610323520.9083083, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19314,15 +19430,15 @@ "lineno": 144, "message": "Submitted value number 3 is correct (Content 2 and Type is <class 'int'>).", "module": "test", - "msecs": 809.1809749603271, + "msecs": 908.3082675933838, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6857.712030410767, + "relativeCreated": 7158.184766769409, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -19331,8 +19447,8 @@ "3", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:10,809", - "created": 1610038510.8092802, + "asctime": "2021-01-11 01:05:20,908", + "created": 1610323520.9084415, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19342,15 +19458,15 @@ "lineno": 22, "message": "Result (Submitted value number 4): 3 (<class 'int'>)", "module": "test", - "msecs": 809.2801570892334, + "msecs": 908.4415435791016, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6857.811212539673, + "relativeCreated": 7158.318042755127, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -19359,8 +19475,8 @@ "3", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:10,809", - "created": 1610038510.8093393, + "asctime": "2021-01-11 01:05:20,908", + "created": 1610323520.9085758, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19370,15 +19486,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 4): result = 3 (<class 'int'>)", "module": "test", - "msecs": 809.3392848968506, + "msecs": 908.5757732391357, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6857.87034034729, + "relativeCreated": 7158.452272415161, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -19386,8 +19502,8 @@ "3", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:10,809", - "created": 1610038510.809393, + "asctime": "2021-01-11 01:05:20,908", + "created": 1610323520.9087024, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19397,41 +19513,41 @@ "lineno": 144, "message": "Submitted value number 4 is correct (Content 3 and Type is <class 'int'>).", "module": "test", - "msecs": 809.3929290771484, + "msecs": 908.7023735046387, "msg": "Submitted value number 4 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6857.923984527588, + "relativeCreated": 7158.578872680664, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 809.4444274902344, + "msecs": 908.8425636291504, "msg": "Queue execution (identified by a submitted sequence number): Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6857.975482940674, + "relativeCreated": 7158.719062805176, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 5.14984130859375e-05 + "time_consumption": 0.00014019012451171875 } ], - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.607879638671875, - "time_finished": "2021-01-07 17:55:10,809", - "time_start": "2021-01-07 17:55:10,201" + "time_consumption": 0.6071262359619141, + "time_finished": "2021-01-11 01:05:20,908", + "time_start": "2021-01-11 01:05:20,301" }, "pylibs.task.threaded_queue: Test qsize and queue execution order by priority": { "args": null, - "asctime": "2021-01-07 17:55:07,285", - "created": 1610038507.2853966, + "asctime": "2021-01-11 01:05:17,169", + "created": 1610323517.1699023, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19442,19 +19558,19 @@ "message": "pylibs.task.threaded_queue: Test qsize and queue execution order by priority", "module": "__init__", "moduleLogger": [], - "msecs": 285.3965759277344, + "msecs": 169.90232467651367, "msg": "pylibs.task.threaded_queue: Test qsize and queue execution order by priority", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3333.927631378174, + "relativeCreated": 3419.778823852539, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-07 17:55:07,285", - "created": 1610038507.2859948, + "asctime": "2021-01-11 01:05:17,174", + "created": 1610323517.1740632, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -19467,11 +19583,11 @@ "moduleLogger": [ { "args": [ - 5, + 5.1, 5 ], - "asctime": "2021-01-07 17:55:07,285", - "created": 1610038507.2855692, + "asctime": "2021-01-11 01:05:17,171", + "created": 1610323517.1711128, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -19479,17 +19595,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 27, - "message": "Adding Task 5 with Priority 5", + "message": "Adding Task 5.1 with Priority 5", "module": "test_threaded_queue", - "msecs": 285.5691909790039, - "msg": "Adding Task %d with Priority %d", + "msecs": 171.1127758026123, + "msg": "Adding Task %.1f with Priority %d", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3334.1002464294434, + "relativeCreated": 3420.9892749786377, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -19497,8 +19613,8 @@ 3, 3 ], - "asctime": "2021-01-07 17:55:07,285", - "created": 1610038507.2856526, + "asctime": "2021-01-11 01:05:17,171", + "created": 1610323517.171765, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -19506,17 +19622,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 27, - "message": "Adding Task 3 with Priority 3", + "message": "Adding Task 3.0 with Priority 3", "module": "test_threaded_queue", - "msecs": 285.65263748168945, - "msg": "Adding Task %d with Priority %d", + "msecs": 171.76508903503418, + "msg": "Adding Task %.1f with Priority %d", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3334.183692932129, + "relativeCreated": 3421.6415882110596, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -19524,8 +19640,8 @@ 7, 7 ], - "asctime": "2021-01-07 17:55:07,285", - "created": 1610038507.2857268, + "asctime": "2021-01-11 01:05:17,172", + "created": 1610323517.172273, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -19533,17 +19649,44 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 27, - "message": "Adding Task 7 with Priority 7", + "message": "Adding Task 7.0 with Priority 7", "module": "test_threaded_queue", - "msecs": 285.72678565979004, - "msg": "Adding Task %d with Priority %d", + "msecs": 172.2729206085205, + "msg": "Adding Task %.1f with Priority %d", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3334.2578411102295, + "relativeCreated": 3422.149419784546, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, + "threadName": "MainThread" + }, + { + "args": [ + 5.2, + 5 + ], + "asctime": "2021-01-11 01:05:17,172", + "created": 1610323517.1726546, + "exc_info": null, + "exc_text": null, + "filename": "test_threaded_queue.py", + "funcName": "test_threaded_queue", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 27, + "message": "Adding Task 5.2 with Priority 5", + "module": "test_threaded_queue", + "msecs": 172.6546287536621, + "msg": "Adding Task %.1f with Priority %d", + "name": "__unittest__", + "pathname": "src/tests/test_threaded_queue.py", + "process": 15073, + "processName": "MainProcess", + "relativeCreated": 3422.5311279296875, + "stack_info": null, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -19551,8 +19694,8 @@ 2, 2 ], - "asctime": "2021-01-07 17:55:07,285", - "created": 1610038507.2857974, + "asctime": "2021-01-11 01:05:17,173", + "created": 1610323517.1730099, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -19560,17 +19703,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 27, - "message": "Adding Task 2 with Priority 2", + "message": "Adding Task 2.0 with Priority 2", "module": "test_threaded_queue", - "msecs": 285.7973575592041, - "msg": "Adding Task %d with Priority %d", + "msecs": 173.00987243652344, + "msg": "Adding Task %.1f with Priority %d", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3334.3284130096436, + "relativeCreated": 3422.886371612549, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -19578,8 +19721,8 @@ 6, 6 ], - "asctime": "2021-01-07 17:55:07,285", - "created": 1610038507.2858672, + "asctime": "2021-01-11 01:05:17,173", + "created": 1610323517.1734166, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -19587,17 +19730,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 27, - "message": "Adding Task 6 with Priority 6", + "message": "Adding Task 6.0 with Priority 6", "module": "test_threaded_queue", - "msecs": 285.86721420288086, - "msg": "Adding Task %d with Priority %d", + "msecs": 173.4166145324707, + "msg": "Adding Task %.1f with Priority %d", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3334.3982696533203, + "relativeCreated": 3423.293113708496, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -19605,8 +19748,8 @@ 1, 1 ], - "asctime": "2021-01-07 17:55:07,285", - "created": 1610038507.2859366, + "asctime": "2021-01-11 01:05:17,173", + "created": 1610323517.17387, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -19614,39 +19757,39 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 27, - "message": "Adding Task 1 with Priority 1", + "message": "Adding Task 1.0 with Priority 1", "module": "test_threaded_queue", - "msecs": 285.9365940093994, - "msg": "Adding Task %d with Priority %d", + "msecs": 173.87008666992188, + "msg": "Adding Task %.1f with Priority %d", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3334.467649459839, + "relativeCreated": 3423.7465858459473, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 285.9947681427002, + "msecs": 174.06320571899414, "msg": "Enqueued 6 unordered tasks.", "name": "__tLogger__", "pathname": "src/tests/test_threaded_queue.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3334.5258235931396, + "relativeCreated": 3423.9397048950195, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 5.817413330078125e-05 + "time_consumption": 0.00019311904907226562 }, { "args": [ - "6", + "7", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,286", - "created": 1610038507.28622, + "asctime": "2021-01-11 01:05:17,175", + "created": 1610323517.1750896, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19654,17 +19797,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 144, - "message": "Size of Queue before execution is correct (Content 6 and Type is <class 'int'>).", + "message": "Size of Queue before execution is correct (Content 7 and Type is <class 'int'>).", "module": "test", "moduleLogger": [ { "args": [ "Size of Queue before execution", - "6", + "7", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,286", - "created": 1610038507.2860985, + "asctime": "2021-01-11 01:05:17,174", + "created": 1610323517.1746683, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19672,27 +19815,27 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Size of Queue before execution): 6 (<class 'int'>)", + "message": "Result (Size of Queue before execution): 7 (<class 'int'>)", "module": "test", - "msecs": 286.0984802246094, + "msecs": 174.6683120727539, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3334.629535675049, + "relativeCreated": 3424.5448112487793, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { "args": [ "Size of Queue before execution", - "6", + "7", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:07,286", - "created": 1610038507.2861605, + "asctime": "2021-01-11 01:05:17,174", + "created": 1610323517.1748736, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19700,36 +19843,36 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 26, - "message": "Expectation (Size of Queue before execution): result = 6 (<class 'int'>)", + "message": "Expectation (Size of Queue before execution): result = 7 (<class 'int'>)", "module": "test", - "msecs": 286.1604690551758, + "msecs": 174.87359046936035, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3334.6915245056152, + "relativeCreated": 3424.7500896453857, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 286.2200736999512, + "msecs": 175.08959770202637, "msg": "Size of Queue before execution is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3334.7511291503906, + "relativeCreated": 3424.9660968780518, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 5.9604644775390625e-05 + "time_consumption": 0.00021600723266601562 }, { "args": [], - "asctime": "2021-01-07 17:55:08,488", - "created": 1610038508.4889348, + "asctime": "2021-01-11 01:05:18,582", + "created": 1610323518.5820878, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -19742,8 +19885,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 17:55:07,286", - "created": 1610038507.2863169, + "asctime": "2021-01-11 01:05:17,175", + "created": 1610323517.1754074, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -19753,21 +19896,21 @@ "lineno": 30, "message": "Starting Queue execution (run)", "module": "test_threaded_queue", - "msecs": 286.3168716430664, + "msecs": 175.40740966796875, "msg": "Starting Queue execution (run)", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 3334.847927093506, + "relativeCreated": 3425.283908843994, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { "args": [], - "asctime": "2021-01-07 17:55:08,288", - "created": 1610038508.2884393, + "asctime": "2021-01-11 01:05:18,381", + "created": 1610323518.3810859, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -19777,37 +19920,37 @@ "lineno": 35, "message": "Queue is empty.", "module": "test_threaded_queue", - "msecs": 288.4392738342285, + "msecs": 381.0858726501465, "msg": "Queue is empty.", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4336.970329284668, + "relativeCreated": 4630.962371826172, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 488.9347553253174, + "msecs": 582.0877552032471, "msg": "Executing Queue, till Queue is empty..", "name": "__tLogger__", "pathname": "src/tests/test_threaded_queue.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4537.465810775757, + "relativeCreated": 4831.9642543792725, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.20049548149108887 + "time_consumption": 0.20100188255310059 }, { "args": [ "0", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:08,489", - "created": 1610038508.4897316, + "asctime": "2021-01-11 01:05:18,583", + "created": 1610323518.5833712, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19824,8 +19967,8 @@ "0", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:08,489", - "created": 1610038508.489375, + "asctime": "2021-01-11 01:05:18,582", + "created": 1610323518.582844, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19835,15 +19978,15 @@ "lineno": 22, "message": "Result (Size of Queue after execution): 0 (<class 'int'>)", "module": "test", - "msecs": 489.37511444091797, + "msecs": 582.8440189361572, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4537.906169891357, + "relativeCreated": 4832.720518112183, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -19852,8 +19995,8 @@ "0", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:08,489", - "created": 1610038508.4895737, + "asctime": "2021-01-11 01:05:18,583", + "created": 1610323518.583169, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19863,34 +20006,34 @@ "lineno": 26, "message": "Expectation (Size of Queue after execution): result = 0 (<class 'int'>)", "module": "test", - "msecs": 489.57371711730957, + "msecs": 583.1689834594727, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4538.104772567749, + "relativeCreated": 4833.045482635498, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 489.7315502166748, + "msecs": 583.3711624145508, "msg": "Size of Queue after execution is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4538.262605667114, + "relativeCreated": 4833.247661590576, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00015783309936523438 + "time_consumption": 0.000202178955078125 }, { "args": [], - "asctime": "2021-01-07 17:55:08,492", - "created": 1610038508.4929514, + "asctime": "2021-01-11 01:05:18,587", + "created": 1610323518.5879645, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19904,11 +20047,11 @@ { "args": [ "Queue execution (identified by a submitted sequence number)", - "[ 1, 2, 3, 5, 6, 7 ]", + "[ 1, 2, 3, 5.1, 5.2, 6, 7 ]", "<class 'list'>" ], - "asctime": "2021-01-07 17:55:08,489", - "created": 1610038508.489988, + "asctime": "2021-01-11 01:05:18,583", + "created": 1610323518.5839324, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19916,27 +20059,27 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Queue execution (identified by a submitted sequence number)): [ 1, 2, 3, 5, 6, 7 ] (<class 'list'>)", + "message": "Result (Queue execution (identified by a submitted sequence number)): [ 1, 2, 3, 5.1, 5.2, 6, 7 ] (<class 'list'>)", "module": "test", - "msecs": 489.9880886077881, + "msecs": 583.9323997497559, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4538.5191440582275, + "relativeCreated": 4833.808898925781, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { "args": [ "Queue execution (identified by a submitted sequence number)", - "[ 1, 2, 3, 5, 6, 7 ]", + "[ 1, 2, 3, 5.1, 5.2, 6, 7 ]", "<class 'list'>" ], - "asctime": "2021-01-07 17:55:08,490", - "created": 1610038508.4901588, + "asctime": "2021-01-11 01:05:18,584", + "created": 1610323518.5842037, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19944,17 +20087,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 26, - "message": "Expectation (Queue execution (identified by a submitted sequence number)): result = [ 1, 2, 3, 5, 6, 7 ] (<class 'list'>)", + "message": "Expectation (Queue execution (identified by a submitted sequence number)): result = [ 1, 2, 3, 5.1, 5.2, 6, 7 ] (<class 'list'>)", "module": "test", - "msecs": 490.1587963104248, + "msecs": 584.2037200927734, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4538.689851760864, + "relativeCreated": 4834.080219268799, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -19963,8 +20106,8 @@ "1", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:08,490", - "created": 1610038508.4903104, + "asctime": "2021-01-11 01:05:18,584", + "created": 1610323518.584411, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19974,15 +20117,15 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 (<class 'int'>)", "module": "test", - "msecs": 490.3104305267334, + "msecs": 584.4109058380127, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4538.841485977173, + "relativeCreated": 4834.287405014038, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -19991,8 +20134,8 @@ "1", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:08,490", - "created": 1610038508.4904559, + "asctime": "2021-01-11 01:05:18,584", + "created": 1610323518.584551, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20002,15 +20145,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 (<class 'int'>)", "module": "test", - "msecs": 490.45586585998535, + "msecs": 584.5510959625244, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4538.986921310425, + "relativeCreated": 4834.42759513855, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -20018,8 +20161,8 @@ "1", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:08,490", - "created": 1610038508.4905925, + "asctime": "2021-01-11 01:05:18,584", + "created": 1610323518.5846887, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20029,15 +20172,15 @@ "lineno": 144, "message": "Submitted value number 1 is correct (Content 1 and Type is <class 'int'>).", "module": "test", - "msecs": 490.59247970581055, + "msecs": 584.688663482666, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4539.12353515625, + "relativeCreated": 4834.565162658691, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -20046,8 +20189,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:08,490", - "created": 1610038508.4907308, + "asctime": "2021-01-11 01:05:18,584", + "created": 1610323518.584851, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20057,15 +20200,15 @@ "lineno": 22, "message": "Result (Submitted value number 2): 2 (<class 'int'>)", "module": "test", - "msecs": 490.73076248168945, + "msecs": 584.8510265350342, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4539.261817932129, + "relativeCreated": 4834.72752571106, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -20074,8 +20217,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:08,490", - "created": 1610038508.490867, + "asctime": "2021-01-11 01:05:18,584", + "created": 1610323518.5849748, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20085,15 +20228,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 2 (<class 'int'>)", "module": "test", - "msecs": 490.86689949035645, + "msecs": 584.9747657775879, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4539.397954940796, + "relativeCreated": 4834.851264953613, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -20101,8 +20244,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:08,490", - "created": 1610038508.4909966, + "asctime": "2021-01-11 01:05:18,585", + "created": 1610323518.5851173, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20112,15 +20255,15 @@ "lineno": 144, "message": "Submitted value number 2 is correct (Content 2 and Type is <class 'int'>).", "module": "test", - "msecs": 490.9965991973877, + "msecs": 585.1173400878906, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4539.527654647827, + "relativeCreated": 4834.993839263916, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -20129,8 +20272,8 @@ "3", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:08,491", - "created": 1610038508.491131, + "asctime": "2021-01-11 01:05:18,585", + "created": 1610323518.5852587, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20140,15 +20283,15 @@ "lineno": 22, "message": "Result (Submitted value number 3): 3 (<class 'int'>)", "module": "test", - "msecs": 491.131067276001, + "msecs": 585.2587223052979, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4539.66212272644, + "relativeCreated": 4835.135221481323, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -20157,8 +20300,8 @@ "3", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:08,491", - "created": 1610038508.4912577, + "asctime": "2021-01-11 01:05:18,585", + "created": 1610323518.5854063, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20168,15 +20311,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 3): result = 3 (<class 'int'>)", "module": "test", - "msecs": 491.2576675415039, + "msecs": 585.4063034057617, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4539.788722991943, + "relativeCreated": 4835.282802581787, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -20184,8 +20327,8 @@ "3", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:08,491", - "created": 1610038508.4913847, + "asctime": "2021-01-11 01:05:18,585", + "created": 1610323518.5855577, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20195,25 +20338,25 @@ "lineno": 144, "message": "Submitted value number 3 is correct (Content 3 and Type is <class 'int'>).", "module": "test", - "msecs": 491.38474464416504, + "msecs": 585.5576992034912, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4539.9158000946045, + "relativeCreated": 4835.434198379517, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { "args": [ "Submitted value number 4", - "5", - "<class 'int'>" + "5.1", + "<class 'float'>" ], - "asctime": "2021-01-07 17:55:08,491", - "created": 1610038508.4915152, + "asctime": "2021-01-11 01:05:18,585", + "created": 1610323518.5857294, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20221,27 +20364,27 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Submitted value number 4): 5 (<class 'int'>)", + "message": "Result (Submitted value number 4): 5.1 (<class 'float'>)", "module": "test", - "msecs": 491.5151596069336, + "msecs": 585.7293605804443, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4540.046215057373, + "relativeCreated": 4835.60585975647, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { "args": [ "Submitted value number 4", - "5", - "<class 'int'>" + "5.1", + "<class 'float'>" ], - "asctime": "2021-01-07 17:55:08,491", - "created": 1610038508.4916403, + "asctime": "2021-01-11 01:05:18,585", + "created": 1610323518.5858657, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20249,26 +20392,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 26, - "message": "Expectation (Submitted value number 4): result = 5 (<class 'int'>)", + "message": "Expectation (Submitted value number 4): result = 5.1 (<class 'float'>)", "module": "test", - "msecs": 491.6403293609619, + "msecs": 585.8657360076904, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4540.171384811401, + "relativeCreated": 4835.742235183716, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { "args": [ - "5", - "<class 'int'>" + "5.1", + "<class 'float'>" ], - "asctime": "2021-01-07 17:55:08,491", - "created": 1610038508.491768, + "asctime": "2021-01-11 01:05:18,586", + "created": 1610323518.586021, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20276,27 +20419,27 @@ "levelname": "INFO", "levelno": 20, "lineno": 144, - "message": "Submitted value number 4 is correct (Content 5 and Type is <class 'int'>).", + "message": "Submitted value number 4 is correct (Content 5.1 and Type is <class 'float'>).", "module": "test", - "msecs": 491.76788330078125, + "msecs": 586.0209465026855, "msg": "Submitted value number 4 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4540.298938751221, + "relativeCreated": 4835.897445678711, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { "args": [ "Submitted value number 5", - "6", - "<class 'int'>" + "5.2", + "<class 'float'>" ], - "asctime": "2021-01-07 17:55:08,491", - "created": 1610038508.4918983, + "asctime": "2021-01-11 01:05:18,586", + "created": 1610323518.5861752, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20304,27 +20447,27 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Submitted value number 5): 6 (<class 'int'>)", + "message": "Result (Submitted value number 5): 5.2 (<class 'float'>)", "module": "test", - "msecs": 491.8982982635498, + "msecs": 586.1752033233643, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4540.429353713989, + "relativeCreated": 4836.05170249939, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { "args": [ "Submitted value number 5", - "6", - "<class 'int'>" + "5.2", + "<class 'float'>" ], - "asctime": "2021-01-07 17:55:08,492", - "created": 1610038508.4920335, + "asctime": "2021-01-11 01:05:18,586", + "created": 1610323518.5863042, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20332,26 +20475,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 26, - "message": "Expectation (Submitted value number 5): result = 6 (<class 'int'>)", + "message": "Expectation (Submitted value number 5): result = 5.2 (<class 'float'>)", "module": "test", - "msecs": 492.0334815979004, + "msecs": 586.3041877746582, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4540.56453704834, + "relativeCreated": 4836.180686950684, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { "args": [ - "6", - "<class 'int'>" + "5.2", + "<class 'float'>" ], - "asctime": "2021-01-07 17:55:08,492", - "created": 1610038508.4921613, + "asctime": "2021-01-11 01:05:18,586", + "created": 1610323518.586427, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20359,27 +20502,27 @@ "levelname": "INFO", "levelno": 20, "lineno": 144, - "message": "Submitted value number 5 is correct (Content 6 and Type is <class 'int'>).", + "message": "Submitted value number 5 is correct (Content 5.2 and Type is <class 'float'>).", "module": "test", - "msecs": 492.1612739562988, + "msecs": 586.4269733428955, "msg": "Submitted value number 5 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4540.692329406738, + "relativeCreated": 4836.303472518921, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { "args": [ "Submitted value number 6", - "7", + "6", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:08,492", - "created": 1610038508.492376, + "asctime": "2021-01-11 01:05:18,586", + "created": 1610323518.586565, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20387,27 +20530,27 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Submitted value number 6): 7 (<class 'int'>)", + "message": "Result (Submitted value number 6): 6 (<class 'int'>)", "module": "test", - "msecs": 492.37608909606934, + "msecs": 586.5650177001953, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4540.907144546509, + "relativeCreated": 4836.441516876221, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { "args": [ "Submitted value number 6", - "7", + "6", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:08,492", - "created": 1610038508.492621, + "asctime": "2021-01-11 01:05:18,586", + "created": 1610323518.586701, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20415,26 +20558,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 26, - "message": "Expectation (Submitted value number 6): result = 7 (<class 'int'>)", + "message": "Expectation (Submitted value number 6): result = 6 (<class 'int'>)", "module": "test", - "msecs": 492.62094497680664, + "msecs": 586.7009162902832, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4541.152000427246, + "relativeCreated": 4836.577415466309, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { "args": [ - "7", + "6", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:08,492", - "created": 1610038508.4928226, + "asctime": "2021-01-11 01:05:18,586", + "created": 1610323518.5868547, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20442,36 +20585,119 @@ "levelname": "INFO", "levelno": 20, "lineno": 144, - "message": "Submitted value number 6 is correct (Content 7 and Type is <class 'int'>).", + "message": "Submitted value number 6 is correct (Content 6 and Type is <class 'int'>).", "module": "test", - "msecs": 492.82264709472656, + "msecs": 586.8546962738037, "msg": "Submitted value number 6 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4541.353702545166, + "relativeCreated": 4836.731195449829, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, + "threadName": "MainThread" + }, + { + "args": [ + "Submitted value number 7", + "7", + "<class 'int'>" + ], + "asctime": "2021-01-11 01:05:18,587", + "created": 1610323518.587131, + "exc_info": null, + "exc_text": null, + "filename": "test.py", + "funcName": "__report_result__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 22, + "message": "Result (Submitted value number 7): 7 (<class 'int'>)", + "module": "test", + "msecs": 587.1310234069824, + "msg": "Result (%s): %s (%s)", + "name": "__unittest__", + "pathname": "src/unittest/test.py", + "process": 15073, + "processName": "MainProcess", + "relativeCreated": 4837.007522583008, + "stack_info": null, + "thread": 140222649890624, + "threadName": "MainThread" + }, + { + "args": [ + "Submitted value number 7", + "7", + "<class 'int'>" + ], + "asctime": "2021-01-11 01:05:18,587", + "created": 1610323518.5873387, + "exc_info": null, + "exc_text": null, + "filename": "test.py", + "funcName": "__report_expectation_equivalency__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 26, + "message": "Expectation (Submitted value number 7): result = 7 (<class 'int'>)", + "module": "test", + "msecs": 587.3386859893799, + "msg": "Expectation (%s): result = %s (%s)", + "name": "__unittest__", + "pathname": "src/unittest/test.py", + "process": 15073, + "processName": "MainProcess", + "relativeCreated": 4837.215185165405, + "stack_info": null, + "thread": 140222649890624, + "threadName": "MainThread" + }, + { + "args": [ + "7", + "<class 'int'>" + ], + "asctime": "2021-01-11 01:05:18,587", + "created": 1610323518.5876744, + "exc_info": null, + "exc_text": null, + "filename": "test.py", + "funcName": "equivalency_chk", + "levelname": "INFO", + "levelno": 20, + "lineno": 144, + "message": "Submitted value number 7 is correct (Content 7 and Type is <class 'int'>).", + "module": "test", + "msecs": 587.6743793487549, + "msg": "Submitted value number 7 is correct (Content %s and Type is %s).", + "name": "__unittest__", + "pathname": "src/unittest/test.py", + "process": 15073, + "processName": "MainProcess", + "relativeCreated": 4837.55087852478, + "stack_info": null, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 492.9513931274414, + "msecs": 587.9645347595215, "msg": "Queue execution (identified by a submitted sequence number): Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4541.482448577881, + "relativeCreated": 4837.841033935547, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00012874603271484375 + "time_consumption": 0.00029015541076660156 }, { "args": [], - "asctime": "2021-01-07 17:55:08,694", - "created": 1610038508.6941397, + "asctime": "2021-01-11 01:05:18,790", + "created": 1610323518.7906718, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -20484,8 +20710,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 17:55:08,493", - "created": 1610038508.493106, + "asctime": "2021-01-11 01:05:18,588", + "created": 1610323518.588376, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -20495,15 +20721,15 @@ "lineno": 41, "message": "Expire executed", "module": "test_threaded_queue", - "msecs": 493.1058883666992, + "msecs": 588.3760452270508, "msg": "Expire executed", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4541.636943817139, + "relativeCreated": 4838.252544403076, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -20511,8 +20737,8 @@ 6, 6 ], - "asctime": "2021-01-07 17:55:08,693", - "created": 1610038508.6936345, + "asctime": "2021-01-11 01:05:18,789", + "created": 1610323518.7892108, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -20522,15 +20748,15 @@ "lineno": 46, "message": "Adding Task 6 with Priority 6", "module": "test_threaded_queue", - "msecs": 693.6345100402832, + "msecs": 789.2107963562012, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4742.165565490723, + "relativeCreated": 5039.087295532227, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -20538,8 +20764,8 @@ 1, 1 ], - "asctime": "2021-01-07 17:55:08,693", - "created": 1610038508.6939676, + "asctime": "2021-01-11 01:05:18,790", + "created": 1610323518.79032, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -20549,37 +20775,37 @@ "lineno": 46, "message": "Adding Task 1 with Priority 1", "module": "test_threaded_queue", - "msecs": 693.9675807952881, + "msecs": 790.3199195861816, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4742.4986362457275, + "relativeCreated": 5040.196418762207, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 694.1397190093994, + "msecs": 790.6718254089355, "msg": "Setting expire flag and enqueued again 2 tasks.", "name": "__tLogger__", "pathname": "src/tests/test_threaded_queue.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 4742.670774459839, + "relativeCreated": 5040.548324584961, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00017213821411132812 + "time_consumption": 0.00035190582275390625 }, { "args": [ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:09,697", - "created": 1610038509.697645, + "asctime": "2021-01-11 01:05:19,796", + "created": 1610323519.796577, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20596,8 +20822,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:09,697", - "created": 1610038509.6972501, + "asctime": "2021-01-11 01:05:19,795", + "created": 1610323519.795316, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20607,15 +20833,15 @@ "lineno": 22, "message": "Result (Size of Queue before restarting queue): 2 (<class 'int'>)", "module": "test", - "msecs": 697.2501277923584, + "msecs": 795.3159809112549, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 5745.781183242798, + "relativeCreated": 6045.19248008728, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -20624,8 +20850,8 @@ "2", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:09,697", - "created": 1610038509.697509, + "asctime": "2021-01-11 01:05:19,796", + "created": 1610323519.7963202, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20635,34 +20861,34 @@ "lineno": 26, "message": "Expectation (Size of Queue before restarting queue): result = 2 (<class 'int'>)", "module": "test", - "msecs": 697.5090503692627, + "msecs": 796.3201999664307, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 5746.040105819702, + "relativeCreated": 6046.196699142456, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 697.6449489593506, + "msecs": 796.576976776123, "msg": "Size of Queue before restarting queue is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 5746.17600440979, + "relativeCreated": 6046.453475952148, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00013589859008789062 + "time_consumption": 0.0002567768096923828 }, { "args": [], - "asctime": "2021-01-07 17:55:10,200", - "created": 1610038510.2003, + "asctime": "2021-01-11 01:05:20,299", + "created": 1610323520.299459, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -20675,8 +20901,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 17:55:09,697", - "created": 1610038509.6979103, + "asctime": "2021-01-11 01:05:19,796", + "created": 1610323519.796892, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -20686,21 +20912,21 @@ "lineno": 54, "message": "Starting Queue execution (run)", "module": "test_threaded_queue", - "msecs": 697.9103088378906, + "msecs": 796.8919277191162, "msg": "Starting Queue execution (run)", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 5746.44136428833, + "relativeCreated": 6046.768426895142, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { "args": [], - "asctime": "2021-01-07 17:55:10,199", - "created": 1610038510.1998546, + "asctime": "2021-01-11 01:05:20,299", + "created": 1610323520.2990546, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -20710,34 +20936,34 @@ "lineno": 60, "message": "Queue joined and stopped.", "module": "test_threaded_queue", - "msecs": 199.85461235046387, + "msecs": 299.0546226501465, "msg": "Queue joined and stopped.", "name": "__unittest__", "pathname": "src/tests/test_threaded_queue.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6248.385667800903, + "relativeCreated": 6548.931121826172, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 200.2999782562256, + "msecs": 299.45898056030273, "msg": "Executing Queue, till Queue is empty..", "name": "__tLogger__", "pathname": "src/tests/test_threaded_queue.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6248.831033706665, + "relativeCreated": 6549.335479736328, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 0.00044536590576171875 + "time_consumption": 0.00040435791015625 }, { "args": [], - "asctime": "2021-01-07 17:55:10,201", - "created": 1610038510.2013352, + "asctime": "2021-01-11 01:05:20,301", + "created": 1610323520.3011544, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20754,8 +20980,8 @@ "[ 1, 6 ]", "<class 'list'>" ], - "asctime": "2021-01-07 17:55:10,200", - "created": 1610038510.2006538, + "asctime": "2021-01-11 01:05:20,299", + "created": 1610323520.2999656, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20765,15 +20991,15 @@ "lineno": 22, "message": "Result (Queue execution (rerun; identified by a submitted sequence number)): [ 1, 6 ] (<class 'list'>)", "module": "test", - "msecs": 200.6537914276123, + "msecs": 299.96562004089355, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6249.184846878052, + "relativeCreated": 6549.842119216919, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -20782,8 +21008,8 @@ "[ 1, 6 ]", "<class 'list'>" ], - "asctime": "2021-01-07 17:55:10,200", - "created": 1610038510.200862, + "asctime": "2021-01-11 01:05:20,300", + "created": 1610323520.3001697, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20793,15 +21019,15 @@ "lineno": 26, "message": "Expectation (Queue execution (rerun; identified by a submitted sequence number)): result = [ 1, 6 ] (<class 'list'>)", "module": "test", - "msecs": 200.86193084716797, + "msecs": 300.1697063446045, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6249.392986297607, + "relativeCreated": 6550.04620552063, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -20810,8 +21036,8 @@ "1", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:10,200", - "created": 1610038510.200983, + "asctime": "2021-01-11 01:05:20,300", + "created": 1610323520.3003705, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20821,15 +21047,15 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 (<class 'int'>)", "module": "test", - "msecs": 200.98304748535156, + "msecs": 300.370454788208, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6249.514102935791, + "relativeCreated": 6550.246953964233, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -20838,8 +21064,8 @@ "1", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:10,201", - "created": 1610038510.2010765, + "asctime": "2021-01-11 01:05:20,300", + "created": 1610323520.30051, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20849,15 +21075,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 (<class 'int'>)", "module": "test", - "msecs": 201.07650756835938, + "msecs": 300.5099296569824, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6249.607563018799, + "relativeCreated": 6550.386428833008, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -20865,8 +21091,8 @@ "1", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:10,201", - "created": 1610038510.2011611, + "asctime": "2021-01-11 01:05:20,300", + "created": 1610323520.3006341, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20876,15 +21102,15 @@ "lineno": 144, "message": "Submitted value number 1 is correct (Content 1 and Type is <class 'int'>).", "module": "test", - "msecs": 201.16114616394043, + "msecs": 300.63414573669434, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6249.69220161438, + "relativeCreated": 6550.51064491272, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -20893,8 +21119,8 @@ "6", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:10,201", - "created": 1610038510.201209, + "asctime": "2021-01-11 01:05:20,300", + "created": 1610323520.3007758, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20904,15 +21130,15 @@ "lineno": 22, "message": "Result (Submitted value number 2): 6 (<class 'int'>)", "module": "test", - "msecs": 201.20906829833984, + "msecs": 300.77576637268066, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6249.740123748779, + "relativeCreated": 6550.652265548706, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -20921,8 +21147,8 @@ "6", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:10,201", - "created": 1610038510.201247, + "asctime": "2021-01-11 01:05:20,300", + "created": 1610323520.3009145, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20932,15 +21158,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 6 (<class 'int'>)", "module": "test", - "msecs": 201.246976852417, + "msecs": 300.9145259857178, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6249.778032302856, + "relativeCreated": 6550.791025161743, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" }, { @@ -20948,8 +21174,8 @@ "6", "<class 'int'>" ], - "asctime": "2021-01-07 17:55:10,201", - "created": 1610038510.2012892, + "asctime": "2021-01-11 01:05:20,301", + "created": 1610323520.3010375, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20959,40 +21185,40 @@ "lineno": 144, "message": "Submitted value number 2 is correct (Content 6 and Type is <class 'int'>).", "module": "test", - "msecs": 201.28917694091797, + "msecs": 301.0375499725342, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6249.820232391357, + "relativeCreated": 6550.91404914856, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread" } ], - "msecs": 201.33519172668457, + "msecs": 301.15437507629395, "msg": "Queue execution (rerun; identified by a submitted sequence number): Values and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 56308, + "process": 15073, "processName": "MainProcess", - "relativeCreated": 6249.866247177124, + "relativeCreated": 6551.030874252319, "stack_info": null, - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 4.601478576660156e-05 + "time_consumption": 0.00011682510375976562 } ], - "thread": 140479187728192, + "thread": 140222649890624, "threadName": "MainThread", - "time_consumption": 2.91593861579895, - "time_finished": "2021-01-07 17:55:10,201", - "time_start": "2021-01-07 17:55:07,285" + "time_consumption": 3.1312520503997803, + "time_finished": "2021-01-11 01:05:20,301", + "time_start": "2021-01-11 01:05:17,169" } }, "testrun_id": "p3", - "time_consumption": 216.9098129272461, + "time_consumption": 217.16319584846497, "uid_list_sorted": [ "pylibs.task.delayed: Test parallel processing and timing for a delayed execution", "pylibs.task.periodic: Test periodic execution", @@ -21007,6 +21233,6 @@ } ], "unittest_information": { - "Version": "bf12903e8541ad442a6d670b0e5f89b9" + "Version": "0de92de1eb874ac24955dd6f67631bee" } } \ No newline at end of file diff --git a/_testresults_/unittest.pdf b/_testresults_/unittest.pdf index bfc5cc4..1151d03 100644 Binary files a/_testresults_/unittest.pdf and b/_testresults_/unittest.pdf differ