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 449c832..f7c1484 100644 Binary files a/_testresults_/unittest.pdf and b/_testresults_/unittest.pdf differ