From fce80cad6d8f54c5e6f0954de3dd5242136ca4d8 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Fri, 14 Mar 2025 21:19:32 +0100 Subject: [PATCH] Exception handling on loading cache --- __init__.py | 8 +- _testresults_/unittest.json | 7275 ++++++++++++++++++----------------- _testresults_/unittest.pdf | Bin 300055 -> 300526 bytes 3 files changed, 3651 insertions(+), 3632 deletions(-) diff --git a/__init__.py b/__init__.py index ca10cbb..49b3dcd 100644 --- a/__init__.py +++ b/__init__.py @@ -227,8 +227,12 @@ class property_cache_pickle(object): def _load_cache(self): if os.path.exists(self._cache_filename): - self._load_only() - return True + try: + self._load_only() + except: + logger.exception("Exception while loading cache file %s", self._cache_filename) + else: + return True else: logger.debug('Cache file does not exists (yet).') return False diff --git a/_testresults_/unittest.json b/_testresults_/unittest.json index 0d19d42..8caeef7 100644 --- a/_testresults_/unittest.json +++ b/_testresults_/unittest.json @@ -359,64 +359,69 @@ "start": 228 }, { - "coverage_state": "clean", - "end": 232, + "coverage_state": "uncovered", + "end": 233, "start": 232 }, { - "coverage_state": "covered", + "coverage_state": "clean", "end": 234, - "start": 233 + "start": 234 }, { - "coverage_state": "clean", + "coverage_state": "covered", "end": 235, "start": 235 }, { - "coverage_state": "covered", - "end": 237, + "coverage_state": "clean", + "end": 236, "start": 236 }, { - "coverage_state": "clean", + "coverage_state": "covered", "end": 238, - "start": 238 + "start": 237 }, { - "coverage_state": "covered", - "end": 247, + "coverage_state": "clean", + "end": 239, "start": 239 }, + { + "coverage_state": "covered", + "end": 241, + "start": 240 + }, { "coverage_state": "clean", - "end": 248, - "start": 248 + "end": 242, + "start": 242 }, { "coverage_state": "covered", - "end": 252, - "start": 249 + "end": 251, + "start": 243 }, { "coverage_state": "clean", - "end": 253, + "end": 252, + "start": 252 + }, + { + "coverage_state": "covered", + "end": 256, "start": 253 }, - { - "coverage_state": "covered", - "end": 257, - "start": 254 - }, { "coverage_state": "clean", - "end": 258, - "start": 258 + "end": 257, + "start": 257 }, { "coverage_state": "covered", "end": 261, - "start": 259 + "start": 258 }, { "coverage_state": "clean", @@ -425,50 +430,60 @@ }, { "coverage_state": "covered", - "end": 263, + "end": 265, "start": 263 }, { "coverage_state": "clean", - "end": 265, - "start": 264 - }, - { - "coverage_state": "covered", "end": 266, "start": 266 }, { - "coverage_state": "clean", - "end": 288, + "coverage_state": "covered", + "end": 267, "start": 267 }, + { + "coverage_state": "clean", + "end": 269, + "start": 268 + }, { "coverage_state": "covered", - "end": 292, - "start": 289 + "end": 270, + "start": 270 }, { "coverage_state": "clean", - "end": 293, - "start": 293 + "end": 292, + "start": 271 }, { "coverage_state": "covered", + "end": 296, + "start": 293 + }, + { + "coverage_state": "clean", "end": 297, - "start": 294 + "start": 297 + }, + { + "coverage_state": "covered", + "end": 301, + "start": 298 }, { "coverage_state": "clean", "end": null, - "start": 298 + "start": 302 } ], - "line_coverage": 97.24000000000001, + "line_coverage": 95.95, "name": "caching.__init__.py" } ], - "line_coverage": 97.24000000000001, + "line_coverage": 95.95, "name": "caching" } ], @@ -709,7 +724,7 @@ "Name": "caching", "State": "Released", "Supported Interpreters": "python3", - "Version": "f8bc9f00a67b9ec1dbc98cde15936107" + "Version": "abce6a22b4f9a7dccc7863351666756b" }, "testrun_list": [ { @@ -750,8 +765,8 @@ "testcases": { "_2lVAAHm7Ee-IT79pgSFFDQ": { "args": null, - "asctime": "2024-12-04 08:26:54,282", - "created": 1733297214.2820818, + "asctime": "2025-03-14 21:16:02,225", + "created": 1741983362.2252874, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -762,19 +777,19 @@ "message": "_2lVAAHm7Ee-IT79pgSFFDQ", "module": "__init__", "moduleLogger": [], - "msecs": 282.0, + "msecs": 225.0, "msg": "_2lVAAHm7Ee-IT79pgSFFDQ", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/report/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6100.238800048828, + "relativeCreated": 6092.4928188323975, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:54,282", - "created": 1733297214.2826521, + "asctime": "2025-03-14 21:16:02,225", + "created": 1741983362.2259185, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -787,8 +802,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:54,282", - "created": 1733297214.2824042, + "asctime": "2025-03-14 21:16:02,225", + "created": 1741983362.2256722, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -798,37 +813,37 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 282.0, + "msecs": 225.0, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_helpers.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6100.561141967773, + "relativeCreated": 6092.877626419067, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 282.0, + "msecs": 225.0, "msg": "Prepare: Cleanup before testcase execution", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_helpers.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6100.809097290039, + "relativeCreated": 6093.123912811279, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.000247955322265625 + "time_consumption": 0.00024628639221191406 }, { "args": [ "'string'", "" ], - "asctime": "2024-12-04 08:26:54,284", - "created": 1733297214.284307, + "asctime": "2025-03-14 21:16:02,227", + "created": 1741983362.2275717, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -841,60 +856,60 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:54,282", - "created": 1733297214.282948, + "asctime": "2025-03-14 21:16:02,226", + "created": 1741983362.226216, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 233, + "lineno": 237, "message": "Cache file does not exists (yet).", "module": "__init__", - "msecs": 282.0, + "msecs": 226.0, "msg": "Cache file does not exists (yet).", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6101.104974746704, + "relativeCreated": 6093.421459197998, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']" ], - "asctime": "2024-12-04 08:26:54,283", - "created": 1733297214.283144, + "asctime": "2025-03-14 21:16:02,226", + "created": 1741983362.2264116, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 242, + "lineno": 246, "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']", "module": "__init__", - "msecs": 283.0, + "msecs": 226.0, "msg": "Loading all data from source - %s", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6101.300954818726, + "relativeCreated": 6093.616962432861, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "str" ], - "asctime": "2024-12-04 08:26:54,283", - "created": 1733297214.2838469, + "asctime": "2025-03-14 21:16:02,227", + "created": 1741983362.2271175, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -904,15 +919,15 @@ "lineno": 157, "message": "Providing property for 'str' from cache", "module": "__init__", - "msecs": 283.0, + "msecs": 227.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6102.003812789917, + "relativeCreated": 6094.322919845581, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -921,8 +936,8 @@ "'string'", "" ], - "asctime": "2024-12-04 08:26:54,284", - "created": 1733297214.2840211, + "asctime": "2025-03-14 21:16:02,227", + "created": 1741983362.2272882, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -932,15 +947,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=str): 'string' ()", "module": "test", - "msecs": 284.0, + "msecs": 227.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6102.17809677124, + "relativeCreated": 6094.493627548218, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -950,8 +965,8 @@ "'string'", "" ], - "asctime": "2024-12-04 08:26:54,284", - "created": 1733297214.2841632, + "asctime": "2025-03-14 21:16:02,227", + "created": 1741983362.2274306, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -961,37 +976,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=str): result = 'string' ()", "module": "test", - "msecs": 284.0, + "msecs": 227.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6102.320194244385, + "relativeCreated": 6094.635963439941, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 284.0, + "msecs": 227.0, "msg": "Data from cached instance with key=str is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6102.463960647583, + "relativeCreated": 6094.7771072387695, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0001437664031982422 + "time_consumption": 0.000141143798828125 }, { "args": [ "'unicode'", "" ], - "asctime": "2024-12-04 08:26:54,284", - "created": 1733297214.2849808, + "asctime": "2025-03-14 21:16:02,228", + "created": 1741983362.2282512, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1006,8 +1021,8 @@ "args": [ "unicode" ], - "asctime": "2024-12-04 08:26:54,284", - "created": 1733297214.2845442, + "asctime": "2025-03-14 21:16:02,227", + "created": 1741983362.227818, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1017,15 +1032,15 @@ "lineno": 157, "message": "Providing property for 'unicode' from cache", "module": "__init__", - "msecs": 284.0, + "msecs": 227.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6102.701187133789, + "relativeCreated": 6095.023393630981, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -1034,8 +1049,8 @@ "'unicode'", "" ], - "asctime": "2024-12-04 08:26:54,284", - "created": 1733297214.2847064, + "asctime": "2025-03-14 21:16:02,227", + "created": 1741983362.2279801, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1045,15 +1060,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=unicode): 'unicode' ()", "module": "test", - "msecs": 284.0, + "msecs": 227.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6102.863311767578, + "relativeCreated": 6095.1855182647705, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -1063,8 +1078,8 @@ "'unicode'", "" ], - "asctime": "2024-12-04 08:26:54,284", - "created": 1733297214.2848437, + "asctime": "2025-03-14 21:16:02,228", + "created": 1741983362.2281163, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1074,37 +1089,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=unicode): result = 'unicode' ()", "module": "test", - "msecs": 284.0, + "msecs": 228.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6103.000640869141, + "relativeCreated": 6095.3216552734375, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 284.0, + "msecs": 228.0, "msg": "Data from cached instance with key=unicode is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6103.137731552124, + "relativeCreated": 6095.456600189209, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00013709068298339844 + "time_consumption": 0.00013494491577148438 }, { "args": [ "17", "" ], - "asctime": "2024-12-04 08:26:54,285", - "created": 1733297214.2856429, + "asctime": "2025-03-14 21:16:02,228", + "created": 1741983362.2288933, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1119,8 +1134,8 @@ "args": [ "integer" ], - "asctime": "2024-12-04 08:26:54,285", - "created": 1733297214.285201, + "asctime": "2025-03-14 21:16:02,228", + "created": 1741983362.22847, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1130,15 +1145,15 @@ "lineno": 157, "message": "Providing property for 'integer' from cache", "module": "__init__", - "msecs": 285.0, + "msecs": 228.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6103.358030319214, + "relativeCreated": 6095.675468444824, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -1147,8 +1162,8 @@ "17", "" ], - "asctime": "2024-12-04 08:26:54,285", - "created": 1733297214.285357, + "asctime": "2025-03-14 21:16:02,228", + "created": 1741983362.2286263, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1158,15 +1173,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=integer): 17 ()", "module": "test", - "msecs": 285.0, + "msecs": 228.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6103.513956069946, + "relativeCreated": 6095.831632614136, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -1176,8 +1191,8 @@ "17", "" ], - "asctime": "2024-12-04 08:26:54,285", - "created": 1733297214.2855058, + "asctime": "2025-03-14 21:16:02,228", + "created": 1741983362.2287598, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1187,37 +1202,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=integer): result = 17 ()", "module": "test", - "msecs": 285.0, + "msecs": 228.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6103.662729263306, + "relativeCreated": 6095.965147018433, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 285.0, + "msecs": 228.0, "msg": "Data from cached instance with key=integer is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6103.799819946289, + "relativeCreated": 6096.0986614227295, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00013709068298339844 + "time_consumption": 0.000133514404296875 }, { "args": [ "3.14159", "" ], - "asctime": "2024-12-04 08:26:54,286", - "created": 1733297214.286338, + "asctime": "2025-03-14 21:16:02,229", + "created": 1741983362.2296119, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1232,8 +1247,8 @@ "args": [ "float" ], - "asctime": "2024-12-04 08:26:54,285", - "created": 1733297214.2858927, + "asctime": "2025-03-14 21:16:02,229", + "created": 1741983362.2291179, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1243,15 +1258,15 @@ "lineno": 157, "message": "Providing property for 'float' from cache", "module": "__init__", - "msecs": 285.0, + "msecs": 229.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6104.0496826171875, + "relativeCreated": 6096.323251724243, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -1260,8 +1275,8 @@ "3.14159", "" ], - "asctime": "2024-12-04 08:26:54,286", - "created": 1733297214.2860603, + "asctime": "2025-03-14 21:16:02,229", + "created": 1741983362.22928, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1271,15 +1286,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=float): 3.14159 ()", "module": "test", - "msecs": 286.0, + "msecs": 229.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6104.217290878296, + "relativeCreated": 6096.485376358032, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -1289,8 +1304,8 @@ "3.14159", "" ], - "asctime": "2024-12-04 08:26:54,286", - "created": 1733297214.2861998, + "asctime": "2025-03-14 21:16:02,229", + "created": 1741983362.2294707, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1300,37 +1315,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=float): result = 3.14159 ()", "module": "test", - "msecs": 286.0, + "msecs": 229.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6104.35676574707, + "relativeCreated": 6096.6761112213135, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 286.0, + "msecs": 229.0, "msg": "Data from cached instance with key=float is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6104.495048522949, + "relativeCreated": 6096.817255020142, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00013828277587890625 + "time_consumption": 0.000141143798828125 }, { "args": [ "[1, 'two', '3', 4]", "" ], - "asctime": "2024-12-04 08:26:54,287", - "created": 1733297214.2871103, + "asctime": "2025-03-14 21:16:02,230", + "created": 1741983362.230419, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1345,8 +1360,8 @@ "args": [ "list" ], - "asctime": "2024-12-04 08:26:54,286", - "created": 1733297214.2865694, + "asctime": "2025-03-14 21:16:02,229", + "created": 1741983362.2298343, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1356,15 +1371,15 @@ "lineno": 157, "message": "Providing property for 'list' from cache", "module": "__init__", - "msecs": 286.0, + "msecs": 229.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6104.726314544678, + "relativeCreated": 6097.039699554443, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -1373,8 +1388,8 @@ "[ 1, 'two', '3', 4 ]", "" ], - "asctime": "2024-12-04 08:26:54,286", - "created": 1733297214.2867508, + "asctime": "2025-03-14 21:16:02,230", + "created": 1741983362.2300143, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1384,15 +1399,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=list): [ 1, 'two', '3', 4 ] ()", "module": "test", - "msecs": 286.0, + "msecs": 230.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6104.907751083374, + "relativeCreated": 6097.219705581665, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -1402,8 +1417,8 @@ "[ 1, 'two', '3', 4 ]", "" ], - "asctime": "2024-12-04 08:26:54,286", - "created": 1733297214.286915, + "asctime": "2025-03-14 21:16:02,230", + "created": 1741983362.2301676, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1413,37 +1428,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=list): result = [ 1, 'two', '3', 4 ] ()", "module": "test", - "msecs": 286.0, + "msecs": 230.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6105.072021484375, + "relativeCreated": 6097.373008728027, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 287.0, + "msecs": 230.0, "msg": "Data from cached instance with key=list is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6105.267286300659, + "relativeCreated": 6097.6243019104, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0001952648162841797 + "time_consumption": 0.0002512931823730469 }, { "args": [ "{'1': 1, '2': 'two', '3': '3', '4': 4}", "" ], - "asctime": "2024-12-04 08:26:54,287", - "created": 1733297214.2878857, + "asctime": "2025-03-14 21:16:02,231", + "created": 1741983362.2312162, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1458,8 +1473,8 @@ "args": [ "dict" ], - "asctime": "2024-12-04 08:26:54,287", - "created": 1733297214.2873378, + "asctime": "2025-03-14 21:16:02,230", + "created": 1741983362.2306561, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1469,15 +1484,15 @@ "lineno": 157, "message": "Providing property for 'dict' from cache", "module": "__init__", - "msecs": 287.0, + "msecs": 230.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6105.494737625122, + "relativeCreated": 6097.861528396606, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -1486,8 +1501,8 @@ "{ '1': 1, '2': 'two', '3': '3', '4': 4 }", "" ], - "asctime": "2024-12-04 08:26:54,287", - "created": 1733297214.287531, + "asctime": "2025-03-14 21:16:02,230", + "created": 1741983362.2308464, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1497,15 +1512,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=dict): { '1': 1, '2': 'two', '3': '3', '4': 4 } ()", "module": "test", - "msecs": 287.0, + "msecs": 230.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6105.687856674194, + "relativeCreated": 6098.0517864227295, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -1515,8 +1530,8 @@ "{ '1': 1, '2': 'two', '3': '3', '4': 4 }", "" ], - "asctime": "2024-12-04 08:26:54,287", - "created": 1733297214.2876947, + "asctime": "2025-03-14 21:16:02,231", + "created": 1741983362.2310102, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1526,37 +1541,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=dict): result = { '1': 1, '2': 'two', '3': '3', '4': 4 } ()", "module": "test", - "msecs": 287.0, + "msecs": 231.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6105.851650238037, + "relativeCreated": 6098.215579986572, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 287.0, + "msecs": 231.0, "msg": "Data from cached instance with key=dict is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6106.0426235198975, + "relativeCreated": 6098.421573638916, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00019097328186035156 + "time_consumption": 0.00020599365234375 }, { "args": [ "None", "" ], - "asctime": "2024-12-04 08:26:54,288", - "created": 1733297214.2885573, + "asctime": "2025-03-14 21:16:02,231", + "created": 1741983362.2318943, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1571,8 +1586,8 @@ "args": [ "none" ], - "asctime": "2024-12-04 08:26:54,288", - "created": 1733297214.2881205, + "asctime": "2025-03-14 21:16:02,231", + "created": 1741983362.231457, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1582,15 +1597,15 @@ "lineno": 157, "message": "Providing property for 'none' from cache", "module": "__init__", - "msecs": 288.0, + "msecs": 231.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6106.2774658203125, + "relativeCreated": 6098.662376403809, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -1599,8 +1614,8 @@ "None", "" ], - "asctime": "2024-12-04 08:26:54,288", - "created": 1733297214.2882833, + "asctime": "2025-03-14 21:16:02,231", + "created": 1741983362.2316175, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1610,15 +1625,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=none): None ()", "module": "test", - "msecs": 288.0, + "msecs": 231.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6106.440305709839, + "relativeCreated": 6098.822832107544, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -1628,8 +1643,8 @@ "None", "" ], - "asctime": "2024-12-04 08:26:54,288", - "created": 1733297214.2884219, + "asctime": "2025-03-14 21:16:02,231", + "created": 1741983362.2317564, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1639,37 +1654,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=none): result = None ()", "module": "test", - "msecs": 288.0, + "msecs": 231.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6106.578826904297, + "relativeCreated": 6098.96183013916, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 288.0, + "msecs": 231.0, "msg": "Data from cached instance with key=none is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6106.714248657227, + "relativeCreated": 6099.099636077881, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0001354217529296875 + "time_consumption": 0.00013780593872070312 }, { "args": [ "False", "" ], - "asctime": "2024-12-04 08:26:54,289", - "created": 1733297214.2891, + "asctime": "2025-03-14 21:16:02,232", + "created": 1741983362.2324402, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1686,8 +1701,8 @@ "False", "" ], - "asctime": "2024-12-04 08:26:54,288", - "created": 1733297214.2888181, + "asctime": "2025-03-14 21:16:02,232", + "created": 1741983362.2321575, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1697,15 +1712,15 @@ "lineno": 22, "message": "Result (The cache file (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_full_update_sleep.json) shall not exist): False ()", "module": "test", - "msecs": 288.0, + "msecs": 232.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6106.975078582764, + "relativeCreated": 6099.362850189209, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -1715,8 +1730,8 @@ "False", "" ], - "asctime": "2024-12-04 08:26:54,288", - "created": 1733297214.288964, + "asctime": "2025-03-14 21:16:02,232", + "created": 1741983362.232305, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1726,41 +1741,41 @@ "lineno": 26, "message": "Expectation (The cache file (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_full_update_sleep.json) shall not exist): result = False ()", "module": "test", - "msecs": 288.0, + "msecs": 232.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6107.120990753174, + "relativeCreated": 6099.510431289673, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 289.0, + "msecs": 232.0, "msg": "The cache file (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_full_update_sleep.json) shall not exist is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6107.256889343262, + "relativeCreated": 6099.645614624023, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00013589859008789062 + "time_consumption": 0.00013518333435058594 } ], - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.007018089294433594, - "time_finished": "2024-12-04 08:26:54,289", - "time_start": "2024-12-04 08:26:54,282" + "time_consumption": 0.0071527957916259766, + "time_finished": "2025-03-14 21:16:02,232", + "time_start": "2025-03-14 21:16:02,225" }, "_3wIiEHnCEe-IT79pgSFFDQ": { "args": null, - "asctime": "2024-12-04 08:26:48,259", - "created": 1733297208.2599025, + "asctime": "2025-03-14 21:15:56,205", + "created": 1741983356.2052116, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1771,19 +1786,19 @@ "message": "_3wIiEHnCEe-IT79pgSFFDQ", "module": "__init__", "moduleLogger": [], - "msecs": 259.0, + "msecs": 205.0, "msg": "_3wIiEHnCEe-IT79pgSFFDQ", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/report/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 78.05943489074707, + "relativeCreated": 72.41702079772949, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:48,260", - "created": 1733297208.2603047, + "asctime": "2025-03-14 21:15:56,205", + "created": 1741983356.2056859, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -1796,8 +1811,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:48,260", - "created": 1733297208.2601566, + "asctime": "2025-03-14 21:15:56,205", + "created": 1741983356.2055216, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -1807,36 +1822,36 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 260.0, + "msecs": 205.0, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_helpers.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 78.31358909606934, + "relativeCreated": 72.72696495056152, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 260.0, + "msecs": 205.0, "msg": "Prepare: Cleanup before testcase execution", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_helpers.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 78.4616470336914, + "relativeCreated": 72.8912353515625, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0001480579376220703 + "time_consumption": 0.00016427040100097656 }, { "args": [ "'property_cache_json'" ], - "asctime": "2024-12-04 08:26:48,260", - "created": 1733297208.2604163, + "asctime": "2025-03-14 21:15:56,205", + "created": 1741983356.205821, "exc_info": null, "exc_text": null, "filename": "test_cached_data.py", @@ -1847,15 +1862,15 @@ "message": "Prepare: First usage of 'property_cache_json' with a class holding the data to be cached", "module": "test_cached_data", "moduleLogger": [], - "msecs": 260.0, + "msecs": 205.0, "msg": "Prepare: First usage of %s with a class holding the data to be cached", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_cached_data.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 78.57322692871094, + "relativeCreated": 73.02641868591309, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -1864,8 +1879,8 @@ "'__string__'", "" ], - "asctime": "2024-12-04 08:26:48,260", - "created": 1733297208.260929, + "asctime": "2025-03-14 21:15:56,206", + "created": 1741983356.2063367, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1878,34 +1893,34 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:48,260", - "created": 1733297208.2606213, + "asctime": "2025-03-14 21:15:56,206", + "created": 1741983356.2060244, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 233, + "lineno": 237, "message": "Cache file does not exists (yet).", "module": "__init__", - "msecs": 260.0, + "msecs": 206.0, "msg": "Cache file does not exists (yet).", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 78.77826690673828, + "relativeCreated": 73.22978973388672, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "str" ], - "asctime": "2024-12-04 08:26:48,260", - "created": 1733297208.2607067, + "asctime": "2025-03-14 21:15:56,206", + "created": 1741983356.2061086, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1915,15 +1930,15 @@ "lineno": 163, "message": "Loading property for key='str' from source instance", "module": "__init__", - "msecs": 260.0, + "msecs": 206.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 78.86362075805664, + "relativeCreated": 73.31395149230957, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -1932,8 +1947,8 @@ "'__string__'", "" ], - "asctime": "2024-12-04 08:26:48,260", - "created": 1733297208.26079, + "asctime": "2025-03-14 21:15:56,206", + "created": 1741983356.2061934, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1943,15 +1958,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=str): '__string__' ()", "module": "test", - "msecs": 260.0, + "msecs": 206.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 78.94706726074219, + "relativeCreated": 73.39882850646973, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -1961,8 +1976,8 @@ "'__string__'", "" ], - "asctime": "2024-12-04 08:26:48,260", - "created": 1733297208.2608533, + "asctime": "2025-03-14 21:15:56,206", + "created": 1741983356.206261, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1972,27 +1987,27 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=str): result = '__string__' ()", "module": "test", - "msecs": 260.0, + "msecs": 206.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 79.0102481842041, + "relativeCreated": 73.46630096435547, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 260.0, + "msecs": 206.0, "msg": "Data from cached instance with key=str is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 79.0860652923584, + "relativeCreated": 73.54211807250977, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", "time_consumption": 7.581710815429688e-05 }, @@ -2001,8 +2016,8 @@ "'__unicode__'", "" ], - "asctime": "2024-12-04 08:26:48,261", - "created": 1733297208.2611902, + "asctime": "2025-03-14 21:15:56,206", + "created": 1741983356.2066097, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2017,8 +2032,8 @@ "args": [ "unicode" ], - "asctime": "2024-12-04 08:26:48,261", - "created": 1733297208.2610235, + "asctime": "2025-03-14 21:15:56,206", + "created": 1741983356.2064307, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2028,15 +2043,15 @@ "lineno": 163, "message": "Loading property for key='unicode' from source instance", "module": "__init__", - "msecs": 261.0, + "msecs": 206.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 79.18047904968262, + "relativeCreated": 73.63605499267578, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -2045,8 +2060,8 @@ "'__unicode__'", "" ], - "asctime": "2024-12-04 08:26:48,261", - "created": 1733297208.2610884, + "asctime": "2025-03-14 21:15:56,206", + "created": 1741983356.2064915, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2056,15 +2071,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=unicode): '__unicode__' ()", "module": "test", - "msecs": 261.0, + "msecs": 206.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 79.24532890319824, + "relativeCreated": 73.69685173034668, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -2074,8 +2089,8 @@ "'__unicode__'", "" ], - "asctime": "2024-12-04 08:26:48,261", - "created": 1733297208.2611394, + "asctime": "2025-03-14 21:15:56,206", + "created": 1741983356.2065418, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2085,37 +2100,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=unicode): result = '__unicode__' ()", "module": "test", - "msecs": 261.0, + "msecs": 206.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 79.29635047912598, + "relativeCreated": 73.74715805053711, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 261.0, + "msecs": 206.0, "msg": "Data from cached instance with key=unicode is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 79.34713363647461, + "relativeCreated": 73.81510734558105, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 5.078315734863281e-05 + "time_consumption": 6.794929504394531e-05 }, { "args": [ "34", "" ], - "asctime": "2024-12-04 08:26:48,261", - "created": 1733297208.2614331, + "asctime": "2025-03-14 21:15:56,206", + "created": 1741983356.2068603, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2130,8 +2145,8 @@ "args": [ "integer" ], - "asctime": "2024-12-04 08:26:48,261", - "created": 1733297208.261278, + "asctime": "2025-03-14 21:15:56,206", + "created": 1741983356.2066996, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2141,15 +2156,15 @@ "lineno": 163, "message": "Loading property for key='integer' from source instance", "module": "__init__", - "msecs": 261.0, + "msecs": 206.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 79.43487167358398, + "relativeCreated": 73.90499114990234, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -2158,8 +2173,8 @@ "34", "" ], - "asctime": "2024-12-04 08:26:48,261", - "created": 1733297208.261336, + "asctime": "2025-03-14 21:15:56,206", + "created": 1741983356.2067587, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2169,15 +2184,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=integer): 34 ()", "module": "test", - "msecs": 261.0, + "msecs": 206.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 79.49304580688477, + "relativeCreated": 73.96411895751953, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -2187,8 +2202,8 @@ "34", "" ], - "asctime": "2024-12-04 08:26:48,261", - "created": 1733297208.2613845, + "asctime": "2025-03-14 21:15:56,206", + "created": 1741983356.2068095, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2198,37 +2213,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=integer): result = 34 ()", "module": "test", - "msecs": 261.0, + "msecs": 206.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 79.54144477844238, + "relativeCreated": 74.01490211486816, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 261.0, + "msecs": 206.0, "msg": "Data from cached instance with key=integer is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 79.5900821685791, + "relativeCreated": 74.0656852722168, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 4.863739013671875e-05 + "time_consumption": 5.078315734863281e-05 }, { "args": [ "2.71828", "" ], - "asctime": "2024-12-04 08:26:48,261", - "created": 1733297208.2616823, + "asctime": "2025-03-14 21:15:56,207", + "created": 1741983356.207114, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2243,8 +2258,8 @@ "args": [ "float" ], - "asctime": "2024-12-04 08:26:48,261", - "created": 1733297208.261519, + "asctime": "2025-03-14 21:15:56,206", + "created": 1741983356.2069445, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2254,15 +2269,15 @@ "lineno": 163, "message": "Loading property for key='float' from source instance", "module": "__init__", - "msecs": 261.0, + "msecs": 206.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 79.67591285705566, + "relativeCreated": 74.14984703063965, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -2271,8 +2286,8 @@ "2.71828", "" ], - "asctime": "2024-12-04 08:26:48,261", - "created": 1733297208.2615807, + "asctime": "2025-03-14 21:15:56,207", + "created": 1741983356.2070076, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2282,15 +2297,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=float): 2.71828 ()", "module": "test", - "msecs": 261.0, + "msecs": 207.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 79.73766326904297, + "relativeCreated": 74.21302795410156, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -2300,8 +2315,8 @@ "2.71828", "" ], - "asctime": "2024-12-04 08:26:48,261", - "created": 1733297208.2616322, + "asctime": "2025-03-14 21:15:56,207", + "created": 1741983356.2070618, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2311,37 +2326,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=float): result = 2.71828 ()", "module": "test", - "msecs": 261.0, + "msecs": 207.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 79.7891616821289, + "relativeCreated": 74.26714897155762, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 261.0, + "msecs": 207.0, "msg": "Data from cached instance with key=float is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 79.83922958374023, + "relativeCreated": 74.31936264038086, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 5.0067901611328125e-05 + "time_consumption": 5.221366882324219e-05 }, { "args": [ "['one', 2, 3, '4']", "" ], - "asctime": "2024-12-04 08:26:48,261", - "created": 1733297208.2619936, + "asctime": "2025-03-14 21:15:56,207", + "created": 1741983356.2074144, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2356,8 +2371,8 @@ "args": [ "list" ], - "asctime": "2024-12-04 08:26:48,261", - "created": 1733297208.2617643, + "asctime": "2025-03-14 21:15:56,207", + "created": 1741983356.2071993, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2367,15 +2382,15 @@ "lineno": 163, "message": "Loading property for key='list' from source instance", "module": "__init__", - "msecs": 261.0, + "msecs": 207.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 79.92124557495117, + "relativeCreated": 74.40471649169922, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -2384,8 +2399,8 @@ "[ 'one', 2, 3, '4' ]", "" ], - "asctime": "2024-12-04 08:26:48,261", - "created": 1733297208.2618446, + "asctime": "2025-03-14 21:15:56,207", + "created": 1741983356.207268, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2395,15 +2410,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=list): [ 'one', 2, 3, '4' ] ()", "module": "test", - "msecs": 261.0, + "msecs": 207.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 80.0015926361084, + "relativeCreated": 74.47338104248047, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -2413,8 +2428,8 @@ "[ 'one', 2, 3, '4' ]", "" ], - "asctime": "2024-12-04 08:26:48,261", - "created": 1733297208.261909, + "asctime": "2025-03-14 21:15:56,207", + "created": 1741983356.2073267, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2424,37 +2439,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=list): result = [ 'one', 2, 3, '4' ] ()", "module": "test", - "msecs": 261.0, + "msecs": 207.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 80.06596565246582, + "relativeCreated": 74.53203201293945, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 261.0, + "msecs": 207.0, "msg": "Data from cached instance with key=list is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 80.15060424804688, + "relativeCreated": 74.61977005004883, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 8.463859558105469e-05 + "time_consumption": 8.7738037109375e-05 }, { "args": [ "{'1': '1', '2': 2, '3': 'three', '4': '4'}", "" ], - "asctime": "2024-12-04 08:26:48,262", - "created": 1733297208.2622921, + "asctime": "2025-03-14 21:15:56,207", + "created": 1741983356.2077339, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2469,8 +2484,8 @@ "args": [ "dict" ], - "asctime": "2024-12-04 08:26:48,262", - "created": 1733297208.262082, + "asctime": "2025-03-14 21:15:56,207", + "created": 1741983356.207505, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2480,15 +2495,15 @@ "lineno": 163, "message": "Loading property for key='dict' from source instance", "module": "__init__", - "msecs": 262.0, + "msecs": 207.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 80.23905754089355, + "relativeCreated": 74.71036911010742, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -2497,8 +2512,8 @@ "{ '1': '1', '2': 2, '3': 'three', '4': '4' }", "" ], - "asctime": "2024-12-04 08:26:48,262", - "created": 1733297208.2621527, + "asctime": "2025-03-14 21:15:56,207", + "created": 1741983356.2075772, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2508,15 +2523,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=dict): { '1': '1', '2': 2, '3': 'three', '4': '4' } ()", "module": "test", - "msecs": 262.0, + "msecs": 207.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 80.30962944030762, + "relativeCreated": 74.7826099395752, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -2526,8 +2541,8 @@ "{ '1': '1', '2': 2, '3': 'three', '4': '4' }", "" ], - "asctime": "2024-12-04 08:26:48,262", - "created": 1733297208.262212, + "asctime": "2025-03-14 21:15:56,207", + "created": 1741983356.207655, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2537,37 +2552,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=dict): result = { '1': '1', '2': 2, '3': 'three', '4': '4' } ()", "module": "test", - "msecs": 262.0, + "msecs": 207.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 80.3689956665039, + "relativeCreated": 74.8603343963623, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 262.0, + "msecs": 207.0, "msg": "Data from cached instance with key=dict is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 80.44910430908203, + "relativeCreated": 74.93925094604492, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 8.0108642578125e-05 + "time_consumption": 7.891654968261719e-05 }, { "args": [ "'not None'", "" ], - "asctime": "2024-12-04 08:26:48,262", - "created": 1733297208.26254, + "asctime": "2025-03-14 21:15:56,207", + "created": 1741983356.207977, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2582,8 +2597,8 @@ "args": [ "none" ], - "asctime": "2024-12-04 08:26:48,262", - "created": 1733297208.2623816, + "asctime": "2025-03-14 21:15:56,207", + "created": 1741983356.207819, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2593,15 +2608,15 @@ "lineno": 163, "message": "Loading property for key='none' from source instance", "module": "__init__", - "msecs": 262.0, + "msecs": 207.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 80.53851127624512, + "relativeCreated": 75.02436637878418, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -2610,8 +2625,8 @@ "'not None'", "" ], - "asctime": "2024-12-04 08:26:48,262", - "created": 1733297208.262441, + "asctime": "2025-03-14 21:15:56,207", + "created": 1741983356.207877, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2621,15 +2636,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=none): 'not None' ()", "module": "test", - "msecs": 262.0, + "msecs": 207.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 80.5978775024414, + "relativeCreated": 75.08230209350586, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -2639,8 +2654,8 @@ "'not None'", "" ], - "asctime": "2024-12-04 08:26:48,262", - "created": 1733297208.2624903, + "asctime": "2025-03-14 21:15:56,207", + "created": 1741983356.207929, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2650,37 +2665,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=none): result = 'not None' ()", "module": "test", - "msecs": 262.0, + "msecs": 207.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 80.64723014831543, + "relativeCreated": 75.13427734375, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 262.0, + "msecs": 207.0, "msg": "Data from cached instance with key=none is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 80.69705963134766, + "relativeCreated": 75.18243789672852, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 4.982948303222656e-05 + "time_consumption": 4.8160552978515625e-05 }, { "args": [ "5", "" ], - "asctime": "2024-12-04 08:26:48,262", - "created": 1733297208.2627866, + "asctime": "2025-03-14 21:15:56,208", + "created": 1741983356.2082248, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2695,8 +2710,8 @@ "args": [ "unknown_key" ], - "asctime": "2024-12-04 08:26:48,262", - "created": 1733297208.2626305, + "asctime": "2025-03-14 21:15:56,208", + "created": 1741983356.2080655, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2706,15 +2721,15 @@ "lineno": 179, "message": "Key 'unknown_key' is not in cached_keys. Uncached data will be returned.", "module": "__init__", - "msecs": 262.0, + "msecs": 208.0, "msg": "Key '%s' is not in cached_keys. Uncached data will be returned.", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 80.78742027282715, + "relativeCreated": 75.2708911895752, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -2723,8 +2738,8 @@ "5", "" ], - "asctime": "2024-12-04 08:26:48,262", - "created": 1733297208.262688, + "asctime": "2025-03-14 21:15:56,208", + "created": 1741983356.2081232, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2734,15 +2749,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=unknown_key): 5 ()", "module": "test", - "msecs": 262.0, + "msecs": 208.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 80.84487915039062, + "relativeCreated": 75.32858848571777, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -2752,8 +2767,8 @@ "5", "" ], - "asctime": "2024-12-04 08:26:48,262", - "created": 1733297208.2627368, + "asctime": "2025-03-14 21:15:56,208", + "created": 1741983356.2081723, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2763,41 +2778,41 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=unknown_key): result = 5 ()", "module": "test", - "msecs": 262.0, + "msecs": 208.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 80.89375495910645, + "relativeCreated": 75.3777027130127, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 262.0, + "msecs": 208.0, "msg": "Data from cached instance with key=unknown_key is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 80.94358444213867, + "relativeCreated": 75.43015480041504, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 4.982948303222656e-05 + "time_consumption": 5.245208740234375e-05 } ], - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0028841495513916016, - "time_finished": "2024-12-04 08:26:48,262", - "time_start": "2024-12-04 08:26:48,259" + "time_consumption": 0.003013134002685547, + "time_finished": "2025-03-14 21:15:56,208", + "time_start": "2025-03-14 21:15:56,205" }, "_7sFo0H55Ee-p0KSarwgncw": { "args": null, - "asctime": "2024-12-04 08:26:56,370", - "created": 1733297216.370315, + "asctime": "2025-03-14 21:16:04,318", + "created": 1741983364.3184419, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2808,19 +2823,19 @@ "message": "_7sFo0H55Ee-p0KSarwgncw", "module": "__init__", "moduleLogger": [], - "msecs": 370.0, + "msecs": 318.0, "msg": "_7sFo0H55Ee-p0KSarwgncw", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/report/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8188.472032546997, + "relativeCreated": 8185.647249221802, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,370", - "created": 1733297216.3709474, + "asctime": "2025-03-14 21:16:04,319", + "created": 1741983364.3194816, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -2833,8 +2848,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,370", - "created": 1733297216.370649, + "asctime": "2025-03-14 21:16:04,319", + "created": 1741983364.3190727, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -2844,36 +2859,36 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 370.0, + "msecs": 319.0, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_helpers.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8188.806056976318, + "relativeCreated": 8186.2781047821045, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 370.0, + "msecs": 319.0, "msg": "Prepare: Cleanup before testcase execution", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_helpers.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8189.104318618774, + "relativeCreated": 8186.686992645264, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0002982616424560547 + "time_consumption": 0.0004088878631591797 }, { "args": [ "'property_cache_json'" ], - "asctime": "2024-12-04 08:26:56,373", - "created": 1733297216.3734837, + "asctime": "2025-03-14 21:16:04,321", + "created": 1741983364.3218772, "exc_info": null, "exc_text": null, "filename": "test_dump_cache.py", @@ -2886,100 +2901,100 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,371", - "created": 1733297216.3713923, + "asctime": "2025-03-14 21:16:04,319", + "created": 1741983364.319859, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 233, + "lineno": 237, "message": "Cache file does not exists (yet).", "module": "__init__", - "msecs": 371.0, + "msecs": 319.0, "msg": "Cache file does not exists (yet).", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8189.549207687378, + "relativeCreated": 8187.064409255981, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']" ], - "asctime": "2024-12-04 08:26:56,371", - "created": 1733297216.3716078, + "asctime": "2025-03-14 21:16:04,320", + "created": 1741983364.3200765, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 242, + "lineno": 246, "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']", "module": "__init__", - "msecs": 371.0, + "msecs": 320.0, "msg": "Loading all data from source - %s", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8189.764738082886, + "relativeCreated": 8187.281847000122, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,373", - "created": 1733297216.373106, + "asctime": "2025-03-14 21:16:04,321", + "created": 1741983364.3214927, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 373.0, + "msecs": 321.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8191.26296043396, + "relativeCreated": 8188.698053359985, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 373.0, + "msecs": 321.0, "msg": "Prepare: First usage of %s with a class holding the data to be cached", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_dump_cache.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8191.640615463257, + "relativeCreated": 8189.082622528076, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.000377655029296875 + "time_consumption": 0.0003845691680908203 }, { "args": [ "'string'", "" ], - "asctime": "2024-12-04 08:26:56,374", - "created": 1733297216.3749611, + "asctime": "2025-03-14 21:16:04,323", + "created": 1741983364.3232694, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2994,34 +3009,34 @@ "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,374", - "created": 1733297216.3741763, + "asctime": "2025-03-14 21:16:04,322", + "created": 1741983364.32254, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 292, + "lineno": 296, "message": "Loading properties from cache (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 374.0, + "msecs": 322.0, "msg": "Loading properties from cache (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8192.333221435547, + "relativeCreated": 8189.7454261779785, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "str" ], - "asctime": "2024-12-04 08:26:56,374", - "created": 1733297216.3744485, + "asctime": "2025-03-14 21:16:04,322", + "created": 1741983364.3227804, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3031,15 +3046,15 @@ "lineno": 157, "message": "Providing property for 'str' from cache", "module": "__init__", - "msecs": 374.0, + "msecs": 322.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8192.60549545288, + "relativeCreated": 8189.985752105713, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -3048,8 +3063,8 @@ "'string'", "" ], - "asctime": "2024-12-04 08:26:56,374", - "created": 1733297216.3746634, + "asctime": "2025-03-14 21:16:04,322", + "created": 1741983364.3229687, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3059,15 +3074,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=str): 'string' ()", "module": "test", - "msecs": 374.0, + "msecs": 322.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8192.820310592651, + "relativeCreated": 8190.174102783203, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -3077,8 +3092,8 @@ "'string'", "" ], - "asctime": "2024-12-04 08:26:56,374", - "created": 1733297216.3748155, + "asctime": "2025-03-14 21:16:04,323", + "created": 1741983364.323122, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3088,37 +3103,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=str): result = 'string' ()", "module": "test", - "msecs": 374.0, + "msecs": 323.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8192.972421646118, + "relativeCreated": 8190.327405929565, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 374.0, + "msecs": 323.0, "msg": "Data from cached instance with key=str is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8193.11809539795, + "relativeCreated": 8190.47474861145, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0001456737518310547 + "time_consumption": 0.00014734268188476562 }, { "args": [ "'unicode'", "" ], - "asctime": "2024-12-04 08:26:56,375", - "created": 1733297216.375725, + "asctime": "2025-03-14 21:16:04,323", + "created": 1741983364.3239627, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3133,8 +3148,8 @@ "args": [ "unicode" ], - "asctime": "2024-12-04 08:26:56,375", - "created": 1733297216.3752089, + "asctime": "2025-03-14 21:16:04,323", + "created": 1741983364.3235276, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3144,15 +3159,15 @@ "lineno": 157, "message": "Providing property for 'unicode' from cache", "module": "__init__", - "msecs": 375.0, + "msecs": 323.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8193.365812301636, + "relativeCreated": 8190.732955932617, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -3161,8 +3176,8 @@ "'unicode'", "" ], - "asctime": "2024-12-04 08:26:56,375", - "created": 1733297216.3753939, + "asctime": "2025-03-14 21:16:04,323", + "created": 1741983364.3236895, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3172,15 +3187,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=unicode): 'unicode' ()", "module": "test", - "msecs": 375.0, + "msecs": 323.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8193.550825119019, + "relativeCreated": 8190.894842147827, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -3190,8 +3205,8 @@ "'unicode'", "" ], - "asctime": "2024-12-04 08:26:56,375", - "created": 1733297216.3755357, + "asctime": "2025-03-14 21:16:04,323", + "created": 1741983364.3238258, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3201,37 +3216,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=unicode): result = 'unicode' ()", "module": "test", - "msecs": 375.0, + "msecs": 323.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8193.692684173584, + "relativeCreated": 8191.031217575073, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 375.0, + "msecs": 323.0, "msg": "Data from cached instance with key=unicode is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8193.88198852539, + "relativeCreated": 8191.1680698394775, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00018930435180664062 + "time_consumption": 0.00013685226440429688 }, { "args": [ "17", "" ], - "asctime": "2024-12-04 08:26:56,376", - "created": 1733297216.3767543, + "asctime": "2025-03-14 21:16:04,325", + "created": 1741983364.3250334, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3246,8 +3261,8 @@ "args": [ "integer" ], - "asctime": "2024-12-04 08:26:56,376", - "created": 1733297216.376145, + "asctime": "2025-03-14 21:16:04,324", + "created": 1741983364.3242507, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3257,15 +3272,15 @@ "lineno": 157, "message": "Providing property for 'integer' from cache", "module": "__init__", - "msecs": 376.0, + "msecs": 324.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8194.301843643188, + "relativeCreated": 8191.456079483032, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -3274,8 +3289,8 @@ "17", "" ], - "asctime": "2024-12-04 08:26:56,376", - "created": 1733297216.3764267, + "asctime": "2025-03-14 21:16:04,324", + "created": 1741983364.324536, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3285,15 +3300,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=integer): 17 ()", "module": "test", - "msecs": 376.0, + "msecs": 324.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8194.583654403687, + "relativeCreated": 8191.741466522217, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -3303,8 +3318,8 @@ "17", "" ], - "asctime": "2024-12-04 08:26:56,376", - "created": 1733297216.376609, + "asctime": "2025-03-14 21:16:04,324", + "created": 1741983364.3247836, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3314,37 +3329,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=integer): result = 17 ()", "module": "test", - "msecs": 376.0, + "msecs": 324.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8194.7660446167, + "relativeCreated": 8191.988945007324, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 376.0, + "msecs": 325.0, "msg": "Data from cached instance with key=integer is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8194.911241531372, + "relativeCreated": 8192.238807678223, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00014519691467285156 + "time_consumption": 0.0002498626708984375 }, { "args": [ "3.14159", "" ], - "asctime": "2024-12-04 08:26:56,377", - "created": 1733297216.377479, + "asctime": "2025-03-14 21:16:04,325", + "created": 1741983364.3259735, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3359,8 +3374,8 @@ "args": [ "float" ], - "asctime": "2024-12-04 08:26:56,377", - "created": 1733297216.3770013, + "asctime": "2025-03-14 21:16:04,325", + "created": 1741983364.3254907, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3370,15 +3385,15 @@ "lineno": 157, "message": "Providing property for 'float' from cache", "module": "__init__", - "msecs": 377.0, + "msecs": 325.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8195.158243179321, + "relativeCreated": 8192.69609451294, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -3387,8 +3402,8 @@ "3.14159", "" ], - "asctime": "2024-12-04 08:26:56,377", - "created": 1733297216.3771744, + "asctime": "2025-03-14 21:16:04,325", + "created": 1741983364.3256884, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3398,15 +3413,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=float): 3.14159 ()", "module": "test", - "msecs": 377.0, + "msecs": 325.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8195.331335067749, + "relativeCreated": 8192.893743515015, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -3416,8 +3431,8 @@ "3.14159", "" ], - "asctime": "2024-12-04 08:26:56,377", - "created": 1733297216.3773189, + "asctime": "2025-03-14 21:16:04,325", + "created": 1741983364.325831, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3427,37 +3442,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=float): result = 3.14159 ()", "module": "test", - "msecs": 377.0, + "msecs": 325.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8195.475816726685, + "relativeCreated": 8193.036317825317, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 377.0, + "msecs": 325.0, "msg": "Data from cached instance with key=float is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8195.63603401184, + "relativeCreated": 8193.17889213562, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00016021728515625 + "time_consumption": 0.00014257431030273438 }, { "args": [ "[1, 'two', '3', 4]", "" ], - "asctime": "2024-12-04 08:26:56,378", - "created": 1733297216.378301, + "asctime": "2025-03-14 21:16:04,326", + "created": 1741983364.3267362, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3472,8 +3487,8 @@ "args": [ "list" ], - "asctime": "2024-12-04 08:26:56,377", - "created": 1733297216.3777113, + "asctime": "2025-03-14 21:16:04,326", + "created": 1741983364.326205, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3483,15 +3498,15 @@ "lineno": 157, "message": "Providing property for 'list' from cache", "module": "__init__", - "msecs": 377.0, + "msecs": 326.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8195.868253707886, + "relativeCreated": 8193.410396575928, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -3500,8 +3515,8 @@ "[ 1, 'two', '3', 4 ]", "" ], - "asctime": "2024-12-04 08:26:56,377", - "created": 1733297216.3779352, + "asctime": "2025-03-14 21:16:04,326", + "created": 1741983364.3263872, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3511,15 +3526,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=list): [ 1, 'two', '3', 4 ] ()", "module": "test", - "msecs": 377.0, + "msecs": 326.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8196.092128753662, + "relativeCreated": 8193.592548370361, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -3529,8 +3544,8 @@ "[ 1, 'two', '3', 4 ]", "" ], - "asctime": "2024-12-04 08:26:56,378", - "created": 1733297216.3781013, + "asctime": "2025-03-14 21:16:04,326", + "created": 1741983364.3265414, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3540,37 +3555,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=list): result = [ 1, 'two', '3', 4 ] ()", "module": "test", - "msecs": 378.0, + "msecs": 326.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8196.258306503296, + "relativeCreated": 8193.74680519104, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 378.0, + "msecs": 326.0, "msg": "Data from cached instance with key=list is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8196.457862854004, + "relativeCreated": 8193.941593170166, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0001995563507080078 + "time_consumption": 0.00019478797912597656 }, { "args": [ "{'1': 1, '2': 'two', '3': '3', '4': 4}", "" ], - "asctime": "2024-12-04 08:26:56,379", - "created": 1733297216.3791115, + "asctime": "2025-03-14 21:16:04,327", + "created": 1741983364.3275151, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3585,8 +3600,8 @@ "args": [ "dict" ], - "asctime": "2024-12-04 08:26:56,378", - "created": 1733297216.3785372, + "asctime": "2025-03-14 21:16:04,326", + "created": 1741983364.3269775, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3596,15 +3611,15 @@ "lineno": 157, "message": "Providing property for 'dict' from cache", "module": "__init__", - "msecs": 378.0, + "msecs": 326.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8196.694135665894, + "relativeCreated": 8194.182872772217, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -3613,8 +3628,8 @@ "{ '1': 1, '2': 'two', '3': '3', '4': 4 }", "" ], - "asctime": "2024-12-04 08:26:56,378", - "created": 1733297216.3787458, + "asctime": "2025-03-14 21:16:04,327", + "created": 1741983364.327167, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3624,15 +3639,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=dict): { '1': 1, '2': 'two', '3': '3', '4': 4 } ()", "module": "test", - "msecs": 378.0, + "msecs": 327.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8196.902751922607, + "relativeCreated": 8194.372415542603, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -3642,8 +3657,8 @@ "{ '1': 1, '2': 'two', '3': '3', '4': 4 }", "" ], - "asctime": "2024-12-04 08:26:56,378", - "created": 1733297216.378917, + "asctime": "2025-03-14 21:16:04,327", + "created": 1741983364.3273268, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3653,37 +3668,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=dict): result = { '1': 1, '2': 'two', '3': '3', '4': 4 } ()", "module": "test", - "msecs": 378.0, + "msecs": 327.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8197.073936462402, + "relativeCreated": 8194.5321559906, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 379.0, + "msecs": 327.0, "msg": "Data from cached instance with key=dict is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8197.26848602295, + "relativeCreated": 8194.72050666809, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.000194549560546875 + "time_consumption": 0.00018835067749023438 }, { "args": [ "'not None'", "" ], - "asctime": "2024-12-04 08:26:56,381", - "created": 1733297216.381295, + "asctime": "2025-03-14 21:16:04,329", + "created": 1741983364.3296294, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3698,8 +3713,8 @@ "args": [ "none" ], - "asctime": "2024-12-04 08:26:56,379", - "created": 1733297216.379348, + "asctime": "2025-03-14 21:16:04,327", + "created": 1741983364.32775, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3709,23 +3724,23 @@ "lineno": 157, "message": "Providing property for 'none' from cache", "module": "__init__", - "msecs": 379.0, + "msecs": 327.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8197.504997253418, + "relativeCreated": 8194.955348968506, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "none" ], - "asctime": "2024-12-04 08:26:56,379", - "created": 1733297216.3795063, + "asctime": "2025-03-14 21:16:04,327", + "created": 1741983364.3279014, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3735,25 +3750,25 @@ "lineno": 163, "message": "Loading property for key='none' from source instance", "module": "__init__", - "msecs": 379.0, + "msecs": 327.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8197.663307189941, + "relativeCreated": 8195.106744766235, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "none", "not None", - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,379", - "created": 1733297216.37965, + "asctime": "2025-03-14 21:16:04,328", + "created": 1741983364.3280418, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3761,43 +3776,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=none, value=not None with timestamp=1733297216 to chache", + "message": "Adding key=none, value=not None with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 379.0, + "msecs": 328.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8197.80707359314, + "relativeCreated": 8195.247173309326, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,380", - "created": 1733297216.380537, + "asctime": "2025-03-14 21:16:04,328", + "created": 1741983364.3288536, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 380.0, + "msecs": 328.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8198.693990707397, + "relativeCreated": 8196.058988571167, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -3806,8 +3821,8 @@ "'not None'", "" ], - "asctime": "2024-12-04 08:26:56,380", - "created": 1733297216.3809693, + "asctime": "2025-03-14 21:16:04,329", + "created": 1741983364.3292603, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3817,15 +3832,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=none): 'not None' ()", "module": "test", - "msecs": 380.0, + "msecs": 329.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8199.126243591309, + "relativeCreated": 8196.465730667114, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -3835,8 +3850,8 @@ "'not None'", "" ], - "asctime": "2024-12-04 08:26:56,381", - "created": 1733297216.3811457, + "asctime": "2025-03-14 21:16:04,329", + "created": 1741983364.3294683, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3846,41 +3861,41 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=none): result = 'not None' ()", "module": "test", - "msecs": 381.0, + "msecs": 329.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8199.302673339844, + "relativeCreated": 8196.67363166809, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 381.0, + "msecs": 329.0, "msg": "Data from cached instance with key=none is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8199.451923370361, + "relativeCreated": 8196.834802627563, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00014925003051757812 + "time_consumption": 0.00016117095947265625 } ], - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.010979890823364258, - "time_finished": "2024-12-04 08:26:56,381", - "time_start": "2024-12-04 08:26:56,370" + "time_consumption": 0.011187553405761719, + "time_finished": "2025-03-14 21:16:04,329", + "time_start": "2025-03-14 21:16:04,318" }, "_Ak9lcHvLEe-DRNATe61b9w": { "args": null, - "asctime": "2024-12-04 08:26:56,313", - "created": 1733297216.3139951, + "asctime": "2025-03-14 21:16:04,258", + "created": 1741983364.2586343, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3891,19 +3906,19 @@ "message": "_Ak9lcHvLEe-DRNATe61b9w", "module": "__init__", "moduleLogger": [], - "msecs": 313.0, + "msecs": 258.0, "msg": "_Ak9lcHvLEe-DRNATe61b9w", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/report/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8132.152080535889, + "relativeCreated": 8125.839710235596, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,314", - "created": 1733297216.3145685, + "asctime": "2025-03-14 21:16:04,259", + "created": 1741983364.259435, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -3916,8 +3931,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,314", - "created": 1733297216.3143184, + "asctime": "2025-03-14 21:16:04,259", + "created": 1741983364.2591388, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -3927,36 +3942,36 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 314.0, + "msecs": 259.0, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_helpers.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8132.47537612915, + "relativeCreated": 8126.344203948975, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 314.0, + "msecs": 259.0, "msg": "Prepare: Cleanup before testcase execution", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_helpers.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8132.725477218628, + "relativeCreated": 8126.640319824219, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00025010108947753906 + "time_consumption": 0.0002961158752441406 }, { "args": [ "'property_cache_json'" ], - "asctime": "2024-12-04 08:26:56,316", - "created": 1733297216.3166435, + "asctime": "2025-03-14 21:16:04,261", + "created": 1741983364.2615817, "exc_info": null, "exc_text": null, "filename": "test_dump_cache.py", @@ -3969,100 +3984,100 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,314", - "created": 1733297216.314869, + "asctime": "2025-03-14 21:16:04,259", + "created": 1741983364.2597463, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 233, + "lineno": 237, "message": "Cache file does not exists (yet).", "module": "__init__", - "msecs": 314.0, + "msecs": 259.0, "msg": "Cache file does not exists (yet).", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8133.025884628296, + "relativeCreated": 8126.951694488525, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']" ], - "asctime": "2024-12-04 08:26:56,315", - "created": 1733297216.3150697, + "asctime": "2025-03-14 21:16:04,259", + "created": 1741983364.2599454, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 242, + "lineno": 246, "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']", "module": "__init__", - "msecs": 315.0, + "msecs": 259.0, "msg": "Loading all data from source - %s", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8133.226633071899, + "relativeCreated": 8127.150774002075, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,316", - "created": 1733297216.3163662, + "asctime": "2025-03-14 21:16:04,261", + "created": 1741983364.2612457, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 316.0, + "msecs": 261.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8134.523153305054, + "relativeCreated": 8128.451108932495, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 316.0, + "msecs": 261.0, "msg": "Prepare: First usage of %s with a class holding the data to be cached", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_dump_cache.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8134.800434112549, + "relativeCreated": 8128.787040710449, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0002772808074951172 + "time_consumption": 0.00033593177795410156 }, { "args": [ "'__string__'", "" ], - "asctime": "2024-12-04 08:26:56,318", - "created": 1733297216.3188658, + "asctime": "2025-03-14 21:16:04,263", + "created": 1741983364.263777, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4077,32 +4092,32 @@ "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,317", - "created": 1733297216.3171978, + "asctime": "2025-03-14 21:16:04,262", + "created": 1741983364.262125, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 292, + "lineno": 296, "message": "Loading properties from cache (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 317.0, + "msecs": 262.0, "msg": "Loading properties from cache (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8135.35475730896, + "relativeCreated": 8129.330396652222, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [], - "asctime": "2024-12-04 08:26:56,317", - "created": 1733297216.3174088, + "asctime": "2025-03-14 21:16:04,262", + "created": 1741983364.2623382, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4112,23 +4127,23 @@ "lineno": 213, "message": "Data version increased, ignoring previous cache data", "module": "__init__", - "msecs": 317.0, + "msecs": 262.0, "msg": "Data version increased, ignoring previous cache data", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8135.565757751465, + "relativeCreated": 8129.5435428619385, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "str" ], - "asctime": "2024-12-04 08:26:56,317", - "created": 1733297216.3175695, + "asctime": "2025-03-14 21:16:04,262", + "created": 1741983364.2624989, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4138,25 +4153,25 @@ "lineno": 163, "message": "Loading property for key='str' from source instance", "module": "__init__", - "msecs": 317.0, + "msecs": 262.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8135.726451873779, + "relativeCreated": 8129.704236984253, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "str", "__string__", - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,317", - "created": 1733297216.3177178, + "asctime": "2025-03-14 21:16:04,262", + "created": 1741983364.2626455, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4164,43 +4179,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=str, value=__string__ with timestamp=1733297216 to chache", + "message": "Adding key=str, value=__string__ with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 317.0, + "msecs": 262.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8135.8747482299805, + "relativeCreated": 8129.8508644104, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,318", - "created": 1733297216.3182116, + "asctime": "2025-03-14 21:16:04,263", + "created": 1741983364.263105, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 318.0, + "msecs": 263.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8136.3685131073, + "relativeCreated": 8130.310297012329, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -4209,8 +4224,8 @@ "'__string__'", "" ], - "asctime": "2024-12-04 08:26:56,318", - "created": 1733297216.3185542, + "asctime": "2025-03-14 21:16:04,263", + "created": 1741983364.2634642, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4220,15 +4235,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=str): '__string__' ()", "module": "test", - "msecs": 318.0, + "msecs": 263.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8136.711120605469, + "relativeCreated": 8130.669593811035, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -4238,8 +4253,8 @@ "'__string__'", "" ], - "asctime": "2024-12-04 08:26:56,318", - "created": 1733297216.3187203, + "asctime": "2025-03-14 21:16:04,263", + "created": 1741983364.2636318, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4249,37 +4264,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=str): result = '__string__' ()", "module": "test", - "msecs": 318.0, + "msecs": 263.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8136.8772983551025, + "relativeCreated": 8130.837202072144, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 318.0, + "msecs": 263.0, "msg": "Data from cached instance with key=str is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8137.0227336883545, + "relativeCreated": 8130.982398986816, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00014543533325195312 + "time_consumption": 0.00014519691467285156 }, { "args": [ "'__unicode__'", "" ], - "asctime": "2024-12-04 08:26:56,320", - "created": 1733297216.3204596, + "asctime": "2025-03-14 21:16:04,265", + "created": 1741983364.2659373, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4294,8 +4309,8 @@ "args": [ "unicode" ], - "asctime": "2024-12-04 08:26:56,319", - "created": 1733297216.3191357, + "asctime": "2025-03-14 21:16:04,264", + "created": 1741983364.2640357, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4305,25 +4320,25 @@ "lineno": 163, "message": "Loading property for key='unicode' from source instance", "module": "__init__", - "msecs": 319.0, + "msecs": 264.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8137.2926235198975, + "relativeCreated": 8131.241083145142, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "unicode", "__unicode__", - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,319", - "created": 1733297216.319293, + "asctime": "2025-03-14 21:16:04,264", + "created": 1741983364.264188, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4331,43 +4346,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=unicode, value=__unicode__ with timestamp=1733297216 to chache", + "message": "Adding key=unicode, value=__unicode__ with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 319.0, + "msecs": 264.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8137.4499797821045, + "relativeCreated": 8131.3934326171875, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,319", - "created": 1733297216.3198016, + "asctime": "2025-03-14 21:16:04,264", + "created": 1741983364.2648678, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 319.0, + "msecs": 264.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8137.958526611328, + "relativeCreated": 8132.073163986206, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -4376,8 +4391,8 @@ "'__unicode__'", "" ], - "asctime": "2024-12-04 08:26:56,320", - "created": 1733297216.320135, + "asctime": "2025-03-14 21:16:04,265", + "created": 1741983364.2654028, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4387,15 +4402,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=unicode): '__unicode__' ()", "module": "test", - "msecs": 320.0, + "msecs": 265.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8138.292074203491, + "relativeCreated": 8132.60817527771, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -4405,8 +4420,8 @@ "'__unicode__'", "" ], - "asctime": "2024-12-04 08:26:56,320", - "created": 1733297216.3202996, + "asctime": "2025-03-14 21:16:04,265", + "created": 1741983364.2656736, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4416,37 +4431,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=unicode): result = '__unicode__' ()", "module": "test", - "msecs": 320.0, + "msecs": 265.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8138.456583023071, + "relativeCreated": 8132.879018783569, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 320.0, + "msecs": 265.0, "msg": "Data from cached instance with key=unicode is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8138.616561889648, + "relativeCreated": 8133.142709732056, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00015997886657714844 + "time_consumption": 0.0002636909484863281 }, { "args": [ "34", "" ], - "asctime": "2024-12-04 08:26:56,322", - "created": 1733297216.3224182, + "asctime": "2025-03-14 21:16:04,267", + "created": 1741983364.2677226, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4461,8 +4476,8 @@ "args": [ "integer" ], - "asctime": "2024-12-04 08:26:56,320", - "created": 1733297216.320723, + "asctime": "2025-03-14 21:16:04,266", + "created": 1741983364.2662644, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4472,25 +4487,25 @@ "lineno": 163, "message": "Loading property for key='integer' from source instance", "module": "__init__", - "msecs": 320.0, + "msecs": 266.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8138.880014419556, + "relativeCreated": 8133.469820022583, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "integer", 34, - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,320", - "created": 1733297216.3208773, + "asctime": "2025-03-14 21:16:04,266", + "created": 1741983364.2664287, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4498,43 +4513,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=integer, value=34 with timestamp=1733297216 to chache", + "message": "Adding key=integer, value=34 with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 320.0, + "msecs": 266.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8139.034271240234, + "relativeCreated": 8133.634090423584, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,321", - "created": 1733297216.3217065, + "asctime": "2025-03-14 21:16:04,267", + "created": 1741983364.2670364, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 321.0, + "msecs": 267.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8139.86349105835, + "relativeCreated": 8134.241819381714, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -4543,8 +4558,8 @@ "34", "" ], - "asctime": "2024-12-04 08:26:56,322", - "created": 1733297216.3221014, + "asctime": "2025-03-14 21:16:04,267", + "created": 1741983364.2674088, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4554,15 +4569,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=integer): 34 ()", "module": "test", - "msecs": 322.0, + "msecs": 267.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8140.258312225342, + "relativeCreated": 8134.6142292022705, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -4572,8 +4587,8 @@ "34", "" ], - "asctime": "2024-12-04 08:26:56,322", - "created": 1733297216.3222706, + "asctime": "2025-03-14 21:16:04,267", + "created": 1741983364.267576, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4583,37 +4598,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=integer): result = 34 ()", "module": "test", - "msecs": 322.0, + "msecs": 267.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8140.427589416504, + "relativeCreated": 8134.781360626221, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 322.0, + "msecs": 267.0, "msg": "Data from cached instance with key=integer is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8140.575170516968, + "relativeCreated": 8134.927988052368, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0001475811004638672 + "time_consumption": 0.00014662742614746094 }, { "args": [ "2.71828", "" ], - "asctime": "2024-12-04 08:26:56,324", - "created": 1733297216.324077, + "asctime": "2025-03-14 21:16:04,269", + "created": 1741983364.2694054, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4628,8 +4643,8 @@ "args": [ "float" ], - "asctime": "2024-12-04 08:26:56,322", - "created": 1733297216.3226788, + "asctime": "2025-03-14 21:16:04,267", + "created": 1741983364.2679799, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4639,25 +4654,25 @@ "lineno": 163, "message": "Loading property for key='float' from source instance", "module": "__init__", - "msecs": 322.0, + "msecs": 267.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8140.835762023926, + "relativeCreated": 8135.185241699219, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "float", 2.71828, - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,322", - "created": 1733297216.3228354, + "asctime": "2025-03-14 21:16:04,268", + "created": 1741983364.2681324, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4665,43 +4680,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=float, value=2.71828 with timestamp=1733297216 to chache", + "message": "Adding key=float, value=2.71828 with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 322.0, + "msecs": 268.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8140.9924030303955, + "relativeCreated": 8135.337829589844, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,323", - "created": 1733297216.3234038, + "asctime": "2025-03-14 21:16:04,268", + "created": 1741983364.268721, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 323.0, + "msecs": 268.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8141.560792922974, + "relativeCreated": 8135.9264850616455, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -4710,8 +4725,8 @@ "2.71828", "" ], - "asctime": "2024-12-04 08:26:56,323", - "created": 1733297216.3237445, + "asctime": "2025-03-14 21:16:04,269", + "created": 1741983364.2690632, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4721,15 +4736,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=float): 2.71828 ()", "module": "test", - "msecs": 323.0, + "msecs": 269.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8141.90149307251, + "relativeCreated": 8136.268615722656, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -4739,8 +4754,8 @@ "2.71828", "" ], - "asctime": "2024-12-04 08:26:56,323", - "created": 1733297216.3239126, + "asctime": "2025-03-14 21:16:04,269", + "created": 1741983364.2692282, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4750,37 +4765,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=float): result = 2.71828 ()", "module": "test", - "msecs": 323.0, + "msecs": 269.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8142.069578170776, + "relativeCreated": 8136.4336013793945, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 324.0, + "msecs": 269.0, "msg": "Data from cached instance with key=float is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8142.233848571777, + "relativeCreated": 8136.610746383667, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00016427040100097656 + "time_consumption": 0.00017714500427246094 }, { "args": [ "['one', 2, 3, '4']", "" ], - "asctime": "2024-12-04 08:26:56,325", - "created": 1733297216.3259299, + "asctime": "2025-03-14 21:16:04,271", + "created": 1741983364.271189, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4795,8 +4810,8 @@ "args": [ "list" ], - "asctime": "2024-12-04 08:26:56,324", - "created": 1733297216.3243294, + "asctime": "2025-03-14 21:16:04,269", + "created": 1741983364.2696617, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4806,15 +4821,15 @@ "lineno": 163, "message": "Loading property for key='list' from source instance", "module": "__init__", - "msecs": 324.0, + "msecs": 269.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8142.486333847046, + "relativeCreated": 8136.867046356201, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -4826,10 +4841,10 @@ 3, "4" ], - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,324", - "created": 1733297216.3244848, + "asctime": "2025-03-14 21:16:04,269", + "created": 1741983364.2698135, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4837,43 +4852,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=list, value=['one', 2, 3, '4'] with timestamp=1733297216 to chache", + "message": "Adding key=list, value=['one', 2, 3, '4'] with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 324.0, + "msecs": 269.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8142.64178276062, + "relativeCreated": 8137.018918991089, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,325", - "created": 1733297216.3251274, + "asctime": "2025-03-14 21:16:04,270", + "created": 1741983364.270441, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 325.0, + "msecs": 270.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8143.284320831299, + "relativeCreated": 8137.646436691284, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -4882,8 +4897,8 @@ "[ 'one', 2, 3, '4' ]", "" ], - "asctime": "2024-12-04 08:26:56,325", - "created": 1733297216.3254952, + "asctime": "2025-03-14 21:16:04,270", + "created": 1741983364.2708101, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4893,15 +4908,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=list): [ 'one', 2, 3, '4' ] ()", "module": "test", - "msecs": 325.0, + "msecs": 270.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8143.6522006988525, + "relativeCreated": 8138.015508651733, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -4911,8 +4926,8 @@ "[ 'one', 2, 3, '4' ]", "" ], - "asctime": "2024-12-04 08:26:56,325", - "created": 1733297216.3256814, + "asctime": "2025-03-14 21:16:04,270", + "created": 1741983364.2709904, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4922,37 +4937,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=list): result = [ 'one', 2, 3, '4' ] ()", "module": "test", - "msecs": 325.0, + "msecs": 270.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8143.838405609131, + "relativeCreated": 8138.195753097534, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 325.0, + "msecs": 271.0, "msg": "Data from cached instance with key=list is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8144.086837768555, + "relativeCreated": 8138.394355773926, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0002484321594238281 + "time_consumption": 0.00019860267639160156 }, { "args": [ "{'1': '1', '2': 2, '3': 'three', '4': '4'}", "" ], - "asctime": "2024-12-04 08:26:56,328", - "created": 1733297216.328048, + "asctime": "2025-03-14 21:16:04,273", + "created": 1741983364.273171, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4967,8 +4982,8 @@ "args": [ "dict" ], - "asctime": "2024-12-04 08:26:56,326", - "created": 1733297216.3262303, + "asctime": "2025-03-14 21:16:04,271", + "created": 1741983364.271447, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4978,15 +4993,15 @@ "lineno": 163, "message": "Loading property for key='dict' from source instance", "module": "__init__", - "msecs": 326.0, + "msecs": 271.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8144.387245178223, + "relativeCreated": 8138.652324676514, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -4998,10 +5013,10 @@ "3": "three", "4": "4" }, - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,326", - "created": 1733297216.326394, + "asctime": "2025-03-14 21:16:04,271", + "created": 1741983364.2715971, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5009,43 +5024,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=dict, value={'1': '1', '2': 2, '3': 'three', '4': '4'} with timestamp=1733297216 to chache", + "message": "Adding key=dict, value={'1': '1', '2': 2, '3': 'three', '4': '4'} with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 326.0, + "msecs": 271.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8144.551038742065, + "relativeCreated": 8138.802528381348, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,327", - "created": 1733297216.3271608, + "asctime": "2025-03-14 21:16:04,272", + "created": 1741983364.272374, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 327.0, + "msecs": 272.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8145.317792892456, + "relativeCreated": 8139.579296112061, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -5054,8 +5069,8 @@ "{ '1': '1', '2': 2, '3': 'three', '4': '4' }", "" ], - "asctime": "2024-12-04 08:26:56,327", - "created": 1733297216.3275945, + "asctime": "2025-03-14 21:16:04,272", + "created": 1741983364.2727706, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5065,15 +5080,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=dict): { '1': '1', '2': 2, '3': 'three', '4': '4' } ()", "module": "test", - "msecs": 327.0, + "msecs": 272.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8145.751476287842, + "relativeCreated": 8139.976024627686, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -5083,8 +5098,8 @@ "{ '1': '1', '2': 2, '3': 'three', '4': '4' }", "" ], - "asctime": "2024-12-04 08:26:56,327", - "created": 1733297216.3278103, + "asctime": "2025-03-14 21:16:04,272", + "created": 1741983364.2729588, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5094,37 +5109,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=dict): result = { '1': '1', '2': 2, '3': 'three', '4': '4' } ()", "module": "test", - "msecs": 327.0, + "msecs": 272.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8145.967245101929, + "relativeCreated": 8140.164136886597, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 328.0, + "msecs": 273.0, "msg": "Data from cached instance with key=dict is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8146.204948425293, + "relativeCreated": 8140.376329421997, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0002377033233642578 + "time_consumption": 0.00021219253540039062 }, { "args": [ "'not None'", "" ], - "asctime": "2024-12-04 08:26:56,330", - "created": 1733297216.330306, + "asctime": "2025-03-14 21:16:04,275", + "created": 1741983364.2750292, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5139,8 +5154,8 @@ "args": [ "none" ], - "asctime": "2024-12-04 08:26:56,328", - "created": 1733297216.3283355, + "asctime": "2025-03-14 21:16:04,273", + "created": 1741983364.2734592, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5150,25 +5165,25 @@ "lineno": 163, "message": "Loading property for key='none' from source instance", "module": "__init__", - "msecs": 328.0, + "msecs": 273.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8146.492481231689, + "relativeCreated": 8140.664577484131, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "none", "not None", - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,328", - "created": 1733297216.3285108, + "asctime": "2025-03-14 21:16:04,273", + "created": 1741983364.2736168, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5176,43 +5191,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=none, value=not None with timestamp=1733297216 to chache", + "message": "Adding key=none, value=not None with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 328.0, + "msecs": 273.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8146.667718887329, + "relativeCreated": 8140.822172164917, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,329", - "created": 1733297216.3293867, + "asctime": "2025-03-14 21:16:04,274", + "created": 1741983364.2743695, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 329.0, + "msecs": 274.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8147.543668746948, + "relativeCreated": 8141.574859619141, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -5221,8 +5236,8 @@ "'not None'", "" ], - "asctime": "2024-12-04 08:26:56,329", - "created": 1733297216.3299313, + "asctime": "2025-03-14 21:16:04,274", + "created": 1741983364.274719, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5232,15 +5247,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=none): 'not None' ()", "module": "test", - "msecs": 329.0, + "msecs": 274.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8148.088216781616, + "relativeCreated": 8141.9243812561035, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -5250,8 +5265,8 @@ "'not None'", "" ], - "asctime": "2024-12-04 08:26:56,330", - "created": 1733297216.330139, + "asctime": "2025-03-14 21:16:04,274", + "created": 1741983364.274885, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5261,41 +5276,41 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=none): result = 'not None' ()", "module": "test", - "msecs": 330.0, + "msecs": 274.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8148.295879364014, + "relativeCreated": 8142.090320587158, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 330.0, + "msecs": 275.0, "msg": "Data from cached instance with key=none is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8148.463010787964, + "relativeCreated": 8142.234563827515, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0001671314239501953 + "time_consumption": 0.0001442432403564453 } ], - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.016310930252075195, - "time_finished": "2024-12-04 08:26:56,330", - "time_start": "2024-12-04 08:26:56,313" + "time_consumption": 0.016394853591918945, + "time_finished": "2025-03-14 21:16:04,275", + "time_start": "2025-03-14 21:16:04,258" }, "_FX360HvLEe-DRNATe61b9w": { "args": null, - "asctime": "2024-12-04 08:26:56,330", - "created": 1733297216.3308825, + "asctime": "2025-03-14 21:16:04,275", + "created": 1741983364.275585, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5306,19 +5321,19 @@ "message": "_FX360HvLEe-DRNATe61b9w", "module": "__init__", "moduleLogger": [], - "msecs": 330.0, + "msecs": 275.0, "msg": "_FX360HvLEe-DRNATe61b9w", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/report/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8149.039506912231, + "relativeCreated": 8142.7903175354, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,331", - "created": 1733297216.3314774, + "asctime": "2025-03-14 21:16:04,276", + "created": 1741983364.2763638, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -5331,8 +5346,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,331", - "created": 1733297216.3312156, + "asctime": "2025-03-14 21:16:04,276", + "created": 1741983364.27609, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -5342,36 +5357,36 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 331.0, + "msecs": 276.0, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_helpers.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8149.372577667236, + "relativeCreated": 8143.2952880859375, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 331.0, + "msecs": 276.0, "msg": "Prepare: Cleanup before testcase execution", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_helpers.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8149.63436126709, + "relativeCreated": 8143.569231033325, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0002617835998535156 + "time_consumption": 0.0002739429473876953 }, { "args": [ "'property_cache_json'" ], - "asctime": "2024-12-04 08:26:56,333", - "created": 1733297216.3337748, + "asctime": "2025-03-14 21:16:04,278", + "created": 1741983364.2784305, "exc_info": null, "exc_text": null, "filename": "test_dump_cache.py", @@ -5384,100 +5399,100 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,331", - "created": 1733297216.3317766, + "asctime": "2025-03-14 21:16:04,276", + "created": 1741983364.276669, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 233, + "lineno": 237, "message": "Cache file does not exists (yet).", "module": "__init__", - "msecs": 331.0, + "msecs": 276.0, "msg": "Cache file does not exists (yet).", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8149.933576583862, + "relativeCreated": 8143.874406814575, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']" ], - "asctime": "2024-12-04 08:26:56,332", - "created": 1733297216.3320045, + "asctime": "2025-03-14 21:16:04,276", + "created": 1741983364.276865, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 242, + "lineno": 246, "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']", "module": "__init__", - "msecs": 332.0, + "msecs": 276.0, "msg": "Loading all data from source - %s", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8150.161504745483, + "relativeCreated": 8144.070386886597, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,333", - "created": 1733297216.3334668, + "asctime": "2025-03-14 21:16:04,278", + "created": 1741983364.2781487, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 333.0, + "msecs": 278.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8151.623725891113, + "relativeCreated": 8145.3540325164795, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 333.0, + "msecs": 278.0, "msg": "Prepare: First usage of %s with a class holding the data to be cached", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_dump_cache.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8151.9317626953125, + "relativeCreated": 8145.6358432769775, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00030803680419921875 + "time_consumption": 0.0002818107604980469 }, { "args": [ "'__string__'", "" ], - "asctime": "2024-12-04 08:26:56,336", - "created": 1733297216.336754, + "asctime": "2025-03-14 21:16:04,280", + "created": 1741983364.2807088, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5492,32 +5507,32 @@ "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,334", - "created": 1733297216.334412, + "asctime": "2025-03-14 21:16:04,278", + "created": 1741983364.2789664, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 292, + "lineno": 296, "message": "Loading properties from cache (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 334.0, + "msecs": 278.0, "msg": "Loading properties from cache (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8152.569055557251, + "relativeCreated": 8146.171808242798, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [], - "asctime": "2024-12-04 08:26:56,334", - "created": 1733297216.3346314, + "asctime": "2025-03-14 21:16:04,279", + "created": 1741983364.2791736, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5527,23 +5542,23 @@ "lineno": 211, "message": "Source uid changed, ignoring previous cache data", "module": "__init__", - "msecs": 334.0, + "msecs": 279.0, "msg": "Source uid changed, ignoring previous cache data", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8152.788400650024, + "relativeCreated": 8146.378993988037, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "str" ], - "asctime": "2024-12-04 08:26:56,334", - "created": 1733297216.3348024, + "asctime": "2025-03-14 21:16:04,279", + "created": 1741983364.2793372, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5553,25 +5568,25 @@ "lineno": 163, "message": "Loading property for key='str' from source instance", "module": "__init__", - "msecs": 334.0, + "msecs": 279.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8152.95934677124, + "relativeCreated": 8146.542549133301, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "str", "__string__", - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,334", - "created": 1733297216.3349545, + "asctime": "2025-03-14 21:16:04,279", + "created": 1741983364.2794843, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5579,43 +5594,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=str, value=__string__ with timestamp=1733297216 to chache", + "message": "Adding key=str, value=__string__ with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 334.0, + "msecs": 279.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8153.111457824707, + "relativeCreated": 8146.689653396606, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,335", - "created": 1733297216.335678, + "asctime": "2025-03-14 21:16:04,279", + "created": 1741983364.279957, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 335.0, + "msecs": 279.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8153.83505821228, + "relativeCreated": 8147.162437438965, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -5624,8 +5639,8 @@ "'__string__'", "" ], - "asctime": "2024-12-04 08:26:56,336", - "created": 1733297216.3362954, + "asctime": "2025-03-14 21:16:04,280", + "created": 1741983364.2803059, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5635,15 +5650,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=str): '__string__' ()", "module": "test", - "msecs": 336.0, + "msecs": 280.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8154.452323913574, + "relativeCreated": 8147.51124382019, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -5653,8 +5668,8 @@ "'__string__'", "" ], - "asctime": "2024-12-04 08:26:56,336", - "created": 1733297216.336534, + "asctime": "2025-03-14 21:16:04,280", + "created": 1741983364.2804704, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5664,37 +5679,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=str): result = '__string__' ()", "module": "test", - "msecs": 336.0, + "msecs": 280.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8154.690980911255, + "relativeCreated": 8147.6757526397705, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 336.0, + "msecs": 280.0, "msg": "Data from cached instance with key=str is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8154.911041259766, + "relativeCreated": 8147.914171218872, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0002200603485107422 + "time_consumption": 0.0002384185791015625 }, { "args": [ "'__unicode__'", "" ], - "asctime": "2024-12-04 08:26:56,338", - "created": 1733297216.338851, + "asctime": "2025-03-14 21:16:04,282", + "created": 1741983364.2829852, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5709,8 +5724,8 @@ "args": [ "unicode" ], - "asctime": "2024-12-04 08:26:56,337", - "created": 1733297216.3371708, + "asctime": "2025-03-14 21:16:04,281", + "created": 1741983364.2810488, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5720,25 +5735,25 @@ "lineno": 163, "message": "Loading property for key='unicode' from source instance", "module": "__init__", - "msecs": 337.0, + "msecs": 281.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8155.327796936035, + "relativeCreated": 8148.254156112671, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "unicode", "__unicode__", - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,337", - "created": 1733297216.3373535, + "asctime": "2025-03-14 21:16:04,281", + "created": 1741983364.2812555, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5746,43 +5761,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=unicode, value=__unicode__ with timestamp=1733297216 to chache", + "message": "Adding key=unicode, value=__unicode__ with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 337.0, + "msecs": 281.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8155.510425567627, + "relativeCreated": 8148.460865020752, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,338", - "created": 1733297216.338042, + "asctime": "2025-03-14 21:16:04,282", + "created": 1741983364.2821274, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 338.0, + "msecs": 282.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8156.198978424072, + "relativeCreated": 8149.332761764526, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -5791,8 +5806,8 @@ "'__unicode__'", "" ], - "asctime": "2024-12-04 08:26:56,338", - "created": 1733297216.3385162, + "asctime": "2025-03-14 21:16:04,282", + "created": 1741983364.2826514, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5802,15 +5817,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=unicode): '__unicode__' ()", "module": "test", - "msecs": 338.0, + "msecs": 282.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8156.673192977905, + "relativeCreated": 8149.856805801392, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -5820,8 +5835,8 @@ "'__unicode__'", "" ], - "asctime": "2024-12-04 08:26:56,338", - "created": 1733297216.3386898, + "asctime": "2025-03-14 21:16:04,282", + "created": 1741983364.2828324, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5831,37 +5846,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=unicode): result = '__unicode__' ()", "module": "test", - "msecs": 338.0, + "msecs": 282.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8156.846761703491, + "relativeCreated": 8150.03776550293, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 338.0, + "msecs": 282.0, "msg": "Data from cached instance with key=unicode is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8157.007932662964, + "relativeCreated": 8150.190591812134, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00016117095947265625 + "time_consumption": 0.00015282630920410156 }, { "args": [ "34", "" ], - "asctime": "2024-12-04 08:26:56,340", - "created": 1733297216.3404844, + "asctime": "2025-03-14 21:16:04,285", + "created": 1741983364.285196, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5876,8 +5891,8 @@ "args": [ "integer" ], - "asctime": "2024-12-04 08:26:56,339", - "created": 1733297216.3391132, + "asctime": "2025-03-14 21:16:04,283", + "created": 1741983364.2832632, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5887,25 +5902,25 @@ "lineno": 163, "message": "Loading property for key='integer' from source instance", "module": "__init__", - "msecs": 339.0, + "msecs": 283.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8157.270193099976, + "relativeCreated": 8150.468587875366, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "integer", 34, - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,339", - "created": 1733297216.339269, + "asctime": "2025-03-14 21:16:04,283", + "created": 1741983364.2834227, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5913,43 +5928,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=integer, value=34 with timestamp=1733297216 to chache", + "message": "Adding key=integer, value=34 with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 339.0, + "msecs": 283.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8157.425880432129, + "relativeCreated": 8150.628089904785, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,339", - "created": 1733297216.339811, + "asctime": "2025-03-14 21:16:04,284", + "created": 1741983364.2840877, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 339.0, + "msecs": 284.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8157.968044281006, + "relativeCreated": 8151.293039321899, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -5958,8 +5973,8 @@ "34", "" ], - "asctime": "2024-12-04 08:26:56,340", - "created": 1733297216.3401597, + "asctime": "2025-03-14 21:16:04,284", + "created": 1741983364.2846541, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5969,15 +5984,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=integer): 34 ()", "module": "test", - "msecs": 340.0, + "msecs": 284.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8158.316612243652, + "relativeCreated": 8151.859521865845, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -5987,8 +6002,8 @@ "34", "" ], - "asctime": "2024-12-04 08:26:56,340", - "created": 1733297216.3403363, + "asctime": "2025-03-14 21:16:04,284", + "created": 1741983364.284929, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5998,37 +6013,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=integer): result = 34 ()", "module": "test", - "msecs": 340.0, + "msecs": 284.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8158.493280410767, + "relativeCreated": 8152.134418487549, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 340.0, + "msecs": 285.0, "msg": "Data from cached instance with key=integer is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8158.641338348389, + "relativeCreated": 8152.401447296143, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0001480579376220703 + "time_consumption": 0.00026702880859375 }, { "args": [ "2.71828", "" ], - "asctime": "2024-12-04 08:26:56,342", - "created": 1733297216.342161, + "asctime": "2025-03-14 21:16:04,288", + "created": 1741983364.2883363, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6043,8 +6058,8 @@ "args": [ "float" ], - "asctime": "2024-12-04 08:26:56,340", - "created": 1733297216.3407357, + "asctime": "2025-03-14 21:16:04,285", + "created": 1741983364.2857041, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6054,25 +6069,25 @@ "lineno": 163, "message": "Loading property for key='float' from source instance", "module": "__init__", - "msecs": 340.0, + "msecs": 285.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8158.892631530762, + "relativeCreated": 8152.909517288208, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "float", 2.71828, - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,340", - "created": 1733297216.3408918, + "asctime": "2025-03-14 21:16:04,285", + "created": 1741983364.2859895, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6080,43 +6095,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=float, value=2.71828 with timestamp=1733297216 to chache", + "message": "Adding key=float, value=2.71828 with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 340.0, + "msecs": 285.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8159.048795700073, + "relativeCreated": 8153.194904327393, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,341", - "created": 1733297216.3414562, + "asctime": "2025-03-14 21:16:04,287", + "created": 1741983364.2870135, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 341.0, + "msecs": 287.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8159.613132476807, + "relativeCreated": 8154.218912124634, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -6125,8 +6140,8 @@ "2.71828", "" ], - "asctime": "2024-12-04 08:26:56,341", - "created": 1733297216.341792, + "asctime": "2025-03-14 21:16:04,287", + "created": 1741983364.287788, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6136,15 +6151,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=float): 2.71828 ()", "module": "test", - "msecs": 341.0, + "msecs": 287.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8159.949064254761, + "relativeCreated": 8154.993295669556, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -6154,8 +6169,8 @@ "2.71828", "" ], - "asctime": "2024-12-04 08:26:56,342", - "created": 1733297216.342001, + "asctime": "2025-03-14 21:16:04,288", + "created": 1741983364.2880845, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6165,37 +6180,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=float): result = 2.71828 ()", "module": "test", - "msecs": 342.0, + "msecs": 288.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8160.157918930054, + "relativeCreated": 8155.289888381958, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 342.0, + "msecs": 288.0, "msg": "Data from cached instance with key=float is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8160.317897796631, + "relativeCreated": 8155.541658401489, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00015997886657714844 + "time_consumption": 0.00025177001953125 }, { "args": [ "['one', 2, 3, '4']", "" ], - "asctime": "2024-12-04 08:26:56,344", - "created": 1733297216.344195, + "asctime": "2025-03-14 21:16:04,290", + "created": 1741983364.2905748, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6210,8 +6225,8 @@ "args": [ "list" ], - "asctime": "2024-12-04 08:26:56,342", - "created": 1733297216.342416, + "asctime": "2025-03-14 21:16:04,288", + "created": 1741983364.2887375, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6221,15 +6236,15 @@ "lineno": 163, "message": "Loading property for key='list' from source instance", "module": "__init__", - "msecs": 342.0, + "msecs": 288.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8160.5730056762695, + "relativeCreated": 8155.942916870117, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -6241,10 +6256,10 @@ 3, "4" ], - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,342", - "created": 1733297216.3425705, + "asctime": "2025-03-14 21:16:04,288", + "created": 1741983364.2889166, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6252,43 +6267,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=list, value=['one', 2, 3, '4'] with timestamp=1733297216 to chache", + "message": "Adding key=list, value=['one', 2, 3, '4'] with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 342.0, + "msecs": 288.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8160.727500915527, + "relativeCreated": 8156.1219692230225, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,343", - "created": 1733297216.3432214, + "asctime": "2025-03-14 21:16:04,289", + "created": 1741983364.289719, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 343.0, + "msecs": 289.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8161.378383636475, + "relativeCreated": 8156.924486160278, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -6297,8 +6312,8 @@ "[ 'one', 2, 3, '4' ]", "" ], - "asctime": "2024-12-04 08:26:56,343", - "created": 1733297216.3437505, + "asctime": "2025-03-14 21:16:04,290", + "created": 1741983364.290164, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6308,15 +6323,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=list): [ 'one', 2, 3, '4' ] ()", "module": "test", - "msecs": 343.0, + "msecs": 290.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8161.907434463501, + "relativeCreated": 8157.369375228882, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -6326,8 +6341,8 @@ "[ 'one', 2, 3, '4' ]", "" ], - "asctime": "2024-12-04 08:26:56,343", - "created": 1733297216.3439672, + "asctime": "2025-03-14 21:16:04,290", + "created": 1741983364.2903574, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6337,37 +6352,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=list): result = [ 'one', 2, 3, '4' ] ()", "module": "test", - "msecs": 343.0, + "msecs": 290.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8162.124156951904, + "relativeCreated": 8157.562732696533, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 344.0, + "msecs": 290.0, "msg": "Data from cached instance with key=list is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8162.351846694946, + "relativeCreated": 8157.780170440674, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0002276897430419922 + "time_consumption": 0.000217437744140625 }, { "args": [ "{'1': '1', '2': 2, '3': 'three', '4': '4'}", "" ], - "asctime": "2024-12-04 08:26:56,346", - "created": 1733297216.346365, + "asctime": "2025-03-14 21:16:04,292", + "created": 1741983364.292674, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6382,8 +6397,8 @@ "args": [ "dict" ], - "asctime": "2024-12-04 08:26:56,344", - "created": 1733297216.3444612, + "asctime": "2025-03-14 21:16:04,290", + "created": 1741983364.2908616, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6393,15 +6408,15 @@ "lineno": 163, "message": "Loading property for key='dict' from source instance", "module": "__init__", - "msecs": 344.0, + "msecs": 290.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8162.618160247803, + "relativeCreated": 8158.066987991333, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -6413,10 +6428,10 @@ "3": "three", "4": "4" }, - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,344", - "created": 1733297216.344622, + "asctime": "2025-03-14 21:16:04,291", + "created": 1741983364.2910223, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6424,43 +6439,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=dict, value={'1': '1', '2': 2, '3': 'three', '4': '4'} with timestamp=1733297216 to chache", + "message": "Adding key=dict, value={'1': '1', '2': 2, '3': 'three', '4': '4'} with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 344.0, + "msecs": 291.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8162.778854370117, + "relativeCreated": 8158.2276821136475, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,345", - "created": 1733297216.3454149, + "asctime": "2025-03-14 21:16:04,291", + "created": 1741983364.291809, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 345.0, + "msecs": 291.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8163.571834564209, + "relativeCreated": 8159.014463424683, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -6469,8 +6484,8 @@ "{ '1': '1', '2': 2, '3': 'three', '4': '4' }", "" ], - "asctime": "2024-12-04 08:26:56,345", - "created": 1733297216.3459015, + "asctime": "2025-03-14 21:16:04,292", + "created": 1741983364.2922275, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6480,15 +6495,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=dict): { '1': '1', '2': 2, '3': 'three', '4': '4' } ()", "module": "test", - "msecs": 345.0, + "msecs": 292.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8164.058446884155, + "relativeCreated": 8159.432888031006, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -6498,8 +6513,8 @@ "{ '1': '1', '2': 2, '3': 'three', '4': '4' }", "" ], - "asctime": "2024-12-04 08:26:56,346", - "created": 1733297216.3461456, + "asctime": "2025-03-14 21:16:04,292", + "created": 1741983364.292427, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6509,37 +6524,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=dict): result = { '1': '1', '2': 2, '3': 'three', '4': '4' } ()", "module": "test", - "msecs": 346.0, + "msecs": 292.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8164.302587509155, + "relativeCreated": 8159.632444381714, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 346.0, + "msecs": 292.0, "msg": "Data from cached instance with key=dict is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8164.521932601929, + "relativeCreated": 8159.879446029663, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0002193450927734375 + "time_consumption": 0.00024700164794921875 }, { "args": [ "'not None'", "" ], - "asctime": "2024-12-04 08:26:56,348", - "created": 1733297216.3485916, + "asctime": "2025-03-14 21:16:04,296", + "created": 1741983364.296077, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6554,8 +6569,8 @@ "args": [ "none" ], - "asctime": "2024-12-04 08:26:56,346", - "created": 1733297216.34667, + "asctime": "2025-03-14 21:16:04,292", + "created": 1741983364.2929752, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6565,25 +6580,25 @@ "lineno": 163, "message": "Loading property for key='none' from source instance", "module": "__init__", - "msecs": 346.0, + "msecs": 292.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8164.8268699646, + "relativeCreated": 8160.180568695068, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "none", "not None", - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,346", - "created": 1733297216.346839, + "asctime": "2025-03-14 21:16:04,293", + "created": 1741983364.2932353, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6591,43 +6606,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=none, value=not None with timestamp=1733297216 to chache", + "message": "Adding key=none, value=not None with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 346.0, + "msecs": 293.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8164.995908737183, + "relativeCreated": 8160.440683364868, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,347", - "created": 1733297216.3478084, + "asctime": "2025-03-14 21:16:04,294", + "created": 1741983364.294855, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 347.0, + "msecs": 294.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8165.96531867981, + "relativeCreated": 8162.060499191284, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -6636,8 +6651,8 @@ "'not None'", "" ], - "asctime": "2024-12-04 08:26:56,348", - "created": 1733297216.3482342, + "asctime": "2025-03-14 21:16:04,295", + "created": 1741983364.2955844, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6647,15 +6662,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=none): 'not None' ()", "module": "test", - "msecs": 348.0, + "msecs": 295.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8166.391134262085, + "relativeCreated": 8162.789821624756, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -6665,8 +6680,8 @@ "'not None'", "" ], - "asctime": "2024-12-04 08:26:56,348", - "created": 1733297216.3484306, + "asctime": "2025-03-14 21:16:04,295", + "created": 1741983364.2958906, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6676,41 +6691,41 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=none): result = 'not None' ()", "module": "test", - "msecs": 348.0, + "msecs": 295.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8166.587591171265, + "relativeCreated": 8163.095951080322, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 348.0, + "msecs": 296.0, "msg": "Data from cached instance with key=none is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8166.748523712158, + "relativeCreated": 8163.28239440918, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0001609325408935547 + "time_consumption": 0.00018644332885742188 } ], - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.017709016799926758, - "time_finished": "2024-12-04 08:26:56,348", - "time_start": "2024-12-04 08:26:56,330" + "time_consumption": 0.020492076873779297, + "time_finished": "2025-03-14 21:16:04,296", + "time_start": "2025-03-14 21:16:04,275" }, "_JH4owHvLEe-DRNATe61b9w": { "args": null, - "asctime": "2024-12-04 08:26:56,349", - "created": 1733297216.34918, + "asctime": "2025-03-14 21:16:04,296", + "created": 1741983364.2967288, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6721,19 +6736,19 @@ "message": "_JH4owHvLEe-DRNATe61b9w", "module": "__init__", "moduleLogger": [], - "msecs": 349.0, + "msecs": 296.0, "msg": "_JH4owHvLEe-DRNATe61b9w", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/report/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8167.336940765381, + "relativeCreated": 8163.934230804443, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,349", - "created": 1733297216.3497722, + "asctime": "2025-03-14 21:16:04,297", + "created": 1741983364.2976449, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -6746,8 +6761,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,349", - "created": 1733297216.349511, + "asctime": "2025-03-14 21:16:04,297", + "created": 1741983364.297266, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -6757,36 +6772,36 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 349.0, + "msecs": 297.0, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_helpers.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8167.667865753174, + "relativeCreated": 8164.471387863159, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 349.0, + "msecs": 297.0, "msg": "Prepare: Cleanup before testcase execution", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_helpers.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8167.929172515869, + "relativeCreated": 8164.850234985352, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0002613067626953125 + "time_consumption": 0.0003788471221923828 }, { "args": [ "'property_cache_json'" ], - "asctime": "2024-12-04 08:26:56,352", - "created": 1733297216.3527465, + "asctime": "2025-03-14 21:16:04,300", + "created": 1741983364.300322, "exc_info": null, "exc_text": null, "filename": "test_dump_cache.py", @@ -6799,100 +6814,100 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,350", - "created": 1733297216.3504605, + "asctime": "2025-03-14 21:16:04,297", + "created": 1741983364.2979898, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 233, + "lineno": 237, "message": "Cache file does not exists (yet).", "module": "__init__", - "msecs": 350.0, + "msecs": 297.0, "msg": "Cache file does not exists (yet).", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8168.617486953735, + "relativeCreated": 8165.1952266693115, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']" ], - "asctime": "2024-12-04 08:26:56,350", - "created": 1733297216.3506799, + "asctime": "2025-03-14 21:16:04,298", + "created": 1741983364.2982032, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 242, + "lineno": 246, "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']", "module": "__init__", - "msecs": 350.0, + "msecs": 298.0, "msg": "Loading all data from source - %s", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8168.836832046509, + "relativeCreated": 8165.408611297607, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,352", - "created": 1733297216.3523636, + "asctime": "2025-03-14 21:16:04,299", + "created": 1741983364.299833, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 352.0, + "msecs": 299.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8170.520544052124, + "relativeCreated": 8167.038440704346, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 352.0, + "msecs": 300.0, "msg": "Prepare: First usage of %s with a class holding the data to be cached", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_dump_cache.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8170.903444290161, + "relativeCreated": 8167.527437210083, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0003829002380371094 + "time_consumption": 0.0004889965057373047 }, { "args": [ "'__string__'", "" ], - "asctime": "2024-12-04 08:26:56,355", - "created": 1733297216.3556454, + "asctime": "2025-03-14 21:16:04,303", + "created": 1741983364.3035839, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6907,32 +6922,32 @@ "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,353", - "created": 1733297216.353464, + "asctime": "2025-03-14 21:16:04,301", + "created": 1741983364.301062, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 292, + "lineno": 296, "message": "Loading properties from cache (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 353.0, + "msecs": 301.0, "msg": "Loading properties from cache (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8171.620845794678, + "relativeCreated": 8168.267488479614, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [], - "asctime": "2024-12-04 08:26:56,353", - "created": 1733297216.3536963, + "asctime": "2025-03-14 21:16:04,301", + "created": 1741983364.3014007, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6942,23 +6957,23 @@ "lineno": 215, "message": "Storage version changed, ignoring previous cache data", "module": "__init__", - "msecs": 353.0, + "msecs": 301.0, "msg": "Storage version changed, ignoring previous cache data", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8171.853303909302, + "relativeCreated": 8168.6060428619385, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "str" ], - "asctime": "2024-12-04 08:26:56,353", - "created": 1733297216.3539114, + "asctime": "2025-03-14 21:16:04,301", + "created": 1741983364.3016226, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6968,25 +6983,25 @@ "lineno": 163, "message": "Loading property for key='str' from source instance", "module": "__init__", - "msecs": 353.0, + "msecs": 301.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8172.068357467651, + "relativeCreated": 8168.828010559082, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "str", "__string__", - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,354", - "created": 1733297216.3540766, + "asctime": "2025-03-14 21:16:04,301", + "created": 1741983364.3018858, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6994,43 +7009,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=str, value=__string__ with timestamp=1733297216 to chache", + "message": "Adding key=str, value=__string__ with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 354.0, + "msecs": 301.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8172.233581542969, + "relativeCreated": 8169.09122467041, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,354", - "created": 1733297216.3547668, + "asctime": "2025-03-14 21:16:04,302", + "created": 1741983364.302696, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 354.0, + "msecs": 302.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8172.923803329468, + "relativeCreated": 8169.901371002197, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -7039,8 +7054,8 @@ "'__string__'", "" ], - "asctime": "2024-12-04 08:26:56,355", - "created": 1733297216.3552444, + "asctime": "2025-03-14 21:16:04,303", + "created": 1741983364.3032143, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7050,15 +7065,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=str): '__string__' ()", "module": "test", - "msecs": 355.0, + "msecs": 303.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8173.401355743408, + "relativeCreated": 8170.419692993164, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -7068,8 +7083,8 @@ "'__string__'", "" ], - "asctime": "2024-12-04 08:26:56,355", - "created": 1733297216.3554864, + "asctime": "2025-03-14 21:16:04,303", + "created": 1741983364.3034093, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7079,37 +7094,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=str): result = '__string__' ()", "module": "test", - "msecs": 355.0, + "msecs": 303.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8173.643350601196, + "relativeCreated": 8170.614719390869, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 355.0, + "msecs": 303.0, "msg": "Data from cached instance with key=str is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8173.802375793457, + "relativeCreated": 8170.7892417907715, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0001590251922607422 + "time_consumption": 0.00017452239990234375 }, { "args": [ "'__unicode__'", "" ], - "asctime": "2024-12-04 08:26:56,357", - "created": 1733297216.357725, + "asctime": "2025-03-14 21:16:04,305", + "created": 1741983364.3052623, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7124,8 +7139,8 @@ "args": [ "unicode" ], - "asctime": "2024-12-04 08:26:56,355", - "created": 1733297216.3559167, + "asctime": "2025-03-14 21:16:04,303", + "created": 1741983364.3038757, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7135,25 +7150,25 @@ "lineno": 163, "message": "Loading property for key='unicode' from source instance", "module": "__init__", - "msecs": 355.0, + "msecs": 303.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8174.073696136475, + "relativeCreated": 8171.081066131592, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "unicode", "__unicode__", - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,356", - "created": 1733297216.3560762, + "asctime": "2025-03-14 21:16:04,304", + "created": 1741983364.3040357, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7161,43 +7176,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=unicode, value=__unicode__ with timestamp=1733297216 to chache", + "message": "Adding key=unicode, value=__unicode__ with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 356.0, + "msecs": 304.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8174.233198165894, + "relativeCreated": 8171.241044998169, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,356", - "created": 1733297216.3567843, + "asctime": "2025-03-14 21:16:04,304", + "created": 1741983364.3045614, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 356.0, + "msecs": 304.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8174.941301345825, + "relativeCreated": 8171.766757965088, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -7206,8 +7221,8 @@ "'__unicode__'", "" ], - "asctime": "2024-12-04 08:26:56,357", - "created": 1733297216.3572688, + "asctime": "2025-03-14 21:16:04,304", + "created": 1741983364.3049252, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7217,15 +7232,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=unicode): '__unicode__' ()", "module": "test", - "msecs": 357.0, + "msecs": 304.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8175.42576789856, + "relativeCreated": 8172.130584716797, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -7235,8 +7250,8 @@ "'__unicode__'", "" ], - "asctime": "2024-12-04 08:26:56,357", - "created": 1733297216.3575323, + "asctime": "2025-03-14 21:16:04,305", + "created": 1741983364.3051095, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7246,37 +7261,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=unicode): result = '__unicode__' ()", "module": "test", - "msecs": 357.0, + "msecs": 305.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8175.689220428467, + "relativeCreated": 8172.314882278442, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 357.0, + "msecs": 305.0, "msg": "Data from cached instance with key=unicode is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8175.881862640381, + "relativeCreated": 8172.4677085876465, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0001926422119140625 + "time_consumption": 0.00015282630920410156 }, { "args": [ "34", "" ], - "asctime": "2024-12-04 08:26:56,360", - "created": 1733297216.3601365, + "asctime": "2025-03-14 21:16:04,306", + "created": 1741983364.3069804, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7291,8 +7306,8 @@ "args": [ "integer" ], - "asctime": "2024-12-04 08:26:56,358", - "created": 1733297216.3580956, + "asctime": "2025-03-14 21:16:04,305", + "created": 1741983364.3055618, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7302,25 +7317,25 @@ "lineno": 163, "message": "Loading property for key='integer' from source instance", "module": "__init__", - "msecs": 358.0, + "msecs": 305.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8176.252603530884, + "relativeCreated": 8172.767162322998, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "integer", 34, - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,358", - "created": 1733297216.35826, + "asctime": "2025-03-14 21:16:04,305", + "created": 1741983364.3057156, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7328,43 +7343,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=integer, value=34 with timestamp=1733297216 to chache", + "message": "Adding key=integer, value=34 with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 358.0, + "msecs": 305.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8176.416873931885, + "relativeCreated": 8172.920942306519, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,359", - "created": 1733297216.3592737, + "asctime": "2025-03-14 21:16:04,306", + "created": 1741983364.3062408, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 359.0, + "msecs": 306.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8177.430629730225, + "relativeCreated": 8173.446178436279, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -7373,8 +7388,8 @@ "34", "" ], - "asctime": "2024-12-04 08:26:56,359", - "created": 1733297216.3597128, + "asctime": "2025-03-14 21:16:04,306", + "created": 1741983364.306626, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7384,15 +7399,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=integer): 34 ()", "module": "test", - "msecs": 359.0, + "msecs": 306.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8177.86979675293, + "relativeCreated": 8173.831462860107, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -7402,8 +7417,8 @@ "34", "" ], - "asctime": "2024-12-04 08:26:56,359", - "created": 1733297216.3599722, + "asctime": "2025-03-14 21:16:04,306", + "created": 1741983364.3067918, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7413,37 +7428,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=integer): result = 34 ()", "module": "test", - "msecs": 359.0, + "msecs": 306.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8178.129196166992, + "relativeCreated": 8173.997163772583, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 360.0, + "msecs": 306.0, "msg": "Data from cached instance with key=integer is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8178.293466567993, + "relativeCreated": 8174.185752868652, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00016427040100097656 + "time_consumption": 0.00018858909606933594 }, { "args": [ "2.71828", "" ], - "asctime": "2024-12-04 08:26:56,362", - "created": 1733297216.3623023, + "asctime": "2025-03-14 21:16:04,308", + "created": 1741983364.3087382, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7458,8 +7473,8 @@ "args": [ "float" ], - "asctime": "2024-12-04 08:26:56,360", - "created": 1733297216.3604205, + "asctime": "2025-03-14 21:16:04,307", + "created": 1741983364.3072412, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7469,25 +7484,25 @@ "lineno": 163, "message": "Loading property for key='float' from source instance", "module": "__init__", - "msecs": 360.0, + "msecs": 307.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8178.577423095703, + "relativeCreated": 8174.446582794189, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "float", 2.71828, - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,360", - "created": 1733297216.3605828, + "asctime": "2025-03-14 21:16:04,307", + "created": 1741983364.3073967, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7495,43 +7510,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=float, value=2.71828 with timestamp=1733297216 to chache", + "message": "Adding key=float, value=2.71828 with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 360.0, + "msecs": 307.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8178.739786148071, + "relativeCreated": 8174.602031707764, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,361", - "created": 1733297216.3613636, + "asctime": "2025-03-14 21:16:04,307", + "created": 1741983364.3079865, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 361.0, + "msecs": 307.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8179.520606994629, + "relativeCreated": 8175.191879272461, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -7540,8 +7555,8 @@ "2.71828", "" ], - "asctime": "2024-12-04 08:26:56,361", - "created": 1733297216.3618119, + "asctime": "2025-03-14 21:16:04,308", + "created": 1741983364.3083935, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7551,15 +7566,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=float): 2.71828 ()", "module": "test", - "msecs": 361.0, + "msecs": 308.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8179.96883392334, + "relativeCreated": 8175.598859786987, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -7569,8 +7584,8 @@ "2.71828", "" ], - "asctime": "2024-12-04 08:26:56,362", - "created": 1733297216.3621273, + "asctime": "2025-03-14 21:16:04,308", + "created": 1741983364.3085682, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7580,37 +7595,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=float): result = 2.71828 ()", "module": "test", - "msecs": 362.0, + "msecs": 308.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8180.284261703491, + "relativeCreated": 8175.773620605469, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 362.0, + "msecs": 308.0, "msg": "Data from cached instance with key=float is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8180.459260940552, + "relativeCreated": 8175.943613052368, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00017499923706054688 + "time_consumption": 0.00016999244689941406 }, { "args": [ "['one', 2, 3, '4']", "" ], - "asctime": "2024-12-04 08:26:56,364", - "created": 1733297216.3647537, + "asctime": "2025-03-14 21:16:04,311", + "created": 1741983364.3110793, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7625,8 +7640,8 @@ "args": [ "list" ], - "asctime": "2024-12-04 08:26:56,362", - "created": 1733297216.362621, + "asctime": "2025-03-14 21:16:04,309", + "created": 1741983364.3090189, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7636,15 +7651,15 @@ "lineno": 163, "message": "Loading property for key='list' from source instance", "module": "__init__", - "msecs": 362.0, + "msecs": 309.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8180.778026580811, + "relativeCreated": 8176.224231719971, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -7656,10 +7671,10 @@ 3, "4" ], - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,362", - "created": 1733297216.3628004, + "asctime": "2025-03-14 21:16:04,309", + "created": 1741983364.3091738, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7667,43 +7682,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=list, value=['one', 2, 3, '4'] with timestamp=1733297216 to chache", + "message": "Adding key=list, value=['one', 2, 3, '4'] with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 362.0, + "msecs": 309.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8180.957317352295, + "relativeCreated": 8176.379203796387, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,363", - "created": 1733297216.363735, + "asctime": "2025-03-14 21:16:04,310", + "created": 1741983364.3100357, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 363.0, + "msecs": 310.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8181.891918182373, + "relativeCreated": 8177.241086959839, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -7712,8 +7727,8 @@ "[ 'one', 2, 3, '4' ]", "" ], - "asctime": "2024-12-04 08:26:56,364", - "created": 1733297216.3642719, + "asctime": "2025-03-14 21:16:04,310", + "created": 1741983364.3106098, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7723,15 +7738,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=list): [ 'one', 2, 3, '4' ] ()", "module": "test", - "msecs": 364.0, + "msecs": 310.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8182.42883682251, + "relativeCreated": 8177.815198898315, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -7741,8 +7756,8 @@ "[ 'one', 2, 3, '4' ]", "" ], - "asctime": "2024-12-04 08:26:56,364", - "created": 1733297216.36453, + "asctime": "2025-03-14 21:16:04,310", + "created": 1741983364.3108468, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7752,37 +7767,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=list): result = [ 'one', 2, 3, '4' ] ()", "module": "test", - "msecs": 364.0, + "msecs": 310.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8182.687044143677, + "relativeCreated": 8178.052186965942, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 364.0, + "msecs": 311.0, "msg": "Data from cached instance with key=list is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8182.910680770874, + "relativeCreated": 8178.284645080566, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00022363662719726562 + "time_consumption": 0.00023245811462402344 }, { "args": [ "{'1': '1', '2': 2, '3': 'three', '4': '4'}", "" ], - "asctime": "2024-12-04 08:26:56,367", - "created": 1733297216.3674073, + "asctime": "2025-03-14 21:16:04,313", + "created": 1741983364.3134172, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7797,8 +7812,8 @@ "args": [ "dict" ], - "asctime": "2024-12-04 08:26:56,365", - "created": 1733297216.3650637, + "asctime": "2025-03-14 21:16:04,311", + "created": 1741983364.3113863, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7808,15 +7823,15 @@ "lineno": 163, "message": "Loading property for key='dict' from source instance", "module": "__init__", - "msecs": 365.0, + "msecs": 311.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8183.220624923706, + "relativeCreated": 8178.591728210449, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -7828,10 +7843,10 @@ "3": "three", "4": "4" }, - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,365", - "created": 1733297216.3652306, + "asctime": "2025-03-14 21:16:04,311", + "created": 1741983364.3115528, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7839,43 +7854,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=dict, value={'1': '1', '2': 2, '3': 'three', '4': '4'} with timestamp=1733297216 to chache", + "message": "Adding key=dict, value={'1': '1', '2': 2, '3': 'three', '4': '4'} with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 365.0, + "msecs": 311.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8183.387517929077, + "relativeCreated": 8178.758144378662, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,366", - "created": 1733297216.3662176, + "asctime": "2025-03-14 21:16:04,312", + "created": 1741983364.31237, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 366.0, + "msecs": 312.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8184.374570846558, + "relativeCreated": 8179.575443267822, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -7884,8 +7899,8 @@ "{ '1': '1', '2': 2, '3': 'three', '4': '4' }", "" ], - "asctime": "2024-12-04 08:26:56,366", - "created": 1733297216.366885, + "asctime": "2025-03-14 21:16:04,312", + "created": 1741983364.3127947, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7895,15 +7910,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=dict): { '1': '1', '2': 2, '3': 'three', '4': '4' } ()", "module": "test", - "msecs": 366.0, + "msecs": 312.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8185.041904449463, + "relativeCreated": 8180.000066757202, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -7913,8 +7928,8 @@ "{ '1': '1', '2': 2, '3': 'three', '4': '4' }", "" ], - "asctime": "2024-12-04 08:26:56,367", - "created": 1733297216.3671649, + "asctime": "2025-03-14 21:16:04,313", + "created": 1741983364.3130414, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7924,37 +7939,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=dict): result = { '1': '1', '2': 2, '3': 'three', '4': '4' } ()", "module": "test", - "msecs": 367.0, + "msecs": 313.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8185.321807861328, + "relativeCreated": 8180.246829986572, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 367.0, + "msecs": 313.0, "msg": "Data from cached instance with key=dict is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8185.564279556274, + "relativeCreated": 8180.622577667236, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00024247169494628906 + "time_consumption": 0.0003757476806640625 }, { "args": [ "'not None'", "" ], - "asctime": "2024-12-04 08:26:56,369", - "created": 1733297216.369742, + "asctime": "2025-03-14 21:16:04,317", + "created": 1741983364.3173888, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7969,8 +7984,8 @@ "args": [ "none" ], - "asctime": "2024-12-04 08:26:56,367", - "created": 1733297216.3676946, + "asctime": "2025-03-14 21:16:04,313", + "created": 1741983364.3138802, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7980,25 +7995,25 @@ "lineno": 163, "message": "Loading property for key='none' from source instance", "module": "__init__", - "msecs": 367.0, + "msecs": 313.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8185.851573944092, + "relativeCreated": 8181.085586547852, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "none", "not None", - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,367", - "created": 1733297216.367868, + "asctime": "2025-03-14 21:16:04,314", + "created": 1741983364.314171, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8006,43 +8021,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=none, value=not None with timestamp=1733297216 to chache", + "message": "Adding key=none, value=not None with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 367.0, + "msecs": 314.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8186.024904251099, + "relativeCreated": 8181.3764572143555, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,368", - "created": 1733297216.3688707, + "asctime": "2025-03-14 21:16:04,315", + "created": 1741983364.3156366, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 368.0, + "msecs": 315.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8187.0276927948, + "relativeCreated": 8182.842016220093, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -8051,8 +8066,8 @@ "'not None'", "" ], - "asctime": "2024-12-04 08:26:56,369", - "created": 1733297216.3693194, + "asctime": "2025-03-14 21:16:04,316", + "created": 1741983364.3165367, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8062,15 +8077,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=none): 'not None' ()", "module": "test", - "msecs": 369.0, + "msecs": 316.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8187.476396560669, + "relativeCreated": 8183.742046356201, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -8080,8 +8095,8 @@ "'not None'", "" ], - "asctime": "2024-12-04 08:26:56,369", - "created": 1733297216.3695757, + "asctime": "2025-03-14 21:16:04,316", + "created": 1741983364.3169415, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8091,41 +8106,41 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=none): result = 'not None' ()", "module": "test", - "msecs": 369.0, + "msecs": 316.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8187.732696533203, + "relativeCreated": 8184.146881103516, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 369.0, + "msecs": 317.0, "msg": "Data from cached instance with key=none is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8187.898874282837, + "relativeCreated": 8184.59415435791, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00016617774963378906 + "time_consumption": 0.00044727325439453125 } ], - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.020561933517456055, - "time_finished": "2024-12-04 08:26:56,369", - "time_start": "2024-12-04 08:26:56,349" + "time_consumption": 0.020659923553466797, + "time_finished": "2025-03-14 21:16:04,317", + "time_start": "2025-03-14 21:16:04,296" }, "_KoUosHnGEe-IT79pgSFFDQ": { "args": null, - "asctime": "2024-12-04 08:26:48,273", - "created": 1733297208.2730138, + "asctime": "2025-03-14 21:15:56,219", + "created": 1741983356.21997, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8136,19 +8151,19 @@ "message": "_KoUosHnGEe-IT79pgSFFDQ", "module": "__init__", "moduleLogger": [], - "msecs": 273.0, + "msecs": 219.0, "msg": "_KoUosHnGEe-IT79pgSFFDQ", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/report/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 91.1707878112793, + "relativeCreated": 87.17536926269531, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:48,273", - "created": 1733297208.273187, + "asctime": "2025-03-14 21:15:56,220", + "created": 1741983356.220188, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -8161,8 +8176,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:48,273", - "created": 1733297208.2731357, + "asctime": "2025-03-14 21:15:56,220", + "created": 1741983356.2201335, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -8172,37 +8187,37 @@ "lineno": 20, "message": "Cache file does not exist on filesystem.", "module": "test_helpers", - "msecs": 273.0, + "msecs": 220.0, "msg": "Cache file does not exist on filesystem.", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_helpers.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 91.2926197052002, + "relativeCreated": 87.33892440795898, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 273.0, + "msecs": 220.0, "msg": "Prepare: Cleanup before testcase execution", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_helpers.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 91.34387969970703, + "relativeCreated": 87.39328384399414, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 5.125999450683594e-05 + "time_consumption": 5.435943603515625e-05 }, { "args": [ - "6.007174253463745", + "6.003460645675659", "" ], - "asctime": "2024-12-04 08:26:54,280", - "created": 1733297214.2809021, + "asctime": "2025-03-14 21:16:02,224", + "created": 1741983362.2242005, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8210,119 +8225,119 @@ "levelname": "INFO", "levelno": 20, "lineno": 230, - "message": "Consumed time for full_update is greater expectation (Content 6.007174253463745 and Type is ).", + "message": "Consumed time for full_update is greater expectation (Content 6.003460645675659 and Type is ).", "module": "test", "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:48,273", - "created": 1733297208.2732859, + "asctime": "2025-03-14 21:15:56,220", + "created": 1741983356.2202997, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 233, + "lineno": 237, "message": "Cache file does not exists (yet).", "module": "__init__", - "msecs": 273.0, + "msecs": 220.0, "msg": "Cache file does not exists (yet).", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 91.44282341003418, + "relativeCreated": 87.50510215759277, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']" ], - "asctime": "2024-12-04 08:26:48,273", - "created": 1733297208.2733548, + "asctime": "2025-03-14 21:15:56,220", + "created": 1741983356.2203763, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 242, + "lineno": 246, "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']", "module": "__init__", - "msecs": 273.0, + "msecs": 220.0, "msg": "Loading all data from source - %s", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 91.51172637939453, + "relativeCreated": 87.58163452148438, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']" ], - "asctime": "2024-12-04 08:26:48,273", - "created": 1733297208.273779, + "asctime": "2025-03-14 21:15:56,220", + "created": 1741983356.2208045, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 242, + "lineno": 246, "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']", "module": "__init__", - "msecs": 273.0, + "msecs": 220.0, "msg": "Loading all data from source - %s", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 91.93587303161621, + "relativeCreated": 88.00983428955078, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_full_update_sleep.json" ], - "asctime": "2024-12-04 08:26:54,280", - "created": 1733297214.280003, + "asctime": "2025-03-14 21:16:02,223", + "created": 1741983362.2233124, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_full_update_sleep.json)", "module": "__init__", - "msecs": 280.0, + "msecs": 223.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6098.160028457642, + "relativeCreated": 6090.51775932312, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "Consumed time for full_update", - "6.007174253463745", + "6.003460645675659", "" ], - "asctime": "2024-12-04 08:26:54,280", - "created": 1733297214.2805297, + "asctime": "2025-03-14 21:16:02,223", + "created": 1741983362.2238266, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8330,17 +8345,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Consumed time for full_update): 6.007174253463745 ()", + "message": "Result (Consumed time for full_update): 6.003460645675659 ()", "module": "test", - "msecs": 280.0, + "msecs": 223.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6098.686695098877, + "relativeCreated": 6091.032028198242, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -8350,8 +8365,8 @@ "6.0", "" ], - "asctime": "2024-12-04 08:26:54,280", - "created": 1733297214.2807274, + "asctime": "2025-03-14 21:16:02,224", + "created": 1741983362.2240205, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8361,37 +8376,37 @@ "lineno": 26, "message": "Expectation (Consumed time for full_update): result > 6.0 ()", "module": "test", - "msecs": 280.0, + "msecs": 224.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6098.884344100952, + "relativeCreated": 6091.225862503052, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 280.0, + "msecs": 224.0, "msg": "Consumed time for full_update is greater expectation (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6099.059104919434, + "relativeCreated": 6091.405868530273, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0001747608184814453 + "time_consumption": 0.0001800060272216797 }, { "args": [ - "6.007174253463745", + "6.003460645675659", "" ], - "asctime": "2024-12-04 08:26:54,281", - "created": 1733297214.2815485, + "asctime": "2025-03-14 21:16:02,224", + "created": 1741983362.2248218, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8399,17 +8414,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 207, - "message": "Consumed time for full_update is greater expectation (Content 6.007174253463745 and Type is ).", + "message": "Consumed time for full_update is greater expectation (Content 6.003460645675659 and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Consumed time for full_update", - "6.007174253463745", + "6.003460645675659", "" ], - "asctime": "2024-12-04 08:26:54,281", - "created": 1733297214.2812326, + "asctime": "2025-03-14 21:16:02,224", + "created": 1741983362.2245057, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8417,17 +8432,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Consumed time for full_update): 6.007174253463745 ()", + "message": "Result (Consumed time for full_update): 6.003460645675659 ()", "module": "test", - "msecs": 281.0, + "msecs": 224.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6099.389553070068, + "relativeCreated": 6091.711044311523, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -8437,8 +8452,8 @@ "6.5", "" ], - "asctime": "2024-12-04 08:26:54,281", - "created": 1733297214.281392, + "asctime": "2025-03-14 21:16:02,224", + "created": 1741983362.2246633, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8448,41 +8463,41 @@ "lineno": 26, "message": "Expectation (Consumed time for full_update): result < 6.5 ()", "module": "test", - "msecs": 281.0, + "msecs": 224.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6099.549055099487, + "relativeCreated": 6091.86863899231, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 281.0, + "msecs": 224.0, "msg": "Consumed time for full_update is greater expectation (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6099.705457687378, + "relativeCreated": 6092.027187347412, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.000156402587890625 + "time_consumption": 0.00015854835510253906 } ], - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 6.008534669876099, - "time_finished": "2024-12-04 08:26:54,281", - "time_start": "2024-12-04 08:26:48,273" + "time_consumption": 6.004851818084717, + "time_finished": "2025-03-14 21:16:02,224", + "time_start": "2025-03-14 21:15:56,219" }, "_SVQXQHvLEe-DRNATe61b9w": { "args": null, - "asctime": "2024-12-04 08:26:56,381", - "created": 1733297216.3818717, + "asctime": "2025-03-14 21:16:04,330", + "created": 1741983364.3301685, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8493,19 +8508,19 @@ "message": "_SVQXQHvLEe-DRNATe61b9w", "module": "__init__", "moduleLogger": [], - "msecs": 381.0, + "msecs": 330.0, "msg": "_SVQXQHvLEe-DRNATe61b9w", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/report/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8200.028657913208, + "relativeCreated": 8197.373867034912, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,382", - "created": 1733297216.3825004, + "asctime": "2025-03-14 21:16:04,331", + "created": 1741983364.3310256, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -8518,8 +8533,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,382", - "created": 1733297216.3822331, + "asctime": "2025-03-14 21:16:04,330", + "created": 1741983364.33069, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -8529,36 +8544,36 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 382.0, + "msecs": 330.0, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_helpers.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8200.390100479126, + "relativeCreated": 8197.895288467407, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 382.0, + "msecs": 331.0, "msg": "Prepare: Cleanup before testcase execution", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_helpers.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8200.657367706299, + "relativeCreated": 8198.230981826782, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00026726722717285156 + "time_consumption": 0.000335693359375 }, { "args": [ "'property_cache_json'" ], - "asctime": "2024-12-04 08:26:56,385", - "created": 1733297216.3854907, + "asctime": "2025-03-14 21:16:04,334", + "created": 1741983364.3347406, "exc_info": null, "exc_text": null, "filename": "test_source_key_definition.py", @@ -8571,126 +8586,126 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,382", - "created": 1733297216.3828125, + "asctime": "2025-03-14 21:16:04,331", + "created": 1741983364.3313742, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 233, + "lineno": 237, "message": "Cache file does not exists (yet).", "module": "__init__", - "msecs": 382.0, + "msecs": 331.0, "msg": "Cache file does not exists (yet).", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8200.969457626343, + "relativeCreated": 8198.579549789429, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']" ], - "asctime": "2024-12-04 08:26:56,383", - "created": 1733297216.3830163, + "asctime": "2025-03-14 21:16:04,331", + "created": 1741983364.3315823, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 242, + "lineno": 246, "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']", "module": "__init__", - "msecs": 383.0, + "msecs": 331.0, "msg": "Loading all data from source - %s", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8201.173305511475, + "relativeCreated": 8198.787689208984, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']" ], - "asctime": "2024-12-04 08:26:56,383", - "created": 1733297216.3837547, + "asctime": "2025-03-14 21:16:04,332", + "created": 1741983364.3323705, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 242, + "lineno": 246, "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']", "module": "__init__", - "msecs": 383.0, + "msecs": 332.0, "msg": "Loading all data from source - %s", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8201.911687850952, + "relativeCreated": 8199.575901031494, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_source_key_def.json" ], - "asctime": "2024-12-04 08:26:56,385", - "created": 1733297216.385167, + "asctime": "2025-03-14 21:16:04,334", + "created": 1741983364.3342373, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_source_key_def.json)", "module": "__init__", - "msecs": 385.0, + "msecs": 334.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8203.32384109497, + "relativeCreated": 8201.44271850586, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 385.0, + "msecs": 334.0, "msg": "Prepare: First usage of %s with a class holding the data to be cached", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_source_key_definition.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8203.64761352539, + "relativeCreated": 8201.946020126343, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0003237724304199219 + "time_consumption": 0.0005033016204833984 }, { "args": [ "'__string__'", "" ], - "asctime": "2024-12-04 08:26:56,388", - "created": 1733297216.3881183, + "asctime": "2025-03-14 21:16:04,338", + "created": 1741983364.338274, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8705,34 +8720,34 @@ "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_source_key_def.json" ], - "asctime": "2024-12-04 08:26:56,386", - "created": 1733297216.3861656, + "asctime": "2025-03-14 21:16:04,335", + "created": 1741983364.3355007, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 292, + "lineno": 296, "message": "Loading properties from cache (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_source_key_def.json)", "module": "__init__", - "msecs": 386.0, + "msecs": 335.0, "msg": "Loading properties from cache (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8204.322576522827, + "relativeCreated": 8202.706098556519, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "str" ], - "asctime": "2024-12-04 08:26:56,386", - "created": 1733297216.3863904, + "asctime": "2025-03-14 21:16:04,335", + "created": 1741983364.3358438, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8742,25 +8757,25 @@ "lineno": 163, "message": "Loading property for key='str' from source instance", "module": "__init__", - "msecs": 386.0, + "msecs": 335.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8204.54740524292, + "relativeCreated": 8203.049182891846, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "str", "__string__", - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,386", - "created": 1733297216.3865464, + "asctime": "2025-03-14 21:16:04,336", + "created": 1741983364.3361273, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8768,43 +8783,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=str, value=__string__ with timestamp=1733297216 to chache", + "message": "Adding key=str, value=__string__ with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 386.0, + "msecs": 336.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8204.703330993652, + "relativeCreated": 8203.332662582397, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_source_key_def.json" ], - "asctime": "2024-12-04 08:26:56,387", - "created": 1733297216.3873224, + "asctime": "2025-03-14 21:16:04,337", + "created": 1741983364.3374186, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_source_key_def.json)", "module": "__init__", - "msecs": 387.0, + "msecs": 337.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8205.479383468628, + "relativeCreated": 8204.623937606812, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -8813,8 +8828,8 @@ "'__string__'", "" ], - "asctime": "2024-12-04 08:26:56,387", - "created": 1733297216.3877444, + "asctime": "2025-03-14 21:16:04,337", + "created": 1741983364.33788, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8824,15 +8839,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=str): '__string__' ()", "module": "test", - "msecs": 387.0, + "msecs": 337.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8205.901384353638, + "relativeCreated": 8205.085277557373, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -8842,8 +8857,8 @@ "'__string__'", "" ], - "asctime": "2024-12-04 08:26:56,387", - "created": 1733297216.3879576, + "asctime": "2025-03-14 21:16:04,338", + "created": 1741983364.3380854, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8853,37 +8868,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=str): result = '__string__' ()", "module": "test", - "msecs": 387.0, + "msecs": 338.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8206.114530563354, + "relativeCreated": 8205.290794372559, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 388.0, + "msecs": 338.0, "msg": "Data from cached instance with key=str is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8206.275224685669, + "relativeCreated": 8205.479383468628, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00016069412231445312 + "time_consumption": 0.00018858909606933594 }, { "args": [ "'unicode'", "" ], - "asctime": "2024-12-04 08:26:56,388", - "created": 1733297216.3889701, + "asctime": "2025-03-14 21:16:04,339", + "created": 1741983364.3391554, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8898,8 +8913,8 @@ "args": [ "unicode" ], - "asctime": "2024-12-04 08:26:56,388", - "created": 1733297216.3883889, + "asctime": "2025-03-14 21:16:04,338", + "created": 1741983364.3385954, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8909,15 +8924,15 @@ "lineno": 157, "message": "Providing property for 'unicode' from cache", "module": "__init__", - "msecs": 388.0, + "msecs": 338.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8206.54582977295, + "relativeCreated": 8205.800771713257, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -8926,8 +8941,8 @@ "'unicode'", "" ], - "asctime": "2024-12-04 08:26:56,388", - "created": 1733297216.3886259, + "asctime": "2025-03-14 21:16:04,338", + "created": 1741983364.3388464, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8937,15 +8952,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=unicode): 'unicode' ()", "module": "test", - "msecs": 388.0, + "msecs": 338.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8206.782817840576, + "relativeCreated": 8206.05182647705, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -8955,8 +8970,8 @@ "'unicode'", "" ], - "asctime": "2024-12-04 08:26:56,388", - "created": 1733297216.3888156, + "asctime": "2025-03-14 21:16:04,339", + "created": 1741983364.3390021, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8966,37 +8981,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=unicode): result = 'unicode' ()", "module": "test", - "msecs": 388.0, + "msecs": 339.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8206.972599029541, + "relativeCreated": 8206.207513809204, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 388.0, + "msecs": 339.0, "msg": "Data from cached instance with key=unicode is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8207.127094268799, + "relativeCreated": 8206.360816955566, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0001544952392578125 + "time_consumption": 0.0001533031463623047 }, { "args": [ "17", "" ], - "asctime": "2024-12-04 08:26:56,389", - "created": 1733297216.3896863, + "asctime": "2025-03-14 21:16:04,340", + "created": 1741983364.3403223, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9011,8 +9026,8 @@ "args": [ "integer" ], - "asctime": "2024-12-04 08:26:56,389", - "created": 1733297216.3892348, + "asctime": "2025-03-14 21:16:04,339", + "created": 1741983364.339536, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9022,15 +9037,15 @@ "lineno": 157, "message": "Providing property for 'integer' from cache", "module": "__init__", - "msecs": 389.0, + "msecs": 339.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8207.391738891602, + "relativeCreated": 8206.741333007812, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -9039,8 +9054,8 @@ "17", "" ], - "asctime": "2024-12-04 08:26:56,389", - "created": 1733297216.3894076, + "asctime": "2025-03-14 21:16:04,339", + "created": 1741983364.3397868, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9050,15 +9065,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=integer): 17 ()", "module": "test", - "msecs": 389.0, + "msecs": 339.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8207.56459236145, + "relativeCreated": 8206.992149353027, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -9068,8 +9083,8 @@ "17", "" ], - "asctime": "2024-12-04 08:26:56,389", - "created": 1733297216.389547, + "asctime": "2025-03-14 21:16:04,340", + "created": 1741983364.3400643, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9079,37 +9094,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=integer): result = 17 ()", "module": "test", - "msecs": 389.0, + "msecs": 340.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8207.704067230225, + "relativeCreated": 8207.269668579102, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 389.0, + "msecs": 340.0, "msg": "Data from cached instance with key=integer is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8207.84330368042, + "relativeCreated": 8207.52763748169, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0001392364501953125 + "time_consumption": 0.0002579689025878906 }, { "args": [ "2.71828", "" ], - "asctime": "2024-12-04 08:26:56,391", - "created": 1733297216.3918412, + "asctime": "2025-03-14 21:16:04,342", + "created": 1741983364.3427086, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9124,8 +9139,8 @@ "args": [ "float" ], - "asctime": "2024-12-04 08:26:56,389", - "created": 1733297216.3899934, + "asctime": "2025-03-14 21:16:04,340", + "created": 1741983364.3407602, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9135,25 +9150,25 @@ "lineno": 163, "message": "Loading property for key='float' from source instance", "module": "__init__", - "msecs": 389.0, + "msecs": 340.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8208.150386810303, + "relativeCreated": 8207.965612411499, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "float", 2.71828, - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,390", - "created": 1733297216.3901632, + "asctime": "2025-03-14 21:16:04,340", + "created": 1741983364.3409388, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9161,43 +9176,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=float, value=2.71828 with timestamp=1733297216 to chache", + "message": "Adding key=float, value=2.71828 with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 390.0, + "msecs": 340.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8208.320140838623, + "relativeCreated": 8208.144187927246, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_source_key_def.json" ], - "asctime": "2024-12-04 08:26:56,391", - "created": 1733297216.391051, + "asctime": "2025-03-14 21:16:04,341", + "created": 1741983364.3419068, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_source_key_def.json)", "module": "__init__", - "msecs": 391.0, + "msecs": 341.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8209.208011627197, + "relativeCreated": 8209.112167358398, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -9206,8 +9221,8 @@ "2.71828", "" ], - "asctime": "2024-12-04 08:26:56,391", - "created": 1733297216.391492, + "asctime": "2025-03-14 21:16:04,342", + "created": 1741983364.342368, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9217,15 +9232,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=float): 2.71828 ()", "module": "test", - "msecs": 391.0, + "msecs": 342.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8209.648847579956, + "relativeCreated": 8209.57326889038, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -9235,8 +9250,8 @@ "2.71828", "" ], - "asctime": "2024-12-04 08:26:56,391", - "created": 1733297216.3916721, + "asctime": "2025-03-14 21:16:04,342", + "created": 1741983364.3425434, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9246,37 +9261,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=float): result = 2.71828 ()", "module": "test", - "msecs": 391.0, + "msecs": 342.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8209.829092025757, + "relativeCreated": 8209.7487449646, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 391.0, + "msecs": 342.0, "msg": "Data from cached instance with key=float is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8209.99813079834, + "relativeCreated": 8209.913969039917, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0001690387725830078 + "time_consumption": 0.0001652240753173828 }, { "args": [ "[1, 'two', '3', 4]", "" ], - "asctime": "2024-12-04 08:26:56,392", - "created": 1733297216.392835, + "asctime": "2025-03-14 21:16:04,343", + "created": 1741983364.3435254, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9291,8 +9306,8 @@ "args": [ "list" ], - "asctime": "2024-12-04 08:26:56,392", - "created": 1733297216.3921432, + "asctime": "2025-03-14 21:16:04,342", + "created": 1741983364.3429735, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9302,15 +9317,15 @@ "lineno": 157, "message": "Providing property for 'list' from cache", "module": "__init__", - "msecs": 392.0, + "msecs": 342.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8210.300207138062, + "relativeCreated": 8210.178852081299, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -9319,8 +9334,8 @@ "[ 1, 'two', '3', 4 ]", "" ], - "asctime": "2024-12-04 08:26:56,392", - "created": 1733297216.3924043, + "asctime": "2025-03-14 21:16:04,343", + "created": 1741983364.3431633, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9330,15 +9345,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=list): [ 1, 'two', '3', 4 ] ()", "module": "test", - "msecs": 392.0, + "msecs": 343.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8210.561275482178, + "relativeCreated": 8210.368633270264, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -9348,8 +9363,8 @@ "[ 1, 'two', '3', 4 ]", "" ], - "asctime": "2024-12-04 08:26:56,392", - "created": 1733297216.3926005, + "asctime": "2025-03-14 21:16:04,343", + "created": 1741983364.343328, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9359,37 +9374,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=list): result = [ 1, 'two', '3', 4 ] ()", "module": "test", - "msecs": 392.0, + "msecs": 343.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8210.757493972778, + "relativeCreated": 8210.533380508423, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 392.0, + "msecs": 343.0, "msg": "Data from cached instance with key=list is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8210.991859436035, + "relativeCreated": 8210.730791091919, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00023436546325683594 + "time_consumption": 0.00019741058349609375 }, { "args": [ "{'1': 1, '2': 'two', '3': '3', '4': 4}", "" ], - "asctime": "2024-12-04 08:26:56,393", - "created": 1733297216.3936627, + "asctime": "2025-03-14 21:16:04,344", + "created": 1741983364.3442996, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9404,8 +9419,8 @@ "args": [ "dict" ], - "asctime": "2024-12-04 08:26:56,393", - "created": 1733297216.3931096, + "asctime": "2025-03-14 21:16:04,343", + "created": 1741983364.3437612, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9415,15 +9430,15 @@ "lineno": 157, "message": "Providing property for 'dict' from cache", "module": "__init__", - "msecs": 393.0, + "msecs": 343.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8211.26651763916, + "relativeCreated": 8210.96658706665, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -9432,8 +9447,8 @@ "{ '1': 1, '2': 'two', '3': '3', '4': 4 }", "" ], - "asctime": "2024-12-04 08:26:56,393", - "created": 1733297216.3933058, + "asctime": "2025-03-14 21:16:04,343", + "created": 1741983364.3439498, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9443,15 +9458,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=dict): { '1': 1, '2': 'two', '3': '3', '4': 4 } ()", "module": "test", - "msecs": 393.0, + "msecs": 343.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8211.46273612976, + "relativeCreated": 8211.15517616272, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -9461,8 +9476,8 @@ "{ '1': 1, '2': 'two', '3': '3', '4': 4 }", "" ], - "asctime": "2024-12-04 08:26:56,393", - "created": 1733297216.3934703, + "asctime": "2025-03-14 21:16:04,344", + "created": 1741983364.3441093, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9472,37 +9487,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=dict): result = { '1': 1, '2': 'two', '3': '3', '4': 4 } ()", "module": "test", - "msecs": 393.0, + "msecs": 344.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8211.62724494934, + "relativeCreated": 8211.314678192139, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 393.0, + "msecs": 344.0, "msg": "Data from cached instance with key=dict is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8211.819648742676, + "relativeCreated": 8211.504936218262, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00019240379333496094 + "time_consumption": 0.00019025802612304688 }, { "args": [ "None", "" ], - "asctime": "2024-12-04 08:26:56,394", - "created": 1733297216.3943954, + "asctime": "2025-03-14 21:16:04,344", + "created": 1741983364.344954, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9517,8 +9532,8 @@ "args": [ "none" ], - "asctime": "2024-12-04 08:26:56,393", - "created": 1733297216.3939266, + "asctime": "2025-03-14 21:16:04,344", + "created": 1741983364.3445282, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9528,15 +9543,15 @@ "lineno": 157, "message": "Providing property for 'none' from cache", "module": "__init__", - "msecs": 393.0, + "msecs": 344.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8212.083578109741, + "relativeCreated": 8211.73357963562, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -9545,8 +9560,8 @@ "None", "" ], - "asctime": "2024-12-04 08:26:56,394", - "created": 1733297216.3940976, + "asctime": "2025-03-14 21:16:04,344", + "created": 1741983364.3446853, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9556,15 +9571,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=none): None ()", "module": "test", - "msecs": 394.0, + "msecs": 344.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8212.254524230957, + "relativeCreated": 8211.890697479248, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -9574,8 +9589,8 @@ "None", "" ], - "asctime": "2024-12-04 08:26:56,394", - "created": 1733297216.3942518, + "asctime": "2025-03-14 21:16:04,344", + "created": 1741983364.3448193, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9585,41 +9600,41 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=none): result = None ()", "module": "test", - "msecs": 394.0, + "msecs": 344.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8212.408781051636, + "relativeCreated": 8212.024688720703, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 394.0, + "msecs": 344.0, "msg": "Data from cached instance with key=none is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8212.552309036255, + "relativeCreated": 8212.159395217896, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00014352798461914062 + "time_consumption": 0.0001347064971923828 } ], - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.012523651123046875, - "time_finished": "2024-12-04 08:26:56,394", - "time_start": "2024-12-04 08:26:56,381" + "time_consumption": 0.014785528182983398, + "time_finished": "2025-03-14 21:16:04,344", + "time_start": "2025-03-14 21:16:04,330" }, "_XzMFcHYZEem_kd-7nxt1sg": { "args": null, - "asctime": "2024-12-04 08:26:48,262", - "created": 1733297208.2629898, + "asctime": "2025-03-14 21:15:56,208", + "created": 1741983356.2084405, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9630,19 +9645,19 @@ "message": "_XzMFcHYZEem_kd-7nxt1sg", "module": "__init__", "moduleLogger": [], - "msecs": 262.0, + "msecs": 208.0, "msg": "_XzMFcHYZEem_kd-7nxt1sg", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/report/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 81.1467170715332, + "relativeCreated": 75.64592361450195, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:48,263", - "created": 1733297208.2631915, + "asctime": "2025-03-14 21:15:56,208", + "created": 1741983356.2086751, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -9655,8 +9670,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:48,263", - "created": 1733297208.2631, + "asctime": "2025-03-14 21:15:56,208", + "created": 1741983356.2085636, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -9666,36 +9681,36 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 263.0, + "msecs": 208.0, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_helpers.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 81.25686645507812, + "relativeCreated": 75.76894760131836, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 263.0, + "msecs": 208.0, "msg": "Prepare: Cleanup before testcase execution", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_helpers.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 81.34841918945312, + "relativeCreated": 75.88052749633789, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 9.1552734375e-05 + "time_consumption": 0.00011157989501953125 }, { "args": [ "'property_cache_pickle'" ], - "asctime": "2024-12-04 08:26:48,264", - "created": 1733297208.2640107, + "asctime": "2025-03-14 21:15:56,209", + "created": 1741983356.209601, "exc_info": null, "exc_text": null, "filename": "test_cached_data.py", @@ -9708,100 +9723,100 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:48,263", - "created": 1733297208.2633028, + "asctime": "2025-03-14 21:15:56,208", + "created": 1741983356.2087913, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 233, + "lineno": 237, "message": "Cache file does not exists (yet).", "module": "__init__", - "msecs": 263.0, + "msecs": 208.0, "msg": "Cache file does not exists (yet).", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 81.45976066589355, + "relativeCreated": 75.99663734436035, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']" ], - "asctime": "2024-12-04 08:26:48,263", - "created": 1733297208.2633743, + "asctime": "2025-03-14 21:15:56,208", + "created": 1741983356.208904, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 242, + "lineno": 246, "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']", "module": "__init__", - "msecs": 263.0, + "msecs": 208.0, "msg": "Loading all data from source - %s", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 81.53128623962402, + "relativeCreated": 76.10940933227539, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_load_on_init.pkl" ], - "asctime": "2024-12-04 08:26:48,263", - "created": 1733297208.2639153, + "asctime": "2025-03-14 21:15:56,209", + "created": 1741983356.2094948, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 252, + "lineno": 256, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_load_on_init.pkl)", "module": "__init__", - "msecs": 263.0, + "msecs": 209.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 82.07225799560547, + "relativeCreated": 76.70021057128906, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 264.0, + "msecs": 209.0, "msg": "Prepare: First usage of %s with a class holding the data to be cached", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_cached_data.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 82.1676254272461, + "relativeCreated": 76.80630683898926, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 9.5367431640625e-05 + "time_consumption": 0.00010609626770019531 }, { "args": [ "'string'", "" ], - "asctime": "2024-12-04 08:26:48,264", - "created": 1733297208.2644064, + "asctime": "2025-03-14 21:15:56,210", + "created": 1741983356.2100575, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9816,8 +9831,8 @@ "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_load_on_init.pkl" ], - "asctime": "2024-12-04 08:26:48,264", - "created": 1733297208.2641714, + "asctime": "2025-03-14 21:15:56,209", + "created": 1741983356.2097828, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9827,23 +9842,23 @@ "lineno": 226, "message": "Loading properties from cache (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_load_on_init.pkl)", "module": "__init__", - "msecs": 264.0, + "msecs": 209.0, "msg": "Loading properties from cache (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 82.32831954956055, + "relativeCreated": 76.98822021484375, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "str" ], - "asctime": "2024-12-04 08:26:48,264", - "created": 1733297208.2642436, + "asctime": "2025-03-14 21:15:56,209", + "created": 1741983356.2098722, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9853,15 +9868,15 @@ "lineno": 157, "message": "Providing property for 'str' from cache", "module": "__init__", - "msecs": 264.0, + "msecs": 209.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 82.40056037902832, + "relativeCreated": 77.07762718200684, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -9870,8 +9885,8 @@ "'string'", "" ], - "asctime": "2024-12-04 08:26:48,264", - "created": 1733297208.2643037, + "asctime": "2025-03-14 21:15:56,209", + "created": 1741983356.2099497, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9881,15 +9896,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=str): 'string' ()", "module": "test", - "msecs": 264.0, + "msecs": 209.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 82.46064186096191, + "relativeCreated": 77.15511322021484, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -9899,8 +9914,8 @@ "'string'", "" ], - "asctime": "2024-12-04 08:26:48,264", - "created": 1733297208.2643554, + "asctime": "2025-03-14 21:15:56,210", + "created": 1741983356.2100043, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9910,37 +9925,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=str): result = 'string' ()", "module": "test", - "msecs": 264.0, + "msecs": 210.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 82.51237869262695, + "relativeCreated": 77.2097110748291, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 264.0, + "msecs": 210.0, "msg": "Data from cached instance with key=str is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 82.56340026855469, + "relativeCreated": 77.26287841796875, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 5.1021575927734375e-05 + "time_consumption": 5.316734313964844e-05 }, { "args": [ "'unicode'", "" ], - "asctime": "2024-12-04 08:26:48,264", - "created": 1733297208.2646546, + "asctime": "2025-03-14 21:15:56,210", + "created": 1741983356.2103431, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9955,8 +9970,8 @@ "args": [ "unicode" ], - "asctime": "2024-12-04 08:26:48,264", - "created": 1733297208.2644918, + "asctime": "2025-03-14 21:15:56,210", + "created": 1741983356.210175, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9966,15 +9981,15 @@ "lineno": 157, "message": "Providing property for 'unicode' from cache", "module": "__init__", - "msecs": 264.0, + "msecs": 210.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 82.64875411987305, + "relativeCreated": 77.38041877746582, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -9983,8 +9998,8 @@ "'unicode'", "" ], - "asctime": "2024-12-04 08:26:48,264", - "created": 1733297208.2645507, + "asctime": "2025-03-14 21:15:56,210", + "created": 1741983356.2102394, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9994,15 +10009,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=unicode): 'unicode' ()", "module": "test", - "msecs": 264.0, + "msecs": 210.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 82.70764350891113, + "relativeCreated": 77.44479179382324, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -10012,8 +10027,8 @@ "'unicode'", "" ], - "asctime": "2024-12-04 08:26:48,264", - "created": 1733297208.2646036, + "asctime": "2025-03-14 21:15:56,210", + "created": 1741983356.2102914, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10023,37 +10038,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=unicode): result = 'unicode' ()", "module": "test", - "msecs": 264.0, + "msecs": 210.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 82.76057243347168, + "relativeCreated": 77.49676704406738, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 264.0, + "msecs": 210.0, "msg": "Data from cached instance with key=unicode is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 82.81159400939941, + "relativeCreated": 77.54850387573242, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 5.1021575927734375e-05 + "time_consumption": 5.173683166503906e-05 }, { "args": [ "17", "" ], - "asctime": "2024-12-04 08:26:48,264", - "created": 1733297208.264895, + "asctime": "2025-03-14 21:15:56,210", + "created": 1741983356.2106154, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10068,8 +10083,8 @@ "args": [ "integer" ], - "asctime": "2024-12-04 08:26:48,264", - "created": 1733297208.2647388, + "asctime": "2025-03-14 21:15:56,210", + "created": 1741983356.2104278, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10079,15 +10094,15 @@ "lineno": 157, "message": "Providing property for 'integer' from cache", "module": "__init__", - "msecs": 264.0, + "msecs": 210.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 82.89575576782227, + "relativeCreated": 77.63314247131348, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -10096,8 +10111,8 @@ "17", "" ], - "asctime": "2024-12-04 08:26:48,264", - "created": 1733297208.2647963, + "asctime": "2025-03-14 21:15:56,210", + "created": 1741983356.2104912, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10107,15 +10122,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=integer): 17 ()", "module": "test", - "msecs": 264.0, + "msecs": 210.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 82.95321464538574, + "relativeCreated": 77.69656181335449, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -10125,8 +10140,8 @@ "17", "" ], - "asctime": "2024-12-04 08:26:48,264", - "created": 1733297208.2648454, + "asctime": "2025-03-14 21:15:56,210", + "created": 1741983356.2105458, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10136,37 +10151,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=integer): result = 17 ()", "module": "test", - "msecs": 264.0, + "msecs": 210.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 83.00232887268066, + "relativeCreated": 77.75115966796875, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 264.0, + "msecs": 210.0, "msg": "Data from cached instance with key=integer is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 83.05191993713379, + "relativeCreated": 77.8207778930664, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 4.9591064453125e-05 + "time_consumption": 6.961822509765625e-05 }, { "args": [ "3.14159", "" ], - "asctime": "2024-12-04 08:26:48,265", - "created": 1733297208.2651393, + "asctime": "2025-03-14 21:15:56,210", + "created": 1741983356.2108712, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10181,8 +10196,8 @@ "args": [ "float" ], - "asctime": "2024-12-04 08:26:48,264", - "created": 1733297208.26498, + "asctime": "2025-03-14 21:15:56,210", + "created": 1741983356.210702, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10192,15 +10207,15 @@ "lineno": 157, "message": "Providing property for 'float' from cache", "module": "__init__", - "msecs": 264.0, + "msecs": 210.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 83.13703536987305, + "relativeCreated": 77.90732383728027, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -10209,8 +10224,8 @@ "3.14159", "" ], - "asctime": "2024-12-04 08:26:48,265", - "created": 1733297208.26504, + "asctime": "2025-03-14 21:15:56,210", + "created": 1741983356.2107656, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10220,15 +10235,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=float): 3.14159 ()", "module": "test", - "msecs": 265.0, + "msecs": 210.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 83.19687843322754, + "relativeCreated": 77.97098159790039, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -10238,8 +10253,8 @@ "3.14159", "" ], - "asctime": "2024-12-04 08:26:48,265", - "created": 1733297208.2650898, + "asctime": "2025-03-14 21:15:56,210", + "created": 1741983356.210818, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10249,37 +10264,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=float): result = 3.14159 ()", "module": "test", - "msecs": 265.0, + "msecs": 210.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 83.24670791625977, + "relativeCreated": 78.02343368530273, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 265.0, + "msecs": 210.0, "msg": "Data from cached instance with key=float is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 83.29629898071289, + "relativeCreated": 78.07660102844238, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 4.9591064453125e-05 + "time_consumption": 5.316734313964844e-05 }, { "args": [ "[1, 'two', '3', 4]", "" ], - "asctime": "2024-12-04 08:26:48,265", - "created": 1733297208.265408, + "asctime": "2025-03-14 21:15:56,211", + "created": 1741983356.2111583, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10294,8 +10309,8 @@ "args": [ "list" ], - "asctime": "2024-12-04 08:26:48,265", - "created": 1733297208.265218, + "asctime": "2025-03-14 21:15:56,210", + "created": 1741983356.2109544, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10305,15 +10320,15 @@ "lineno": 157, "message": "Providing property for 'list' from cache", "module": "__init__", - "msecs": 265.0, + "msecs": 210.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 83.3749771118164, + "relativeCreated": 78.15980911254883, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -10322,8 +10337,8 @@ "[ 1, 'two', '3', 4 ]", "" ], - "asctime": "2024-12-04 08:26:48,265", - "created": 1733297208.2652826, + "asctime": "2025-03-14 21:15:56,211", + "created": 1741983356.2110226, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10333,15 +10348,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=list): [ 1, 'two', '3', 4 ] ()", "module": "test", - "msecs": 265.0, + "msecs": 211.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 83.43958854675293, + "relativeCreated": 78.22799682617188, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -10351,8 +10366,8 @@ "[ 1, 'two', '3', 4 ]", "" ], - "asctime": "2024-12-04 08:26:48,265", - "created": 1733297208.2653382, + "asctime": "2025-03-14 21:15:56,211", + "created": 1741983356.2110817, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10362,37 +10377,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=list): result = [ 1, 'two', '3', 4 ] ()", "module": "test", - "msecs": 265.0, + "msecs": 211.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 83.4951400756836, + "relativeCreated": 78.28712463378906, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 265.0, + "msecs": 211.0, "msg": "Data from cached instance with key=list is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 83.56499671936035, + "relativeCreated": 78.36365699768066, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 6.985664367675781e-05 + "time_consumption": 7.653236389160156e-05 }, { "args": [ "{'1': 1, '2': 'two', '3': '3', '4': 4}", "" ], - "asctime": "2024-12-04 08:26:48,265", - "created": 1733297208.2656987, + "asctime": "2025-03-14 21:15:56,211", + "created": 1741983356.2114642, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10407,8 +10422,8 @@ "args": [ "dict" ], - "asctime": "2024-12-04 08:26:48,265", - "created": 1733297208.2654943, + "asctime": "2025-03-14 21:15:56,211", + "created": 1741983356.2112496, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10418,15 +10433,15 @@ "lineno": 157, "message": "Providing property for 'dict' from cache", "module": "__init__", - "msecs": 265.0, + "msecs": 211.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 83.65130424499512, + "relativeCreated": 78.45497131347656, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -10435,8 +10450,8 @@ "{ '1': 1, '2': 'two', '3': '3', '4': 4 }", "" ], - "asctime": "2024-12-04 08:26:48,265", - "created": 1733297208.2655663, + "asctime": "2025-03-14 21:15:56,211", + "created": 1741983356.211325, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10446,15 +10461,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=dict): { '1': 1, '2': 'two', '3': '3', '4': 4 } ()", "module": "test", - "msecs": 265.0, + "msecs": 211.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 83.72330665588379, + "relativeCreated": 78.53031158447266, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -10464,8 +10479,8 @@ "{ '1': 1, '2': 'two', '3': '3', '4': 4 }", "" ], - "asctime": "2024-12-04 08:26:48,265", - "created": 1733297208.2656271, + "asctime": "2025-03-14 21:15:56,211", + "created": 1741983356.211387, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10475,37 +10490,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=dict): result = { '1': 1, '2': 'two', '3': '3', '4': 4 } ()", "module": "test", - "msecs": 265.0, + "msecs": 211.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 83.78410339355469, + "relativeCreated": 78.59230041503906, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 265.0, + "msecs": 211.0, "msg": "Data from cached instance with key=dict is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 83.85562896728516, + "relativeCreated": 78.66954803466797, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 7.152557373046875e-05 + "time_consumption": 7.724761962890625e-05 }, { "args": [ "None", "" ], - "asctime": "2024-12-04 08:26:48,265", - "created": 1733297208.265962, + "asctime": "2025-03-14 21:15:56,211", + "created": 1741983356.211759, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10520,8 +10535,8 @@ "args": [ "none" ], - "asctime": "2024-12-04 08:26:48,265", - "created": 1733297208.2657812, + "asctime": "2025-03-14 21:15:56,211", + "created": 1741983356.2115552, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10531,15 +10546,15 @@ "lineno": 157, "message": "Providing property for 'none' from cache", "module": "__init__", - "msecs": 265.0, + "msecs": 211.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 83.9381217956543, + "relativeCreated": 78.76062393188477, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -10548,8 +10563,8 @@ "None", "" ], - "asctime": "2024-12-04 08:26:48,265", - "created": 1733297208.265854, + "asctime": "2025-03-14 21:15:56,211", + "created": 1741983356.2116513, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10559,15 +10574,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=none): None ()", "module": "test", - "msecs": 265.0, + "msecs": 211.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 84.01083946228027, + "relativeCreated": 78.8567066192627, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -10577,8 +10592,8 @@ "None", "" ], - "asctime": "2024-12-04 08:26:48,265", - "created": 1733297208.2659059, + "asctime": "2025-03-14 21:15:56,211", + "created": 1741983356.2117066, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10588,37 +10603,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=none): result = None ()", "module": "test", - "msecs": 265.0, + "msecs": 211.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 84.06281471252441, + "relativeCreated": 78.91201972961426, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 265.0, + "msecs": 211.0, "msg": "Data from cached instance with key=none is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 84.11884307861328, + "relativeCreated": 78.9644718170166, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 5.602836608886719e-05 + "time_consumption": 5.245208740234375e-05 }, { "args": [ "5", "" ], - "asctime": "2024-12-04 08:26:48,266", - "created": 1733297208.2662075, + "asctime": "2025-03-14 21:15:56,212", + "created": 1741983356.2120543, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10633,8 +10648,8 @@ "args": [ "unknown_key" ], - "asctime": "2024-12-04 08:26:48,266", - "created": 1733297208.2660487, + "asctime": "2025-03-14 21:15:56,211", + "created": 1741983356.2118623, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10644,15 +10659,15 @@ "lineno": 179, "message": "Key 'unknown_key' is not in cached_keys. Uncached data will be returned.", "module": "__init__", - "msecs": 266.0, + "msecs": 211.0, "msg": "Key '%s' is not in cached_keys. Uncached data will be returned.", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 84.20562744140625, + "relativeCreated": 79.06770706176758, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -10661,8 +10676,8 @@ "5", "" ], - "asctime": "2024-12-04 08:26:48,266", - "created": 1733297208.266106, + "asctime": "2025-03-14 21:15:56,211", + "created": 1741983356.211921, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10672,15 +10687,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=unknown_key): 5 ()", "module": "test", - "msecs": 266.0, + "msecs": 211.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 84.26284790039062, + "relativeCreated": 79.12635803222656, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -10690,8 +10705,8 @@ "5", "" ], - "asctime": "2024-12-04 08:26:48,266", - "created": 1733297208.2661552, + "asctime": "2025-03-14 21:15:56,211", + "created": 1741983356.2119799, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10701,41 +10716,41 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=unknown_key): result = 5 ()", "module": "test", - "msecs": 266.0, + "msecs": 211.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 84.31220054626465, + "relativeCreated": 79.18524742126465, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 266.0, + "msecs": 212.0, "msg": "Data from cached instance with key=unknown_key is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 84.36441421508789, + "relativeCreated": 79.25963401794434, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 5.221366882324219e-05 + "time_consumption": 7.43865966796875e-05 } ], - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0032176971435546875, - "time_finished": "2024-12-04 08:26:48,266", - "time_start": "2024-12-04 08:26:48,262" + "time_consumption": 0.003613710403442383, + "time_finished": "2025-03-14 21:15:56,212", + "time_start": "2025-03-14 21:15:56,208" }, "_e-ehkHvLEe-DRNATe61b9w": { "args": null, - "asctime": "2024-12-04 08:26:56,394", - "created": 1733297216.3949149, + "asctime": "2025-03-14 21:16:04,345", + "created": 1741983364.3455083, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10746,19 +10761,19 @@ "message": "_e-ehkHvLEe-DRNATe61b9w", "module": "__init__", "moduleLogger": [], - "msecs": 394.0, + "msecs": 345.0, "msg": "_e-ehkHvLEe-DRNATe61b9w", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/report/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8213.071823120117, + "relativeCreated": 8212.713718414307, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,395", - "created": 1733297216.3955715, + "asctime": "2025-03-14 21:16:04,346", + "created": 1741983364.3461454, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -10771,8 +10786,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,395", - "created": 1733297216.3952966, + "asctime": "2025-03-14 21:16:04,345", + "created": 1741983364.3458853, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -10782,34 +10797,34 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 395.0, + "msecs": 345.0, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_helpers.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8213.453531265259, + "relativeCreated": 8213.090658187866, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 395.0, + "msecs": 346.0, "msg": "Prepare: Cleanup before testcase execution", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_helpers.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8213.728427886963, + "relativeCreated": 8213.350772857666, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00027489662170410156 + "time_consumption": 0.0002601146697998047 }, { "args": [], - "asctime": "2024-12-04 08:26:56,395", - "created": 1733297216.3958275, + "asctime": "2025-03-14 21:16:04,346", + "created": 1741983364.3463926, "exc_info": null, "exc_text": null, "filename": "test_save_callback.py", @@ -10820,15 +10835,15 @@ "message": "Installing save_callback with no get or full_update execution.", "module": "test_save_callback", "moduleLogger": [], - "msecs": 395.0, + "msecs": 346.0, "msg": "Installing save_callback with no get or full_update execution.", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_save_callback.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8213.984489440918, + "relativeCreated": 8213.598012924194, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -10837,8 +10852,8 @@ "0", "" ], - "asctime": "2024-12-04 08:26:56,396", - "created": 1733297216.3963501, + "asctime": "2025-03-14 21:16:04,346", + "created": 1741983364.3468947, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10855,8 +10870,8 @@ "0", "" ], - "asctime": "2024-12-04 08:26:56,396", - "created": 1733297216.3960605, + "asctime": "2025-03-14 21:16:04,346", + "created": 1741983364.3466134, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10866,15 +10881,15 @@ "lineno": 22, "message": "Result (Save callback execution counter): 0 ()", "module": "test", - "msecs": 396.0, + "msecs": 346.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8214.2174243927, + "relativeCreated": 8213.818788528442, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -10884,8 +10899,8 @@ "0", "" ], - "asctime": "2024-12-04 08:26:56,396", - "created": 1733297216.3962097, + "asctime": "2025-03-14 21:16:04,346", + "created": 1741983364.3467572, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10895,37 +10910,37 @@ "lineno": 26, "message": "Expectation (Save callback execution counter): result = 0 ()", "module": "test", - "msecs": 396.0, + "msecs": 346.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8214.366674423218, + "relativeCreated": 8213.96255493164, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 396.0, + "msecs": 346.0, "msg": "Save callback execution counter is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8214.507102966309, + "relativeCreated": 8214.100122451782, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0001404285430908203 + "time_consumption": 0.00013756752014160156 }, { "args": [ "None", "" ], - "asctime": "2024-12-04 08:26:56,396", - "created": 1733297216.3968635, + "asctime": "2025-03-14 21:16:04,347", + "created": 1741983364.347396, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10942,8 +10957,8 @@ "None", "" ], - "asctime": "2024-12-04 08:26:56,396", - "created": 1733297216.3965702, + "asctime": "2025-03-14 21:16:04,347", + "created": 1741983364.34712, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10953,15 +10968,15 @@ "lineno": 22, "message": "Result (Save callback execution counter): None ()", "module": "test", - "msecs": 396.0, + "msecs": 347.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8214.72716331482, + "relativeCreated": 8214.325428009033, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -10971,8 +10986,8 @@ "None", "" ], - "asctime": "2024-12-04 08:26:56,396", - "created": 1733297216.396713, + "asctime": "2025-03-14 21:16:04,347", + "created": 1741983364.3472607, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10982,41 +10997,41 @@ "lineno": 26, "message": "Expectation (Save callback execution counter): result = None ()", "module": "test", - "msecs": 396.0, + "msecs": 347.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8214.869976043701, + "relativeCreated": 8214.466094970703, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 396.0, + "msecs": 347.0, "msg": "Save callback execution counter is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8215.020418167114, + "relativeCreated": 8214.601278305054, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00015044212341308594 + "time_consumption": 0.00013518333435058594 } ], - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0019485950469970703, - "time_finished": "2024-12-04 08:26:56,396", - "time_start": "2024-12-04 08:26:56,394" + "time_consumption": 0.0018875598907470703, + "time_finished": "2025-03-14 21:16:04,347", + "time_start": "2025-03-14 21:16:04,345" }, "_eAYLEHndEe-Pc-LxwEk-3w": { "args": null, - "asctime": "2024-12-04 08:26:48,266", - "created": 1733297208.2663887, + "asctime": "2025-03-14 21:15:56,212", + "created": 1741983356.2122726, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11027,19 +11042,19 @@ "message": "_eAYLEHndEe-Pc-LxwEk-3w", "module": "__init__", "moduleLogger": [], - "msecs": 266.0, + "msecs": 212.0, "msg": "_eAYLEHndEe-Pc-LxwEk-3w", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/report/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 84.54561233520508, + "relativeCreated": 79.47802543640137, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:48,266", - "created": 1733297208.266545, + "asctime": "2025-03-14 21:15:56,212", + "created": 1741983356.2124753, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -11052,8 +11067,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:48,266", - "created": 1733297208.2664952, + "asctime": "2025-03-14 21:15:56,212", + "created": 1741983356.2124128, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -11063,36 +11078,36 @@ "lineno": 20, "message": "Cache file does not exist on filesystem.", "module": "test_helpers", - "msecs": 266.0, + "msecs": 212.0, "msg": "Cache file does not exist on filesystem.", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_helpers.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 84.65218544006348, + "relativeCreated": 79.61821556091309, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 266.0, + "msecs": 212.0, "msg": "Prepare: Cleanup before testcase execution", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_helpers.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 84.7020149230957, + "relativeCreated": 79.6806812286377, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 4.982948303222656e-05 + "time_consumption": 6.246566772460938e-05 }, { "args": [ "'property_cache_json'" ], - "asctime": "2024-12-04 08:26:48,269", - "created": 1733297208.2695565, + "asctime": "2025-03-14 21:15:56,215", + "created": 1741983356.2159345, "exc_info": null, "exc_text": null, "filename": "test_cached_data.py", @@ -11105,34 +11120,34 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:48,266", - "created": 1733297208.2666378, + "asctime": "2025-03-14 21:15:56,212", + "created": 1741983356.2125926, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 233, + "lineno": 237, "message": "Cache file does not exists (yet).", "module": "__init__", - "msecs": 266.0, + "msecs": 212.0, "msg": "Cache file does not exists (yet).", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 84.79475975036621, + "relativeCreated": 79.79798316955566, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "str" ], - "asctime": "2024-12-04 08:26:48,266", - "created": 1733297208.2667055, + "asctime": "2025-03-14 21:15:56,212", + "created": 1741983356.2126684, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11142,25 +11157,25 @@ "lineno": 163, "message": "Loading property for key='str' from source instance", "module": "__init__", - "msecs": 266.0, + "msecs": 212.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 84.86247062683105, + "relativeCreated": 79.87380027770996, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "str", "string", - 1733297208 + 1741983356 ], - "asctime": "2024-12-04 08:26:48,266", - "created": 1733297208.266759, + "asctime": "2025-03-14 21:15:56,212", + "created": 1741983356.2127266, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11168,51 +11183,51 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=str, value=string with timestamp=1733297208 to chache", + "message": "Adding key=str, value=string with timestamp=1741983356 to chache", "module": "__init__", - "msecs": 266.0, + "msecs": 212.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 84.9158763885498, + "relativeCreated": 79.93197441101074, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json" ], - "asctime": "2024-12-04 08:26:48,267", - "created": 1733297208.2670112, + "asctime": "2025-03-14 21:15:56,213", + "created": 1741983356.2130563, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json)", "module": "__init__", - "msecs": 267.0, + "msecs": 213.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 85.16812324523926, + "relativeCreated": 80.2617073059082, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "integer" ], - "asctime": "2024-12-04 08:26:48,267", - "created": 1733297208.2671146, + "asctime": "2025-03-14 21:15:56,213", + "created": 1741983356.213183, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11222,25 +11237,25 @@ "lineno": 163, "message": "Loading property for key='integer' from source instance", "module": "__init__", - "msecs": 267.0, + "msecs": 213.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 85.27159690856934, + "relativeCreated": 80.38830757141113, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "integer", 17, - 1733297208 + 1741983356 ], - "asctime": "2024-12-04 08:26:48,267", - "created": 1733297208.267175, + "asctime": "2025-03-14 21:15:56,213", + "created": 1741983356.2132468, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11248,51 +11263,51 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=integer, value=17 with timestamp=1733297208 to chache", + "message": "Adding key=integer, value=17 with timestamp=1741983356 to chache", "module": "__init__", - "msecs": 267.0, + "msecs": 213.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 85.33191680908203, + "relativeCreated": 80.45220375061035, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json" ], - "asctime": "2024-12-04 08:26:48,267", - "created": 1733297208.2673554, + "asctime": "2025-03-14 21:15:56,213", + "created": 1741983356.2134824, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json)", "module": "__init__", - "msecs": 267.0, + "msecs": 213.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 85.51239967346191, + "relativeCreated": 80.6877613067627, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "list" ], - "asctime": "2024-12-04 08:26:48,267", - "created": 1733297208.2674875, + "asctime": "2025-03-14 21:15:56,213", + "created": 1741983356.213631, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11302,15 +11317,15 @@ "lineno": 163, "message": "Loading property for key='list' from source instance", "module": "__init__", - "msecs": 267.0, + "msecs": 213.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 85.64448356628418, + "relativeCreated": 80.83629608154297, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -11322,10 +11337,10 @@ "3", 4 ], - 1733297208 + 1741983356 ], - "asctime": "2024-12-04 08:26:48,267", - "created": 1733297208.2675471, + "asctime": "2025-03-14 21:15:56,213", + "created": 1741983356.213695, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11333,51 +11348,51 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=list, value=[1, 'two', '3', 4] with timestamp=1733297208 to chache", + "message": "Adding key=list, value=[1, 'two', '3', 4] with timestamp=1741983356 to chache", "module": "__init__", - "msecs": 267.0, + "msecs": 213.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 85.70408821105957, + "relativeCreated": 80.90043067932129, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json" ], - "asctime": "2024-12-04 08:26:48,268", - "created": 1733297208.2685554, + "asctime": "2025-03-14 21:15:56,214", + "created": 1741983356.2146885, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json)", "module": "__init__", - "msecs": 268.0, + "msecs": 214.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 86.71236038208008, + "relativeCreated": 81.8939208984375, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "dict" ], - "asctime": "2024-12-04 08:26:48,268", - "created": 1733297208.2686765, + "asctime": "2025-03-14 21:15:56,214", + "created": 1741983356.2148259, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11387,15 +11402,15 @@ "lineno": 163, "message": "Loading property for key='dict' from source instance", "module": "__init__", - "msecs": 268.0, + "msecs": 214.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 86.83347702026367, + "relativeCreated": 82.03125, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -11407,10 +11422,10 @@ "3": "3", "4": 4 }, - 1733297208 + 1741983356 ], - "asctime": "2024-12-04 08:26:48,268", - "created": 1733297208.2687376, + "asctime": "2025-03-14 21:15:56,214", + "created": 1741983356.2148895, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11418,51 +11433,51 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=dict, value={'1': 1, '2': 'two', '3': '3', '4': 4} with timestamp=1733297208 to chache", + "message": "Adding key=dict, value={'1': 1, '2': 'two', '3': '3', '4': 4} with timestamp=1741983356 to chache", "module": "__init__", - "msecs": 268.0, + "msecs": 214.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 86.89451217651367, + "relativeCreated": 82.09490776062012, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json" ], - "asctime": "2024-12-04 08:26:48,269", - "created": 1733297208.2690127, + "asctime": "2025-03-14 21:15:56,215", + "created": 1741983356.2153525, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json)", "module": "__init__", - "msecs": 269.0, + "msecs": 215.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 87.16964721679688, + "relativeCreated": 82.55791664123535, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "none" ], - "asctime": "2024-12-04 08:26:48,269", - "created": 1733297208.2691321, + "asctime": "2025-03-14 21:15:56,215", + "created": 1741983356.2154865, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11472,25 +11487,25 @@ "lineno": 163, "message": "Loading property for key='none' from source instance", "module": "__init__", - "msecs": 269.0, + "msecs": 215.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 87.28909492492676, + "relativeCreated": 82.69190788269043, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "none", null, - 1733297208 + 1741983356 ], - "asctime": "2024-12-04 08:26:48,269", - "created": 1733297208.2691917, + "asctime": "2025-03-14 21:15:56,215", + "created": 1741983356.2155526, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11498,65 +11513,65 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=none, value=None with timestamp=1733297208 to chache", + "message": "Adding key=none, value=None with timestamp=1741983356 to chache", "module": "__init__", - "msecs": 269.0, + "msecs": 215.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 87.34869956970215, + "relativeCreated": 82.75794982910156, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json" ], - "asctime": "2024-12-04 08:26:48,269", - "created": 1733297208.269435, + "asctime": "2025-03-14 21:15:56,215", + "created": 1741983356.2158132, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json)", "module": "__init__", - "msecs": 269.0, + "msecs": 215.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 87.59188652038574, + "relativeCreated": 83.01854133605957, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 269.0, + "msecs": 215.0, "msg": "Prepare: First usage of %s with a class holding the data to be cached", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_cached_data.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 87.71347999572754, + "relativeCreated": 83.13989639282227, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00012159347534179688 + "time_consumption": 0.00012135505676269531 }, { "args": [ "'string'", "" ], - "asctime": "2024-12-04 08:26:48,270", - "created": 1733297208.27004, + "asctime": "2025-03-14 21:15:56,216", + "created": 1741983356.2164385, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11571,34 +11586,34 @@ "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json" ], - "asctime": "2024-12-04 08:26:48,269", - "created": 1733297208.2697704, + "asctime": "2025-03-14 21:15:56,216", + "created": 1741983356.2161794, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 292, + "lineno": 296, "message": "Loading properties from cache (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json)", "module": "__init__", - "msecs": 269.0, + "msecs": 216.0, "msg": "Loading properties from cache (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 87.92734146118164, + "relativeCreated": 83.38475227355957, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "str" ], - "asctime": "2024-12-04 08:26:48,269", - "created": 1733297208.2698665, + "asctime": "2025-03-14 21:15:56,216", + "created": 1741983356.2162635, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11608,15 +11623,15 @@ "lineno": 157, "message": "Providing property for 'str' from cache", "module": "__init__", - "msecs": 269.0, + "msecs": 216.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 88.02342414855957, + "relativeCreated": 83.46891403198242, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -11625,8 +11640,8 @@ "'string'", "" ], - "asctime": "2024-12-04 08:26:48,269", - "created": 1733297208.2699354, + "asctime": "2025-03-14 21:15:56,216", + "created": 1741983356.216329, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11636,15 +11651,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=str): 'string' ()", "module": "test", - "msecs": 269.0, + "msecs": 216.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 88.09232711791992, + "relativeCreated": 83.53447914123535, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -11654,8 +11669,8 @@ "'string'", "" ], - "asctime": "2024-12-04 08:26:48,269", - "created": 1733297208.2699888, + "asctime": "2025-03-14 21:15:56,216", + "created": 1741983356.2163844, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11665,37 +11680,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=str): result = 'string' ()", "module": "test", - "msecs": 269.0, + "msecs": 216.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 88.14573287963867, + "relativeCreated": 83.58979225158691, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 270.0, + "msecs": 216.0, "msg": "Data from cached instance with key=str is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 88.19699287414551, + "relativeCreated": 83.64391326904297, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 5.125999450683594e-05 + "time_consumption": 5.412101745605469e-05 }, { "args": [ "'__unicode__'", "" ], - "asctime": "2024-12-04 08:26:48,270", - "created": 1733297208.2706912, + "asctime": "2025-03-14 21:15:56,217", + "created": 1741983356.2171679, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11710,8 +11725,8 @@ "args": [ "unicode" ], - "asctime": "2024-12-04 08:26:48,270", - "created": 1733297208.270134, + "asctime": "2025-03-14 21:15:56,216", + "created": 1741983356.2165315, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11721,25 +11736,25 @@ "lineno": 163, "message": "Loading property for key='unicode' from source instance", "module": "__init__", - "msecs": 270.0, + "msecs": 216.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 88.29092979431152, + "relativeCreated": 83.73689651489258, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "unicode", "__unicode__", - 1733297208 + 1741983356 ], - "asctime": "2024-12-04 08:26:48,270", - "created": 1733297208.2701893, + "asctime": "2025-03-14 21:15:56,216", + "created": 1741983356.2165878, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11747,43 +11762,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=unicode, value=__unicode__ with timestamp=1733297208 to chache", + "message": "Adding key=unicode, value=__unicode__ with timestamp=1741983356 to chache", "module": "__init__", - "msecs": 270.0, + "msecs": 216.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 88.34624290466309, + "relativeCreated": 83.79316329956055, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json" ], - "asctime": "2024-12-04 08:26:48,270", - "created": 1733297208.2704535, + "asctime": "2025-03-14 21:15:56,216", + "created": 1741983356.2168703, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json)", "module": "__init__", - "msecs": 270.0, + "msecs": 216.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 88.61041069030762, + "relativeCreated": 84.0756893157959, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -11792,8 +11807,8 @@ "'__unicode__'", "" ], - "asctime": "2024-12-04 08:26:48,270", - "created": 1733297208.2705786, + "asctime": "2025-03-14 21:15:56,217", + "created": 1741983356.2170377, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11803,15 +11818,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=unicode): '__unicode__' ()", "module": "test", - "msecs": 270.0, + "msecs": 217.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 88.73558044433594, + "relativeCreated": 84.2430591583252, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -11821,8 +11836,8 @@ "'__unicode__'", "" ], - "asctime": "2024-12-04 08:26:48,270", - "created": 1733297208.270639, + "asctime": "2025-03-14 21:15:56,217", + "created": 1741983356.2171073, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11832,37 +11847,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=unicode): result = '__unicode__' ()", "module": "test", - "msecs": 270.0, + "msecs": 217.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 88.79590034484863, + "relativeCreated": 84.31267738342285, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 270.0, + "msecs": 217.0, "msg": "Data from cached instance with key=unicode is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 88.84811401367188, + "relativeCreated": 84.37323570251465, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 5.221366882324219e-05 + "time_consumption": 6.0558319091796875e-05 }, { "args": [ "17", "" ], - "asctime": "2024-12-04 08:26:48,270", - "created": 1733297208.2709398, + "asctime": "2025-03-14 21:15:56,217", + "created": 1741983356.217485, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11877,8 +11892,8 @@ "args": [ "integer" ], - "asctime": "2024-12-04 08:26:48,270", - "created": 1733297208.27078, + "asctime": "2025-03-14 21:15:56,217", + "created": 1741983356.217266, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11888,15 +11903,15 @@ "lineno": 157, "message": "Providing property for 'integer' from cache", "module": "__init__", - "msecs": 270.0, + "msecs": 217.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 88.93704414367676, + "relativeCreated": 84.47146415710449, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -11905,8 +11920,8 @@ "17", "" ], - "asctime": "2024-12-04 08:26:48,270", - "created": 1733297208.2708397, + "asctime": "2025-03-14 21:15:56,217", + "created": 1741983356.2173522, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11916,15 +11931,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=integer): 17 ()", "module": "test", - "msecs": 270.0, + "msecs": 217.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 88.99664878845215, + "relativeCreated": 84.55753326416016, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -11934,8 +11949,8 @@ "17", "" ], - "asctime": "2024-12-04 08:26:48,270", - "created": 1733297208.2708902, + "asctime": "2025-03-14 21:15:56,217", + "created": 1741983356.2174077, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11945,37 +11960,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=integer): result = 17 ()", "module": "test", - "msecs": 270.0, + "msecs": 217.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 89.04719352722168, + "relativeCreated": 84.61308479309082, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 270.0, + "msecs": 217.0, "msg": "Data from cached instance with key=integer is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 89.0967845916748, + "relativeCreated": 84.69033241271973, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 4.9591064453125e-05 + "time_consumption": 7.724761962890625e-05 }, { "args": [ "2.71828", "" ], - "asctime": "2024-12-04 08:26:48,271", - "created": 1733297208.2716131, + "asctime": "2025-03-14 21:15:56,218", + "created": 1741983356.2185664, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11990,8 +12005,8 @@ "args": [ "float" ], - "asctime": "2024-12-04 08:26:48,271", - "created": 1733297208.2710226, + "asctime": "2025-03-14 21:15:56,217", + "created": 1741983356.2176, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12001,25 +12016,25 @@ "lineno": 163, "message": "Loading property for key='float' from source instance", "module": "__init__", - "msecs": 271.0, + "msecs": 217.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 89.17951583862305, + "relativeCreated": 84.80548858642578, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "float", 2.71828, - 1733297208 + 1741983356 ], - "asctime": "2024-12-04 08:26:48,271", - "created": 1733297208.2710764, + "asctime": "2025-03-14 21:15:56,217", + "created": 1741983356.2176604, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12027,43 +12042,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=float, value=2.71828 with timestamp=1733297208 to chache", + "message": "Adding key=float, value=2.71828 with timestamp=1741983356 to chache", "module": "__init__", - "msecs": 271.0, + "msecs": 217.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 89.2333984375, + "relativeCreated": 84.86580848693848, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json" ], - "asctime": "2024-12-04 08:26:48,271", - "created": 1733297208.2713618, + "asctime": "2025-03-14 21:15:56,218", + "created": 1741983356.218111, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json)", "module": "__init__", - "msecs": 271.0, + "msecs": 218.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 89.51878547668457, + "relativeCreated": 85.31641960144043, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -12072,8 +12087,8 @@ "2.71828", "" ], - "asctime": "2024-12-04 08:26:48,271", - "created": 1733297208.2714913, + "asctime": "2025-03-14 21:15:56,218", + "created": 1741983356.2183528, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12083,15 +12098,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=float): 2.71828 ()", "module": "test", - "msecs": 271.0, + "msecs": 218.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 89.64824676513672, + "relativeCreated": 85.55817604064941, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -12101,8 +12116,8 @@ "2.71828", "" ], - "asctime": "2024-12-04 08:26:48,271", - "created": 1733297208.2715564, + "asctime": "2025-03-14 21:15:56,218", + "created": 1741983356.2184622, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12112,37 +12127,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=float): result = 2.71828 ()", "module": "test", - "msecs": 271.0, + "msecs": 218.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 89.71333503723145, + "relativeCreated": 85.66761016845703, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 271.0, + "msecs": 218.0, "msg": "Data from cached instance with key=float is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 89.77007865905762, + "relativeCreated": 85.77179908752441, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 5.6743621826171875e-05 + "time_consumption": 0.00010418891906738281 }, { "args": [ "[1, 'two', '3', 4]", "" ], - "asctime": "2024-12-04 08:26:48,271", - "created": 1733297208.2718995, + "asctime": "2025-03-14 21:15:56,218", + "created": 1741983356.218929, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12157,8 +12172,8 @@ "args": [ "list" ], - "asctime": "2024-12-04 08:26:48,271", - "created": 1733297208.2717037, + "asctime": "2025-03-14 21:15:56,218", + "created": 1741983356.218703, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12168,15 +12183,15 @@ "lineno": 157, "message": "Providing property for 'list' from cache", "module": "__init__", - "msecs": 271.0, + "msecs": 218.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 89.86067771911621, + "relativeCreated": 85.90841293334961, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -12185,8 +12200,8 @@ "[ 1, 'two', '3', 4 ]", "" ], - "asctime": "2024-12-04 08:26:48,271", - "created": 1733297208.271772, + "asctime": "2025-03-14 21:15:56,218", + "created": 1741983356.218787, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12196,15 +12211,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=list): [ 1, 'two', '3', 4 ] ()", "module": "test", - "msecs": 271.0, + "msecs": 218.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 89.92886543273926, + "relativeCreated": 85.99233627319336, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -12214,8 +12229,8 @@ "[ 1, 'two', '3', 4 ]", "" ], - "asctime": "2024-12-04 08:26:48,271", - "created": 1733297208.2718284, + "asctime": "2025-03-14 21:15:56,218", + "created": 1741983356.218851, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12225,37 +12240,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=list): result = [ 1, 'two', '3', 4 ] ()", "module": "test", - "msecs": 271.0, + "msecs": 218.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 89.98537063598633, + "relativeCreated": 86.05647087097168, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 271.0, + "msecs": 218.0, "msg": "Data from cached instance with key=list is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 90.0564193725586, + "relativeCreated": 86.13443374633789, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 7.104873657226562e-05 + "time_consumption": 7.796287536621094e-05 }, { "args": [ "{'1': 1, '2': 'two', '3': '3', '4': 4}", "" ], - "asctime": "2024-12-04 08:26:48,272", - "created": 1733297208.2723477, + "asctime": "2025-03-14 21:15:56,219", + "created": 1741983356.2192364, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12270,8 +12285,8 @@ "args": [ "dict" ], - "asctime": "2024-12-04 08:26:48,272", - "created": 1733297208.2721379, + "asctime": "2025-03-14 21:15:56,219", + "created": 1741983356.2190228, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12281,15 +12296,15 @@ "lineno": 157, "message": "Providing property for 'dict' from cache", "module": "__init__", - "msecs": 272.0, + "msecs": 219.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 90.29483795166016, + "relativeCreated": 86.2281322479248, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -12298,8 +12313,8 @@ "{ '1': 1, '2': 'two', '3': '3', '4': 4 }", "" ], - "asctime": "2024-12-04 08:26:48,272", - "created": 1733297208.272215, + "asctime": "2025-03-14 21:15:56,219", + "created": 1741983356.2191007, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12309,15 +12324,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=dict): { '1': 1, '2': 'two', '3': '3', '4': 4 } ()", "module": "test", - "msecs": 272.0, + "msecs": 219.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 90.37184715270996, + "relativeCreated": 86.30609512329102, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -12327,8 +12342,8 @@ "{ '1': 1, '2': 'two', '3': '3', '4': 4 }", "" ], - "asctime": "2024-12-04 08:26:48,272", - "created": 1733297208.2722769, + "asctime": "2025-03-14 21:15:56,219", + "created": 1741983356.2191625, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12338,37 +12353,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=dict): result = { '1': 1, '2': 'two', '3': '3', '4': 4 } ()", "module": "test", - "msecs": 272.0, + "msecs": 219.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 90.43383598327637, + "relativeCreated": 86.36784553527832, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 272.0, + "msecs": 219.0, "msg": "Data from cached instance with key=dict is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 90.50464630126953, + "relativeCreated": 86.4417552947998, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 7.081031799316406e-05 + "time_consumption": 7.390975952148438e-05 }, { "args": [ "None", "" ], - "asctime": "2024-12-04 08:26:48,272", - "created": 1733297208.2725942, + "asctime": "2025-03-14 21:15:56,219", + "created": 1741983356.2194922, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12383,8 +12398,8 @@ "args": [ "none" ], - "asctime": "2024-12-04 08:26:48,272", - "created": 1733297208.2724335, + "asctime": "2025-03-14 21:15:56,219", + "created": 1741983356.2193272, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12394,15 +12409,15 @@ "lineno": 157, "message": "Providing property for 'none' from cache", "module": "__init__", - "msecs": 272.0, + "msecs": 219.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 90.5904769897461, + "relativeCreated": 86.5325927734375, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -12411,8 +12426,8 @@ "None", "" ], - "asctime": "2024-12-04 08:26:48,272", - "created": 1733297208.2724946, + "asctime": "2025-03-14 21:15:56,219", + "created": 1741983356.2193887, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12422,15 +12437,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=none): None ()", "module": "test", - "msecs": 272.0, + "msecs": 219.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 90.6515121459961, + "relativeCreated": 86.5941047668457, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -12440,8 +12455,8 @@ "None", "" ], - "asctime": "2024-12-04 08:26:48,272", - "created": 1733297208.2725446, + "asctime": "2025-03-14 21:15:56,219", + "created": 1741983356.2194405, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12451,37 +12466,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=none): result = None ()", "module": "test", - "msecs": 272.0, + "msecs": 219.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 90.70158004760742, + "relativeCreated": 86.64584159851074, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 272.0, + "msecs": 219.0, "msg": "Data from cached instance with key=none is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 90.75117111206055, + "relativeCreated": 86.69757843017578, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 4.9591064453125e-05 + "time_consumption": 5.173683166503906e-05 }, { "args": [ "5", "" ], - "asctime": "2024-12-04 08:26:48,272", - "created": 1733297208.2728364, + "asctime": "2025-03-14 21:15:56,219", + "created": 1741983356.2197576, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12496,8 +12511,8 @@ "args": [ "unknown_key" ], - "asctime": "2024-12-04 08:26:48,272", - "created": 1733297208.272681, + "asctime": "2025-03-14 21:15:56,219", + "created": 1741983356.2195811, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12507,15 +12522,15 @@ "lineno": 179, "message": "Key 'unknown_key' is not in cached_keys. Uncached data will be returned.", "module": "__init__", - "msecs": 272.0, + "msecs": 219.0, "msg": "Key '%s' is not in cached_keys. Uncached data will be returned.", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 90.83795547485352, + "relativeCreated": 86.78650856018066, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -12524,8 +12539,8 @@ "5", "" ], - "asctime": "2024-12-04 08:26:48,272", - "created": 1733297208.2727382, + "asctime": "2025-03-14 21:15:56,219", + "created": 1741983356.21965, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12535,15 +12550,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=unknown_key): 5 ()", "module": "test", - "msecs": 272.0, + "msecs": 219.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 90.89517593383789, + "relativeCreated": 86.85541152954102, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -12553,8 +12568,8 @@ "5", "" ], - "asctime": "2024-12-04 08:26:48,272", - "created": 1733297208.2727878, + "asctime": "2025-03-14 21:15:56,219", + "created": 1741983356.2197027, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12564,41 +12579,41 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=unknown_key): result = 5 ()", "module": "test", - "msecs": 272.0, + "msecs": 219.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 90.94476699829102, + "relativeCreated": 86.90810203552246, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 272.0, + "msecs": 219.0, "msg": "Data from cached instance with key=unknown_key is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 90.99340438842773, + "relativeCreated": 86.96293830871582, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 4.863739013671875e-05 + "time_consumption": 5.4836273193359375e-05 } ], - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.006447792053222656, - "time_finished": "2024-12-04 08:26:48,272", - "time_start": "2024-12-04 08:26:48,266" + "time_consumption": 0.007484912872314453, + "time_finished": "2025-03-14 21:15:56,219", + "time_start": "2025-03-14 21:15:56,212" }, "_ivxo8HvLEe-DRNATe61b9w": { "args": null, - "asctime": "2024-12-04 08:26:56,397", - "created": 1733297216.3973095, + "asctime": "2025-03-14 21:16:04,347", + "created": 1741983364.34787, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12609,19 +12624,19 @@ "message": "_ivxo8HvLEe-DRNATe61b9w", "module": "__init__", "moduleLogger": [], - "msecs": 397.0, + "msecs": 347.0, "msg": "_ivxo8HvLEe-DRNATe61b9w", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/report/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8215.466499328613, + "relativeCreated": 8215.075492858887, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,397", - "created": 1733297216.3977623, + "asctime": "2025-03-14 21:16:04,348", + "created": 1741983364.348623, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -12634,8 +12649,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,397", - "created": 1733297216.3976195, + "asctime": "2025-03-14 21:16:04,348", + "created": 1741983364.348363, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -12645,34 +12660,34 @@ "lineno": 20, "message": "Cache file does not exist on filesystem.", "module": "test_helpers", - "msecs": 397.0, + "msecs": 348.0, "msg": "Cache file does not exist on filesystem.", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_helpers.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8215.776443481445, + "relativeCreated": 8215.56830406189, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 397.0, + "msecs": 348.0, "msg": "Prepare: Cleanup before testcase execution", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_helpers.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8215.919256210327, + "relativeCreated": 8215.82841873169, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00014281272888183594 + "time_consumption": 0.0002601146697998047 }, { "args": [], - "asctime": "2024-12-04 08:26:56,399", - "created": 1733297216.399912, + "asctime": "2025-03-14 21:16:04,352", + "created": 1741983364.3525267, "exc_info": null, "exc_text": null, "filename": "test_save_callback.py", @@ -12685,100 +12700,100 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,398", - "created": 1733297216.3980885, + "asctime": "2025-03-14 21:16:04,349", + "created": 1741983364.349072, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 233, + "lineno": 237, "message": "Cache file does not exists (yet).", "module": "__init__", - "msecs": 398.0, + "msecs": 349.0, "msg": "Cache file does not exists (yet).", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8216.245412826538, + "relativeCreated": 8216.277360916138, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']" ], - "asctime": "2024-12-04 08:26:56,398", - "created": 1733297216.3982868, + "asctime": "2025-03-14 21:16:04,349", + "created": 1741983364.3492997, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 242, + "lineno": 246, "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']", "module": "__init__", - "msecs": 398.0, + "msecs": 349.0, "msg": "Loading all data from source - %s", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8216.44377708435, + "relativeCreated": 8216.50505065918, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/save_callback_callback.json" ], - "asctime": "2024-12-04 08:26:56,399", - "created": 1733297216.3996208, + "asctime": "2025-03-14 21:16:04,352", + "created": 1741983364.3520517, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/save_callback_callback.json)", "module": "__init__", - "msecs": 399.0, + "msecs": 352.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8217.777729034424, + "relativeCreated": 8219.257116317749, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 399.0, + "msecs": 352.0, "msg": "Installing save_callback and execute full_update.", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_save_callback.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8218.069076538086, + "relativeCreated": 8219.73204612732, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0002913475036621094 + "time_consumption": 0.0004749298095703125 }, { "args": [ "1", "" ], - "asctime": "2024-12-04 08:26:56,400", - "created": 1733297216.4004767, + "asctime": "2025-03-14 21:16:04,353", + "created": 1741983364.3532472, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12795,8 +12810,8 @@ "1", "" ], - "asctime": "2024-12-04 08:26:56,400", - "created": 1733297216.4001772, + "asctime": "2025-03-14 21:16:04,352", + "created": 1741983364.3529165, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12806,15 +12821,15 @@ "lineno": 22, "message": "Result (Save callback execution counter): 1 ()", "module": "test", - "msecs": 400.0, + "msecs": 352.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8218.334197998047, + "relativeCreated": 8220.12186050415, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -12824,8 +12839,8 @@ "1", "" ], - "asctime": "2024-12-04 08:26:56,400", - "created": 1733297216.4003325, + "asctime": "2025-03-14 21:16:04,353", + "created": 1741983364.35309, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12835,37 +12850,37 @@ "lineno": 26, "message": "Expectation (Save callback execution counter): result = 1 ()", "module": "test", - "msecs": 400.0, + "msecs": 353.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8218.489408493042, + "relativeCreated": 8220.295429229736, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 400.0, + "msecs": 353.0, "msg": "Save callback execution counter is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8218.633651733398, + "relativeCreated": 8220.452547073364, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0001442432403564453 + "time_consumption": 0.0001571178436279297 }, { "args": [ - "", + "", "" ], - "asctime": "2024-12-04 08:26:56,401", - "created": 1733297216.4010198, + "asctime": "2025-03-14 21:16:04,353", + "created": 1741983364.3539257, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12873,17 +12888,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 184, - "message": "Save callback execution counter is correct (Content and Type is ).", + "message": "Save callback execution counter is correct (Content and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Save callback execution counter", - "", + "", "" ], - "asctime": "2024-12-04 08:26:56,400", - "created": 1733297216.4007077, + "asctime": "2025-03-14 21:16:04,353", + "created": 1741983364.3535738, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12891,28 +12906,28 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Save callback execution counter): ()", + "message": "Result (Save callback execution counter): ()", "module": "test", - "msecs": 400.0, + "msecs": 353.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8218.864679336548, + "relativeCreated": 8220.779180526733, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "Save callback execution counter", "=", - "", + "", "" ], - "asctime": "2024-12-04 08:26:56,400", - "created": 1733297216.400868, + "asctime": "2025-03-14 21:16:04,353", + "created": 1741983364.3537793, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12920,43 +12935,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 26, - "message": "Expectation (Save callback execution counter): result = ()", + "message": "Expectation (Save callback execution counter): result = ()", "module": "test", - "msecs": 400.0, + "msecs": 353.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8219.024896621704, + "relativeCreated": 8220.984697341919, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 401.0, + "msecs": 353.0, "msg": "Save callback execution counter is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8219.176769256592, + "relativeCreated": 8221.131086349487, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0001518726348876953 + "time_consumption": 0.00014638900756835938 } ], - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0037102699279785156, - "time_finished": "2024-12-04 08:26:56,401", - "time_start": "2024-12-04 08:26:56,397" + "time_consumption": 0.006055593490600586, + "time_finished": "2025-03-14 21:16:04,353", + "time_start": "2025-03-14 21:16:04,347" }, "_r2DhcHndEe-Pc-LxwEk-3w": { "args": null, - "asctime": "2024-12-04 08:26:54,289", - "created": 1733297214.2895763, + "asctime": "2025-03-14 21:16:02,232", + "created": 1741983362.2329867, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12967,19 +12982,19 @@ "message": "_r2DhcHndEe-Pc-LxwEk-3w", "module": "__init__", "moduleLogger": [], - "msecs": 289.0, + "msecs": 232.0, "msg": "_r2DhcHndEe-Pc-LxwEk-3w", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/report/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6107.733249664307, + "relativeCreated": 6100.192070007324, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:54,290", - "created": 1733297214.2902322, + "asctime": "2025-03-14 21:16:02,233", + "created": 1741983362.2337756, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -12992,8 +13007,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:54,289", - "created": 1733297214.28996, + "asctime": "2025-03-14 21:16:02,233", + "created": 1741983362.2334352, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -13003,36 +13018,36 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 289.0, + "msecs": 233.0, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_helpers.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6108.116865158081, + "relativeCreated": 6100.640535354614, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 290.0, + "msecs": 233.0, "msg": "Prepare: Cleanup before testcase execution", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_helpers.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6108.389139175415, + "relativeCreated": 6100.980997085571, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0002722740173339844 + "time_consumption": 0.00034046173095703125 }, { "args": [ "'property_cache_json'" ], - "asctime": "2024-12-04 08:26:54,292", - "created": 1733297214.2923334, + "asctime": "2025-03-14 21:16:02,236", + "created": 1741983362.2363408, "exc_info": null, "exc_text": null, "filename": "test_dump_cache.py", @@ -13045,100 +13060,100 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:54,290", - "created": 1733297214.2905436, + "asctime": "2025-03-14 21:16:02,234", + "created": 1741983362.2340858, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 233, + "lineno": 237, "message": "Cache file does not exists (yet).", "module": "__init__", - "msecs": 290.0, + "msecs": 234.0, "msg": "Cache file does not exists (yet).", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6108.700513839722, + "relativeCreated": 6101.291179656982, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']" ], - "asctime": "2024-12-04 08:26:54,290", - "created": 1733297214.2907426, + "asctime": "2025-03-14 21:16:02,234", + "created": 1741983362.2342832, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 242, + "lineno": 246, "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']", "module": "__init__", - "msecs": 290.0, + "msecs": 234.0, "msg": "Loading all data from source - %s", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6108.8995933532715, + "relativeCreated": 6101.4885902404785, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:54,292", - "created": 1733297214.292053, + "asctime": "2025-03-14 21:16:02,235", + "created": 1741983362.235653, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 292.0, + "msecs": 235.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6110.209941864014, + "relativeCreated": 6102.858304977417, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 292.0, + "msecs": 236.0, "msg": "Prepare: First usage of %s with a class holding the data to be cached", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_dump_cache.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6110.490322113037, + "relativeCreated": 6103.546142578125, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0002803802490234375 + "time_consumption": 0.0006878376007080078 }, { "args": [ "'string'", "" ], - "asctime": "2024-12-04 08:26:54,293", - "created": 1733297214.293552, + "asctime": "2025-03-14 21:16:02,237", + "created": 1741983362.2376835, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13153,34 +13168,34 @@ "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:54,292", - "created": 1733297214.292875, + "asctime": "2025-03-14 21:16:02,236", + "created": 1741983362.2369406, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 292, + "lineno": 296, "message": "Loading properties from cache (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 292.0, + "msecs": 236.0, "msg": "Loading properties from cache (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6111.032009124756, + "relativeCreated": 6104.1460037231445, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "str" ], - "asctime": "2024-12-04 08:26:54,293", - "created": 1733297214.2930958, + "asctime": "2025-03-14 21:16:02,237", + "created": 1741983362.237178, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13190,15 +13205,15 @@ "lineno": 157, "message": "Providing property for 'str' from cache", "module": "__init__", - "msecs": 293.0, + "msecs": 237.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6111.252784729004, + "relativeCreated": 6104.38346862793, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -13207,8 +13222,8 @@ "'string'", "" ], - "asctime": "2024-12-04 08:26:54,293", - "created": 1733297214.2932668, + "asctime": "2025-03-14 21:16:02,237", + "created": 1741983362.2373877, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13218,15 +13233,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=str): 'string' ()", "module": "test", - "msecs": 293.0, + "msecs": 237.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6111.42373085022, + "relativeCreated": 6104.59303855896, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -13236,8 +13251,8 @@ "'string'", "" ], - "asctime": "2024-12-04 08:26:54,293", - "created": 1733297214.293411, + "asctime": "2025-03-14 21:16:02,237", + "created": 1741983362.2375393, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13247,37 +13262,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=str): result = 'string' ()", "module": "test", - "msecs": 293.0, + "msecs": 237.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6111.567974090576, + "relativeCreated": 6104.744672775269, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 293.0, + "msecs": 237.0, "msg": "Data from cached instance with key=str is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6111.708879470825, + "relativeCreated": 6104.888916015625, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00014090538024902344 + "time_consumption": 0.0001442432403564453 }, { "args": [ "'unicode'", "" ], - "asctime": "2024-12-04 08:26:54,294", - "created": 1733297214.2943277, + "asctime": "2025-03-14 21:16:02,238", + "created": 1741983362.238392, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13292,8 +13307,8 @@ "args": [ "unicode" ], - "asctime": "2024-12-04 08:26:54,293", - "created": 1733297214.293798, + "asctime": "2025-03-14 21:16:02,237", + "created": 1741983362.2379375, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13303,15 +13318,15 @@ "lineno": 157, "message": "Providing property for 'unicode' from cache", "module": "__init__", - "msecs": 293.0, + "msecs": 237.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6111.954927444458, + "relativeCreated": 6105.142831802368, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -13320,8 +13335,8 @@ "'unicode'", "" ], - "asctime": "2024-12-04 08:26:54,294", - "created": 1733297214.2940278, + "asctime": "2025-03-14 21:16:02,238", + "created": 1741983362.2381139, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13331,15 +13346,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=unicode): 'unicode' ()", "module": "test", - "msecs": 294.0, + "msecs": 238.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6112.184762954712, + "relativeCreated": 6105.319261550903, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -13349,8 +13364,8 @@ "'unicode'", "" ], - "asctime": "2024-12-04 08:26:54,294", - "created": 1733297214.294181, + "asctime": "2025-03-14 21:16:02,238", + "created": 1741983362.2382529, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13360,37 +13375,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=unicode): result = 'unicode' ()", "module": "test", - "msecs": 294.0, + "msecs": 238.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6112.338066101074, + "relativeCreated": 6105.4582595825195, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 294.0, + "msecs": 238.0, "msg": "Data from cached instance with key=unicode is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6112.484693527222, + "relativeCreated": 6105.597496032715, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00014662742614746094 + "time_consumption": 0.0001392364501953125 }, { "args": [ "17", "" ], - "asctime": "2024-12-04 08:26:54,295", - "created": 1733297214.2950013, + "asctime": "2025-03-14 21:16:02,239", + "created": 1741983362.2390604, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13405,8 +13420,8 @@ "args": [ "integer" ], - "asctime": "2024-12-04 08:26:54,294", - "created": 1733297214.2945683, + "asctime": "2025-03-14 21:16:02,238", + "created": 1741983362.2386281, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13416,15 +13431,15 @@ "lineno": 157, "message": "Providing property for 'integer' from cache", "module": "__init__", - "msecs": 294.0, + "msecs": 238.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6112.725257873535, + "relativeCreated": 6105.833530426025, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -13433,8 +13448,8 @@ "17", "" ], - "asctime": "2024-12-04 08:26:54,294", - "created": 1733297214.2947307, + "asctime": "2025-03-14 21:16:02,238", + "created": 1741983362.2387898, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13444,15 +13459,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=integer): 17 ()", "module": "test", - "msecs": 294.0, + "msecs": 238.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6112.887620925903, + "relativeCreated": 6105.995178222656, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -13462,8 +13477,8 @@ "17", "" ], - "asctime": "2024-12-04 08:26:54,294", - "created": 1733297214.294866, + "asctime": "2025-03-14 21:16:02,238", + "created": 1741983362.2389255, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13473,37 +13488,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=integer): result = 17 ()", "module": "test", - "msecs": 294.0, + "msecs": 238.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6113.023042678833, + "relativeCreated": 6106.130838394165, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 295.0, + "msecs": 239.0, "msg": "Data from cached instance with key=integer is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6113.158226013184, + "relativeCreated": 6106.2657833099365, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00013518333435058594 + "time_consumption": 0.00013494491577148438 }, { "args": [ "3.14159", "" ], - "asctime": "2024-12-04 08:26:54,295", - "created": 1733297214.2956853, + "asctime": "2025-03-14 21:16:02,239", + "created": 1741983362.2397513, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13518,8 +13533,8 @@ "args": [ "float" ], - "asctime": "2024-12-04 08:26:54,295", - "created": 1733297214.295241, + "asctime": "2025-03-14 21:16:02,239", + "created": 1741983362.2393012, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13529,15 +13544,15 @@ "lineno": 157, "message": "Providing property for 'float' from cache", "module": "__init__", - "msecs": 295.0, + "msecs": 239.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6113.39807510376, + "relativeCreated": 6106.506586074829, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -13546,8 +13561,8 @@ "3.14159", "" ], - "asctime": "2024-12-04 08:26:54,295", - "created": 1733297214.295408, + "asctime": "2025-03-14 21:16:02,239", + "created": 1741983362.23947, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13557,15 +13572,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=float): 3.14159 ()", "module": "test", - "msecs": 295.0, + "msecs": 239.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6113.564968109131, + "relativeCreated": 6106.675386428833, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -13575,8 +13590,8 @@ "3.14159", "" ], - "asctime": "2024-12-04 08:26:54,295", - "created": 1733297214.2955468, + "asctime": "2025-03-14 21:16:02,239", + "created": 1741983362.2396133, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13586,37 +13601,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=float): result = 3.14159 ()", "module": "test", - "msecs": 295.0, + "msecs": 239.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6113.703727722168, + "relativeCreated": 6106.818675994873, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 295.0, + "msecs": 239.0, "msg": "Data from cached instance with key=float is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6113.842248916626, + "relativeCreated": 6106.956720352173, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0001385211944580078 + "time_consumption": 0.0001380443572998047 }, { "args": [ "[1, 'two', '3', 4]", "" ], - "asctime": "2024-12-04 08:26:54,296", - "created": 1733297214.2964456, + "asctime": "2025-03-14 21:16:02,240", + "created": 1741983362.2405102, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13631,8 +13646,8 @@ "args": [ "list" ], - "asctime": "2024-12-04 08:26:54,295", - "created": 1733297214.2959206, + "asctime": "2025-03-14 21:16:02,239", + "created": 1741983362.2399795, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13642,15 +13657,15 @@ "lineno": 157, "message": "Providing property for 'list' from cache", "module": "__init__", - "msecs": 295.0, + "msecs": 239.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6114.077568054199, + "relativeCreated": 6107.184886932373, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -13659,8 +13674,8 @@ "[ 1, 'two', '3', 4 ]", "" ], - "asctime": "2024-12-04 08:26:54,296", - "created": 1733297214.2961018, + "asctime": "2025-03-14 21:16:02,240", + "created": 1741983362.24016, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13670,15 +13685,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=list): [ 1, 'two', '3', 4 ] ()", "module": "test", - "msecs": 296.0, + "msecs": 240.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6114.258766174316, + "relativeCreated": 6107.365369796753, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -13688,8 +13703,8 @@ "[ 1, 'two', '3', 4 ]", "" ], - "asctime": "2024-12-04 08:26:54,296", - "created": 1733297214.2962546, + "asctime": "2025-03-14 21:16:02,240", + "created": 1741983362.2403152, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13699,37 +13714,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=list): result = [ 1, 'two', '3', 4 ] ()", "module": "test", - "msecs": 296.0, + "msecs": 240.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6114.4115924835205, + "relativeCreated": 6107.520580291748, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 296.0, + "msecs": 240.0, "msg": "Data from cached instance with key=list is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6114.602565765381, + "relativeCreated": 6107.715606689453, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00019097328186035156 + "time_consumption": 0.00019502639770507812 }, { "args": [ "{'1': 1, '2': 'two', '3': '3', '4': 4}", "" ], - "asctime": "2024-12-04 08:26:54,297", - "created": 1733297214.2972386, + "asctime": "2025-03-14 21:16:02,241", + "created": 1741983362.241307, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13744,8 +13759,8 @@ "args": [ "dict" ], - "asctime": "2024-12-04 08:26:54,296", - "created": 1733297214.2966807, + "asctime": "2025-03-14 21:16:02,240", + "created": 1741983362.2407455, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13755,15 +13770,15 @@ "lineno": 157, "message": "Providing property for 'dict' from cache", "module": "__init__", - "msecs": 296.0, + "msecs": 240.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6114.837646484375, + "relativeCreated": 6107.950925827026, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -13772,8 +13787,8 @@ "{ '1': 1, '2': 'two', '3': '3', '4': 4 }", "" ], - "asctime": "2024-12-04 08:26:54,296", - "created": 1733297214.2968788, + "asctime": "2025-03-14 21:16:02,240", + "created": 1741983362.2409368, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13783,15 +13798,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=dict): { '1': 1, '2': 'two', '3': '3', '4': 4 } ()", "module": "test", - "msecs": 296.0, + "msecs": 240.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6115.035772323608, + "relativeCreated": 6108.142137527466, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -13801,8 +13816,8 @@ "{ '1': 1, '2': 'two', '3': '3', '4': 4 }", "" ], - "asctime": "2024-12-04 08:26:54,297", - "created": 1733297214.2970421, + "asctime": "2025-03-14 21:16:02,241", + "created": 1741983362.241111, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13812,37 +13827,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=dict): result = { '1': 1, '2': 'two', '3': '3', '4': 4 } ()", "module": "test", - "msecs": 297.0, + "msecs": 241.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6115.199089050293, + "relativeCreated": 6108.316421508789, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 297.0, + "msecs": 241.0, "msg": "Data from cached instance with key=dict is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6115.395545959473, + "relativeCreated": 6108.512401580811, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0001964569091796875 + "time_consumption": 0.00019598007202148438 }, { "args": [ "None", "" ], - "asctime": "2024-12-04 08:26:54,297", - "created": 1733297214.2979991, + "asctime": "2025-03-14 21:16:02,242", + "created": 1741983362.2420378, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13857,8 +13872,8 @@ "args": [ "none" ], - "asctime": "2024-12-04 08:26:54,297", - "created": 1733297214.2974925, + "asctime": "2025-03-14 21:16:02,241", + "created": 1741983362.2416046, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13868,15 +13883,15 @@ "lineno": 157, "message": "Providing property for 'none' from cache", "module": "__init__", - "msecs": 297.0, + "msecs": 241.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6115.649461746216, + "relativeCreated": 6108.809947967529, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -13885,8 +13900,8 @@ "None", "" ], - "asctime": "2024-12-04 08:26:54,297", - "created": 1733297214.297661, + "asctime": "2025-03-14 21:16:02,241", + "created": 1741983362.2417667, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13896,15 +13911,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=none): None ()", "module": "test", - "msecs": 297.0, + "msecs": 241.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6115.818023681641, + "relativeCreated": 6108.972072601318, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -13914,8 +13929,8 @@ "None", "" ], - "asctime": "2024-12-04 08:26:54,297", - "created": 1733297214.2977984, + "asctime": "2025-03-14 21:16:02,241", + "created": 1741983362.2419035, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13925,37 +13940,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=none): result = None ()", "module": "test", - "msecs": 297.0, + "msecs": 241.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6115.955352783203, + "relativeCreated": 6109.108924865723, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 297.0, + "msecs": 242.0, "msg": "Data from cached instance with key=none is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 6116.156101226807, + "relativeCreated": 6109.243154525757, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00020074844360351562 + "time_consumption": 0.0001342296600341797 }, { "args": [ "'__string__'", "" ], - "asctime": "2024-12-04 08:26:56,300", - "created": 1733297216.3007832, + "asctime": "2025-03-14 21:16:04,245", + "created": 1741983364.2451525, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13968,8 +13983,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,298", - "created": 1733297216.298533, + "asctime": "2025-03-14 21:16:04,242", + "created": 1741983364.2425156, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13979,23 +13994,23 @@ "lineno": 154, "message": "The cached value is old, cached value will be ignored", "module": "__init__", - "msecs": 298.0, + "msecs": 242.0, "msg": "The cached value is old, cached value will be ignored", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8116.689920425415, + "relativeCreated": 8109.720945358276, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "str" ], - "asctime": "2024-12-04 08:26:56,298", - "created": 1733297216.298829, + "asctime": "2025-03-14 21:16:04,242", + "created": 1741983364.2428126, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14005,25 +14020,25 @@ "lineno": 163, "message": "Loading property for key='str' from source instance", "module": "__init__", - "msecs": 298.0, + "msecs": 242.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8116.986036300659, + "relativeCreated": 8110.018014907837, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "str", "__string__", - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,299", - "created": 1733297216.299045, + "asctime": "2025-03-14 21:16:04,242", + "created": 1741983364.2429934, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14031,43 +14046,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=str, value=__string__ with timestamp=1733297216 to chache", + "message": "Adding key=str, value=__string__ with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 299.0, + "msecs": 242.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8117.202043533325, + "relativeCreated": 8110.198736190796, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,300", - "created": 1733297216.3000078, + "asctime": "2025-03-14 21:16:04,243", + "created": 1741983364.2438972, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 300.0, + "msecs": 243.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8118.164777755737, + "relativeCreated": 8111.10258102417, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -14076,8 +14091,8 @@ "'__string__'", "" ], - "asctime": "2024-12-04 08:26:56,300", - "created": 1733297216.3004537, + "asctime": "2025-03-14 21:16:04,244", + "created": 1741983364.2447498, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14087,15 +14102,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=str): '__string__' ()", "module": "test", - "msecs": 300.0, + "msecs": 244.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8118.610620498657, + "relativeCreated": 8111.955165863037, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -14105,8 +14120,8 @@ "'__string__'", "" ], - "asctime": "2024-12-04 08:26:56,300", - "created": 1733297216.3006313, + "asctime": "2025-03-14 21:16:04,244", + "created": 1741983364.2449648, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14116,37 +14131,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=str): result = '__string__' ()", "module": "test", - "msecs": 300.0, + "msecs": 244.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8118.788242340088, + "relativeCreated": 8112.170219421387, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 300.0, + "msecs": 245.0, "msg": "Data from cached instance with key=str is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8118.940114974976, + "relativeCreated": 8112.35785484314, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0001518726348876953 + "time_consumption": 0.0001876354217529297 }, { "args": [ "'__unicode__'", "" ], - "asctime": "2024-12-04 08:26:56,303", - "created": 1733297216.3031995, + "asctime": "2025-03-14 21:16:04,247", + "created": 1741983364.2475278, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14159,8 +14174,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,301", - "created": 1733297216.301077, + "asctime": "2025-03-14 21:16:04,245", + "created": 1741983364.2455873, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14170,23 +14185,23 @@ "lineno": 154, "message": "The cached value is old, cached value will be ignored", "module": "__init__", - "msecs": 301.0, + "msecs": 245.0, "msg": "The cached value is old, cached value will be ignored", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8119.233846664429, + "relativeCreated": 8112.792730331421, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "unicode" ], - "asctime": "2024-12-04 08:26:56,301", - "created": 1733297216.3012514, + "asctime": "2025-03-14 21:16:04,245", + "created": 1741983364.2457697, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14196,25 +14211,25 @@ "lineno": 163, "message": "Loading property for key='unicode' from source instance", "module": "__init__", - "msecs": 301.0, + "msecs": 245.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8119.408369064331, + "relativeCreated": 8112.975120544434, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "unicode", "__unicode__", - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,301", - "created": 1733297216.3014007, + "asctime": "2025-03-14 21:16:04,245", + "created": 1741983364.2459364, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14222,43 +14237,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=unicode, value=__unicode__ with timestamp=1733297216 to chache", + "message": "Adding key=unicode, value=__unicode__ with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 301.0, + "msecs": 245.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8119.557619094849, + "relativeCreated": 8113.141775131226, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,302", - "created": 1733297216.3022037, + "asctime": "2025-03-14 21:16:04,246", + "created": 1741983364.2468073, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 302.0, + "msecs": 246.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8120.360612869263, + "relativeCreated": 8114.012718200684, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -14267,8 +14282,8 @@ "'__unicode__'", "" ], - "asctime": "2024-12-04 08:26:56,302", - "created": 1733297216.3028598, + "asctime": "2025-03-14 21:16:04,247", + "created": 1741983364.247211, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14278,15 +14293,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=unicode): '__unicode__' ()", "module": "test", - "msecs": 302.0, + "msecs": 247.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8121.01674079895, + "relativeCreated": 8114.4163608551025, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -14296,8 +14311,8 @@ "'__unicode__'", "" ], - "asctime": "2024-12-04 08:26:56,303", - "created": 1733297216.3030481, + "asctime": "2025-03-14 21:16:04,247", + "created": 1741983364.2473829, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14307,37 +14322,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=unicode): result = '__unicode__' ()", "module": "test", - "msecs": 303.0, + "msecs": 247.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8121.20509147644, + "relativeCreated": 8114.588260650635, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 303.0, + "msecs": 247.0, "msg": "Data from cached instance with key=unicode is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8121.35648727417, + "relativeCreated": 8114.7332191467285, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0001513957977294922 + "time_consumption": 0.00014495849609375 }, { "args": [ "34", "" ], - "asctime": "2024-12-04 08:26:56,305", - "created": 1733297216.305176, + "asctime": "2025-03-14 21:16:04,249", + "created": 1741983364.2495394, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14350,8 +14365,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,303", - "created": 1733297216.303463, + "asctime": "2025-03-14 21:16:04,247", + "created": 1741983364.2477899, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14361,23 +14376,23 @@ "lineno": 154, "message": "The cached value is old, cached value will be ignored", "module": "__init__", - "msecs": 303.0, + "msecs": 247.0, "msg": "The cached value is old, cached value will be ignored", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8121.619939804077, + "relativeCreated": 8114.995241165161, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "integer" ], - "asctime": "2024-12-04 08:26:56,303", - "created": 1733297216.3036082, + "asctime": "2025-03-14 21:16:04,247", + "created": 1741983364.24793, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14387,25 +14402,25 @@ "lineno": 163, "message": "Loading property for key='integer' from source instance", "module": "__init__", - "msecs": 303.0, + "msecs": 247.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8121.76513671875, + "relativeCreated": 8115.135431289673, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "integer", 34, - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,303", - "created": 1733297216.3037615, + "asctime": "2025-03-14 21:16:04,248", + "created": 1741983364.248071, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14413,43 +14428,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=integer, value=34 with timestamp=1733297216 to chache", + "message": "Adding key=integer, value=34 with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 303.0, + "msecs": 248.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8121.918439865112, + "relativeCreated": 8115.276336669922, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,304", - "created": 1733297216.3045163, + "asctime": "2025-03-14 21:16:04,248", + "created": 1741983364.2488132, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 304.0, + "msecs": 248.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8122.673273086548, + "relativeCreated": 8116.018533706665, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -14458,8 +14473,8 @@ "34", "" ], - "asctime": "2024-12-04 08:26:56,304", - "created": 1733297216.3048666, + "asctime": "2025-03-14 21:16:04,249", + "created": 1741983364.2491832, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14469,15 +14484,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=integer): 34 ()", "module": "test", - "msecs": 304.0, + "msecs": 249.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8123.023509979248, + "relativeCreated": 8116.388559341431, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -14487,8 +14502,8 @@ "34", "" ], - "asctime": "2024-12-04 08:26:56,305", - "created": 1733297216.3050327, + "asctime": "2025-03-14 21:16:04,249", + "created": 1741983364.2493885, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14498,37 +14513,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=integer): result = 34 ()", "module": "test", - "msecs": 305.0, + "msecs": 249.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8123.189687728882, + "relativeCreated": 8116.593837738037, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 305.0, + "msecs": 249.0, "msg": "Data from cached instance with key=integer is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8123.332977294922, + "relativeCreated": 8116.744756698608, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00014328956604003906 + "time_consumption": 0.00015091896057128906 }, { "args": [ "2.71828", "" ], - "asctime": "2024-12-04 08:26:56,307", - "created": 1733297216.3071647, + "asctime": "2025-03-14 21:16:04,251", + "created": 1741983364.251494, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14541,8 +14556,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,305", - "created": 1733297216.3054297, + "asctime": "2025-03-14 21:16:04,249", + "created": 1741983364.2497957, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14552,23 +14567,23 @@ "lineno": 154, "message": "The cached value is old, cached value will be ignored", "module": "__init__", - "msecs": 305.0, + "msecs": 249.0, "msg": "The cached value is old, cached value will be ignored", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8123.586654663086, + "relativeCreated": 8117.001056671143, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "float" ], - "asctime": "2024-12-04 08:26:56,305", - "created": 1733297216.305572, + "asctime": "2025-03-14 21:16:04,249", + "created": 1741983364.2499323, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14578,25 +14593,25 @@ "lineno": 163, "message": "Loading property for key='float' from source instance", "module": "__init__", - "msecs": 305.0, + "msecs": 249.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8123.72899055481, + "relativeCreated": 8117.137670516968, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "float", 2.71828, - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,305", - "created": 1733297216.3057137, + "asctime": "2025-03-14 21:16:04,250", + "created": 1741983364.2500732, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14604,43 +14619,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=float, value=2.71828 with timestamp=1733297216 to chache", + "message": "Adding key=float, value=2.71828 with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 305.0, + "msecs": 250.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8123.870611190796, + "relativeCreated": 8117.278575897217, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,306", - "created": 1733297216.3064888, + "asctime": "2025-03-14 21:16:04,250", + "created": 1741983364.250801, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 306.0, + "msecs": 250.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8124.645709991455, + "relativeCreated": 8118.006467819214, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -14649,8 +14664,8 @@ "2.71828", "" ], - "asctime": "2024-12-04 08:26:56,306", - "created": 1733297216.3068414, + "asctime": "2025-03-14 21:16:04,251", + "created": 1741983364.2511766, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14660,15 +14675,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=float): 2.71828 ()", "module": "test", - "msecs": 306.0, + "msecs": 251.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8124.998331069946, + "relativeCreated": 8118.381977081299, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -14678,8 +14693,8 @@ "2.71828", "" ], - "asctime": "2024-12-04 08:26:56,307", - "created": 1733297216.3070123, + "asctime": "2025-03-14 21:16:04,251", + "created": 1741983364.2513487, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14689,37 +14704,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=float): result = 2.71828 ()", "module": "test", - "msecs": 307.0, + "msecs": 251.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8125.169277191162, + "relativeCreated": 8118.55411529541, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 307.0, + "msecs": 251.0, "msg": "Data from cached instance with key=float is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8125.321626663208, + "relativeCreated": 8118.699312210083, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00015234947204589844 + "time_consumption": 0.00014519691467285156 }, { "args": [ "['one', 2, 3, '4']", "" ], - "asctime": "2024-12-04 08:26:56,309", - "created": 1733297216.3092463, + "asctime": "2025-03-14 21:16:04,253", + "created": 1741983364.2535932, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14732,8 +14747,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,307", - "created": 1733297216.3074348, + "asctime": "2025-03-14 21:16:04,251", + "created": 1741983364.2517436, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14743,23 +14758,23 @@ "lineno": 154, "message": "The cached value is old, cached value will be ignored", "module": "__init__", - "msecs": 307.0, + "msecs": 251.0, "msg": "The cached value is old, cached value will be ignored", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8125.59175491333, + "relativeCreated": 8118.948936462402, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "list" ], - "asctime": "2024-12-04 08:26:56,307", - "created": 1733297216.3075786, + "asctime": "2025-03-14 21:16:04,251", + "created": 1741983364.2518795, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14769,15 +14784,15 @@ "lineno": 163, "message": "Loading property for key='list' from source instance", "module": "__init__", - "msecs": 307.0, + "msecs": 251.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8125.735521316528, + "relativeCreated": 8119.08483505249, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -14789,10 +14804,10 @@ 3, "4" ], - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,307", - "created": 1733297216.3077216, + "asctime": "2025-03-14 21:16:04,252", + "created": 1741983364.2520335, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14800,43 +14815,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=list, value=['one', 2, 3, '4'] with timestamp=1733297216 to chache", + "message": "Adding key=list, value=['one', 2, 3, '4'] with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 307.0, + "msecs": 252.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8125.878572463989, + "relativeCreated": 8119.23885345459, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,308", - "created": 1733297216.3084764, + "asctime": "2025-03-14 21:16:04,252", + "created": 1741983364.2527826, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 308.0, + "msecs": 252.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8126.633405685425, + "relativeCreated": 8119.987964630127, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -14845,8 +14860,8 @@ "[ 'one', 2, 3, '4' ]", "" ], - "asctime": "2024-12-04 08:26:56,308", - "created": 1733297216.308845, + "asctime": "2025-03-14 21:16:04,253", + "created": 1741983364.2531679, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14856,15 +14871,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=list): [ 'one', 2, 3, '4' ] ()", "module": "test", - "msecs": 308.0, + "msecs": 253.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8127.002000808716, + "relativeCreated": 8120.373249053955, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -14874,8 +14889,8 @@ "[ 'one', 2, 3, '4' ]", "" ], - "asctime": "2024-12-04 08:26:56,309", - "created": 1733297216.309029, + "asctime": "2025-03-14 21:16:04,253", + "created": 1741983364.2533836, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14885,37 +14900,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=list): result = [ 'one', 2, 3, '4' ] ()", "module": "test", - "msecs": 309.0, + "msecs": 253.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8127.186059951782, + "relativeCreated": 8120.589017868042, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 309.0, + "msecs": 253.0, "msg": "Data from cached instance with key=list is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8127.403259277344, + "relativeCreated": 8120.798587799072, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00021719932556152344 + "time_consumption": 0.00020956993103027344 }, { "args": [ "{'1': '1', '2': 2, '3': 'three', '4': '4'}", "" ], - "asctime": "2024-12-04 08:26:56,311", - "created": 1733297216.3114111, + "asctime": "2025-03-14 21:16:04,255", + "created": 1741983364.2556775, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14928,8 +14943,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,309", - "created": 1733297216.3095055, + "asctime": "2025-03-14 21:16:04,253", + "created": 1741983364.253855, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14939,23 +14954,23 @@ "lineno": 154, "message": "The cached value is old, cached value will be ignored", "module": "__init__", - "msecs": 309.0, + "msecs": 253.0, "msg": "The cached value is old, cached value will be ignored", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8127.662420272827, + "relativeCreated": 8121.060371398926, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "dict" ], - "asctime": "2024-12-04 08:26:56,309", - "created": 1733297216.309649, + "asctime": "2025-03-14 21:16:04,253", + "created": 1741983364.2539945, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14965,15 +14980,15 @@ "lineno": 163, "message": "Loading property for key='dict' from source instance", "module": "__init__", - "msecs": 309.0, + "msecs": 253.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8127.805948257446, + "relativeCreated": 8121.1998462677, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -14985,10 +15000,10 @@ "3": "three", "4": "4" }, - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,309", - "created": 1733297216.3098032, + "asctime": "2025-03-14 21:16:04,254", + "created": 1741983364.2541373, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14996,43 +15011,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=dict, value={'1': '1', '2': 2, '3': 'three', '4': '4'} with timestamp=1733297216 to chache", + "message": "Adding key=dict, value={'1': '1', '2': 2, '3': 'three', '4': '4'} with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 309.0, + "msecs": 254.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8127.960205078125, + "relativeCreated": 8121.342658996582, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,310", - "created": 1733297216.3106465, + "asctime": "2025-03-14 21:16:04,254", + "created": 1741983364.2548854, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 310.0, + "msecs": 254.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8128.803491592407, + "relativeCreated": 8122.090816497803, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -15041,8 +15056,8 @@ "{ '1': '1', '2': 2, '3': 'three', '4': '4' }", "" ], - "asctime": "2024-12-04 08:26:56,311", - "created": 1733297216.3110247, + "asctime": "2025-03-14 21:16:04,255", + "created": 1741983364.255283, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15052,15 +15067,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=dict): { '1': '1', '2': 2, '3': 'three', '4': '4' } ()", "module": "test", - "msecs": 311.0, + "msecs": 255.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8129.181623458862, + "relativeCreated": 8122.488498687744, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -15070,8 +15085,8 @@ "{ '1': '1', '2': 2, '3': 'three', '4': '4' }", "" ], - "asctime": "2024-12-04 08:26:56,311", - "created": 1733297216.311213, + "asctime": "2025-03-14 21:16:04,255", + "created": 1741983364.2554767, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15081,37 +15096,37 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=dict): result = { '1': '1', '2': 2, '3': 'three', '4': '4' } ()", "module": "test", - "msecs": 311.0, + "msecs": 255.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8129.3699741363525, + "relativeCreated": 8122.682094573975, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 311.0, + "msecs": 255.0, "msg": "Data from cached instance with key=dict is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8129.568099975586, + "relativeCreated": 8122.882843017578, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00019812583923339844 + "time_consumption": 0.00020074844360351562 }, { "args": [ "'not None'", "" ], - "asctime": "2024-12-04 08:26:56,313", - "created": 1733297216.3133721, + "asctime": "2025-03-14 21:16:04,258", + "created": 1741983364.258011, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15124,8 +15139,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,311", - "created": 1733297216.3116715, + "asctime": "2025-03-14 21:16:04,255", + "created": 1741983364.2559352, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15135,23 +15150,23 @@ "lineno": 154, "message": "The cached value is old, cached value will be ignored", "module": "__init__", - "msecs": 311.0, + "msecs": 255.0, "msg": "The cached value is old, cached value will be ignored", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8129.828453063965, + "relativeCreated": 8123.140573501587, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "none" ], - "asctime": "2024-12-04 08:26:56,311", - "created": 1733297216.3118129, + "asctime": "2025-03-14 21:16:04,256", + "created": 1741983364.2560759, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15161,25 +15176,25 @@ "lineno": 163, "message": "Loading property for key='none' from source instance", "module": "__init__", - "msecs": 311.0, + "msecs": 256.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8129.969835281372, + "relativeCreated": 8123.281240463257, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "none", "not None", - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,311", - "created": 1733297216.3119555, + "asctime": "2025-03-14 21:16:04,256", + "created": 1741983364.2562184, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15187,43 +15202,43 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=none, value=not None with timestamp=1733297216 to chache", + "message": "Adding key=none, value=not None with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 311.0, + "msecs": 256.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8130.112409591675, + "relativeCreated": 8123.42381477356, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2024-12-04 08:26:56,312", - "created": 1733297216.312713, + "asctime": "2025-03-14 21:16:04,257", + "created": 1741983364.2572787, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 312.0, + "msecs": 257.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8130.8698654174805, + "relativeCreated": 8124.484062194824, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -15232,8 +15247,8 @@ "'not None'", "" ], - "asctime": "2024-12-04 08:26:56,313", - "created": 1733297216.3130603, + "asctime": "2025-03-14 21:16:04,257", + "created": 1741983364.2576919, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15243,15 +15258,15 @@ "lineno": 22, "message": "Result (Data from cached instance with key=none): 'not None' ()", "module": "test", - "msecs": 313.0, + "msecs": 257.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8131.217241287231, + "relativeCreated": 8124.897241592407, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -15261,8 +15276,8 @@ "'not None'", "" ], - "asctime": "2024-12-04 08:26:56,313", - "created": 1733297216.3132272, + "asctime": "2025-03-14 21:16:04,257", + "created": 1741983364.2578657, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15272,41 +15287,41 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=none): result = 'not None' ()", "module": "test", - "msecs": 313.0, + "msecs": 257.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8131.3841342926025, + "relativeCreated": 8125.071048736572, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 313.0, + "msecs": 258.0, "msg": "Data from cached instance with key=none is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8131.529092788696, + "relativeCreated": 8125.216484069824, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00014495849609375 + "time_consumption": 0.00014543533325195312 } ], - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 2.0237958431243896, - "time_finished": "2024-12-04 08:26:56,313", - "time_start": "2024-12-04 08:26:54,289" + "time_consumption": 2.0250244140625, + "time_finished": "2025-03-14 21:16:04,258", + "time_start": "2025-03-14 21:16:02,232" }, "_ty_ewHvLEe-DRNATe61b9w": { "args": null, - "asctime": "2024-12-04 08:26:56,401", - "created": 1733297216.4014554, + "asctime": "2025-03-14 21:16:04,354", + "created": 1741983364.3544126, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15317,19 +15332,19 @@ "message": "_ty_ewHvLEe-DRNATe61b9w", "module": "__init__", "moduleLogger": [], - "msecs": 401.0, + "msecs": 354.0, "msg": "_ty_ewHvLEe-DRNATe61b9w", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/report/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8219.61236000061, + "relativeCreated": 8221.617937088013, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,402", - "created": 1733297216.402023, + "asctime": "2025-03-14 21:16:04,355", + "created": 1741983364.3550642, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -15342,8 +15357,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,401", - "created": 1733297216.4017568, + "asctime": "2025-03-14 21:16:04,354", + "created": 1741983364.3547564, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -15353,34 +15368,34 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 401.0, + "msecs": 354.0, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_helpers.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8219.913721084595, + "relativeCreated": 8221.961736679077, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 402.0, + "msecs": 355.0, "msg": "Prepare: Cleanup before testcase execution", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_helpers.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8220.180034637451, + "relativeCreated": 8222.269535064697, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0002663135528564453 + "time_consumption": 0.0003077983856201172 }, { "args": [], - "asctime": "2024-12-04 08:26:56,403", - "created": 1733297216.4034336, + "asctime": "2025-03-14 21:16:04,356", + "created": 1741983364.356813, "exc_info": null, "exc_text": null, "filename": "test_save_callback.py", @@ -15393,34 +15408,34 @@ "moduleLogger": [ { "args": [], - "asctime": "2024-12-04 08:26:56,402", - "created": 1733297216.402314, + "asctime": "2025-03-14 21:16:04,355", + "created": 1741983364.3554776, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 233, + "lineno": 237, "message": "Cache file does not exists (yet).", "module": "__init__", - "msecs": 402.0, + "msecs": 355.0, "msg": "Cache file does not exists (yet).", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8220.470905303955, + "relativeCreated": 8222.68295288086, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "str" ], - "asctime": "2024-12-04 08:26:56,402", - "created": 1733297216.402509, + "asctime": "2025-03-14 21:16:04,355", + "created": 1741983364.3557148, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15430,25 +15445,25 @@ "lineno": 163, "message": "Loading property for key='str' from source instance", "module": "__init__", - "msecs": 402.0, + "msecs": 355.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8220.66593170166, + "relativeCreated": 8222.920179367065, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "str", "string", - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,402", - "created": 1733297216.4026613, + "asctime": "2025-03-14 21:16:04,355", + "created": 1741983364.3558927, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15456,62 +15471,62 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=str, value=string with timestamp=1733297216 to chache", + "message": "Adding key=str, value=string with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 402.0, + "msecs": 355.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8220.818281173706, + "relativeCreated": 8223.098039627075, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/save_callback_callback.json" ], - "asctime": "2024-12-04 08:26:56,403", - "created": 1733297216.4031522, + "asctime": "2025-03-14 21:16:04,356", + "created": 1741983364.356506, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/save_callback_callback.json)", "module": "__init__", - "msecs": 403.0, + "msecs": 356.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8221.309185028076, + "relativeCreated": 8223.711490631104, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 403.0, + "msecs": 356.0, "msg": "Installing save_callback and execute a single get.", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_save_callback.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8221.590518951416, + "relativeCreated": 8224.018335342407, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00028133392333984375 + "time_consumption": 0.00030684471130371094 }, { "args": [], - "asctime": "2024-12-04 08:26:56,404", - "created": 1733297216.4048278, + "asctime": "2025-03-14 21:16:04,358", + "created": 1741983364.3588374, "exc_info": null, "exc_text": null, "filename": "test_save_callback.py", @@ -15526,8 +15541,8 @@ "args": [ "unicode" ], - "asctime": "2024-12-04 08:26:56,403", - "created": 1733297216.4037232, + "asctime": "2025-03-14 21:16:04,357", + "created": 1741983364.3570967, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15537,25 +15552,25 @@ "lineno": 163, "message": "Loading property for key='unicode' from source instance", "module": "__init__", - "msecs": 403.0, + "msecs": 357.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8221.880197525024, + "relativeCreated": 8224.302053451538, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "unicode", "unicode", - 1733297216 + 1741983364 ], - "asctime": "2024-12-04 08:26:56,403", - "created": 1733297216.403966, + "asctime": "2025-03-14 21:16:04,357", + "created": 1741983364.3572528, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15563,65 +15578,65 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 167, - "message": "Adding key=unicode, value=unicode with timestamp=1733297216 to chache", + "message": "Adding key=unicode, value=unicode with timestamp=1741983364 to chache", "module": "__init__", - "msecs": 403.0, + "msecs": 357.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8222.12290763855, + "relativeCreated": 8224.45821762085, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "/home/dirk/my_repositories/unittest/caching/unittest/output_data/save_callback_callback.json" ], - "asctime": "2024-12-04 08:26:56,404", - "created": 1733297216.4044762, + "asctime": "2025-03-14 21:16:04,358", + "created": 1741983364.3580883, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 297, + "lineno": 301, "message": "cache-file stored (/home/dirk/my_repositories/unittest/caching/unittest/output_data/save_callback_callback.json)", "module": "__init__", - "msecs": 404.0, + "msecs": 358.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/caching/__init__.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8222.633123397827, + "relativeCreated": 8225.293636322021, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 404.0, + "msecs": 358.0, "msg": "Installing save_callback and execute a single get.", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/tests/test_save_callback.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8222.984790802002, + "relativeCreated": 8226.042747497559, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.0003516674041748047 + "time_consumption": 0.0007491111755371094 }, { "args": [ "2", "" ], - "asctime": "2024-12-04 08:26:56,405", - "created": 1733297216.4053962, + "asctime": "2025-03-14 21:16:04,359", + "created": 1741983364.359492, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15638,8 +15653,8 @@ "2", "" ], - "asctime": "2024-12-04 08:26:56,405", - "created": 1733297216.4050996, + "asctime": "2025-03-14 21:16:04,359", + "created": 1741983364.3591795, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15649,15 +15664,15 @@ "lineno": 22, "message": "Result (Save callback execution counter): 2 ()", "module": "test", - "msecs": 405.0, + "msecs": 359.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8223.256587982178, + "relativeCreated": 8226.38487815857, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { @@ -15667,8 +15682,8 @@ "2", "" ], - "asctime": "2024-12-04 08:26:56,405", - "created": 1733297216.4052534, + "asctime": "2025-03-14 21:16:04,359", + "created": 1741983364.3593419, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15678,37 +15693,37 @@ "lineno": 26, "message": "Expectation (Save callback execution counter): result = 2 ()", "module": "test", - "msecs": 405.0, + "msecs": 359.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8223.410367965698, + "relativeCreated": 8226.547241210938, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 405.0, + "msecs": 359.0, "msg": "Save callback execution counter is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8223.55318069458, + "relativeCreated": 8226.697444915771, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00014281272888183594 + "time_consumption": 0.00015020370483398438 }, { "args": [ - "", + "", "" ], - "asctime": "2024-12-04 08:26:56,405", - "created": 1733297216.405958, + "asctime": "2025-03-14 21:16:04,360", + "created": 1741983364.360049, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15716,17 +15731,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 184, - "message": "Save callback execution counter is correct (Content and Type is ).", + "message": "Save callback execution counter is correct (Content and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Save callback execution counter", - "", + "", "" ], - "asctime": "2024-12-04 08:26:56,405", - "created": 1733297216.4056234, + "asctime": "2025-03-14 21:16:04,359", + "created": 1741983364.3597348, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15734,28 +15749,28 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Save callback execution counter): ()", + "message": "Result (Save callback execution counter): ()", "module": "test", - "msecs": 405.0, + "msecs": 359.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8223.780393600464, + "relativeCreated": 8226.940155029297, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" }, { "args": [ "Save callback execution counter", "=", - "", + "", "" ], - "asctime": "2024-12-04 08:26:56,405", - "created": 1733297216.4057727, + "asctime": "2025-03-14 21:16:04,359", + "created": 1741983364.359885, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15763,42 +15778,42 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 26, - "message": "Expectation (Save callback execution counter): result = ()", + "message": "Expectation (Save callback execution counter): result = ()", "module": "test", - "msecs": 405.0, + "msecs": 359.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8223.929643630981, + "relativeCreated": 8227.09035873413, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread" } ], - "msecs": 405.0, + "msecs": 360.0, "msg": "Save callback execution counter is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/my_repositories/unittest/caching/unittest/src/unittest/test.py", - "process": 93339, + "process": 1745041, "processName": "MainProcess", - "relativeCreated": 8224.114894866943, + "relativeCreated": 8227.254390716553, "stack_info": null, - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.00018525123596191406 + "time_consumption": 0.000164031982421875 } ], - "thread": 140455670263872, + "thread": 140193455177792, "threadName": "MainThread", - "time_consumption": 0.004502534866333008, - "time_finished": "2024-12-04 08:26:56,405", - "time_start": "2024-12-04 08:26:56,401" + "time_consumption": 0.005636453628540039, + "time_finished": "2025-03-14 21:16:04,360", + "time_start": "2025-03-14 21:16:04,354" } }, "testrun_id": "p3", - "time_consumption": 8.140145063400269, + "time_consumption": 8.148240327835083, "uid_list_sorted": [ "_3wIiEHnCEe-IT79pgSFFDQ", "_XzMFcHYZEem_kd-7nxt1sg", diff --git a/_testresults_/unittest.pdf b/_testresults_/unittest.pdf index 449c8322a58ebb9eb4ad20c8cec056e0af97d06d..f7c14846128493654ee808c2eaecdaffb4383634 100644 GIT binary patch delta 77376 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 R5)bFw(HRYmloAN>e*ligatZ(d delta 76801 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