diff --git a/__init__.py b/__init__.py index e103c73..0649479 100644 --- a/__init__.py +++ b/__init__.py @@ -38,8 +38,11 @@ else: from Queue import PriorityQueue from Queue import Empty -logger_name = 'TASK' -logger = logging.getLogger(logger_name) +try: + from config import APP_NAME as ROOT_LOGGER_NAME +except ImportError: + ROOT_LOGGER_NAME = 'root' +logger = logging.getLogger(ROOT_LOGGER_NAME).getChild(__name__) __DESCRIPTION__ = """The Module {\\tt %s} is designed to help with task issues like periodic tasks, delayed tasks, queues, threaded queues and crontabs. For more Information read the documentation.""" % __name__.replace('_', '\_') diff --git a/_testresults_/unittest.json b/_testresults_/unittest.json index 7d3deb5..1ef48c5 100644 --- a/_testresults_/unittest.json +++ b/_testresults_/unittest.json @@ -2,11 +2,11 @@ "coverage_information": [ { "branch_coverage": 98.0, - "filepath": "/user_data/data/dirk/prj/modules/task/pylibs/task", + "filepath": "/user_data/data/dirk/prj/unittest/task/pylibs/task", "files": [ { "branch_coverage": 98.0, - "filepath": "/user_data/data/dirk/prj/modules/task/pylibs/task/__init__.py", + "filepath": "/user_data/data/dirk/prj/unittest/task/pylibs/task/__init__.py", "fragments": [ { "coverage_state": "clean", @@ -55,23 +55,13 @@ }, { "coverage_state": "covered", - "end": 42, + "end": 45, "start": 41 }, - { - "coverage_state": "clean", - "end": 43, - "start": 43 - }, - { - "coverage_state": "covered", - "end": 44, - "start": 44 - }, { "coverage_state": "clean", "end": 46, - "start": 45 + "start": 46 }, { "coverage_state": "covered", @@ -80,33 +70,33 @@ }, { "coverage_state": "clean", - "end": 50, + "end": 49, "start": 48 }, { "coverage_state": "covered", - "end": 51, + "end": 50, + "start": 50 + }, + { + "coverage_state": "clean", + "end": 53, "start": 51 }, - { - "coverage_state": "clean", - "end": 63, - "start": 52 - }, { "coverage_state": "covered", - "end": 69, - "start": 64 + "end": 54, + "start": 54 }, { "coverage_state": "clean", - "end": 70, - "start": 70 + "end": 66, + "start": 55 }, { "coverage_state": "covered", "end": 72, - "start": 71 + "start": 67 }, { "coverage_state": "clean", @@ -125,68 +115,68 @@ }, { "coverage_state": "covered", - "end": 80, + "end": 78, "start": 77 }, { "coverage_state": "clean", - "end": 81, - "start": 81 + "end": 79, + "start": 79 }, { "coverage_state": "covered", - "end": 82, - "start": 82 + "end": 83, + "start": 80 }, { "coverage_state": "clean", - "end": 87, - "start": 83 + "end": 84, + "start": 84 }, { "coverage_state": "covered", - "end": 90, - "start": 88 + "end": 85, + "start": 85 }, { - "coverage_state": "uncovered", - "end": 92, - "start": 91 + "coverage_state": "clean", + "end": 90, + "start": 86 }, { "coverage_state": "covered", "end": 93, - "start": 93 + "start": 91 }, { - "coverage_state": "clean", - "end": 94, + "coverage_state": "uncovered", + "end": 95, "start": 94 }, { "coverage_state": "covered", - "end": 95, - "start": 95 - }, - { - "coverage_state": "clean", - "end": 105, + "end": 96, "start": 96 }, + { + "coverage_state": "clean", + "end": 97, + "start": 97 + }, { "coverage_state": "covered", - "end": 106, - "start": 106 + "end": 98, + "start": 98 }, { "coverage_state": "clean", - "end": 107, - "start": 107 + "end": 108, + "start": 99 }, { "coverage_state": "covered", "end": 109, - "start": 108 + "start": 109 }, { "coverage_state": "clean", @@ -195,73 +185,73 @@ }, { "coverage_state": "covered", - "end": 111, + "end": 112, "start": 111 }, { "coverage_state": "clean", - "end": 114, - "start": 112 + "end": 113, + "start": 113 }, { "coverage_state": "covered", - "end": 119, + "end": 114, + "start": 114 + }, + { + "coverage_state": "clean", + "end": 117, "start": 115 }, + { + "coverage_state": "covered", + "end": 122, + "start": 118 + }, { "coverage_state": "partially-covered", - "end": 120, - "start": 120 + "end": 123, + "start": 123 }, { "coverage_state": "covered", - "end": 123, - "start": 121 - }, - { - "coverage_state": "clean", - "end": 124, + "end": 126, "start": 124 }, + { + "coverage_state": "clean", + "end": 127, + "start": 127 + }, { "coverage_state": "covered", - "end": 125, - "start": 125 + "end": 128, + "start": 128 }, { "coverage_state": "clean", - "end": 128, - "start": 126 - }, - { - "coverage_state": "covered", - "end": 129, + "end": 131, "start": 129 }, - { - "coverage_state": "clean", - "end": 130, - "start": 130 - }, { "coverage_state": "covered", - "end": 131, - "start": 131 - }, - { - "coverage_state": "clean", - "end": 134, + "end": 132, "start": 132 }, + { + "coverage_state": "clean", + "end": 133, + "start": 133 + }, { "coverage_state": "covered", - "end": 135, - "start": 135 + "end": 134, + "start": 134 }, { "coverage_state": "clean", "end": 137, - "start": 136 + "start": 135 }, { "coverage_state": "covered", @@ -270,248 +260,248 @@ }, { "coverage_state": "clean", - "end": 150, + "end": 140, "start": 139 }, { "coverage_state": "covered", - "end": 153, - "start": 151 + "end": 141, + "start": 141 }, { "coverage_state": "clean", - "end": 154, + "end": 153, + "start": 142 + }, + { + "coverage_state": "covered", + "end": 156, "start": 154 }, + { + "coverage_state": "clean", + "end": 157, + "start": 157 + }, { "coverage_state": "covered", - "end": 159, - "start": 155 + "end": 162, + "start": 158 }, { "coverage_state": "clean", - "end": 160, - "start": 160 + "end": 163, + "start": 163 }, { "coverage_state": "covered", - "end": 161, - "start": 161 + "end": 164, + "start": 164 }, { "coverage_state": "clean", - "end": 166, - "start": 162 - }, - { - "coverage_state": "covered", "end": 169, - "start": 167 + "start": 165 }, { - "coverage_state": "clean", - "end": 170, + "coverage_state": "covered", + "end": 172, "start": 170 }, - { - "coverage_state": "covered", - "end": 173, - "start": 171 - }, { "coverage_state": "clean", - "end": 174, - "start": 174 + "end": 173, + "start": 173 }, { "coverage_state": "covered", "end": 176, - "start": 175 + "start": 174 }, { "coverage_state": "clean", - "end": 178, + "end": 177, "start": 177 }, { "coverage_state": "covered", "end": 179, - "start": 179 + "start": 178 }, { "coverage_state": "clean", - "end": 197, + "end": 181, "start": 180 }, { "coverage_state": "covered", - "end": 207, - "start": 198 + "end": 182, + "start": 182 }, { "coverage_state": "clean", - "end": 208, - "start": 208 + "end": 200, + "start": 183 }, { "coverage_state": "covered", - "end": 209, - "start": 209 + "end": 210, + "start": 201 }, { "coverage_state": "clean", - "end": 216, - "start": 210 + "end": 211, + "start": 211 }, { "coverage_state": "covered", - "end": 218, - "start": 217 + "end": 212, + "start": 212 }, { "coverage_state": "clean", "end": 219, - "start": 219 + "start": 213 }, { "coverage_state": "covered", - "end": 220, + "end": 221, "start": 220 }, { "coverage_state": "clean", - "end": 223, - "start": 221 + "end": 222, + "start": 222 }, { "coverage_state": "covered", - "end": 225, - "start": 224 + "end": 223, + "start": 223 }, { "coverage_state": "clean", "end": 226, - "start": 226 + "start": 224 }, { "coverage_state": "covered", - "end": 227, + "end": 228, "start": 227 }, { "coverage_state": "clean", - "end": 230, - "start": 228 + "end": 229, + "start": 229 }, { "coverage_state": "covered", - "end": 235, + "end": 230, + "start": 230 + }, + { + "coverage_state": "clean", + "end": 233, "start": 231 }, + { + "coverage_state": "covered", + "end": 238, + "start": 234 + }, { "coverage_state": "clean", - "end": 236, - "start": 236 + "end": 239, + "start": 239 }, { "coverage_state": "covered", - "end": 237, - "start": 237 - }, - { - "coverage_state": "clean", "end": 240, - "start": 238 + "start": 240 }, { - "coverage_state": "covered", - "end": 244, + "coverage_state": "clean", + "end": 243, "start": 241 }, + { + "coverage_state": "covered", + "end": 247, + "start": 244 + }, { "coverage_state": "clean", - "end": 245, - "start": 245 + "end": 248, + "start": 248 }, { "coverage_state": "covered", - "end": 248, - "start": 246 - }, - { - "coverage_state": "clean", - "end": 249, + "end": 251, "start": 249 }, - { - "coverage_state": "covered", - "end": 256, - "start": 250 - }, { "coverage_state": "clean", - "end": 258, - "start": 257 + "end": 252, + "start": 252 }, { "coverage_state": "covered", "end": 259, - "start": 259 + "start": 253 }, { "coverage_state": "clean", - "end": 274, + "end": 261, "start": 260 }, { "coverage_state": "covered", - "end": 275, - "start": 275 + "end": 262, + "start": 262 }, { "coverage_state": "clean", - "end": 278, - "start": 276 + "end": 277, + "start": 263 }, { "coverage_state": "covered", - "end": 279, + "end": 278, + "start": 278 + }, + { + "coverage_state": "clean", + "end": 281, "start": 279 }, - { - "coverage_state": "clean", - "end": 280, - "start": 280 - }, { "coverage_state": "covered", - "end": 283, - "start": 281 + "end": 282, + "start": 282 }, { "coverage_state": "clean", - "end": 285, - "start": 284 + "end": 283, + "start": 283 }, { "coverage_state": "covered", "end": 286, - "start": 286 + "start": 284 }, { "coverage_state": "clean", - "end": 299, + "end": 288, "start": 287 }, { "coverage_state": "covered", - "end": 300, - "start": 300 + "end": 289, + "start": 289 }, { "coverage_state": "clean", "end": 302, - "start": 301 + "start": 290 }, { "coverage_state": "covered", @@ -520,93 +510,93 @@ }, { "coverage_state": "clean", - "end": 320, + "end": 305, "start": 304 }, { "coverage_state": "covered", - "end": 321, - "start": 321 + "end": 306, + "start": 306 }, { "coverage_state": "clean", - "end": 322, - "start": 322 + "end": 323, + "start": 307 }, { "coverage_state": "covered", - "end": 325, - "start": 323 + "end": 324, + "start": 324 }, { "coverage_state": "clean", - "end": 326, + "end": 325, + "start": 325 + }, + { + "coverage_state": "covered", + "end": 328, "start": 326 }, - { - "coverage_state": "covered", - "end": 333, - "start": 327 - }, { "coverage_state": "clean", - "end": 334, - "start": 334 + "end": 329, + "start": 329 }, { "coverage_state": "covered", - "end": 335, - "start": 335 + "end": 336, + "start": 330 }, { "coverage_state": "clean", - "end": 348, - "start": 336 + "end": 337, + "start": 337 }, { "coverage_state": "covered", - "end": 358, - "start": 349 + "end": 338, + "start": 338 }, { "coverage_state": "clean", - "end": 359, - "start": 359 + "end": 351, + "start": 339 }, { "coverage_state": "covered", - "end": 364, - "start": 360 + "end": 361, + "start": 352 }, { "coverage_state": "clean", - "end": 365, - "start": 365 + "end": 362, + "start": 362 }, { "coverage_state": "covered", - "end": 366, - "start": 366 - }, - { - "coverage_state": "clean", "end": 367, - "start": 367 + "start": 363 }, { - "coverage_state": "covered", - "end": 372, + "coverage_state": "clean", + "end": 368, "start": 368 }, + { + "coverage_state": "covered", + "end": 369, + "start": 369 + }, { "coverage_state": "clean", - "end": 373, - "start": 373 + "end": 370, + "start": 370 }, { "coverage_state": "covered", "end": 375, - "start": 374 + "start": 371 }, { "coverage_state": "clean", @@ -615,80 +605,90 @@ }, { "coverage_state": "covered", - "end": 377, + "end": 378, "start": 377 }, { "coverage_state": "clean", - "end": 382, - "start": 378 + "end": 379, + "start": 379 }, { "coverage_state": "covered", - "end": 384, - "start": 383 + "end": 380, + "start": 380 }, { "coverage_state": "clean", "end": 385, - "start": 385 + "start": 381 }, { "coverage_state": "covered", - "end": 392, + "end": 387, "start": 386 }, { "coverage_state": "clean", - "end": 393, - "start": 393 + "end": 388, + "start": 388 }, { "coverage_state": "covered", - "end": 396, - "start": 394 + "end": 395, + "start": 389 }, { "coverage_state": "clean", - "end": 397, + "end": 396, + "start": 396 + }, + { + "coverage_state": "covered", + "end": 399, "start": 397 }, + { + "coverage_state": "clean", + "end": 400, + "start": 400 + }, { "coverage_state": "covered", - "end": 402, - "start": 398 + "end": 405, + "start": 401 }, { "coverage_state": "clean", - "end": 403, - "start": 403 + "end": 406, + "start": 406 }, { "coverage_state": "covered", - "end": 404, - "start": 404 + "end": 407, + "start": 407 }, { "coverage_state": "clean", - "end": 421, - "start": 405 + "end": 424, + "start": 408 }, { "coverage_state": "covered", - "end": 422, - "start": 422 + "end": 425, + "start": 425 }, { "coverage_state": "clean", "end": null, - "start": 423 + "start": 426 } ], - "line_coverage": 98.86, + "line_coverage": 98.88, "name": "task.__init__.py" } ], - "line_coverage": 98.86, + "line_coverage": 98.88, "name": "task" } ], @@ -709,11 +709,11 @@ "specification": {}, "system_information": { "Architecture": "64bit", - "Distribution": "LinuxMint 19.3 tricia", + "Distribution": "Linux Mint 20 ulyana", "Hostname": "ahorn", - "Kernel": "5.0.0-37-generic (#40~18.04.1-Ubuntu SMP Thu Nov 14 12:06:39 UTC 2019)", + "Kernel": "5.4.0-58-generic (#64-Ubuntu SMP Wed Dec 9 08:16:25 UTC 2020)", "Machine": "x86_64", - "Path": "/user_data/data/dirk/prj/modules/task/unittest", + "Path": "/user_data/data/dirk/prj/unittest/task/unittest", "System": "Linux", "Username": "dirk" }, @@ -723,16 +723,16 @@ "Name": "task", "State": "Released", "Supported Interpreters": "python2, python3", - "Version": "138e2db63e5416bcfc110e775fb54e4c" + "Version": "0e9c2f2af925870ae005edce5afd48c0" }, "testrun_list": [ { "heading_dict": {}, - "interpreter": "python 2.7.17 (final)", + "interpreter": "python 2.7.18 (final)", "name": "Default Testsession name", - "number_of_failed_tests": 0, + "number_of_failed_tests": 2, "number_of_possibly_failed_tests": 0, - "number_of_successfull_tests": 9, + "number_of_successfull_tests": 7, "number_of_tests": 9, "testcase_execution_level": 90, "testcase_names": { @@ -744,8 +744,8 @@ "testcases": { "pylibs.task.crontab: Test cronjob": { "args": null, - "asctime": "2019-12-27 08:21:07,418", - "created": 1577431267.418869, + "asctime": "2020-12-21 01:33:11,410", + "created": 1608510791.41066, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -756,18 +756,18 @@ "message": "pylibs.task.crontab: Test cronjob", "module": "__init__", "moduleLogger": [], - "msecs": 418.8690185546875, + "msecs": 410.6600284576416, "msg": "pylibs.task.crontab: Test cronjob", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/__init__.py", - "process": 4847, + "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7147.186994552612, + "relativeCreated": 7162.984132766724, "testcaseLogger": [ { "args": [], - "asctime": "2019-12-27 08:21:07,419", - "created": 1577431267.419308, + "asctime": "2020-12-21 01:33:11,411", + "created": 1608510791.411092, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -778,14 +778,14 @@ "message": "Initialising cronjob with minute: [23, 45]; hour: [12, 17]; day: 25; month: any; day_of_week: any.", "module": "test_crontab", "moduleLogger": [], - "msecs": 419.3079471588135, + "msecs": 411.09204292297363, "msg": "Initialising cronjob with minute: [23, 45]; hour: [12, 17]; day: 25; month: any; day_of_week: any.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_crontab.py", - "process": 4847, + "pathname": "src/tests/test_crontab.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7147.625923156738, - "thread": 140402695206720, + "relativeCreated": 7163.416147232056, + "thread": 140709796255552, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -794,8 +794,8 @@ "True", "" ], - "asctime": "2019-12-27 08:21:07,420", - "created": 1577431267.420023, + "asctime": "2020-12-21 01:33:11,411", + "created": 1608510791.411675, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -812,8 +812,8 @@ "True", "" ], - "asctime": "2019-12-27 08:21:07,419", - "created": 1577431267.419597, + "asctime": "2020-12-21 01:33:11,411", + "created": 1608510791.411384, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -823,14 +823,14 @@ "lineno": 22, "message": "Result (Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1): True ()", "module": "test", - "msecs": 419.59691047668457, + "msecs": 411.38410568237305, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7147.914886474609, - "thread": 140402695206720, + "relativeCreated": 7163.708209991455, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -839,8 +839,8 @@ "True", "" ], - "asctime": "2019-12-27 08:21:07,419", - "created": 1577431267.419762, + "asctime": "2020-12-21 01:33:11,411", + "created": 1608510791.411539, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -850,35 +850,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1): result = True ()", "module": "test", - "msecs": 419.76189613342285, + "msecs": 411.53907775878906, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7148.079872131348, - "thread": 140402695206720, + "relativeCreated": 7163.863182067871, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 420.02296447753906, + "msecs": 411.67497634887695, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7148.340940475464, - "thread": 140402695206720, + "relativeCreated": 7163.999080657959, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00026106834411621094 + "time_consumption": 0.00013589859008789062 }, { "args": [ "True", "" ], - "asctime": "2019-12-27 08:21:07,420", - "created": 1577431267.420632, + "asctime": "2020-12-21 01:33:11,412", + "created": 1608510791.412114, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -895,8 +895,8 @@ "True", "" ], - "asctime": "2019-12-27 08:21:07,420", - "created": 1577431267.420335, + "asctime": "2020-12-21 01:33:11,411", + "created": 1608510791.411888, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -906,14 +906,14 @@ "lineno": 22, "message": "Result (Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5): True ()", "module": "test", - "msecs": 420.335054397583, + "msecs": 411.88788414001465, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7148.653030395508, - "thread": 140402695206720, + "relativeCreated": 7164.211988449097, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -922,8 +922,8 @@ "True", "" ], - "asctime": "2019-12-27 08:21:07,420", - "created": 1577431267.420492, + "asctime": "2020-12-21 01:33:11,412", + "created": 1608510791.412008, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -933,35 +933,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5): result = True ()", "module": "test", - "msecs": 420.49193382263184, + "msecs": 412.00804710388184, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7148.809909820557, - "thread": 140402695206720, + "relativeCreated": 7164.332151412964, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 420.63188552856445, + "msecs": 412.11390495300293, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7148.949861526489, - "thread": 140402695206720, + "relativeCreated": 7164.438009262085, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.0001399517059326172 + "time_consumption": 0.00010585784912109375 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:21:07,421", - "created": 1577431267.421141, + "asctime": "2020-12-21 01:33:11,412", + "created": 1608510791.412499, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -978,8 +978,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,420", - "created": 1577431267.420879, + "asctime": "2020-12-21 01:33:11,412", + "created": 1608510791.412295, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -989,14 +989,14 @@ "lineno": 22, "message": "Result (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1): False ()", "module": "test", - "msecs": 420.8788871765137, + "msecs": 412.2951030731201, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7149.1968631744385, - "thread": 140402695206720, + "relativeCreated": 7164.619207382202, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -1005,8 +1005,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,421", - "created": 1577431267.421011, + "asctime": "2020-12-21 01:33:11,412", + "created": 1608510791.412394, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1016,35 +1016,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1): result = False ()", "module": "test", - "msecs": 421.01097106933594, + "msecs": 412.39404678344727, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7149.328947067261, - "thread": 140402695206720, + "relativeCreated": 7164.718151092529, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 421.1409091949463, + "msecs": 412.49895095825195, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7149.458885192871, - "thread": 140402695206720, + "relativeCreated": 7164.823055267334, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00012993812561035156 + "time_consumption": 0.0001049041748046875 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:21:07,421", - "created": 1577431267.421683, + "asctime": "2020-12-21 01:33:11,412", + "created": 1608510791.412847, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1061,8 +1061,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,421", - "created": 1577431267.421357, + "asctime": "2020-12-21 01:33:11,412", + "created": 1608510791.412658, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1072,14 +1072,14 @@ "lineno": 22, "message": "Result (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 3): False ()", "module": "test", - "msecs": 421.3569164276123, + "msecs": 412.6579761505127, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7149.674892425537, - "thread": 140402695206720, + "relativeCreated": 7164.982080459595, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -1088,8 +1088,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,421", - "created": 1577431267.421553, + "asctime": "2020-12-21 01:33:11,412", + "created": 1608510791.412755, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1099,35 +1099,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 3): result = False ()", "module": "test", - "msecs": 421.5528964996338, + "msecs": 412.75501251220703, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7149.870872497559, - "thread": 140402695206720, + "relativeCreated": 7165.079116821289, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 421.68307304382324, + "msecs": 412.84704208374023, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7150.001049041748, - "thread": 140402695206720, + "relativeCreated": 7165.171146392822, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00013017654418945312 + "time_consumption": 9.202957153320312e-05 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:21:07,422", - "created": 1577431267.422176, + "asctime": "2020-12-21 01:33:11,413", + "created": 1608510791.413253, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1144,8 +1144,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,421", - "created": 1577431267.421912, + "asctime": "2020-12-21 01:33:11,413", + "created": 1608510791.413001, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1155,14 +1155,14 @@ "lineno": 22, "message": "Result (Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1): False ()", "module": "test", - "msecs": 421.91195487976074, + "msecs": 413.00106048583984, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7150.229930877686, - "thread": 140402695206720, + "relativeCreated": 7165.325164794922, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -1171,8 +1171,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,422", - "created": 1577431267.42204, + "asctime": "2020-12-21 01:33:11,413", + "created": 1608510791.413089, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1182,35 +1182,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1): result = False ()", "module": "test", - "msecs": 422.0399856567383, + "msecs": 413.0890369415283, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7150.357961654663, - "thread": 140402695206720, + "relativeCreated": 7165.41314125061, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 422.1758842468262, + "msecs": 413.2530689239502, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7150.493860244751, - "thread": 140402695206720, + "relativeCreated": 7165.577173233032, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00013589859008789062 + "time_consumption": 0.000164031982421875 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:21:07,422", - "created": 1577431267.422643, + "asctime": "2020-12-21 01:33:11,413", + "created": 1608510791.413822, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1227,8 +1227,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,422", - "created": 1577431267.422384, + "asctime": "2020-12-21 01:33:11,413", + "created": 1608510791.413535, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1238,14 +1238,14 @@ "lineno": 22, "message": "Result (Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1): False ()", "module": "test", - "msecs": 422.38402366638184, + "msecs": 413.53511810302734, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7150.701999664307, - "thread": 140402695206720, + "relativeCreated": 7165.859222412109, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -1254,8 +1254,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,422", - "created": 1577431267.422508, + "asctime": "2020-12-21 01:33:11,413", + "created": 1608510791.413678, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1265,32 +1265,32 @@ "lineno": 26, "message": "Expectation (Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1): result = False ()", "module": "test", - "msecs": 422.50800132751465, + "msecs": 413.6779308319092, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7150.825977325439, - "thread": 140402695206720, + "relativeCreated": 7166.002035140991, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 422.64294624328613, + "msecs": 413.8219356536865, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7150.960922241211, - "thread": 140402695206720, + "relativeCreated": 7166.146039962769, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00013494491577148438 + "time_consumption": 0.00014400482177734375 }, { "args": [], - "asctime": "2019-12-27 08:21:07,422", - "created": 1577431267.422827, + "asctime": "2020-12-21 01:33:11,414", + "created": 1608510791.414058, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -1301,14 +1301,14 @@ "message": "Storing reminder for execution (minute: 23, hour: 17, day: 25, month: 2, day_of_week: 1).", "module": "test_crontab", "moduleLogger": [], - "msecs": 422.82700538635254, + "msecs": 414.05797004699707, "msg": "Storing reminder for execution (minute: 23, hour: 17, day: 25, month: 2, day_of_week: 1).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_crontab.py", - "process": 4847, + "pathname": "src/tests/test_crontab.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7151.144981384277, - "thread": 140402695206720, + "relativeCreated": 7166.382074356079, + "thread": 140709796255552, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -1317,8 +1317,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,423", - "created": 1577431267.42334, + "asctime": "2020-12-21 01:33:11,415", + "created": 1608510791.415009, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1335,8 +1335,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,423", - "created": 1577431267.423066, + "asctime": "2020-12-21 01:33:11,414", + "created": 1608510791.414507, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1346,14 +1346,14 @@ "lineno": 22, "message": "Result (Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1): False ()", "module": "test", - "msecs": 423.0659008026123, + "msecs": 414.5069122314453, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7151.383876800537, - "thread": 140402695206720, + "relativeCreated": 7166.831016540527, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -1362,8 +1362,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,423", - "created": 1577431267.423208, + "asctime": "2020-12-21 01:33:11,414", + "created": 1608510791.414809, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1373,35 +1373,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1): result = False ()", "module": "test", - "msecs": 423.20799827575684, + "msecs": 414.808988571167, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7151.525974273682, - "thread": 140402695206720, + "relativeCreated": 7167.133092880249, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 423.3400821685791, + "msecs": 415.0090217590332, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7151.658058166504, - "thread": 140402695206720, + "relativeCreated": 7167.333126068115, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00013208389282226562 + "time_consumption": 0.00020003318786621094 }, { "args": [ "True", "" ], - "asctime": "2019-12-27 08:21:07,423", - "created": 1577431267.423828, + "asctime": "2020-12-21 01:33:11,416", + "created": 1608510791.416161, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1418,8 +1418,8 @@ "True", "" ], - "asctime": "2019-12-27 08:21:07,423", - "created": 1577431267.423573, + "asctime": "2020-12-21 01:33:11,415", + "created": 1608510791.41558, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1429,14 +1429,14 @@ "lineno": 22, "message": "Result (Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5): True ()", "module": "test", - "msecs": 423.5730171203613, + "msecs": 415.58003425598145, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7151.890993118286, - "thread": 140402695206720, + "relativeCreated": 7167.9041385650635, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -1445,8 +1445,8 @@ "True", "" ], - "asctime": "2019-12-27 08:21:07,423", - "created": 1577431267.423699, + "asctime": "2020-12-21 01:33:11,415", + "created": 1608510791.415921, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1456,35 +1456,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5): result = True ()", "module": "test", - "msecs": 423.69890213012695, + "msecs": 415.9209728240967, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7152.016878128052, - "thread": 140402695206720, + "relativeCreated": 7168.245077133179, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 423.8278865814209, + "msecs": 416.16106033325195, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7152.145862579346, - "thread": 140402695206720, + "relativeCreated": 7168.485164642334, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.0001289844512939453 + "time_consumption": 0.00024008750915527344 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:21:07,424", - "created": 1577431267.424293, + "asctime": "2020-12-21 01:33:11,417", + "created": 1608510791.41707, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1501,8 +1501,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,424", - "created": 1577431267.424043, + "asctime": "2020-12-21 01:33:11,416", + "created": 1608510791.416578, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1512,14 +1512,14 @@ "lineno": 22, "message": "Result (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1): False ()", "module": "test", - "msecs": 424.0429401397705, + "msecs": 416.5780544281006, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7152.360916137695, - "thread": 140402695206720, + "relativeCreated": 7168.902158737183, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -1528,8 +1528,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,424", - "created": 1577431267.424169, + "asctime": "2020-12-21 01:33:11,416", + "created": 1608510791.416806, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1539,35 +1539,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1): result = False ()", "module": "test", - "msecs": 424.16906356811523, + "msecs": 416.8059825897217, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7152.48703956604, - "thread": 140402695206720, + "relativeCreated": 7169.130086898804, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 424.29304122924805, + "msecs": 417.0699119567871, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7152.611017227173, - "thread": 140402695206720, + "relativeCreated": 7169.394016265869, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.0001239776611328125 + "time_consumption": 0.0002639293670654297 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:21:07,424", - "created": 1577431267.424751, + "asctime": "2020-12-21 01:33:11,417", + "created": 1608510791.417614, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1584,8 +1584,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,424", - "created": 1577431267.424496, + "asctime": "2020-12-21 01:33:11,417", + "created": 1608510791.417334, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1595,14 +1595,14 @@ "lineno": 22, "message": "Result (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 3): False ()", "module": "test", - "msecs": 424.4959354400635, + "msecs": 417.33407974243164, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7152.813911437988, - "thread": 140402695206720, + "relativeCreated": 7169.658184051514, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -1611,8 +1611,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,424", - "created": 1577431267.424619, + "asctime": "2020-12-21 01:33:11,417", + "created": 1608510791.417473, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1622,35 +1622,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 3): result = False ()", "module": "test", - "msecs": 424.6189594268799, + "msecs": 417.47307777404785, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7152.936935424805, - "thread": 140402695206720, + "relativeCreated": 7169.79718208313, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 424.75104331970215, + "msecs": 417.6139831542969, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7153.069019317627, - "thread": 140402695206720, + "relativeCreated": 7169.938087463379, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00013208389282226562 + "time_consumption": 0.00014090538024902344 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:21:07,425", - "created": 1577431267.425211, + "asctime": "2020-12-21 01:33:11,418", + "created": 1608510791.418188, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1667,8 +1667,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,424", - "created": 1577431267.424955, + "asctime": "2020-12-21 01:33:11,417", + "created": 1608510791.417868, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1678,14 +1678,14 @@ "lineno": 22, "message": "Result (Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1): False ()", "module": "test", - "msecs": 424.954891204834, + "msecs": 417.86789894104004, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7153.272867202759, - "thread": 140402695206720, + "relativeCreated": 7170.192003250122, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -1694,8 +1694,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,425", - "created": 1577431267.42508, + "asctime": "2020-12-21 01:33:11,418", + "created": 1608510791.418008, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1705,35 +1705,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1): result = False ()", "module": "test", - "msecs": 425.0800609588623, + "msecs": 418.00808906555176, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7153.398036956787, - "thread": 140402695206720, + "relativeCreated": 7170.332193374634, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 425.21095275878906, + "msecs": 418.18809509277344, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7153.528928756714, - "thread": 140402695206720, + "relativeCreated": 7170.5121994018555, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.0001308917999267578 + "time_consumption": 0.0001800060272216797 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:21:07,425", - "created": 1577431267.425535, + "asctime": "2020-12-21 01:33:11,418", + "created": 1608510791.418863, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1750,8 +1750,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,425", - "created": 1577431267.425432, + "asctime": "2020-12-21 01:33:11,418", + "created": 1608510791.41852, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1761,14 +1761,14 @@ "lineno": 22, "message": "Result (Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1): False ()", "module": "test", - "msecs": 425.4319667816162, + "msecs": 418.5199737548828, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7153.749942779541, - "thread": 140402695206720, + "relativeCreated": 7170.844078063965, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -1777,8 +1777,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,425", - "created": 1577431267.425485, + "asctime": "2020-12-21 01:33:11,418", + "created": 1608510791.418683, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1788,32 +1788,32 @@ "lineno": 26, "message": "Expectation (Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1): result = False ()", "module": "test", - "msecs": 425.48489570617676, + "msecs": 418.6830520629883, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7153.802871704102, - "thread": 140402695206720, + "relativeCreated": 7171.00715637207, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 425.5349636077881, + "msecs": 418.86305809020996, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7153.852939605713, - "thread": 140402695206720, + "relativeCreated": 7171.187162399292, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 5.0067901611328125e-05 + "time_consumption": 0.0001800060272216797 }, { "args": [], - "asctime": "2019-12-27 08:21:07,425", - "created": 1577431267.425626, + "asctime": "2020-12-21 01:33:11,419", + "created": 1608510791.419111, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -1824,14 +1824,14 @@ "message": "Resetting trigger condition with minute: 22; hour: any; day: [12, 17, 25], month: 2.", "module": "test_crontab", "moduleLogger": [], - "msecs": 425.6260395050049, + "msecs": 419.1110134124756, "msg": "Resetting trigger condition with minute: 22; hour: any; day: [12, 17, 25], month: 2.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_crontab.py", - "process": 4847, + "pathname": "src/tests/test_crontab.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7153.94401550293, - "thread": 140402695206720, + "relativeCreated": 7171.435117721558, + "thread": 140709796255552, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -1840,8 +1840,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,425", - "created": 1577431267.425836, + "asctime": "2020-12-21 01:33:11,419", + "created": 1608510791.419793, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1858,8 +1858,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,425", - "created": 1577431267.42573, + "asctime": "2020-12-21 01:33:11,419", + "created": 1608510791.41946, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1869,14 +1869,14 @@ "lineno": 22, "message": "Result (Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1): False ()", "module": "test", - "msecs": 425.72999000549316, + "msecs": 419.4600582122803, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7154.047966003418, - "thread": 140402695206720, + "relativeCreated": 7171.784162521362, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -1885,8 +1885,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,425", - "created": 1577431267.425784, + "asctime": "2020-12-21 01:33:11,419", + "created": 1608510791.419623, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1896,35 +1896,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1): result = False ()", "module": "test", - "msecs": 425.7841110229492, + "msecs": 419.62289810180664, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7154.102087020874, - "thread": 140402695206720, + "relativeCreated": 7171.947002410889, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 425.83608627319336, + "msecs": 419.79289054870605, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7154.154062271118, - "thread": 140402695206720, + "relativeCreated": 7172.116994857788, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 5.1975250244140625e-05 + "time_consumption": 0.00016999244689941406 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:21:07,426", - "created": 1577431267.426021, + "asctime": "2020-12-21 01:33:11,420", + "created": 1608510791.420257, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1941,8 +1941,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,425", - "created": 1577431267.425921, + "asctime": "2020-12-21 01:33:11,420", + "created": 1608510791.420069, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1952,14 +1952,14 @@ "lineno": 22, "message": "Result (Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5): False ()", "module": "test", - "msecs": 425.9209632873535, + "msecs": 420.06897926330566, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7154.238939285278, - "thread": 140402695206720, + "relativeCreated": 7172.393083572388, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -1968,8 +1968,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,425", - "created": 1577431267.425971, + "asctime": "2020-12-21 01:33:11,420", + "created": 1608510791.420162, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1979,35 +1979,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5): result = False ()", "module": "test", - "msecs": 425.97103118896484, + "msecs": 420.1619625091553, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7154.28900718689, - "thread": 140402695206720, + "relativeCreated": 7172.486066818237, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 426.0210990905762, + "msecs": 420.2570915222168, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7154.339075088501, - "thread": 140402695206720, + "relativeCreated": 7172.581195831299, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 5.0067901611328125e-05 + "time_consumption": 9.512901306152344e-05 }, { "args": [ "True", "" ], - "asctime": "2019-12-27 08:21:07,426", - "created": 1577431267.42621, + "asctime": "2020-12-21 01:33:11,420", + "created": 1608510791.420591, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2024,8 +2024,8 @@ "True", "" ], - "asctime": "2019-12-27 08:21:07,426", - "created": 1577431267.426109, + "asctime": "2020-12-21 01:33:11,420", + "created": 1608510791.42041, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2035,14 +2035,14 @@ "lineno": 22, "message": "Result (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1): True ()", "module": "test", - "msecs": 426.10907554626465, + "msecs": 420.4099178314209, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7154.427051544189, - "thread": 140402695206720, + "relativeCreated": 7172.734022140503, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -2051,8 +2051,8 @@ "True", "" ], - "asctime": "2019-12-27 08:21:07,426", - "created": 1577431267.42616, + "asctime": "2020-12-21 01:33:11,420", + "created": 1608510791.420507, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2062,35 +2062,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1): result = True ()", "module": "test", - "msecs": 426.1600971221924, + "msecs": 420.50695419311523, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7154.478073120117, - "thread": 140402695206720, + "relativeCreated": 7172.831058502197, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 426.2099266052246, + "msecs": 420.5911159515381, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7154.527902603149, - "thread": 140402695206720, + "relativeCreated": 7172.91522026062, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 4.982948303222656e-05 + "time_consumption": 8.416175842285156e-05 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:21:07,426", - "created": 1577431267.426401, + "asctime": "2020-12-21 01:33:11,420", + "created": 1608510791.420904, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2107,8 +2107,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,426", - "created": 1577431267.426299, + "asctime": "2020-12-21 01:33:11,420", + "created": 1608510791.420741, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2118,14 +2118,14 @@ "lineno": 22, "message": "Result (Return value for minute: 22; hour: 17; day: 25; month: 05, day_of_week: 3): False ()", "module": "test", - "msecs": 426.2990951538086, + "msecs": 420.74108123779297, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7154.617071151733, - "thread": 140402695206720, + "relativeCreated": 7173.065185546875, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -2134,8 +2134,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,426", - "created": 1577431267.42635, + "asctime": "2020-12-21 01:33:11,420", + "created": 1608510791.420823, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2145,35 +2145,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 22; hour: 17; day: 25; month: 05, day_of_week: 3): result = False ()", "module": "test", - "msecs": 426.3501167297363, + "msecs": 420.8230972290039, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7154.668092727661, - "thread": 140402695206720, + "relativeCreated": 7173.147201538086, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 426.40089988708496, + "msecs": 420.90392112731934, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7154.71887588501, - "thread": 140402695206720, + "relativeCreated": 7173.228025436401, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 5.078315734863281e-05 + "time_consumption": 8.082389831542969e-05 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:21:07,426", - "created": 1577431267.426591, + "asctime": "2020-12-21 01:33:11,421", + "created": 1608510791.421205, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2190,8 +2190,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,426", - "created": 1577431267.42649, + "asctime": "2020-12-21 01:33:11,421", + "created": 1608510791.421045, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2201,14 +2201,14 @@ "lineno": 22, "message": "Result (Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1): False ()", "module": "test", - "msecs": 426.49006843566895, + "msecs": 421.04506492614746, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7154.808044433594, - "thread": 140402695206720, + "relativeCreated": 7173.3691692352295, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -2217,8 +2217,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,426", - "created": 1577431267.426541, + "asctime": "2020-12-21 01:33:11,421", + "created": 1608510791.421125, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2228,35 +2228,35 @@ "lineno": 26, "message": "Expectation (Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1): result = False ()", "module": "test", - "msecs": 426.5410900115967, + "msecs": 421.1249351501465, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7154.8590660095215, - "thread": 140402695206720, + "relativeCreated": 7173.4490394592285, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 426.5909194946289, + "msecs": 421.2050437927246, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7154.908895492554, - "thread": 140402695206720, + "relativeCreated": 7173.529148101807, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 4.982948303222656e-05 + "time_consumption": 8.0108642578125e-05 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:21:07,426", - "created": 1577431267.426782, + "asctime": "2020-12-21 01:33:11,421", + "created": 1608510791.421512, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2273,8 +2273,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,426", - "created": 1577431267.426679, + "asctime": "2020-12-21 01:33:11,421", + "created": 1608510791.421345, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2284,14 +2284,14 @@ "lineno": 22, "message": "Result (Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1): False ()", "module": "test", - "msecs": 426.6788959503174, + "msecs": 421.3449954986572, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7154.996871948242, - "thread": 140402695206720, + "relativeCreated": 7173.669099807739, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -2300,8 +2300,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,426", - "created": 1577431267.426732, + "asctime": "2020-12-21 01:33:11,421", + "created": 1608510791.421426, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2311,32 +2311,32 @@ "lineno": 26, "message": "Expectation (Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1): result = False ()", "module": "test", - "msecs": 426.73206329345703, + "msecs": 421.42605781555176, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7155.050039291382, - "thread": 140402695206720, + "relativeCreated": 7173.750162124634, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 426.78189277648926, + "msecs": 421.5118885040283, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7155.099868774414, - "thread": 140402695206720, + "relativeCreated": 7173.83599281311, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 4.982948303222656e-05 + "time_consumption": 8.58306884765625e-05 }, { "args": [], - "asctime": "2019-12-27 08:21:07,426", - "created": 1577431267.426862, + "asctime": "2020-12-21 01:33:11,421", + "created": 1608510791.421643, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -2347,14 +2347,14 @@ "message": "Resetting trigger condition (again).", "module": "test_crontab", "moduleLogger": [], - "msecs": 426.8620014190674, + "msecs": 421.6430187225342, "msg": "Resetting trigger condition (again).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_crontab.py", - "process": 4847, + "pathname": "src/tests/test_crontab.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7155.179977416992, - "thread": 140402695206720, + "relativeCreated": 7173.967123031616, + "thread": 140709796255552, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -2363,8 +2363,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,427", - "created": 1577431267.42705, + "asctime": "2020-12-21 01:33:11,421", + "created": 1608510791.421947, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2381,8 +2381,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,426", - "created": 1577431267.426947, + "asctime": "2020-12-21 01:33:11,421", + "created": 1608510791.421779, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2392,14 +2392,14 @@ "lineno": 22, "message": "Result (1st run - execution not needed): False ()", "module": "test", - "msecs": 426.94711685180664, + "msecs": 421.77891731262207, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7155.265092849731, - "thread": 140402695206720, + "relativeCreated": 7174.103021621704, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -2408,8 +2408,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,426", - "created": 1577431267.426998, + "asctime": "2020-12-21 01:33:11,421", + "created": 1608510791.421867, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2419,35 +2419,35 @@ "lineno": 26, "message": "Expectation (1st run - execution not needed): result = False ()", "module": "test", - "msecs": 426.9979000091553, + "msecs": 421.86689376831055, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7155.31587600708, - "thread": 140402695206720, + "relativeCreated": 7174.190998077393, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 427.0501136779785, + "msecs": 421.9470024108887, "msg": "1st run - execution not needed is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7155.368089675903, - "thread": 140402695206720, + "relativeCreated": 7174.271106719971, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 5.221366882324219e-05 + "time_consumption": 8.0108642578125e-05 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:21:07,427", - "created": 1577431267.427228, + "asctime": "2020-12-21 01:33:11,422", + "created": 1608510791.422399, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2464,8 +2464,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,427", - "created": 1577431267.427129, + "asctime": "2020-12-21 01:33:11,422", + "created": 1608510791.42208, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2475,14 +2475,14 @@ "lineno": 22, "message": "Result (2nd run - execution not needed): False ()", "module": "test", - "msecs": 427.12903022766113, + "msecs": 422.08003997802734, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7155.447006225586, - "thread": 140402695206720, + "relativeCreated": 7174.404144287109, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -2491,8 +2491,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,427", - "created": 1577431267.427179, + "asctime": "2020-12-21 01:33:11,422", + "created": 1608510791.422245, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2502,35 +2502,35 @@ "lineno": 26, "message": "Expectation (2nd run - execution not needed): result = False ()", "module": "test", - "msecs": 427.17909812927246, + "msecs": 422.2450256347656, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7155.497074127197, - "thread": 140402695206720, + "relativeCreated": 7174.569129943848, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 427.2279739379883, + "msecs": 422.39904403686523, "msg": "2nd run - execution not needed is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7155.545949935913, - "thread": 140402695206720, + "relativeCreated": 7174.723148345947, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 4.887580871582031e-05 + "time_consumption": 0.00015401840209960938 }, { "args": [ "True", "" ], - "asctime": "2019-12-27 08:21:07,427", - "created": 1577431267.427419, + "asctime": "2020-12-21 01:33:11,422", + "created": 1608510791.422722, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2547,8 +2547,8 @@ "True", "" ], - "asctime": "2019-12-27 08:21:07,427", - "created": 1577431267.427311, + "asctime": "2020-12-21 01:33:11,422", + "created": 1608510791.422554, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2558,14 +2558,14 @@ "lineno": 22, "message": "Result (3rd run - execution needed): True ()", "module": "test", - "msecs": 427.3109436035156, + "msecs": 422.55401611328125, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7155.62891960144, - "thread": 140402695206720, + "relativeCreated": 7174.878120422363, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -2574,8 +2574,8 @@ "True", "" ], - "asctime": "2019-12-27 08:21:07,427", - "created": 1577431267.427365, + "asctime": "2020-12-21 01:33:11,422", + "created": 1608510791.42264, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2585,35 +2585,35 @@ "lineno": 26, "message": "Expectation (3rd run - execution needed): result = True ()", "module": "test", - "msecs": 427.3650646209717, + "msecs": 422.6400852203369, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7155.6830406188965, - "thread": 140402695206720, + "relativeCreated": 7174.964189529419, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 427.41894721984863, + "msecs": 422.72210121154785, "msg": "3rd run - execution needed is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7155.736923217773, - "thread": 140402695206720, + "relativeCreated": 7175.04620552063, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 5.3882598876953125e-05 + "time_consumption": 8.20159912109375e-05 }, { "args": [ "True", "" ], - "asctime": "2019-12-27 08:21:07,427", - "created": 1577431267.427612, + "asctime": "2020-12-21 01:33:11,423", + "created": 1608510791.423021, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2630,8 +2630,8 @@ "True", "" ], - "asctime": "2019-12-27 08:21:07,427", - "created": 1577431267.427511, + "asctime": "2020-12-21 01:33:11,422", + "created": 1608510791.422859, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2641,14 +2641,14 @@ "lineno": 22, "message": "Result (4th run - execution needed): True ()", "module": "test", - "msecs": 427.51097679138184, + "msecs": 422.85895347595215, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7155.828952789307, - "thread": 140402695206720, + "relativeCreated": 7175.183057785034, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -2657,8 +2657,8 @@ "True", "" ], - "asctime": "2019-12-27 08:21:07,427", - "created": 1577431267.427562, + "asctime": "2020-12-21 01:33:11,422", + "created": 1608510791.422941, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2668,35 +2668,35 @@ "lineno": 26, "message": "Expectation (4th run - execution needed): result = True ()", "module": "test", - "msecs": 427.56199836730957, + "msecs": 422.9409694671631, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7155.879974365234, - "thread": 140402695206720, + "relativeCreated": 7175.265073776245, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 427.6120662689209, + "msecs": 423.0210781097412, "msg": "4th run - execution needed is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7155.930042266846, - "thread": 140402695206720, + "relativeCreated": 7175.345182418823, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 5.0067901611328125e-05 + "time_consumption": 8.0108642578125e-05 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:21:07,427", - "created": 1577431267.427792, + "asctime": "2020-12-21 01:33:11,423", + "created": 1608510791.423484, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2713,8 +2713,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,427", - "created": 1577431267.427692, + "asctime": "2020-12-21 01:33:11,423", + "created": 1608510791.423158, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2724,14 +2724,14 @@ "lineno": 22, "message": "Result (5th run - execution not needed): False ()", "module": "test", - "msecs": 427.6919364929199, + "msecs": 423.1579303741455, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7156.009912490845, - "thread": 140402695206720, + "relativeCreated": 7175.4820346832275, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -2740,8 +2740,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,427", - "created": 1577431267.427742, + "asctime": "2020-12-21 01:33:11,423", + "created": 1608510791.423327, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2751,35 +2751,35 @@ "lineno": 26, "message": "Expectation (5th run - execution not needed): result = False ()", "module": "test", - "msecs": 427.74200439453125, + "msecs": 423.3269691467285, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7156.059980392456, - "thread": 140402695206720, + "relativeCreated": 7175.651073455811, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 427.7920722961426, + "msecs": 423.48408699035645, "msg": "5th run - execution not needed is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7156.110048294067, - "thread": 140402695206720, + "relativeCreated": 7175.8081912994385, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 5.0067901611328125e-05 + "time_consumption": 0.0001571178436279297 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:21:07,427", - "created": 1577431267.427974, + "asctime": "2020-12-21 01:33:11,423", + "created": 1608510791.423964, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2796,8 +2796,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,427", - "created": 1577431267.427874, + "asctime": "2020-12-21 01:33:11,423", + "created": 1608510791.423754, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2807,14 +2807,14 @@ "lineno": 22, "message": "Result (6th run - execution not needed): False ()", "module": "test", - "msecs": 427.8740882873535, + "msecs": 423.7539768218994, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7156.192064285278, - "thread": 140402695206720, + "relativeCreated": 7176.078081130981, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -2823,8 +2823,8 @@ "False", "" ], - "asctime": "2019-12-27 08:21:07,427", - "created": 1577431267.427924, + "asctime": "2020-12-21 01:33:11,423", + "created": 1608510791.423878, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2834,39 +2834,39 @@ "lineno": 26, "message": "Expectation (6th run - execution not needed): result = False ()", "module": "test", - "msecs": 427.92391777038574, + "msecs": 423.8779544830322, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7156.241893768311, - "thread": 140402695206720, + "relativeCreated": 7176.202058792114, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 427.97398567199707, + "msecs": 423.9640235900879, "msg": "6th run - execution not needed is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7156.291961669922, - "thread": 140402695206720, + "relativeCreated": 7176.28812789917, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 5.0067901611328125e-05 + "time_consumption": 8.606910705566406e-05 } ], - "thread": 140402695206720, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00910496711730957, - "time_finished": "2019-12-27 08:21:07,427", - "time_start": "2019-12-27 08:21:07,418" + "time_consumption": 0.013303995132446289, + "time_finished": "2020-12-21 01:33:11,423", + "time_start": "2020-12-21 01:33:11,410" }, "pylibs.task.crontab: Test crontab": { "args": null, - "asctime": "2019-12-27 08:21:07,428", - "created": 1577431267.428173, + "asctime": "2020-12-21 01:33:11,424", + "created": 1608510791.424477, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2877,18 +2877,18 @@ "message": "pylibs.task.crontab: Test crontab", "module": "__init__", "moduleLogger": [], - "msecs": 428.1730651855469, + "msecs": 424.47710037231445, "msg": "pylibs.task.crontab: Test crontab", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/__init__.py", - "process": 4847, + "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7156.491041183472, + "relativeCreated": 7176.8012046813965, "testcaseLogger": [ { "args": [], - "asctime": "2019-12-27 08:21:07,428", - "created": 1577431267.428264, + "asctime": "2020-12-21 01:33:11,424", + "created": 1608510791.424655, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -2899,14 +2899,14 @@ "message": "Creating Crontab with callback execution in +1 and +3 minutes.", "module": "test_crontab", "moduleLogger": [], - "msecs": 428.26390266418457, + "msecs": 424.6549606323242, "msg": "Creating Crontab with callback execution in +1 and +3 minutes.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_crontab.py", - "process": 4847, + "pathname": "src/tests/test_crontab.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7156.581878662109, - "thread": 140402695206720, + "relativeCreated": 7176.979064941406, + "thread": 140709796255552, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -2915,8 +2915,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:37,526", - "created": 1577431477.526502, + "asctime": "2020-12-21 01:36:41,525", + "created": 1608511001.525329, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2931,8 +2931,8 @@ "args": [ 30 ], - "asctime": "2019-12-27 08:21:07,428", - "created": 1577431267.428374, + "asctime": "2020-12-21 01:33:11,424", + "created": 1608510791.424848, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -2942,24 +2942,24 @@ "lineno": 63, "message": "Crontab accuracy is 30s", "module": "test_crontab", - "msecs": 428.3740520477295, + "msecs": 424.8480796813965, "msg": "Crontab accuracy is %ds", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_crontab.py", - "process": 4847, + "pathname": "src/tests/test_crontab.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 7156.692028045654, - "thread": 140402695206720, + "relativeCreated": 7177.1721839904785, + "thread": 140709796255552, "threadName": "MainThread" }, { "args": [ 1, - 1577431327, - 1577431320 + 1608510851, + 1608510840 ], - "asctime": "2019-12-27 08:22:07,430", - "created": 1577431327.430895, + "asctime": "2020-12-21 01:34:11,428", + "created": 1608510851.428029, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -2967,26 +2967,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 17, - "message": "Crontab execution number 1 at 1577431327s, requested for 1577431320s", + "message": "Crontab execution number 1 at 1608510851s, requested for 1608510840s", "module": "test_crontab", - "msecs": 430.8950901031494, + "msecs": 428.02906036376953, "msg": "Crontab execution number %d at %ds, requested for %ds", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_crontab.py", - "process": 4847, + "pathname": "src/tests/test_crontab.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 67159.21306610107, - "thread": 140402636498688, + "relativeCreated": 67180.35316467285, + "thread": 140709775488768, "threadName": "Thread-42" }, { "args": [ 2, - 1577431447, - 1577431440 + 1608510971, + 1608510960 ], - "asctime": "2019-12-27 08:24:07,436", - "created": 1577431447.436745, + "asctime": "2020-12-21 01:36:11,432", + "created": 1608510971.432747, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -2994,26 +2994,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 17, - "message": "Crontab execution number 2 at 1577431447s, requested for 1577431440s", + "message": "Crontab execution number 2 at 1608510971s, requested for 1608510960s", "module": "test_crontab", - "msecs": 436.74492835998535, + "msecs": 432.74688720703125, "msg": "Crontab execution number %d at %ds, requested for %ds", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_crontab.py", - "process": 4847, + "pathname": "src/tests/test_crontab.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 187165.0629043579, - "thread": 140402636498688, + "relativeCreated": 187185.0709915161, + "thread": 140709775488768, "threadName": "Thread-46" }, { "args": [ "Timing of crontasks", - "[ 1577431327, 1577431447 ]", + "[ 1608510851, 1608510971 ]", "" ], - "asctime": "2019-12-27 08:24:37,525", - "created": 1577431477.525664, + "asctime": "2020-12-21 01:36:41,522", + "created": 1608511001.52299, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3021,16 +3021,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Timing of crontasks): [ 1577431327, 1577431447 ] ()", + "message": "Result (Timing of crontasks): [ 1608510851, 1608510971 ] ()", "module": "test", - "msecs": 525.6640911102295, + "msecs": 522.9899883270264, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 217253.98206710815, - "thread": 140402695206720, + "relativeCreated": 217275.3140926361, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -3039,8 +3039,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:37,525", - "created": 1577431477.525972, + "asctime": "2020-12-21 01:36:41,524", + "created": 1608511001.524338, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3050,14 +3050,14 @@ "lineno": 22, "message": "Result (Number of submitted values): 2 ()", "module": "test", - "msecs": 525.9718894958496, + "msecs": 524.3380069732666, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 217254.28986549377, - "thread": 140402695206720, + "relativeCreated": 217276.66211128235, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -3066,8 +3066,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:37,526", - "created": 1577431477.52619, + "asctime": "2020-12-21 01:36:41,524", + "created": 1608511001.524926, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3077,32 +3077,32 @@ "lineno": 26, "message": "Expectation (Number of submitted values): result = 2 ()", "module": "test", - "msecs": 526.1900424957275, + "msecs": 524.925947189331, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 217254.50801849365, - "thread": 140402695206720, + "relativeCreated": 217277.2500514984, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 526.5018939971924, + "msecs": 525.3291130065918, "msg": "Number of submitted values is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 217254.81986999512, - "thread": 140402695206720, + "relativeCreated": 217277.65321731567, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00031185150146484375 + "time_consumption": 0.0004031658172607422 }, { "args": [], - "asctime": "2019-12-27 08:24:37,527", - "created": 1577431477.527872, + "asctime": "2020-12-21 01:36:41,528", + "created": 1608511001.528471, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3116,11 +3116,11 @@ { "args": [ "Submitted value number 1", - "1577431327", + "1608510851", "" ], - "asctime": "2019-12-27 08:24:37,526", - "created": 1577431477.526935, + "asctime": "2020-12-21 01:36:41,525", + "created": 1608511001.525952, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3128,26 +3128,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Submitted value number 1): 1577431327 ()", + "message": "Result (Submitted value number 1): 1608510851 ()", "module": "test", - "msecs": 526.9351005554199, + "msecs": 525.9521007537842, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 217255.25307655334, - "thread": 140402695206720, + "relativeCreated": 217278.27620506287, + "thread": 140709796255552, "threadName": "MainThread" }, { "args": [ "Submitted value number 1", - "1577431320", - "1577431351" + "1608510840", + "1608510871" ], - "asctime": "2019-12-27 08:24:37,527", - "created": 1577431477.527112, + "asctime": "2020-12-21 01:36:41,526", + "created": 1608511001.526602, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3155,27 +3155,27 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 30, - "message": "Expectation (Submitted value number 1): 1577431320 <= result <= 1577431351", + "message": "Expectation (Submitted value number 1): 1608510840 <= result <= 1608510871", "module": "test", - "msecs": 527.1120071411133, + "msecs": 526.602029800415, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 217255.42998313904, - "thread": 140402695206720, + "relativeCreated": 217278.9261341095, + "thread": 140709796255552, "threadName": "MainThread" }, { "args": [ - "1577431327", - "1577431320", - "1577431351", + "1608510851", + "1608510840", + "1608510871", "" ], - "asctime": "2019-12-27 08:24:37,527", - "created": 1577431477.52727, + "asctime": "2020-12-21 01:36:41,527", + "created": 1608511001.527424, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3183,26 +3183,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Submitted value number 1 is correct (Content 1577431327 in [1577431320 ... 1577431351] and Type is ).", + "message": "Submitted value number 1 is correct (Content 1608510851 in [1608510840 ... 1608510871] and Type is ).", "module": "test", - "msecs": 527.2700786590576, + "msecs": 527.4240970611572, "msg": "Submitted value number 1 is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 217255.58805465698, - "thread": 140402695206720, + "relativeCreated": 217279.74820137024, + "thread": 140709796255552, "threadName": "MainThread" }, { "args": [ "Submitted value number 2", - "1577431447", + "1608510971", "" ], - "asctime": "2019-12-27 08:24:37,527", - "created": 1577431477.527427, + "asctime": "2020-12-21 01:36:41,527", + "created": 1608511001.527618, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3210,26 +3210,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Submitted value number 2): 1577431447 ()", + "message": "Result (Submitted value number 2): 1608510971 ()", "module": "test", - "msecs": 527.4269580841064, + "msecs": 527.6179313659668, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 217255.74493408203, - "thread": 140402695206720, + "relativeCreated": 217279.94203567505, + "thread": 140709796255552, "threadName": "MainThread" }, { "args": [ "Submitted value number 2", - "1577431440", - "1577431471" + "1608510960", + "1608510991" ], - "asctime": "2019-12-27 08:24:37,527", - "created": 1577431477.527581, + "asctime": "2020-12-21 01:36:41,527", + "created": 1608511001.527853, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3237,27 +3237,27 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 30, - "message": "Expectation (Submitted value number 2): 1577431440 <= result <= 1577431471", + "message": "Expectation (Submitted value number 2): 1608510960 <= result <= 1608510991", "module": "test", - "msecs": 527.580976486206, + "msecs": 527.8530120849609, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 217255.89895248413, - "thread": 140402695206720, + "relativeCreated": 217280.17711639404, + "thread": 140709796255552, "threadName": "MainThread" }, { "args": [ - "1577431447", - "1577431440", - "1577431471", + "1608510971", + "1608510960", + "1608510991", "" ], - "asctime": "2019-12-27 08:24:37,527", - "created": 1577431477.527732, + "asctime": "2020-12-21 01:36:41,528", + "created": 1608511001.52821, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3265,65 +3265,65 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Submitted value number 2 is correct (Content 1577431447 in [1577431440 ... 1577431471] and Type is ).", + "message": "Submitted value number 2 is correct (Content 1608510971 in [1608510960 ... 1608510991] and Type is ).", "module": "test", - "msecs": 527.7318954467773, + "msecs": 528.209924697876, "msg": "Submitted value number 2 is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 217256.0498714447, - "thread": 140402695206720, + "relativeCreated": 217280.53402900696, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 527.8720855712891, + "msecs": 528.4709930419922, "msg": "Timing of crontasks: Valueaccuracy and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 217256.1900615692, - "thread": 140402695206720, + "relativeCreated": 217280.79509735107, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00014019012451171875 + "time_consumption": 0.00026106834411621094 } ], - "thread": 140402695206720, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 210.09969902038574, - "time_finished": "2019-12-27 08:24:37,527", - "time_start": "2019-12-27 08:21:07,428" + "time_consumption": 210.10399389266968, + "time_finished": "2020-12-21 01:36:41,528", + "time_start": "2020-12-21 01:33:11,424" }, "pylibs.task.delayed: Test parallel processing and timing for a delayed execution": { "args": null, - "asctime": "2019-12-27 08:21:00,318", - "created": 1577431260.318406, + "asctime": "2020-12-21 01:33:04,290", + "created": 1608510784.290539, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "testrun", - "levelname": "INFO", - "levelno": 20, + "levelname": "ERROR", + "levelno": 40, "lineno": 21, "message": "pylibs.task.delayed: Test parallel processing and timing for a delayed execution", "module": "__init__", "moduleLogger": [], - "msecs": 318.4061050415039, + "msecs": 290.539026260376, "msg": "pylibs.task.delayed: Test parallel processing and timing for a delayed execution", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/__init__.py", - "process": 4847, + "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 46.72408103942871, + "relativeCreated": 42.86313056945801, "testcaseLogger": [ { "args": [ 0.25 ], - "asctime": "2019-12-27 08:21:00,318", - "created": 1577431260.3188, + "asctime": "2020-12-21 01:33:04,291", + "created": 1608510784.291149, "exc_info": null, "exc_text": null, "filename": "test_delayed.py", @@ -3334,21 +3334,21 @@ "message": "Added a delayed task for execution in 0.250s.", "module": "test_delayed", "moduleLogger": [], - "msecs": 318.7999725341797, + "msecs": 291.1489009857178, "msg": "Added a delayed task for execution in %.3fs.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_delayed.py", - "process": 4847, + "pathname": "src/tests/test_delayed.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 47.11794853210449, - "thread": 140402695206720, + "relativeCreated": 43.473005294799805, + "thread": 140709796255552, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2019-12-27 08:21:00,620", - "created": 1577431260.620996, + "asctime": "2020-12-21 01:33:04,592", + "created": 1608510784.592808, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3365,8 +3365,8 @@ "[ 1, 2 ]", "" ], - "asctime": "2019-12-27 08:21:00,619", - "created": 1577431260.619639, + "asctime": "2020-12-21 01:33:04,592", + "created": 1608510784.592244, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3376,14 +3376,14 @@ "lineno": 22, "message": "Result (Execution of task and delayed task (identified by a submitted sequence number)): [ 1, 2 ] ()", "module": "test", - "msecs": 619.6389198303223, + "msecs": 592.2439098358154, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 347.95689582824707, - "thread": 140402695206720, + "relativeCreated": 344.56801414489746, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -3392,8 +3392,8 @@ "[ 1, 2 ]", "" ], - "asctime": "2019-12-27 08:21:00,619", - "created": 1577431260.619927, + "asctime": "2020-12-21 01:33:04,592", + "created": 1608510784.592401, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3403,14 +3403,14 @@ "lineno": 26, "message": "Expectation (Execution of task and delayed task (identified by a submitted sequence number)): result = [ 1, 2 ] ()", "module": "test", - "msecs": 619.926929473877, + "msecs": 592.4010276794434, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 348.24490547180176, - "thread": 140402695206720, + "relativeCreated": 344.7251319885254, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -3419,8 +3419,8 @@ "1", "" ], - "asctime": "2019-12-27 08:21:00,620", - "created": 1577431260.620123, + "asctime": "2020-12-21 01:33:04,592", + "created": 1608510784.59248, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3430,14 +3430,14 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 ()", "module": "test", - "msecs": 620.1229095458984, + "msecs": 592.479944229126, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 348.44088554382324, - "thread": 140402695206720, + "relativeCreated": 344.804048538208, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -3446,8 +3446,8 @@ "1", "" ], - "asctime": "2019-12-27 08:21:00,620", - "created": 1577431260.62028, + "asctime": "2020-12-21 01:33:04,592", + "created": 1608510784.592539, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3457,14 +3457,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 ()", "module": "test", - "msecs": 620.2800273895264, + "msecs": 592.5390720367432, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 348.5980033874512, - "thread": 140402695206720, + "relativeCreated": 344.8631763458252, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -3472,8 +3472,8 @@ "1", "" ], - "asctime": "2019-12-27 08:21:00,620", - "created": 1577431260.620434, + "asctime": "2020-12-21 01:33:04,592", + "created": 1608510784.592599, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3483,14 +3483,14 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 620.434045791626, + "msecs": 592.5989151000977, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 348.7520217895508, - "thread": 140402695206720, + "relativeCreated": 344.9230194091797, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -3499,8 +3499,8 @@ "2", "" ], - "asctime": "2019-12-27 08:21:00,620", - "created": 1577431260.620583, + "asctime": "2020-12-21 01:33:04,592", + "created": 1608510784.592658, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3510,14 +3510,14 @@ "lineno": 22, "message": "Result (Submitted value number 2): 2 ()", "module": "test", - "msecs": 620.5830574035645, + "msecs": 592.6580429077148, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 348.90103340148926, - "thread": 140402695206720, + "relativeCreated": 344.9821472167969, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -3526,8 +3526,8 @@ "2", "" ], - "asctime": "2019-12-27 08:21:00,620", - "created": 1577431260.62072, + "asctime": "2020-12-21 01:33:04,592", + "created": 1608510784.592709, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3537,14 +3537,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 2 ()", "module": "test", - "msecs": 620.7199096679688, + "msecs": 592.7090644836426, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 349.03788566589355, - "thread": 140402695206720, + "relativeCreated": 345.0331687927246, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -3552,8 +3552,8 @@ "2", "" ], - "asctime": "2019-12-27 08:21:00,620", - "created": 1577431260.620861, + "asctime": "2020-12-21 01:33:04,592", + "created": 1608510784.592759, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3563,37 +3563,37 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 620.8610534667969, + "msecs": 592.7588939666748, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 349.1790294647217, - "thread": 140402695206720, + "relativeCreated": 345.08299827575684, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 620.9959983825684, + "msecs": 592.8080081939697, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 349.31397438049316, - "thread": 140402695206720, + "relativeCreated": 345.13211250305176, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00013494491577148438 + "time_consumption": 4.9114227294921875e-05 }, { "args": [ - "0.25037693977355957", + "0.25006985664367676", "0.2465", "0.2545", "" ], - "asctime": "2019-12-27 08:21:00,621", - "created": 1577431260.621621, + "asctime": "2020-12-21 01:33:04,593", + "created": 1608510784.593044, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3601,17 +3601,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Time consumption is correct (Content 0.25037693977355957 in [0.2465 ... 0.2545] and Type is ).", + "message": "Time consumption is correct (Content 0.25006985664367676 in [0.2465 ... 0.2545] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Time consumption", - "0.25037693977355957", + "0.25006985664367676", "" ], - "asctime": "2019-12-27 08:21:00,621", - "created": 1577431260.621266, + "asctime": "2020-12-21 01:33:04,592", + "created": 1608510784.592931, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3619,16 +3619,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Time consumption): 0.25037693977355957 ()", + "message": "Result (Time consumption): 0.25006985664367676 ()", "module": "test", - "msecs": 621.2658882141113, + "msecs": 592.9310321807861, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 349.58386421203613, - "thread": 140402695206720, + "relativeCreated": 345.25513648986816, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -3637,8 +3637,8 @@ "0.2465", "0.2545" ], - "asctime": "2019-12-27 08:21:00,621", - "created": 1577431260.621463, + "asctime": "2020-12-21 01:33:04,592", + "created": 1608510784.592985, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3648,34 +3648,34 @@ "lineno": 30, "message": "Expectation (Time consumption): 0.2465 <= result <= 0.2545", "module": "test", - "msecs": 621.4630603790283, + "msecs": 592.9849147796631, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 349.7810363769531, - "thread": 140402695206720, + "relativeCreated": 345.3090190887451, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 621.6208934783936, + "msecs": 593.0440425872803, "msg": "Time consumption is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 349.93886947631836, - "thread": 140402695206720, + "relativeCreated": 345.3681468963623, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00015783309936523438 + "time_consumption": 5.91278076171875e-05 }, { "args": [ 0.01 ], - "asctime": "2019-12-27 08:21:00,622", - "created": 1577431260.622391, + "asctime": "2020-12-21 01:33:04,593", + "created": 1608510784.593438, "exc_info": null, "exc_text": null, "filename": "test_delayed.py", @@ -3686,21 +3686,21 @@ "message": "Added a delayed task for execution in 0.010s.", "module": "test_delayed", "moduleLogger": [], - "msecs": 622.3909854888916, + "msecs": 593.437910079956, "msg": "Added a delayed task for execution in %.3fs.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_delayed.py", - "process": 4847, + "pathname": "src/tests/test_delayed.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 350.7089614868164, - "thread": 140402695206720, + "relativeCreated": 345.7620143890381, + "thread": 140709796255552, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2019-12-27 08:21:00,724", - "created": 1577431260.724444, + "asctime": "2020-12-21 01:33:04,699", + "created": 1608510784.699709, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3717,8 +3717,8 @@ "[ 1, 2 ]", "" ], - "asctime": "2019-12-27 08:21:00,723", - "created": 1577431260.723062, + "asctime": "2020-12-21 01:33:04,694", + "created": 1608510784.694673, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3728,14 +3728,14 @@ "lineno": 22, "message": "Result (Execution of task and delayed task (identified by a submitted sequence number)): [ 1, 2 ] ()", "module": "test", - "msecs": 723.0620384216309, + "msecs": 694.6730613708496, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 451.38001441955566, - "thread": 140402695206720, + "relativeCreated": 446.99716567993164, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -3744,8 +3744,8 @@ "[ 1, 2 ]", "" ], - "asctime": "2019-12-27 08:21:00,723", - "created": 1577431260.723337, + "asctime": "2020-12-21 01:33:04,695", + "created": 1608510784.695772, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3755,14 +3755,14 @@ "lineno": 26, "message": "Expectation (Execution of task and delayed task (identified by a submitted sequence number)): result = [ 1, 2 ] ()", "module": "test", - "msecs": 723.336935043335, + "msecs": 695.7719326019287, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 451.65491104125977, - "thread": 140402695206720, + "relativeCreated": 448.09603691101074, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -3771,8 +3771,8 @@ "1", "" ], - "asctime": "2019-12-27 08:21:00,723", - "created": 1577431260.723562, + "asctime": "2020-12-21 01:33:04,696", + "created": 1608510784.696698, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3782,14 +3782,14 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 ()", "module": "test", - "msecs": 723.5620021820068, + "msecs": 696.6979503631592, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 451.87997817993164, - "thread": 140402695206720, + "relativeCreated": 449.0220546722412, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -3798,8 +3798,8 @@ "1", "" ], - "asctime": "2019-12-27 08:21:00,723", - "created": 1577431260.723722, + "asctime": "2020-12-21 01:33:04,697", + "created": 1608510784.697311, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3809,14 +3809,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 ()", "module": "test", - "msecs": 723.721981048584, + "msecs": 697.3109245300293, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 452.0399570465088, - "thread": 140402695206720, + "relativeCreated": 449.6350288391113, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -3824,8 +3824,8 @@ "1", "" ], - "asctime": "2019-12-27 08:21:00,723", - "created": 1577431260.723875, + "asctime": "2020-12-21 01:33:04,697", + "created": 1608510784.697747, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3835,14 +3835,14 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 723.8750457763672, + "msecs": 697.746992111206, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 452.193021774292, - "thread": 140402695206720, + "relativeCreated": 450.0710964202881, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -3851,8 +3851,8 @@ "2", "" ], - "asctime": "2019-12-27 08:21:00,724", - "created": 1577431260.724026, + "asctime": "2020-12-21 01:33:04,698", + "created": 1608510784.698334, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3862,14 +3862,14 @@ "lineno": 22, "message": "Result (Submitted value number 2): 2 ()", "module": "test", - "msecs": 724.0259647369385, + "msecs": 698.3339786529541, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 452.3439407348633, - "thread": 140402695206720, + "relativeCreated": 450.65808296203613, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -3878,8 +3878,8 @@ "2", "" ], - "asctime": "2019-12-27 08:21:00,724", - "created": 1577431260.724167, + "asctime": "2020-12-21 01:33:04,698", + "created": 1608510784.698822, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3889,14 +3889,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 2 ()", "module": "test", - "msecs": 724.1671085357666, + "msecs": 698.822021484375, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 452.4850845336914, - "thread": 140402695206720, + "relativeCreated": 451.14612579345703, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -3904,8 +3904,8 @@ "2", "" ], - "asctime": "2019-12-27 08:21:00,724", - "created": 1577431260.724309, + "asctime": "2020-12-21 01:33:04,699", + "created": 1608510784.699262, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3915,37 +3915,37 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 724.308967590332, + "msecs": 699.2619037628174, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 452.62694358825684, - "thread": 140402695206720, + "relativeCreated": 451.5860080718994, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 724.4439125061035, + "msecs": 699.7089385986328, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 452.7618885040283, - "thread": 140402695206720, + "relativeCreated": 452.03304290771484, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00013494491577148438 + "time_consumption": 0.0004470348358154297 }, { "args": [ - "0.010622024536132812", + "0.010081052780151367", "0.008900000000000002", "0.0121", "" ], - "asctime": "2019-12-27 08:21:00,725", - "created": 1577431260.725488, + "asctime": "2020-12-21 01:33:04,702", + "created": 1608510784.7024, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3953,17 +3953,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Time consumption is correct (Content 0.010622024536132812 in [0.008900000000000002 ... 0.0121] and Type is ).", + "message": "Time consumption is correct (Content 0.010081052780151367 in [0.008900000000000002 ... 0.0121] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Time consumption", - "0.010622024536132812", + "0.010081052780151367", "" ], - "asctime": "2019-12-27 08:21:00,725", - "created": 1577431260.725095, + "asctime": "2020-12-21 01:33:04,700", + "created": 1608510784.700852, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3971,16 +3971,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Time consumption): 0.010622024536132812 ()", + "message": "Result (Time consumption): 0.010081052780151367 ()", "module": "test", - "msecs": 725.0950336456299, + "msecs": 700.8519172668457, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 453.4130096435547, - "thread": 140402695206720, + "relativeCreated": 453.17602157592773, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -3989,8 +3989,8 @@ "0.008900000000000002", "0.0121" ], - "asctime": "2019-12-27 08:21:00,725", - "created": 1577431260.725273, + "asctime": "2020-12-21 01:33:04,701", + "created": 1608510784.701573, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4000,34 +4000,34 @@ "lineno": 30, "message": "Expectation (Time consumption): 0.008900000000000002 <= result <= 0.0121", "module": "test", - "msecs": 725.2728939056396, + "msecs": 701.5728950500488, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 453.59086990356445, - "thread": 140402695206720, + "relativeCreated": 453.89699935913086, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 725.4879474639893, + "msecs": 702.3999691009521, "msg": "Time consumption is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 453.80592346191406, - "thread": 140402695206720, + "relativeCreated": 454.7240734100342, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00021505355834960938 + "time_consumption": 0.0008270740509033203 }, { "args": [ 0.005 ], - "asctime": "2019-12-27 08:21:00,726", - "created": 1577431260.72626, + "asctime": "2020-12-21 01:33:04,718", + "created": 1608510784.718046, "exc_info": null, "exc_text": null, "filename": "test_delayed.py", @@ -4038,21 +4038,21 @@ "message": "Added a delayed task for execution in 0.005s.", "module": "test_delayed", "moduleLogger": [], - "msecs": 726.2599468231201, + "msecs": 718.0459499359131, "msg": "Added a delayed task for execution in %.3fs.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_delayed.py", - "process": 4847, + "pathname": "src/tests/test_delayed.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 454.5779228210449, - "thread": 140402695206720, + "relativeCreated": 470.3700542449951, + "thread": 140709796255552, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2019-12-27 08:21:00,828", - "created": 1577431260.828181, + "asctime": "2020-12-21 01:33:04,823", + "created": 1608510784.823491, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4069,8 +4069,8 @@ "[ 1, 2 ]", "" ], - "asctime": "2019-12-27 08:21:00,826", - "created": 1577431260.826875, + "asctime": "2020-12-21 01:33:04,819", + "created": 1608510784.819691, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4080,14 +4080,14 @@ "lineno": 22, "message": "Result (Execution of task and delayed task (identified by a submitted sequence number)): [ 1, 2 ] ()", "module": "test", - "msecs": 826.8749713897705, + "msecs": 819.6909427642822, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 555.1929473876953, - "thread": 140402695206720, + "relativeCreated": 572.0150470733643, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -4096,8 +4096,8 @@ "[ 1, 2 ]", "" ], - "asctime": "2019-12-27 08:21:00,827", - "created": 1577431260.827124, + "asctime": "2020-12-21 01:33:04,820", + "created": 1608510784.820682, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4107,14 +4107,14 @@ "lineno": 26, "message": "Expectation (Execution of task and delayed task (identified by a submitted sequence number)): result = [ 1, 2 ] ()", "module": "test", - "msecs": 827.1241188049316, + "msecs": 820.6820487976074, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 555.4420948028564, - "thread": 140402695206720, + "relativeCreated": 573.0061531066895, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -4123,8 +4123,8 @@ "1", "" ], - "asctime": "2019-12-27 08:21:00,827", - "created": 1577431260.827313, + "asctime": "2020-12-21 01:33:04,821", + "created": 1608510784.821281, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4134,14 +4134,14 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 ()", "module": "test", - "msecs": 827.3129463195801, + "msecs": 821.2809562683105, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 555.6309223175049, - "thread": 140402695206720, + "relativeCreated": 573.6050605773926, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -4150,8 +4150,8 @@ "1", "" ], - "asctime": "2019-12-27 08:21:00,827", - "created": 1577431260.827469, + "asctime": "2020-12-21 01:33:04,821", + "created": 1608510784.821779, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4161,14 +4161,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 ()", "module": "test", - "msecs": 827.4691104888916, + "msecs": 821.7790126800537, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 555.7870864868164, - "thread": 140402695206720, + "relativeCreated": 574.1031169891357, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -4176,8 +4176,8 @@ "1", "" ], - "asctime": "2019-12-27 08:21:00,827", - "created": 1577431260.827623, + "asctime": "2020-12-21 01:33:04,822", + "created": 1608510784.822225, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4187,14 +4187,14 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 827.6228904724121, + "msecs": 822.2250938415527, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 555.9408664703369, - "thread": 140402695206720, + "relativeCreated": 574.5491981506348, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -4203,8 +4203,8 @@ "2", "" ], - "asctime": "2019-12-27 08:21:00,827", - "created": 1577431260.827773, + "asctime": "2020-12-21 01:33:04,822", + "created": 1608510784.822574, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4214,14 +4214,14 @@ "lineno": 22, "message": "Result (Submitted value number 2): 2 ()", "module": "test", - "msecs": 827.7730941772461, + "msecs": 822.5739002227783, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 556.0910701751709, - "thread": 140402695206720, + "relativeCreated": 574.8980045318604, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -4230,8 +4230,8 @@ "2", "" ], - "asctime": "2019-12-27 08:21:00,827", - "created": 1577431260.827908, + "asctime": "2020-12-21 01:33:04,822", + "created": 1608510784.822856, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4241,14 +4241,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 2 ()", "module": "test", - "msecs": 827.9080390930176, + "msecs": 822.8559494018555, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 556.2260150909424, - "thread": 140402695206720, + "relativeCreated": 575.1800537109375, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -4256,8 +4256,8 @@ "2", "" ], - "asctime": "2019-12-27 08:21:00,828", - "created": 1577431260.828047, + "asctime": "2020-12-21 01:33:04,823", + "created": 1608510784.823234, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4267,55 +4267,50 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 828.0470371246338, + "msecs": 823.2340812683105, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 556.3650131225586, - "thread": 140402695206720, + "relativeCreated": 575.5581855773926, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 828.1810283660889, + "msecs": 823.491096496582, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 556.4990043640137, - "thread": 140402695206720, + "relativeCreated": 575.8152008056641, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00013399124145507812 + "time_consumption": 0.0002570152282714844 }, { - "args": [ - "0.005093097686767578", - "0.00395", - "0.00705", - "" - ], - "asctime": "2019-12-27 08:21:00,828", - "created": 1577431260.828743, + "args": [], + "asctime": "2020-12-21 01:33:04,824", + "created": 1608510784.824766, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "range_chk", - "levelname": "INFO", - "levelno": 20, - "lineno": 218, - "message": "Time consumption is correct (Content 0.005093097686767578 in [0.00395 ... 0.00705] and Type is ).", + "levelname": "ERROR", + "levelno": 40, + "lineno": 220, + "message": "Time consumption is NOT correct. See detailed log for more information.", "module": "test", "moduleLogger": [ { "args": [ "Time consumption", - "0.005093097686767578", + "0.008383989334106445", "" ], - "asctime": "2019-12-27 08:21:00,828", - "created": 1577431260.828442, + "asctime": "2020-12-21 01:33:04,823", + "created": 1608510784.823974, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4323,16 +4318,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Time consumption): 0.005093097686767578 ()", + "message": "Result (Time consumption): 0.008383989334106445 ()", "module": "test", - "msecs": 828.4420967102051, + "msecs": 823.9738941192627, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 556.7600727081299, - "thread": 140402695206720, + "relativeCreated": 576.2979984283447, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -4341,8 +4336,8 @@ "0.00395", "0.00705" ], - "asctime": "2019-12-27 08:21:00,828", - "created": 1577431260.828593, + "asctime": "2020-12-21 01:33:04,824", + "created": 1608510784.824173, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4352,64 +4347,89 @@ "lineno": 30, "message": "Expectation (Time consumption): 0.00395 <= result <= 0.00705", "module": "test", - "msecs": 828.5930156707764, + "msecs": 824.1729736328125, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 556.9109916687012, - "thread": 140402695206720, + "relativeCreated": 576.4970779418945, + "thread": 140709796255552, + "threadName": "MainThread" + }, + { + "args": [ + "0.008383989334106445" + ], + "asctime": "2020-12-21 01:33:04,824", + "created": 1608510784.824323, + "exc_info": null, + "exc_text": null, + "filename": "test.py", + "funcName": "__range__", + "levelname": "ERROR", + "levelno": 40, + "lineno": 189, + "message": "Content 0.008383989334106445 is incorrect.", + "module": "test", + "msecs": 824.3229389190674, + "msg": "Content %s is incorrect.", + "name": "__unittest__", + "pathname": "src/unittest/test.py", + "process": 96106, + "processName": "MainProcess", + "relativeCreated": 576.6470432281494, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 828.7429809570312, - "msg": "Time consumption is correct (Content %s in [%s ... %s] and Type is %s).", + "msecs": 824.7659206390381, + "msg": "Time consumption is NOT correct. See detailed log for more information.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 557.060956954956, - "thread": 140402695206720, + "relativeCreated": 577.0900249481201, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.0001499652862548828 + "time_consumption": 0.0004429817199707031 } ], - "thread": 140402695206720, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.5103368759155273, - "time_finished": "2019-12-27 08:21:00,828", - "time_start": "2019-12-27 08:21:00,318" + "time_consumption": 0.5342268943786621, + "time_finished": "2020-12-21 01:33:04,824", + "time_start": "2020-12-21 01:33:04,290" }, "pylibs.task.periodic: Test periodic execution": { "args": null, - "asctime": "2019-12-27 08:21:00,829", - "created": 1577431260.829221, + "asctime": "2020-12-21 01:33:04,825", + "created": 1608510784.825315, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "testrun", - "levelname": "INFO", - "levelno": 20, + "levelname": "ERROR", + "levelno": 40, "lineno": 22, "message": "pylibs.task.periodic: Test periodic execution", "module": "__init__", "moduleLogger": [], - "msecs": 829.2210102081299, + "msecs": 825.314998626709, "msg": "pylibs.task.periodic: Test periodic execution", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/__init__.py", - "process": 4847, + "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 557.5389862060547, + "relativeCreated": 577.639102935791, "testcaseLogger": [ { "args": [ 10, "0.25" ], - "asctime": "2019-12-27 08:21:03,133", - "created": 1577431263.13355, + "asctime": "2020-12-21 01:33:07,131", + "created": 1608510787.131592, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -4423,10 +4443,10 @@ { "args": [ 1, - 1577431260.83067 + 1608510784.827596 ], - "asctime": "2019-12-27 08:21:00,830", - "created": 1577431260.830723, + "asctime": "2020-12-21 01:33:04,827", + "created": 1608510784.827684, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -4434,25 +4454,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 1 at 1577431260.830670", + "message": "Task execution number 1 at 1608510784.827596", "module": "test_periodic", - "msecs": 830.7230472564697, + "msecs": 827.6839256286621, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 559.0410232543945, - "thread": 140402636498688, + "relativeCreated": 580.0080299377441, + "thread": 140709775488768, "threadName": "Thread-4" }, { "args": [ 2, - 1577431261.081857 + 1608510785.079052 ], - "asctime": "2019-12-27 08:21:01,081", - "created": 1577431261.081918, + "asctime": "2020-12-21 01:33:05,079", + "created": 1608510785.079086, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -4460,25 +4480,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 2 at 1577431261.081857", + "message": "Task execution number 2 at 1608510785.079052", "module": "test_periodic", - "msecs": 81.91800117492676, + "msecs": 79.0860652923584, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 810.2359771728516, - "thread": 140402628105984, + "relativeCreated": 831.4101696014404, + "thread": 140709767096064, "threadName": "Thread-5" }, { "args": [ 3, - 1577431261.332465 + 1608510785.330798 ], - "asctime": "2019-12-27 08:21:01,332", - "created": 1577431261.33252, + "asctime": "2020-12-21 01:33:05,331", + "created": 1608510785.331005, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -4486,25 +4506,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 3 at 1577431261.332465", + "message": "Task execution number 3 at 1608510785.330798", "module": "test_periodic", - "msecs": 332.5200080871582, + "msecs": 331.0050964355469, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 1060.837984085083, - "thread": 140402636498688, + "relativeCreated": 1083.329200744629, + "thread": 140709775488768, "threadName": "Thread-6" }, { "args": [ 4, - 1577431261.583169 + 1608510785.580931 ], - "asctime": "2019-12-27 08:21:01,583", - "created": 1577431261.583232, + "asctime": "2020-12-21 01:33:05,580", + "created": 1608510785.580958, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -4512,25 +4532,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 4 at 1577431261.583169", + "message": "Task execution number 4 at 1608510785.580931", "module": "test_periodic", - "msecs": 583.2319259643555, + "msecs": 580.9578895568848, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 1311.5499019622803, - "thread": 140402628105984, + "relativeCreated": 1333.2819938659668, + "thread": 140709767096064, "threadName": "Thread-7" }, { "args": [ 5, - 1577431261.833508 + 1608510785.833529 ], - "asctime": "2019-12-27 08:21:01,833", - "created": 1577431261.833545, + "asctime": "2020-12-21 01:33:05,833", + "created": 1608510785.833733, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -4538,25 +4558,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 5 at 1577431261.833508", + "message": "Task execution number 5 at 1608510785.833529", "module": "test_periodic", - "msecs": 833.5449695587158, + "msecs": 833.733081817627, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 1561.8629455566406, - "thread": 140402636498688, + "relativeCreated": 1586.057186126709, + "thread": 140709775488768, "threadName": "Thread-8" }, { "args": [ 6, - 1577431262.083997 + 1608510786.083797 ], - "asctime": "2019-12-27 08:21:02,084", - "created": 1577431262.084029, + "asctime": "2020-12-21 01:33:06,083", + "created": 1608510786.083828, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -4564,25 +4584,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 6 at 1577431262.083997", + "message": "Task execution number 6 at 1608510786.083797", "module": "test_periodic", - "msecs": 84.02895927429199, + "msecs": 83.82797241210938, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 1812.3469352722168, - "thread": 140402628105984, + "relativeCreated": 1836.1520767211914, + "thread": 140709767096064, "threadName": "Thread-9" }, { "args": [ 7, - 1577431262.334639 + 1608510786.334294 ], - "asctime": "2019-12-27 08:21:02,334", - "created": 1577431262.334695, + "asctime": "2020-12-21 01:33:06,334", + "created": 1608510786.334335, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -4590,25 +4610,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 7 at 1577431262.334639", + "message": "Task execution number 7 at 1608510786.334294", "module": "test_periodic", - "msecs": 334.69510078430176, + "msecs": 334.3350887298584, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2063.0130767822266, - "thread": 140402636498688, + "relativeCreated": 2086.6591930389404, + "thread": 140709775488768, "threadName": "Thread-10" }, { "args": [ 8, - 1577431262.585828 + 1608510786.585219 ], - "asctime": "2019-12-27 08:21:02,585", - "created": 1577431262.585885, + "asctime": "2020-12-21 01:33:06,585", + "created": 1608510786.585255, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -4616,25 +4636,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 8 at 1577431262.585828", + "message": "Task execution number 8 at 1608510786.585219", "module": "test_periodic", - "msecs": 585.8850479125977, + "msecs": 585.2549076080322, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2314.2030239105225, - "thread": 140402628105984, + "relativeCreated": 2337.5790119171143, + "thread": 140709767096064, "threadName": "Thread-11" }, { "args": [ 9, - 1577431262.836671 + 1608510786.835672 ], - "asctime": "2019-12-27 08:21:02,836", - "created": 1577431262.836693, + "asctime": "2020-12-21 01:33:06,835", + "created": 1608510786.835714, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -4642,25 +4662,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 9 at 1577431262.836671", + "message": "Task execution number 9 at 1608510786.835672", "module": "test_periodic", - "msecs": 836.6930484771729, + "msecs": 835.7141017913818, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2565.0110244750977, - "thread": 140402636498688, + "relativeCreated": 2588.038206100464, + "thread": 140709775488768, "threadName": "Thread-12" }, { "args": [ 10, - 1577431263.087061 + 1608510787.089279 ], - "asctime": "2019-12-27 08:21:03,087", - "created": 1577431263.087091, + "asctime": "2020-12-21 01:33:07,089", + "created": 1608510787.089585, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -4668,39 +4688,39 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 10 at 1577431263.087061", + "message": "Task execution number 10 at 1608510787.089279", "module": "test_periodic", - "msecs": 87.09096908569336, + "msecs": 89.5850658416748, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2815.408945083618, - "thread": 140402628105984, + "relativeCreated": 2841.909170150757, + "thread": 140709767096064, "threadName": "Thread-13" } ], - "msecs": 133.54992866516113, + "msecs": 131.5920352935791, "msg": "Running a periodic task for %d cycles with a cycletime of %ss", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2861.867904663086, - "thread": 140402695206720, + "relativeCreated": 2883.916139602661, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.04645895957946777 + "time_consumption": 0.0420069694519043 }, { "args": [ - "0.2503390312194824", + "0.25013303756713867", "0.2465", "0.2545", "" ], - "asctime": "2019-12-27 08:21:03,134", - "created": 1577431263.134198, + "asctime": "2020-12-21 01:33:07,132", + "created": 1608510787.132107, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4708,17 +4728,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Minimum cycle time is correct (Content 0.2503390312194824 in [0.2465 ... 0.2545] and Type is ).", + "message": "Minimum cycle time is correct (Content 0.25013303756713867 in [0.2465 ... 0.2545] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Minimum cycle time", - "0.2503390312194824", + "0.25013303756713867", "" ], - "asctime": "2019-12-27 08:21:03,133", - "created": 1577431263.133899, + "asctime": "2020-12-21 01:33:07,131", + "created": 1608510787.131911, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4726,16 +4746,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Minimum cycle time): 0.2503390312194824 ()", + "message": "Result (Minimum cycle time): 0.25013303756713867 ()", "module": "test", - "msecs": 133.89897346496582, + "msecs": 131.911039352417, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2862.2169494628906, - "thread": 140402695206720, + "relativeCreated": 2884.235143661499, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -4744,8 +4764,8 @@ "0.2465", "0.2545" ], - "asctime": "2019-12-27 08:21:03,134", - "created": 1577431263.134055, + "asctime": "2020-12-21 01:33:07,132", + "created": 1608510787.132015, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4755,37 +4775,37 @@ "lineno": 30, "message": "Expectation (Minimum cycle time): 0.2465 <= result <= 0.2545", "module": "test", - "msecs": 134.05489921569824, + "msecs": 132.01498985290527, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2862.372875213623, - "thread": 140402695206720, + "relativeCreated": 2884.3390941619873, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 134.19795036315918, + "msecs": 132.10701942443848, "msg": "Minimum cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2862.515926361084, - "thread": 140402695206720, + "relativeCreated": 2884.4311237335205, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.0001430511474609375 + "time_consumption": 9.202957153320312e-05 }, { "args": [ - "0.25071009000142414", + "0.2512981096903483", "0.2465", "0.2545", "" ], - "asctime": "2019-12-27 08:21:03,134", - "created": 1577431263.134689, + "asctime": "2020-12-21 01:33:07,132", + "created": 1608510787.132367, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4793,17 +4813,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Mean cycle time is correct (Content 0.25071009000142414 in [0.2465 ... 0.2545] and Type is ).", + "message": "Mean cycle time is correct (Content 0.2512981096903483 in [0.2465 ... 0.2545] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Mean cycle time", - "0.25071009000142414", + "0.2512981096903483", "" ], - "asctime": "2019-12-27 08:21:03,134", - "created": 1577431263.134428, + "asctime": "2020-12-21 01:33:07,132", + "created": 1608510787.132232, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4811,16 +4831,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Mean cycle time): 0.25071009000142414 ()", + "message": "Result (Mean cycle time): 0.2512981096903483 ()", "module": "test", - "msecs": 134.4280242919922, + "msecs": 132.2319507598877, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2862.746000289917, - "thread": 140402695206720, + "relativeCreated": 2884.5560550689697, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -4829,8 +4849,8 @@ "0.2465", "0.2545" ], - "asctime": "2019-12-27 08:21:03,134", - "created": 1577431263.134555, + "asctime": "2020-12-21 01:33:07,132", + "created": 1608510787.132298, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4840,37 +4860,37 @@ "lineno": 30, "message": "Expectation (Mean cycle time): 0.2465 <= result <= 0.2545", "module": "test", - "msecs": 134.55510139465332, + "msecs": 132.29799270629883, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2862.873077392578, - "thread": 140402695206720, + "relativeCreated": 2884.622097015381, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 134.6890926361084, + "msecs": 132.36689567565918, "msg": "Mean cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2863.007068634033, - "thread": 140402695206720, + "relativeCreated": 2884.690999984741, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00013399124145507812 + "time_consumption": 6.890296936035156e-05 }, { "args": [ - "0.2511889934539795", + "0.25360703468322754", "0.2465", "0.2565", "" ], - "asctime": "2019-12-27 08:21:03,135", - "created": 1577431263.135141, + "asctime": "2020-12-21 01:33:07,132", + "created": 1608510787.132589, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4878,17 +4898,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Maximum cycle time is correct (Content 0.2511889934539795 in [0.2465 ... 0.2565] and Type is ).", + "message": "Maximum cycle time is correct (Content 0.25360703468322754 in [0.2465 ... 0.2565] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Maximum cycle time", - "0.2511889934539795", + "0.25360703468322754", "" ], - "asctime": "2019-12-27 08:21:03,134", - "created": 1577431263.134899, + "asctime": "2020-12-21 01:33:07,132", + "created": 1608510787.132478, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4896,16 +4916,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Maximum cycle time): 0.2511889934539795 ()", + "message": "Result (Maximum cycle time): 0.25360703468322754 ()", "module": "test", - "msecs": 134.89890098571777, + "msecs": 132.4779987335205, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2863.2168769836426, - "thread": 140402695206720, + "relativeCreated": 2884.8021030426025, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -4914,8 +4934,8 @@ "0.2465", "0.2565" ], - "asctime": "2019-12-27 08:21:03,135", - "created": 1577431263.135019, + "asctime": "2020-12-21 01:33:07,132", + "created": 1608510787.132533, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4925,35 +4945,35 @@ "lineno": 30, "message": "Expectation (Maximum cycle time): 0.2465 <= result <= 0.2565", "module": "test", - "msecs": 135.01906394958496, + "msecs": 132.53307342529297, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2863.3370399475098, - "thread": 140402695206720, + "relativeCreated": 2884.857177734375, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 135.14089584350586, + "msecs": 132.58910179138184, "msg": "Maximum cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2863.4588718414307, - "thread": 140402695206720, + "relativeCreated": 2884.913206100464, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00012183189392089844 + "time_consumption": 5.602836608886719e-05 }, { "args": [ 10, "0.01" ], - "asctime": "2019-12-27 08:21:03,256", - "created": 1577431263.256116, + "asctime": "2020-12-21 01:33:07,253", + "created": 1608510787.253758, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -4967,10 +4987,10 @@ { "args": [ 1, - 1577431263.13619 + 1608510787.133625 ], - "asctime": "2019-12-27 08:21:03,136", - "created": 1577431263.136245, + "asctime": "2020-12-21 01:33:07,133", + "created": 1608510787.133653, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -4978,25 +4998,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 1 at 1577431263.136190", + "message": "Task execution number 1 at 1608510787.133625", "module": "test_periodic", - "msecs": 136.2450122833252, + "msecs": 133.652925491333, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2864.56298828125, - "thread": 140402636498688, + "relativeCreated": 2885.977029800415, + "thread": 140709775488768, "threadName": "Thread-15" }, { "args": [ 2, - 1577431263.146672 + 1608510787.146178 ], - "asctime": "2019-12-27 08:21:03,146", - "created": 1577431263.146707, + "asctime": "2020-12-21 01:33:07,146", + "created": 1608510787.146339, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5004,25 +5024,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 2 at 1577431263.146672", + "message": "Task execution number 2 at 1608510787.146178", "module": "test_periodic", - "msecs": 146.70705795288086, + "msecs": 146.33893966674805, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2875.0250339508057, - "thread": 140402628105984, + "relativeCreated": 2898.66304397583, + "thread": 140709767096064, "threadName": "Thread-16" }, { "args": [ 3, - 1577431263.157228 + 1608510787.158999 ], - "asctime": "2019-12-27 08:21:03,157", - "created": 1577431263.15728, + "asctime": "2020-12-21 01:33:07,159", + "created": 1608510787.159147, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5030,25 +5050,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 3 at 1577431263.157228", + "message": "Task execution number 3 at 1608510787.158999", "module": "test_periodic", - "msecs": 157.27996826171875, + "msecs": 159.1470241546631, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2885.5979442596436, - "thread": 140402636498688, + "relativeCreated": 2911.471128463745, + "thread": 140709775488768, "threadName": "Thread-17" }, { "args": [ 4, - 1577431263.168363 + 1608510787.170375 ], - "asctime": "2019-12-27 08:21:03,168", - "created": 1577431263.168406, + "asctime": "2020-12-21 01:33:07,170", + "created": 1608510787.170501, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5056,25 +5076,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 4 at 1577431263.168363", + "message": "Task execution number 4 at 1608510787.170375", "module": "test_periodic", - "msecs": 168.40600967407227, + "msecs": 170.5009937286377, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2896.723985671997, - "thread": 140402628105984, + "relativeCreated": 2922.8250980377197, + "thread": 140709767096064, "threadName": "Thread-18" }, { "args": [ 5, - 1577431263.178933 + 1608510787.18077 ], - "asctime": "2019-12-27 08:21:03,178", - "created": 1577431263.178988, + "asctime": "2020-12-21 01:33:07,180", + "created": 1608510787.180812, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5082,25 +5102,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 5 at 1577431263.178933", + "message": "Task execution number 5 at 1608510787.180770", "module": "test_periodic", - "msecs": 178.98797988891602, + "msecs": 180.81188201904297, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2907.305955886841, - "thread": 140402636498688, + "relativeCreated": 2933.135986328125, + "thread": 140709775488768, "threadName": "Thread-19" }, { "args": [ 6, - 1577431263.189998 + 1608510787.191777 ], - "asctime": "2019-12-27 08:21:03,190", - "created": 1577431263.190041, + "asctime": "2020-12-21 01:33:07,191", + "created": 1608510787.191826, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5108,25 +5128,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 6 at 1577431263.189998", + "message": "Task execution number 6 at 1608510787.191777", "module": "test_periodic", - "msecs": 190.04106521606445, + "msecs": 191.82610511779785, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2918.3590412139893, - "thread": 140402628105984, + "relativeCreated": 2944.15020942688, + "thread": 140709767096064, "threadName": "Thread-20" }, { "args": [ 7, - 1577431263.200579 + 1608510787.202972 ], - "asctime": "2019-12-27 08:21:03,200", - "created": 1577431263.200621, + "asctime": "2020-12-21 01:33:07,203", + "created": 1608510787.203037, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5134,25 +5154,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 7 at 1577431263.200579", + "message": "Task execution number 7 at 1608510787.202972", "module": "test_periodic", - "msecs": 200.6208896636963, + "msecs": 203.03702354431152, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2928.938865661621, - "thread": 140402636498688, + "relativeCreated": 2955.3611278533936, + "thread": 140709775488768, "threadName": "Thread-21" }, { "args": [ 8, - 1577431263.211154 + 1608510787.214167 ], - "asctime": "2019-12-27 08:21:03,211", - "created": 1577431263.211196, + "asctime": "2020-12-21 01:33:07,214", + "created": 1608510787.214278, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5160,25 +5180,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 8 at 1577431263.211154", + "message": "Task execution number 8 at 1608510787.214167", "module": "test_periodic", - "msecs": 211.1959457397461, + "msecs": 214.277982711792, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2939.513921737671, - "thread": 140402628105984, + "relativeCreated": 2966.602087020874, + "thread": 140709767096064, "threadName": "Thread-22" }, { "args": [ 9, - 1577431263.22177 + 1608510787.22452 ], - "asctime": "2019-12-27 08:21:03,221", - "created": 1577431263.221825, + "asctime": "2020-12-21 01:33:07,224", + "created": 1608510787.224557, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5186,25 +5206,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 9 at 1577431263.221770", + "message": "Task execution number 9 at 1608510787.224520", "module": "test_periodic", - "msecs": 221.82488441467285, + "msecs": 224.55692291259766, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2950.1428604125977, - "thread": 140402636498688, + "relativeCreated": 2976.8810272216797, + "thread": 140709775488768, "threadName": "Thread-23" }, { "args": [ 10, - 1577431263.232837 + 1608510787.235465 ], - "asctime": "2019-12-27 08:21:03,232", - "created": 1577431263.23288, + "asctime": "2020-12-21 01:33:07,235", + "created": 1608510787.235567, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5212,39 +5232,39 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 10 at 1577431263.232837", + "message": "Task execution number 10 at 1608510787.235465", "module": "test_periodic", - "msecs": 232.8801155090332, + "msecs": 235.5670928955078, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2961.198091506958, - "thread": 140402628105984, + "relativeCreated": 2987.89119720459, + "thread": 140709767096064, "threadName": "Thread-24" } ], - "msecs": 256.1159133911133, + "msecs": 253.75795364379883, "msg": "Running a periodic task for %d cycles with a cycletime of %ss", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2984.433889389038, - "thread": 140402695206720, + "relativeCreated": 3006.082057952881, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.023235797882080078 + "time_consumption": 0.018190860748291016 }, { "args": [ - "0.010482072830200195", + "0.010352849960327148", "0.008900000000000002", "0.0121", "" ], - "asctime": "2019-12-27 08:21:03,256", - "created": 1577431263.256896, + "asctime": "2020-12-21 01:33:07,254", + "created": 1608510787.254433, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5252,17 +5272,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Minimum cycle time is correct (Content 0.010482072830200195 in [0.008900000000000002 ... 0.0121] and Type is ).", + "message": "Minimum cycle time is correct (Content 0.010352849960327148 in [0.008900000000000002 ... 0.0121] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Minimum cycle time", - "0.010482072830200195", + "0.010352849960327148", "" ], - "asctime": "2019-12-27 08:21:03,256", - "created": 1577431263.256526, + "asctime": "2020-12-21 01:33:07,254", + "created": 1608510787.254175, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5270,16 +5290,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Minimum cycle time): 0.010482072830200195 ()", + "message": "Result (Minimum cycle time): 0.010352849960327148 ()", "module": "test", - "msecs": 256.52599334716797, + "msecs": 254.17494773864746, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2984.843969345093, - "thread": 140402695206720, + "relativeCreated": 3006.4990520477295, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -5288,8 +5308,8 @@ "0.008900000000000002", "0.0121" ], - "asctime": "2019-12-27 08:21:03,256", - "created": 1577431263.256721, + "asctime": "2020-12-21 01:33:07,254", + "created": 1608510787.254313, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5299,37 +5319,37 @@ "lineno": 30, "message": "Expectation (Minimum cycle time): 0.008900000000000002 <= result <= 0.0121", "module": "test", - "msecs": 256.72101974487305, + "msecs": 254.31299209594727, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2985.038995742798, - "thread": 140402695206720, + "relativeCreated": 3006.6370964050293, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 256.8960189819336, + "msecs": 254.43291664123535, "msg": "Minimum cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2985.2139949798584, - "thread": 140402695206720, + "relativeCreated": 3006.7570209503174, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00017499923706054688 + "time_consumption": 0.00011992454528808594 }, { "args": [ - "0.01073855823940701", + "0.011315557691786025", "0.008900000000000002", "0.0121", "" ], - "asctime": "2019-12-27 08:21:03,257", - "created": 1577431263.257537, + "asctime": "2020-12-21 01:33:07,254", + "created": 1608510787.254891, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5337,17 +5357,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Mean cycle time is correct (Content 0.01073855823940701 in [0.008900000000000002 ... 0.0121] and Type is ).", + "message": "Mean cycle time is correct (Content 0.011315557691786025 in [0.008900000000000002 ... 0.0121] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Mean cycle time", - "0.01073855823940701", + "0.011315557691786025", "" ], - "asctime": "2019-12-27 08:21:03,257", - "created": 1577431263.257172, + "asctime": "2020-12-21 01:33:07,254", + "created": 1608510787.25464, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5355,16 +5375,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Mean cycle time): 0.01073855823940701 ()", + "message": "Result (Mean cycle time): 0.011315557691786025 ()", "module": "test", - "msecs": 257.1721076965332, + "msecs": 254.6401023864746, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2985.490083694458, - "thread": 140402695206720, + "relativeCreated": 3006.9642066955566, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -5373,8 +5393,8 @@ "0.008900000000000002", "0.0121" ], - "asctime": "2019-12-27 08:21:03,257", - "created": 1577431263.25733, + "asctime": "2020-12-21 01:33:07,254", + "created": 1608510787.254775, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5384,37 +5404,37 @@ "lineno": 30, "message": "Expectation (Mean cycle time): 0.008900000000000002 <= result <= 0.0121", "module": "test", - "msecs": 257.32994079589844, + "msecs": 254.7750473022461, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2985.6479167938232, - "thread": 140402695206720, + "relativeCreated": 3007.099151611328, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 257.5368881225586, + "msecs": 254.89091873168945, "msg": "Mean cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2985.8548641204834, - "thread": 140402695206720, + "relativeCreated": 3007.2150230407715, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00020694732666015625 + "time_consumption": 0.00011587142944335938 }, { "args": [ - "0.011135101318359375", + "0.012820959091186523", "0.008900000000000002", "0.0141", "" ], - "asctime": "2019-12-27 08:21:03,258", - "created": 1577431263.258101, + "asctime": "2020-12-21 01:33:07,255", + "created": 1608510787.255285, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5422,17 +5442,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Maximum cycle time is correct (Content 0.011135101318359375 in [0.008900000000000002 ... 0.0141] and Type is ).", + "message": "Maximum cycle time is correct (Content 0.012820959091186523 in [0.008900000000000002 ... 0.0141] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Maximum cycle time", - "0.011135101318359375", + "0.012820959091186523", "" ], - "asctime": "2019-12-27 08:21:03,257", - "created": 1577431263.257799, + "asctime": "2020-12-21 01:33:07,255", + "created": 1608510787.255082, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5440,16 +5460,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Maximum cycle time): 0.011135101318359375 ()", + "message": "Result (Maximum cycle time): 0.012820959091186523 ()", "module": "test", - "msecs": 257.7989101409912, + "msecs": 255.0818920135498, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2986.116886138916, - "thread": 140402695206720, + "relativeCreated": 3007.405996322632, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -5458,8 +5478,8 @@ "0.008900000000000002", "0.0141" ], - "asctime": "2019-12-27 08:21:03,257", - "created": 1577431263.257951, + "asctime": "2020-12-21 01:33:07,255", + "created": 1608510787.255184, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5469,35 +5489,35 @@ "lineno": 30, "message": "Expectation (Maximum cycle time): 0.008900000000000002 <= result <= 0.0141", "module": "test", - "msecs": 257.951021194458, + "msecs": 255.18393516540527, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2986.268997192383, - "thread": 140402695206720, + "relativeCreated": 3007.5080394744873, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 258.1009864807129, + "msecs": 255.28502464294434, "msg": "Maximum cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2986.4189624786377, - "thread": 140402695206720, + "relativeCreated": 3007.6091289520264, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.0001499652862548828 + "time_consumption": 0.0001010894775390625 }, { "args": [ 10, "0.005" ], - "asctime": "2019-12-27 08:21:03,369", - "created": 1577431263.369186, + "asctime": "2020-12-21 01:33:07,367", + "created": 1608510787.367118, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5511,10 +5531,10 @@ { "args": [ 1, - 1577431263.259307 + 1608510787.256209 ], - "asctime": "2019-12-27 08:21:03,259", - "created": 1577431263.25935, + "asctime": "2020-12-21 01:33:07,256", + "created": 1608510787.256238, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5522,25 +5542,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 1 at 1577431263.259307", + "message": "Task execution number 1 at 1608510787.256209", "module": "test_periodic", - "msecs": 259.350061416626, + "msecs": 256.2379837036133, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2987.668037414551, - "thread": 140402636498688, + "relativeCreated": 3008.5620880126953, + "thread": 140709775488768, "threadName": "Thread-26" }, { "args": [ 2, - 1577431263.26484 + 1608510787.26165 ], - "asctime": "2019-12-27 08:21:03,264", - "created": 1577431263.264889, + "asctime": "2020-12-21 01:33:07,261", + "created": 1608510787.261687, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5548,25 +5568,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 2 at 1577431263.264840", + "message": "Task execution number 2 at 1608510787.261650", "module": "test_periodic", - "msecs": 264.8890018463135, + "msecs": 261.6870403289795, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2993.2069778442383, - "thread": 140402628105984, + "relativeCreated": 3014.0111446380615, + "thread": 140709767096064, "threadName": "Thread-27" }, { "args": [ 3, - 1577431263.270685 + 1608510787.267084 ], - "asctime": "2019-12-27 08:21:03,270", - "created": 1577431263.270707, + "asctime": "2020-12-21 01:33:07,267", + "created": 1608510787.267119, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5574,25 +5594,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 3 at 1577431263.270685", + "message": "Task execution number 3 at 1608510787.267084", "module": "test_periodic", - "msecs": 270.7068920135498, + "msecs": 267.1189308166504, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 2999.0248680114746, - "thread": 140402636498688, + "relativeCreated": 3019.4430351257324, + "thread": 140709775488768, "threadName": "Thread-28" }, { "args": [ 4, - 1577431263.276064 + 1608510787.27266 ], - "asctime": "2019-12-27 08:21:03,276", - "created": 1577431263.276091, + "asctime": "2020-12-21 01:33:07,272", + "created": 1608510787.272702, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5600,25 +5620,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 4 at 1577431263.276064", + "message": "Task execution number 4 at 1608510787.272660", "module": "test_periodic", - "msecs": 276.0910987854004, + "msecs": 272.7019786834717, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3004.409074783325, - "thread": 140402628105984, + "relativeCreated": 3025.0260829925537, + "thread": 140709767096064, "threadName": "Thread-29" }, { "args": [ 5, - 1577431263.281601 + 1608510787.28199 ], - "asctime": "2019-12-27 08:21:03,281", - "created": 1577431263.281646, + "asctime": "2020-12-21 01:33:07,282", + "created": 1608510787.282323, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5626,25 +5646,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 5 at 1577431263.281601", + "message": "Task execution number 5 at 1608510787.281990", "module": "test_periodic", - "msecs": 281.6460132598877, + "msecs": 282.32288360595703, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3009.9639892578125, - "thread": 140402636498688, + "relativeCreated": 3034.646987915039, + "thread": 140709775488768, "threadName": "Thread-30" }, { "args": [ 6, - 1577431263.287635 + 1608510787.286499 ], - "asctime": "2019-12-27 08:21:03,287", - "created": 1577431263.287676, + "asctime": "2020-12-21 01:33:07,286", + "created": 1608510787.286578, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5652,25 +5672,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 6 at 1577431263.287635", + "message": "Task execution number 6 at 1608510787.286499", "module": "test_periodic", - "msecs": 287.6760959625244, + "msecs": 286.5779399871826, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3015.994071960449, - "thread": 140402628105984, + "relativeCreated": 3038.9020442962646, + "thread": 140709767096064, "threadName": "Thread-31" }, { "args": [ 7, - 1577431263.293169 + 1608510787.291959 ], - "asctime": "2019-12-27 08:21:03,293", - "created": 1577431263.293209, + "asctime": "2020-12-21 01:33:07,291", + "created": 1608510787.291986, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5678,25 +5698,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 7 at 1577431263.293169", + "message": "Task execution number 7 at 1608510787.291959", "module": "test_periodic", - "msecs": 293.2090759277344, + "msecs": 291.98598861694336, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3021.527051925659, - "thread": 140402636498688, + "relativeCreated": 3044.3100929260254, + "thread": 140709775488768, "threadName": "Thread-32" }, { "args": [ 8, - 1577431263.299255 + 1608510787.297896 ], - "asctime": "2019-12-27 08:21:03,299", - "created": 1577431263.299297, + "asctime": "2020-12-21 01:33:07,298", + "created": 1608510787.298008, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5704,25 +5724,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 8 at 1577431263.299255", + "message": "Task execution number 8 at 1608510787.297896", "module": "test_periodic", - "msecs": 299.2970943450928, + "msecs": 298.0079650878906, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3027.6150703430176, - "thread": 140402628105984, + "relativeCreated": 3050.3320693969727, + "thread": 140709767096064, "threadName": "Thread-33" }, { "args": [ 9, - 1577431263.304808 + 1608510787.303264 ], - "asctime": "2019-12-27 08:21:03,304", - "created": 1577431263.304848, + "asctime": "2020-12-21 01:33:07,303", + "created": 1608510787.303292, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5730,25 +5750,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 9 at 1577431263.304808", + "message": "Task execution number 9 at 1608510787.303264", "module": "test_periodic", - "msecs": 304.84795570373535, + "msecs": 303.29203605651855, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3033.16593170166, - "thread": 140402636498688, + "relativeCreated": 3055.6161403656006, + "thread": 140709775488768, "threadName": "Thread-34" }, { "args": [ 10, - 1577431263.310384 + 1608510787.308639 ], - "asctime": "2019-12-27 08:21:03,310", - "created": 1577431263.310427, + "asctime": "2020-12-21 01:33:07,308", + "created": 1608510787.308668, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -5756,39 +5776,39 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 10 at 1577431263.310384", + "message": "Task execution number 10 at 1608510787.308639", "module": "test_periodic", - "msecs": 310.4269504547119, + "msecs": 308.6678981781006, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3038.7449264526367, - "thread": 140402628105984, + "relativeCreated": 3060.9920024871826, + "thread": 140709767096064, "threadName": "Thread-35" } ], - "msecs": 369.1859245300293, + "msecs": 367.11788177490234, "msg": "Running a periodic task for %d cycles with a cycletime of %ss", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 4847, + "pathname": "src/tests/test_periodic.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3097.503900527954, - "thread": 140402695206720, + "relativeCreated": 3119.4419860839844, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.05875897407531738 + "time_consumption": 0.05844998359680176 }, { "args": [ - "0.0053789615631103516", + "0.00450897216796875", "0.00395", "0.00705", "" ], - "asctime": "2019-12-27 08:21:03,370", - "created": 1577431263.370169, + "asctime": "2020-12-21 01:33:07,369", + "created": 1608510787.369112, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5796,17 +5816,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Minimum cycle time is correct (Content 0.0053789615631103516 in [0.00395 ... 0.00705] and Type is ).", + "message": "Minimum cycle time is correct (Content 0.00450897216796875 in [0.00395 ... 0.00705] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Minimum cycle time", - "0.0053789615631103516", + "0.00450897216796875", "" ], - "asctime": "2019-12-27 08:21:03,369", - "created": 1577431263.369751, + "asctime": "2020-12-21 01:33:07,368", + "created": 1608510787.368691, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5814,16 +5834,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Minimum cycle time): 0.0053789615631103516 ()", + "message": "Result (Minimum cycle time): 0.00450897216796875 ()", "module": "test", - "msecs": 369.7509765625, + "msecs": 368.69096755981445, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3098.068952560425, - "thread": 140402695206720, + "relativeCreated": 3121.0150718688965, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -5832,8 +5852,8 @@ "0.00395", "0.00705" ], - "asctime": "2019-12-27 08:21:03,369", - "created": 1577431263.369976, + "asctime": "2020-12-21 01:33:07,368", + "created": 1608510787.368975, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5843,37 +5863,37 @@ "lineno": 30, "message": "Expectation (Minimum cycle time): 0.00395 <= result <= 0.00705", "module": "test", - "msecs": 369.9760437011719, + "msecs": 368.9749240875244, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3098.2940196990967, - "thread": 140402695206720, + "relativeCreated": 3121.2990283966064, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 370.16892433166504, + "msecs": 369.1120147705078, "msg": "Minimum cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3098.48690032959, - "thread": 140402695206720, + "relativeCreated": 3121.43611907959, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00019288063049316406 + "time_consumption": 0.00013709068298339844 }, { "args": [ - "0.0056752363840738935", + "0.005825572543674045", "0.00395", "0.00705", "" ], - "asctime": "2019-12-27 08:21:03,370", - "created": 1577431263.37081, + "asctime": "2020-12-21 01:33:07,369", + "created": 1608510787.369658, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5881,17 +5901,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Mean cycle time is correct (Content 0.0056752363840738935 in [0.00395 ... 0.00705] and Type is ).", + "message": "Mean cycle time is correct (Content 0.005825572543674045 in [0.00395 ... 0.00705] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Mean cycle time", - "0.0056752363840738935", + "0.005825572543674045", "" ], - "asctime": "2019-12-27 08:21:03,370", - "created": 1577431263.370473, + "asctime": "2020-12-21 01:33:07,369", + "created": 1608510787.369365, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5899,16 +5919,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Mean cycle time): 0.0056752363840738935 ()", + "message": "Result (Mean cycle time): 0.005825572543674045 ()", "module": "test", - "msecs": 370.47290802001953, + "msecs": 369.36497688293457, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3098.7908840179443, - "thread": 140402695206720, + "relativeCreated": 3121.6890811920166, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -5917,8 +5937,8 @@ "0.00395", "0.00705" ], - "asctime": "2019-12-27 08:21:03,370", - "created": 1577431263.37064, + "asctime": "2020-12-21 01:33:07,369", + "created": 1608510787.369517, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5928,55 +5948,50 @@ "lineno": 30, "message": "Expectation (Mean cycle time): 0.00395 <= result <= 0.00705", "module": "test", - "msecs": 370.6400394439697, + "msecs": 369.51708793640137, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3098.9580154418945, - "thread": 140402695206720, + "relativeCreated": 3121.8411922454834, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 370.81003189086914, + "msecs": 369.6579933166504, "msg": "Mean cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3099.128007888794, - "thread": 140402695206720, + "relativeCreated": 3121.9820976257324, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00016999244689941406 + "time_consumption": 0.00014090538024902344 }, { - "args": [ - "0.006085872650146484", - "0.00395", - "0.009049999999999999", - "" - ], - "asctime": "2019-12-27 08:21:03,371", - "created": 1577431263.371393, + "args": [], + "asctime": "2020-12-21 01:33:07,370", + "created": 1608510787.370469, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "range_chk", - "levelname": "INFO", - "levelno": 20, - "lineno": 218, - "message": "Maximum cycle time is correct (Content 0.006085872650146484 in [0.00395 ... 0.009049999999999999] and Type is ).", + "levelname": "ERROR", + "levelno": 40, + "lineno": 220, + "message": "Maximum cycle time is NOT correct. See detailed log for more information.", "module": "test", "moduleLogger": [ { "args": [ "Maximum cycle time", - "0.006085872650146484", + "0.009330034255981445", "" ], - "asctime": "2019-12-27 08:21:03,371", - "created": 1577431263.371071, + "asctime": "2020-12-21 01:33:07,369", + "created": 1608510787.369907, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5984,16 +5999,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Maximum cycle time): 0.006085872650146484 ()", + "message": "Result (Maximum cycle time): 0.009330034255981445 ()", "module": "test", - "msecs": 371.07110023498535, + "msecs": 369.9069023132324, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3099.38907623291, - "thread": 140402695206720, + "relativeCreated": 3122.2310066223145, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -6002,8 +6017,8 @@ "0.00395", "0.009049999999999999" ], - "asctime": "2019-12-27 08:21:03,371", - "created": 1577431263.371238, + "asctime": "2020-12-21 01:33:07,370", + "created": 1608510787.370061, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6013,39 +6028,64 @@ "lineno": 30, "message": "Expectation (Maximum cycle time): 0.00395 <= result <= 0.009049999999999999", "module": "test", - "msecs": 371.23799324035645, + "msecs": 370.06092071533203, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3099.5559692382812, - "thread": 140402695206720, + "relativeCreated": 3122.385025024414, + "thread": 140709796255552, + "threadName": "MainThread" + }, + { + "args": [ + "0.009330034255981445" + ], + "asctime": "2020-12-21 01:33:07,370", + "created": 1608510787.370268, + "exc_info": null, + "exc_text": null, + "filename": "test.py", + "funcName": "__range__", + "levelname": "ERROR", + "levelno": 40, + "lineno": 189, + "message": "Content 0.009330034255981445 is incorrect.", + "module": "test", + "msecs": 370.2681064605713, + "msg": "Content %s is incorrect.", + "name": "__unittest__", + "pathname": "src/unittest/test.py", + "process": 96106, + "processName": "MainProcess", + "relativeCreated": 3122.5922107696533, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 371.39296531677246, - "msg": "Maximum cycle time is correct (Content %s in [%s ... %s] and Type is %s).", + "msecs": 370.4690933227539, + "msg": "Maximum cycle time is NOT correct. See detailed log for more information.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3099.7109413146973, - "thread": 140402695206720, + "relativeCreated": 3122.793197631836, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00015497207641601562 + "time_consumption": 0.0002009868621826172 } ], - "thread": 140402695206720, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 2.5421719551086426, - "time_finished": "2019-12-27 08:21:03,371", - "time_start": "2019-12-27 08:21:00,829" + "time_consumption": 2.545154094696045, + "time_finished": "2020-12-21 01:33:07,370", + "time_start": "2020-12-21 01:33:04,825" }, "pylibs.task.queue: Test clean_queue method": { "args": null, - "asctime": "2019-12-27 08:21:03,585", - "created": 1577431263.58512, + "asctime": "2020-12-21 01:33:07,582", + "created": 1608510787.58239, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6056,18 +6096,18 @@ "message": "pylibs.task.queue: Test clean_queue method", "module": "__init__", "moduleLogger": [], - "msecs": 585.1199626922607, + "msecs": 582.3900699615479, "msg": "pylibs.task.queue: Test clean_queue method", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/__init__.py", - "process": 4847, + "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3313.4379386901855, + "relativeCreated": 3334.71417427063, "testcaseLogger": [ { "args": [], - "asctime": "2019-12-27 08:21:03,585", - "created": 1577431263.585675, + "asctime": "2020-12-21 01:33:07,582", + "created": 1608510787.582821, "exc_info": null, "exc_text": null, "filename": "test_queue.py", @@ -6078,14 +6118,14 @@ "message": "Enqueued 6 tasks (stop request within 3rd task).", "module": "test_queue", "moduleLogger": [], - "msecs": 585.6750011444092, + "msecs": 582.8208923339844, "msg": "Enqueued 6 tasks (stop request within 3rd task).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_queue.py", - "process": 4847, + "pathname": "src/tests/test_queue.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3313.992977142334, - "thread": 140402695206720, + "relativeCreated": 3335.1449966430664, + "thread": 140709796255552, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -6094,8 +6134,8 @@ "6", "" ], - "asctime": "2019-12-27 08:21:03,586", - "created": 1577431263.586235, + "asctime": "2020-12-21 01:33:07,583", + "created": 1608510787.58332, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6112,8 +6152,8 @@ "6", "" ], - "asctime": "2019-12-27 08:21:03,585", - "created": 1577431263.585932, + "asctime": "2020-12-21 01:33:07,583", + "created": 1608510787.583013, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6123,14 +6163,14 @@ "lineno": 22, "message": "Result (Size of Queue before execution): 6 ()", "module": "test", - "msecs": 585.9320163726807, + "msecs": 583.0130577087402, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3314.2499923706055, - "thread": 140402695206720, + "relativeCreated": 3335.3371620178223, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -6139,8 +6179,8 @@ "6", "" ], - "asctime": "2019-12-27 08:21:03,586", - "created": 1577431263.586087, + "asctime": "2020-12-21 01:33:07,583", + "created": 1608510787.583187, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6150,35 +6190,35 @@ "lineno": 26, "message": "Expectation (Size of Queue before execution): result = 6 ()", "module": "test", - "msecs": 586.0869884490967, + "msecs": 583.1871032714844, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3314.4049644470215, - "thread": 140402695206720, + "relativeCreated": 3335.5112075805664, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 586.2350463867188, + "msecs": 583.319902420044, "msg": "Size of Queue before execution is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3314.5530223846436, - "thread": 140402695206720, + "relativeCreated": 3335.644006729126, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.0001480579376220703 + "time_consumption": 0.0001327991485595703 }, { "args": [ "3", "" ], - "asctime": "2019-12-27 08:21:03,586", - "created": 1577431263.586874, + "asctime": "2020-12-21 01:33:07,583", + "created": 1608510787.583892, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6195,8 +6235,8 @@ "3", "" ], - "asctime": "2019-12-27 08:21:03,586", - "created": 1577431263.586578, + "asctime": "2020-12-21 01:33:07,583", + "created": 1608510787.583647, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6206,14 +6246,14 @@ "lineno": 22, "message": "Result (Size of Queue after execution): 3 ()", "module": "test", - "msecs": 586.5778923034668, + "msecs": 583.6470127105713, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3314.8958683013916, - "thread": 140402695206720, + "relativeCreated": 3335.9711170196533, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -6222,8 +6262,8 @@ "3", "" ], - "asctime": "2019-12-27 08:21:03,586", - "created": 1577431263.586731, + "asctime": "2020-12-21 01:33:07,583", + "created": 1608510787.583741, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6233,32 +6273,32 @@ "lineno": 26, "message": "Expectation (Size of Queue after execution): result = 3 ()", "module": "test", - "msecs": 586.73095703125, + "msecs": 583.7409496307373, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3315.048933029175, - "thread": 140402695206720, + "relativeCreated": 3336.0650539398193, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 586.8740081787109, + "msecs": 583.8921070098877, "msg": "Size of Queue after execution is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3315.1919841766357, - "thread": 140402695206720, + "relativeCreated": 3336.2162113189697, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.0001430511474609375 + "time_consumption": 0.00015115737915039062 }, { "args": [], - "asctime": "2019-12-27 08:21:03,588", - "created": 1577431263.588673, + "asctime": "2020-12-21 01:33:07,585", + "created": 1608510787.585052, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6275,8 +6315,8 @@ "[ 1, 2, 3 ]", "" ], - "asctime": "2019-12-27 08:21:03,587", - "created": 1577431263.58711, + "asctime": "2020-12-21 01:33:07,584", + "created": 1608510787.584154, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6286,14 +6326,14 @@ "lineno": 22, "message": "Result (Queue execution (identified by a submitted sequence number)): [ 1, 2, 3 ] ()", "module": "test", - "msecs": 587.1100425720215, + "msecs": 584.1538906097412, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3315.4280185699463, - "thread": 140402695206720, + "relativeCreated": 3336.4779949188232, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -6302,8 +6342,8 @@ "[ 1, 2, 3 ]", "" ], - "asctime": "2019-12-27 08:21:03,587", - "created": 1577431263.587263, + "asctime": "2020-12-21 01:33:07,584", + "created": 1608510787.58429, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6313,14 +6353,14 @@ "lineno": 26, "message": "Expectation (Queue execution (identified by a submitted sequence number)): result = [ 1, 2, 3 ] ()", "module": "test", - "msecs": 587.2631072998047, + "msecs": 584.2900276184082, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3315.5810832977295, - "thread": 140402695206720, + "relativeCreated": 3336.6141319274902, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -6329,8 +6369,8 @@ "1", "" ], - "asctime": "2019-12-27 08:21:03,587", - "created": 1577431263.587436, + "asctime": "2020-12-21 01:33:07,584", + "created": 1608510787.584387, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6340,14 +6380,14 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 ()", "module": "test", - "msecs": 587.4359607696533, + "msecs": 584.3870639801025, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3315.753936767578, - "thread": 140402695206720, + "relativeCreated": 3336.7111682891846, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -6356,8 +6396,8 @@ "1", "" ], - "asctime": "2019-12-27 08:21:03,587", - "created": 1577431263.587572, + "asctime": "2020-12-21 01:33:07,584", + "created": 1608510787.584462, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6367,14 +6407,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 ()", "module": "test", - "msecs": 587.5720977783203, + "msecs": 584.4619274139404, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3315.890073776245, - "thread": 140402695206720, + "relativeCreated": 3336.7860317230225, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -6382,8 +6422,8 @@ "1", "" ], - "asctime": "2019-12-27 08:21:03,587", - "created": 1577431263.587719, + "asctime": "2020-12-21 01:33:07,584", + "created": 1608510787.584538, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6393,14 +6433,14 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 587.7189636230469, + "msecs": 584.5379829406738, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3316.0369396209717, - "thread": 140402695206720, + "relativeCreated": 3336.862087249756, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -6409,8 +6449,8 @@ "2", "" ], - "asctime": "2019-12-27 08:21:03,587", - "created": 1577431263.58786, + "asctime": "2020-12-21 01:33:07,584", + "created": 1608510787.584613, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6420,14 +6460,14 @@ "lineno": 22, "message": "Result (Submitted value number 2): 2 ()", "module": "test", - "msecs": 587.860107421875, + "msecs": 584.6130847930908, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3316.1780834198, - "thread": 140402695206720, + "relativeCreated": 3336.937189102173, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -6436,8 +6476,8 @@ "2", "" ], - "asctime": "2019-12-27 08:21:03,587", - "created": 1577431263.58799, + "asctime": "2020-12-21 01:33:07,584", + "created": 1608510787.584693, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6447,14 +6487,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 2 ()", "module": "test", - "msecs": 587.9900455474854, + "msecs": 584.6929550170898, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3316.30802154541, - "thread": 140402695206720, + "relativeCreated": 3337.017059326172, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -6462,8 +6502,8 @@ "2", "" ], - "asctime": "2019-12-27 08:21:03,588", - "created": 1577431263.588124, + "asctime": "2020-12-21 01:33:07,584", + "created": 1608510787.584765, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6473,14 +6513,14 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 588.1240367889404, + "msecs": 584.7649574279785, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3316.4420127868652, - "thread": 140402695206720, + "relativeCreated": 3337.0890617370605, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -6489,8 +6529,8 @@ "3", "" ], - "asctime": "2019-12-27 08:21:03,588", - "created": 1577431263.588261, + "asctime": "2020-12-21 01:33:07,584", + "created": 1608510787.584838, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6500,14 +6540,14 @@ "lineno": 22, "message": "Result (Submitted value number 3): 3 ()", "module": "test", - "msecs": 588.2608890533447, + "msecs": 584.8379135131836, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3316.5788650512695, - "thread": 140402695206720, + "relativeCreated": 3337.1620178222656, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -6516,8 +6556,8 @@ "3", "" ], - "asctime": "2019-12-27 08:21:03,588", - "created": 1577431263.588392, + "asctime": "2020-12-21 01:33:07,584", + "created": 1608510787.584908, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6527,14 +6567,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 3): result = 3 ()", "module": "test", - "msecs": 588.3920192718506, + "msecs": 584.9080085754395, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3316.7099952697754, - "thread": 140402695206720, + "relativeCreated": 3337.2321128845215, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -6542,8 +6582,8 @@ "3", "" ], - "asctime": "2019-12-27 08:21:03,588", - "created": 1577431263.588542, + "asctime": "2020-12-21 01:33:07,584", + "created": 1608510787.584978, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6553,32 +6593,32 @@ "lineno": 142, "message": "Submitted value number 3 is correct (Content 3 and Type is ).", "module": "test", - "msecs": 588.5419845581055, + "msecs": 584.9781036376953, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3316.8599605560303, - "thread": 140402695206720, + "relativeCreated": 3337.3022079467773, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 588.6731147766113, + "msecs": 585.0520133972168, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3316.991090774536, - "thread": 140402695206720, + "relativeCreated": 3337.376117706299, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00013113021850585938 + "time_consumption": 7.390975952148438e-05 }, { "args": [], - "asctime": "2019-12-27 08:21:03,589", - "created": 1577431263.589001, + "asctime": "2020-12-21 01:33:07,585", + "created": 1608510787.585245, "exc_info": null, "exc_text": null, "filename": "test_queue.py", @@ -6589,14 +6629,14 @@ "message": "Cleaning Queue.", "module": "test_queue", "moduleLogger": [], - "msecs": 589.000940322876, + "msecs": 585.24489402771, "msg": "Cleaning Queue.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_queue.py", - "process": 4847, + "pathname": "src/tests/test_queue.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3317.318916320801, - "thread": 140402695206720, + "relativeCreated": 3337.568998336792, + "thread": 140709796255552, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -6605,8 +6645,8 @@ "0", "" ], - "asctime": "2019-12-27 08:21:03,589", - "created": 1577431263.589556, + "asctime": "2020-12-21 01:33:07,585", + "created": 1608510787.585527, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6623,8 +6663,8 @@ "0", "" ], - "asctime": "2019-12-27 08:21:03,589", - "created": 1577431263.589246, + "asctime": "2020-12-21 01:33:07,585", + "created": 1608510787.585372, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6634,14 +6674,14 @@ "lineno": 22, "message": "Result (Size of Queue after cleaning queue): 0 ()", "module": "test", - "msecs": 589.2460346221924, + "msecs": 585.3719711303711, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3317.564010620117, - "thread": 140402695206720, + "relativeCreated": 3337.696075439453, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -6650,8 +6690,8 @@ "0", "" ], - "asctime": "2019-12-27 08:21:03,589", - "created": 1577431263.58941, + "asctime": "2020-12-21 01:33:07,585", + "created": 1608510787.585447, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6661,39 +6701,39 @@ "lineno": 26, "message": "Expectation (Size of Queue after cleaning queue): result = 0 ()", "module": "test", - "msecs": 589.4100666046143, + "msecs": 585.4470729827881, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3317.728042602539, - "thread": 140402695206720, + "relativeCreated": 3337.77117729187, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 589.5559787750244, + "msecs": 585.5269432067871, "msg": "Size of Queue after cleaning queue is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3317.873954772949, - "thread": 140402695206720, + "relativeCreated": 3337.851047515869, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00014591217041015625 + "time_consumption": 7.987022399902344e-05 } ], - "thread": 140402695206720, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.004436016082763672, - "time_finished": "2019-12-27 08:21:03,589", - "time_start": "2019-12-27 08:21:03,585" + "time_consumption": 0.003136873245239258, + "time_finished": "2020-12-21 01:33:07,585", + "time_start": "2020-12-21 01:33:07,582" }, "pylibs.task.queue: Test qsize and queue execution order by priority": { "args": null, - "asctime": "2019-12-27 08:21:03,371", - "created": 1577431263.371857, + "asctime": "2020-12-21 01:33:07,370", + "created": 1608510787.370889, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6704,18 +6744,18 @@ "message": "pylibs.task.queue: Test qsize and queue execution order by priority", "module": "__init__", "moduleLogger": [], - "msecs": 371.8569278717041, + "msecs": 370.88894844055176, "msg": "pylibs.task.queue: Test qsize and queue execution order by priority", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/__init__.py", - "process": 4847, + "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3100.174903869629, + "relativeCreated": 3123.213052749634, "testcaseLogger": [ { "args": [], - "asctime": "2019-12-27 08:21:03,372", - "created": 1577431263.372436, + "asctime": "2020-12-21 01:33:07,371", + "created": 1608510787.371308, "exc_info": null, "exc_text": null, "filename": "test_queue.py", @@ -6726,14 +6766,14 @@ "message": "Enqueued 6 unordered tasks.", "module": "test_queue", "moduleLogger": [], - "msecs": 372.4360466003418, + "msecs": 371.3080883026123, "msg": "Enqueued 6 unordered tasks.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_queue.py", - "process": 4847, + "pathname": "src/tests/test_queue.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3100.7540225982666, - "thread": 140402695206720, + "relativeCreated": 3123.6321926116943, + "thread": 140709796255552, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -6742,8 +6782,8 @@ "6", "" ], - "asctime": "2019-12-27 08:21:03,373", - "created": 1577431263.373044, + "asctime": "2020-12-21 01:33:07,371", + "created": 1608510787.371738, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6760,8 +6800,8 @@ "6", "" ], - "asctime": "2019-12-27 08:21:03,372", - "created": 1577431263.372724, + "asctime": "2020-12-21 01:33:07,371", + "created": 1608510787.371504, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6771,14 +6811,14 @@ "lineno": 22, "message": "Result (Size of Queue before execution): 6 ()", "module": "test", - "msecs": 372.7240562438965, + "msecs": 371.5040683746338, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3101.0420322418213, - "thread": 140402695206720, + "relativeCreated": 3123.828172683716, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -6787,8 +6827,8 @@ "6", "" ], - "asctime": "2019-12-27 08:21:03,372", - "created": 1577431263.372889, + "asctime": "2020-12-21 01:33:07,371", + "created": 1608510787.371621, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6798,35 +6838,35 @@ "lineno": 26, "message": "Expectation (Size of Queue before execution): result = 6 ()", "module": "test", - "msecs": 372.88904190063477, + "msecs": 371.62089347839355, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3101.2070178985596, - "thread": 140402695206720, + "relativeCreated": 3123.9449977874756, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 373.0440139770508, + "msecs": 371.7379570007324, "msg": "Size of Queue before execution is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3101.3619899749756, - "thread": 140402695206720, + "relativeCreated": 3124.0620613098145, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00015497207641601562 + "time_consumption": 0.00011706352233886719 }, { "args": [ "0", "" ], - "asctime": "2019-12-27 08:21:03,474", - "created": 1577431263.474187, + "asctime": "2020-12-21 01:33:07,472", + "created": 1608510787.47251, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6843,8 +6883,8 @@ "0", "" ], - "asctime": "2019-12-27 08:21:03,473", - "created": 1577431263.473766, + "asctime": "2020-12-21 01:33:07,472", + "created": 1608510787.472247, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6854,14 +6894,14 @@ "lineno": 22, "message": "Result (Size of Queue after execution): 0 ()", "module": "test", - "msecs": 473.7660884857178, + "msecs": 472.2468852996826, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3202.0840644836426, - "thread": 140402695206720, + "relativeCreated": 3224.5709896087646, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -6870,8 +6910,8 @@ "0", "" ], - "asctime": "2019-12-27 08:21:03,474", - "created": 1577431263.474004, + "asctime": "2020-12-21 01:33:07,472", + "created": 1608510787.472414, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6881,32 +6921,32 @@ "lineno": 26, "message": "Expectation (Size of Queue after execution): result = 0 ()", "module": "test", - "msecs": 474.00403022766113, + "msecs": 472.4140167236328, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3202.322006225586, - "thread": 140402695206720, + "relativeCreated": 3224.738121032715, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 474.18689727783203, + "msecs": 472.51009941101074, "msg": "Size of Queue after execution is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3202.504873275757, - "thread": 140402695206720, + "relativeCreated": 3224.834203720093, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00018286705017089844 + "time_consumption": 9.608268737792969e-05 }, { "args": [], - "asctime": "2019-12-27 08:21:03,477", - "created": 1577431263.477437, + "asctime": "2020-12-21 01:33:07,474", + "created": 1608510787.474074, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6923,8 +6963,8 @@ "[ 1, 2, 3, 5, 6, 7 ]", "" ], - "asctime": "2019-12-27 08:21:03,474", - "created": 1577431263.474489, + "asctime": "2020-12-21 01:33:07,472", + "created": 1608510787.47268, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6934,14 +6974,14 @@ "lineno": 22, "message": "Result (Queue execution (identified by a submitted sequence number)): [ 1, 2, 3, 5, 6, 7 ] ()", "module": "test", - "msecs": 474.4889736175537, + "msecs": 472.68009185791016, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3202.8069496154785, - "thread": 140402695206720, + "relativeCreated": 3225.004196166992, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -6950,8 +6990,8 @@ "[ 1, 2, 3, 5, 6, 7 ]", "" ], - "asctime": "2019-12-27 08:21:03,474", - "created": 1577431263.474671, + "asctime": "2020-12-21 01:33:07,472", + "created": 1608510787.472769, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6961,14 +7001,14 @@ "lineno": 26, "message": "Expectation (Queue execution (identified by a submitted sequence number)): result = [ 1, 2, 3, 5, 6, 7 ] ()", "module": "test", - "msecs": 474.6708869934082, + "msecs": 472.76902198791504, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3202.988862991333, - "thread": 140402695206720, + "relativeCreated": 3225.093126296997, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -6977,8 +7017,8 @@ "1", "" ], - "asctime": "2019-12-27 08:21:03,474", - "created": 1577431263.474832, + "asctime": "2020-12-21 01:33:07,472", + "created": 1608510787.472849, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6988,14 +7028,14 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 ()", "module": "test", - "msecs": 474.83205795288086, + "msecs": 472.84889221191406, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3203.1500339508057, - "thread": 140402695206720, + "relativeCreated": 3225.172996520996, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7004,8 +7044,8 @@ "1", "" ], - "asctime": "2019-12-27 08:21:03,474", - "created": 1577431263.474991, + "asctime": "2020-12-21 01:33:07,472", + "created": 1608510787.472923, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7015,14 +7055,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 ()", "module": "test", - "msecs": 474.9910831451416, + "msecs": 472.92304039001465, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3203.3090591430664, - "thread": 140402695206720, + "relativeCreated": 3225.2471446990967, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7030,8 +7070,8 @@ "1", "" ], - "asctime": "2019-12-27 08:21:03,475", - "created": 1577431263.475138, + "asctime": "2020-12-21 01:33:07,472", + "created": 1608510787.472991, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7041,14 +7081,14 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 475.13794898986816, + "msecs": 472.9909896850586, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3203.455924987793, - "thread": 140402695206720, + "relativeCreated": 3225.3150939941406, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7057,8 +7097,8 @@ "2", "" ], - "asctime": "2019-12-27 08:21:03,475", - "created": 1577431263.475284, + "asctime": "2020-12-21 01:33:07,473", + "created": 1608510787.473061, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7068,14 +7108,14 @@ "lineno": 22, "message": "Result (Submitted value number 2): 2 ()", "module": "test", - "msecs": 475.2840995788574, + "msecs": 473.06108474731445, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3203.602075576782, - "thread": 140402695206720, + "relativeCreated": 3225.3851890563965, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7084,8 +7124,8 @@ "2", "" ], - "asctime": "2019-12-27 08:21:03,475", - "created": 1577431263.475419, + "asctime": "2020-12-21 01:33:07,473", + "created": 1608510787.473126, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7095,14 +7135,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 2 ()", "module": "test", - "msecs": 475.4190444946289, + "msecs": 473.1259346008301, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3203.7370204925537, - "thread": 140402695206720, + "relativeCreated": 3225.450038909912, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7110,8 +7150,8 @@ "2", "" ], - "asctime": "2019-12-27 08:21:03,475", - "created": 1577431263.475578, + "asctime": "2020-12-21 01:33:07,473", + "created": 1608510787.473192, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7121,14 +7161,14 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 475.57806968688965, + "msecs": 473.1919765472412, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3203.8960456848145, - "thread": 140402695206720, + "relativeCreated": 3225.5160808563232, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7137,8 +7177,8 @@ "3", "" ], - "asctime": "2019-12-27 08:21:03,475", - "created": 1577431263.475722, + "asctime": "2020-12-21 01:33:07,473", + "created": 1608510787.473265, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7148,14 +7188,14 @@ "lineno": 22, "message": "Result (Submitted value number 3): 3 ()", "module": "test", - "msecs": 475.722074508667, + "msecs": 473.2649326324463, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3204.040050506592, - "thread": 140402695206720, + "relativeCreated": 3225.5890369415283, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7164,8 +7204,8 @@ "3", "" ], - "asctime": "2019-12-27 08:21:03,475", - "created": 1577431263.475864, + "asctime": "2020-12-21 01:33:07,473", + "created": 1608510787.47333, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7175,14 +7215,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 3): result = 3 ()", "module": "test", - "msecs": 475.8639335632324, + "msecs": 473.330020904541, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3204.181909561157, - "thread": 140402695206720, + "relativeCreated": 3225.654125213623, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7190,8 +7230,8 @@ "3", "" ], - "asctime": "2019-12-27 08:21:03,476", - "created": 1577431263.476004, + "asctime": "2020-12-21 01:33:07,473", + "created": 1608510787.473402, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7201,14 +7241,14 @@ "lineno": 142, "message": "Submitted value number 3 is correct (Content 3 and Type is ).", "module": "test", - "msecs": 476.00388526916504, + "msecs": 473.4020233154297, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3204.32186126709, - "thread": 140402695206720, + "relativeCreated": 3225.7261276245117, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7217,8 +7257,8 @@ "5", "" ], - "asctime": "2019-12-27 08:21:03,476", - "created": 1577431263.476152, + "asctime": "2020-12-21 01:33:07,473", + "created": 1608510787.47347, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7228,14 +7268,14 @@ "lineno": 22, "message": "Result (Submitted value number 4): 5 ()", "module": "test", - "msecs": 476.1519432067871, + "msecs": 473.46997261047363, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3204.469919204712, - "thread": 140402695206720, + "relativeCreated": 3225.7940769195557, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7244,8 +7284,8 @@ "5", "" ], - "asctime": "2019-12-27 08:21:03,476", - "created": 1577431263.476283, + "asctime": "2020-12-21 01:33:07,473", + "created": 1608510787.473542, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7255,14 +7295,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 4): result = 5 ()", "module": "test", - "msecs": 476.28307342529297, + "msecs": 473.5419750213623, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3204.601049423218, - "thread": 140402695206720, + "relativeCreated": 3225.8660793304443, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7270,8 +7310,8 @@ "5", "" ], - "asctime": "2019-12-27 08:21:03,476", - "created": 1577431263.476418, + "asctime": "2020-12-21 01:33:07,473", + "created": 1608510787.473614, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7281,14 +7321,14 @@ "lineno": 142, "message": "Submitted value number 4 is correct (Content 5 and Type is ).", "module": "test", - "msecs": 476.41801834106445, + "msecs": 473.613977432251, "msg": "Submitted value number 4 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3204.7359943389893, - "thread": 140402695206720, + "relativeCreated": 3225.938081741333, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7297,8 +7337,8 @@ "6", "" ], - "asctime": "2019-12-27 08:21:03,476", - "created": 1577431263.476555, + "asctime": "2020-12-21 01:33:07,473", + "created": 1608510787.473681, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7308,14 +7348,14 @@ "lineno": 22, "message": "Result (Submitted value number 5): 6 ()", "module": "test", - "msecs": 476.55510902404785, + "msecs": 473.6809730529785, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3204.8730850219727, - "thread": 140402695206720, + "relativeCreated": 3226.0050773620605, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7324,8 +7364,8 @@ "6", "" ], - "asctime": "2019-12-27 08:21:03,476", - "created": 1577431263.476683, + "asctime": "2020-12-21 01:33:07,473", + "created": 1608510787.473745, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7335,14 +7375,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 5): result = 6 ()", "module": "test", - "msecs": 476.6829013824463, + "msecs": 473.74510765075684, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3205.000877380371, - "thread": 140402695206720, + "relativeCreated": 3226.069211959839, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7350,8 +7390,8 @@ "6", "" ], - "asctime": "2019-12-27 08:21:03,476", - "created": 1577431263.476827, + "asctime": "2020-12-21 01:33:07,473", + "created": 1608510787.473814, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7361,14 +7401,14 @@ "lineno": 142, "message": "Submitted value number 5 is correct (Content 6 and Type is ).", "module": "test", - "msecs": 476.82690620422363, + "msecs": 473.8140106201172, "msg": "Submitted value number 5 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3205.1448822021484, - "thread": 140402695206720, + "relativeCreated": 3226.138114929199, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7377,8 +7417,8 @@ "7", "" ], - "asctime": "2019-12-27 08:21:03,476", - "created": 1577431263.476966, + "asctime": "2020-12-21 01:33:07,473", + "created": 1608510787.473881, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7388,14 +7428,14 @@ "lineno": 22, "message": "Result (Submitted value number 6): 7 ()", "module": "test", - "msecs": 476.96590423583984, + "msecs": 473.8810062408447, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3205.2838802337646, - "thread": 140402695206720, + "relativeCreated": 3226.2051105499268, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7404,8 +7444,8 @@ "7", "" ], - "asctime": "2019-12-27 08:21:03,477", - "created": 1577431263.477098, + "asctime": "2020-12-21 01:33:07,473", + "created": 1608510787.473944, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7415,14 +7455,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 6): result = 7 ()", "module": "test", - "msecs": 477.0979881286621, + "msecs": 473.94394874572754, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3205.415964126587, - "thread": 140402695206720, + "relativeCreated": 3226.2680530548096, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7430,8 +7470,8 @@ "7", "" ], - "asctime": "2019-12-27 08:21:03,477", - "created": 1577431263.477233, + "asctime": "2020-12-21 01:33:07,474", + "created": 1608510787.474011, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7441,39 +7481,39 @@ "lineno": 142, "message": "Submitted value number 6 is correct (Content 7 and Type is ).", "module": "test", - "msecs": 477.2329330444336, + "msecs": 474.0109443664551, "msg": "Submitted value number 6 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3205.5509090423584, - "thread": 140402695206720, + "relativeCreated": 3226.335048675537, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 477.43701934814453, + "msecs": 474.0738868713379, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3205.7549953460693, - "thread": 140402695206720, + "relativeCreated": 3226.39799118042, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.0002040863037109375 + "time_consumption": 6.29425048828125e-05 } ], - "thread": 140402695206720, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.10558009147644043, - "time_finished": "2019-12-27 08:21:03,477", - "time_start": "2019-12-27 08:21:03,371" + "time_consumption": 0.10318493843078613, + "time_finished": "2020-12-21 01:33:07,474", + "time_start": "2020-12-21 01:33:07,370" }, "pylibs.task.queue: Test stop method": { "args": null, - "asctime": "2019-12-27 08:21:03,477", - "created": 1577431263.477939, + "asctime": "2020-12-21 01:33:07,474", + "created": 1608510787.474357, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7484,18 +7524,18 @@ "message": "pylibs.task.queue: Test stop method", "module": "__init__", "moduleLogger": [], - "msecs": 477.9388904571533, + "msecs": 474.35688972473145, "msg": "pylibs.task.queue: Test stop method", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/__init__.py", - "process": 4847, + "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3206.256866455078, + "relativeCreated": 3226.6809940338135, "testcaseLogger": [ { "args": [], - "asctime": "2019-12-27 08:21:03,478", - "created": 1577431263.478559, + "asctime": "2020-12-21 01:33:07,474", + "created": 1608510787.474629, "exc_info": null, "exc_text": null, "filename": "test_queue.py", @@ -7506,14 +7546,14 @@ "message": "Enqueued 6 tasks (stop request within 4th task).", "module": "test_queue", "moduleLogger": [], - "msecs": 478.5590171813965, + "msecs": 474.6289253234863, "msg": "Enqueued 6 tasks (stop request within 4th task).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_queue.py", - "process": 4847, + "pathname": "src/tests/test_queue.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3206.8769931793213, - "thread": 140402695206720, + "relativeCreated": 3226.9530296325684, + "thread": 140709796255552, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -7522,8 +7562,8 @@ "6", "" ], - "asctime": "2019-12-27 08:21:03,479", - "created": 1577431263.479184, + "asctime": "2020-12-21 01:33:07,474", + "created": 1608510787.474915, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7540,8 +7580,8 @@ "6", "" ], - "asctime": "2019-12-27 08:21:03,478", - "created": 1577431263.478866, + "asctime": "2020-12-21 01:33:07,474", + "created": 1608510787.474765, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7551,14 +7591,14 @@ "lineno": 22, "message": "Result (Size of Queue before 1st execution): 6 ()", "module": "test", - "msecs": 478.8661003112793, + "msecs": 474.7650623321533, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3207.184076309204, - "thread": 140402695206720, + "relativeCreated": 3227.0891666412354, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7567,8 +7607,8 @@ "6", "" ], - "asctime": "2019-12-27 08:21:03,479", - "created": 1577431263.479028, + "asctime": "2020-12-21 01:33:07,474", + "created": 1608510787.474843, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7578,35 +7618,35 @@ "lineno": 26, "message": "Expectation (Size of Queue before 1st execution): result = 6 ()", "module": "test", - "msecs": 479.02798652648926, + "msecs": 474.84302520751953, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3207.345962524414, - "thread": 140402695206720, + "relativeCreated": 3227.1671295166016, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 479.1839122772217, + "msecs": 474.9150276184082, "msg": "Size of Queue before 1st execution is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3207.5018882751465, - "thread": 140402695206720, + "relativeCreated": 3227.2391319274902, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00015592575073242188 + "time_consumption": 7.200241088867188e-05 }, { "args": [ "2", "" ], - "asctime": "2019-12-27 08:21:03,479", - "created": 1577431263.479871, + "asctime": "2020-12-21 01:33:07,475", + "created": 1608510787.475247, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7623,8 +7663,8 @@ "2", "" ], - "asctime": "2019-12-27 08:21:03,479", - "created": 1577431263.479559, + "asctime": "2020-12-21 01:33:07,475", + "created": 1608510787.475098, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7634,14 +7674,14 @@ "lineno": 22, "message": "Result (Size of Queue after 1st execution): 2 ()", "module": "test", - "msecs": 479.55894470214844, + "msecs": 475.0978946685791, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3207.8769207000732, - "thread": 140402695206720, + "relativeCreated": 3227.421998977661, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7650,8 +7690,8 @@ "2", "" ], - "asctime": "2019-12-27 08:21:03,479", - "created": 1577431263.479713, + "asctime": "2020-12-21 01:33:07,475", + "created": 1608510787.475175, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7661,32 +7701,32 @@ "lineno": 26, "message": "Expectation (Size of Queue after 1st execution): result = 2 ()", "module": "test", - "msecs": 479.71296310424805, + "msecs": 475.1749038696289, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3208.030939102173, - "thread": 140402695206720, + "relativeCreated": 3227.499008178711, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 479.8710346221924, + "msecs": 475.2469062805176, "msg": "Size of Queue after 1st execution is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3208.189010620117, - "thread": 140402695206720, + "relativeCreated": 3227.5710105895996, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00015807151794433594 + "time_consumption": 7.200241088867188e-05 }, { "args": [], - "asctime": "2019-12-27 08:21:03,482", - "created": 1577431263.48217, + "asctime": "2020-12-21 01:33:07,476", + "created": 1608510787.476335, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7703,8 +7743,8 @@ "[ 1, 2, 3, 5 ]", "" ], - "asctime": "2019-12-27 08:21:03,480", - "created": 1577431263.480118, + "asctime": "2020-12-21 01:33:07,475", + "created": 1608510787.47537, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7714,14 +7754,14 @@ "lineno": 22, "message": "Result (Queue execution (1st part; identified by a submitted sequence number)): [ 1, 2, 3, 5 ] ()", "module": "test", - "msecs": 480.1180362701416, + "msecs": 475.369930267334, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3208.4360122680664, - "thread": 140402695206720, + "relativeCreated": 3227.694034576416, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7730,8 +7770,8 @@ "[ 1, 2, 3, 5 ]", "" ], - "asctime": "2019-12-27 08:21:03,480", - "created": 1577431263.480276, + "asctime": "2020-12-21 01:33:07,475", + "created": 1608510787.475451, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7741,14 +7781,14 @@ "lineno": 26, "message": "Expectation (Queue execution (1st part; identified by a submitted sequence number)): result = [ 1, 2, 3, 5 ] ()", "module": "test", - "msecs": 480.27610778808594, + "msecs": 475.4509925842285, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3208.5940837860107, - "thread": 140402695206720, + "relativeCreated": 3227.7750968933105, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7757,8 +7797,8 @@ "1", "" ], - "asctime": "2019-12-27 08:21:03,480", - "created": 1577431263.480438, + "asctime": "2020-12-21 01:33:07,475", + "created": 1608510787.475525, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7768,14 +7808,14 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 ()", "module": "test", - "msecs": 480.4379940032959, + "msecs": 475.52490234375, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3208.7559700012207, - "thread": 140402695206720, + "relativeCreated": 3227.849006652832, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7784,8 +7824,8 @@ "1", "" ], - "asctime": "2019-12-27 08:21:03,480", - "created": 1577431263.480577, + "asctime": "2020-12-21 01:33:07,475", + "created": 1608510787.475591, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7795,14 +7835,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 ()", "module": "test", - "msecs": 480.5769920349121, + "msecs": 475.59094429016113, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3208.894968032837, - "thread": 140402695206720, + "relativeCreated": 3227.915048599243, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7810,8 +7850,8 @@ "1", "" ], - "asctime": "2019-12-27 08:21:03,480", - "created": 1577431263.480728, + "asctime": "2020-12-21 01:33:07,475", + "created": 1608510787.475658, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7821,14 +7861,14 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 480.7279109954834, + "msecs": 475.6579399108887, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3209.045886993408, - "thread": 140402695206720, + "relativeCreated": 3227.9820442199707, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7837,8 +7877,8 @@ "2", "" ], - "asctime": "2019-12-27 08:21:03,480", - "created": 1577431263.480874, + "asctime": "2020-12-21 01:33:07,475", + "created": 1608510787.47573, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7848,14 +7888,14 @@ "lineno": 22, "message": "Result (Submitted value number 2): 2 ()", "module": "test", - "msecs": 480.87406158447266, + "msecs": 475.72994232177734, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3209.1920375823975, - "thread": 140402695206720, + "relativeCreated": 3228.0540466308594, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7864,8 +7904,8 @@ "2", "" ], - "asctime": "2019-12-27 08:21:03,481", - "created": 1577431263.481009, + "asctime": "2020-12-21 01:33:07,475", + "created": 1608510787.475795, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7875,14 +7915,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 2 ()", "module": "test", - "msecs": 481.00900650024414, + "msecs": 475.79503059387207, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3209.326982498169, - "thread": 140402695206720, + "relativeCreated": 3228.119134902954, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7890,8 +7930,8 @@ "2", "" ], - "asctime": "2019-12-27 08:21:03,481", - "created": 1577431263.481158, + "asctime": "2020-12-21 01:33:07,475", + "created": 1608510787.47586, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7901,14 +7941,14 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 481.1580181121826, + "msecs": 475.8601188659668, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3209.4759941101074, - "thread": 140402695206720, + "relativeCreated": 3228.184223175049, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7917,8 +7957,8 @@ "3", "" ], - "asctime": "2019-12-27 08:21:03,481", - "created": 1577431263.481317, + "asctime": "2020-12-21 01:33:07,475", + "created": 1608510787.475927, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7928,14 +7968,14 @@ "lineno": 22, "message": "Result (Submitted value number 3): 3 ()", "module": "test", - "msecs": 481.31704330444336, + "msecs": 475.92711448669434, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3209.635019302368, - "thread": 140402695206720, + "relativeCreated": 3228.2512187957764, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7944,8 +7984,8 @@ "3", "" ], - "asctime": "2019-12-27 08:21:03,481", - "created": 1577431263.481476, + "asctime": "2020-12-21 01:33:07,475", + "created": 1608510787.475992, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7955,14 +7995,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 3): result = 3 ()", "module": "test", - "msecs": 481.4760684967041, + "msecs": 475.99196434020996, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3209.794044494629, - "thread": 140402695206720, + "relativeCreated": 3228.316068649292, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7970,8 +8010,8 @@ "3", "" ], - "asctime": "2019-12-27 08:21:03,481", - "created": 1577431263.481623, + "asctime": "2020-12-21 01:33:07,476", + "created": 1608510787.476064, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7981,14 +8021,14 @@ "lineno": 142, "message": "Submitted value number 3 is correct (Content 3 and Type is ).", "module": "test", - "msecs": 481.62293434143066, + "msecs": 476.06396675109863, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3209.9409103393555, - "thread": 140402695206720, + "relativeCreated": 3228.3880710601807, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -7997,8 +8037,8 @@ "5", "" ], - "asctime": "2019-12-27 08:21:03,481", - "created": 1577431263.481761, + "asctime": "2020-12-21 01:33:07,476", + "created": 1608510787.476138, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8008,14 +8048,14 @@ "lineno": 22, "message": "Result (Submitted value number 4): 5 ()", "module": "test", - "msecs": 481.76097869873047, + "msecs": 476.1381149291992, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3210.0789546966553, - "thread": 140402695206720, + "relativeCreated": 3228.4622192382812, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -8024,8 +8064,8 @@ "5", "" ], - "asctime": "2019-12-27 08:21:03,481", - "created": 1577431263.481891, + "asctime": "2020-12-21 01:33:07,476", + "created": 1608510787.476201, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8035,14 +8075,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 4): result = 5 ()", "module": "test", - "msecs": 481.8909168243408, + "msecs": 476.20105743408203, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3210.2088928222656, - "thread": 140402695206720, + "relativeCreated": 3228.525161743164, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -8050,8 +8090,8 @@ "5", "" ], - "asctime": "2019-12-27 08:21:03,482", - "created": 1577431263.482036, + "asctime": "2020-12-21 01:33:07,476", + "created": 1608510787.476267, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8061,35 +8101,35 @@ "lineno": 142, "message": "Submitted value number 4 is correct (Content 5 and Type is ).", "module": "test", - "msecs": 482.0361137390137, + "msecs": 476.26709938049316, "msg": "Submitted value number 4 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3210.3540897369385, - "thread": 140402695206720, + "relativeCreated": 3228.591203689575, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 482.17010498046875, + "msecs": 476.3350486755371, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3210.4880809783936, - "thread": 140402695206720, + "relativeCreated": 3228.659152984619, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00013399124145507812 + "time_consumption": 6.794929504394531e-05 }, { "args": [ "0", "" ], - "asctime": "2019-12-27 08:21:03,583", - "created": 1577431263.58317, + "asctime": "2020-12-21 01:33:07,578", + "created": 1608510787.578664, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8106,8 +8146,8 @@ "0", "" ], - "asctime": "2019-12-27 08:21:03,582", - "created": 1577431263.582739, + "asctime": "2020-12-21 01:33:07,577", + "created": 1608510787.57708, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8117,14 +8157,14 @@ "lineno": 22, "message": "Result (Size of Queue after 2nd execution): 0 ()", "module": "test", - "msecs": 582.7391147613525, + "msecs": 577.0800113677979, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3311.0570907592773, - "thread": 140402695206720, + "relativeCreated": 3329.40411567688, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -8133,8 +8173,8 @@ "0", "" ], - "asctime": "2019-12-27 08:21:03,582", - "created": 1577431263.582976, + "asctime": "2020-12-21 01:33:07,577", + "created": 1608510787.577786, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8144,32 +8184,32 @@ "lineno": 26, "message": "Expectation (Size of Queue after 2nd execution): result = 0 ()", "module": "test", - "msecs": 582.9761028289795, + "msecs": 577.7859687805176, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3311.2940788269043, - "thread": 140402695206720, + "relativeCreated": 3330.1100730895996, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 583.1699371337891, + "msecs": 578.6640644073486, "msg": "Size of Queue after 2nd execution is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3311.487913131714, - "thread": 140402695206720, + "relativeCreated": 3330.9881687164307, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.0001938343048095703 + "time_consumption": 0.0008780956268310547 }, { "args": [], - "asctime": "2019-12-27 08:21:03,584", - "created": 1577431263.584645, + "asctime": "2020-12-21 01:33:07,581", + "created": 1608510787.58176, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8186,8 +8226,8 @@ "[ 6, 7 ]", "" ], - "asctime": "2019-12-27 08:21:03,583", - "created": 1577431263.58345, + "asctime": "2020-12-21 01:33:07,579", + "created": 1608510787.579578, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8197,14 +8237,14 @@ "lineno": 22, "message": "Result (Queue execution (2nd part; identified by a submitted sequence number)): [ 6, 7 ] ()", "module": "test", - "msecs": 583.4500789642334, + "msecs": 579.5779228210449, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3311.768054962158, - "thread": 140402695206720, + "relativeCreated": 3331.902027130127, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -8213,8 +8253,8 @@ "[ 6, 7 ]", "" ], - "asctime": "2019-12-27 08:21:03,583", - "created": 1577431263.583615, + "asctime": "2020-12-21 01:33:07,580", + "created": 1608510787.580032, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8224,14 +8264,14 @@ "lineno": 26, "message": "Expectation (Queue execution (2nd part; identified by a submitted sequence number)): result = [ 6, 7 ] ()", "module": "test", - "msecs": 583.6150646209717, + "msecs": 580.0321102142334, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3311.9330406188965, - "thread": 140402695206720, + "relativeCreated": 3332.3562145233154, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -8240,8 +8280,8 @@ "6", "" ], - "asctime": "2019-12-27 08:21:03,583", - "created": 1577431263.583776, + "asctime": "2020-12-21 01:33:07,580", + "created": 1608510787.580587, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8251,14 +8291,14 @@ "lineno": 22, "message": "Result (Submitted value number 1): 6 ()", "module": "test", - "msecs": 583.7759971618652, + "msecs": 580.5869102478027, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3312.09397315979, - "thread": 140402695206720, + "relativeCreated": 3332.9110145568848, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -8267,8 +8307,8 @@ "6", "" ], - "asctime": "2019-12-27 08:21:03,583", - "created": 1577431263.583919, + "asctime": "2020-12-21 01:33:07,580", + "created": 1608510787.580796, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8278,14 +8318,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 6 ()", "module": "test", - "msecs": 583.9190483093262, + "msecs": 580.7960033416748, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3312.237024307251, - "thread": 140402695206720, + "relativeCreated": 3333.120107650757, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -8293,8 +8333,8 @@ "6", "" ], - "asctime": "2019-12-27 08:21:03,584", - "created": 1577431263.584073, + "asctime": "2020-12-21 01:33:07,580", + "created": 1608510787.580993, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8304,14 +8344,14 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 6 and Type is ).", "module": "test", - "msecs": 584.0730667114258, + "msecs": 580.9929370880127, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3312.3910427093506, - "thread": 140402695206720, + "relativeCreated": 3333.3170413970947, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -8320,8 +8360,8 @@ "7", "" ], - "asctime": "2019-12-27 08:21:03,584", - "created": 1577431263.58423, + "asctime": "2020-12-21 01:33:07,581", + "created": 1608510787.581193, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8331,14 +8371,14 @@ "lineno": 22, "message": "Result (Submitted value number 2): 7 ()", "module": "test", - "msecs": 584.2299461364746, + "msecs": 581.1929702758789, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3312.5479221343994, - "thread": 140402695206720, + "relativeCreated": 3333.517074584961, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -8347,8 +8387,8 @@ "7", "" ], - "asctime": "2019-12-27 08:21:03,584", - "created": 1577431263.584365, + "asctime": "2020-12-21 01:33:07,581", + "created": 1608510787.581387, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8358,14 +8398,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 7 ()", "module": "test", - "msecs": 584.3648910522461, + "msecs": 581.3870429992676, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3312.682867050171, - "thread": 140402695206720, + "relativeCreated": 3333.7111473083496, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -8373,8 +8413,8 @@ "7", "" ], - "asctime": "2019-12-27 08:21:03,584", - "created": 1577431263.584502, + "asctime": "2020-12-21 01:33:07,581", + "created": 1608510787.581582, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8384,39 +8424,39 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 7 and Type is ).", "module": "test", - "msecs": 584.5019817352295, + "msecs": 581.5820693969727, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3312.8199577331543, - "thread": 140402695206720, + "relativeCreated": 3333.9061737060547, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 584.6450328826904, + "msecs": 581.7599296569824, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3312.9630088806152, - "thread": 140402695206720, + "relativeCreated": 3334.0840339660645, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.0001430511474609375 + "time_consumption": 0.00017786026000976562 } ], - "thread": 140402695206720, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.10670614242553711, - "time_finished": "2019-12-27 08:21:03,584", - "time_start": "2019-12-27 08:21:03,477" + "time_consumption": 0.10740303993225098, + "time_finished": "2020-12-21 01:33:07,581", + "time_start": "2020-12-21 01:33:07,474" }, "pylibs.task.threaded_queue: Test enqueue while queue is running": { "args": null, - "asctime": "2019-12-27 08:21:06,512", - "created": 1577431266.512441, + "asctime": "2020-12-21 01:33:10,505", + "created": 1608510790.505148, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8427,21 +8467,21 @@ "message": "pylibs.task.threaded_queue: Test enqueue while queue is running", "module": "__init__", "moduleLogger": [], - "msecs": 512.4409198760986, + "msecs": 505.14793395996094, "msg": "pylibs.task.threaded_queue: Test enqueue while queue is running", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/__init__.py", - "process": 4847, + "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6240.758895874023, + "relativeCreated": 6257.472038269043, "testcaseLogger": [ { "args": [ "0", "" ], - "asctime": "2019-12-27 08:21:06,514", - "created": 1577431266.514131, + "asctime": "2020-12-21 01:33:10,505", + "created": 1608510790.505591, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8458,8 +8498,8 @@ "0", "" ], - "asctime": "2019-12-27 08:21:06,513", - "created": 1577431266.513235, + "asctime": "2020-12-21 01:33:10,505", + "created": 1608510790.505398, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8469,14 +8509,14 @@ "lineno": 22, "message": "Result (Size of Queue before execution): 0 ()", "module": "test", - "msecs": 513.2350921630859, + "msecs": 505.3980350494385, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6241.553068161011, - "thread": 140402695206720, + "relativeCreated": 6257.7221393585205, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -8485,8 +8525,8 @@ "0", "" ], - "asctime": "2019-12-27 08:21:06,513", - "created": 1577431266.513763, + "asctime": "2020-12-21 01:33:10,505", + "created": 1608510790.505495, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8496,32 +8536,32 @@ "lineno": 26, "message": "Expectation (Size of Queue before execution): result = 0 ()", "module": "test", - "msecs": 513.7629508972168, + "msecs": 505.4950714111328, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6242.080926895142, - "thread": 140402695206720, + "relativeCreated": 6257.819175720215, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 514.1310691833496, + "msecs": 505.59091567993164, "msg": "Size of Queue before execution is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6242.449045181274, - "thread": 140402695206720, + "relativeCreated": 6257.915019989014, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.0003681182861328125 + "time_consumption": 9.584426879882812e-05 }, { "args": [], - "asctime": "2019-12-27 08:21:06,616", - "created": 1577431266.616826, + "asctime": "2020-12-21 01:33:10,607", + "created": 1608510790.607047, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -8534,8 +8574,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 08:21:06,514", - "created": 1577431266.514671, + "asctime": "2020-12-21 01:33:10,505", + "created": 1608510790.505724, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -8545,14 +8585,14 @@ "lineno": 69, "message": "Starting Queue execution (run)", "module": "test_threaded_queue", - "msecs": 514.6710872650146, + "msecs": 505.7239532470703, "msg": "Starting Queue execution (run)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 4847, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6242.989063262939, - "thread": 140402695206720, + "relativeCreated": 6258.048057556152, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -8561,8 +8601,8 @@ 6, 0.1 ], - "asctime": "2019-12-27 08:21:06,515", - "created": 1577431266.515806, + "asctime": "2020-12-21 01:33:10,506", + "created": 1608510790.506201, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -8572,14 +8612,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": 515.8059597015381, + "msecs": 506.20102882385254, "msg": "Adding Task %d with Priority %d and waiting for %.1fs (half of the queue task delay time)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 4847, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6244.123935699463, - "thread": 140402695206720, + "relativeCreated": 6258.525133132935, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -8587,8 +8627,8 @@ 3, 3 ], - "asctime": "2019-12-27 08:21:06,616", - "created": 1577431266.616265, + "asctime": "2020-12-21 01:33:10,606", + "created": 1608510790.606566, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -8598,14 +8638,14 @@ "lineno": 77, "message": "Adding Task 3 with Priority 3", "module": "test_threaded_queue", - "msecs": 616.265058517456, + "msecs": 606.5659523010254, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 4847, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6344.583034515381, - "thread": 140402695206720, + "relativeCreated": 6358.890056610107, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -8613,8 +8653,8 @@ 2, 2 ], - "asctime": "2019-12-27 08:21:06,616", - "created": 1577431266.616531, + "asctime": "2020-12-21 01:33:10,606", + "created": 1608510790.6068, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -8624,14 +8664,14 @@ "lineno": 77, "message": "Adding Task 2 with Priority 2", "module": "test_threaded_queue", - "msecs": 616.5308952331543, + "msecs": 606.8000793457031, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 4847, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6344.848871231079, - "thread": 140402695206720, + "relativeCreated": 6359.124183654785, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -8639,8 +8679,8 @@ 1, 1 ], - "asctime": "2019-12-27 08:21:06,616", - "created": 1577431266.6167, + "asctime": "2020-12-21 01:33:10,606", + "created": 1608510790.60695, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -8650,35 +8690,35 @@ "lineno": 77, "message": "Adding Task 1 with Priority 1", "module": "test_threaded_queue", - "msecs": 616.6999340057373, + "msecs": 606.950044631958, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 4847, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6345.017910003662, - "thread": 140402695206720, + "relativeCreated": 6359.27414894104, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 616.826057434082, + "msecs": 607.0470809936523, "msg": "Enqueued 2 tasks.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 4847, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6345.144033432007, - "thread": 140402695206720, + "relativeCreated": 6359.371185302734, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00012612342834472656 + "time_consumption": 9.703636169433594e-05 }, { "args": [ "0", "" ], - "asctime": "2019-12-27 08:21:07,118", - "created": 1577431267.118386, + "asctime": "2020-12-21 01:33:11,209", + "created": 1608510791.209826, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8695,8 +8735,8 @@ "0", "" ], - "asctime": "2019-12-27 08:21:07,117", - "created": 1577431267.117958, + "asctime": "2020-12-21 01:33:11,209", + "created": 1608510791.209031, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8706,14 +8746,14 @@ "lineno": 22, "message": "Result (Size of Queue after execution): 0 ()", "module": "test", - "msecs": 117.95806884765625, + "msecs": 209.0311050415039, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6846.276044845581, - "thread": 140402695206720, + "relativeCreated": 6961.355209350586, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -8722,8 +8762,8 @@ "0", "" ], - "asctime": "2019-12-27 08:21:07,118", - "created": 1577431267.118204, + "asctime": "2020-12-21 01:33:11,209", + "created": 1608510791.209579, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8733,32 +8773,32 @@ "lineno": 26, "message": "Expectation (Size of Queue after execution): result = 0 ()", "module": "test", - "msecs": 118.20411682128906, + "msecs": 209.5789909362793, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6846.522092819214, - "thread": 140402695206720, + "relativeCreated": 6961.903095245361, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 118.38603019714355, + "msecs": 209.82599258422852, "msg": "Size of Queue after execution is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6846.704006195068, - "thread": 140402695206720, + "relativeCreated": 6962.150096893311, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.0001819133758544922 + "time_consumption": 0.00024700164794921875 }, { "args": [], - "asctime": "2019-12-27 08:21:07,120", - "created": 1577431267.120381, + "asctime": "2020-12-21 01:33:11,211", + "created": 1608510791.21164, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8775,8 +8815,8 @@ "[ 6, 1, 2, 3 ]", "" ], - "asctime": "2019-12-27 08:21:07,118", - "created": 1577431267.118639, + "asctime": "2020-12-21 01:33:11,210", + "created": 1608510791.210333, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8786,14 +8826,14 @@ "lineno": 22, "message": "Result (Queue execution (identified by a submitted sequence number)): [ 6, 1, 2, 3 ] ()", "module": "test", - "msecs": 118.63899230957031, + "msecs": 210.33310890197754, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6846.956968307495, - "thread": 140402695206720, + "relativeCreated": 6962.65721321106, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -8802,8 +8842,8 @@ "[ 6, 1, 2, 3 ]", "" ], - "asctime": "2019-12-27 08:21:07,118", - "created": 1577431267.118783, + "asctime": "2020-12-21 01:33:11,210", + "created": 1608510791.210503, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8813,14 +8853,14 @@ "lineno": 26, "message": "Expectation (Queue execution (identified by a submitted sequence number)): result = [ 6, 1, 2, 3 ] ()", "module": "test", - "msecs": 118.78299713134766, + "msecs": 210.50310134887695, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6847.1009731292725, - "thread": 140402695206720, + "relativeCreated": 6962.827205657959, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -8829,8 +8869,8 @@ "6", "" ], - "asctime": "2019-12-27 08:21:07,118", - "created": 1577431267.118911, + "asctime": "2020-12-21 01:33:11,210", + "created": 1608510791.210637, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8840,14 +8880,14 @@ "lineno": 22, "message": "Result (Submitted value number 1): 6 ()", "module": "test", - "msecs": 118.9110279083252, + "msecs": 210.63709259033203, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6847.22900390625, - "thread": 140402695206720, + "relativeCreated": 6962.961196899414, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -8856,8 +8896,8 @@ "6", "" ], - "asctime": "2019-12-27 08:21:07,119", - "created": 1577431267.119034, + "asctime": "2020-12-21 01:33:11,210", + "created": 1608510791.210755, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8867,14 +8907,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 6 ()", "module": "test", - "msecs": 119.0340518951416, + "msecs": 210.7551097869873, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6847.352027893066, - "thread": 140402695206720, + "relativeCreated": 6963.079214096069, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -8882,8 +8922,8 @@ "6", "" ], - "asctime": "2019-12-27 08:21:07,119", - "created": 1577431267.119148, + "asctime": "2020-12-21 01:33:11,210", + "created": 1608510791.210876, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8893,14 +8933,14 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 6 and Type is ).", "module": "test", - "msecs": 119.14801597595215, + "msecs": 210.8759880065918, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6847.465991973877, - "thread": 140402695206720, + "relativeCreated": 6963.200092315674, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -8909,8 +8949,8 @@ "1", "" ], - "asctime": "2019-12-27 08:21:07,119", - "created": 1577431267.119267, + "asctime": "2020-12-21 01:33:11,210", + "created": 1608510791.210988, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8920,14 +8960,14 @@ "lineno": 22, "message": "Result (Submitted value number 2): 1 ()", "module": "test", - "msecs": 119.26698684692383, + "msecs": 210.98804473876953, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6847.584962844849, - "thread": 140402695206720, + "relativeCreated": 6963.312149047852, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -8936,8 +8976,8 @@ "1", "" ], - "asctime": "2019-12-27 08:21:07,119", - "created": 1577431267.119382, + "asctime": "2020-12-21 01:33:11,211", + "created": 1608510791.211091, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8947,14 +8987,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 1 ()", "module": "test", - "msecs": 119.38190460205078, + "msecs": 211.0910415649414, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6847.699880599976, - "thread": 140402695206720, + "relativeCreated": 6963.415145874023, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -8962,8 +9002,8 @@ "1", "" ], - "asctime": "2019-12-27 08:21:07,119", - "created": 1577431267.11949, + "asctime": "2020-12-21 01:33:11,211", + "created": 1608510791.211188, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8973,14 +9013,14 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 119.48990821838379, + "msecs": 211.18807792663574, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6847.807884216309, - "thread": 140402695206720, + "relativeCreated": 6963.512182235718, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -8989,8 +9029,8 @@ "2", "" ], - "asctime": "2019-12-27 08:21:07,119", - "created": 1577431267.119614, + "asctime": "2020-12-21 01:33:11,211", + "created": 1608510791.211291, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9000,14 +9040,14 @@ "lineno": 22, "message": "Result (Submitted value number 3): 2 ()", "module": "test", - "msecs": 119.6138858795166, + "msecs": 211.29107475280762, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6847.931861877441, - "thread": 140402695206720, + "relativeCreated": 6963.61517906189, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -9016,8 +9056,8 @@ "2", "" ], - "asctime": "2019-12-27 08:21:07,119", - "created": 1577431267.119717, + "asctime": "2020-12-21 01:33:11,211", + "created": 1608510791.21136, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9027,14 +9067,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 3): result = 2 ()", "module": "test", - "msecs": 119.71688270568848, + "msecs": 211.35997772216797, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6848.034858703613, - "thread": 140402695206720, + "relativeCreated": 6963.68408203125, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -9042,8 +9082,8 @@ "2", "" ], - "asctime": "2019-12-27 08:21:07,119", - "created": 1577431267.119827, + "asctime": "2020-12-21 01:33:11,211", + "created": 1608510791.211414, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9053,14 +9093,14 @@ "lineno": 142, "message": "Submitted value number 3 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 119.8270320892334, + "msecs": 211.41409873962402, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6848.145008087158, - "thread": 140402695206720, + "relativeCreated": 6963.738203048706, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -9069,8 +9109,8 @@ "3", "" ], - "asctime": "2019-12-27 08:21:07,119", - "created": 1577431267.119993, + "asctime": "2020-12-21 01:33:11,211", + "created": 1608510791.211468, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9080,14 +9120,14 @@ "lineno": 22, "message": "Result (Submitted value number 4): 3 ()", "module": "test", - "msecs": 119.99297142028809, + "msecs": 211.46798133850098, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6848.310947418213, - "thread": 140402695206720, + "relativeCreated": 6963.792085647583, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -9096,8 +9136,8 @@ "3", "" ], - "asctime": "2019-12-27 08:21:07,120", - "created": 1577431267.120124, + "asctime": "2020-12-21 01:33:11,211", + "created": 1608510791.211521, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9107,14 +9147,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 4): result = 3 ()", "module": "test", - "msecs": 120.12410163879395, + "msecs": 211.52091026306152, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6848.442077636719, - "thread": 140402695206720, + "relativeCreated": 6963.845014572144, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -9122,8 +9162,8 @@ "3", "" ], - "asctime": "2019-12-27 08:21:07,120", - "created": 1577431267.120269, + "asctime": "2020-12-21 01:33:11,211", + "created": 1608510791.211599, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9133,39 +9173,39 @@ "lineno": 142, "message": "Submitted value number 4 is correct (Content 3 and Type is ).", "module": "test", - "msecs": 120.2690601348877, + "msecs": 211.59911155700684, "msg": "Submitted value number 4 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6848.5870361328125, - "thread": 140402695206720, + "relativeCreated": 6963.923215866089, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 120.38111686706543, + "msecs": 211.6398811340332, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6848.69909286499, - "thread": 140402695206720, + "relativeCreated": 6963.963985443115, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00011205673217773438 + "time_consumption": 4.076957702636719e-05 } ], - "thread": 140402695206720, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.6079401969909668, - "time_finished": "2019-12-27 08:21:07,120", - "time_start": "2019-12-27 08:21:06,512" + "time_consumption": 0.7064919471740723, + "time_finished": "2020-12-21 01:33:11,211", + "time_start": "2020-12-21 01:33:10,505" }, "pylibs.task.threaded_queue: Test qsize and queue execution order by priority": { "args": null, - "asctime": "2019-12-27 08:21:03,589", - "created": 1577431263.589994, + "asctime": "2020-12-21 01:33:07,585", + "created": 1608510787.585781, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9176,18 +9216,18 @@ "message": "pylibs.task.threaded_queue: Test qsize and queue execution order by priority", "module": "__init__", "moduleLogger": [], - "msecs": 589.993953704834, + "msecs": 585.7810974121094, "msg": "pylibs.task.threaded_queue: Test qsize and queue execution order by priority", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/__init__.py", - "process": 4847, + "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3318.311929702759, + "relativeCreated": 3338.1052017211914, "testcaseLogger": [ { "args": [], - "asctime": "2019-12-27 08:21:03,591", - "created": 1577431263.591431, + "asctime": "2020-12-21 01:33:07,586", + "created": 1608510787.586627, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -9203,8 +9243,8 @@ 5, 5 ], - "asctime": "2019-12-27 08:21:03,590", - "created": 1577431263.590407, + "asctime": "2020-12-21 01:33:07,585", + "created": 1608510787.585997, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -9214,14 +9254,14 @@ "lineno": 27, "message": "Adding Task 5 with Priority 5", "module": "test_threaded_queue", - "msecs": 590.4068946838379, + "msecs": 585.9971046447754, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 4847, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3318.7248706817627, - "thread": 140402695206720, + "relativeCreated": 3338.3212089538574, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -9229,8 +9269,8 @@ 3, 3 ], - "asctime": "2019-12-27 08:21:03,590", - "created": 1577431263.590599, + "asctime": "2020-12-21 01:33:07,586", + "created": 1608510787.58618, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -9240,14 +9280,14 @@ "lineno": 27, "message": "Adding Task 3 with Priority 3", "module": "test_threaded_queue", - "msecs": 590.5990600585938, + "msecs": 586.1799716949463, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 4847, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3318.9170360565186, - "thread": 140402695206720, + "relativeCreated": 3338.5040760040283, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -9255,8 +9295,8 @@ 7, 7 ], - "asctime": "2019-12-27 08:21:03,590", - "created": 1577431263.590784, + "asctime": "2020-12-21 01:33:07,586", + "created": 1608510787.586286, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -9266,14 +9306,14 @@ "lineno": 27, "message": "Adding Task 7 with Priority 7", "module": "test_threaded_queue", - "msecs": 590.7840728759766, + "msecs": 586.2860679626465, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 4847, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3319.1020488739014, - "thread": 140402695206720, + "relativeCreated": 3338.6101722717285, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -9281,8 +9321,8 @@ 2, 2 ], - "asctime": "2019-12-27 08:21:03,590", - "created": 1577431263.590962, + "asctime": "2020-12-21 01:33:07,586", + "created": 1608510787.586376, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -9292,14 +9332,14 @@ "lineno": 27, "message": "Adding Task 2 with Priority 2", "module": "test_threaded_queue", - "msecs": 590.9619331359863, + "msecs": 586.3759517669678, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 4847, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3319.279909133911, - "thread": 140402695206720, + "relativeCreated": 3338.70005607605, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -9307,8 +9347,8 @@ 6, 6 ], - "asctime": "2019-12-27 08:21:03,591", - "created": 1577431263.591126, + "asctime": "2020-12-21 01:33:07,586", + "created": 1608510787.586461, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -9318,14 +9358,14 @@ "lineno": 27, "message": "Adding Task 6 with Priority 6", "module": "test_threaded_queue", - "msecs": 591.1259651184082, + "msecs": 586.461067199707, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 4847, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3319.443941116333, - "thread": 140402695206720, + "relativeCreated": 3338.785171508789, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -9333,8 +9373,8 @@ 1, 1 ], - "asctime": "2019-12-27 08:21:03,591", - "created": 1577431263.591299, + "asctime": "2020-12-21 01:33:07,586", + "created": 1608510787.586547, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -9344,35 +9384,35 @@ "lineno": 27, "message": "Adding Task 1 with Priority 1", "module": "test_threaded_queue", - "msecs": 591.2990570068359, + "msecs": 586.5468978881836, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 4847, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3319.6170330047607, - "thread": 140402695206720, + "relativeCreated": 3338.8710021972656, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 591.4309024810791, + "msecs": 586.6270065307617, "msg": "Enqueued 6 unordered tasks.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 4847, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3319.748878479004, - "thread": 140402695206720, + "relativeCreated": 3338.9511108398438, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00013184547424316406 + "time_consumption": 8.0108642578125e-05 }, { "args": [ "6", "" ], - "asctime": "2019-12-27 08:21:03,591", - "created": 1577431263.59196, + "asctime": "2020-12-21 01:33:07,586", + "created": 1608510787.586917, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9389,8 +9429,8 @@ "6", "" ], - "asctime": "2019-12-27 08:21:03,591", - "created": 1577431263.591674, + "asctime": "2020-12-21 01:33:07,586", + "created": 1608510787.586762, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9400,14 +9440,14 @@ "lineno": 22, "message": "Result (Size of Queue before execution): 6 ()", "module": "test", - "msecs": 591.6740894317627, + "msecs": 586.7619514465332, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3319.9920654296875, - "thread": 140402695206720, + "relativeCreated": 3339.0860557556152, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -9416,8 +9456,8 @@ "6", "" ], - "asctime": "2019-12-27 08:21:03,591", - "created": 1577431263.591818, + "asctime": "2020-12-21 01:33:07,586", + "created": 1608510787.586838, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9427,32 +9467,32 @@ "lineno": 26, "message": "Expectation (Size of Queue before execution): result = 6 ()", "module": "test", - "msecs": 591.81809425354, + "msecs": 586.8380069732666, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3320.136070251465, - "thread": 140402695206720, + "relativeCreated": 3339.1621112823486, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 591.9599533081055, + "msecs": 586.9169235229492, "msg": "Size of Queue before execution is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3320.2779293060303, - "thread": 140402695206720, + "relativeCreated": 3339.2410278320312, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.0001418590545654297 + "time_consumption": 7.891654968261719e-05 }, { "args": [], - "asctime": "2019-12-27 08:21:04,795", - "created": 1577431264.795451, + "asctime": "2020-12-21 01:33:08,790", + "created": 1608510788.790706, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -9465,8 +9505,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 08:21:03,592", - "created": 1577431263.592191, + "asctime": "2020-12-21 01:33:07,587", + "created": 1608510787.587033, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -9476,20 +9516,20 @@ "lineno": 30, "message": "Starting Queue execution (run)", "module": "test_threaded_queue", - "msecs": 592.1909809112549, + "msecs": 587.0330333709717, "msg": "Starting Queue execution (run)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 4847, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 3320.5089569091797, - "thread": 140402695206720, + "relativeCreated": 3339.3571376800537, + "thread": 140709796255552, "threadName": "MainThread" }, { "args": [], - "asctime": "2019-12-27 08:21:04,594", - "created": 1577431264.594851, + "asctime": "2020-12-21 01:33:08,590", + "created": 1608510788.590154, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -9499,35 +9539,35 @@ "lineno": 35, "message": "Queue is empty.", "module": "test_threaded_queue", - "msecs": 594.851016998291, + "msecs": 590.1539325714111, "msg": "Queue is empty.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 4847, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4323.168992996216, - "thread": 140402695206720, + "relativeCreated": 4342.478036880493, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 795.4509258270264, + "msecs": 790.7059192657471, "msg": "Executing Queue, till Queue is empty..", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 4847, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4523.768901824951, - "thread": 140402695206720, + "relativeCreated": 4543.030023574829, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.20059990882873535 + "time_consumption": 0.20055198669433594 }, { "args": [ "0", "" ], - "asctime": "2019-12-27 08:21:04,796", - "created": 1577431264.796351, + "asctime": "2020-12-21 01:33:08,791", + "created": 1608510788.791965, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9544,8 +9584,8 @@ "0", "" ], - "asctime": "2019-12-27 08:21:04,795", - "created": 1577431264.795874, + "asctime": "2020-12-21 01:33:08,791", + "created": 1608510788.791355, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9555,14 +9595,14 @@ "lineno": 22, "message": "Result (Size of Queue after execution): 0 ()", "module": "test", - "msecs": 795.8741188049316, + "msecs": 791.3548946380615, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4524.192094802856, - "thread": 140402695206720, + "relativeCreated": 4543.678998947144, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -9571,8 +9611,8 @@ "0", "" ], - "asctime": "2019-12-27 08:21:04,796", - "created": 1577431264.796087, + "asctime": "2020-12-21 01:33:08,791", + "created": 1608510788.791617, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9582,32 +9622,32 @@ "lineno": 26, "message": "Expectation (Size of Queue after execution): result = 0 ()", "module": "test", - "msecs": 796.0870265960693, + "msecs": 791.6169166564941, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4524.405002593994, - "thread": 140402695206720, + "relativeCreated": 4543.941020965576, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 796.3509559631348, + "msecs": 791.9650077819824, "msg": "Size of Queue after execution is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4524.66893196106, - "thread": 140402695206720, + "relativeCreated": 4544.289112091064, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.0002639293670654297 + "time_consumption": 0.00034809112548828125 }, { "args": [], - "asctime": "2019-12-27 08:21:04,799", - "created": 1577431264.799765, + "asctime": "2020-12-21 01:33:08,793", + "created": 1608510788.793704, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9624,8 +9664,8 @@ "[ 1, 2, 3, 5, 6, 7 ]", "" ], - "asctime": "2019-12-27 08:21:04,796", - "created": 1577431264.796657, + "asctime": "2020-12-21 01:33:08,792", + "created": 1608510788.792275, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9635,14 +9675,14 @@ "lineno": 22, "message": "Result (Queue execution (identified by a submitted sequence number)): [ 1, 2, 3, 5, 6, 7 ] ()", "module": "test", - "msecs": 796.6570854187012, + "msecs": 792.2749519348145, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4524.975061416626, - "thread": 140402695206720, + "relativeCreated": 4544.5990562438965, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -9651,8 +9691,8 @@ "[ 1, 2, 3, 5, 6, 7 ]", "" ], - "asctime": "2019-12-27 08:21:04,796", - "created": 1577431264.796834, + "asctime": "2020-12-21 01:33:08,792", + "created": 1608510788.792458, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9662,14 +9702,14 @@ "lineno": 26, "message": "Expectation (Queue execution (identified by a submitted sequence number)): result = [ 1, 2, 3, 5, 6, 7 ] ()", "module": "test", - "msecs": 796.8339920043945, + "msecs": 792.4580574035645, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4525.151968002319, - "thread": 140402695206720, + "relativeCreated": 4544.7821617126465, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -9678,8 +9718,8 @@ "1", "" ], - "asctime": "2019-12-27 08:21:04,796", - "created": 1577431264.796996, + "asctime": "2020-12-21 01:33:08,792", + "created": 1608510788.79261, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9689,14 +9729,14 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 ()", "module": "test", - "msecs": 796.9961166381836, + "msecs": 792.6099300384521, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4525.314092636108, - "thread": 140402695206720, + "relativeCreated": 4544.934034347534, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -9705,8 +9745,8 @@ "1", "" ], - "asctime": "2019-12-27 08:21:04,797", - "created": 1577431264.797139, + "asctime": "2020-12-21 01:33:08,792", + "created": 1608510788.792732, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9716,14 +9756,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 ()", "module": "test", - "msecs": 797.1389293670654, + "msecs": 792.7320003509521, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4525.45690536499, - "thread": 140402695206720, + "relativeCreated": 4545.056104660034, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -9731,8 +9771,8 @@ "1", "" ], - "asctime": "2019-12-27 08:21:04,797", - "created": 1577431264.797295, + "asctime": "2020-12-21 01:33:08,792", + "created": 1608510788.792799, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9742,14 +9782,14 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 797.295093536377, + "msecs": 792.7989959716797, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4525.613069534302, - "thread": 140402695206720, + "relativeCreated": 4545.123100280762, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -9758,8 +9798,8 @@ "2", "" ], - "asctime": "2019-12-27 08:21:04,797", - "created": 1577431264.797504, + "asctime": "2020-12-21 01:33:08,792", + "created": 1608510788.792863, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9769,14 +9809,14 @@ "lineno": 22, "message": "Result (Submitted value number 2): 2 ()", "module": "test", - "msecs": 797.5039482116699, + "msecs": 792.8628921508789, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4525.821924209595, - "thread": 140402695206720, + "relativeCreated": 4545.186996459961, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -9785,8 +9825,8 @@ "2", "" ], - "asctime": "2019-12-27 08:21:04,797", - "created": 1577431264.797643, + "asctime": "2020-12-21 01:33:08,792", + "created": 1608510788.792922, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9796,14 +9836,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 2 ()", "module": "test", - "msecs": 797.6429462432861, + "msecs": 792.9220199584961, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4525.960922241211, - "thread": 140402695206720, + "relativeCreated": 4545.246124267578, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -9811,8 +9851,8 @@ "2", "" ], - "asctime": "2019-12-27 08:21:04,797", - "created": 1577431264.797784, + "asctime": "2020-12-21 01:33:08,792", + "created": 1608510788.792981, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9822,14 +9862,14 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 797.7840900421143, + "msecs": 792.9809093475342, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4526.102066040039, - "thread": 140402695206720, + "relativeCreated": 4545.305013656616, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -9838,8 +9878,8 @@ "3", "" ], - "asctime": "2019-12-27 08:21:04,797", - "created": 1577431264.797943, + "asctime": "2020-12-21 01:33:08,793", + "created": 1608510788.793041, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9849,14 +9889,14 @@ "lineno": 22, "message": "Result (Submitted value number 3): 3 ()", "module": "test", - "msecs": 797.943115234375, + "msecs": 793.0409908294678, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4526.2610912323, - "thread": 140402695206720, + "relativeCreated": 4545.36509513855, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -9865,8 +9905,8 @@ "3", "" ], - "asctime": "2019-12-27 08:21:04,798", - "created": 1577431264.79808, + "asctime": "2020-12-21 01:33:08,793", + "created": 1608510788.793101, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9876,14 +9916,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 3): result = 3 ()", "module": "test", - "msecs": 798.0799674987793, + "msecs": 793.1010723114014, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4526.397943496704, - "thread": 140402695206720, + "relativeCreated": 4545.425176620483, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -9891,8 +9931,8 @@ "3", "" ], - "asctime": "2019-12-27 08:21:04,798", - "created": 1577431264.798218, + "asctime": "2020-12-21 01:33:08,793", + "created": 1608510788.793153, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9902,14 +9942,14 @@ "lineno": 142, "message": "Submitted value number 3 is correct (Content 3 and Type is ).", "module": "test", - "msecs": 798.2180118560791, + "msecs": 793.1530475616455, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4526.535987854004, - "thread": 140402695206720, + "relativeCreated": 4545.4771518707275, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -9918,8 +9958,8 @@ "5", "" ], - "asctime": "2019-12-27 08:21:04,798", - "created": 1577431264.798358, + "asctime": "2020-12-21 01:33:08,793", + "created": 1608510788.79321, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9929,14 +9969,14 @@ "lineno": 22, "message": "Result (Submitted value number 4): 5 ()", "module": "test", - "msecs": 798.3579635620117, + "msecs": 793.2100296020508, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4526.6759395599365, - "thread": 140402695206720, + "relativeCreated": 4545.534133911133, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -9945,8 +9985,8 @@ "5", "" ], - "asctime": "2019-12-27 08:21:04,798", - "created": 1577431264.798518, + "asctime": "2020-12-21 01:33:08,793", + "created": 1608510788.793263, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9956,14 +9996,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 4): result = 5 ()", "module": "test", - "msecs": 798.5179424285889, + "msecs": 793.2629585266113, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4526.835918426514, - "thread": 140402695206720, + "relativeCreated": 4545.587062835693, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -9971,8 +10011,8 @@ "5", "" ], - "asctime": "2019-12-27 08:21:04,798", - "created": 1577431264.798687, + "asctime": "2020-12-21 01:33:08,793", + "created": 1608510788.793319, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9982,14 +10022,14 @@ "lineno": 142, "message": "Submitted value number 4 is correct (Content 5 and Type is ).", "module": "test", - "msecs": 798.6869812011719, + "msecs": 793.3189868927002, "msg": "Submitted value number 4 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4527.004957199097, - "thread": 140402695206720, + "relativeCreated": 4545.643091201782, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -9998,8 +10038,8 @@ "6", "" ], - "asctime": "2019-12-27 08:21:04,798", - "created": 1577431264.798907, + "asctime": "2020-12-21 01:33:08,793", + "created": 1608510788.793376, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10009,14 +10049,14 @@ "lineno": 22, "message": "Result (Submitted value number 5): 6 ()", "module": "test", - "msecs": 798.9070415496826, + "msecs": 793.3759689331055, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4527.225017547607, - "thread": 140402695206720, + "relativeCreated": 4545.7000732421875, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -10025,8 +10065,8 @@ "6", "" ], - "asctime": "2019-12-27 08:21:04,799", - "created": 1577431264.799047, + "asctime": "2020-12-21 01:33:08,793", + "created": 1608510788.793431, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10036,14 +10076,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 5): result = 6 ()", "module": "test", - "msecs": 799.0469932556152, + "msecs": 793.4310436248779, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4527.36496925354, - "thread": 140402695206720, + "relativeCreated": 4545.75514793396, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -10051,8 +10091,8 @@ "6", "" ], - "asctime": "2019-12-27 08:21:04,799", - "created": 1577431264.799184, + "asctime": "2020-12-21 01:33:08,793", + "created": 1608510788.793484, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10062,14 +10102,14 @@ "lineno": 142, "message": "Submitted value number 5 is correct (Content 6 and Type is ).", "module": "test", - "msecs": 799.1840839385986, + "msecs": 793.4839725494385, "msg": "Submitted value number 5 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4527.502059936523, - "thread": 140402695206720, + "relativeCreated": 4545.8080768585205, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -10078,8 +10118,8 @@ "7", "" ], - "asctime": "2019-12-27 08:21:04,799", - "created": 1577431264.799339, + "asctime": "2020-12-21 01:33:08,793", + "created": 1608510788.793541, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10089,14 +10129,14 @@ "lineno": 22, "message": "Result (Submitted value number 6): 7 ()", "module": "test", - "msecs": 799.3390560150146, + "msecs": 793.5409545898438, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4527.657032012939, - "thread": 140402695206720, + "relativeCreated": 4545.865058898926, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -10105,8 +10145,8 @@ "7", "" ], - "asctime": "2019-12-27 08:21:04,799", - "created": 1577431264.799497, + "asctime": "2020-12-21 01:33:08,793", + "created": 1608510788.7936, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10116,14 +10156,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 6): result = 7 ()", "module": "test", - "msecs": 799.4968891143799, + "msecs": 793.6000823974609, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4527.814865112305, - "thread": 140402695206720, + "relativeCreated": 4545.924186706543, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -10131,8 +10171,8 @@ "7", "" ], - "asctime": "2019-12-27 08:21:04,799", - "created": 1577431264.799633, + "asctime": "2020-12-21 01:33:08,793", + "created": 1608510788.793651, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10142,32 +10182,32 @@ "lineno": 142, "message": "Submitted value number 6 is correct (Content 7 and Type is ).", "module": "test", - "msecs": 799.6330261230469, + "msecs": 793.6511039733887, "msg": "Submitted value number 6 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4527.951002120972, - "thread": 140402695206720, + "relativeCreated": 4545.975208282471, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 799.7651100158691, + "msecs": 793.7040328979492, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4528.083086013794, - "thread": 140402695206720, + "relativeCreated": 4546.028137207031, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00013208389282226562 + "time_consumption": 5.2928924560546875e-05 }, { "args": [], - "asctime": "2019-12-27 08:21:05,001", - "created": 1577431265.001007, + "asctime": "2020-12-21 01:33:08,994", + "created": 1608510788.99456, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -10180,8 +10220,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 08:21:04,800", - "created": 1577431264.800042, + "asctime": "2020-12-21 01:33:08,793", + "created": 1608510788.79382, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -10191,14 +10231,14 @@ "lineno": 41, "message": "Expire executed", "module": "test_threaded_queue", - "msecs": 800.041913986206, + "msecs": 793.8199043273926, "msg": "Expire executed", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 4847, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4528.359889984131, - "thread": 140402695206720, + "relativeCreated": 4546.144008636475, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -10206,8 +10246,8 @@ 6, 6 ], - "asctime": "2019-12-27 08:21:05,000", - "created": 1577431265.000557, + "asctime": "2020-12-21 01:33:08,994", + "created": 1608510788.994261, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -10217,14 +10257,14 @@ "lineno": 46, "message": "Adding Task 6 with Priority 6", "module": "test_threaded_queue", - "msecs": 0.55694580078125, + "msecs": 994.2610263824463, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 4847, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4728.874921798706, - "thread": 140402695206720, + "relativeCreated": 4746.585130691528, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -10232,8 +10272,8 @@ 1, 1 ], - "asctime": "2019-12-27 08:21:05,000", - "created": 1577431265.000836, + "asctime": "2020-12-21 01:33:08,994", + "created": 1608510788.994474, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -10243,35 +10283,35 @@ "lineno": 46, "message": "Adding Task 1 with Priority 1", "module": "test_threaded_queue", - "msecs": 0.8358955383300781, + "msecs": 994.473934173584, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 4847, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4729.153871536255, - "thread": 140402695206720, + "relativeCreated": 4746.798038482666, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 1.007080078125, + "msecs": 994.5600032806396, "msg": "Setting expire flag and enqueued again 2 tasks.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 4847, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 4729.32505607605, - "thread": 140402695206720, + "relativeCreated": 4746.884107589722, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00017118453979492188 + "time_consumption": 8.606910705566406e-05 }, { "args": [ "2", "" ], - "asctime": "2019-12-27 08:21:06,003", - "created": 1577431266.003947, + "asctime": "2020-12-21 01:33:09,999", + "created": 1608510789.999858, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10288,8 +10328,8 @@ "2", "" ], - "asctime": "2019-12-27 08:21:06,003", - "created": 1577431266.003407, + "asctime": "2020-12-21 01:33:09,998", + "created": 1608510789.998264, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10299,14 +10339,14 @@ "lineno": 22, "message": "Result (Size of Queue before restarting queue): 2 ()", "module": "test", - "msecs": 3.407001495361328, + "msecs": 998.2640743255615, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 5731.724977493286, - "thread": 140402695206720, + "relativeCreated": 5750.588178634644, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -10315,8 +10355,8 @@ "2", "" ], - "asctime": "2019-12-27 08:21:06,003", - "created": 1577431266.003741, + "asctime": "2020-12-21 01:33:09,999", + "created": 1608510789.999506, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10326,32 +10366,32 @@ "lineno": 26, "message": "Expectation (Size of Queue before restarting queue): result = 2 ()", "module": "test", - "msecs": 3.741025924682617, + "msecs": 999.5059967041016, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 5732.059001922607, - "thread": 140402695206720, + "relativeCreated": 5751.830101013184, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 3.947019577026367, + "msecs": 999.8579025268555, "msg": "Size of Queue before restarting queue is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 5732.264995574951, - "thread": 140402695206720, + "relativeCreated": 5752.1820068359375, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00020599365234375 + "time_consumption": 0.00035190582275390625 }, { "args": [], - "asctime": "2019-12-27 08:21:06,506", - "created": 1577431266.506121, + "asctime": "2020-12-21 01:33:10,503", + "created": 1608510790.503739, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -10364,8 +10404,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 08:21:06,004", - "created": 1577431266.004235, + "asctime": "2020-12-21 01:33:10,000", + "created": 1608510790.000329, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -10375,20 +10415,20 @@ "lineno": 54, "message": "Starting Queue execution (run)", "module": "test_threaded_queue", - "msecs": 4.235029220581055, + "msecs": 0.32901763916015625, "msg": "Starting Queue execution (run)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 4847, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 5732.553005218506, - "thread": 140402695206720, + "relativeCreated": 5752.653121948242, + "thread": 140709796255552, "threadName": "MainThread" }, { "args": [], - "asctime": "2019-12-27 08:21:06,505", - "created": 1577431266.505895, + "asctime": "2020-12-21 01:33:10,503", + "created": 1608510790.503524, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -10398,32 +10438,32 @@ "lineno": 60, "message": "Queue joined and stopped.", "module": "test_threaded_queue", - "msecs": 505.89489936828613, + "msecs": 503.5240650177002, "msg": "Queue joined and stopped.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 4847, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6234.212875366211, - "thread": 140402695206720, + "relativeCreated": 6255.848169326782, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 506.1209201812744, + "msecs": 503.7391185760498, "msg": "Executing Queue, till Queue is empty..", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 4847, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6234.438896179199, - "thread": 140402695206720, + "relativeCreated": 6256.063222885132, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00022602081298828125 + "time_consumption": 0.00021505355834960938 }, { "args": [], - "asctime": "2019-12-27 08:21:06,511", - "created": 1577431266.511878, + "asctime": "2020-12-21 01:33:10,504", + "created": 1608510790.504825, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10440,8 +10480,8 @@ "[ 1, 6 ]", "" ], - "asctime": "2019-12-27 08:21:06,509", - "created": 1577431266.50915, + "asctime": "2020-12-21 01:33:10,503", + "created": 1608510790.503982, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10451,14 +10491,14 @@ "lineno": 22, "message": "Result (Queue execution (rerun; identified by a submitted sequence number)): [ 1, 6 ] ()", "module": "test", - "msecs": 509.15002822875977, + "msecs": 503.9820671081543, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6237.468004226685, - "thread": 140402695206720, + "relativeCreated": 6256.306171417236, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -10467,8 +10507,8 @@ "[ 1, 6 ]", "" ], - "asctime": "2019-12-27 08:21:06,509", - "created": 1577431266.509857, + "asctime": "2020-12-21 01:33:10,504", + "created": 1608510790.504118, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10478,14 +10518,14 @@ "lineno": 26, "message": "Expectation (Queue execution (rerun; identified by a submitted sequence number)): result = [ 1, 6 ] ()", "module": "test", - "msecs": 509.8569393157959, + "msecs": 504.1179656982422, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6238.174915313721, - "thread": 140402695206720, + "relativeCreated": 6256.442070007324, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -10494,8 +10534,8 @@ "1", "" ], - "asctime": "2019-12-27 08:21:06,510", - "created": 1577431266.510322, + "asctime": "2020-12-21 01:33:10,504", + "created": 1608510790.504242, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10505,14 +10545,14 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 ()", "module": "test", - "msecs": 510.32209396362305, + "msecs": 504.241943359375, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6238.640069961548, - "thread": 140402695206720, + "relativeCreated": 6256.566047668457, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -10521,8 +10561,8 @@ "1", "" ], - "asctime": "2019-12-27 08:21:06,510", - "created": 1577431266.510637, + "asctime": "2020-12-21 01:33:10,504", + "created": 1608510790.504345, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10532,14 +10572,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 ()", "module": "test", - "msecs": 510.6370449066162, + "msecs": 504.3449401855469, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6238.955020904541, - "thread": 140402695206720, + "relativeCreated": 6256.669044494629, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -10547,8 +10587,8 @@ "1", "" ], - "asctime": "2019-12-27 08:21:06,510", - "created": 1577431266.510959, + "asctime": "2020-12-21 01:33:10,504", + "created": 1608510790.504453, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10558,14 +10598,14 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 510.9589099884033, + "msecs": 504.4529438018799, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6239.276885986328, - "thread": 140402695206720, + "relativeCreated": 6256.777048110962, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -10574,8 +10614,8 @@ "6", "" ], - "asctime": "2019-12-27 08:21:06,511", - "created": 1577431266.511269, + "asctime": "2020-12-21 01:33:10,504", + "created": 1608510790.504553, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10585,14 +10625,14 @@ "lineno": 22, "message": "Result (Submitted value number 2): 6 ()", "module": "test", - "msecs": 511.26909255981445, + "msecs": 504.55307960510254, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6239.587068557739, - "thread": 140402695206720, + "relativeCreated": 6256.877183914185, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -10601,8 +10641,8 @@ "6", "" ], - "asctime": "2019-12-27 08:21:06,511", - "created": 1577431266.511471, + "asctime": "2020-12-21 01:33:10,504", + "created": 1608510790.504642, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10612,14 +10652,14 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 6 ()", "module": "test", - "msecs": 511.4710330963135, + "msecs": 504.6420097351074, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6239.789009094238, - "thread": 140402695206720, + "relativeCreated": 6256.966114044189, + "thread": 140709796255552, "threadName": "MainThread" }, { @@ -10627,8 +10667,8 @@ "6", "" ], - "asctime": "2019-12-27 08:21:06,511", - "created": 1577431266.511694, + "asctime": "2020-12-21 01:33:10,504", + "created": 1608510790.504734, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10638,38 +10678,38 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 6 and Type is ).", "module": "test", - "msecs": 511.69395446777344, + "msecs": 504.7340393066406, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6240.011930465698, - "thread": 140402695206720, + "relativeCreated": 6257.058143615723, + "thread": 140709796255552, "threadName": "MainThread" } ], - "msecs": 511.87801361083984, + "msecs": 504.8251152038574, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 4847, + "pathname": "src/unittest/test.py", + "process": 96106, "processName": "MainProcess", - "relativeCreated": 6240.195989608765, - "thread": 140402695206720, + "relativeCreated": 6257.149219512939, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 0.00018405914306640625 + "time_consumption": 9.107589721679688e-05 } ], - "thread": 140402695206720, + "thread": 140709796255552, "threadName": "MainThread", - "time_consumption": 2.921884059906006, - "time_finished": "2019-12-27 08:21:06,511", - "time_start": "2019-12-27 08:21:03,589" + "time_consumption": 2.919044017791748, + "time_finished": "2020-12-21 01:33:10,504", + "time_start": "2020-12-21 01:33:07,585" } }, "testrun_id": "p2", - "time_consumption": 216.90785932540894, + "time_consumption": 217.03593969345093, "uid_list_sorted": [ "pylibs.task.delayed: Test parallel processing and timing for a delayed execution", "pylibs.task.periodic: Test periodic execution", @@ -10684,11 +10724,11 @@ }, { "heading_dict": {}, - "interpreter": "python 3.6.9 (final)", + "interpreter": "python 3.8.5 (final)", "name": "Default Testsession name", - "number_of_failed_tests": 0, + "number_of_failed_tests": 1, "number_of_possibly_failed_tests": 0, - "number_of_successfull_tests": 9, + "number_of_successfull_tests": 8, "number_of_tests": 9, "testcase_execution_level": 90, "testcase_names": { @@ -10700,8 +10740,8 @@ "testcases": { "pylibs.task.crontab: Test cronjob": { "args": null, - "asctime": "2019-12-27 08:24:45,074", - "created": 1577431485.0744212, + "asctime": "2020-12-21 01:36:49,435", + "created": 1608511009.435987, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10712,19 +10752,19 @@ "message": "pylibs.task.crontab: Test cronjob", "module": "__init__", "moduleLogger": [], - "msecs": 74.42116737365723, + "msecs": 435.9869956970215, "msg": "pylibs.task.crontab: Test cronjob", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/__init__.py", - "process": 5074, + "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7147.225856781006, + "relativeCreated": 7337.748765945435, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2019-12-27 08:24:45,075", - "created": 1577431485.0752409, + "asctime": "2020-12-21 01:36:49,437", + "created": 1608511009.43755, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -10735,15 +10775,15 @@ "message": "Initialising cronjob with minute: [23, 45]; hour: [12, 17]; day: 25; month: any; day_of_week: any.", "module": "test_crontab", "moduleLogger": [], - "msecs": 75.2408504486084, + "msecs": 437.5500679016113, "msg": "Initialising cronjob with minute: [23, 45]; hour: [12, 17]; day: 25; month: any; day_of_week: any.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_crontab.py", - "process": 5074, + "pathname": "src/tests/test_crontab.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7148.045539855957, + "relativeCreated": 7339.311838150024, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -10752,8 +10792,8 @@ "True", "" ], - "asctime": "2019-12-27 08:24:45,075", - "created": 1577431485.0758893, + "asctime": "2020-12-21 01:36:49,439", + "created": 1608511009.4394693, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10770,8 +10810,8 @@ "True", "" ], - "asctime": "2019-12-27 08:24:45,075", - "created": 1577431485.0755389, + "asctime": "2020-12-21 01:36:49,438", + "created": 1608511009.438601, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10781,15 +10821,15 @@ "lineno": 22, "message": "Result (Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1): True ()", "module": "test", - "msecs": 75.53887367248535, + "msecs": 438.601016998291, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7148.343563079834, + "relativeCreated": 7340.362787246704, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -10798,8 +10838,8 @@ "True", "" ], - "asctime": "2019-12-27 08:24:45,075", - "created": 1577431485.0757227, + "asctime": "2020-12-21 01:36:49,439", + "created": 1608511009.4390686, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10809,37 +10849,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1): result = True ()", "module": "test", - "msecs": 75.72269439697266, + "msecs": 439.0685558319092, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7148.527383804321, + "relativeCreated": 7340.830326080322, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 75.88934898376465, + "msecs": 439.4693374633789, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7148.694038391113, + "relativeCreated": 7341.231107711792, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.0001666545867919922 + "time_consumption": 0.00040078163146972656 }, { "args": [ "True", "" ], - "asctime": "2019-12-27 08:24:45,076", - "created": 1577431485.0764067, + "asctime": "2020-12-21 01:36:49,440", + "created": 1608511009.4408412, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10856,8 +10896,8 @@ "True", "" ], - "asctime": "2019-12-27 08:24:45,076", - "created": 1577431485.0761144, + "asctime": "2020-12-21 01:36:49,440", + "created": 1608511009.440118, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10867,15 +10907,15 @@ "lineno": 22, "message": "Result (Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5): True ()", "module": "test", - "msecs": 76.11441612243652, + "msecs": 440.11807441711426, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7148.919105529785, + "relativeCreated": 7341.879844665527, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -10884,8 +10924,8 @@ "True", "" ], - "asctime": "2019-12-27 08:24:45,076", - "created": 1577431485.0762556, + "asctime": "2020-12-21 01:36:49,440", + "created": 1608511009.4405036, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10895,37 +10935,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5): result = True ()", "module": "test", - "msecs": 76.25555992126465, + "msecs": 440.5035972595215, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7149.060249328613, + "relativeCreated": 7342.265367507935, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 76.40671730041504, + "msecs": 440.8411979675293, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7149.211406707764, + "relativeCreated": 7342.602968215942, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00015115737915039062 + "time_consumption": 0.0003376007080078125 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:24:45,076", - "created": 1577431485.0768597, + "asctime": "2020-12-21 01:36:49,441", + "created": 1608511009.441848, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10942,8 +10982,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,076", - "created": 1577431485.0766032, + "asctime": "2020-12-21 01:36:49,441", + "created": 1608511009.4412189, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10953,15 +10993,15 @@ "lineno": 22, "message": "Result (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1): False ()", "module": "test", - "msecs": 76.60317420959473, + "msecs": 441.2188529968262, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7149.407863616943, + "relativeCreated": 7342.980623245239, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -10970,8 +11010,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,076", - "created": 1577431485.0767329, + "asctime": "2020-12-21 01:36:49,441", + "created": 1608511009.4415982, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10981,37 +11021,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1): result = False ()", "module": "test", - "msecs": 76.73287391662598, + "msecs": 441.59817695617676, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7149.537563323975, + "relativeCreated": 7343.35994720459, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 76.85971260070801, + "msecs": 441.8480396270752, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7149.664402008057, + "relativeCreated": 7343.609809875488, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00012683868408203125 + "time_consumption": 0.0002498626708984375 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:24:45,077", - "created": 1577431485.0773063, + "asctime": "2020-12-21 01:36:49,442", + "created": 1608511009.442598, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11028,8 +11068,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,077", - "created": 1577431485.0770364, + "asctime": "2020-12-21 01:36:49,442", + "created": 1608511009.4422605, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11039,15 +11079,15 @@ "lineno": 22, "message": "Result (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 3): False ()", "module": "test", - "msecs": 77.03638076782227, + "msecs": 442.2605037689209, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7149.841070175171, + "relativeCreated": 7344.022274017334, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -11056,8 +11096,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,077", - "created": 1577431485.077176, + "asctime": "2020-12-21 01:36:49,442", + "created": 1608511009.4424458, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11067,37 +11107,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 3): result = False ()", "module": "test", - "msecs": 77.17609405517578, + "msecs": 442.4457550048828, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7149.980783462524, + "relativeCreated": 7344.207525253296, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 77.30627059936523, + "msecs": 442.5981044769287, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7150.110960006714, + "relativeCreated": 7344.359874725342, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00013017654418945312 + "time_consumption": 0.00015234947204589844 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:24:45,077", - "created": 1577431485.0778313, + "asctime": "2020-12-21 01:36:49,443", + "created": 1608511009.443111, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11114,8 +11154,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,077", - "created": 1577431485.0775754, + "asctime": "2020-12-21 01:36:49,442", + "created": 1608511009.4428504, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11125,15 +11165,15 @@ "lineno": 22, "message": "Result (Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1): False ()", "module": "test", - "msecs": 77.5754451751709, + "msecs": 442.85035133361816, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7150.3801345825195, + "relativeCreated": 7344.612121582031, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -11142,8 +11182,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,077", - "created": 1577431485.0777047, + "asctime": "2020-12-21 01:36:49,442", + "created": 1608511009.4429793, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11153,37 +11193,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1): result = False ()", "module": "test", - "msecs": 77.70466804504395, + "msecs": 442.9793357849121, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7150.509357452393, + "relativeCreated": 7344.741106033325, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 77.83126831054688, + "msecs": 443.1109428405762, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7150.6359577178955, + "relativeCreated": 7344.872713088989, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.0001266002655029297 + "time_consumption": 0.0001316070556640625 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:24:45,078", - "created": 1577431485.0782895, + "asctime": "2020-12-21 01:36:49,443", + "created": 1608511009.4435718, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11200,8 +11240,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,078", - "created": 1577431485.07802, + "asctime": "2020-12-21 01:36:49,443", + "created": 1608511009.4433446, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11211,15 +11251,15 @@ "lineno": 22, "message": "Result (Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1): False ()", "module": "test", - "msecs": 78.02009582519531, + "msecs": 443.3445930480957, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7150.824785232544, + "relativeCreated": 7345.106363296509, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -11228,8 +11268,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,078", - "created": 1577431485.0781636, + "asctime": "2020-12-21 01:36:49,443", + "created": 1608511009.4434807, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11239,34 +11279,34 @@ "lineno": 26, "message": "Expectation (Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1): result = False ()", "module": "test", - "msecs": 78.16362380981445, + "msecs": 443.4807300567627, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7150.968313217163, + "relativeCreated": 7345.242500305176, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 78.28950881958008, + "msecs": 443.5718059539795, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7151.094198226929, + "relativeCreated": 7345.333576202393, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.000125885009765625 + "time_consumption": 9.107589721679688e-05 }, { "args": [], - "asctime": "2019-12-27 08:24:45,078", - "created": 1577431485.0784428, + "asctime": "2020-12-21 01:36:49,443", + "created": 1608511009.443688, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -11277,15 +11317,15 @@ "message": "Storing reminder for execution (minute: 23, hour: 17, day: 25, month: 2, day_of_week: 1).", "module": "test_crontab", "moduleLogger": [], - "msecs": 78.44281196594238, + "msecs": 443.68791580200195, "msg": "Storing reminder for execution (minute: 23, hour: 17, day: 25, month: 2, day_of_week: 1).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_crontab.py", - "process": 5074, + "pathname": "src/tests/test_crontab.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7151.247501373291, + "relativeCreated": 7345.449686050415, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -11294,8 +11334,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,078", - "created": 1577431485.0788658, + "asctime": "2020-12-21 01:36:49,444", + "created": 1608511009.4441767, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11312,8 +11352,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,078", - "created": 1577431485.0786173, + "asctime": "2020-12-21 01:36:49,443", + "created": 1608511009.443895, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11323,15 +11363,15 @@ "lineno": 22, "message": "Result (Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1): False ()", "module": "test", - "msecs": 78.61733436584473, + "msecs": 443.8951015472412, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7151.422023773193, + "relativeCreated": 7345.656871795654, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -11340,8 +11380,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,078", - "created": 1577431485.0787435, + "asctime": "2020-12-21 01:36:49,444", + "created": 1608511009.4440508, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11351,37 +11391,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1): result = False ()", "module": "test", - "msecs": 78.74345779418945, + "msecs": 444.05078887939453, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7151.548147201538, + "relativeCreated": 7345.812559127808, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 78.86576652526855, + "msecs": 444.17667388916016, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7151.670455932617, + "relativeCreated": 7345.938444137573, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00012230873107910156 + "time_consumption": 0.000125885009765625 }, { "args": [ "True", "" ], - "asctime": "2019-12-27 08:24:45,079", - "created": 1577431485.0793092, + "asctime": "2020-12-21 01:36:49,444", + "created": 1608511009.444785, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11398,8 +11438,8 @@ "True", "" ], - "asctime": "2019-12-27 08:24:45,079", - "created": 1577431485.0790508, + "asctime": "2020-12-21 01:36:49,444", + "created": 1608511009.444432, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11409,15 +11449,15 @@ "lineno": 22, "message": "Result (Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5): True ()", "module": "test", - "msecs": 79.05077934265137, + "msecs": 444.43202018737793, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7151.85546875, + "relativeCreated": 7346.193790435791, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -11426,8 +11466,8 @@ "True", "" ], - "asctime": "2019-12-27 08:24:45,079", - "created": 1577431485.079175, + "asctime": "2020-12-21 01:36:49,444", + "created": 1608511009.4445827, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11437,37 +11477,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5): result = True ()", "module": "test", - "msecs": 79.17499542236328, + "msecs": 444.5827007293701, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7151.979684829712, + "relativeCreated": 7346.344470977783, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 79.30922508239746, + "msecs": 444.78511810302734, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7152.113914489746, + "relativeCreated": 7346.54688835144, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.0001342296600341797 + "time_consumption": 0.00020241737365722656 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:24:45,079", - "created": 1577431485.0797396, + "asctime": "2020-12-21 01:36:49,445", + "created": 1608511009.4455175, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11484,8 +11524,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,079", - "created": 1577431485.079491, + "asctime": "2020-12-21 01:36:49,445", + "created": 1608511009.445103, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11495,15 +11535,15 @@ "lineno": 22, "message": "Result (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1): False ()", "module": "test", - "msecs": 79.49090003967285, + "msecs": 445.1029300689697, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7152.2955894470215, + "relativeCreated": 7346.864700317383, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -11512,8 +11552,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,079", - "created": 1577431485.0796156, + "asctime": "2020-12-21 01:36:49,445", + "created": 1608511009.4453776, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11523,37 +11563,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1): result = False ()", "module": "test", - "msecs": 79.61559295654297, + "msecs": 445.3775882720947, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7152.420282363892, + "relativeCreated": 7347.139358520508, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 79.73957061767578, + "msecs": 445.51753997802734, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7152.544260025024, + "relativeCreated": 7347.27931022644, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.0001239776611328125 + "time_consumption": 0.0001399517059326172 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:24:45,080", - "created": 1577431485.080415, + "asctime": "2020-12-21 01:36:49,446", + "created": 1608511009.4462342, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11570,8 +11610,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,080", - "created": 1577431485.0800161, + "asctime": "2020-12-21 01:36:49,445", + "created": 1608511009.4457576, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11581,15 +11621,15 @@ "lineno": 22, "message": "Result (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 3): False ()", "module": "test", - "msecs": 80.0161361694336, + "msecs": 445.7576274871826, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7152.820825576782, + "relativeCreated": 7347.519397735596, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -11598,8 +11638,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,080", - "created": 1577431485.080222, + "asctime": "2020-12-21 01:36:49,445", + "created": 1608511009.4459138, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11609,37 +11649,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 3): result = False ()", "module": "test", - "msecs": 80.22189140319824, + "msecs": 445.91379165649414, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7153.026580810547, + "relativeCreated": 7347.675561904907, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 80.41501045227051, + "msecs": 446.23422622680664, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7153.219699859619, + "relativeCreated": 7347.99599647522, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00019311904907226562 + "time_consumption": 0.0003204345703125 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:24:45,081", - "created": 1577431485.0812364, + "asctime": "2020-12-21 01:36:49,448", + "created": 1608511009.4481888, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11656,8 +11696,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,080", - "created": 1577431485.0807474, + "asctime": "2020-12-21 01:36:49,447", + "created": 1608511009.4471118, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11667,15 +11707,15 @@ "lineno": 22, "message": "Result (Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1): False ()", "module": "test", - "msecs": 80.74736595153809, + "msecs": 447.1118450164795, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7153.552055358887, + "relativeCreated": 7348.873615264893, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -11684,8 +11724,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,080", - "created": 1577431485.0809948, + "asctime": "2020-12-21 01:36:49,447", + "created": 1608511009.4476905, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11695,37 +11735,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1): result = False ()", "module": "test", - "msecs": 80.99484443664551, + "msecs": 447.690486907959, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7153.799533843994, + "relativeCreated": 7349.452257156372, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 81.23636245727539, + "msecs": 448.18878173828125, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7154.041051864624, + "relativeCreated": 7349.950551986694, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.0002415180206298828 + "time_consumption": 0.0004982948303222656 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:24:45,082", - "created": 1577431485.0821004, + "asctime": "2020-12-21 01:36:49,449", + "created": 1608511009.4493995, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11742,8 +11782,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,081", - "created": 1577431485.081619, + "asctime": "2020-12-21 01:36:49,448", + "created": 1608511009.4488304, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11753,15 +11793,15 @@ "lineno": 22, "message": "Result (Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1): False ()", "module": "test", - "msecs": 81.6190242767334, + "msecs": 448.83036613464355, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7154.423713684082, + "relativeCreated": 7350.592136383057, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -11770,8 +11810,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,081", - "created": 1577431485.0818448, + "asctime": "2020-12-21 01:36:49,449", + "created": 1608511009.4491374, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11781,34 +11821,34 @@ "lineno": 26, "message": "Expectation (Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1): result = False ()", "module": "test", - "msecs": 81.84480667114258, + "msecs": 449.13744926452637, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7154.649496078491, + "relativeCreated": 7350.899219512939, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 82.10039138793945, + "msecs": 449.399471282959, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7154.905080795288, + "relativeCreated": 7351.161241531372, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.000255584716796875 + "time_consumption": 0.0002620220184326172 }, { "args": [], - "asctime": "2019-12-27 08:24:45,082", - "created": 1577431485.0822873, + "asctime": "2020-12-21 01:36:49,449", + "created": 1608511009.4497697, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -11819,15 +11859,15 @@ "message": "Resetting trigger condition with minute: 22; hour: any; day: [12, 17, 25], month: 2.", "module": "test_crontab", "moduleLogger": [], - "msecs": 82.28731155395508, + "msecs": 449.7697353363037, "msg": "Resetting trigger condition with minute: 22; hour: any; day: [12, 17, 25], month: 2.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_crontab.py", - "process": 5074, + "pathname": "src/tests/test_crontab.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7155.092000961304, + "relativeCreated": 7351.531505584717, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -11836,8 +11876,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,082", - "created": 1577431485.0828075, + "asctime": "2020-12-21 01:36:49,452", + "created": 1608511009.4524186, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11854,8 +11894,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,082", - "created": 1577431485.0825183, + "asctime": "2020-12-21 01:36:49,451", + "created": 1608511009.451459, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11865,15 +11905,15 @@ "lineno": 22, "message": "Result (Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1): False ()", "module": "test", - "msecs": 82.51833915710449, + "msecs": 451.4589309692383, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7155.323028564453, + "relativeCreated": 7353.220701217651, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -11882,8 +11922,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,082", - "created": 1577431485.0826676, + "asctime": "2020-12-21 01:36:49,451", + "created": 1608511009.4517913, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11893,37 +11933,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 23; hour: 17; day: 25; month: 02, day_of_week: 1): result = False ()", "module": "test", - "msecs": 82.66758918762207, + "msecs": 451.79128646850586, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7155.472278594971, + "relativeCreated": 7353.553056716919, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 82.80754089355469, + "msecs": 452.41856575012207, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7155.612230300903, + "relativeCreated": 7354.180335998535, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.0001399517059326172 + "time_consumption": 0.0006272792816162109 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:24:45,083", - "created": 1577431485.0832405, + "asctime": "2020-12-21 01:36:49,455", + "created": 1608511009.4551086, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11940,8 +11980,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,082", - "created": 1577431485.0829885, + "asctime": "2020-12-21 01:36:49,453", + "created": 1608511009.4533327, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11951,15 +11991,15 @@ "lineno": 22, "message": "Result (Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5): False ()", "module": "test", - "msecs": 82.98850059509277, + "msecs": 453.33266258239746, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7155.793190002441, + "relativeCreated": 7355.094432830811, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -11968,8 +12008,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,083", - "created": 1577431485.0831141, + "asctime": "2020-12-21 01:36:49,454", + "created": 1608511009.4540877, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11979,37 +12019,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 45; hour: 12; day: 25; month: 03, day_of_week: 5): result = False ()", "module": "test", - "msecs": 83.1141471862793, + "msecs": 454.0877342224121, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7155.918836593628, + "relativeCreated": 7355.849504470825, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 83.24050903320312, + "msecs": 455.108642578125, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7156.045198440552, + "relativeCreated": 7356.870412826538, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00012636184692382812 + "time_consumption": 0.0010209083557128906 }, { "args": [ "True", "" ], - "asctime": "2019-12-27 08:24:45,083", - "created": 1577431485.083715, + "asctime": "2020-12-21 01:36:49,457", + "created": 1608511009.4578836, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12026,8 +12066,8 @@ "True", "" ], - "asctime": "2019-12-27 08:24:45,083", - "created": 1577431485.0834625, + "asctime": "2020-12-21 01:36:49,456", + "created": 1608511009.4566748, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12037,15 +12077,15 @@ "lineno": 22, "message": "Result (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1): True ()", "module": "test", - "msecs": 83.46247673034668, + "msecs": 456.67481422424316, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7156.267166137695, + "relativeCreated": 7358.436584472656, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -12054,8 +12094,8 @@ "True", "" ], - "asctime": "2019-12-27 08:24:45,083", - "created": 1577431485.083591, + "asctime": "2020-12-21 01:36:49,457", + "created": 1608511009.457579, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12065,37 +12105,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 22; hour: 17; day: 25; month: 02, day_of_week: 1): result = True ()", "module": "test", - "msecs": 83.59098434448242, + "msecs": 457.5788974761963, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7156.395673751831, + "relativeCreated": 7359.340667724609, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 83.71496200561523, + "msecs": 457.8835964202881, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7156.519651412964, + "relativeCreated": 7359.645366668701, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.0001239776611328125 + "time_consumption": 0.0003046989440917969 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:24:45,084", - "created": 1577431485.0841606, + "asctime": "2020-12-21 01:36:49,458", + "created": 1608511009.4589412, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12112,8 +12152,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,083", - "created": 1577431485.0839055, + "asctime": "2020-12-21 01:36:49,458", + "created": 1608511009.458481, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12123,15 +12163,15 @@ "lineno": 22, "message": "Result (Return value for minute: 22; hour: 17; day: 25; month: 05, day_of_week: 3): False ()", "module": "test", - "msecs": 83.90545845031738, + "msecs": 458.4810733795166, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7156.710147857666, + "relativeCreated": 7360.24284362793, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -12140,8 +12180,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,084", - "created": 1577431485.0840385, + "asctime": "2020-12-21 01:36:49,458", + "created": 1608511009.458727, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12151,37 +12191,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 22; hour: 17; day: 25; month: 05, day_of_week: 3): result = False ()", "module": "test", - "msecs": 84.03849601745605, + "msecs": 458.7268829345703, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7156.843185424805, + "relativeCreated": 7360.488653182983, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 84.16056632995605, + "msecs": 458.9412212371826, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7156.965255737305, + "relativeCreated": 7360.702991485596, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.0001220703125 + "time_consumption": 0.0002143383026123047 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:24:45,084", - "created": 1577431485.0845873, + "asctime": "2020-12-21 01:36:49,459", + "created": 1608511009.459939, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12198,8 +12238,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,084", - "created": 1577431485.0843318, + "asctime": "2020-12-21 01:36:49,459", + "created": 1608511009.459474, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12209,15 +12249,15 @@ "lineno": 22, "message": "Result (Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1): False ()", "module": "test", - "msecs": 84.33175086975098, + "msecs": 459.4740867614746, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7157.1364402771, + "relativeCreated": 7361.235857009888, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -12226,8 +12266,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,084", - "created": 1577431485.0844548, + "asctime": "2020-12-21 01:36:49,459", + "created": 1608511009.459747, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12237,37 +12277,37 @@ "lineno": 26, "message": "Expectation (Return value for minute: 45; hour: 14; day: 25; month: 02, day_of_week: 1): result = False ()", "module": "test", - "msecs": 84.45477485656738, + "msecs": 459.7470760345459, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7157.259464263916, + "relativeCreated": 7361.508846282959, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 84.58733558654785, + "msecs": 459.93900299072266, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7157.3920249938965, + "relativeCreated": 7361.700773239136, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00013256072998046875 + "time_consumption": 0.0001919269561767578 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:24:45,085", - "created": 1577431485.0850408, + "asctime": "2020-12-21 01:36:49,460", + "created": 1608511009.4607117, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12284,8 +12324,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,084", - "created": 1577431485.0847747, + "asctime": "2020-12-21 01:36:49,460", + "created": 1608511009.4602823, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12295,15 +12335,15 @@ "lineno": 22, "message": "Result (Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1): False ()", "module": "test", - "msecs": 84.77473258972168, + "msecs": 460.2823257446289, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7157.57942199707, + "relativeCreated": 7362.044095993042, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -12312,8 +12352,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,084", - "created": 1577431485.0849166, + "asctime": "2020-12-21 01:36:49,460", + "created": 1608511009.4605184, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12323,34 +12363,34 @@ "lineno": 26, "message": "Expectation (Return value for minute: 23; hour: 17; day: 24; month: 02, day_of_week: 1): result = False ()", "module": "test", - "msecs": 84.91659164428711, + "msecs": 460.51836013793945, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7157.721281051636, + "relativeCreated": 7362.2801303863525, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 85.04080772399902, + "msecs": 460.7117176055908, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7157.845497131348, + "relativeCreated": 7362.473487854004, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00012421607971191406 + "time_consumption": 0.0001933574676513672 }, { "args": [], - "asctime": "2019-12-27 08:24:45,085", - "created": 1577431485.0851932, + "asctime": "2020-12-21 01:36:49,461", + "created": 1608511009.4610052, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -12361,15 +12401,15 @@ "message": "Resetting trigger condition (again).", "module": "test_crontab", "moduleLogger": [], - "msecs": 85.19315719604492, + "msecs": 461.00521087646484, "msg": "Resetting trigger condition (again).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_crontab.py", - "process": 5074, + "pathname": "src/tests/test_crontab.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7157.997846603394, + "relativeCreated": 7362.766981124878, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -12378,8 +12418,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,085", - "created": 1577431485.0855083, + "asctime": "2020-12-21 01:36:49,461", + "created": 1608511009.461808, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12396,8 +12436,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,085", - "created": 1577431485.0854075, + "asctime": "2020-12-21 01:36:49,461", + "created": 1608511009.4613323, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12407,15 +12447,15 @@ "lineno": 22, "message": "Result (1st run - execution not needed): False ()", "module": "test", - "msecs": 85.40749549865723, + "msecs": 461.3323211669922, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7158.212184906006, + "relativeCreated": 7363.094091415405, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -12424,8 +12464,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,085", - "created": 1577431485.0854611, + "asctime": "2020-12-21 01:36:49,461", + "created": 1608511009.4615438, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12435,37 +12475,37 @@ "lineno": 26, "message": "Expectation (1st run - execution not needed): result = False ()", "module": "test", - "msecs": 85.46113967895508, + "msecs": 461.5437984466553, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7158.265829086304, + "relativeCreated": 7363.305568695068, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 85.50834655761719, + "msecs": 461.8079662322998, "msg": "1st run - execution not needed is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7158.313035964966, + "relativeCreated": 7363.569736480713, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 4.7206878662109375e-05 + "time_consumption": 0.00026416778564453125 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:24:45,085", - "created": 1577431485.0856502, + "asctime": "2020-12-21 01:36:49,463", + "created": 1608511009.4637659, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12482,8 +12522,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,085", - "created": 1577431485.0855665, + "asctime": "2020-12-21 01:36:49,462", + "created": 1608511009.4625623, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12493,15 +12533,15 @@ "lineno": 22, "message": "Result (2nd run - execution not needed): False ()", "module": "test", - "msecs": 85.56652069091797, + "msecs": 462.56232261657715, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7158.371210098267, + "relativeCreated": 7364.32409286499, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -12510,8 +12550,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,085", - "created": 1577431485.0856102, + "asctime": "2020-12-21 01:36:49,463", + "created": 1608511009.4633062, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12521,37 +12561,37 @@ "lineno": 26, "message": "Expectation (2nd run - execution not needed): result = False ()", "module": "test", - "msecs": 85.61015129089355, + "msecs": 463.306188583374, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7158.414840698242, + "relativeCreated": 7365.067958831787, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 85.65020561218262, + "msecs": 463.76585960388184, "msg": "2nd run - execution not needed is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7158.454895019531, + "relativeCreated": 7365.527629852295, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 4.00543212890625e-05 + "time_consumption": 0.0004596710205078125 }, { "args": [ "True", "" ], - "asctime": "2019-12-27 08:24:45,085", - "created": 1577431485.085787, + "asctime": "2020-12-21 01:36:49,465", + "created": 1608511009.4653234, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12568,8 +12608,8 @@ "True", "" ], - "asctime": "2019-12-27 08:24:45,085", - "created": 1577431485.085707, + "asctime": "2020-12-21 01:36:49,464", + "created": 1608511009.4645371, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12579,15 +12619,15 @@ "lineno": 22, "message": "Result (3rd run - execution needed): True ()", "module": "test", - "msecs": 85.70694923400879, + "msecs": 464.5371437072754, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7158.511638641357, + "relativeCreated": 7366.2989139556885, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -12596,8 +12636,8 @@ "True", "" ], - "asctime": "2019-12-27 08:24:45,085", - "created": 1577431485.0857472, + "asctime": "2020-12-21 01:36:49,464", + "created": 1608511009.464946, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12607,37 +12647,37 @@ "lineno": 26, "message": "Expectation (3rd run - execution needed): result = True ()", "module": "test", - "msecs": 85.74724197387695, + "msecs": 464.94603157043457, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7158.551931381226, + "relativeCreated": 7366.707801818848, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 85.78705787658691, + "msecs": 465.32344818115234, "msg": "3rd run - execution needed is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7158.591747283936, + "relativeCreated": 7367.085218429565, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 3.981590270996094e-05 + "time_consumption": 0.00037741661071777344 }, { "args": [ "True", "" ], - "asctime": "2019-12-27 08:24:45,085", - "created": 1577431485.085923, + "asctime": "2020-12-21 01:36:49,466", + "created": 1608511009.4668527, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12654,8 +12694,8 @@ "True", "" ], - "asctime": "2019-12-27 08:24:45,085", - "created": 1577431485.0858436, + "asctime": "2020-12-21 01:36:49,465", + "created": 1608511009.4659166, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12665,15 +12705,15 @@ "lineno": 22, "message": "Result (4th run - execution needed): True ()", "module": "test", - "msecs": 85.84356307983398, + "msecs": 465.91663360595703, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7158.648252487183, + "relativeCreated": 7367.67840385437, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -12682,8 +12722,8 @@ "True", "" ], - "asctime": "2019-12-27 08:24:45,085", - "created": 1577431485.0858834, + "asctime": "2020-12-21 01:36:49,466", + "created": 1608511009.4663472, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12693,37 +12733,37 @@ "lineno": 26, "message": "Expectation (4th run - execution needed): result = True ()", "module": "test", - "msecs": 85.88337898254395, + "msecs": 466.34721755981445, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7158.688068389893, + "relativeCreated": 7368.1089878082275, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 85.9229564666748, + "msecs": 466.85266494750977, "msg": "4th run - execution needed is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7158.727645874023, + "relativeCreated": 7368.614435195923, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 3.9577484130859375e-05 + "time_consumption": 0.0005054473876953125 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:24:45,086", - "created": 1577431485.0860605, + "asctime": "2020-12-21 01:36:49,468", + "created": 1608511009.468997, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12740,8 +12780,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,085", - "created": 1577431485.0859776, + "asctime": "2020-12-21 01:36:49,468", + "created": 1608511009.4680612, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12751,15 +12791,15 @@ "lineno": 22, "message": "Result (5th run - execution not needed): False ()", "module": "test", - "msecs": 85.97755432128906, + "msecs": 468.0612087249756, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7158.782243728638, + "relativeCreated": 7369.822978973389, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -12768,8 +12808,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,086", - "created": 1577431485.0860176, + "asctime": "2020-12-21 01:36:49,468", + "created": 1608511009.4686298, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12779,37 +12819,37 @@ "lineno": 26, "message": "Expectation (5th run - execution not needed): result = False ()", "module": "test", - "msecs": 86.01760864257812, + "msecs": 468.6298370361328, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7158.822298049927, + "relativeCreated": 7370.391607284546, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 86.0605239868164, + "msecs": 468.9970016479492, "msg": "5th run - execution not needed is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7158.865213394165, + "relativeCreated": 7370.758771896362, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 4.291534423828125e-05 + "time_consumption": 0.00036716461181640625 }, { "args": [ "False", "" ], - "asctime": "2019-12-27 08:24:45,086", - "created": 1577431485.086198, + "asctime": "2020-12-21 01:36:49,470", + "created": 1608511009.4707236, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12826,8 +12866,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,086", - "created": 1577431485.086118, + "asctime": "2020-12-21 01:36:49,469", + "created": 1608511009.4696548, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12837,15 +12877,15 @@ "lineno": 22, "message": "Result (6th run - execution not needed): False ()", "module": "test", - "msecs": 86.11798286437988, + "msecs": 469.65479850769043, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7158.9226722717285, + "relativeCreated": 7371.4165687561035, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -12854,8 +12894,8 @@ "False", "" ], - "asctime": "2019-12-27 08:24:45,086", - "created": 1577431485.086158, + "asctime": "2020-12-21 01:36:49,469", + "created": 1608511009.4699178, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12865,41 +12905,41 @@ "lineno": 26, "message": "Expectation (6th run - execution not needed): result = False ()", "module": "test", - "msecs": 86.15803718566895, + "msecs": 469.91777420043945, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7158.962726593018, + "relativeCreated": 7371.6795444488525, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 86.19809150695801, + "msecs": 470.72362899780273, "msg": "6th run - execution not needed is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7159.002780914307, + "relativeCreated": 7372.485399246216, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 4.00543212890625e-05 + "time_consumption": 0.0008058547973632812 } ], - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.011776924133300781, - "time_finished": "2019-12-27 08:24:45,086", - "time_start": "2019-12-27 08:24:45,074" + "time_consumption": 0.03473663330078125, + "time_finished": "2020-12-21 01:36:49,470", + "time_start": "2020-12-21 01:36:49,435" }, "pylibs.task.crontab: Test crontab": { "args": null, - "asctime": "2019-12-27 08:24:45,086", - "created": 1577431485.0863705, + "asctime": "2020-12-21 01:36:49,472", + "created": 1608511009.4720857, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12910,19 +12950,19 @@ "message": "pylibs.task.crontab: Test crontab", "module": "__init__", "moduleLogger": [], - "msecs": 86.37046813964844, + "msecs": 472.08571434020996, "msg": "pylibs.task.crontab: Test crontab", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/__init__.py", - "process": 5074, + "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7159.175157546997, + "relativeCreated": 7373.847484588623, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2019-12-27 08:24:45,086", - "created": 1577431485.0864336, + "asctime": "2020-12-21 01:36:49,472", + "created": 1608511009.4723864, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -12933,15 +12973,15 @@ "message": "Creating Crontab with callback execution in +1 and +3 minutes.", "module": "test_crontab", "moduleLogger": [], - "msecs": 86.43364906311035, + "msecs": 472.38636016845703, "msg": "Creating Crontab with callback execution in +1 and +3 minutes.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_crontab.py", - "process": 5074, + "pathname": "src/tests/test_crontab.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7159.238338470459, + "relativeCreated": 7374.14813041687, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -12950,8 +12990,8 @@ "2", "" ], - "asctime": "2019-12-27 08:28:15,165", - "created": 1577431695.165938, + "asctime": "2020-12-21 01:40:19,575", + "created": 1608511219.5752997, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12966,8 +13006,8 @@ "args": [ 30 ], - "asctime": "2019-12-27 08:24:45,086", - "created": 1577431485.0865285, + "asctime": "2020-12-21 01:36:49,472", + "created": 1608511009.472838, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -12977,25 +13017,25 @@ "lineno": 63, "message": "Crontab accuracy is 30s", "module": "test_crontab", - "msecs": 86.52853965759277, + "msecs": 472.8379249572754, "msg": "Crontab accuracy is %ds", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_crontab.py", - "process": 5074, + "pathname": "src/tests/test_crontab.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 7159.333229064941, + "relativeCreated": 7374.5996952056885, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { "args": [ 1, - 1577431515, - 1577431500 + 1608511039, + 1608511020 ], - "asctime": "2019-12-27 08:25:15,088", - "created": 1577431515.0881016, + "asctime": "2020-12-21 01:37:19,476", + "created": 1608511039.4764376, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -13003,27 +13043,27 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 17, - "message": "Crontab execution number 1 at 1577431515s, requested for 1577431500s", + "message": "Crontab execution number 1 at 1608511039s, requested for 1608511020s", "module": "test_crontab", - "msecs": 88.10162544250488, + "msecs": 476.4375686645508, "msg": "Crontab execution number %d at %ds, requested for %ds", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_crontab.py", - "process": 5074, + "pathname": "src/tests/test_crontab.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 37160.90631484985, + "relativeCreated": 37378.199338912964, "stack_info": null, - "thread": 139853991565056, + "thread": 139675490580224, "threadName": "Thread-41" }, { "args": [ 2, - 1577431635, - 1577431620 + 1608511159, + 1608511140 ], - "asctime": "2019-12-27 08:27:15,090", - "created": 1577431635.090192, + "asctime": "2020-12-21 01:39:19,482", + "created": 1608511159.4826562, "exc_info": null, "exc_text": null, "filename": "test_crontab.py", @@ -13031,27 +13071,27 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 17, - "message": "Crontab execution number 2 at 1577431635s, requested for 1577431620s", + "message": "Crontab execution number 2 at 1608511159s, requested for 1608511140s", "module": "test_crontab", - "msecs": 90.19207954406738, + "msecs": 482.65624046325684, "msg": "Crontab execution number %d at %ds, requested for %ds", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_crontab.py", - "process": 5074, + "pathname": "src/tests/test_crontab.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 157162.99676895142, + "relativeCreated": 157384.41801071167, "stack_info": null, - "thread": 139853991565056, + "thread": 139675490580224, "threadName": "Thread-45" }, { "args": [ "Timing of crontasks", - "[ 1577431515, 1577431635 ]", + "[ 1608511039, 1608511159 ]", "" ], - "asctime": "2019-12-27 08:28:15,165", - "created": 1577431695.165291, + "asctime": "2020-12-21 01:40:19,574", + "created": 1608511219.57474, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13059,17 +13099,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Timing of crontasks): [ 1577431515, 1577431635 ] ()", + "message": "Result (Timing of crontasks): [ 1608511039, 1608511159 ] ()", "module": "test", - "msecs": 165.29107093811035, + "msecs": 574.739933013916, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 217238.09576034546, + "relativeCreated": 217476.50170326233, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -13078,8 +13118,8 @@ "2", "" ], - "asctime": "2019-12-27 08:28:15,165", - "created": 1577431695.165608, + "asctime": "2020-12-21 01:40:19,574", + "created": 1608511219.5749848, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13089,15 +13129,15 @@ "lineno": 22, "message": "Result (Number of submitted values): 2 ()", "module": "test", - "msecs": 165.60792922973633, + "msecs": 574.9847888946533, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 217238.41261863708, + "relativeCreated": 217476.74655914307, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -13106,8 +13146,8 @@ "2", "" ], - "asctime": "2019-12-27 08:28:15,165", - "created": 1577431695.1657827, + "asctime": "2020-12-21 01:40:19,575", + "created": 1608511219.5751328, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13117,34 +13157,34 @@ "lineno": 26, "message": "Expectation (Number of submitted values): result = 2 ()", "module": "test", - "msecs": 165.78269004821777, + "msecs": 575.1328468322754, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 217238.58737945557, + "relativeCreated": 217476.8946170807, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 165.9379005432129, + "msecs": 575.2997398376465, "msg": "Number of submitted values is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 217238.74258995056, + "relativeCreated": 217477.06151008606, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.0001552104949951172 + "time_consumption": 0.00016689300537109375 }, { "args": [], - "asctime": "2019-12-27 08:28:15,166", - "created": 1577431695.1669798, + "asctime": "2020-12-21 01:40:19,576", + "created": 1608511219.5760558, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13158,11 +13198,11 @@ { "args": [ "Submitted value number 1", - "1577431515", + "1608511039", "" ], - "asctime": "2019-12-27 08:28:15,166", - "created": 1577431695.1661773, + "asctime": "2020-12-21 01:40:19,575", + "created": 1608511219.5755682, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13170,27 +13210,27 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Submitted value number 1): 1577431515 ()", + "message": "Result (Submitted value number 1): 1608511039 ()", "module": "test", - "msecs": 166.17727279663086, + "msecs": 575.5681991577148, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 217238.98196220398, + "relativeCreated": 217477.32996940613, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { "args": [ "Submitted value number 1", - "1577431500", - "1577431531" + "1608511020", + "1608511051" ], - "asctime": "2019-12-27 08:28:15,166", - "created": 1577431695.1663172, + "asctime": "2020-12-21 01:40:19,575", + "created": 1608511219.5756524, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13198,28 +13238,28 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 30, - "message": "Expectation (Submitted value number 1): 1577431500 <= result <= 1577431531", + "message": "Expectation (Submitted value number 1): 1608511020 <= result <= 1608511051", "module": "test", - "msecs": 166.31722450256348, + "msecs": 575.6523609161377, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 217239.1219139099, + "relativeCreated": 217477.41413116455, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { "args": [ - "1577431515", - "1577431500", - "1577431531", + "1608511039", + "1608511020", + "1608511051", "" ], - "asctime": "2019-12-27 08:28:15,166", - "created": 1577431695.166453, + "asctime": "2020-12-21 01:40:19,575", + "created": 1608511219.575776, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13227,27 +13267,27 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Submitted value number 1 is correct (Content 1577431515 in [1577431500 ... 1577431531] and Type is ).", + "message": "Submitted value number 1 is correct (Content 1608511039 in [1608511020 ... 1608511051] and Type is ).", "module": "test", - "msecs": 166.45288467407227, + "msecs": 575.7761001586914, "msg": "Submitted value number 1 is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 217239.25757408142, + "relativeCreated": 217477.5378704071, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { "args": [ "Submitted value number 2", - "1577431635", + "1608511159", "" ], - "asctime": "2019-12-27 08:28:15,166", - "created": 1577431695.1666038, + "asctime": "2020-12-21 01:40:19,575", + "created": 1608511219.575861, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13255,27 +13295,27 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Submitted value number 2): 1577431635 ()", + "message": "Result (Submitted value number 2): 1608511159 ()", "module": "test", - "msecs": 166.60380363464355, + "msecs": 575.8609771728516, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 217239.408493042, + "relativeCreated": 217477.62274742126, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { "args": [ "Submitted value number 2", - "1577431620", - "1577431651" + "1608511140", + "1608511171" ], - "asctime": "2019-12-27 08:28:15,166", - "created": 1577431695.1667297, + "asctime": "2020-12-21 01:40:19,575", + "created": 1608511219.5759275, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13283,28 +13323,28 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 30, - "message": "Expectation (Submitted value number 2): 1577431620 <= result <= 1577431651", + "message": "Expectation (Submitted value number 2): 1608511140 <= result <= 1608511171", "module": "test", - "msecs": 166.72968864440918, + "msecs": 575.9274959564209, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 217239.53437805176, + "relativeCreated": 217477.68926620483, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { "args": [ - "1577431635", - "1577431620", - "1577431651", + "1608511159", + "1608511140", + "1608511171", "" ], - "asctime": "2019-12-27 08:28:15,166", - "created": 1577431695.1668587, + "asctime": "2020-12-21 01:40:19,575", + "created": 1608511219.575994, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13312,43 +13352,43 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Submitted value number 2 is correct (Content 1577431635 in [1577431620 ... 1577431651] and Type is ).", + "message": "Submitted value number 2 is correct (Content 1608511159 in [1608511140 ... 1608511171] and Type is ).", "module": "test", - "msecs": 166.85867309570312, + "msecs": 575.9940147399902, "msg": "Submitted value number 2 is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 217239.66336250305, + "relativeCreated": 217477.7557849884, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 166.97978973388672, + "msecs": 576.0557651519775, "msg": "Timing of crontasks: Valueaccuracy and number of submitted values is correct. See detailed log for more information.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 217239.78447914124, + "relativeCreated": 217477.8175354004, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00012111663818359375 + "time_consumption": 6.175041198730469e-05 } ], - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 210.08060932159424, - "time_finished": "2019-12-27 08:28:15,166", - "time_start": "2019-12-27 08:24:45,086" + "time_consumption": 210.10397005081177, + "time_finished": "2020-12-21 01:40:19,576", + "time_start": "2020-12-21 01:36:49,472" }, "pylibs.task.delayed: Test parallel processing and timing for a delayed execution": { "args": null, - "asctime": "2019-12-27 08:24:37,990", - "created": 1577431477.9900951, + "asctime": "2020-12-21 01:36:42,312", + "created": 1608511002.3123221, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13359,21 +13399,21 @@ "message": "pylibs.task.delayed: Test parallel processing and timing for a delayed execution", "module": "__init__", "moduleLogger": [], - "msecs": 990.0951385498047, + "msecs": 312.32213973999023, "msg": "pylibs.task.delayed: Test parallel processing and timing for a delayed execution", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/__init__.py", - "process": 5074, + "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 62.89982795715332, + "relativeCreated": 214.08390998840332, "stack_info": null, "testcaseLogger": [ { "args": [ 0.25 ], - "asctime": "2019-12-27 08:24:37,990", - "created": 1577431477.9905934, + "asctime": "2020-12-21 01:36:42,312", + "created": 1608511002.3129175, "exc_info": null, "exc_text": null, "filename": "test_delayed.py", @@ -13384,22 +13424,22 @@ "message": "Added a delayed task for execution in 0.250s.", "module": "test_delayed", "moduleLogger": [], - "msecs": 990.593433380127, + "msecs": 312.91747093200684, "msg": "Added a delayed task for execution in %.3fs.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_delayed.py", - "process": 5074, + "pathname": "src/tests/test_delayed.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 63.398122787475586, + "relativeCreated": 214.67924118041992, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2019-12-27 08:24:38,292", - "created": 1577431478.2924073, + "asctime": "2020-12-21 01:36:42,617", + "created": 1608511002.6170762, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13416,8 +13456,8 @@ "[ 1, 2 ]", "" ], - "asctime": "2019-12-27 08:24:38,291", - "created": 1577431478.2914734, + "asctime": "2020-12-21 01:36:42,614", + "created": 1608511002.6142488, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13427,15 +13467,15 @@ "lineno": 22, "message": "Result (Execution of task and delayed task (identified by a submitted sequence number)): [ 1, 2 ] ()", "module": "test", - "msecs": 291.473388671875, + "msecs": 614.2487525939941, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 364.27807807922363, + "relativeCreated": 516.0105228424072, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -13444,8 +13484,8 @@ "[ 1, 2 ]", "" ], - "asctime": "2019-12-27 08:24:38,291", - "created": 1577431478.2916791, + "asctime": "2020-12-21 01:36:42,614", + "created": 1608511002.6148179, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13455,15 +13495,15 @@ "lineno": 26, "message": "Expectation (Execution of task and delayed task (identified by a submitted sequence number)): result = [ 1, 2 ] ()", "module": "test", - "msecs": 291.67914390563965, + "msecs": 614.8178577423096, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 364.4838333129883, + "relativeCreated": 516.5796279907227, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -13472,8 +13512,8 @@ "1", "" ], - "asctime": "2019-12-27 08:24:38,291", - "created": 1577431478.2918193, + "asctime": "2020-12-21 01:36:42,615", + "created": 1608511002.6152186, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13483,15 +13523,15 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 ()", "module": "test", - "msecs": 291.81933403015137, + "msecs": 615.2186393737793, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 364.6240234375, + "relativeCreated": 516.9804096221924, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -13500,8 +13540,8 @@ "1", "" ], - "asctime": "2019-12-27 08:24:38,291", - "created": 1577431478.2919242, + "asctime": "2020-12-21 01:36:42,615", + "created": 1608511002.6155741, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13511,15 +13551,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 ()", "module": "test", - "msecs": 291.92423820495605, + "msecs": 615.5741214752197, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 364.7289276123047, + "relativeCreated": 517.3358917236328, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -13527,8 +13567,8 @@ "1", "" ], - "asctime": "2019-12-27 08:24:38,292", - "created": 1577431478.2920418, + "asctime": "2020-12-21 01:36:42,615", + "created": 1608511002.615968, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13538,15 +13578,15 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 292.0417785644531, + "msecs": 615.9679889678955, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 364.84646797180176, + "relativeCreated": 517.7297592163086, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -13555,8 +13595,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:38,292", - "created": 1577431478.2921395, + "asctime": "2020-12-21 01:36:42,616", + "created": 1608511002.616423, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13566,15 +13606,15 @@ "lineno": 22, "message": "Result (Submitted value number 2): 2 ()", "module": "test", - "msecs": 292.13953018188477, + "msecs": 616.4228916168213, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 364.9442195892334, + "relativeCreated": 518.1846618652344, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -13583,8 +13623,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:38,292", - "created": 1577431478.2922292, + "asctime": "2020-12-21 01:36:42,616", + "created": 1608511002.6166747, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13594,15 +13634,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 2 ()", "module": "test", - "msecs": 292.22917556762695, + "msecs": 616.6746616363525, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 365.0338649749756, + "relativeCreated": 518.4364318847656, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -13610,8 +13650,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:38,292", - "created": 1577431478.2923214, + "asctime": "2020-12-21 01:36:42,616", + "created": 1608511002.616882, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13621,39 +13661,39 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 292.32144355773926, + "msecs": 616.8820858001709, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 365.1261329650879, + "relativeCreated": 518.643856048584, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 292.4072742462158, + "msecs": 617.0761585235596, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 365.21196365356445, + "relativeCreated": 518.8379287719727, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 8.58306884765625e-05 + "time_consumption": 0.00019407272338867188 }, { "args": [ - "0.25007009506225586", + "0.25013089179992676", "0.2465", "0.2545", "" ], - "asctime": "2019-12-27 08:24:38,292", - "created": 1577431478.292747, + "asctime": "2020-12-21 01:36:42,617", + "created": 1608511002.6178563, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13661,17 +13701,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Time consumption is correct (Content 0.25007009506225586 in [0.2465 ... 0.2545] and Type is ).", + "message": "Time consumption is correct (Content 0.25013089179992676 in [0.2465 ... 0.2545] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Time consumption", - "0.25007009506225586", + "0.25013089179992676", "" ], - "asctime": "2019-12-27 08:24:38,292", - "created": 1577431478.2925594, + "asctime": "2020-12-21 01:36:42,617", + "created": 1608511002.617491, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13679,17 +13719,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Time consumption): 0.25007009506225586 ()", + "message": "Result (Time consumption): 0.25013089179992676 ()", "module": "test", - "msecs": 292.5593852996826, + "msecs": 617.4910068511963, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 365.36407470703125, + "relativeCreated": 519.2527770996094, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -13698,8 +13738,8 @@ "0.2465", "0.2545" ], - "asctime": "2019-12-27 08:24:38,292", - "created": 1577431478.2926524, + "asctime": "2020-12-21 01:36:42,617", + "created": 1608511002.6176884, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13709,36 +13749,36 @@ "lineno": 30, "message": "Expectation (Time consumption): 0.2465 <= result <= 0.2545", "module": "test", - "msecs": 292.6523685455322, + "msecs": 617.6884174346924, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 365.45705795288086, + "relativeCreated": 519.4501876831055, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 292.74702072143555, + "msecs": 617.8562641143799, "msg": "Time consumption is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 365.5517101287842, + "relativeCreated": 519.618034362793, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 9.465217590332031e-05 + "time_consumption": 0.0001678466796875 }, { "args": [ 0.01 ], - "asctime": "2019-12-27 08:24:38,293", - "created": 1577431478.2932196, + "asctime": "2020-12-21 01:36:42,618", + "created": 1608511002.618954, "exc_info": null, "exc_text": null, "filename": "test_delayed.py", @@ -13749,22 +13789,22 @@ "message": "Added a delayed task for execution in 0.010s.", "module": "test_delayed", "moduleLogger": [], - "msecs": 293.21956634521484, + "msecs": 618.9539432525635, "msg": "Added a delayed task for execution in %.3fs.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_delayed.py", - "process": 5074, + "pathname": "src/tests/test_delayed.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 366.0242557525635, + "relativeCreated": 520.7157135009766, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2019-12-27 08:24:38,395", - "created": 1577431478.3952105, + "asctime": "2020-12-21 01:36:42,720", + "created": 1608511002.720328, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13781,8 +13821,8 @@ "[ 1, 2 ]", "" ], - "asctime": "2019-12-27 08:24:38,393", - "created": 1577431478.3937883, + "asctime": "2020-12-21 01:36:42,719", + "created": 1608511002.7195332, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13792,15 +13832,15 @@ "lineno": 22, "message": "Result (Execution of task and delayed task (identified by a submitted sequence number)): [ 1, 2 ] ()", "module": "test", - "msecs": 393.78833770751953, + "msecs": 719.5332050323486, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 466.59302711486816, + "relativeCreated": 621.2949752807617, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -13809,8 +13849,8 @@ "[ 1, 2 ]", "" ], - "asctime": "2019-12-27 08:24:38,394", - "created": 1577431478.3940794, + "asctime": "2020-12-21 01:36:42,719", + "created": 1608511002.7197309, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13820,15 +13860,15 @@ "lineno": 26, "message": "Expectation (Execution of task and delayed task (identified by a submitted sequence number)): result = [ 1, 2 ] ()", "module": "test", - "msecs": 394.07944679260254, + "msecs": 719.7308540344238, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 466.8841361999512, + "relativeCreated": 621.4926242828369, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -13837,8 +13877,8 @@ "1", "" ], - "asctime": "2019-12-27 08:24:38,394", - "created": 1577431478.3942857, + "asctime": "2020-12-21 01:36:42,719", + "created": 1608511002.719842, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13848,15 +13888,15 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 ()", "module": "test", - "msecs": 394.2856788635254, + "msecs": 719.8419570922852, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 467.090368270874, + "relativeCreated": 621.6037273406982, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -13865,8 +13905,8 @@ "1", "" ], - "asctime": "2019-12-27 08:24:38,394", - "created": 1577431478.3944888, + "asctime": "2020-12-21 01:36:42,719", + "created": 1608511002.7199268, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13876,15 +13916,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 ()", "module": "test", - "msecs": 394.4888114929199, + "msecs": 719.9268341064453, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 467.29350090026855, + "relativeCreated": 621.6886043548584, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -13892,8 +13932,8 @@ "1", "" ], - "asctime": "2019-12-27 08:24:38,394", - "created": 1577431478.3946483, + "asctime": "2020-12-21 01:36:42,720", + "created": 1608511002.720018, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13903,15 +13943,15 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 394.64831352233887, + "msecs": 720.0179100036621, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 467.4530029296875, + "relativeCreated": 621.7796802520752, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -13920,8 +13960,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:38,394", - "created": 1577431478.3948002, + "asctime": "2020-12-21 01:36:42,720", + "created": 1608511002.7201023, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13931,15 +13971,15 @@ "lineno": 22, "message": "Result (Submitted value number 2): 2 ()", "module": "test", - "msecs": 394.80018615722656, + "msecs": 720.1023101806641, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 467.6048755645752, + "relativeCreated": 621.8640804290771, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -13948,8 +13988,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:38,394", - "created": 1577431478.3949344, + "asctime": "2020-12-21 01:36:42,720", + "created": 1608511002.7201786, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13959,15 +13999,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 2 ()", "module": "test", - "msecs": 394.93441581726074, + "msecs": 720.1786041259766, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 467.7391052246094, + "relativeCreated": 621.9403743743896, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -13975,8 +14015,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:38,395", - "created": 1577431478.3950822, + "asctime": "2020-12-21 01:36:42,720", + "created": 1608511002.7202547, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13986,39 +14026,39 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 395.0822353363037, + "msecs": 720.25465965271, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 467.88692474365234, + "relativeCreated": 622.016429901123, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 395.21050453186035, + "msecs": 720.3280925750732, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 468.015193939209, + "relativeCreated": 622.0898628234863, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00012826919555664062 + "time_consumption": 7.343292236328125e-05 }, { "args": [ - "0.010076522827148438", + "0.010036706924438477", "0.008900000000000002", "0.0121", "" ], - "asctime": "2019-12-27 08:24:38,395", - "created": 1577431478.39578, + "asctime": "2020-12-21 01:36:42,720", + "created": 1608511002.7206888, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14026,17 +14066,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Time consumption is correct (Content 0.010076522827148438 in [0.008900000000000002 ... 0.0121] and Type is ).", + "message": "Time consumption is correct (Content 0.010036706924438477 in [0.008900000000000002 ... 0.0121] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Time consumption", - "0.010076522827148438", + "0.010036706924438477", "" ], - "asctime": "2019-12-27 08:24:38,395", - "created": 1577431478.3954537, + "asctime": "2020-12-21 01:36:42,720", + "created": 1608511002.7205062, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14044,17 +14084,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Time consumption): 0.010076522827148438 ()", + "message": "Result (Time consumption): 0.010036706924438477 ()", "module": "test", - "msecs": 395.45369148254395, + "msecs": 720.5061912536621, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 468.2583808898926, + "relativeCreated": 622.2679615020752, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -14063,8 +14103,8 @@ "0.008900000000000002", "0.0121" ], - "asctime": "2019-12-27 08:24:38,395", - "created": 1577431478.3956277, + "asctime": "2020-12-21 01:36:42,720", + "created": 1608511002.720592, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14074,36 +14114,36 @@ "lineno": 30, "message": "Expectation (Time consumption): 0.008900000000000002 <= result <= 0.0121", "module": "test", - "msecs": 395.6277370452881, + "msecs": 720.5920219421387, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 468.4324264526367, + "relativeCreated": 622.3537921905518, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 395.780086517334, + "msecs": 720.6888198852539, "msg": "Time consumption is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 468.5847759246826, + "relativeCreated": 622.450590133667, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00015234947204589844 + "time_consumption": 9.679794311523438e-05 }, { "args": [ 0.005 ], - "asctime": "2019-12-27 08:24:38,396", - "created": 1577431478.3964353, + "asctime": "2020-12-21 01:36:42,721", + "created": 1608511002.7211733, "exc_info": null, "exc_text": null, "filename": "test_delayed.py", @@ -14114,22 +14154,22 @@ "message": "Added a delayed task for execution in 0.005s.", "module": "test_delayed", "moduleLogger": [], - "msecs": 396.4352607727051, + "msecs": 721.1732864379883, "msg": "Added a delayed task for execution in %.3fs.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_delayed.py", - "process": 5074, + "pathname": "src/tests/test_delayed.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 469.2399501800537, + "relativeCreated": 622.9350566864014, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2019-12-27 08:24:38,499", - "created": 1577431478.499104, + "asctime": "2020-12-21 01:36:42,822", + "created": 1608511002.8224618, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14146,8 +14186,8 @@ "[ 1, 2 ]", "" ], - "asctime": "2019-12-27 08:24:38,497", - "created": 1577431478.4970422, + "asctime": "2020-12-21 01:36:42,821", + "created": 1608511002.8218534, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14157,15 +14197,15 @@ "lineno": 22, "message": "Result (Execution of task and delayed task (identified by a submitted sequence number)): [ 1, 2 ] ()", "module": "test", - "msecs": 497.042179107666, + "msecs": 821.8533992767334, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 569.8468685150146, + "relativeCreated": 723.6151695251465, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -14174,8 +14214,8 @@ "[ 1, 2 ]", "" ], - "asctime": "2019-12-27 08:24:38,497", - "created": 1577431478.497334, + "asctime": "2020-12-21 01:36:42,821", + "created": 1608511002.8219929, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14185,15 +14225,15 @@ "lineno": 26, "message": "Expectation (Execution of task and delayed task (identified by a submitted sequence number)): result = [ 1, 2 ] ()", "module": "test", - "msecs": 497.3340034484863, + "msecs": 821.9928741455078, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 570.138692855835, + "relativeCreated": 723.7546443939209, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -14202,8 +14242,8 @@ "1", "" ], - "asctime": "2019-12-27 08:24:38,497", - "created": 1577431478.4975934, + "asctime": "2020-12-21 01:36:42,822", + "created": 1608511002.8220642, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14213,15 +14253,15 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 ()", "module": "test", - "msecs": 497.5934028625488, + "msecs": 822.0641613006592, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 570.3980922698975, + "relativeCreated": 723.8259315490723, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -14230,8 +14270,8 @@ "1", "" ], - "asctime": "2019-12-27 08:24:38,497", - "created": 1577431478.4977515, + "asctime": "2020-12-21 01:36:42,822", + "created": 1608511002.822165, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14241,15 +14281,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 ()", "module": "test", - "msecs": 497.75147438049316, + "msecs": 822.1650123596191, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 570.5561637878418, + "relativeCreated": 723.9267826080322, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -14257,8 +14297,8 @@ "1", "" ], - "asctime": "2019-12-27 08:24:38,497", - "created": 1577431478.4979024, + "asctime": "2020-12-21 01:36:42,822", + "created": 1608511002.8222547, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14268,15 +14308,15 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 497.90239334106445, + "msecs": 822.2546577453613, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 570.7070827484131, + "relativeCreated": 724.0164279937744, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -14285,8 +14325,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:38,498", - "created": 1577431478.4980478, + "asctime": "2020-12-21 01:36:42,822", + "created": 1608511002.8223155, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14296,15 +14336,15 @@ "lineno": 22, "message": "Result (Submitted value number 2): 2 ()", "module": "test", - "msecs": 498.0478286743164, + "msecs": 822.3154544830322, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 570.852518081665, + "relativeCreated": 724.0772247314453, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -14313,8 +14353,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:38,498", - "created": 1577431478.4981997, + "asctime": "2020-12-21 01:36:42,822", + "created": 1608511002.8223631, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14324,15 +14364,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 2 ()", "module": "test", - "msecs": 498.1997013092041, + "msecs": 822.3631381988525, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 571.0043907165527, + "relativeCreated": 724.1249084472656, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -14340,8 +14380,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:38,498", - "created": 1577431478.498334, + "asctime": "2020-12-21 01:36:42,822", + "created": 1608511002.8224142, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14351,39 +14391,39 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 498.3339309692383, + "msecs": 822.4141597747803, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 571.1386203765869, + "relativeCreated": 724.1759300231934, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 499.1040229797363, + "msecs": 822.4618434906006, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 571.908712387085, + "relativeCreated": 724.2236137390137, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.0007700920104980469 + "time_consumption": 4.76837158203125e-05 }, { "args": [ - "0.00506138801574707", + "0.00513005256652832", "0.00395", "0.00705", "" ], - "asctime": "2019-12-27 08:24:38,499", - "created": 1577431478.4999888, + "asctime": "2020-12-21 01:36:42,822", + "created": 1608511002.822678, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14391,17 +14431,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Time consumption is correct (Content 0.00506138801574707 in [0.00395 ... 0.00705] and Type is ).", + "message": "Time consumption is correct (Content 0.00513005256652832 in [0.00395 ... 0.00705] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Time consumption", - "0.00506138801574707", + "0.00513005256652832", "" ], - "asctime": "2019-12-27 08:24:38,499", - "created": 1577431478.4995515, + "asctime": "2020-12-21 01:36:42,822", + "created": 1608511002.822576, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14409,17 +14449,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Time consumption): 0.00506138801574707 ()", + "message": "Result (Time consumption): 0.00513005256652832 ()", "module": "test", - "msecs": 499.55153465270996, + "msecs": 822.5760459899902, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 572.3562240600586, + "relativeCreated": 724.3378162384033, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -14428,8 +14468,8 @@ "0.00395", "0.00705" ], - "asctime": "2019-12-27 08:24:38,499", - "created": 1577431478.4998133, + "asctime": "2020-12-21 01:36:42,822", + "created": 1608511002.822628, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14439,58 +14479,58 @@ "lineno": 30, "message": "Expectation (Time consumption): 0.00395 <= result <= 0.00705", "module": "test", - "msecs": 499.8133182525635, + "msecs": 822.6280212402344, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 572.6180076599121, + "relativeCreated": 724.3897914886475, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 499.9887943267822, + "msecs": 822.6780891418457, "msg": "Time consumption is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 572.7934837341309, + "relativeCreated": 724.4398593902588, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00017547607421875 + "time_consumption": 5.0067901611328125e-05 } ], - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.5098936557769775, - "time_finished": "2019-12-27 08:24:38,499", - "time_start": "2019-12-27 08:24:37,990" + "time_consumption": 0.5103559494018555, + "time_finished": "2020-12-21 01:36:42,822", + "time_start": "2020-12-21 01:36:42,312" }, "pylibs.task.periodic: Test periodic execution": { "args": null, - "asctime": "2019-12-27 08:24:38,500", - "created": 1577431478.5003939, + "asctime": "2020-12-21 01:36:42,823", + "created": 1608511002.8232083, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "testrun", - "levelname": "INFO", - "levelno": 20, + "levelname": "ERROR", + "levelno": 40, "lineno": 22, "message": "pylibs.task.periodic: Test periodic execution", "module": "__init__", "moduleLogger": [], - "msecs": 500.3938674926758, + "msecs": 823.2083320617676, "msg": "pylibs.task.periodic: Test periodic execution", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/__init__.py", - "process": 5074, + "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 573.1985569000244, + "relativeCreated": 724.9701023101807, "stack_info": null, "testcaseLogger": [ { @@ -14498,8 +14538,8 @@ 10, "0.25" ], - "asctime": "2019-12-27 08:24:40,804", - "created": 1577431480.8047183, + "asctime": "2020-12-21 01:36:45,129", + "created": 1608511005.1294658, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -14513,10 +14553,10 @@ { "args": [ 1, - 1577431478.501697 + 1608511002.8258152 ], - "asctime": "2019-12-27 08:24:38,501", - "created": 1577431478.5017488, + "asctime": "2020-12-21 01:36:42,825", + "created": 1608511002.825982, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -14524,26 +14564,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 1 at 1577431478.501697", + "message": "Task execution number 1 at 1608511002.825815", "module": "test_periodic", - "msecs": 501.74880027770996, + "msecs": 825.9820938110352, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 574.5534896850586, + "relativeCreated": 727.7438640594482, "stack_info": null, - "thread": 139854002153216, + "thread": 139675573954304, "threadName": "Thread-4" }, { "args": [ 2, - 1577431478.7523081 + 1608511003.0782793 ], - "asctime": "2019-12-27 08:24:38,752", - "created": 1577431478.75237, + "asctime": "2020-12-21 01:36:43,078", + "created": 1608511003.0783372, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -14551,26 +14591,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 2 at 1577431478.752308", + "message": "Task execution number 2 at 1608511003.078279", "module": "test_periodic", - "msecs": 752.3701190948486, + "msecs": 78.33719253540039, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 825.1748085021973, + "relativeCreated": 980.0989627838135, "stack_info": null, - "thread": 139853991565056, + "thread": 139675490580224, "threadName": "Thread-5" }, { "args": [ 3, - 1577431479.0024757 + 1608511003.3304248 ], - "asctime": "2019-12-27 08:24:39,002", - "created": 1577431479.0025008, + "asctime": "2020-12-21 01:36:43,330", + "created": 1608511003.3306394, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -14578,26 +14618,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 3 at 1577431479.002476", + "message": "Task execution number 3 at 1608511003.330425", "module": "test_periodic", - "msecs": 2.500772476196289, + "msecs": 330.6393623352051, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 1075.305461883545, + "relativeCreated": 1232.4011325836182, "stack_info": null, - "thread": 139854002153216, + "thread": 139675573954304, "threadName": "Thread-6" }, { "args": [ 4, - 1577431479.2528229 + 1608511003.5827625 ], - "asctime": "2019-12-27 08:24:39,252", - "created": 1577431479.252864, + "asctime": "2020-12-21 01:36:43,582", + "created": 1608511003.5828614, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -14605,26 +14645,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 4 at 1577431479.252823", + "message": "Task execution number 4 at 1608511003.582762", "module": "test_periodic", - "msecs": 252.86388397216797, + "msecs": 582.8614234924316, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 1325.6685733795166, + "relativeCreated": 1484.6231937408447, "stack_info": null, - "thread": 139853991565056, + "thread": 139675490580224, "threadName": "Thread-7" }, { "args": [ 5, - 1577431479.5032227 + 1608511003.8338065 ], - "asctime": "2019-12-27 08:24:39,503", - "created": 1577431479.5032673, + "asctime": "2020-12-21 01:36:43,833", + "created": 1608511003.8339007, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -14632,26 +14672,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 5 at 1577431479.503223", + "message": "Task execution number 5 at 1608511003.833807", "module": "test_periodic", - "msecs": 503.2672882080078, + "msecs": 833.9006900787354, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 1576.0719776153564, + "relativeCreated": 1735.6624603271484, "stack_info": null, - "thread": 139854002153216, + "thread": 139675573954304, "threadName": "Thread-8" }, { "args": [ 6, - 1577431479.7535057 + 1608511004.0847337 ], - "asctime": "2019-12-27 08:24:39,753", - "created": 1577431479.7535307, + "asctime": "2020-12-21 01:36:44,084", + "created": 1608511004.0848103, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -14659,26 +14699,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 6 at 1577431479.753506", + "message": "Task execution number 6 at 1608511004.084734", "module": "test_periodic", - "msecs": 753.530740737915, + "msecs": 84.81025695800781, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 1826.3354301452637, + "relativeCreated": 1986.572027206421, "stack_info": null, - "thread": 139853991565056, + "thread": 139675490580224, "threadName": "Thread-9" }, { "args": [ 7, - 1577431480.0040848 + 1608511004.335762 ], - "asctime": "2019-12-27 08:24:40,004", - "created": 1577431480.0041423, + "asctime": "2020-12-21 01:36:44,335", + "created": 1608511004.3358488, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -14686,26 +14726,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 7 at 1577431480.004085", + "message": "Task execution number 7 at 1608511004.335762", "module": "test_periodic", - "msecs": 4.142284393310547, + "msecs": 335.8488082885742, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 2076.946973800659, + "relativeCreated": 2237.6105785369873, "stack_info": null, - "thread": 139854002153216, + "thread": 139675573954304, "threadName": "Thread-10" }, { "args": [ 8, - 1577431480.254681 + 1608511004.587069 ], - "asctime": "2019-12-27 08:24:40,254", - "created": 1577431480.2547424, + "asctime": "2020-12-21 01:36:44,587", + "created": 1608511004.5870929, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -14713,26 +14753,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 8 at 1577431480.254681", + "message": "Task execution number 8 at 1608511004.587069", "module": "test_periodic", - "msecs": 254.74238395690918, + "msecs": 587.0928764343262, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 2327.547073364258, + "relativeCreated": 2488.8546466827393, "stack_info": null, - "thread": 139853991565056, + "thread": 139675490580224, "threadName": "Thread-11" }, { "args": [ 9, - 1577431480.5051923 + 1608511004.8384109 ], - "asctime": "2019-12-27 08:24:40,505", - "created": 1577431480.5052505, + "asctime": "2020-12-21 01:36:44,838", + "created": 1608511004.8385336, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -14740,26 +14780,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 9 at 1577431480.505192", + "message": "Task execution number 9 at 1608511004.838411", "module": "test_periodic", - "msecs": 505.2504539489746, + "msecs": 838.5336399078369, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 2578.0551433563232, + "relativeCreated": 2740.29541015625, "stack_info": null, - "thread": 139854002153216, + "thread": 139675573954304, "threadName": "Thread-12" }, { "args": [ 10, - 1577431480.7558339 + 1608511005.0893042 ], - "asctime": "2019-12-27 08:24:40,755", - "created": 1577431480.7558966, + "asctime": "2020-12-21 01:36:45,089", + "created": 1608511005.0893424, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -14767,41 +14807,41 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 10 at 1577431480.755834", + "message": "Task execution number 10 at 1608511005.089304", "module": "test_periodic", - "msecs": 755.8965682983398, + "msecs": 89.34235572814941, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 2828.7012577056885, + "relativeCreated": 2991.1041259765625, "stack_info": null, - "thread": 139853991565056, + "thread": 139675490580224, "threadName": "Thread-13" } ], - "msecs": 804.7182559967041, + "msecs": 129.46581840515137, "msg": "Running a periodic task for %d cycles with a cycletime of %ss", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 2877.5229454040527, + "relativeCreated": 3031.2275886535645, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.04882168769836426 + "time_consumption": 0.04012346267700195 }, { "args": [ - "0.2501676082611084", + "0.25089335441589355", "0.2465", "0.2545", "" ], - "asctime": "2019-12-27 08:24:40,805", - "created": 1577431480.8055809, + "asctime": "2020-12-21 01:36:45,130", + "created": 1608511005.130139, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14809,17 +14849,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Minimum cycle time is correct (Content 0.2501676082611084 in [0.2465 ... 0.2545] and Type is ).", + "message": "Minimum cycle time is correct (Content 0.25089335441589355 in [0.2465 ... 0.2545] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Minimum cycle time", - "0.2501676082611084", + "0.25089335441589355", "" ], - "asctime": "2019-12-27 08:24:40,805", - "created": 1577431480.8051372, + "asctime": "2020-12-21 01:36:45,129", + "created": 1608511005.129881, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14827,17 +14867,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Minimum cycle time): 0.2501676082611084 ()", + "message": "Result (Minimum cycle time): 0.25089335441589355 ()", "module": "test", - "msecs": 805.1371574401855, + "msecs": 129.8809051513672, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 2877.941846847534, + "relativeCreated": 3031.6426753997803, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -14846,8 +14886,8 @@ "0.2465", "0.2545" ], - "asctime": "2019-12-27 08:24:40,805", - "created": 1577431480.8053389, + "asctime": "2020-12-21 01:36:45,130", + "created": 1608511005.130013, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14857,39 +14897,39 @@ "lineno": 30, "message": "Expectation (Minimum cycle time): 0.2465 <= result <= 0.2545", "module": "test", - "msecs": 805.3388595581055, + "msecs": 130.01298904418945, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 2878.143548965454, + "relativeCreated": 3031.7747592926025, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 805.5808544158936, + "msecs": 130.13911247253418, "msg": "Minimum cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 2878.385543823242, + "relativeCreated": 3031.9008827209473, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00024199485778808594 + "time_consumption": 0.00012612342834472656 }, { "args": [ - "0.2504596445295546", + "0.2514987786610921", "0.2465", "0.2545", "" ], - "asctime": "2019-12-27 08:24:40,806", - "created": 1577431480.8061478, + "asctime": "2020-12-21 01:36:45,130", + "created": 1608511005.1304815, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14897,17 +14937,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Mean cycle time is correct (Content 0.2504596445295546 in [0.2465 ... 0.2545] and Type is ).", + "message": "Mean cycle time is correct (Content 0.2514987786610921 in [0.2465 ... 0.2545] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Mean cycle time", - "0.2504596445295546", + "0.2514987786610921", "" ], - "asctime": "2019-12-27 08:24:40,805", - "created": 1577431480.8058324, + "asctime": "2020-12-21 01:36:45,130", + "created": 1608511005.1303144, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14915,17 +14955,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Mean cycle time): 0.2504596445295546 ()", + "message": "Result (Mean cycle time): 0.2514987786610921 ()", "module": "test", - "msecs": 805.8323860168457, + "msecs": 130.31435012817383, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 2878.6370754241943, + "relativeCreated": 3032.076120376587, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -14934,8 +14974,8 @@ "0.2465", "0.2545" ], - "asctime": "2019-12-27 08:24:40,805", - "created": 1577431480.8059876, + "asctime": "2020-12-21 01:36:45,130", + "created": 1608511005.1303995, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14945,39 +14985,39 @@ "lineno": 30, "message": "Expectation (Mean cycle time): 0.2465 <= result <= 0.2545", "module": "test", - "msecs": 805.9875965118408, + "msecs": 130.3994655609131, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 2878.7922859191895, + "relativeCreated": 3032.161235809326, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 806.1478137969971, + "msecs": 130.48148155212402, "msg": "Mean cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 2878.9525032043457, + "relativeCreated": 3032.243251800537, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00016021728515625 + "time_consumption": 8.20159912109375e-05 }, { "args": [ - "0.2506415843963623", + "0.25246405601501465", "0.2465", "0.2565", "" ], - "asctime": "2019-12-27 08:24:40,806", - "created": 1577431480.806646, + "asctime": "2020-12-21 01:36:45,130", + "created": 1608511005.1307704, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14985,17 +15025,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Maximum cycle time is correct (Content 0.2506415843963623 in [0.2465 ... 0.2565] and Type is ).", + "message": "Maximum cycle time is correct (Content 0.25246405601501465 in [0.2465 ... 0.2565] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Maximum cycle time", - "0.2506415843963623", + "0.25246405601501465", "" ], - "asctime": "2019-12-27 08:24:40,806", - "created": 1577431480.8063653, + "asctime": "2020-12-21 01:36:45,130", + "created": 1608511005.1306152, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15003,17 +15043,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Maximum cycle time): 0.2506415843963623 ()", + "message": "Result (Maximum cycle time): 0.25246405601501465 ()", "module": "test", - "msecs": 806.3652515411377, + "msecs": 130.615234375, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 2879.1699409484863, + "relativeCreated": 3032.377004623413, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -15022,8 +15062,8 @@ "0.2465", "0.2565" ], - "asctime": "2019-12-27 08:24:40,806", - "created": 1577431480.806504, + "asctime": "2020-12-21 01:36:45,130", + "created": 1608511005.130694, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15033,37 +15073,37 @@ "lineno": 30, "message": "Expectation (Maximum cycle time): 0.2465 <= result <= 0.2565", "module": "test", - "msecs": 806.5040111541748, + "msecs": 130.69391250610352, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 2879.3087005615234, + "relativeCreated": 3032.4556827545166, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 806.6461086273193, + "msecs": 130.77044486999512, "msg": "Maximum cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 2879.450798034668, + "relativeCreated": 3032.532215118408, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00014209747314453125 + "time_consumption": 7.653236389160156e-05 }, { "args": [ 10, "0.01" ], - "asctime": "2019-12-27 08:24:40,927", - "created": 1577431480.9277387, + "asctime": "2020-12-21 01:36:45,253", + "created": 1608511005.253133, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15077,10 +15117,10 @@ { "args": [ 1, - 1577431480.8078153 + 1608511005.131525 ], - "asctime": "2019-12-27 08:24:40,807", - "created": 1577431480.8078654, + "asctime": "2020-12-21 01:36:45,131", + "created": 1608511005.1315515, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15088,26 +15128,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 1 at 1577431480.807815", + "message": "Task execution number 1 at 1608511005.131525", "module": "test_periodic", - "msecs": 807.8653812408447, + "msecs": 131.55150413513184, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 2880.6700706481934, + "relativeCreated": 3033.313274383545, "stack_info": null, - "thread": 139854002153216, + "thread": 139675573954304, "threadName": "Thread-15" }, { "args": [ 2, - 1577431480.818227 + 1608511005.1418905 ], - "asctime": "2019-12-27 08:24:40,818", - "created": 1577431480.8182752, + "asctime": "2020-12-21 01:36:45,141", + "created": 1608511005.1419158, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15115,26 +15155,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 2 at 1577431480.818227", + "message": "Task execution number 2 at 1608511005.141891", "module": "test_periodic", - "msecs": 818.2752132415771, + "msecs": 141.91579818725586, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 2891.079902648926, + "relativeCreated": 3043.677568435669, "stack_info": null, - "thread": 139853991565056, + "thread": 139675490580224, "threadName": "Thread-16" }, { "args": [ 3, - 1577431480.8284092 + 1608511005.1532705 ], - "asctime": "2019-12-27 08:24:40,828", - "created": 1577431480.8284326, + "asctime": "2020-12-21 01:36:45,153", + "created": 1608511005.1533625, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15142,26 +15182,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 3 at 1577431480.828409", + "message": "Task execution number 3 at 1608511005.153270", "module": "test_periodic", - "msecs": 828.432559967041, + "msecs": 153.36251258850098, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 2901.2372493743896, + "relativeCreated": 3055.124282836914, "stack_info": null, - "thread": 139854002153216, + "thread": 139675573954304, "threadName": "Thread-17" }, { "args": [ 4, - 1577431480.8386538 + 1608511005.1667438 ], - "asctime": "2019-12-27 08:24:40,838", - "created": 1577431480.8386762, + "asctime": "2020-12-21 01:36:45,166", + "created": 1608511005.1668537, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15169,26 +15209,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 4 at 1577431480.838654", + "message": "Task execution number 4 at 1608511005.166744", "module": "test_periodic", - "msecs": 838.6762142181396, + "msecs": 166.853666305542, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 2911.4809036254883, + "relativeCreated": 3068.615436553955, "stack_info": null, - "thread": 139853991565056, + "thread": 139675490580224, "threadName": "Thread-18" }, { "args": [ 5, - 1577431480.8491185 + 1608511005.177683 ], - "asctime": "2019-12-27 08:24:40,849", - "created": 1577431480.8491988, + "asctime": "2020-12-21 01:36:45,177", + "created": 1608511005.1777897, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15196,26 +15236,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 5 at 1577431480.849118", + "message": "Task execution number 5 at 1608511005.177683", "module": "test_periodic", - "msecs": 849.1988182067871, + "msecs": 177.78968811035156, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 2922.0035076141357, + "relativeCreated": 3079.5514583587646, "stack_info": null, - "thread": 139854002153216, + "thread": 139675573954304, "threadName": "Thread-19" }, { "args": [ 6, - 1577431480.8594744 + 1608511005.1890776 ], - "asctime": "2019-12-27 08:24:40,859", - "created": 1577431480.8595076, + "asctime": "2020-12-21 01:36:45,189", + "created": 1608511005.189211, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15223,26 +15263,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 6 at 1577431480.859474", + "message": "Task execution number 6 at 1608511005.189078", "module": "test_periodic", - "msecs": 859.5075607299805, + "msecs": 189.2108917236328, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 2932.312250137329, + "relativeCreated": 3090.972661972046, "stack_info": null, - "thread": 139853991565056, + "thread": 139675490580224, "threadName": "Thread-20" }, { "args": [ 7, - 1577431480.8700328 + 1608511005.1997635 ], - "asctime": "2019-12-27 08:24:40,870", - "created": 1577431480.8700864, + "asctime": "2020-12-21 01:36:45,199", + "created": 1608511005.1998446, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15250,26 +15290,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 7 at 1577431480.870033", + "message": "Task execution number 7 at 1608511005.199764", "module": "test_periodic", - "msecs": 870.0864315032959, + "msecs": 199.8445987701416, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 2942.8911209106445, + "relativeCreated": 3101.6063690185547, "stack_info": null, - "thread": 139854002153216, + "thread": 139675573954304, "threadName": "Thread-21" }, { "args": [ 8, - 1577431480.8805087 + 1608511005.2126162 ], - "asctime": "2019-12-27 08:24:40,880", - "created": 1577431480.8805602, + "asctime": "2020-12-21 01:36:45,212", + "created": 1608511005.2128117, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15277,26 +15317,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 8 at 1577431480.880509", + "message": "Task execution number 8 at 1608511005.212616", "module": "test_periodic", - "msecs": 880.5601596832275, + "msecs": 212.81170845031738, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 2953.364849090576, + "relativeCreated": 3114.5734786987305, "stack_info": null, - "thread": 139853991565056, + "thread": 139675490580224, "threadName": "Thread-22" }, { "args": [ 9, - 1577431480.891075 + 1608511005.2236822 ], - "asctime": "2019-12-27 08:24:40,891", - "created": 1577431480.891135, + "asctime": "2020-12-21 01:36:45,223", + "created": 1608511005.2237952, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15304,26 +15344,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 9 at 1577431480.891075", + "message": "Task execution number 9 at 1608511005.223682", "module": "test_periodic", - "msecs": 891.1349773406982, + "msecs": 223.79517555236816, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 2963.939666748047, + "relativeCreated": 3125.5569458007812, "stack_info": null, - "thread": 139854002153216, + "thread": 139675573954304, "threadName": "Thread-23" }, { "args": [ 10, - 1577431480.901641 + 1608511005.2342 ], - "asctime": "2019-12-27 08:24:40,901", - "created": 1577431480.9016974, + "asctime": "2020-12-21 01:36:45,234", + "created": 1608511005.234241, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15331,41 +15371,41 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 10 at 1577431480.901641", + "message": "Task execution number 10 at 1608511005.234200", "module": "test_periodic", - "msecs": 901.6973972320557, + "msecs": 234.24100875854492, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 2974.5020866394043, + "relativeCreated": 3136.002779006958, "stack_info": null, - "thread": 139853991565056, + "thread": 139675490580224, "threadName": "Thread-24" } ], - "msecs": 927.7386665344238, + "msecs": 253.13305854797363, "msg": "Running a periodic task for %d cycles with a cycletime of %ss", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3000.5433559417725, + "relativeCreated": 3154.8948287963867, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.026041269302368164 + "time_consumption": 0.01889204978942871 }, { "args": [ - "0.01018214225769043", + "0.010365486145019531", "0.008900000000000002", "0.0121", "" ], - "asctime": "2019-12-27 08:24:40,928", - "created": 1577431480.928514, + "asctime": "2020-12-21 01:36:45,256", + "created": 1608511005.2560236, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15373,17 +15413,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Minimum cycle time is correct (Content 0.01018214225769043 in [0.008900000000000002 ... 0.0121] and Type is ).", + "message": "Minimum cycle time is correct (Content 0.010365486145019531 in [0.008900000000000002 ... 0.0121] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Minimum cycle time", - "0.01018214225769043", + "0.010365486145019531", "" ], - "asctime": "2019-12-27 08:24:40,928", - "created": 1577431480.9281409, + "asctime": "2020-12-21 01:36:45,255", + "created": 1608511005.2550752, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15391,17 +15431,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Minimum cycle time): 0.01018214225769043 ()", + "message": "Result (Minimum cycle time): 0.010365486145019531 ()", "module": "test", - "msecs": 928.1408786773682, + "msecs": 255.07521629333496, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3000.945568084717, + "relativeCreated": 3156.836986541748, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -15410,8 +15450,8 @@ "0.008900000000000002", "0.0121" ], - "asctime": "2019-12-27 08:24:40,928", - "created": 1577431480.928339, + "asctime": "2020-12-21 01:36:45,255", + "created": 1608511005.255587, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15421,39 +15461,39 @@ "lineno": 30, "message": "Expectation (Minimum cycle time): 0.008900000000000002 <= result <= 0.0121", "module": "test", - "msecs": 928.3390045166016, + "msecs": 255.58710098266602, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3001.14369392395, + "relativeCreated": 3157.348871231079, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 928.5140037536621, + "msecs": 256.023645401001, "msg": "Minimum cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3001.3186931610107, + "relativeCreated": 3157.785415649414, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00017499923706054688 + "time_consumption": 0.00043654441833496094 }, { "args": [ - "0.010425064298841689", + "0.011408329010009766", "0.008900000000000002", "0.0121", "" ], - "asctime": "2019-12-27 08:24:40,929", - "created": 1577431480.92908, + "asctime": "2020-12-21 01:36:45,258", + "created": 1608511005.2589822, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15461,17 +15501,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Mean cycle time is correct (Content 0.010425064298841689 in [0.008900000000000002 ... 0.0121] and Type is ).", + "message": "Mean cycle time is correct (Content 0.011408329010009766 in [0.008900000000000002 ... 0.0121] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Mean cycle time", - "0.010425064298841689", + "0.011408329010009766", "" ], - "asctime": "2019-12-27 08:24:40,928", - "created": 1577431480.9287474, + "asctime": "2020-12-21 01:36:45,256", + "created": 1608511005.2566726, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15479,17 +15519,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Mean cycle time): 0.010425064298841689 ()", + "message": "Result (Mean cycle time): 0.011408329010009766 ()", "module": "test", - "msecs": 928.7474155426025, + "msecs": 256.67262077331543, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3001.552104949951, + "relativeCreated": 3158.4343910217285, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -15498,8 +15538,8 @@ "0.008900000000000002", "0.0121" ], - "asctime": "2019-12-27 08:24:40,928", - "created": 1577431480.928929, + "asctime": "2020-12-21 01:36:45,257", + "created": 1608511005.2571278, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15509,39 +15549,39 @@ "lineno": 30, "message": "Expectation (Mean cycle time): 0.008900000000000002 <= result <= 0.0121", "module": "test", - "msecs": 928.9290904998779, + "msecs": 257.1277618408203, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3001.7337799072266, + "relativeCreated": 3158.8895320892334, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 929.0800094604492, + "msecs": 258.98218154907227, "msg": "Mean cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3001.884698867798, + "relativeCreated": 3160.7439517974854, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00015091896057128906 + "time_consumption": 0.0018544197082519531 }, { "args": [ - "0.010566234588623047", + "0.013473272323608398", "0.008900000000000002", "0.0141", "" ], - "asctime": "2019-12-27 08:24:40,929", - "created": 1577431480.9296472, + "asctime": "2020-12-21 01:36:45,266", + "created": 1608511005.2660139, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15549,17 +15589,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Maximum cycle time is correct (Content 0.010566234588623047 in [0.008900000000000002 ... 0.0141] and Type is ).", + "message": "Maximum cycle time is correct (Content 0.013473272323608398 in [0.008900000000000002 ... 0.0141] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Maximum cycle time", - "0.010566234588623047", + "0.013473272323608398", "" ], - "asctime": "2019-12-27 08:24:40,929", - "created": 1577431480.9292898, + "asctime": "2020-12-21 01:36:45,262", + "created": 1608511005.2627993, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15567,17 +15607,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Maximum cycle time): 0.010566234588623047 ()", + "message": "Result (Maximum cycle time): 0.013473272323608398 ()", "module": "test", - "msecs": 929.2898178100586, + "msecs": 262.7992630004883, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3002.094507217407, + "relativeCreated": 3164.5610332489014, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -15586,8 +15626,8 @@ "0.008900000000000002", "0.0141" ], - "asctime": "2019-12-27 08:24:40,929", - "created": 1577431480.9295042, + "asctime": "2020-12-21 01:36:45,265", + "created": 1608511005.2655108, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15597,37 +15637,37 @@ "lineno": 30, "message": "Expectation (Maximum cycle time): 0.008900000000000002 <= result <= 0.0141", "module": "test", - "msecs": 929.5041561126709, + "msecs": 265.51079750061035, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3002.3088455200195, + "relativeCreated": 3167.2725677490234, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 929.6472072601318, + "msecs": 266.01386070251465, "msg": "Maximum cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3002.4518966674805, + "relativeCreated": 3167.7756309509277, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.0001430511474609375 + "time_consumption": 0.0005030632019042969 }, { "args": [ 10, "0.005" ], - "asctime": "2019-12-27 08:24:41,040", - "created": 1577431481.0407653, + "asctime": "2020-12-21 01:36:45,378", + "created": 1608511005.3785067, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15641,10 +15681,10 @@ { "args": [ 1, - 1577431480.9308004 + 1608511005.2683663 ], - "asctime": "2019-12-27 08:24:40,930", - "created": 1577431480.93085, + "asctime": "2020-12-21 01:36:45,268", + "created": 1608511005.268444, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15652,26 +15692,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 1 at 1577431480.930800", + "message": "Task execution number 1 at 1608511005.268366", "module": "test_periodic", - "msecs": 930.8500289916992, + "msecs": 268.4440612792969, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3003.654718399048, + "relativeCreated": 3170.20583152771, "stack_info": null, - "thread": 139854002153216, + "thread": 139675573954304, "threadName": "Thread-26" }, { "args": [ 2, - 1577431480.9363594 + 1608511005.2746978 ], - "asctime": "2019-12-27 08:24:40,936", - "created": 1577431480.9364412, + "asctime": "2020-12-21 01:36:45,274", + "created": 1608511005.2748516, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15679,26 +15719,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 2 at 1577431480.936359", + "message": "Task execution number 2 at 1608511005.274698", "module": "test_periodic", - "msecs": 936.44118309021, + "msecs": 274.85156059265137, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3009.2458724975586, + "relativeCreated": 3176.6133308410645, "stack_info": null, - "thread": 139853991565056, + "thread": 139675490580224, "threadName": "Thread-27" }, { "args": [ 3, - 1577431480.941607 + 1608511005.2802536 ], - "asctime": "2019-12-27 08:24:40,941", - "created": 1577431480.941632, + "asctime": "2020-12-21 01:36:45,280", + "created": 1608511005.2803001, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15706,26 +15746,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 3 at 1577431480.941607", + "message": "Task execution number 3 at 1608511005.280254", "module": "test_periodic", - "msecs": 941.6320323944092, + "msecs": 280.3001403808594, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3014.436721801758, + "relativeCreated": 3182.0619106292725, "stack_info": null, - "thread": 139854002153216, + "thread": 139675573954304, "threadName": "Thread-28" }, { "args": [ 4, - 1577431480.9468663 + 1608511005.285642 ], - "asctime": "2019-12-27 08:24:40,946", - "created": 1577431480.9468925, + "asctime": "2020-12-21 01:36:45,285", + "created": 1608511005.2856693, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15733,26 +15773,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 4 at 1577431480.946866", + "message": "Task execution number 4 at 1608511005.285642", "module": "test_periodic", - "msecs": 946.892499923706, + "msecs": 285.66932678222656, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3019.6971893310547, + "relativeCreated": 3187.4310970306396, "stack_info": null, - "thread": 139853991565056, + "thread": 139675490580224, "threadName": "Thread-29" }, { "args": [ 5, - 1577431480.9521713 + 1608511005.2908647 ], - "asctime": "2019-12-27 08:24:40,952", - "created": 1577431480.9522011, + "asctime": "2020-12-21 01:36:45,290", + "created": 1608511005.2908823, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15760,26 +15800,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 5 at 1577431480.952171", + "message": "Task execution number 5 at 1608511005.290865", "module": "test_periodic", - "msecs": 952.2011280059814, + "msecs": 290.8823490142822, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3025.00581741333, + "relativeCreated": 3192.6441192626953, "stack_info": null, - "thread": 139854002153216, + "thread": 139675573954304, "threadName": "Thread-30" }, { "args": [ 6, - 1577431480.9574788 + 1608511005.3003018 ], - "asctime": "2019-12-27 08:24:40,957", - "created": 1577431480.957503, + "asctime": "2020-12-21 01:36:45,300", + "created": 1608511005.3004105, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15787,26 +15827,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 6 at 1577431480.957479", + "message": "Task execution number 6 at 1608511005.300302", "module": "test_periodic", - "msecs": 957.503080368042, + "msecs": 300.41050910949707, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3030.3077697753906, + "relativeCreated": 3202.17227935791, "stack_info": null, - "thread": 139853991565056, + "thread": 139675490580224, "threadName": "Thread-31" }, { "args": [ 7, - 1577431480.9628253 + 1608511005.3072677 ], - "asctime": "2019-12-27 08:24:40,962", - "created": 1577431480.9628568, + "asctime": "2020-12-21 01:36:45,307", + "created": 1608511005.307315, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15814,26 +15854,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 7 at 1577431480.962825", + "message": "Task execution number 7 at 1608511005.307268", "module": "test_periodic", - "msecs": 962.8567695617676, + "msecs": 307.3151111602783, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3035.661458969116, + "relativeCreated": 3209.0768814086914, "stack_info": null, - "thread": 139854002153216, + "thread": 139675573954304, "threadName": "Thread-32" }, { "args": [ 8, - 1577431480.9682872 + 1608511005.3139007 ], - "asctime": "2019-12-27 08:24:40,968", - "created": 1577431480.9683337, + "asctime": "2020-12-21 01:36:45,313", + "created": 1608511005.313945, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15841,26 +15881,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 8 at 1577431480.968287", + "message": "Task execution number 8 at 1608511005.313901", "module": "test_periodic", - "msecs": 968.3337211608887, + "msecs": 313.94505500793457, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3041.1384105682373, + "relativeCreated": 3215.7068252563477, "stack_info": null, - "thread": 139853991565056, + "thread": 139675490580224, "threadName": "Thread-33" }, { "args": [ 9, - 1577431480.973785 + 1608511005.3191192 ], - "asctime": "2019-12-27 08:24:40,973", - "created": 1577431480.9738305, + "asctime": "2020-12-21 01:36:45,319", + "created": 1608511005.3191426, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15868,26 +15908,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 9 at 1577431480.973785", + "message": "Task execution number 9 at 1608511005.319119", "module": "test_periodic", - "msecs": 973.8304615020752, + "msecs": 319.14258003234863, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3046.635150909424, + "relativeCreated": 3220.9043502807617, "stack_info": null, - "thread": 139854002153216, + "thread": 139675573954304, "threadName": "Thread-34" }, { "args": [ 10, - 1577431480.9792497 + 1608511005.3244255 ], - "asctime": "2019-12-27 08:24:40,979", - "created": 1577431480.9792986, + "asctime": "2020-12-21 01:36:45,324", + "created": 1608511005.3244498, "exc_info": null, "exc_text": null, "filename": "test_periodic.py", @@ -15895,41 +15935,41 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 24, - "message": "Task execution number 10 at 1577431480.979250", + "message": "Task execution number 10 at 1608511005.324425", "module": "test_periodic", - "msecs": 979.2985916137695, + "msecs": 324.4497776031494, "msg": "Task execution number %d at %f", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3052.103281021118, + "relativeCreated": 3226.2115478515625, "stack_info": null, - "thread": 139853991565056, + "thread": 139675490580224, "threadName": "Thread-35" } ], - "msecs": 40.76528549194336, + "msecs": 378.5066604614258, "msg": "Running a periodic task for %d cycles with a cycletime of %ss", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_periodic.py", - "process": 5074, + "pathname": "src/tests/test_periodic.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3113.569974899292, + "relativeCreated": 3280.268430709839, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.06146669387817383 + "time_consumption": 0.05405688285827637 }, { "args": [ - "0.005247592926025391", + "0.005218505859375", "0.00395", "0.00705", "" ], - "asctime": "2019-12-27 08:24:41,041", - "created": 1577431481.0415828, + "asctime": "2020-12-21 01:36:45,381", + "created": 1608511005.3812716, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15937,17 +15977,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Minimum cycle time is correct (Content 0.005247592926025391 in [0.00395 ... 0.00705] and Type is ).", + "message": "Minimum cycle time is correct (Content 0.005218505859375 in [0.00395 ... 0.00705] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Minimum cycle time", - "0.005247592926025391", + "0.005218505859375", "" ], - "asctime": "2019-12-27 08:24:41,041", - "created": 1577431481.0411768, + "asctime": "2020-12-21 01:36:45,379", + "created": 1608511005.3797555, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15955,17 +15995,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Minimum cycle time): 0.005247592926025391 ()", + "message": "Result (Minimum cycle time): 0.005218505859375 ()", "module": "test", - "msecs": 41.176795959472656, + "msecs": 379.75549697875977, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3113.9814853668213, + "relativeCreated": 3281.517267227173, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -15974,8 +16014,8 @@ "0.00395", "0.00705" ], - "asctime": "2019-12-27 08:24:41,041", - "created": 1577431481.0413504, + "asctime": "2020-12-21 01:36:45,380", + "created": 1608511005.3809218, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15985,39 +16025,39 @@ "lineno": 30, "message": "Expectation (Minimum cycle time): 0.00395 <= result <= 0.00705", "module": "test", - "msecs": 41.350364685058594, + "msecs": 380.9218406677246, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3114.155054092407, + "relativeCreated": 3282.6836109161377, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 41.58282279968262, + "msecs": 381.2716007232666, "msg": "Minimum cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3114.3875122070312, + "relativeCreated": 3283.0333709716797, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00023245811462402344 + "time_consumption": 0.0003497600555419922 }, { "args": [ - "0.00538325309753418", + "0.0062287913428412545", "0.00395", "0.00705", "" ], - "asctime": "2019-12-27 08:24:41,042", - "created": 1577431481.0421102, + "asctime": "2020-12-21 01:36:45,382", + "created": 1608511005.3824944, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16025,17 +16065,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 218, - "message": "Mean cycle time is correct (Content 0.00538325309753418 in [0.00395 ... 0.00705] and Type is ).", + "message": "Mean cycle time is correct (Content 0.0062287913428412545 in [0.00395 ... 0.00705] and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Mean cycle time", - "0.00538325309753418", + "0.0062287913428412545", "" ], - "asctime": "2019-12-27 08:24:41,041", - "created": 1577431481.0418236, + "asctime": "2020-12-21 01:36:45,382", + "created": 1608511005.3820443, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16043,17 +16083,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Mean cycle time): 0.00538325309753418 ()", + "message": "Result (Mean cycle time): 0.0062287913428412545 ()", "module": "test", - "msecs": 41.823625564575195, + "msecs": 382.04431533813477, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3114.628314971924, + "relativeCreated": 3283.806085586548, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -16062,8 +16102,8 @@ "0.00395", "0.00705" ], - "asctime": "2019-12-27 08:24:41,041", - "created": 1577431481.0419698, + "asctime": "2020-12-21 01:36:45,382", + "created": 1608511005.3823483, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16073,57 +16113,52 @@ "lineno": 30, "message": "Expectation (Mean cycle time): 0.00395 <= result <= 0.00705", "module": "test", - "msecs": 41.96977615356445, + "msecs": 382.34829902648926, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3114.774465560913, + "relativeCreated": 3284.1100692749023, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 42.11020469665527, + "msecs": 382.4944496154785, "msg": "Mean cycle time is correct (Content %s in [%s ... %s] and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3114.914894104004, + "relativeCreated": 3284.2562198638916, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.0001404285430908203 + "time_consumption": 0.0001461505889892578 }, { - "args": [ - "0.005558967590332031", - "0.00395", - "0.009049999999999999", - "" - ], - "asctime": "2019-12-27 08:24:41,042", - "created": 1577431481.042588, + "args": [], + "asctime": "2020-12-21 01:36:45,384", + "created": 1608511005.3840442, "exc_info": null, "exc_text": null, "filename": "test.py", "funcName": "range_chk", - "levelname": "INFO", - "levelno": 20, - "lineno": 218, - "message": "Maximum cycle time is correct (Content 0.005558967590332031 in [0.00395 ... 0.009049999999999999] and Type is ).", + "levelname": "ERROR", + "levelno": 40, + "lineno": 220, + "message": "Maximum cycle time is NOT correct. See detailed log for more information.", "module": "test", "moduleLogger": [ { "args": [ "Maximum cycle time", - "0.005558967590332031", + "0.009437084197998047", "" ], - "asctime": "2019-12-27 08:24:41,042", - "created": 1577431481.0423093, + "asctime": "2020-12-21 01:36:45,382", + "created": 1608511005.382925, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16131,17 +16166,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Maximum cycle time): 0.005558967590332031 ()", + "message": "Result (Maximum cycle time): 0.009437084197998047 ()", "module": "test", - "msecs": 42.30928421020508, + "msecs": 382.92503356933594, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3115.1139736175537, + "relativeCreated": 3284.686803817749, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -16150,8 +16185,8 @@ "0.00395", "0.009049999999999999" ], - "asctime": "2019-12-27 08:24:41,042", - "created": 1577431481.0424497, + "asctime": "2020-12-21 01:36:45,383", + "created": 1608511005.38325, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16161,41 +16196,67 @@ "lineno": 30, "message": "Expectation (Maximum cycle time): 0.00395 <= result <= 0.009049999999999999", "module": "test", - "msecs": 42.4497127532959, + "msecs": 383.24999809265137, "msg": "Expectation (%s): %s <= result <= %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3115.2544021606445, + "relativeCreated": 3285.0117683410645, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, + "threadName": "MainThread" + }, + { + "args": [ + "0.009437084197998047" + ], + "asctime": "2020-12-21 01:36:45,383", + "created": 1608511005.383575, + "exc_info": null, + "exc_text": null, + "filename": "test.py", + "funcName": "__range__", + "levelname": "ERROR", + "levelno": 40, + "lineno": 189, + "message": "Content 0.009437084197998047 is incorrect.", + "module": "test", + "msecs": 383.5749626159668, + "msg": "Content %s is incorrect.", + "name": "__unittest__", + "pathname": "src/unittest/test.py", + "process": 96173, + "processName": "MainProcess", + "relativeCreated": 3285.33673286438, + "stack_info": null, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 42.587995529174805, - "msg": "Maximum cycle time is correct (Content %s in [%s ... %s] and Type is %s).", + "msecs": 384.0441703796387, + "msg": "Maximum cycle time is NOT correct. See detailed log for more information.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3115.3926849365234, + "relativeCreated": 3285.8059406280518, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00013828277587890625 + "time_consumption": 0.000469207763671875 } ], - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 2.542194128036499, - "time_finished": "2019-12-27 08:24:41,042", - "time_start": "2019-12-27 08:24:38,500" + "time_consumption": 2.560835838317871, + "time_finished": "2020-12-21 01:36:45,384", + "time_start": "2020-12-21 01:36:42,823" }, "pylibs.task.queue: Test clean_queue method": { "args": null, - "asctime": "2019-12-27 08:24:41,253", - "created": 1577431481.2538595, + "asctime": "2020-12-21 01:36:45,596", + "created": 1608511005.5961483, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16206,19 +16267,19 @@ "message": "pylibs.task.queue: Test clean_queue method", "module": "__init__", "moduleLogger": [], - "msecs": 253.8595199584961, + "msecs": 596.1482524871826, "msg": "pylibs.task.queue: Test clean_queue method", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/__init__.py", - "process": 5074, + "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3326.6642093658447, + "relativeCreated": 3497.9100227355957, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2019-12-27 08:24:41,254", - "created": 1577431481.2543318, + "asctime": "2020-12-21 01:36:45,597", + "created": 1608511005.5974653, "exc_info": null, "exc_text": null, "filename": "test_queue.py", @@ -16229,15 +16290,15 @@ "message": "Enqueued 6 tasks (stop request within 3rd task).", "module": "test_queue", "moduleLogger": [], - "msecs": 254.3318271636963, + "msecs": 597.4652767181396, "msg": "Enqueued 6 tasks (stop request within 3rd task).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_queue.py", - "process": 5074, + "pathname": "src/tests/test_queue.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3327.136516571045, + "relativeCreated": 3499.2270469665527, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -16246,8 +16307,8 @@ "6", "" ], - "asctime": "2019-12-27 08:24:41,254", - "created": 1577431481.2548077, + "asctime": "2020-12-21 01:36:45,598", + "created": 1608511005.5986347, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16264,8 +16325,8 @@ "6", "" ], - "asctime": "2019-12-27 08:24:41,254", - "created": 1577431481.2545362, + "asctime": "2020-12-21 01:36:45,598", + "created": 1608511005.5980558, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16275,15 +16336,15 @@ "lineno": 22, "message": "Result (Size of Queue before execution): 6 ()", "module": "test", - "msecs": 254.53615188598633, + "msecs": 598.0558395385742, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3327.340841293335, + "relativeCreated": 3499.8176097869873, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -16292,8 +16353,8 @@ "6", "" ], - "asctime": "2019-12-27 08:24:41,254", - "created": 1577431481.2546754, + "asctime": "2020-12-21 01:36:45,598", + "created": 1608511005.598373, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16303,37 +16364,37 @@ "lineno": 26, "message": "Expectation (Size of Queue before execution): result = 6 ()", "module": "test", - "msecs": 254.67538833618164, + "msecs": 598.3729362487793, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3327.4800777435303, + "relativeCreated": 3500.1347064971924, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 254.807710647583, + "msecs": 598.6347198486328, "msg": "Size of Queue before execution is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3327.6124000549316, + "relativeCreated": 3500.396490097046, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.0001323223114013672 + "time_consumption": 0.0002617835998535156 }, { "args": [ "3", "" ], - "asctime": "2019-12-27 08:24:41,255", - "created": 1577431481.2554038, + "asctime": "2020-12-21 01:36:45,600", + "created": 1608511005.6008248, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16350,8 +16411,8 @@ "3", "" ], - "asctime": "2019-12-27 08:24:41,255", - "created": 1577431481.2551045, + "asctime": "2020-12-21 01:36:45,599", + "created": 1608511005.5994117, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16361,15 +16422,15 @@ "lineno": 22, "message": "Result (Size of Queue after execution): 3 ()", "module": "test", - "msecs": 255.10454177856445, + "msecs": 599.4117259979248, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3327.909231185913, + "relativeCreated": 3501.173496246338, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -16378,8 +16439,8 @@ "3", "" ], - "asctime": "2019-12-27 08:24:41,255", - "created": 1577431481.2552388, + "asctime": "2020-12-21 01:36:45,600", + "created": 1608511005.6001868, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16389,34 +16450,34 @@ "lineno": 26, "message": "Expectation (Size of Queue after execution): result = 3 ()", "module": "test", - "msecs": 255.23877143859863, + "msecs": 600.186824798584, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3328.0434608459473, + "relativeCreated": 3501.948595046997, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 255.4037570953369, + "msecs": 600.8248329162598, "msg": "Size of Queue after execution is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3328.2084465026855, + "relativeCreated": 3502.586603164673, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00016498565673828125 + "time_consumption": 0.0006380081176757812 }, { "args": [], - "asctime": "2019-12-27 08:24:41,256", - "created": 1577431481.2569718, + "asctime": "2020-12-21 01:36:45,607", + "created": 1608511005.6079926, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16433,8 +16494,8 @@ "[ 1, 2, 3 ]", "" ], - "asctime": "2019-12-27 08:24:41,255", - "created": 1577431481.2556021, + "asctime": "2020-12-21 01:36:45,601", + "created": 1608511005.6019003, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16444,15 +16505,15 @@ "lineno": 22, "message": "Result (Queue execution (identified by a submitted sequence number)): [ 1, 2, 3 ] ()", "module": "test", - "msecs": 255.6021213531494, + "msecs": 601.9003391265869, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3328.406810760498, + "relativeCreated": 3503.662109375, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -16461,8 +16522,8 @@ "[ 1, 2, 3 ]", "" ], - "asctime": "2019-12-27 08:24:41,255", - "created": 1577431481.2557442, + "asctime": "2020-12-21 01:36:45,603", + "created": 1608511005.6033936, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16472,15 +16533,15 @@ "lineno": 26, "message": "Expectation (Queue execution (identified by a submitted sequence number)): result = [ 1, 2, 3 ] ()", "module": "test", - "msecs": 255.74421882629395, + "msecs": 603.3935546875, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3328.5489082336426, + "relativeCreated": 3505.155324935913, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -16489,8 +16550,8 @@ "1", "" ], - "asctime": "2019-12-27 08:24:41,255", - "created": 1577431481.2558804, + "asctime": "2020-12-21 01:36:45,604", + "created": 1608511005.6048112, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16500,15 +16561,15 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 ()", "module": "test", - "msecs": 255.88035583496094, + "msecs": 604.8111915588379, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3328.6850452423096, + "relativeCreated": 3506.572961807251, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -16517,8 +16578,8 @@ "1", "" ], - "asctime": "2019-12-27 08:24:41,255", - "created": 1577431481.2559998, + "asctime": "2020-12-21 01:36:45,605", + "created": 1608511005.6053672, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16528,15 +16589,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 ()", "module": "test", - "msecs": 255.99980354309082, + "msecs": 605.3671836853027, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3328.8044929504395, + "relativeCreated": 3507.128953933716, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -16544,8 +16605,8 @@ "1", "" ], - "asctime": "2019-12-27 08:24:41,256", - "created": 1577431481.256122, + "asctime": "2020-12-21 01:36:45,605", + "created": 1608511005.6059334, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16555,15 +16616,15 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 256.1221122741699, + "msecs": 605.933427810669, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3328.9268016815186, + "relativeCreated": 3507.695198059082, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -16572,8 +16633,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:41,256", - "created": 1577431481.256249, + "asctime": "2020-12-21 01:36:45,606", + "created": 1608511005.606333, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16583,15 +16644,15 @@ "lineno": 22, "message": "Result (Submitted value number 2): 2 ()", "module": "test", - "msecs": 256.24895095825195, + "msecs": 606.3330173492432, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3329.0536403656006, + "relativeCreated": 3508.0947875976562, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -16600,8 +16661,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:41,256", - "created": 1577431481.2563677, + "asctime": "2020-12-21 01:36:45,606", + "created": 1608511005.6066349, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16611,15 +16672,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 2 ()", "module": "test", - "msecs": 256.36768341064453, + "msecs": 606.6348552703857, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3329.172372817993, + "relativeCreated": 3508.396625518799, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -16627,8 +16688,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:41,256", - "created": 1577431481.2564893, + "asctime": "2020-12-21 01:36:45,606", + "created": 1608511005.6069245, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16638,15 +16699,15 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 256.4892768859863, + "msecs": 606.9245338439941, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3329.293966293335, + "relativeCreated": 3508.686304092407, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -16655,8 +16716,8 @@ "3", "" ], - "asctime": "2019-12-27 08:24:41,256", - "created": 1577431481.2566123, + "asctime": "2020-12-21 01:36:45,607", + "created": 1608511005.6072407, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16666,15 +16727,15 @@ "lineno": 22, "message": "Result (Submitted value number 3): 3 ()", "module": "test", - "msecs": 256.61230087280273, + "msecs": 607.2406768798828, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3329.4169902801514, + "relativeCreated": 3509.002447128296, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -16683,8 +16744,8 @@ "3", "" ], - "asctime": "2019-12-27 08:24:41,256", - "created": 1577431481.2567334, + "asctime": "2020-12-21 01:36:45,607", + "created": 1608511005.6075413, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16694,15 +16755,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 3): result = 3 ()", "module": "test", - "msecs": 256.7334175109863, + "msecs": 607.5413227081299, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3329.538106918335, + "relativeCreated": 3509.303092956543, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -16710,8 +16771,8 @@ "3", "" ], - "asctime": "2019-12-27 08:24:41,256", - "created": 1577431481.256856, + "asctime": "2020-12-21 01:36:45,607", + "created": 1608511005.607699, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16721,34 +16782,34 @@ "lineno": 142, "message": "Submitted value number 3 is correct (Content 3 and Type is ).", "module": "test", - "msecs": 256.85596466064453, + "msecs": 607.698917388916, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3329.660654067993, + "relativeCreated": 3509.460687637329, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 256.9718360900879, + "msecs": 607.9926490783691, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3329.7765254974365, + "relativeCreated": 3509.754419326782, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00011587142944335938 + "time_consumption": 0.000293731689453125 }, { "args": [], - "asctime": "2019-12-27 08:24:41,257", - "created": 1577431481.257284, + "asctime": "2020-12-21 01:36:45,609", + "created": 1608511005.6090775, "exc_info": null, "exc_text": null, "filename": "test_queue.py", @@ -16759,15 +16820,15 @@ "message": "Cleaning Queue.", "module": "test_queue", "moduleLogger": [], - "msecs": 257.28392601013184, + "msecs": 609.0774536132812, "msg": "Cleaning Queue.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_queue.py", - "process": 5074, + "pathname": "src/tests/test_queue.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3330.0886154174805, + "relativeCreated": 3510.8392238616943, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -16776,8 +16837,8 @@ "0", "" ], - "asctime": "2019-12-27 08:24:41,257", - "created": 1577431481.257556, + "asctime": "2020-12-21 01:36:45,610", + "created": 1608511005.6107283, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16794,8 +16855,8 @@ "0", "" ], - "asctime": "2019-12-27 08:24:41,257", - "created": 1577431481.2574503, + "asctime": "2020-12-21 01:36:45,609", + "created": 1608511005.6097414, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16805,15 +16866,15 @@ "lineno": 22, "message": "Result (Size of Queue after cleaning queue): 0 ()", "module": "test", - "msecs": 257.4503421783447, + "msecs": 609.7414493560791, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3330.2550315856934, + "relativeCreated": 3511.503219604492, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -16822,8 +16883,8 @@ "0", "" ], - "asctime": "2019-12-27 08:24:41,257", - "created": 1577431481.2575023, + "asctime": "2020-12-21 01:36:45,610", + "created": 1608511005.6103332, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16833,41 +16894,41 @@ "lineno": 26, "message": "Expectation (Size of Queue after cleaning queue): result = 0 ()", "module": "test", - "msecs": 257.50231742858887, + "msecs": 610.3332042694092, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3330.3070068359375, + "relativeCreated": 3512.0949745178223, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 257.5559616088867, + "msecs": 610.7282638549805, "msg": "Size of Queue after cleaning queue is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3330.3606510162354, + "relativeCreated": 3512.4900341033936, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 5.364418029785156e-05 + "time_consumption": 0.00039505958557128906 } ], - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.003696441650390625, - "time_finished": "2019-12-27 08:24:41,257", - "time_start": "2019-12-27 08:24:41,253" + "time_consumption": 0.014580011367797852, + "time_finished": "2020-12-21 01:36:45,610", + "time_start": "2020-12-21 01:36:45,596" }, "pylibs.task.queue: Test qsize and queue execution order by priority": { "args": null, - "asctime": "2019-12-27 08:24:41,042", - "created": 1577431481.0429635, + "asctime": "2020-12-21 01:36:45,384", + "created": 1608511005.3847132, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16878,19 +16939,19 @@ "message": "pylibs.task.queue: Test qsize and queue execution order by priority", "module": "__init__", "moduleLogger": [], - "msecs": 42.963504791259766, + "msecs": 384.71317291259766, "msg": "pylibs.task.queue: Test qsize and queue execution order by priority", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/__init__.py", - "process": 5074, + "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3115.7681941986084, + "relativeCreated": 3286.4749431610107, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2019-12-27 08:24:41,043", - "created": 1577431481.0434654, + "asctime": "2020-12-21 01:36:45,385", + "created": 1608511005.3852296, "exc_info": null, "exc_text": null, "filename": "test_queue.py", @@ -16901,15 +16962,15 @@ "message": "Enqueued 6 unordered tasks.", "module": "test_queue", "moduleLogger": [], - "msecs": 43.465375900268555, + "msecs": 385.22958755493164, "msg": "Enqueued 6 unordered tasks.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_queue.py", - "process": 5074, + "pathname": "src/tests/test_queue.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3116.270065307617, + "relativeCreated": 3286.9913578033447, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -16918,8 +16979,8 @@ "6", "" ], - "asctime": "2019-12-27 08:24:41,043", - "created": 1577431481.0439498, + "asctime": "2020-12-21 01:36:45,385", + "created": 1608511005.3857312, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16936,8 +16997,8 @@ "6", "" ], - "asctime": "2019-12-27 08:24:41,043", - "created": 1577431481.0436747, + "asctime": "2020-12-21 01:36:45,385", + "created": 1608511005.3854787, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16947,15 +17008,15 @@ "lineno": 22, "message": "Result (Size of Queue before execution): 6 ()", "module": "test", - "msecs": 43.67470741271973, + "msecs": 385.4787349700928, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3116.4793968200684, + "relativeCreated": 3287.240505218506, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -16964,8 +17025,8 @@ "6", "" ], - "asctime": "2019-12-27 08:24:41,043", - "created": 1577431481.0438159, + "asctime": "2020-12-21 01:36:45,385", + "created": 1608511005.385611, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16975,37 +17036,37 @@ "lineno": 26, "message": "Expectation (Size of Queue before execution): result = 6 ()", "module": "test", - "msecs": 43.81585121154785, + "msecs": 385.61105728149414, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3116.6205406188965, + "relativeCreated": 3287.372827529907, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 43.94984245300293, + "msecs": 385.7312202453613, "msg": "Size of Queue before execution is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3116.7545318603516, + "relativeCreated": 3287.4929904937744, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00013399124145507812 + "time_consumption": 0.0001201629638671875 }, { "args": [ "0", "" ], - "asctime": "2019-12-27 08:24:41,145", - "created": 1577431481.1450758, + "asctime": "2020-12-21 01:36:45,486", + "created": 1608511005.4868484, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17022,8 +17083,8 @@ "0", "" ], - "asctime": "2019-12-27 08:24:41,144", - "created": 1577431481.1445763, + "asctime": "2020-12-21 01:36:45,486", + "created": 1608511005.4865263, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17033,15 +17094,15 @@ "lineno": 22, "message": "Result (Size of Queue after execution): 0 ()", "module": "test", - "msecs": 144.5763111114502, + "msecs": 486.5262508392334, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3217.381000518799, + "relativeCreated": 3388.2880210876465, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -17050,8 +17111,8 @@ "0", "" ], - "asctime": "2019-12-27 08:24:41,144", - "created": 1577431481.1449056, + "asctime": "2020-12-21 01:36:45,486", + "created": 1608511005.4867013, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17061,34 +17122,34 @@ "lineno": 26, "message": "Expectation (Size of Queue after execution): result = 0 ()", "module": "test", - "msecs": 144.90556716918945, + "msecs": 486.70125007629395, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3217.710256576538, + "relativeCreated": 3388.463020324707, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 145.07579803466797, + "msecs": 486.8483543395996, "msg": "Size of Queue after execution is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3217.8804874420166, + "relativeCreated": 3388.6101245880127, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00017023086547851562 + "time_consumption": 0.00014710426330566406 }, { "args": [], - "asctime": "2019-12-27 08:24:41,148", - "created": 1577431481.148122, + "asctime": "2020-12-21 01:36:45,489", + "created": 1608511005.489009, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17105,8 +17166,8 @@ "[ 1, 2, 3, 5, 6, 7 ]", "" ], - "asctime": "2019-12-27 08:24:41,145", - "created": 1577431481.1453393, + "asctime": "2020-12-21 01:36:45,487", + "created": 1608511005.487061, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17116,15 +17177,15 @@ "lineno": 22, "message": "Result (Queue execution (identified by a submitted sequence number)): [ 1, 2, 3, 5, 6, 7 ] ()", "module": "test", - "msecs": 145.3392505645752, + "msecs": 487.0610237121582, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3218.143939971924, + "relativeCreated": 3388.8227939605713, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -17133,8 +17194,8 @@ "[ 1, 2, 3, 5, 6, 7 ]", "" ], - "asctime": "2019-12-27 08:24:41,145", - "created": 1577431481.1455808, + "asctime": "2020-12-21 01:36:45,487", + "created": 1608511005.487174, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17144,15 +17205,15 @@ "lineno": 26, "message": "Expectation (Queue execution (identified by a submitted sequence number)): result = [ 1, 2, 3, 5, 6, 7 ] ()", "module": "test", - "msecs": 145.58076858520508, + "msecs": 487.17403411865234, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3218.3854579925537, + "relativeCreated": 3388.9358043670654, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -17161,8 +17222,8 @@ "1", "" ], - "asctime": "2019-12-27 08:24:41,145", - "created": 1577431481.1457293, + "asctime": "2020-12-21 01:36:45,487", + "created": 1608511005.4872787, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17172,15 +17233,15 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 ()", "module": "test", - "msecs": 145.72930335998535, + "msecs": 487.27869987487793, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3218.533992767334, + "relativeCreated": 3389.040470123291, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -17189,8 +17250,8 @@ "1", "" ], - "asctime": "2019-12-27 08:24:41,145", - "created": 1577431481.145871, + "asctime": "2020-12-21 01:36:45,487", + "created": 1608511005.4873621, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17200,15 +17261,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 ()", "module": "test", - "msecs": 145.87092399597168, + "msecs": 487.3621463775635, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3218.6756134033203, + "relativeCreated": 3389.1239166259766, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -17216,8 +17277,8 @@ "1", "" ], - "asctime": "2019-12-27 08:24:41,145", - "created": 1577431481.1459997, + "asctime": "2020-12-21 01:36:45,487", + "created": 1608511005.4874518, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17227,15 +17288,15 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 145.99967002868652, + "msecs": 487.45179176330566, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3218.804359436035, + "relativeCreated": 3389.2135620117188, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -17244,8 +17305,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:41,146", - "created": 1577431481.14615, + "asctime": "2020-12-21 01:36:45,487", + "created": 1608511005.4875448, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17255,15 +17316,15 @@ "lineno": 22, "message": "Result (Submitted value number 2): 2 ()", "module": "test", - "msecs": 146.1501121520996, + "msecs": 487.5447750091553, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3218.9548015594482, + "relativeCreated": 3389.3065452575684, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -17272,8 +17333,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:41,146", - "created": 1577431481.1462843, + "asctime": "2020-12-21 01:36:45,487", + "created": 1608511005.4876158, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17283,15 +17344,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 2 ()", "module": "test", - "msecs": 146.2843418121338, + "msecs": 487.61582374572754, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3219.0890312194824, + "relativeCreated": 3389.3775939941406, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -17299,8 +17360,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:41,146", - "created": 1577431481.1464071, + "asctime": "2020-12-21 01:36:45,487", + "created": 1608511005.4876883, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17310,15 +17371,15 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 146.4071273803711, + "msecs": 487.6883029937744, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3219.2118167877197, + "relativeCreated": 3389.4500732421875, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -17327,8 +17388,8 @@ "3", "" ], - "asctime": "2019-12-27 08:24:41,146", - "created": 1577431481.1465302, + "asctime": "2020-12-21 01:36:45,487", + "created": 1608511005.4877636, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17338,15 +17399,15 @@ "lineno": 22, "message": "Result (Submitted value number 3): 3 ()", "module": "test", - "msecs": 146.5301513671875, + "msecs": 487.7636432647705, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3219.334840774536, + "relativeCreated": 3389.5254135131836, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -17355,8 +17416,8 @@ "3", "" ], - "asctime": "2019-12-27 08:24:41,146", - "created": 1577431481.1466486, + "asctime": "2020-12-21 01:36:45,487", + "created": 1608511005.4878347, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17366,15 +17427,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 3): result = 3 ()", "module": "test", - "msecs": 146.64864540100098, + "msecs": 487.8346920013428, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3219.4533348083496, + "relativeCreated": 3389.596462249756, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -17382,8 +17443,8 @@ "3", "" ], - "asctime": "2019-12-27 08:24:41,146", - "created": 1577431481.1467712, + "asctime": "2020-12-21 01:36:45,487", + "created": 1608511005.4879014, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17393,15 +17454,15 @@ "lineno": 142, "message": "Submitted value number 3 is correct (Content 3 and Type is ).", "module": "test", - "msecs": 146.77119255065918, + "msecs": 487.9014492034912, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3219.575881958008, + "relativeCreated": 3389.6632194519043, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -17410,8 +17471,8 @@ "5", "" ], - "asctime": "2019-12-27 08:24:41,146", - "created": 1577431481.1468945, + "asctime": "2020-12-21 01:36:45,487", + "created": 1608511005.4879704, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17421,15 +17482,15 @@ "lineno": 22, "message": "Result (Submitted value number 4): 5 ()", "module": "test", - "msecs": 146.8944549560547, + "msecs": 487.97035217285156, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3219.6991443634033, + "relativeCreated": 3389.7321224212646, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -17438,8 +17499,8 @@ "5", "" ], - "asctime": "2019-12-27 08:24:41,147", - "created": 1577431481.1470118, + "asctime": "2020-12-21 01:36:45,488", + "created": 1608511005.4880397, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17449,15 +17510,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 4): result = 5 ()", "module": "test", - "msecs": 147.01175689697266, + "msecs": 488.0397319793701, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3219.8164463043213, + "relativeCreated": 3389.801502227783, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -17465,8 +17526,8 @@ "5", "" ], - "asctime": "2019-12-27 08:24:41,147", - "created": 1577431481.1471312, + "asctime": "2020-12-21 01:36:45,488", + "created": 1608511005.488206, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17476,15 +17537,15 @@ "lineno": 142, "message": "Submitted value number 4 is correct (Content 5 and Type is ).", "module": "test", - "msecs": 147.13120460510254, + "msecs": 488.2059097290039, "msg": "Submitted value number 4 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3219.935894012451, + "relativeCreated": 3389.967679977417, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -17493,8 +17554,8 @@ "6", "" ], - "asctime": "2019-12-27 08:24:41,147", - "created": 1577431481.147254, + "asctime": "2020-12-21 01:36:45,488", + "created": 1608511005.48837, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17504,15 +17565,15 @@ "lineno": 22, "message": "Result (Submitted value number 5): 6 ()", "module": "test", - "msecs": 147.25399017333984, + "msecs": 488.3699417114258, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3220.0586795806885, + "relativeCreated": 3390.131711959839, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -17521,8 +17582,8 @@ "6", "" ], - "asctime": "2019-12-27 08:24:41,147", - "created": 1577431481.1473715, + "asctime": "2020-12-21 01:36:45,488", + "created": 1608511005.4884546, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17532,15 +17593,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 5): result = 6 ()", "module": "test", - "msecs": 147.3715305328369, + "msecs": 488.45458030700684, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3220.1762199401855, + "relativeCreated": 3390.21635055542, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -17548,8 +17609,8 @@ "6", "" ], - "asctime": "2019-12-27 08:24:41,147", - "created": 1577431481.1475027, + "asctime": "2020-12-21 01:36:45,488", + "created": 1608511005.4885478, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17559,15 +17620,15 @@ "lineno": 142, "message": "Submitted value number 5 is correct (Content 6 and Type is ).", "module": "test", - "msecs": 147.50266075134277, + "msecs": 488.54780197143555, "msg": "Submitted value number 5 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3220.3073501586914, + "relativeCreated": 3390.3095722198486, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -17576,8 +17637,8 @@ "7", "" ], - "asctime": "2019-12-27 08:24:41,147", - "created": 1577431481.1476362, + "asctime": "2020-12-21 01:36:45,488", + "created": 1608511005.4886897, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17587,15 +17648,15 @@ "lineno": 22, "message": "Result (Submitted value number 6): 7 ()", "module": "test", - "msecs": 147.63617515563965, + "msecs": 488.689661026001, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3220.4408645629883, + "relativeCreated": 3390.451431274414, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -17604,8 +17665,8 @@ "7", "" ], - "asctime": "2019-12-27 08:24:41,147", - "created": 1577431481.147763, + "asctime": "2020-12-21 01:36:45,488", + "created": 1608511005.4888065, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17615,15 +17676,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 6): result = 7 ()", "module": "test", - "msecs": 147.76301383972168, + "msecs": 488.80648612976074, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3220.5677032470703, + "relativeCreated": 3390.568256378174, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -17631,8 +17692,8 @@ "7", "" ], - "asctime": "2019-12-27 08:24:41,147", - "created": 1577431481.1479099, + "asctime": "2020-12-21 01:36:45,488", + "created": 1608511005.488883, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17642,41 +17703,41 @@ "lineno": 142, "message": "Submitted value number 6 is correct (Content 7 and Type is ).", "module": "test", - "msecs": 147.90987968444824, + "msecs": 488.88301849365234, "msg": "Submitted value number 6 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3220.714569091797, + "relativeCreated": 3390.6447887420654, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 148.12207221984863, + "msecs": 489.00890350341797, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3220.9267616271973, + "relativeCreated": 3390.770673751831, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00021219253540039062 + "time_consumption": 0.000125885009765625 } ], - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.10515856742858887, - "time_finished": "2019-12-27 08:24:41,148", - "time_start": "2019-12-27 08:24:41,042" + "time_consumption": 0.10429573059082031, + "time_finished": "2020-12-21 01:36:45,489", + "time_start": "2020-12-21 01:36:45,384" }, "pylibs.task.queue: Test stop method": { "args": null, - "asctime": "2019-12-27 08:24:41,148", - "created": 1577431481.1487765, + "asctime": "2020-12-21 01:36:45,489", + "created": 1608511005.4894083, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17687,19 +17748,19 @@ "message": "pylibs.task.queue: Test stop method", "module": "__init__", "moduleLogger": [], - "msecs": 148.77653121948242, + "msecs": 489.4082546234131, "msg": "pylibs.task.queue: Test stop method", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/__init__.py", - "process": 5074, + "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3221.581220626831, + "relativeCreated": 3391.170024871826, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2019-12-27 08:24:41,149", - "created": 1577431481.1492908, + "asctime": "2020-12-21 01:36:45,489", + "created": 1608511005.4896874, "exc_info": null, "exc_text": null, "filename": "test_queue.py", @@ -17710,15 +17771,15 @@ "message": "Enqueued 6 tasks (stop request within 4th task).", "module": "test_queue", "moduleLogger": [], - "msecs": 149.2908000946045, + "msecs": 489.687442779541, "msg": "Enqueued 6 tasks (stop request within 4th task).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_queue.py", - "process": 5074, + "pathname": "src/tests/test_queue.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3222.095489501953, + "relativeCreated": 3391.449213027954, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -17727,8 +17788,8 @@ "6", "" ], - "asctime": "2019-12-27 08:24:41,149", - "created": 1577431481.1496546, + "asctime": "2020-12-21 01:36:45,489", + "created": 1608511005.4899797, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17745,8 +17806,8 @@ "6", "" ], - "asctime": "2019-12-27 08:24:41,149", - "created": 1577431481.1494877, + "asctime": "2020-12-21 01:36:45,489", + "created": 1608511005.4898243, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17756,15 +17817,15 @@ "lineno": 22, "message": "Result (Size of Queue before 1st execution): 6 ()", "module": "test", - "msecs": 149.48773384094238, + "msecs": 489.8242950439453, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3222.292423248291, + "relativeCreated": 3391.5860652923584, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -17773,8 +17834,8 @@ "6", "" ], - "asctime": "2019-12-27 08:24:41,149", - "created": 1577431481.1495697, + "asctime": "2020-12-21 01:36:45,489", + "created": 1608511005.4899065, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17784,37 +17845,37 @@ "lineno": 26, "message": "Expectation (Size of Queue before 1st execution): result = 6 ()", "module": "test", - "msecs": 149.56974983215332, + "msecs": 489.90654945373535, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3222.374439239502, + "relativeCreated": 3391.6683197021484, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 149.65462684631348, + "msecs": 489.97974395751953, "msg": "Size of Queue before 1st execution is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3222.459316253662, + "relativeCreated": 3391.7415142059326, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 8.487701416015625e-05 + "time_consumption": 7.319450378417969e-05 }, { "args": [ "2", "" ], - "asctime": "2019-12-27 08:24:41,149", - "created": 1577431481.149987, + "asctime": "2020-12-21 01:36:45,490", + "created": 1608511005.4903839, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17831,8 +17892,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:41,149", - "created": 1577431481.1498399, + "asctime": "2020-12-21 01:36:45,490", + "created": 1608511005.490215, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17842,15 +17903,15 @@ "lineno": 22, "message": "Result (Size of Queue after 1st execution): 2 ()", "module": "test", - "msecs": 149.8398780822754, + "msecs": 490.2150630950928, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3222.644567489624, + "relativeCreated": 3391.976833343506, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -17859,8 +17920,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:41,149", - "created": 1577431481.1499157, + "asctime": "2020-12-21 01:36:45,490", + "created": 1608511005.4903035, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17870,34 +17931,34 @@ "lineno": 26, "message": "Expectation (Size of Queue after 1st execution): result = 2 ()", "module": "test", - "msecs": 149.9156951904297, + "msecs": 490.30351638793945, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3222.7203845977783, + "relativeCreated": 3392.0652866363525, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 149.98698234558105, + "msecs": 490.3838634490967, "msg": "Size of Queue after 1st execution is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3222.7916717529297, + "relativeCreated": 3392.1456336975098, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 7.128715515136719e-05 + "time_consumption": 8.034706115722656e-05 }, { "args": [], - "asctime": "2019-12-27 08:24:41,151", - "created": 1577431481.1510794, + "asctime": "2020-12-21 01:36:45,491", + "created": 1608511005.4916291, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17914,8 +17975,8 @@ "[ 1, 2, 3, 5 ]", "" ], - "asctime": "2019-12-27 08:24:41,150", - "created": 1577431481.1500964, + "asctime": "2020-12-21 01:36:45,490", + "created": 1608511005.4905229, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17925,15 +17986,15 @@ "lineno": 22, "message": "Result (Queue execution (1st part; identified by a submitted sequence number)): [ 1, 2, 3, 5 ] ()", "module": "test", - "msecs": 150.09641647338867, + "msecs": 490.5228614807129, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3222.9011058807373, + "relativeCreated": 3392.284631729126, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -17942,8 +18003,8 @@ "[ 1, 2, 3, 5 ]", "" ], - "asctime": "2019-12-27 08:24:41,150", - "created": 1577431481.1501763, + "asctime": "2020-12-21 01:36:45,490", + "created": 1608511005.4906209, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17953,15 +18014,15 @@ "lineno": 26, "message": "Expectation (Queue execution (1st part; identified by a submitted sequence number)): result = [ 1, 2, 3, 5 ] ()", "module": "test", - "msecs": 150.1762866973877, + "msecs": 490.62085151672363, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3222.9809761047363, + "relativeCreated": 3392.3826217651367, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -17970,8 +18031,8 @@ "1", "" ], - "asctime": "2019-12-27 08:24:41,150", - "created": 1577431481.1502519, + "asctime": "2020-12-21 01:36:45,490", + "created": 1608511005.490708, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17981,15 +18042,15 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 ()", "module": "test", - "msecs": 150.2518653869629, + "msecs": 490.7081127166748, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3223.0565547943115, + "relativeCreated": 3392.469882965088, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -17998,8 +18059,8 @@ "1", "" ], - "asctime": "2019-12-27 08:24:41,150", - "created": 1577431481.1503198, + "asctime": "2020-12-21 01:36:45,490", + "created": 1608511005.490784, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18009,15 +18070,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 ()", "module": "test", - "msecs": 150.31981468200684, + "msecs": 490.7839298248291, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3223.1245040893555, + "relativeCreated": 3392.545700073242, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -18025,8 +18086,8 @@ "1", "" ], - "asctime": "2019-12-27 08:24:41,150", - "created": 1577431481.1503882, + "asctime": "2020-12-21 01:36:45,490", + "created": 1608511005.4908605, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18036,15 +18097,15 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 150.38824081420898, + "msecs": 490.8604621887207, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3223.1929302215576, + "relativeCreated": 3392.622232437134, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -18053,8 +18114,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:41,150", - "created": 1577431481.150469, + "asctime": "2020-12-21 01:36:45,490", + "created": 1608511005.4909406, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18064,15 +18125,15 @@ "lineno": 22, "message": "Result (Submitted value number 2): 2 ()", "module": "test", - "msecs": 150.4690647125244, + "msecs": 490.9405708312988, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3223.273754119873, + "relativeCreated": 3392.702341079712, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -18081,8 +18142,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:41,150", - "created": 1577431481.1505368, + "asctime": "2020-12-21 01:36:45,491", + "created": 1608511005.4910157, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18092,15 +18153,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 2 ()", "module": "test", - "msecs": 150.53677558898926, + "msecs": 491.0156726837158, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3223.341464996338, + "relativeCreated": 3392.777442932129, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -18108,8 +18169,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:41,150", - "created": 1577431481.1506126, + "asctime": "2020-12-21 01:36:45,491", + "created": 1608511005.4910989, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18119,15 +18180,15 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 150.61259269714355, + "msecs": 491.09888076782227, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3223.417282104492, + "relativeCreated": 3392.8606510162354, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -18136,8 +18197,8 @@ "3", "" ], - "asctime": "2019-12-27 08:24:41,150", - "created": 1577431481.150683, + "asctime": "2020-12-21 01:36:45,491", + "created": 1608511005.4911776, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18147,15 +18208,15 @@ "lineno": 22, "message": "Result (Submitted value number 3): 3 ()", "module": "test", - "msecs": 150.68292617797852, + "msecs": 491.1775588989258, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3223.487615585327, + "relativeCreated": 3392.939329147339, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -18164,8 +18225,8 @@ "3", "" ], - "asctime": "2019-12-27 08:24:41,150", - "created": 1577431481.1507504, + "asctime": "2020-12-21 01:36:45,491", + "created": 1608511005.4912527, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18175,15 +18236,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 3): result = 3 ()", "module": "test", - "msecs": 150.75039863586426, + "msecs": 491.2526607513428, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3223.555088043213, + "relativeCreated": 3393.014430999756, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -18191,8 +18252,8 @@ "3", "" ], - "asctime": "2019-12-27 08:24:41,150", - "created": 1577431481.1508176, + "asctime": "2020-12-21 01:36:45,491", + "created": 1608511005.4913273, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18202,15 +18263,15 @@ "lineno": 142, "message": "Submitted value number 3 is correct (Content 3 and Type is ).", "module": "test", - "msecs": 150.8176326751709, + "msecs": 491.32728576660156, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3223.6223220825195, + "relativeCreated": 3393.0890560150146, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -18219,8 +18280,8 @@ "5", "" ], - "asctime": "2019-12-27 08:24:41,150", - "created": 1577431481.1508856, + "asctime": "2020-12-21 01:36:45,491", + "created": 1608511005.4914038, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18230,15 +18291,15 @@ "lineno": 22, "message": "Result (Submitted value number 4): 5 ()", "module": "test", - "msecs": 150.88558197021484, + "msecs": 491.40381813049316, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3223.6902713775635, + "relativeCreated": 3393.1655883789062, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -18247,8 +18308,8 @@ "5", "" ], - "asctime": "2019-12-27 08:24:41,150", - "created": 1577431481.150951, + "asctime": "2020-12-21 01:36:45,491", + "created": 1608511005.4914775, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18258,15 +18319,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 4): result = 5 ()", "module": "test", - "msecs": 150.95090866088867, + "msecs": 491.47748947143555, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3223.7555980682373, + "relativeCreated": 3393.2392597198486, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -18274,8 +18335,8 @@ "5", "" ], - "asctime": "2019-12-27 08:24:41,151", - "created": 1577431481.1510162, + "asctime": "2020-12-21 01:36:45,491", + "created": 1608511005.491558, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18285,37 +18346,37 @@ "lineno": 142, "message": "Submitted value number 4 is correct (Content 5 and Type is ).", "module": "test", - "msecs": 151.0162353515625, + "msecs": 491.5580749511719, "msg": "Submitted value number 4 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3223.820924758911, + "relativeCreated": 3393.319845199585, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 151.0794162750244, + "msecs": 491.62912368774414, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3223.884105682373, + "relativeCreated": 3393.390893936157, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 6.318092346191406e-05 + "time_consumption": 7.104873657226562e-05 }, { "args": [ "0", "" ], - "asctime": "2019-12-27 08:24:41,251", - "created": 1577431481.2519727, + "asctime": "2020-12-21 01:36:45,592", + "created": 1608511005.5923889, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18332,8 +18393,8 @@ "0", "" ], - "asctime": "2019-12-27 08:24:41,251", - "created": 1577431481.251534, + "asctime": "2020-12-21 01:36:45,592", + "created": 1608511005.592164, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18343,15 +18404,15 @@ "lineno": 22, "message": "Result (Size of Queue after 2nd execution): 0 ()", "module": "test", - "msecs": 251.53398513793945, + "msecs": 592.1640396118164, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3324.338674545288, + "relativeCreated": 3493.9258098602295, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -18360,8 +18421,8 @@ "0", "" ], - "asctime": "2019-12-27 08:24:41,251", - "created": 1577431481.2517893, + "asctime": "2020-12-21 01:36:45,592", + "created": 1608511005.5923162, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18371,34 +18432,34 @@ "lineno": 26, "message": "Expectation (Size of Queue after 2nd execution): result = 0 ()", "module": "test", - "msecs": 251.78933143615723, + "msecs": 592.3161506652832, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3324.594020843506, + "relativeCreated": 3494.0779209136963, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 251.97267532348633, + "msecs": 592.3888683319092, "msg": "Size of Queue after 2nd execution is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3324.777364730835, + "relativeCreated": 3494.1506385803223, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00018334388732910156 + "time_consumption": 7.271766662597656e-05 }, { "args": [], - "asctime": "2019-12-27 08:24:41,253", - "created": 1577431481.2534769, + "asctime": "2020-12-21 01:36:45,595", + "created": 1608511005.5950196, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18415,8 +18476,8 @@ "[ 6, 7 ]", "" ], - "asctime": "2019-12-27 08:24:41,252", - "created": 1577431481.2522037, + "asctime": "2020-12-21 01:36:45,592", + "created": 1608511005.592718, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18426,15 +18487,15 @@ "lineno": 22, "message": "Result (Queue execution (2nd part; identified by a submitted sequence number)): [ 6, 7 ] ()", "module": "test", - "msecs": 252.20370292663574, + "msecs": 592.7178859710693, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3325.0083923339844, + "relativeCreated": 3494.4796562194824, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -18443,8 +18504,8 @@ "[ 6, 7 ]", "" ], - "asctime": "2019-12-27 08:24:41,252", - "created": 1577431481.2523634, + "asctime": "2020-12-21 01:36:45,592", + "created": 1608511005.5928924, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18454,15 +18515,15 @@ "lineno": 26, "message": "Expectation (Queue execution (2nd part; identified by a submitted sequence number)): result = [ 6, 7 ] ()", "module": "test", - "msecs": 252.3634433746338, + "msecs": 592.8924083709717, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3325.1681327819824, + "relativeCreated": 3494.6541786193848, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -18471,8 +18532,8 @@ "6", "" ], - "asctime": "2019-12-27 08:24:41,252", - "created": 1577431481.2525074, + "asctime": "2020-12-21 01:36:45,593", + "created": 1608511005.593054, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18482,15 +18543,15 @@ "lineno": 22, "message": "Result (Submitted value number 1): 6 ()", "module": "test", - "msecs": 252.50744819641113, + "msecs": 593.0540561676025, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3325.3121376037598, + "relativeCreated": 3494.8158264160156, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -18499,8 +18560,8 @@ "6", "" ], - "asctime": "2019-12-27 08:24:41,252", - "created": 1577431481.2526898, + "asctime": "2020-12-21 01:36:45,593", + "created": 1608511005.5933099, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18510,15 +18571,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 6 ()", "module": "test", - "msecs": 252.68983840942383, + "msecs": 593.3098793029785, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3325.4945278167725, + "relativeCreated": 3495.0716495513916, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -18526,8 +18587,8 @@ "6", "" ], - "asctime": "2019-12-27 08:24:41,252", - "created": 1577431481.2528832, + "asctime": "2020-12-21 01:36:45,593", + "created": 1608511005.593604, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18537,15 +18598,15 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 6 and Type is ).", "module": "test", - "msecs": 252.8831958770752, + "msecs": 593.6040878295898, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3325.687885284424, + "relativeCreated": 3495.365858078003, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -18554,8 +18615,8 @@ "7", "" ], - "asctime": "2019-12-27 08:24:41,253", - "created": 1577431481.2530217, + "asctime": "2020-12-21 01:36:45,593", + "created": 1608511005.5939853, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18565,15 +18626,15 @@ "lineno": 22, "message": "Result (Submitted value number 2): 7 ()", "module": "test", - "msecs": 253.0217170715332, + "msecs": 593.9853191375732, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3325.826406478882, + "relativeCreated": 3495.7470893859863, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -18582,8 +18643,8 @@ "7", "" ], - "asctime": "2019-12-27 08:24:41,253", - "created": 1577431481.253161, + "asctime": "2020-12-21 01:36:45,594", + "created": 1608511005.594374, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18593,15 +18654,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 7 ()", "module": "test", - "msecs": 253.16095352172852, + "msecs": 594.3739414215088, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3325.965642929077, + "relativeCreated": 3496.135711669922, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -18609,8 +18670,8 @@ "7", "" ], - "asctime": "2019-12-27 08:24:41,253", - "created": 1577431481.2532852, + "asctime": "2020-12-21 01:36:45,594", + "created": 1608511005.5947304, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18620,41 +18681,41 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 7 and Type is ).", "module": "test", - "msecs": 253.28516960144043, + "msecs": 594.7303771972656, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3326.089859008789, + "relativeCreated": 3496.4921474456787, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 253.4768581390381, + "msecs": 595.0195789337158, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3326.2815475463867, + "relativeCreated": 3496.781349182129, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00019168853759765625 + "time_consumption": 0.0002892017364501953 } ], - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.10470032691955566, - "time_finished": "2019-12-27 08:24:41,253", - "time_start": "2019-12-27 08:24:41,148" + "time_consumption": 0.10561132431030273, + "time_finished": "2020-12-21 01:36:45,595", + "time_start": "2020-12-21 01:36:45,489" }, "pylibs.task.threaded_queue: Test enqueue while queue is running": { "args": null, - "asctime": "2019-12-27 08:24:44,171", - "created": 1577431484.171688, + "asctime": "2020-12-21 01:36:48,531", + "created": 1608511008.531175, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18665,13 +18726,13 @@ "message": "pylibs.task.threaded_queue: Test enqueue while queue is running", "module": "__init__", "moduleLogger": [], - "msecs": 171.68807983398438, + "msecs": 531.174898147583, "msg": "pylibs.task.threaded_queue: Test enqueue while queue is running", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/__init__.py", - "process": 5074, + "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6244.492769241333, + "relativeCreated": 6432.936668395996, "stack_info": null, "testcaseLogger": [ { @@ -18679,8 +18740,8 @@ "0", "" ], - "asctime": "2019-12-27 08:24:44,171", - "created": 1577431484.1719058, + "asctime": "2020-12-21 01:36:48,531", + "created": 1608511008.5315814, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18697,8 +18758,8 @@ "0", "" ], - "asctime": "2019-12-27 08:24:44,171", - "created": 1577431484.1718042, + "asctime": "2020-12-21 01:36:48,531", + "created": 1608511008.5314238, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18708,15 +18769,15 @@ "lineno": 22, "message": "Result (Size of Queue before execution): 0 ()", "module": "test", - "msecs": 171.80418968200684, + "msecs": 531.423807144165, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6244.6088790893555, + "relativeCreated": 6433.185577392578, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -18725,8 +18786,8 @@ "0", "" ], - "asctime": "2019-12-27 08:24:44,171", - "created": 1577431484.1718564, + "asctime": "2020-12-21 01:36:48,531", + "created": 1608511008.5315037, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18736,34 +18797,34 @@ "lineno": 26, "message": "Expectation (Size of Queue before execution): result = 0 ()", "module": "test", - "msecs": 171.85640335083008, + "msecs": 531.5036773681641, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6244.661092758179, + "relativeCreated": 6433.265447616577, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 171.9057559967041, + "msecs": 531.5814018249512, "msg": "Size of Queue before execution is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6244.710445404053, + "relativeCreated": 6433.343172073364, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 4.935264587402344e-05 + "time_consumption": 7.772445678710938e-05 }, { "args": [], - "asctime": "2019-12-27 08:24:44,272", - "created": 1577431484.2729044, + "asctime": "2020-12-21 01:36:48,636", + "created": 1608511008.6368706, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -18776,8 +18837,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 08:24:44,171", - "created": 1577431484.1719644, + "asctime": "2020-12-21 01:36:48,531", + "created": 1608511008.5316887, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -18787,15 +18848,15 @@ "lineno": 69, "message": "Starting Queue execution (run)", "module": "test_threaded_queue", - "msecs": 171.9644069671631, + "msecs": 531.6886901855469, "msg": "Starting Queue execution (run)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 5074, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6244.769096374512, + "relativeCreated": 6433.45046043396, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -18804,8 +18865,8 @@ 6, 0.1 ], - "asctime": "2019-12-27 08:24:44,172", - "created": 1577431484.1722038, + "asctime": "2020-12-21 01:36:48,532", + "created": 1608511008.5320866, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -18815,15 +18876,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": 172.20377922058105, + "msecs": 532.0866107940674, "msg": "Adding Task %d with Priority %d and waiting for %.1fs (half of the queue task delay time)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 5074, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6245.00846862793, + "relativeCreated": 6433.8483810424805, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -18831,8 +18892,8 @@ 3, 3 ], - "asctime": "2019-12-27 08:24:44,272", - "created": 1577431484.2725263, + "asctime": "2020-12-21 01:36:48,635", + "created": 1608511008.6352453, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -18842,15 +18903,15 @@ "lineno": 77, "message": "Adding Task 3 with Priority 3", "module": "test_threaded_queue", - "msecs": 272.5262641906738, + "msecs": 635.2453231811523, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 5074, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6345.3309535980225, + "relativeCreated": 6537.007093429565, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -18858,8 +18919,8 @@ 2, 2 ], - "asctime": "2019-12-27 08:24:44,272", - "created": 1577431484.272716, + "asctime": "2020-12-21 01:36:48,636", + "created": 1608511008.636117, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -18869,15 +18930,15 @@ "lineno": 77, "message": "Adding Task 2 with Priority 2", "module": "test_threaded_queue", - "msecs": 272.7160453796387, + "msecs": 636.1169815063477, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 5074, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6345.520734786987, + "relativeCreated": 6537.878751754761, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -18885,8 +18946,8 @@ 1, 1 ], - "asctime": "2019-12-27 08:24:44,272", - "created": 1577431484.272826, + "asctime": "2020-12-21 01:36:48,636", + "created": 1608511008.6365924, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -18896,37 +18957,37 @@ "lineno": 77, "message": "Adding Task 1 with Priority 1", "module": "test_threaded_queue", - "msecs": 272.8259563446045, + "msecs": 636.5923881530762, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 5074, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6345.630645751953, + "relativeCreated": 6538.354158401489, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 272.9043960571289, + "msecs": 636.8706226348877, "msg": "Enqueued 2 tasks.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 5074, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6345.7090854644775, + "relativeCreated": 6538.632392883301, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 7.843971252441406e-05 + "time_consumption": 0.00027823448181152344 }, { "args": [ "0", "" ], - "asctime": "2019-12-27 08:24:44,774", - "created": 1577431484.7744424, + "asctime": "2020-12-21 01:36:49,139", + "created": 1608511009.13951, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18943,8 +19004,8 @@ "0", "" ], - "asctime": "2019-12-27 08:24:44,774", - "created": 1577431484.7740293, + "asctime": "2020-12-21 01:36:49,138", + "created": 1608511009.1389418, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18954,15 +19015,15 @@ "lineno": 22, "message": "Result (Size of Queue after execution): 0 ()", "module": "test", - "msecs": 774.0292549133301, + "msecs": 138.94176483154297, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6846.833944320679, + "relativeCreated": 7040.703535079956, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -18971,8 +19032,8 @@ "0", "" ], - "asctime": "2019-12-27 08:24:44,774", - "created": 1577431484.7742808, + "asctime": "2020-12-21 01:36:49,139", + "created": 1608511009.139337, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18982,34 +19043,34 @@ "lineno": 26, "message": "Expectation (Size of Queue after execution): result = 0 ()", "module": "test", - "msecs": 774.2807865142822, + "msecs": 139.33706283569336, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6847.085475921631, + "relativeCreated": 7041.098833084106, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 774.4424343109131, + "msecs": 139.509916305542, "msg": "Size of Queue after execution is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6847.247123718262, + "relativeCreated": 7041.271686553955, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00016164779663085938 + "time_consumption": 0.0001728534698486328 }, { "args": [], - "asctime": "2019-12-27 08:24:44,776", - "created": 1577431484.776536, + "asctime": "2020-12-21 01:36:49,141", + "created": 1608511009.141661, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19026,8 +19087,8 @@ "[ 6, 1, 2, 3 ]", "" ], - "asctime": "2019-12-27 08:24:44,774", - "created": 1577431484.7746706, + "asctime": "2020-12-21 01:36:49,139", + "created": 1608511009.139844, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19037,15 +19098,15 @@ "lineno": 22, "message": "Result (Queue execution (identified by a submitted sequence number)): [ 6, 1, 2, 3 ] ()", "module": "test", - "msecs": 774.6706008911133, + "msecs": 139.84394073486328, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6847.475290298462, + "relativeCreated": 7041.605710983276, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -19054,8 +19115,8 @@ "[ 6, 1, 2, 3 ]", "" ], - "asctime": "2019-12-27 08:24:44,774", - "created": 1577431484.774844, + "asctime": "2020-12-21 01:36:49,140", + "created": 1608511009.140003, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19065,15 +19126,15 @@ "lineno": 26, "message": "Expectation (Queue execution (identified by a submitted sequence number)): result = [ 6, 1, 2, 3 ] ()", "module": "test", - "msecs": 774.8439311981201, + "msecs": 140.00296592712402, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6847.648620605469, + "relativeCreated": 7041.764736175537, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -19082,8 +19143,8 @@ "6", "" ], - "asctime": "2019-12-27 08:24:44,774", - "created": 1577431484.7749877, + "asctime": "2020-12-21 01:36:49,140", + "created": 1608511009.140154, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19093,15 +19154,15 @@ "lineno": 22, "message": "Result (Submitted value number 1): 6 ()", "module": "test", - "msecs": 774.9876976013184, + "msecs": 140.1538848876953, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6847.792387008667, + "relativeCreated": 7041.915655136108, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -19110,8 +19171,8 @@ "6", "" ], - "asctime": "2019-12-27 08:24:44,775", - "created": 1577431484.775112, + "asctime": "2020-12-21 01:36:49,140", + "created": 1608511009.140272, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19121,15 +19182,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 6 ()", "module": "test", - "msecs": 775.1119136810303, + "msecs": 140.2719020843506, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6847.916603088379, + "relativeCreated": 7042.033672332764, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -19137,8 +19198,8 @@ "6", "" ], - "asctime": "2019-12-27 08:24:44,775", - "created": 1577431484.775258, + "asctime": "2020-12-21 01:36:49,140", + "created": 1608511009.140395, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19148,15 +19209,15 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 6 and Type is ).", "module": "test", - "msecs": 775.2580642700195, + "msecs": 140.394926071167, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6848.062753677368, + "relativeCreated": 7042.15669631958, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -19165,8 +19226,8 @@ "1", "" ], - "asctime": "2019-12-27 08:24:44,775", - "created": 1577431484.7754045, + "asctime": "2020-12-21 01:36:49,140", + "created": 1608511009.140579, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19176,15 +19237,15 @@ "lineno": 22, "message": "Result (Submitted value number 2): 1 ()", "module": "test", - "msecs": 775.4044532775879, + "msecs": 140.5789852142334, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6848.2091426849365, + "relativeCreated": 7042.3407554626465, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -19193,8 +19254,8 @@ "1", "" ], - "asctime": "2019-12-27 08:24:44,775", - "created": 1577431484.775529, + "asctime": "2020-12-21 01:36:49,140", + "created": 1608511009.1407034, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19204,15 +19265,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 1 ()", "module": "test", - "msecs": 775.5289077758789, + "msecs": 140.7034397125244, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6848.3335971832275, + "relativeCreated": 7042.4652099609375, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -19220,8 +19281,8 @@ "1", "" ], - "asctime": "2019-12-27 08:24:44,775", - "created": 1577431484.7756624, + "asctime": "2020-12-21 01:36:49,140", + "created": 1608511009.1408231, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19231,15 +19292,15 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 775.6624221801758, + "msecs": 140.8231258392334, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6848.467111587524, + "relativeCreated": 7042.5848960876465, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -19248,8 +19309,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:44,775", - "created": 1577431484.7757907, + "asctime": "2020-12-21 01:36:49,140", + "created": 1608511009.1409402, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19259,15 +19320,15 @@ "lineno": 22, "message": "Result (Submitted value number 3): 2 ()", "module": "test", - "msecs": 775.7906913757324, + "msecs": 140.94018936157227, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6848.595380783081, + "relativeCreated": 7042.701959609985, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -19276,8 +19337,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:44,775", - "created": 1577431484.7759123, + "asctime": "2020-12-21 01:36:49,141", + "created": 1608511009.14108, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19287,15 +19348,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 3): result = 2 ()", "module": "test", - "msecs": 775.9122848510742, + "msecs": 141.07990264892578, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6848.716974258423, + "relativeCreated": 7042.841672897339, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -19303,8 +19364,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:44,776", - "created": 1577431484.7760355, + "asctime": "2020-12-21 01:36:49,141", + "created": 1608511009.1411958, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19314,15 +19375,15 @@ "lineno": 142, "message": "Submitted value number 3 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 776.0355472564697, + "msecs": 141.19577407836914, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6848.840236663818, + "relativeCreated": 7042.957544326782, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -19331,8 +19392,8 @@ "3", "" ], - "asctime": "2019-12-27 08:24:44,776", - "created": 1577431484.7761598, + "asctime": "2020-12-21 01:36:49,141", + "created": 1608511009.1413183, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19342,15 +19403,15 @@ "lineno": 22, "message": "Result (Submitted value number 4): 3 ()", "module": "test", - "msecs": 776.1597633361816, + "msecs": 141.31832122802734, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6848.96445274353, + "relativeCreated": 7043.08009147644, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -19359,8 +19420,8 @@ "3", "" ], - "asctime": "2019-12-27 08:24:44,776", - "created": 1577431484.7762895, + "asctime": "2020-12-21 01:36:49,141", + "created": 1608511009.1414332, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19370,15 +19431,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 4): result = 3 ()", "module": "test", - "msecs": 776.2894630432129, + "msecs": 141.4332389831543, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6849.0941524505615, + "relativeCreated": 7043.195009231567, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -19386,8 +19447,8 @@ "3", "" ], - "asctime": "2019-12-27 08:24:44,776", - "created": 1577431484.7764199, + "asctime": "2020-12-21 01:36:49,141", + "created": 1608511009.141546, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19397,41 +19458,41 @@ "lineno": 142, "message": "Submitted value number 4 is correct (Content 3 and Type is ).", "module": "test", - "msecs": 776.4198780059814, + "msecs": 141.54601097106934, "msg": "Submitted value number 4 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6849.22456741333, + "relativeCreated": 7043.307781219482, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 776.5359878540039, + "msecs": 141.6609287261963, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6849.3406772613525, + "relativeCreated": 7043.422698974609, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00011610984802246094 + "time_consumption": 0.00011491775512695312 } ], - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.6048479080200195, - "time_finished": "2019-12-27 08:24:44,776", - "time_start": "2019-12-27 08:24:44,171" + "time_consumption": 0.6104860305786133, + "time_finished": "2020-12-21 01:36:49,141", + "time_start": "2020-12-21 01:36:48,531" }, "pylibs.task.threaded_queue: Test qsize and queue execution order by priority": { "args": null, - "asctime": "2019-12-27 08:24:41,257", - "created": 1577431481.2576838, + "asctime": "2020-12-21 01:36:45,611", + "created": 1608511005.6119256, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19442,19 +19503,19 @@ "message": "pylibs.task.threaded_queue: Test qsize and queue execution order by priority", "module": "__init__", "moduleLogger": [], - "msecs": 257.68375396728516, + "msecs": 611.9256019592285, "msg": "pylibs.task.threaded_queue: Test qsize and queue execution order by priority", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/__init__.py", - "process": 5074, + "pathname": "/user_data/data/dirk/prj/unittest/task/unittest/src/tests/__init__.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3330.488443374634, + "relativeCreated": 3513.6873722076416, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2019-12-27 08:24:41,258", - "created": 1577431481.2581575, + "asctime": "2020-12-21 01:36:45,614", + "created": 1608511005.6145608, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -19470,8 +19531,8 @@ 5, 5 ], - "asctime": "2019-12-27 08:24:41,257", - "created": 1577431481.2578032, + "asctime": "2020-12-21 01:36:45,613", + "created": 1608511005.6130228, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -19481,15 +19542,15 @@ "lineno": 27, "message": "Adding Task 5 with Priority 5", "module": "test_threaded_queue", - "msecs": 257.80320167541504, + "msecs": 613.0228042602539, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 5074, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3330.6078910827637, + "relativeCreated": 3514.784574508667, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -19497,8 +19558,8 @@ 3, 3 ], - "asctime": "2019-12-27 08:24:41,257", - "created": 1577431481.2578757, + "asctime": "2020-12-21 01:36:45,613", + "created": 1608511005.6135135, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -19508,15 +19569,15 @@ "lineno": 27, "message": "Adding Task 3 with Priority 3", "module": "test_threaded_queue", - "msecs": 257.8756809234619, + "msecs": 613.5134696960449, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 5074, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3330.6803703308105, + "relativeCreated": 3515.275239944458, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -19524,8 +19585,8 @@ 7, 7 ], - "asctime": "2019-12-27 08:24:41,257", - "created": 1577431481.2579374, + "asctime": "2020-12-21 01:36:45,613", + "created": 1608511005.6137245, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -19535,15 +19596,15 @@ "lineno": 27, "message": "Adding Task 7 with Priority 7", "module": "test_threaded_queue", - "msecs": 257.9374313354492, + "msecs": 613.7244701385498, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 5074, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3330.742120742798, + "relativeCreated": 3515.486240386963, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -19551,8 +19612,8 @@ 2, 2 ], - "asctime": "2019-12-27 08:24:41,257", - "created": 1577431481.257997, + "asctime": "2020-12-21 01:36:45,613", + "created": 1608511005.6139648, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -19562,15 +19623,15 @@ "lineno": 27, "message": "Adding Task 2 with Priority 2", "module": "test_threaded_queue", - "msecs": 257.9970359802246, + "msecs": 613.9647960662842, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 5074, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3330.8017253875732, + "relativeCreated": 3515.7265663146973, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -19578,8 +19639,8 @@ 6, 6 ], - "asctime": "2019-12-27 08:24:41,258", - "created": 1577431481.2580547, + "asctime": "2020-12-21 01:36:45,614", + "created": 1608511005.6142385, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -19589,15 +19650,15 @@ "lineno": 27, "message": "Adding Task 6 with Priority 6", "module": "test_threaded_queue", - "msecs": 258.0547332763672, + "msecs": 614.2385005950928, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 5074, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3330.859422683716, + "relativeCreated": 3516.000270843506, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -19605,8 +19666,8 @@ 1, 1 ], - "asctime": "2019-12-27 08:24:41,258", - "created": 1577431481.2581127, + "asctime": "2020-12-21 01:36:45,614", + "created": 1608511005.6144364, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -19616,37 +19677,37 @@ "lineno": 27, "message": "Adding Task 1 with Priority 1", "module": "test_threaded_queue", - "msecs": 258.11266899108887, + "msecs": 614.4363880157471, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 5074, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3330.9173583984375, + "relativeCreated": 3516.19815826416, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 258.15749168395996, + "msecs": 614.5608425140381, "msg": "Enqueued 6 unordered tasks.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 5074, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3330.9621810913086, + "relativeCreated": 3516.322612762451, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 4.482269287109375e-05 + "time_consumption": 0.00012445449829101562 }, { "args": [ "6", "" ], - "asctime": "2019-12-27 08:24:41,258", - "created": 1577431481.2583346, + "asctime": "2020-12-21 01:36:45,615", + "created": 1608511005.6152723, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19663,8 +19724,8 @@ "6", "" ], - "asctime": "2019-12-27 08:24:41,258", - "created": 1577431481.2582302, + "asctime": "2020-12-21 01:36:45,614", + "created": 1608511005.6149547, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19674,15 +19735,15 @@ "lineno": 22, "message": "Result (Size of Queue before execution): 6 ()", "module": "test", - "msecs": 258.23020935058594, + "msecs": 614.9547100067139, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3331.0348987579346, + "relativeCreated": 3516.716480255127, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -19691,8 +19752,8 @@ "6", "" ], - "asctime": "2019-12-27 08:24:41,258", - "created": 1577431481.2582805, + "asctime": "2020-12-21 01:36:45,615", + "created": 1608511005.6151006, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19702,34 +19763,34 @@ "lineno": 26, "message": "Expectation (Size of Queue before execution): result = 6 ()", "module": "test", - "msecs": 258.28051567077637, + "msecs": 615.100622177124, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3331.085205078125, + "relativeCreated": 3516.862392425537, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 258.3346366882324, + "msecs": 615.2722835540771, "msg": "Size of Queue before execution is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3331.139326095581, + "relativeCreated": 3517.0340538024902, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 5.412101745605469e-05 + "time_consumption": 0.000171661376953125 }, { "args": [], - "asctime": "2019-12-27 08:24:42,461", - "created": 1577431482.461276, + "asctime": "2020-12-21 01:36:46,821", + "created": 1608511006.821234, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -19742,8 +19803,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 08:24:41,258", - "created": 1577431481.258394, + "asctime": "2020-12-21 01:36:45,615", + "created": 1608511005.6154895, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -19753,21 +19814,21 @@ "lineno": 30, "message": "Starting Queue execution (run)", "module": "test_threaded_queue", - "msecs": 258.3940029144287, + "msecs": 615.4894828796387, "msg": "Starting Queue execution (run)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 5074, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 3331.1986923217773, + "relativeCreated": 3517.2512531280518, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { "args": [], - "asctime": "2019-12-27 08:24:42,260", - "created": 1577431482.2607105, + "asctime": "2020-12-21 01:36:46,620", + "created": 1608511006.6207535, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -19777,37 +19838,37 @@ "lineno": 35, "message": "Queue is empty.", "module": "test_threaded_queue", - "msecs": 260.7104778289795, + "msecs": 620.7535266876221, "msg": "Queue is empty.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 5074, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4333.515167236328, + "relativeCreated": 4522.515296936035, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 461.2760543823242, + "msecs": 821.2339878082275, "msg": "Executing Queue, till Queue is empty..", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 5074, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4534.080743789673, + "relativeCreated": 4722.995758056641, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.20056557655334473 + "time_consumption": 0.20048046112060547 }, { "args": [ "0", "" ], - "asctime": "2019-12-27 08:24:42,462", - "created": 1577431482.4620676, + "asctime": "2020-12-21 01:36:46,821", + "created": 1608511006.8216581, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19824,8 +19885,8 @@ "0", "" ], - "asctime": "2019-12-27 08:24:42,461", - "created": 1577431482.4616969, + "asctime": "2020-12-21 01:36:46,821", + "created": 1608511006.8214958, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19835,15 +19896,15 @@ "lineno": 22, "message": "Result (Size of Queue after execution): 0 ()", "module": "test", - "msecs": 461.6968631744385, + "msecs": 821.495771408081, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4534.501552581787, + "relativeCreated": 4723.257541656494, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -19852,8 +19913,8 @@ "0", "" ], - "asctime": "2019-12-27 08:24:42,461", - "created": 1577431482.461911, + "asctime": "2020-12-21 01:36:46,821", + "created": 1608511006.8215854, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19863,34 +19924,34 @@ "lineno": 26, "message": "Expectation (Size of Queue after execution): result = 0 ()", "module": "test", - "msecs": 461.9109630584717, + "msecs": 821.5854167938232, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4534.71565246582, + "relativeCreated": 4723.347187042236, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 462.0676040649414, + "msecs": 821.6581344604492, "msg": "Size of Queue after execution is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4534.87229347229, + "relativeCreated": 4723.419904708862, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00015664100646972656 + "time_consumption": 7.271766662597656e-05 }, { "args": [], - "asctime": "2019-12-27 08:24:42,465", - "created": 1577431482.4650486, + "asctime": "2020-12-21 01:36:46,823", + "created": 1608511006.8230212, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19907,8 +19968,8 @@ "[ 1, 2, 3, 5, 6, 7 ]", "" ], - "asctime": "2019-12-27 08:24:42,462", - "created": 1577431482.4622803, + "asctime": "2020-12-21 01:36:46,821", + "created": 1608511006.8217752, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19918,15 +19979,15 @@ "lineno": 22, "message": "Result (Queue execution (identified by a submitted sequence number)): [ 1, 2, 3, 5, 6, 7 ] ()", "module": "test", - "msecs": 462.2802734375, + "msecs": 821.7751979827881, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4535.084962844849, + "relativeCreated": 4723.536968231201, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -19935,8 +19996,8 @@ "[ 1, 2, 3, 5, 6, 7 ]", "" ], - "asctime": "2019-12-27 08:24:42,462", - "created": 1577431482.4624367, + "asctime": "2020-12-21 01:36:46,821", + "created": 1608511006.8218877, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19946,15 +20007,15 @@ "lineno": 26, "message": "Expectation (Queue execution (identified by a submitted sequence number)): result = [ 1, 2, 3, 5, 6, 7 ] ()", "module": "test", - "msecs": 462.4366760253906, + "msecs": 821.887731552124, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4535.241365432739, + "relativeCreated": 4723.649501800537, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -19963,8 +20024,8 @@ "1", "" ], - "asctime": "2019-12-27 08:24:42,462", - "created": 1577431482.4625793, + "asctime": "2020-12-21 01:36:46,821", + "created": 1608511006.8219814, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19974,15 +20035,15 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 ()", "module": "test", - "msecs": 462.57925033569336, + "msecs": 821.9814300537109, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4535.383939743042, + "relativeCreated": 4723.743200302124, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -19991,8 +20052,8 @@ "1", "" ], - "asctime": "2019-12-27 08:24:42,462", - "created": 1577431482.4627025, + "asctime": "2020-12-21 01:36:46,822", + "created": 1608511006.8220649, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20002,15 +20063,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 ()", "module": "test", - "msecs": 462.70251274108887, + "msecs": 822.0648765563965, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4535.5072021484375, + "relativeCreated": 4723.82664680481, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -20018,8 +20079,8 @@ "1", "" ], - "asctime": "2019-12-27 08:24:42,462", - "created": 1577431482.462829, + "asctime": "2020-12-21 01:36:46,822", + "created": 1608511006.8221426, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20029,15 +20090,15 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 462.8291130065918, + "msecs": 822.1426010131836, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4535.63380241394, + "relativeCreated": 4723.904371261597, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -20046,8 +20107,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:42,462", - "created": 1577431482.4629614, + "asctime": "2020-12-21 01:36:46,822", + "created": 1608511006.8222222, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20057,15 +20118,15 @@ "lineno": 22, "message": "Result (Submitted value number 2): 2 ()", "module": "test", - "msecs": 462.96143531799316, + "msecs": 822.2222328186035, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4535.766124725342, + "relativeCreated": 4723.984003067017, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -20074,8 +20135,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:42,463", - "created": 1577431482.4630833, + "asctime": "2020-12-21 01:36:46,822", + "created": 1608511006.8223188, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20085,15 +20146,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 2 ()", "module": "test", - "msecs": 463.08326721191406, + "msecs": 822.3187923431396, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4535.887956619263, + "relativeCreated": 4724.080562591553, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -20101,8 +20162,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:42,463", - "created": 1577431482.4632058, + "asctime": "2020-12-21 01:36:46,822", + "created": 1608511006.8223755, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20112,15 +20173,15 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 2 and Type is ).", "module": "test", - "msecs": 463.20581436157227, + "msecs": 822.3755359649658, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4536.010503768921, + "relativeCreated": 4724.137306213379, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -20129,8 +20190,8 @@ "3", "" ], - "asctime": "2019-12-27 08:24:42,463", - "created": 1577431482.4633307, + "asctime": "2020-12-21 01:36:46,822", + "created": 1608511006.8224313, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20140,15 +20201,15 @@ "lineno": 22, "message": "Result (Submitted value number 3): 3 ()", "module": "test", - "msecs": 463.3307456970215, + "msecs": 822.4313259124756, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4536.13543510437, + "relativeCreated": 4724.193096160889, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -20157,8 +20218,8 @@ "3", "" ], - "asctime": "2019-12-27 08:24:42,463", - "created": 1577431482.4634645, + "asctime": "2020-12-21 01:36:46,822", + "created": 1608511006.82248, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20168,15 +20229,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 3): result = 3 ()", "module": "test", - "msecs": 463.46449851989746, + "msecs": 822.4799633026123, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4536.269187927246, + "relativeCreated": 4724.241733551025, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -20184,8 +20245,8 @@ "3", "" ], - "asctime": "2019-12-27 08:24:42,463", - "created": 1577431482.4635868, + "asctime": "2020-12-21 01:36:46,822", + "created": 1608511006.8225312, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20195,15 +20256,15 @@ "lineno": 142, "message": "Submitted value number 3 is correct (Content 3 and Type is ).", "module": "test", - "msecs": 463.58680725097656, + "msecs": 822.5312232971191, "msg": "Submitted value number 3 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4536.391496658325, + "relativeCreated": 4724.292993545532, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -20212,8 +20273,8 @@ "5", "" ], - "asctime": "2019-12-27 08:24:42,463", - "created": 1577431482.4637117, + "asctime": "2020-12-21 01:36:46,822", + "created": 1608511006.822582, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20223,15 +20284,15 @@ "lineno": 22, "message": "Result (Submitted value number 4): 5 ()", "module": "test", - "msecs": 463.7117385864258, + "msecs": 822.5820064544678, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4536.516427993774, + "relativeCreated": 4724.343776702881, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -20240,8 +20301,8 @@ "5", "" ], - "asctime": "2019-12-27 08:24:42,463", - "created": 1577431482.4638479, + "asctime": "2020-12-21 01:36:46,822", + "created": 1608511006.8226302, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20251,15 +20312,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 4): result = 5 ()", "module": "test", - "msecs": 463.8478755950928, + "msecs": 822.6301670074463, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4536.652565002441, + "relativeCreated": 4724.391937255859, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -20267,8 +20328,8 @@ "5", "" ], - "asctime": "2019-12-27 08:24:42,463", - "created": 1577431482.463974, + "asctime": "2020-12-21 01:36:46,822", + "created": 1608511006.8226764, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20278,15 +20339,15 @@ "lineno": 142, "message": "Submitted value number 4 is correct (Content 5 and Type is ).", "module": "test", - "msecs": 463.9739990234375, + "msecs": 822.676420211792, "msg": "Submitted value number 4 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4536.778688430786, + "relativeCreated": 4724.438190460205, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -20295,8 +20356,8 @@ "6", "" ], - "asctime": "2019-12-27 08:24:42,464", - "created": 1577431482.464145, + "asctime": "2020-12-21 01:36:46,822", + "created": 1608511006.8227246, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20306,15 +20367,15 @@ "lineno": 22, "message": "Result (Submitted value number 5): 6 ()", "module": "test", - "msecs": 464.1449451446533, + "msecs": 822.7245807647705, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4536.949634552002, + "relativeCreated": 4724.486351013184, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -20323,8 +20384,8 @@ "6", "" ], - "asctime": "2019-12-27 08:24:42,464", - "created": 1577431482.4643033, + "asctime": "2020-12-21 01:36:46,822", + "created": 1608511006.8227725, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20334,15 +20395,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 5): result = 6 ()", "module": "test", - "msecs": 464.30325508117676, + "msecs": 822.7725028991699, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4537.107944488525, + "relativeCreated": 4724.534273147583, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -20350,8 +20411,8 @@ "6", "" ], - "asctime": "2019-12-27 08:24:42,464", - "created": 1577431482.464451, + "asctime": "2020-12-21 01:36:46,822", + "created": 1608511006.8228202, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20361,15 +20422,15 @@ "lineno": 142, "message": "Submitted value number 5 is correct (Content 6 and Type is ).", "module": "test", - "msecs": 464.4510746002197, + "msecs": 822.8201866149902, "msg": "Submitted value number 5 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4537.255764007568, + "relativeCreated": 4724.581956863403, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -20378,8 +20439,8 @@ "7", "" ], - "asctime": "2019-12-27 08:24:42,464", - "created": 1577431482.464606, + "asctime": "2020-12-21 01:36:46,822", + "created": 1608511006.8228793, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20389,15 +20450,15 @@ "lineno": 22, "message": "Result (Submitted value number 6): 7 ()", "module": "test", - "msecs": 464.60604667663574, + "msecs": 822.8793144226074, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4537.410736083984, + "relativeCreated": 4724.6410846710205, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -20406,8 +20467,8 @@ "7", "" ], - "asctime": "2019-12-27 08:24:42,464", - "created": 1577431482.4647367, + "asctime": "2020-12-21 01:36:46,822", + "created": 1608511006.8229265, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20417,15 +20478,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 6): result = 7 ()", "module": "test", - "msecs": 464.7367000579834, + "msecs": 822.9265213012695, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4537.541389465332, + "relativeCreated": 4724.688291549683, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -20433,8 +20494,8 @@ "7", "" ], - "asctime": "2019-12-27 08:24:42,464", - "created": 1577431482.4649265, + "asctime": "2020-12-21 01:36:46,822", + "created": 1608511006.8229723, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20444,34 +20505,34 @@ "lineno": 142, "message": "Submitted value number 6 is correct (Content 7 and Type is ).", "module": "test", - "msecs": 464.92648124694824, + "msecs": 822.972297668457, "msg": "Submitted value number 6 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4537.731170654297, + "relativeCreated": 4724.73406791687, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 465.04855155944824, + "msecs": 823.0211734771729, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4537.853240966797, + "relativeCreated": 4724.782943725586, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.0001220703125 + "time_consumption": 4.887580871582031e-05 }, { "args": [], - "asctime": "2019-12-27 08:24:42,666", - "created": 1577431482.6662824, + "asctime": "2020-12-21 01:36:47,024", + "created": 1608511007.024679, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -20484,8 +20545,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 08:24:42,465", - "created": 1577431482.4652753, + "asctime": "2020-12-21 01:36:46,823", + "created": 1608511006.823135, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -20495,15 +20556,15 @@ "lineno": 41, "message": "Expire executed", "module": "test_threaded_queue", - "msecs": 465.2752876281738, + "msecs": 823.1348991394043, "msg": "Expire executed", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 5074, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4538.0799770355225, + "relativeCreated": 4724.896669387817, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -20511,8 +20572,8 @@ 6, 6 ], - "asctime": "2019-12-27 08:24:42,665", - "created": 1577431482.6658409, + "asctime": "2020-12-21 01:36:47,023", + "created": 1608511007.0238848, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -20522,15 +20583,15 @@ "lineno": 46, "message": "Adding Task 6 with Priority 6", "module": "test_threaded_queue", - "msecs": 665.8408641815186, + "msecs": 23.88477325439453, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 5074, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4738.645553588867, + "relativeCreated": 4925.646543502808, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -20538,8 +20599,8 @@ 1, 1 ], - "asctime": "2019-12-27 08:24:42,666", - "created": 1577431482.6661334, + "asctime": "2020-12-21 01:36:47,024", + "created": 1608511007.024467, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -20549,37 +20610,37 @@ "lineno": 46, "message": "Adding Task 1 with Priority 1", "module": "test_threaded_queue", - "msecs": 666.1334037780762, + "msecs": 24.466991424560547, "msg": "Adding Task %d with Priority %d", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 5074, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4738.938093185425, + "relativeCreated": 4926.228761672974, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 666.2824153900146, + "msecs": 24.678945541381836, "msg": "Setting expire flag and enqueued again 2 tasks.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 5074, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 4739.087104797363, + "relativeCreated": 4926.440715789795, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00014901161193847656 + "time_consumption": 0.00021195411682128906 }, { "args": [ "2", "" ], - "asctime": "2019-12-27 08:24:43,669", - "created": 1577431483.669183, + "asctime": "2020-12-21 01:36:48,027", + "created": 1608511008.027644, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20596,8 +20657,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:43,668", - "created": 1577431483.6687586, + "asctime": "2020-12-21 01:36:48,027", + "created": 1608511008.027359, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20607,15 +20668,15 @@ "lineno": 22, "message": "Result (Size of Queue before restarting queue): 2 ()", "module": "test", - "msecs": 668.7586307525635, + "msecs": 27.3590087890625, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 5741.563320159912, + "relativeCreated": 5929.120779037476, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -20624,8 +20685,8 @@ "2", "" ], - "asctime": "2019-12-27 08:24:43,669", - "created": 1577431483.669019, + "asctime": "2020-12-21 01:36:48,027", + "created": 1608511008.0275207, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20635,34 +20696,34 @@ "lineno": 26, "message": "Expectation (Size of Queue before restarting queue): result = 2 ()", "module": "test", - "msecs": 669.0189838409424, + "msecs": 27.52065658569336, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 5741.823673248291, + "relativeCreated": 5929.282426834106, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 669.1830158233643, + "msecs": 27.643918991088867, "msg": "Size of Queue before restarting queue is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 5741.987705230713, + "relativeCreated": 5929.405689239502, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.000164031982421875 + "time_consumption": 0.0001232624053955078 }, { "args": [], - "asctime": "2019-12-27 08:24:44,171", - "created": 1577431484.171014, + "asctime": "2020-12-21 01:36:48,530", + "created": 1608511008.53002, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -20675,8 +20736,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 08:24:43,669", - "created": 1577431483.6694453, + "asctime": "2020-12-21 01:36:48,027", + "created": 1608511008.027812, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -20686,21 +20747,21 @@ "lineno": 54, "message": "Starting Queue execution (run)", "module": "test_threaded_queue", - "msecs": 669.445276260376, + "msecs": 27.81200408935547, "msg": "Starting Queue execution (run)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 5074, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 5742.249965667725, + "relativeCreated": 5929.573774337769, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { "args": [], - "asctime": "2019-12-27 08:24:44,170", - "created": 1577431484.1709065, + "asctime": "2020-12-21 01:36:48,529", + "created": 1608511008.5298142, "exc_info": null, "exc_text": null, "filename": "test_threaded_queue.py", @@ -20710,34 +20771,34 @@ "lineno": 60, "message": "Queue joined and stopped.", "module": "test_threaded_queue", - "msecs": 170.90654373168945, + "msecs": 529.8142433166504, "msg": "Queue joined and stopped.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 5074, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6243.711233139038, + "relativeCreated": 6431.5760135650635, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 171.01407051086426, + "msecs": 530.019998550415, "msg": "Executing Queue, till Queue is empty..", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/tests/test_threaded_queue.py", - "process": 5074, + "pathname": "src/tests/test_threaded_queue.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6243.818759918213, + "relativeCreated": 6431.781768798828, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 0.00010752677917480469 + "time_consumption": 0.00020575523376464844 }, { "args": [], - "asctime": "2019-12-27 08:24:44,171", - "created": 1577431484.1715422, + "asctime": "2020-12-21 01:36:48,530", + "created": 1608511008.5308099, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20754,8 +20815,8 @@ "[ 1, 6 ]", "" ], - "asctime": "2019-12-27 08:24:44,171", - "created": 1577431484.1711137, + "asctime": "2020-12-21 01:36:48,530", + "created": 1608511008.5302095, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20765,15 +20826,15 @@ "lineno": 22, "message": "Result (Queue execution (rerun; identified by a submitted sequence number)): [ 1, 6 ] ()", "module": "test", - "msecs": 171.1137294769287, + "msecs": 530.2095413208008, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6243.918418884277, + "relativeCreated": 6431.971311569214, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -20782,8 +20843,8 @@ "[ 1, 6 ]", "" ], - "asctime": "2019-12-27 08:24:44,171", - "created": 1577431484.1711771, + "asctime": "2020-12-21 01:36:48,530", + "created": 1608511008.5302913, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20793,15 +20854,15 @@ "lineno": 26, "message": "Expectation (Queue execution (rerun; identified by a submitted sequence number)): result = [ 1, 6 ] ()", "module": "test", - "msecs": 171.17714881896973, + "msecs": 530.2913188934326, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6243.981838226318, + "relativeCreated": 6432.053089141846, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -20810,8 +20871,8 @@ "1", "" ], - "asctime": "2019-12-27 08:24:44,171", - "created": 1577431484.1712456, + "asctime": "2020-12-21 01:36:48,530", + "created": 1608511008.5303686, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20821,15 +20882,15 @@ "lineno": 22, "message": "Result (Submitted value number 1): 1 ()", "module": "test", - "msecs": 171.24557495117188, + "msecs": 530.3685665130615, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6244.0502643585205, + "relativeCreated": 6432.130336761475, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -20838,8 +20899,8 @@ "1", "" ], - "asctime": "2019-12-27 08:24:44,171", - "created": 1577431484.1713006, + "asctime": "2020-12-21 01:36:48,530", + "created": 1608511008.5304306, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20849,15 +20910,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 1): result = 1 ()", "module": "test", - "msecs": 171.30064964294434, + "msecs": 530.4305553436279, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6244.105339050293, + "relativeCreated": 6432.192325592041, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -20865,8 +20926,8 @@ "1", "" ], - "asctime": "2019-12-27 08:24:44,171", - "created": 1577431484.1713521, + "asctime": "2020-12-21 01:36:48,530", + "created": 1608511008.5305073, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20876,15 +20937,15 @@ "lineno": 142, "message": "Submitted value number 1 is correct (Content 1 and Type is ).", "module": "test", - "msecs": 171.35214805603027, + "msecs": 530.5073261260986, "msg": "Submitted value number 1 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6244.156837463379, + "relativeCreated": 6432.269096374512, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -20893,8 +20954,8 @@ "6", "" ], - "asctime": "2019-12-27 08:24:44,171", - "created": 1577431484.1714025, + "asctime": "2020-12-21 01:36:48,530", + "created": 1608511008.530571, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20904,15 +20965,15 @@ "lineno": 22, "message": "Result (Submitted value number 2): 6 ()", "module": "test", - "msecs": 171.4024543762207, + "msecs": 530.5709838867188, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6244.207143783569, + "relativeCreated": 6432.332754135132, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -20921,8 +20982,8 @@ "6", "" ], - "asctime": "2019-12-27 08:24:44,171", - "created": 1577431484.171452, + "asctime": "2020-12-21 01:36:48,530", + "created": 1608511008.5306396, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20932,15 +20993,15 @@ "lineno": 26, "message": "Expectation (Submitted value number 2): result = 6 ()", "module": "test", - "msecs": 171.45204544067383, + "msecs": 530.6396484375, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6244.2567348480225, + "relativeCreated": 6432.401418685913, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" }, { @@ -20948,8 +21009,8 @@ "6", "" ], - "asctime": "2019-12-27 08:24:44,171", - "created": 1577431484.171498, + "asctime": "2020-12-21 01:36:48,530", + "created": 1608511008.5307102, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20959,40 +21020,40 @@ "lineno": 142, "message": "Submitted value number 2 is correct (Content 6 and Type is ).", "module": "test", - "msecs": 171.49806022644043, + "msecs": 530.7102203369141, "msg": "Submitted value number 2 is correct (Content %s and Type is %s).", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6244.302749633789, + "relativeCreated": 6432.471990585327, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread" } ], - "msecs": 171.54216766357422, + "msecs": 530.8098793029785, "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": "/user_data/data/dirk/prj/modules/task/unittest/src/unittest/test.py", - "process": 5074, + "pathname": "src/unittest/test.py", + "process": 96173, "processName": "MainProcess", - "relativeCreated": 6244.346857070923, + "relativeCreated": 6432.571649551392, "stack_info": null, - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 4.410743713378906e-05 + "time_consumption": 9.965896606445312e-05 } ], - "thread": 139854079366976, + "thread": 139675599087424, "threadName": "MainThread", - "time_consumption": 2.913858413696289, - "time_finished": "2019-12-27 08:24:44,171", - "time_start": "2019-12-27 08:24:41,257" + "time_consumption": 2.91888427734375, + "time_finished": "2020-12-21 01:36:48,530", + "time_start": "2020-12-21 01:36:45,611" } }, "testrun_id": "p3", - "time_consumption": 216.87673568725586, + "time_consumption": 216.96375584602356, "uid_list_sorted": [ "pylibs.task.delayed: Test parallel processing and timing for a delayed execution", "pylibs.task.periodic: Test periodic execution", diff --git a/_testresults_/unittest.pdf b/_testresults_/unittest.pdf index 22f7ba8..6842ce0 100644 Binary files a/_testresults_/unittest.pdf and b/_testresults_/unittest.pdf differ