diff --git a/__init__.py b/__init__.py index 0a309d0..808d640 100644 --- a/__init__.py +++ b/__init__.py @@ -244,8 +244,10 @@ class property_cache_pickle(object): logger.debug('Loading all data from source - %s', repr(self._source_instance.keys())) for key in self._source_instance.keys(): if key not in self._source_get_keys: - self._cached_props[self.DATA_TAG][self._key_filter(key)] = self._source_instance.get(key) - self._cached_props[self.AGE_TAG][self._key_filter(key)] = int(time.time()) + data = self._source_instance.get(key) + if data is not None: + self._cached_props[self.DATA_TAG][self._key_filter(key)] = data + self._cached_props[self.AGE_TAG][self._key_filter(key)] = int(time.time()) time.sleep(sleep_between_keys) def _save_only(self): diff --git a/_testresults_/unittest.json b/_testresults_/unittest.json index d2eba65..122a0a3 100644 --- a/_testresults_/unittest.json +++ b/_testresults_/unittest.json @@ -1,11 +1,11 @@ { "coverage_information": [ { - "branch_coverage": 95.83, + "branch_coverage": 92.0, "filepath": "/home/dirk/work/unittest_collection/caching/pylibs/caching", "files": [ { - "branch_coverage": 95.83, + "branch_coverage": 92.0, "filepath": "/home/dirk/work/unittest_collection/caching/pylibs/caching/__init__.py", "fragments": [ { @@ -55,28 +55,38 @@ }, { "coverage_state": "covered", - "end": 43, + "end": 41, "start": 41 }, { "coverage_state": "clean", - "end": 45, - "start": 44 + "end": 43, + "start": 42 }, { "coverage_state": "covered", - "end": 46, - "start": 46 + "end": 44, + "start": 44 }, { "coverage_state": "clean", - "end": 91, - "start": 47 + "end": 89, + "start": 45 + }, + { + "coverage_state": "covered", + "end": 94, + "start": 90 + }, + { + "coverage_state": "clean", + "end": 95, + "start": 95 }, { "coverage_state": "covered", "end": 96, - "start": 92 + "start": 96 }, { "coverage_state": "clean", @@ -85,48 +95,48 @@ }, { "coverage_state": "covered", - "end": 98, + "end": 105, "start": 98 }, { "coverage_state": "clean", - "end": 99, - "start": 99 + "end": 106, + "start": 106 }, { "coverage_state": "covered", - "end": 107, - "start": 100 + "end": 108, + "start": 107 }, { "coverage_state": "clean", - "end": 108, - "start": 108 + "end": 109, + "start": 109 }, { "coverage_state": "covered", "end": 110, - "start": 109 + "start": 110 }, { "coverage_state": "clean", - "end": 111, + "end": 116, "start": 111 }, { "coverage_state": "covered", - "end": 112, - "start": 112 + "end": 118, + "start": 117 }, { "coverage_state": "clean", - "end": 118, - "start": 113 + "end": 119, + "start": 119 }, { "coverage_state": "covered", "end": 120, - "start": 119 + "start": 120 }, { "coverage_state": "clean", @@ -140,148 +150,158 @@ }, { "coverage_state": "clean", - "end": 123, + "end": 131, "start": 123 }, { "coverage_state": "covered", - "end": 124, - "start": 124 + "end": 133, + "start": 132 }, { "coverage_state": "clean", - "end": 133, - "start": 125 + "end": 134, + "start": 134 }, { "coverage_state": "covered", "end": 135, - "start": 134 + "start": 135 }, { "coverage_state": "clean", - "end": 136, + "end": 143, "start": 136 }, { "coverage_state": "covered", - "end": 137, - "start": 137 + "end": 145, + "start": 144 }, { "coverage_state": "clean", - "end": 145, - "start": 138 - }, - { - "coverage_state": "covered", - "end": 147, + "end": 146, "start": 146 }, { - "coverage_state": "clean", + "coverage_state": "covered", "end": 148, - "start": 148 + "start": 147 }, { - "coverage_state": "covered", - "end": 150, + "coverage_state": "clean", + "end": 149, "start": 149 }, - { - "coverage_state": "clean", - "end": 151, - "start": 151 - }, { "coverage_state": "covered", - "end": 154, - "start": 152 + "end": 152, + "start": 150 }, { "coverage_state": "clean", - "end": 155, - "start": 155 + "end": 153, + "start": 153 }, { "coverage_state": "covered", - "end": 160, - "start": 156 - }, - { - "coverage_state": "clean", - "end": 161, - "start": 161 - }, - { - "coverage_state": "covered", - "end": 170, - "start": 162 - }, - { - "coverage_state": "clean", - "end": 171, - "start": 171 - }, - { - "coverage_state": "covered", - "end": 173, - "start": 172 + "end": 156, + "start": 154 }, { "coverage_state": "partially-covered", + "end": 157, + "start": 157 + }, + { + "coverage_state": "covered", + "end": 158, + "start": 158 + }, + { + "coverage_state": "clean", + "end": 159, + "start": 159 + }, + { + "coverage_state": "covered", + "end": 168, + "start": 160 + }, + { + "coverage_state": "clean", + "end": 169, + "start": 169 + }, + { + "coverage_state": "covered", + "end": 171, + "start": 170 + }, + { + "coverage_state": "partially-covered", + "end": 172, + "start": 172 + }, + { + "coverage_state": "uncovered", + "end": 173, + "start": 173 + }, + { + "coverage_state": "covered", "end": 174, "start": 174 }, { - "coverage_state": "uncovered", + "coverage_state": "clean", "end": 175, "start": 175 }, { - "coverage_state": "covered", + "coverage_state": "partially-covered", "end": 176, "start": 176 }, { - "coverage_state": "clean", + "coverage_state": "covered", "end": 177, "start": 177 }, { - "coverage_state": "partially-covered", + "coverage_state": "clean", "end": 178, "start": 178 }, { - "coverage_state": "covered", + "coverage_state": "uncovered", "end": 179, "start": 179 }, { - "coverage_state": "clean", + "coverage_state": "covered", "end": 180, "start": 180 }, { - "coverage_state": "uncovered", + "coverage_state": "clean", "end": 181, "start": 181 }, { "coverage_state": "covered", - "end": 182, + "end": 184, "start": 182 }, { "coverage_state": "clean", - "end": 183, - "start": 183 + "end": 185, + "start": 185 }, { "coverage_state": "covered", "end": 186, - "start": 184 + "start": 186 }, { "coverage_state": "clean", @@ -290,18 +310,18 @@ }, { "coverage_state": "covered", - "end": 188, + "end": 190, "start": 188 }, { "coverage_state": "clean", - "end": 189, - "start": 189 + "end": 191, + "start": 191 }, { "coverage_state": "covered", "end": 192, - "start": 190 + "start": 192 }, { "coverage_state": "clean", @@ -310,53 +330,53 @@ }, { "coverage_state": "covered", - "end": 194, + "end": 202, "start": 194 }, - { - "coverage_state": "clean", - "end": 195, - "start": 195 - }, - { - "coverage_state": "covered", - "end": 204, - "start": 196 - }, { "coverage_state": "uncovered", - "end": 206, + "end": 204, + "start": 203 + }, + { + "coverage_state": "clean", + "end": 205, "start": 205 }, + { + "coverage_state": "covered", + "end": 219, + "start": 206 + }, { "coverage_state": "clean", - "end": 207, - "start": 207 + "end": 220, + "start": 220 }, { "coverage_state": "covered", - "end": 221, - "start": 208 + "end": 224, + "start": 221 }, { "coverage_state": "clean", - "end": 222, - "start": 222 + "end": 225, + "start": 225 }, { "coverage_state": "covered", - "end": 226, - "start": 223 + "end": 231, + "start": 226 }, { "coverage_state": "clean", - "end": 227, - "start": 227 + "end": 232, + "start": 232 }, { "coverage_state": "covered", "end": 233, - "start": 228 + "start": 233 }, { "coverage_state": "clean", @@ -365,38 +385,38 @@ }, { "coverage_state": "covered", - "end": 235, + "end": 236, "start": 235 }, { "coverage_state": "clean", - "end": 236, - "start": 236 - }, - { - "coverage_state": "covered", - "end": 238, + "end": 237, "start": 237 }, { - "coverage_state": "clean", + "coverage_state": "covered", "end": 239, - "start": 239 + "start": 238 }, { - "coverage_state": "covered", - "end": 241, + "coverage_state": "clean", + "end": 240, "start": 240 }, { - "coverage_state": "clean", - "end": 242, - "start": 242 + "coverage_state": "covered", + "end": 247, + "start": 241 + }, + { + "coverage_state": "partially-covered", + "end": 248, + "start": 248 }, { "coverage_state": "covered", "end": 251, - "start": 243 + "start": 249 }, { "coverage_state": "clean", @@ -631,8 +651,8 @@ "system_information": { "Architecture": "64bit", "Distribution": "Debian GNU/Linux 13 trixie", - "Hostname": "ahorn", - "Kernel": "6.12.38+deb13-amd64 (#1 SMP PREEMPT_DYNAMIC Debian 6.12.38-1 (2025-07-16))", + "Hostname": "erle", + "Kernel": "6.15.1-surface-2 (#2 SMP PREEMPT_DYNAMIC Tue Jun 24 21:02:07 UTC 2025)", "Machine": "x86_64", "Path": "/home/dirk/work/unittest_collection/caching", "System": "Linux", @@ -643,8 +663,7 @@ "Description": "The Module {\\tt caching} is designed to store information in {\\tt json} or {\\tt pickle} files to support them much faster then generating them from the original source file.\nFor more Information read the documentation.", "Name": "caching", "State": "Released", - "Supported Interpreters": "python3", - "Version": "52c295e7e5e9060dd96adbed34253518" + "Version": "64fb959abbe7c435891f76f919b7dbf1" }, "testrun_list": [ { @@ -665,31 +684,31 @@ "testcases": { "REQ-0001": { "args": null, - "asctime": "2025-08-15 19:13:27,545", - "created": 1755278007.5457585, + "asctime": "2025-08-27 18:19:33,121", + "created": 1756311573.121414, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 331, + "lineno": 329, "message": "REQ-0001", "module": "__init__", "moduleLogger": [], - "msecs": 545.0, + "msecs": 121.0, "msg": "REQ-0001", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/report/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 76.059096, + "relativeCreated": 62.74741, "stack_info": null, "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:27,545", - "created": 1755278007.545937, + "asctime": "2025-08-27 18:19:33,121", + "created": 1756311573.1215706, "exc_text": null, "filename": "test_helpers.py", "funcName": "clean", @@ -701,8 +720,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:27,545", - "created": 1755278007.5458548, + "asctime": "2025-08-27 18:19:33,121", + "created": 1756311573.1214898, "exc_text": null, "filename": "test_helpers.py", "funcName": "clean", @@ -711,38 +730,38 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 545.0, + "msecs": 121.0, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 76.155206, + "relativeCreated": 62.823249, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 545.0, + "msecs": 121.0, "msg": "Prepare: Cleanup before testcase execution", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 76.237705, + "relativeCreated": 62.904101, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 8.225440979003906e-05 + "time_consumption": 8.082389831542969e-05 }, { "args": [ "'property_cache_pickle'" ], - "asctime": "2025-08-15 19:13:27,546", - "created": 1755278007.5467744, + "asctime": "2025-08-27 18:19:33,122", + "created": 1756311573.1224015, "exc_text": null, "filename": "test_cached_data.py", "funcName": "cached_data", @@ -754,60 +773,60 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:27,546", - "created": 1755278007.5460448, + "asctime": "2025-08-27 18:19:33,121", + "created": 1756311573.121663, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 237, + "lineno": 235, "message": "Cache file does not exists (yet).", "module": "__init__", - "msecs": 546.0, + "msecs": 121.0, "msg": "Cache file does not exists (yet).", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 76.345559, + "relativeCreated": 62.996561, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ - "['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']" + "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2025-08-15 19:13:27,546", - "created": 1755278007.5461164, + "asctime": "2025-08-27 18:19:33,121", + "created": 1756311573.1217127, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 246, - "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']", + "lineno": 244, + "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 546.0, + "msecs": 121.0, "msg": "Loading all data from source - %s", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 76.416969, + "relativeCreated": 63.04613, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_load_on_init.pkl" ], - "asctime": "2025-08-15 19:13:27,546", - "created": 1755278007.5466838, + "asctime": "2025-08-27 18:19:33,122", + "created": 1756311573.1222932, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -816,39 +835,39 @@ "lineno": 256, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_load_on_init.pkl)", "module": "__init__", - "msecs": 546.0, + "msecs": 122.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 76.984563, + "relativeCreated": 63.626802, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 546.0, + "msecs": 122.0, "msg": "Prepare: First usage of %s with a class holding the data to be cached", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_cached_data.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 77.07482, + "relativeCreated": 63.735015, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 9.059906005859375e-05 + "time_consumption": 0.00010824203491210938 }, { "args": [ "'string'", "" ], - "asctime": "2025-08-15 19:13:27,547", - "created": 1755278007.547153, + "asctime": "2025-08-27 18:19:33,122", + "created": 1756311573.1227424, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -862,52 +881,52 @@ "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_load_on_init.pkl" ], - "asctime": "2025-08-15 19:13:27,546", - "created": 1755278007.5469277, + "asctime": "2025-08-27 18:19:33,122", + "created": 1756311573.1225626, "exc_text": null, "filename": "__init__.py", "funcName": "_load_only", "levelname": "DEBUG", "levelno": 10, - "lineno": 226, + "lineno": 224, "message": "Loading properties from cache (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_load_on_init.pkl)", "module": "__init__", - "msecs": 546.0, + "msecs": 122.0, "msg": "Loading properties from cache (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 77.228144, + "relativeCreated": 63.896019, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "str" ], - "asctime": "2025-08-15 19:13:27,546", - "created": 1755278007.5469983, + "asctime": "2025-08-27 18:19:33,122", + "created": 1756311573.12262, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'str' from cache", "module": "__init__", - "msecs": 546.0, + "msecs": 122.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 77.298755, + "relativeCreated": 63.953526, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -916,8 +935,8 @@ "'string'", "" ], - "asctime": "2025-08-15 19:13:27,547", - "created": 1755278007.5470572, + "asctime": "2025-08-27 18:19:33,122", + "created": 1756311573.1226656, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -926,16 +945,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=str): 'string' ()", "module": "test", - "msecs": 547.0, + "msecs": 122.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 77.357821, + "relativeCreated": 63.999327, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -945,8 +964,8 @@ "'string'", "" ], - "asctime": "2025-08-15 19:13:27,547", - "created": 1755278007.5471077, + "asctime": "2025-08-27 18:19:33,122", + "created": 1756311573.122704, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -955,39 +974,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=str): result = 'string' ()", "module": "test", - "msecs": 547.0, + "msecs": 122.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 77.408131, + "relativeCreated": 64.03748, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 547.0, + "msecs": 122.0, "msg": "Data from cached instance with key=str is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 77.453557, + "relativeCreated": 64.075914, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 4.5299530029296875e-05 + "time_consumption": 3.838539123535156e-05 }, { "args": [ "'unicode'", "" ], - "asctime": "2025-08-15 19:13:27,547", - "created": 1755278007.547367, + "asctime": "2025-08-27 18:19:33,122", + "created": 1756311573.122935, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -1001,26 +1020,26 @@ "args": [ "unicode" ], - "asctime": "2025-08-15 19:13:27,547", - "created": 1755278007.5472295, + "asctime": "2025-08-27 18:19:33,122", + "created": 1756311573.1228182, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'unicode' from cache", "module": "__init__", - "msecs": 547.0, + "msecs": 122.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 77.529942, + "relativeCreated": 64.1519, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -1029,8 +1048,8 @@ "'unicode'", "" ], - "asctime": "2025-08-15 19:13:27,547", - "created": 1755278007.547282, + "asctime": "2025-08-27 18:19:33,122", + "created": 1756311573.1228666, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -1039,16 +1058,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=unicode): 'unicode' ()", "module": "test", - "msecs": 547.0, + "msecs": 122.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 77.582446, + "relativeCreated": 64.200251, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -1058,8 +1077,8 @@ "'unicode'", "" ], - "asctime": "2025-08-15 19:13:27,547", - "created": 1755278007.5473251, + "asctime": "2025-08-27 18:19:33,122", + "created": 1756311573.122903, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -1068,39 +1087,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=unicode): result = 'unicode' ()", "module": "test", - "msecs": 547.0, + "msecs": 122.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 77.625782, + "relativeCreated": 64.236403, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 547.0, + "msecs": 122.0, "msg": "Data from cached instance with key=unicode is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 77.667684, + "relativeCreated": 64.268496, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 4.1961669921875e-05 + "time_consumption": 3.1948089599609375e-05 }, { "args": [ "17", "" ], - "asctime": "2025-08-15 19:13:27,547", - "created": 1755278007.547581, + "asctime": "2025-08-27 18:19:33,123", + "created": 1756311573.1230915, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -1114,26 +1133,26 @@ "args": [ "integer" ], - "asctime": "2025-08-15 19:13:27,547", - "created": 1755278007.547442, + "asctime": "2025-08-27 18:19:33,122", + "created": 1756311573.122989, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'integer' from cache", "module": "__init__", - "msecs": 547.0, + "msecs": 122.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 77.742431, + "relativeCreated": 64.322469, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -1142,8 +1161,8 @@ "17", "" ], - "asctime": "2025-08-15 19:13:27,547", - "created": 1755278007.5474942, + "asctime": "2025-08-27 18:19:33,123", + "created": 1756311573.1230278, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -1152,16 +1171,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=integer): 17 ()", "module": "test", - "msecs": 547.0, + "msecs": 123.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 77.794845, + "relativeCreated": 64.36124, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -1171,8 +1190,8 @@ "17", "" ], - "asctime": "2025-08-15 19:13:27,547", - "created": 1755278007.5475364, + "asctime": "2025-08-27 18:19:33,123", + "created": 1756311573.1230602, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -1181,39 +1200,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=integer): result = 17 ()", "module": "test", - "msecs": 547.0, + "msecs": 123.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 77.837099, + "relativeCreated": 64.393614, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 547.0, + "msecs": 123.0, "msg": "Data from cached instance with key=integer is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 77.881503, + "relativeCreated": 64.424873, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 4.458427429199219e-05 + "time_consumption": 3.123283386230469e-05 }, { "args": [ "3.14159", "" ], - "asctime": "2025-08-15 19:13:27,547", - "created": 1755278007.547794, + "asctime": "2025-08-27 18:19:33,123", + "created": 1756311573.1232455, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -1227,26 +1246,26 @@ "args": [ "float" ], - "asctime": "2025-08-15 19:13:27,547", - "created": 1755278007.5476556, + "asctime": "2025-08-27 18:19:33,123", + "created": 1756311573.1231427, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'float' from cache", "module": "__init__", - "msecs": 547.0, + "msecs": 123.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 77.95619, + "relativeCreated": 64.47608, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -1255,8 +1274,8 @@ "3.14159", "" ], - "asctime": "2025-08-15 19:13:27,547", - "created": 1755278007.54771, + "asctime": "2025-08-27 18:19:33,123", + "created": 1756311573.1231818, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -1265,16 +1284,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=float): 3.14159 ()", "module": "test", - "msecs": 547.0, + "msecs": 123.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 78.010508, + "relativeCreated": 64.515356, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -1284,8 +1303,8 @@ "3.14159", "" ], - "asctime": "2025-08-15 19:13:27,547", - "created": 1755278007.5477529, + "asctime": "2025-08-27 18:19:33,123", + "created": 1756311573.123214, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -1294,39 +1313,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=float): result = 3.14159 ()", "module": "test", - "msecs": 547.0, + "msecs": 123.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 78.053452, + "relativeCreated": 64.547545, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 547.0, + "msecs": 123.0, "msg": "Data from cached instance with key=float is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 78.094728, + "relativeCreated": 64.578982, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 4.124641418457031e-05 + "time_consumption": 3.147125244140625e-05 }, { "args": [ "[1, 'two', '3', 4]", "" ], - "asctime": "2025-08-15 19:13:27,548", - "created": 1755278007.5480332, + "asctime": "2025-08-27 18:19:33,123", + "created": 1756311573.1234305, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -1340,26 +1359,26 @@ "args": [ "list" ], - "asctime": "2025-08-15 19:13:27,547", - "created": 1755278007.5478635, + "asctime": "2025-08-27 18:19:33,123", + "created": 1756311573.1232998, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'list' from cache", "module": "__init__", - "msecs": 547.0, + "msecs": 123.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 78.164031, + "relativeCreated": 64.633422, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -1368,8 +1387,8 @@ "[ 1, 'two', '3', 4 ]", "" ], - "asctime": "2025-08-15 19:13:27,547", - "created": 1755278007.5479245, + "asctime": "2025-08-27 18:19:33,123", + "created": 1756311573.123345, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -1378,16 +1397,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=list): [ 1, 'two', '3', 4 ] ()", "module": "test", - "msecs": 547.0, + "msecs": 123.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 78.225147, + "relativeCreated": 64.678441, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -1397,8 +1416,8 @@ "[ 1, 'two', '3', 4 ]", "" ], - "asctime": "2025-08-15 19:13:27,547", - "created": 1755278007.5479732, + "asctime": "2025-08-27 18:19:33,123", + "created": 1756311573.1233835, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -1407,39 +1426,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=list): result = [ 1, 'two', '3', 4 ] ()", "module": "test", - "msecs": 547.0, + "msecs": 123.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 78.273698, + "relativeCreated": 64.716909, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 548.0, + "msecs": 123.0, "msg": "Data from cached instance with key=list is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 78.333813, + "relativeCreated": 64.763803, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 6.008148193359375e-05 + "time_consumption": 4.696846008300781e-05 }, { "args": [ "{'1': 1, '2': 'two', '3': '3', '4': 4}", "" ], - "asctime": "2025-08-15 19:13:27,548", - "created": 1755278007.548275, + "asctime": "2025-08-27 18:19:33,123", + "created": 1756311573.1236143, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -1453,26 +1472,26 @@ "args": [ "dict" ], - "asctime": "2025-08-15 19:13:27,548", - "created": 1755278007.5481083, + "asctime": "2025-08-27 18:19:33,123", + "created": 1756311573.1234844, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'dict' from cache", "module": "__init__", - "msecs": 548.0, + "msecs": 123.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 78.408993, + "relativeCreated": 64.817765, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -1481,8 +1500,8 @@ "{ '1': 1, '2': 'two', '3': '3', '4': 4 }", "" ], - "asctime": "2025-08-15 19:13:27,548", - "created": 1755278007.5481675, + "asctime": "2025-08-27 18:19:33,123", + "created": 1756311573.123528, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -1491,16 +1510,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=dict): { '1': 1, '2': 'two', '3': '3', '4': 4 } ()", "module": "test", - "msecs": 548.0, + "msecs": 123.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 78.467957, + "relativeCreated": 64.86146, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -1510,8 +1529,8 @@ "{ '1': 1, '2': 'two', '3': '3', '4': 4 }", "" ], - "asctime": "2025-08-15 19:13:27,548", - "created": 1755278007.5482168, + "asctime": "2025-08-27 18:19:33,123", + "created": 1756311573.123565, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -1520,152 +1539,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=dict): result = { '1': 1, '2': 'two', '3': '3', '4': 4 } ()", "module": "test", - "msecs": 548.0, + "msecs": 123.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 78.517452, + "relativeCreated": 64.898574, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 548.0, + "msecs": 123.0, "msg": "Data from cached instance with key=dict is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 78.575436, + "relativeCreated": 64.947565, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 5.817413330078125e-05 - }, - { - "args": [ - "None", - "" - ], - "asctime": "2025-08-15 19:13:27,548", - "created": 1755278007.5484843, - "exc_text": null, - "filename": "test.py", - "funcName": "equivalency_chk", - "levelname": "INFO", - "levelno": 20, - "lineno": 184, - "message": "Data from cached instance with key=none is correct (Content None and Type is ).", - "module": "test", - "moduleLogger": [ - { - "args": [ - "none" - ], - "asctime": "2025-08-15 19:13:27,548", - "created": 1755278007.5483491, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 157, - "message": "Providing property for 'none' from cache", - "module": "__init__", - "msecs": 548.0, - "msg": "Providing property for '%s' from cache", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 78.649707, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=none", - "None", - "" - ], - "asctime": "2025-08-15 19:13:27,548", - "created": 1755278007.548401, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_result__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 22, - "message": "Result (Data from cached instance with key=none): None ()", - "module": "test", - "msecs": 548.0, - "msg": "Result (%s): %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 78.701825, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=none", - "=", - "None", - "" - ], - "asctime": "2025-08-15 19:13:27,548", - "created": 1755278007.548443, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_expectation__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 26, - "message": "Expectation (Data from cached instance with key=none): result = None ()", - "module": "test", - "msecs": 548.0, - "msg": "Expectation (%s): result %s %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 78.743718, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - } - ], - "msecs": 548.0, - "msg": "Data from cached instance with key=none is correct (Content %s and Type is %s).", - "name": "__tLogger__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 78.784871, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread", - "time_consumption": 4.124641418457031e-05 + "time_consumption": 4.935264587402344e-05 }, { "args": [ "5", "" ], - "asctime": "2025-08-15 19:13:27,548", - "created": 1755278007.5486882, + "asctime": "2025-08-27 18:19:33,123", + "created": 1756311573.123792, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -1679,26 +1585,26 @@ "args": [ "unknown_key" ], - "asctime": "2025-08-15 19:13:27,548", - "created": 1755278007.5485575, + "asctime": "2025-08-27 18:19:33,123", + "created": 1756311573.1236854, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 179, + "lineno": 177, "message": "Key 'unknown_key' is not in cached_keys. Uncached data will be returned.", "module": "__init__", - "msecs": 548.0, + "msecs": 123.0, "msg": "Key '%s' is not in cached_keys. Uncached data will be returned.", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 78.858087, + "relativeCreated": 65.018969, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -1707,8 +1613,8 @@ "5", "" ], - "asctime": "2025-08-15 19:13:27,548", - "created": 1755278007.5486066, + "asctime": "2025-08-27 18:19:33,123", + "created": 1756311573.123727, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -1717,16 +1623,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=unknown_key): 5 ()", "module": "test", - "msecs": 548.0, + "msecs": 123.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 78.907269, + "relativeCreated": 65.060602, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -1736,8 +1642,8 @@ "5", "" ], - "asctime": "2025-08-15 19:13:27,548", - "created": 1755278007.5486479, + "asctime": "2025-08-27 18:19:33,123", + "created": 1756311573.1237602, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -1746,66 +1652,66 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=unknown_key): result = 5 ()", "module": "test", - "msecs": 548.0, + "msecs": 123.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 78.948656, + "relativeCreated": 65.093518, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 548.0, + "msecs": 123.0, "msg": "Data from cached instance with key=unknown_key is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 78.988626, + "relativeCreated": 65.125284, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 4.029273986816406e-05 + "time_consumption": 3.170967102050781e-05 } ], - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.0029296875, - "time_finished": "2025-08-15 19:13:27,548", - "time_start": "2025-08-15 19:13:27,545" + "time_consumption": 0.0023779869079589844, + "time_finished": "2025-08-27 18:19:33,123", + "time_start": "2025-08-27 18:19:33,121" }, "REQ-0002": { "args": null, - "asctime": "2025-08-15 19:13:33,566", - "created": 1755278013.566852, + "asctime": "2025-08-27 18:19:38,136", + "created": 1756311578.1361756, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 331, + "lineno": 329, "message": "REQ-0002", "module": "__init__", "moduleLogger": [], - "msecs": 566.0, + "msecs": 136.0, "msg": "REQ-0002", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/report/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6097.152697, + "relativeCreated": 5077.509084, "stack_info": null, "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:33,567", - "created": 1755278013.567412, + "asctime": "2025-08-27 18:19:38,136", + "created": 1756311578.1364777, "exc_text": null, "filename": "test_helpers.py", "funcName": "clean", @@ -1817,8 +1723,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:33,567", - "created": 1755278013.5671566, + "asctime": "2025-08-27 18:19:38,136", + "created": 1756311578.1363437, "exc_text": null, "filename": "test_helpers.py", "funcName": "clean", @@ -1827,39 +1733,39 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 567.0, + "msecs": 136.0, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6097.45719, + "relativeCreated": 5077.677259, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 567.0, + "msecs": 136.0, "msg": "Prepare: Cleanup before testcase execution", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6097.712543, + "relativeCreated": 5077.811224, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.00025534629821777344 + "time_consumption": 0.00013399124145507812 }, { "args": [ "'string'", "" ], - "asctime": "2025-08-15 19:13:33,568", - "created": 1755278013.5687883, + "asctime": "2025-08-27 18:19:38,137", + "created": 1756311578.1375272, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -1871,78 +1777,78 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:33,567", - "created": 1755278013.5677135, + "asctime": "2025-08-27 18:19:38,136", + "created": 1756311578.1366317, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 237, + "lineno": 235, "message": "Cache file does not exists (yet).", "module": "__init__", - "msecs": 567.0, + "msecs": 136.0, "msg": "Cache file does not exists (yet).", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6098.014049, + "relativeCreated": 5077.965399, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ - "['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']" + "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2025-08-15 19:13:33,567", - "created": 1755278013.567913, + "asctime": "2025-08-27 18:19:38,136", + "created": 1756311578.1367383, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 246, - "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']", + "lineno": 244, + "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 567.0, + "msecs": 136.0, "msg": "Loading all data from source - %s", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6098.213654, + "relativeCreated": 5078.07173, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "str" ], - "asctime": "2025-08-15 19:13:33,568", - "created": 1755278013.5685546, + "asctime": "2025-08-27 18:19:38,137", + "created": 1756311578.137287, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'str' from cache", "module": "__init__", - "msecs": 568.0, + "msecs": 137.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6098.855312, + "relativeCreated": 5078.620355, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -1951,8 +1857,8 @@ "'string'", "" ], - "asctime": "2025-08-15 19:13:33,568", - "created": 1755278013.5686407, + "asctime": "2025-08-27 18:19:38,137", + "created": 1756311578.1373832, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -1961,16 +1867,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=str): 'string' ()", "module": "test", - "msecs": 568.0, + "msecs": 137.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6098.94131, + "relativeCreated": 5078.716701, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -1980,8 +1886,8 @@ "'string'", "" ], - "asctime": "2025-08-15 19:13:33,568", - "created": 1755278013.568719, + "asctime": "2025-08-27 18:19:38,137", + "created": 1756311578.1374562, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -1990,39 +1896,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=str): result = 'string' ()", "module": "test", - "msecs": 568.0, + "msecs": 137.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6099.019505, + "relativeCreated": 5078.789726, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 568.0, + "msecs": 137.0, "msg": "Data from cached instance with key=str is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6099.088835, + "relativeCreated": 5078.860755, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 6.937980651855469e-05 + "time_consumption": 7.104873657226562e-05 }, { "args": [ "'unicode'", "" ], - "asctime": "2025-08-15 19:13:33,569", - "created": 1755278013.5691092, + "asctime": "2025-08-27 18:19:38,137", + "created": 1756311578.1379294, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -2036,26 +1942,26 @@ "args": [ "unicode" ], - "asctime": "2025-08-15 19:13:33,568", - "created": 1755278013.5689015, + "asctime": "2025-08-27 18:19:38,137", + "created": 1756311578.1376584, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'unicode' from cache", "module": "__init__", - "msecs": 568.0, + "msecs": 137.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6099.202147, + "relativeCreated": 5078.991903, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -2064,8 +1970,8 @@ "'unicode'", "" ], - "asctime": "2025-08-15 19:13:33,568", - "created": 1755278013.5689805, + "asctime": "2025-08-27 18:19:38,137", + "created": 1756311578.137746, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -2074,16 +1980,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=unicode): 'unicode' ()", "module": "test", - "msecs": 568.0, + "msecs": 137.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6099.28112, + "relativeCreated": 5079.079689, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -2093,8 +1999,8 @@ "'unicode'", "" ], - "asctime": "2025-08-15 19:13:33,569", - "created": 1755278013.5690455, + "asctime": "2025-08-27 18:19:38,137", + "created": 1756311578.1378415, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -2103,39 +2009,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=unicode): result = 'unicode' ()", "module": "test", - "msecs": 569.0, + "msecs": 137.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6099.346099, + "relativeCreated": 5079.174998, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 569.0, + "msecs": 137.0, "msg": "Data from cached instance with key=unicode is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6099.409861, + "relativeCreated": 5079.263026, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 6.365776062011719e-05 + "time_consumption": 8.797645568847656e-05 }, { "args": [ "17", "" ], - "asctime": "2025-08-15 19:13:33,569", - "created": 1755278013.5694377, + "asctime": "2025-08-27 18:19:38,138", + "created": 1756311578.1382658, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -2149,26 +2055,26 @@ "args": [ "integer" ], - "asctime": "2025-08-15 19:13:33,569", - "created": 1755278013.5692358, + "asctime": "2025-08-27 18:19:38,138", + "created": 1756311578.1380491, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'integer' from cache", "module": "__init__", - "msecs": 569.0, + "msecs": 138.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6099.536343, + "relativeCreated": 5079.382382, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -2177,8 +2083,8 @@ "17", "" ], - "asctime": "2025-08-15 19:13:33,569", - "created": 1755278013.5693097, + "asctime": "2025-08-27 18:19:38,138", + "created": 1756311578.13813, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -2187,16 +2093,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=integer): 17 ()", "module": "test", - "msecs": 569.0, + "msecs": 138.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6099.610265, + "relativeCreated": 5079.463425, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -2206,8 +2112,8 @@ "17", "" ], - "asctime": "2025-08-15 19:13:33,569", - "created": 1755278013.569376, + "asctime": "2025-08-27 18:19:38,138", + "created": 1756311578.1381986, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -2216,39 +2122,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=integer): result = 17 ()", "module": "test", - "msecs": 569.0, + "msecs": 138.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6099.676504, + "relativeCreated": 5079.532087, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 569.0, + "msecs": 138.0, "msg": "Data from cached instance with key=integer is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6099.738196, + "relativeCreated": 5079.599213, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 6.175041198730469e-05 + "time_consumption": 6.723403930664062e-05 }, { "args": [ "3.14159", "" ], - "asctime": "2025-08-15 19:13:33,569", - "created": 1755278013.5697458, + "asctime": "2025-08-27 18:19:38,138", + "created": 1756311578.138602, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -2262,26 +2168,26 @@ "args": [ "float" ], - "asctime": "2025-08-15 19:13:33,569", - "created": 1755278013.569538, + "asctime": "2025-08-27 18:19:38,138", + "created": 1756311578.1383755, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'float' from cache", "module": "__init__", - "msecs": 569.0, + "msecs": 138.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6099.838605, + "relativeCreated": 5079.708851, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -2290,8 +2196,8 @@ "3.14159", "" ], - "asctime": "2025-08-15 19:13:33,569", - "created": 1755278013.5696213, + "asctime": "2025-08-27 18:19:38,138", + "created": 1756311578.1384597, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -2300,16 +2206,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=float): 3.14159 ()", "module": "test", - "msecs": 569.0, + "msecs": 138.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6099.921807, + "relativeCreated": 5079.793129, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -2319,8 +2225,8 @@ "3.14159", "" ], - "asctime": "2025-08-15 19:13:33,569", - "created": 1755278013.5696845, + "asctime": "2025-08-27 18:19:38,138", + "created": 1756311578.1385288, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -2329,39 +2235,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=float): result = 3.14159 ()", "module": "test", - "msecs": 569.0, + "msecs": 138.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6099.985081, + "relativeCreated": 5079.862255, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 569.0, + "msecs": 138.0, "msg": "Data from cached instance with key=float is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6100.046251, + "relativeCreated": 5079.9354, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 6.127357482910156e-05 + "time_consumption": 7.319450378417969e-05 }, { "args": [ "[1, 'two', '3', 4]", "" ], - "asctime": "2025-08-15 19:13:33,570", - "created": 1755278013.570081, + "asctime": "2025-08-27 18:19:38,139", + "created": 1756311578.1390028, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -2375,26 +2281,26 @@ "args": [ "list" ], - "asctime": "2025-08-15 19:13:33,569", - "created": 1755278013.569846, + "asctime": "2025-08-27 18:19:38,138", + "created": 1756311578.138713, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'list' from cache", "module": "__init__", - "msecs": 569.0, + "msecs": 138.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6100.146546, + "relativeCreated": 5080.046386, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -2403,8 +2309,8 @@ "[ 1, 'two', '3', 4 ]", "" ], - "asctime": "2025-08-15 19:13:33,569", - "created": 1755278013.5699303, + "asctime": "2025-08-27 18:19:38,138", + "created": 1756311578.1388211, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -2413,16 +2319,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=list): [ 1, 'two', '3', 4 ] ()", "module": "test", - "msecs": 569.0, + "msecs": 138.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6100.230868, + "relativeCreated": 5080.154498, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -2432,8 +2338,8 @@ "[ 1, 'two', '3', 4 ]", "" ], - "asctime": "2025-08-15 19:13:33,569", - "created": 1755278013.5699997, + "asctime": "2025-08-27 18:19:38,138", + "created": 1756311578.1389074, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -2442,39 +2348,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=list): result = [ 1, 'two', '3', 4 ] ()", "module": "test", - "msecs": 569.0, + "msecs": 138.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6100.300342, + "relativeCreated": 5080.240873, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 570.0, + "msecs": 139.0, "msg": "Data from cached instance with key=list is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6100.381726, + "relativeCreated": 5080.336371, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 8.130073547363281e-05 + "time_consumption": 9.5367431640625e-05 }, { "args": [ "{'1': 1, '2': 'two', '3': '3', '4': 4}", "" ], - "asctime": "2025-08-15 19:13:33,570", - "created": 1755278013.5704281, + "asctime": "2025-08-27 18:19:38,139", + "created": 1756311578.1393986, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -2488,26 +2394,26 @@ "args": [ "dict" ], - "asctime": "2025-08-15 19:13:33,570", - "created": 1755278013.5701902, + "asctime": "2025-08-27 18:19:38,139", + "created": 1756311578.1391187, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'dict' from cache", "module": "__init__", - "msecs": 570.0, + "msecs": 139.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6100.490582, + "relativeCreated": 5080.451963, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -2516,8 +2422,8 @@ "{ '1': 1, '2': 'two', '3': '3', '4': 4 }", "" ], - "asctime": "2025-08-15 19:13:33,570", - "created": 1755278013.5702753, + "asctime": "2025-08-27 18:19:38,139", + "created": 1756311578.1392126, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -2526,16 +2432,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=dict): { '1': 1, '2': 'two', '3': '3', '4': 4 } ()", "module": "test", - "msecs": 570.0, + "msecs": 139.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6100.576046, + "relativeCreated": 5080.545951, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -2545,8 +2451,8 @@ "{ '1': 1, '2': 'two', '3': '3', '4': 4 }", "" ], - "asctime": "2025-08-15 19:13:33,570", - "created": 1755278013.5703456, + "asctime": "2025-08-27 18:19:38,139", + "created": 1756311578.1392937, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -2555,152 +2461,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=dict): result = { '1': 1, '2': 'two', '3': '3', '4': 4 } ()", "module": "test", - "msecs": 570.0, + "msecs": 139.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6100.646339, + "relativeCreated": 5080.627294, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 570.0, + "msecs": 139.0, "msg": "Data from cached instance with key=dict is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6100.728864, + "relativeCreated": 5080.732112, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 8.249282836914062e-05 - }, - { - "args": [ - "None", - "" - ], - "asctime": "2025-08-15 19:13:33,570", - "created": 1755278013.5707536, - "exc_text": null, - "filename": "test.py", - "funcName": "equivalency_chk", - "levelname": "INFO", - "levelno": 20, - "lineno": 184, - "message": "Data from cached instance with key=none is correct (Content None and Type is ).", - "module": "test", - "moduleLogger": [ - { - "args": [ - "none" - ], - "asctime": "2025-08-15 19:13:33,570", - "created": 1755278013.5705304, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 157, - "message": "Providing property for 'none' from cache", - "module": "__init__", - "msecs": 570.0, - "msg": "Providing property for '%s' from cache", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 6100.830903, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=none", - "None", - "" - ], - "asctime": "2025-08-15 19:13:33,570", - "created": 1755278013.57062, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_result__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 22, - "message": "Result (Data from cached instance with key=none): None ()", - "module": "test", - "msecs": 570.0, - "msg": "Result (%s): %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 6100.920794, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=none", - "=", - "None", - "" - ], - "asctime": "2025-08-15 19:13:33,570", - "created": 1755278013.570691, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_expectation__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 26, - "message": "Expectation (Data from cached instance with key=none): result = None ()", - "module": "test", - "msecs": 570.0, - "msg": "Expectation (%s): result %s %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 6100.991716, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - } - ], - "msecs": 570.0, - "msg": "Data from cached instance with key=none is correct (Content %s and Type is %s).", - "name": "__tLogger__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 6101.054083, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread", - "time_consumption": 6.246566772460938e-05 + "time_consumption": 0.0001049041748046875 }, { "args": [ "False", "" ], - "asctime": "2025-08-15 19:13:33,570", - "created": 1755278013.5709977, + "asctime": "2025-08-27 18:19:38,139", + "created": 1756311578.1396823, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -2716,8 +2509,8 @@ "False", "" ], - "asctime": "2025-08-15 19:13:33,570", - "created": 1755278013.5708675, + "asctime": "2025-08-27 18:19:38,139", + "created": 1756311578.13954, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -2726,16 +2519,16 @@ "lineno": 22, "message": "Result (The cache file (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_full_update_sleep.json) shall not exist): False ()", "module": "test", - "msecs": 570.0, + "msecs": 139.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6101.168064, + "relativeCreated": 5080.873318, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -2745,8 +2538,8 @@ "False", "" ], - "asctime": "2025-08-15 19:13:33,570", - "created": 1755278013.570932, + "asctime": "2025-08-27 18:19:38,139", + "created": 1756311578.1396146, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -2755,66 +2548,66 @@ "lineno": 26, "message": "Expectation (The cache file (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_full_update_sleep.json) shall not exist): result = False ()", "module": "test", - "msecs": 570.0, + "msecs": 139.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6101.232691, + "relativeCreated": 5080.948048, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 570.0, + "msecs": 139.0, "msg": "The cache file (/home/dirk/work/unittest_collection/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/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6101.29844, + "relativeCreated": 5081.015782, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 6.580352783203125e-05 + "time_consumption": 6.771087646484375e-05 } ], - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.004145622253417969, - "time_finished": "2025-08-15 19:13:33,570", - "time_start": "2025-08-15 19:13:33,566" + "time_consumption": 0.0035066604614257812, + "time_finished": "2025-08-27 18:19:38,139", + "time_start": "2025-08-27 18:19:38,136" }, "REQ-0003": { "args": null, - "asctime": "2025-08-15 19:13:27,542", - "created": 1755278007.5428247, + "asctime": "2025-08-27 18:19:33,119", + "created": 1756311573.1192985, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 331, + "lineno": 329, "message": "REQ-0003", "module": "__init__", "moduleLogger": [], - "msecs": 542.0, + "msecs": 119.0, "msg": "REQ-0003", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/report/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 73.125365, + "relativeCreated": 60.631922, "stack_info": null, "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:27,543", - "created": 1755278007.543294, + "asctime": "2025-08-27 18:19:33,119", + "created": 1756311573.119708, "exc_text": null, "filename": "test_helpers.py", "funcName": "clean", @@ -2826,8 +2619,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:27,543", - "created": 1755278007.5431452, + "asctime": "2025-08-27 18:19:33,119", + "created": 1756311573.1195736, "exc_text": null, "filename": "test_helpers.py", "funcName": "clean", @@ -2836,38 +2629,38 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 543.0, + "msecs": 119.0, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 73.445789, + "relativeCreated": 60.906951, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 543.0, + "msecs": 119.0, "msg": "Prepare: Cleanup before testcase execution", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 73.594528, + "relativeCreated": 61.04175, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.000148773193359375 + "time_consumption": 0.00013446807861328125 }, { "args": [ "'property_cache_json'" ], - "asctime": "2025-08-15 19:13:27,543", - "created": 1755278007.5434012, + "asctime": "2025-08-27 18:19:33,119", + "created": 1756311573.1197906, "exc_text": null, "filename": "test_cached_data.py", "funcName": "cached_data", @@ -2877,16 +2670,16 @@ "message": "Prepare: First usage of 'property_cache_json' with a class holding the data to be cached", "module": "test_cached_data", "moduleLogger": [], - "msecs": 543.0, + "msecs": 119.0, "msg": "Prepare: First usage of %s with a class holding the data to be cached", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_cached_data.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 73.701715, + "relativeCreated": 61.123944, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -2895,8 +2688,8 @@ "'__string__'", "" ], - "asctime": "2025-08-15 19:13:27,543", - "created": 1755278007.5439281, + "asctime": "2025-08-27 18:19:33,120", + "created": 1756311573.120216, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -2908,52 +2701,52 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:27,543", - "created": 1755278007.5436103, + "asctime": "2025-08-27 18:19:33,119", + "created": 1756311573.119981, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 237, + "lineno": 235, "message": "Cache file does not exists (yet).", "module": "__init__", - "msecs": 543.0, + "msecs": 119.0, "msg": "Cache file does not exists (yet).", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 73.911001, + "relativeCreated": 61.314595, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "str" ], - "asctime": "2025-08-15 19:13:27,543", - "created": 1755278007.543706, + "asctime": "2025-08-27 18:19:33,120", + "created": 1756311573.1200514, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='str' from source instance", "module": "__init__", - "msecs": 543.0, + "msecs": 120.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 74.006337, + "relativeCreated": 61.385002, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -2962,8 +2755,8 @@ "'__string__'", "" ], - "asctime": "2025-08-15 19:13:27,543", - "created": 1755278007.5437975, + "asctime": "2025-08-27 18:19:33,120", + "created": 1756311573.120119, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -2972,16 +2765,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=str): '__string__' ()", "module": "test", - "msecs": 543.0, + "msecs": 120.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 74.09802, + "relativeCreated": 61.452477, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -2991,8 +2784,8 @@ "'__string__'", "" ], - "asctime": "2025-08-15 19:13:27,543", - "created": 1755278007.5438538, + "asctime": "2025-08-27 18:19:33,120", + "created": 1756311573.1201603, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -3001,39 +2794,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=str): result = '__string__' ()", "module": "test", - "msecs": 543.0, + "msecs": 120.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 74.154393, + "relativeCreated": 61.493643, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 543.0, + "msecs": 120.0, "msg": "Data from cached instance with key=str is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 74.228577, + "relativeCreated": 61.549379, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 7.43865966796875e-05 + "time_consumption": 5.555152893066406e-05 }, { "args": [ "'__unicode__'", "" ], - "asctime": "2025-08-15 19:13:27,544", - "created": 1755278007.5441587, + "asctime": "2025-08-27 18:19:33,120", + "created": 1756311573.1203842, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -3047,26 +2840,26 @@ "args": [ "unicode" ], - "asctime": "2025-08-15 19:13:27,544", - "created": 1755278007.544011, + "asctime": "2025-08-27 18:19:33,120", + "created": 1756311573.1202755, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='unicode' from source instance", "module": "__init__", - "msecs": 544.0, + "msecs": 120.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 74.311524, + "relativeCreated": 61.609003, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -3075,8 +2868,8 @@ "'__unicode__'", "" ], - "asctime": "2025-08-15 19:13:27,544", - "created": 1755278007.5440667, + "asctime": "2025-08-27 18:19:33,120", + "created": 1756311573.1203167, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -3085,16 +2878,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=unicode): '__unicode__' ()", "module": "test", - "msecs": 544.0, + "msecs": 120.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 74.367161, + "relativeCreated": 61.650189, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -3104,8 +2897,8 @@ "'__unicode__'", "" ], - "asctime": "2025-08-15 19:13:27,544", - "created": 1755278007.5441127, + "asctime": "2025-08-27 18:19:33,120", + "created": 1756311573.12035, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -3114,39 +2907,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=unicode): result = '__unicode__' ()", "module": "test", - "msecs": 544.0, + "msecs": 120.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 74.413158, + "relativeCreated": 61.683363, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 544.0, + "msecs": 120.0, "msg": "Data from cached instance with key=unicode is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 74.459372, + "relativeCreated": 61.717652, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 4.601478576660156e-05 + "time_consumption": 3.4332275390625e-05 }, { "args": [ "34", "" ], - "asctime": "2025-08-15 19:13:27,544", - "created": 1755278007.5443697, + "asctime": "2025-08-27 18:19:33,120", + "created": 1756311573.1205404, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -3160,26 +2953,26 @@ "args": [ "integer" ], - "asctime": "2025-08-15 19:13:27,544", - "created": 1755278007.5442328, + "asctime": "2025-08-27 18:19:33,120", + "created": 1756311573.1204371, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='integer' from source instance", "module": "__init__", - "msecs": 544.0, + "msecs": 120.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 74.533475, + "relativeCreated": 61.77081, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -3188,8 +2981,8 @@ "34", "" ], - "asctime": "2025-08-15 19:13:27,544", - "created": 1755278007.5442846, + "asctime": "2025-08-27 18:19:33,120", + "created": 1756311573.1204772, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -3198,16 +2991,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=integer): 34 ()", "module": "test", - "msecs": 544.0, + "msecs": 120.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 74.585302, + "relativeCreated": 61.810771, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -3217,8 +3010,8 @@ "34", "" ], - "asctime": "2025-08-15 19:13:27,544", - "created": 1755278007.5443275, + "asctime": "2025-08-27 18:19:33,120", + "created": 1756311573.1205094, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -3227,39 +3020,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=integer): result = 34 ()", "module": "test", - "msecs": 544.0, + "msecs": 120.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 74.628112, + "relativeCreated": 61.842804, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 544.0, + "msecs": 120.0, "msg": "Data from cached instance with key=integer is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 74.670381, + "relativeCreated": 61.873775, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 4.220008850097656e-05 + "time_consumption": 3.0994415283203125e-05 }, { "args": [ "2.71828", "" ], - "asctime": "2025-08-15 19:13:27,544", - "created": 1755278007.5445879, + "asctime": "2025-08-27 18:19:33,120", + "created": 1756311573.1207037, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -3273,26 +3066,26 @@ "args": [ "float" ], - "asctime": "2025-08-15 19:13:27,544", - "created": 1755278007.5444453, + "asctime": "2025-08-27 18:19:33,120", + "created": 1756311573.1205993, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='float' from source instance", "module": "__init__", - "msecs": 544.0, + "msecs": 120.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 74.745858, + "relativeCreated": 61.932804, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -3301,8 +3094,8 @@ "2.71828", "" ], - "asctime": "2025-08-15 19:13:27,544", - "created": 1755278007.5444994, + "asctime": "2025-08-27 18:19:33,120", + "created": 1756311573.1206405, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -3311,16 +3104,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=float): 2.71828 ()", "module": "test", - "msecs": 544.0, + "msecs": 120.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 74.800028, + "relativeCreated": 61.974087, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -3330,8 +3123,8 @@ "2.71828", "" ], - "asctime": "2025-08-15 19:13:27,544", - "created": 1755278007.5445445, + "asctime": "2025-08-27 18:19:33,120", + "created": 1756311573.120673, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -3340,39 +3133,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=float): result = 2.71828 ()", "module": "test", - "msecs": 544.0, + "msecs": 120.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 74.84501, + "relativeCreated": 62.006514, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 544.0, + "msecs": 120.0, "msg": "Data from cached instance with key=float is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 74.888363, + "relativeCreated": 62.037261, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 4.3392181396484375e-05 + "time_consumption": 3.075599670410156e-05 }, { "args": [ "['one', 2, 3, '4']", "" ], - "asctime": "2025-08-15 19:13:27,544", - "created": 1755278007.5448623, + "asctime": "2025-08-27 18:19:33,120", + "created": 1756311573.1209118, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -3386,26 +3179,26 @@ "args": [ "list" ], - "asctime": "2025-08-15 19:13:27,544", - "created": 1755278007.544659, + "asctime": "2025-08-27 18:19:33,120", + "created": 1756311573.120755, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='list' from source instance", "module": "__init__", - "msecs": 544.0, + "msecs": 120.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 74.959499, + "relativeCreated": 62.08832, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -3414,8 +3207,8 @@ "[ 'one', 2, 3, '4' ]", "" ], - "asctime": "2025-08-15 19:13:27,544", - "created": 1755278007.5447218, + "asctime": "2025-08-27 18:19:33,120", + "created": 1756311573.1208043, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -3424,16 +3217,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=list): [ 'one', 2, 3, '4' ] ()", "module": "test", - "msecs": 544.0, + "msecs": 120.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 75.022558, + "relativeCreated": 62.137769, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -3443,8 +3236,8 @@ "[ 'one', 2, 3, '4' ]", "" ], - "asctime": "2025-08-15 19:13:27,544", - "created": 1755278007.5447757, + "asctime": "2025-08-27 18:19:33,120", + "created": 1756311573.120845, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -3453,39 +3246,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=list): result = [ 'one', 2, 3, '4' ] ()", "module": "test", - "msecs": 544.0, + "msecs": 120.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 75.076367, + "relativeCreated": 62.178431, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 544.0, + "msecs": 120.0, "msg": "Data from cached instance with key=list is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 75.162933, + "relativeCreated": 62.245295, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 8.654594421386719e-05 + "time_consumption": 6.67572021484375e-05 }, { "args": [ "{'1': '1', '2': 2, '3': 'three', '4': '4'}", "" ], - "asctime": "2025-08-15 19:13:27,545", - "created": 1755278007.5451367, + "asctime": "2025-08-27 18:19:33,121", + "created": 1756311573.1211104, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -3499,26 +3292,26 @@ "args": [ "dict" ], - "asctime": "2025-08-15 19:13:27,544", - "created": 1755278007.544943, + "asctime": "2025-08-27 18:19:33,120", + "created": 1756311573.120968, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='dict' from source instance", "module": "__init__", - "msecs": 544.0, + "msecs": 120.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 75.243772, + "relativeCreated": 62.301593, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -3527,8 +3320,8 @@ "{ '1': '1', '2': 2, '3': 'three', '4': '4' }", "" ], - "asctime": "2025-08-15 19:13:27,545", - "created": 1755278007.5450048, + "asctime": "2025-08-27 18:19:33,121", + "created": 1756311573.121013, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -3537,16 +3330,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=dict): { '1': '1', '2': 2, '3': 'three', '4': '4' } ()", "module": "test", - "msecs": 545.0, + "msecs": 121.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 75.305339, + "relativeCreated": 62.346556, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -3556,8 +3349,8 @@ "{ '1': '1', '2': 2, '3': 'three', '4': '4' }", "" ], - "asctime": "2025-08-15 19:13:27,545", - "created": 1755278007.5450575, + "asctime": "2025-08-27 18:19:33,121", + "created": 1756311573.1210527, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -3566,152 +3359,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=dict): result = { '1': '1', '2': 2, '3': 'three', '4': '4' } ()", "module": "test", - "msecs": 545.0, + "msecs": 121.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 75.358233, + "relativeCreated": 62.386074, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 545.0, + "msecs": 121.0, "msg": "Data from cached instance with key=dict is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 75.437239, + "relativeCreated": 62.443919, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 7.915496826171875e-05 - }, - { - "args": [ - "'not None'", - "" - ], - "asctime": "2025-08-15 19:13:27,545", - "created": 1755278007.5453532, - "exc_text": null, - "filename": "test.py", - "funcName": "equivalency_chk", - "levelname": "INFO", - "levelno": 20, - "lineno": 184, - "message": "Data from cached instance with key=none is correct (Content 'not None' and Type is ).", - "module": "test", - "moduleLogger": [ - { - "args": [ - "none" - ], - "asctime": "2025-08-15 19:13:27,545", - "created": 1755278007.5452127, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 163, - "message": "Loading property for key='none' from source instance", - "module": "__init__", - "msecs": 545.0, - "msg": "Loading property for key='%s' from source instance", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 75.513305, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=none", - "'not None'", - "" - ], - "asctime": "2025-08-15 19:13:27,545", - "created": 1755278007.5452638, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_result__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 22, - "message": "Result (Data from cached instance with key=none): 'not None' ()", - "module": "test", - "msecs": 545.0, - "msg": "Result (%s): %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 75.564533, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=none", - "=", - "'not None'", - "" - ], - "asctime": "2025-08-15 19:13:27,545", - "created": 1755278007.5453064, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_expectation__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 26, - "message": "Expectation (Data from cached instance with key=none): result = 'not None' ()", - "module": "test", - "msecs": 545.0, - "msg": "Expectation (%s): result %s %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 75.607101, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - } - ], - "msecs": 545.0, - "msg": "Data from cached instance with key=none is correct (Content %s and Type is %s).", - "name": "__tLogger__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 75.653846, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread", - "time_consumption": 4.673004150390625e-05 + "time_consumption": 5.7697296142578125e-05 }, { "args": [ "5", "" ], - "asctime": "2025-08-15 19:13:27,545", - "created": 1755278007.5455637, + "asctime": "2025-08-27 18:19:33,121", + "created": 1756311573.1212678, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -3725,26 +3405,26 @@ "args": [ "unknown_key" ], - "asctime": "2025-08-15 19:13:27,545", - "created": 1755278007.5454292, + "asctime": "2025-08-27 18:19:33,121", + "created": 1756311573.1211648, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 179, + "lineno": 177, "message": "Key 'unknown_key' is not in cached_keys. Uncached data will be returned.", "module": "__init__", - "msecs": 545.0, + "msecs": 121.0, "msg": "Key '%s' is not in cached_keys. Uncached data will be returned.", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 75.729899, + "relativeCreated": 62.498205, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -3753,8 +3433,8 @@ "5", "" ], - "asctime": "2025-08-15 19:13:27,545", - "created": 1755278007.5454798, + "asctime": "2025-08-27 18:19:33,121", + "created": 1756311573.1212041, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -3763,16 +3443,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=unknown_key): 5 ()", "module": "test", - "msecs": 545.0, + "msecs": 121.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 75.780179, + "relativeCreated": 62.537732, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -3782,8 +3462,8 @@ "5", "" ], - "asctime": "2025-08-15 19:13:27,545", - "created": 1755278007.5455222, + "asctime": "2025-08-27 18:19:33,121", + "created": 1756311573.121238, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -3792,66 +3472,66 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=unknown_key): result = 5 ()", "module": "test", - "msecs": 545.0, + "msecs": 121.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 75.822721, + "relativeCreated": 62.571461, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 545.0, + "msecs": 121.0, "msg": "Data from cached instance with key=unknown_key is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 75.864128, + "relativeCreated": 62.601124, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 4.1484832763671875e-05 + "time_consumption": 2.9802322387695312e-05 } ], - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.00273895263671875, - "time_finished": "2025-08-15 19:13:27,545", - "time_start": "2025-08-15 19:13:27,542" + "time_consumption": 0.0019693374633789062, + "time_finished": "2025-08-27 18:19:33,121", + "time_start": "2025-08-27 18:19:33,119" }, "REQ-0004": { "args": null, - "asctime": "2025-08-15 19:13:27,558", - "created": 1755278007.5585122, + "asctime": "2025-08-27 18:19:33,132", + "created": 1756311573.13248, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 331, + "lineno": 329, "message": "REQ-0004", "module": "__init__", "moduleLogger": [], - "msecs": 558.0, + "msecs": 132.0, "msg": "REQ-0004", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/report/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 88.812619, + "relativeCreated": 73.81341, "stack_info": null, "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:27,558", - "created": 1755278007.558699, + "asctime": "2025-08-27 18:19:33,132", + "created": 1756311573.1327176, "exc_text": null, "filename": "test_helpers.py", "funcName": "clean", @@ -3863,8 +3543,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:27,558", - "created": 1755278007.5586486, + "asctime": "2025-08-27 18:19:33,132", + "created": 1756311573.132658, "exc_text": null, "filename": "test_helpers.py", "funcName": "clean", @@ -3873,130 +3553,130 @@ "lineno": 20, "message": "Cache file does not exist on filesystem.", "module": "test_helpers", - "msecs": 558.0, + "msecs": 132.0, "msg": "Cache file does not exist on filesystem.", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 88.94929, + "relativeCreated": 73.991321, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 558.0, + "msecs": 132.0, "msg": "Prepare: Cleanup before testcase execution", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 88.999516, + "relativeCreated": 74.051151, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 5.030632019042969e-05 + "time_consumption": 5.9604644775390625e-05 }, { "args": [ - "6.006384372711182", + "5.002429485321045", "" ], - "asctime": "2025-08-15 19:13:33,565", - "created": 1755278013.5657017, + "asctime": "2025-08-27 18:19:38,135", + "created": 1756311578.1355042, "exc_text": null, "filename": "test.py", "funcName": "greater_chk", "levelname": "INFO", "levelno": 20, "lineno": 230, - "message": "Consumed time for full_update is greater expectation (Content 6.006384372711182 and Type is ).", + "message": "Consumed time for full_update is greater expectation (Content 5.002429485321045 and Type is ).", "module": "test", "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:27,558", - "created": 1755278007.5587976, + "asctime": "2025-08-27 18:19:33,132", + "created": 1756311573.1328495, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 237, + "lineno": 235, "message": "Cache file does not exists (yet).", "module": "__init__", - "msecs": 558.0, + "msecs": 132.0, "msg": "Cache file does not exists (yet).", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 89.098151, + "relativeCreated": 74.183006, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ - "['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']" + "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2025-08-15 19:13:27,558", - "created": 1755278007.5588615, + "asctime": "2025-08-27 18:19:33,132", + "created": 1756311573.1329205, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 246, - "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']", + "lineno": 244, + "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 558.0, + "msecs": 132.0, "msg": "Loading all data from source - %s", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 89.162091, + "relativeCreated": 74.253996, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ - "['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']" + "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2025-08-15 19:13:27,559", - "created": 1755278007.5592785, + "asctime": "2025-08-27 18:19:33,133", + "created": 1756311573.133411, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 246, - "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']", + "lineno": 244, + "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 559.0, + "msecs": 133.0, "msg": "Loading all data from source - %s", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 89.579253, + "relativeCreated": 74.744275, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_full_update_sleep.json" ], - "asctime": "2025-08-15 19:13:33,564", - "created": 1755278013.56479, + "asctime": "2025-08-27 18:19:38,135", + "created": 1756311578.1350155, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -4005,210 +3685,210 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_full_update_sleep.json)", "module": "__init__", - "msecs": 564.0, + "msecs": 135.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6095.090687, + "relativeCreated": 5076.348963, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "Consumed time for full_update", - "6.006384372711182", + "5.002429485321045", "" ], - "asctime": "2025-08-15 19:13:33,565", - "created": 1755278013.5652878, + "asctime": "2025-08-27 18:19:38,135", + "created": 1756311578.1353002, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Consumed time for full_update): 6.006384372711182 ()", + "message": "Result (Consumed time for full_update): 5.002429485321045 ()", "module": "test", - "msecs": 565.0, + "msecs": 135.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6095.588615, + "relativeCreated": 5076.633568, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "Consumed time for full_update", ">", - "6.0", + "5.0", "" ], - "asctime": "2025-08-15 19:13:33,565", - "created": 1755278013.565489, + "asctime": "2025-08-27 18:19:38,135", + "created": 1756311578.1354015, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", "levelname": "DEBUG", "levelno": 10, "lineno": 26, - "message": "Expectation (Consumed time for full_update): result > 6.0 ()", + "message": "Expectation (Consumed time for full_update): result > 5.0 ()", "module": "test", - "msecs": 565.0, + "msecs": 135.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6095.78984, + "relativeCreated": 5076.734966, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 565.0, + "msecs": 135.0, "msg": "Consumed time for full_update is greater expectation (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6096.00231, + "relativeCreated": 5076.837609, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.00021266937255859375 + "time_consumption": 0.00010275840759277344 }, { "args": [ - "6.006384372711182", + "5.002429485321045", "" ], - "asctime": "2025-08-15 19:13:33,566", - "created": 1755278013.5663404, + "asctime": "2025-08-27 18:19:38,135", + "created": 1756311578.1359158, "exc_text": null, "filename": "test.py", "funcName": "less_chk", "levelname": "INFO", "levelno": 20, "lineno": 207, - "message": "Consumed time for full_update is greater expectation (Content 6.006384372711182 and Type is ).", + "message": "Consumed time for full_update is greater expectation (Content 5.002429485321045 and Type is ).", "module": "test", "moduleLogger": [ { "args": [ "Consumed time for full_update", - "6.006384372711182", + "5.002429485321045", "" ], - "asctime": "2025-08-15 19:13:33,566", - "created": 1755278013.5660114, + "asctime": "2025-08-27 18:19:38,135", + "created": 1756311578.135693, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Consumed time for full_update): 6.006384372711182 ()", + "message": "Result (Consumed time for full_update): 5.002429485321045 ()", "module": "test", - "msecs": 566.0, + "msecs": 135.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6096.311963, + "relativeCreated": 5077.026466, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "Consumed time for full_update", "<", - "6.5", + "5.5", "" ], - "asctime": "2025-08-15 19:13:33,566", - "created": 1755278013.5661695, + "asctime": "2025-08-27 18:19:38,135", + "created": 1756311578.1358232, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", "levelname": "DEBUG", "levelno": 10, "lineno": 26, - "message": "Expectation (Consumed time for full_update): result < 6.5 ()", + "message": "Expectation (Consumed time for full_update): result < 5.5 ()", "module": "test", - "msecs": 566.0, + "msecs": 135.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6096.470152, + "relativeCreated": 5077.156862, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 566.0, + "msecs": 135.0, "msg": "Consumed time for full_update is greater expectation (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6096.641082, + "relativeCreated": 5077.249194, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.0001709461212158203 + "time_consumption": 9.250640869140625e-05 } ], - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 6.007828235626221, - "time_finished": "2025-08-15 19:13:33,566", - "time_start": "2025-08-15 19:13:27,558" + "time_consumption": 5.003435850143433, + "time_finished": "2025-08-27 18:19:38,135", + "time_start": "2025-08-27 18:19:33,132" }, "REQ-0005": { "args": null, - "asctime": "2025-08-15 19:13:27,548", - "created": 1755278007.5488384, + "asctime": "2025-08-27 18:19:33,123", + "created": 1756311573.1239808, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 331, + "lineno": 329, "message": "REQ-0005", "module": "__init__", "moduleLogger": [], - "msecs": 548.0, + "msecs": 123.0, "msg": "REQ-0005", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/report/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 79.139029, + "relativeCreated": 65.314335, "stack_info": null, "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:27,548", - "created": 1755278007.5489795, + "asctime": "2025-08-27 18:19:33,124", + "created": 1756311573.1240928, "exc_text": null, "filename": "test_helpers.py", "funcName": "clean", @@ -4220,8 +3900,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:27,548", - "created": 1755278007.548935, + "asctime": "2025-08-27 18:19:33,124", + "created": 1756311573.1240594, "exc_text": null, "filename": "test_helpers.py", "funcName": "clean", @@ -4230,38 +3910,38 @@ "lineno": 20, "message": "Cache file does not exist on filesystem.", "module": "test_helpers", - "msecs": 548.0, + "msecs": 124.0, "msg": "Cache file does not exist on filesystem.", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 79.235485, + "relativeCreated": 65.392948, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 548.0, + "msecs": 124.0, "msg": "Prepare: Cleanup before testcase execution", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 79.280121, + "relativeCreated": 65.426475, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 4.458427429199219e-05 + "time_consumption": 3.337860107421875e-05 }, { "args": [ "'property_cache_json'" ], - "asctime": "2025-08-15 19:13:27,552", - "created": 1755278007.552053, + "asctime": "2025-08-27 18:19:33,126", + "created": 1756311573.1265097, "exc_text": null, "filename": "test_cached_data.py", "funcName": "cached_data", @@ -4273,88 +3953,88 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:27,549", - "created": 1755278007.5490694, + "asctime": "2025-08-27 18:19:33,124", + "created": 1756311573.1241603, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 237, + "lineno": 235, "message": "Cache file does not exists (yet).", "module": "__init__", - "msecs": 549.0, + "msecs": 124.0, "msg": "Cache file does not exists (yet).", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 79.369985, + "relativeCreated": 65.493676, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "str" ], - "asctime": "2025-08-15 19:13:27,549", - "created": 1755278007.5491316, + "asctime": "2025-08-27 18:19:33,124", + "created": 1756311573.1242378, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='str' from source instance", "module": "__init__", - "msecs": 549.0, + "msecs": 124.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 79.432152, + "relativeCreated": 65.571266, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "str", "string", - 1755278007 + 1756311573 ], - "asctime": "2025-08-15 19:13:27,549", - "created": 1755278007.549179, + "asctime": "2025-08-27 18:19:33,124", + "created": 1756311573.1242998, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 167, - "message": "Adding key=str, value=string with timestamp=1755278007 to chache", + "lineno": 165, + "message": "Adding key=str, value=string with timestamp=1756311573 to chache", "module": "__init__", - "msecs": 549.0, + "msecs": 124.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 79.479724, + "relativeCreated": 65.633356, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_load_on_init.json" ], - "asctime": "2025-08-15 19:13:27,549", - "created": 1755278007.5494845, + "asctime": "2025-08-27 18:19:33,124", + "created": 1756311573.124633, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -4363,78 +4043,78 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_load_on_init.json)", "module": "__init__", - "msecs": 549.0, + "msecs": 124.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 79.785257, + "relativeCreated": 65.966636, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "integer" ], - "asctime": "2025-08-15 19:13:27,549", - "created": 1755278007.5495806, + "asctime": "2025-08-27 18:19:33,124", + "created": 1756311573.1247327, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='integer' from source instance", "module": "__init__", - "msecs": 549.0, + "msecs": 124.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 79.881123, + "relativeCreated": 66.066033, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "integer", 17, - 1755278007 + 1756311573 ], - "asctime": "2025-08-15 19:13:27,549", - "created": 1755278007.5496345, + "asctime": "2025-08-27 18:19:33,124", + "created": 1756311573.1247747, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 167, - "message": "Adding key=integer, value=17 with timestamp=1755278007 to chache", + "lineno": 165, + "message": "Adding key=integer, value=17 with timestamp=1756311573 to chache", "module": "__init__", - "msecs": 549.0, + "msecs": 124.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 79.935222, + "relativeCreated": 66.108212, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_load_on_init.json" ], - "asctime": "2025-08-15 19:13:27,549", - "created": 1755278007.5498266, + "asctime": "2025-08-27 18:19:33,124", + "created": 1756311573.1249728, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -4443,42 +4123,42 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_load_on_init.json)", "module": "__init__", - "msecs": 549.0, + "msecs": 124.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 80.127218, + "relativeCreated": 66.306311, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "list" ], - "asctime": "2025-08-15 19:13:27,549", - "created": 1755278007.549952, + "asctime": "2025-08-27 18:19:33,125", + "created": 1756311573.1250901, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='list' from source instance", "module": "__init__", - "msecs": 549.0, + "msecs": 125.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 80.252677, + "relativeCreated": 66.42355, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -4490,36 +4170,36 @@ "3", 4 ], - 1755278007 + 1756311573 ], - "asctime": "2025-08-15 19:13:27,550", - "created": 1755278007.5500045, + "asctime": "2025-08-27 18:19:33,125", + "created": 1756311573.125133, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 167, - "message": "Adding key=list, value=[1, 'two', '3', 4] with timestamp=1755278007 to chache", + "lineno": 165, + "message": "Adding key=list, value=[1, 'two', '3', 4] with timestamp=1756311573 to chache", "module": "__init__", - "msecs": 550.0, + "msecs": 125.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 80.30513, + "relativeCreated": 66.466445, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_load_on_init.json" ], - "asctime": "2025-08-15 19:13:27,551", - "created": 1755278007.5510385, + "asctime": "2025-08-27 18:19:33,126", + "created": 1756311573.1260478, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -4528,42 +4208,42 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_load_on_init.json)", "module": "__init__", - "msecs": 551.0, + "msecs": 126.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 81.339088, + "relativeCreated": 67.381239, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "dict" ], - "asctime": "2025-08-15 19:13:27,551", - "created": 1755278007.5511563, + "asctime": "2025-08-27 18:19:33,126", + "created": 1756311573.126163, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='dict' from source instance", "module": "__init__", - "msecs": 551.0, + "msecs": 126.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 81.45681, + "relativeCreated": 67.496383, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -4575,36 +4255,36 @@ "3": "3", "4": 4 }, - 1755278007 + 1756311573 ], - "asctime": "2025-08-15 19:13:27,551", - "created": 1755278007.5512106, + "asctime": "2025-08-27 18:19:33,126", + "created": 1756311573.1262047, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 167, - "message": "Adding key=dict, value={'1': 1, '2': 'two', '3': '3', '4': 4} with timestamp=1755278007 to chache", + "lineno": 165, + "message": "Adding key=dict, value={'1': 1, '2': 'two', '3': '3', '4': 4} with timestamp=1756311573 to chache", "module": "__init__", - "msecs": 551.0, + "msecs": 126.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 81.511279, + "relativeCreated": 67.538202, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_load_on_init.json" ], - "asctime": "2025-08-15 19:13:27,551", - "created": 1755278007.5514953, + "asctime": "2025-08-27 18:19:33,126", + "created": 1756311573.126428, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -4613,119 +4293,39 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_load_on_init.json)", "module": "__init__", - "msecs": 551.0, + "msecs": 126.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 81.796073, + "relativeCreated": 67.76135, "stack_info": null, "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "none" - ], - "asctime": "2025-08-15 19:13:27,551", - "created": 1755278007.551611, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 163, - "message": "Loading property for key='none' from source instance", - "module": "__init__", - "msecs": 551.0, - "msg": "Loading property for key='%s' from source instance", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 81.911523, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "none", - null, - 1755278007 - ], - "asctime": "2025-08-15 19:13:27,551", - "created": 1755278007.5516658, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 167, - "message": "Adding key=none, value=None with timestamp=1755278007 to chache", - "module": "__init__", - "msecs": 551.0, - "msg": "Adding key=%s, value=%s with timestamp=%d to chache", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 81.966166, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_load_on_init.json" - ], - "asctime": "2025-08-15 19:13:27,551", - "created": 1755278007.5519416, - "exc_text": null, - "filename": "__init__.py", - "funcName": "_save_only", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 301, - "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_load_on_init.json)", - "module": "__init__", - "msecs": 551.0, - "msg": "cache-file stored (%s)", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 82.242354, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 552.0, + "msecs": 126.0, "msg": "Prepare: First usage of %s with a class holding the data to be cached", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_cached_data.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 82.353591, + "relativeCreated": 67.84304, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.00011134147644042969 + "time_consumption": 8.177757263183594e-05 }, { "args": [ "'string'", "" ], - "asctime": "2025-08-15 19:13:27,552", - "created": 1755278007.552488, + "asctime": "2025-08-27 18:19:33,126", + "created": 1756311573.126884, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -4739,8 +4339,8 @@ "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_load_on_init.json" ], - "asctime": "2025-08-15 19:13:27,552", - "created": 1755278007.5522575, + "asctime": "2025-08-27 18:19:33,126", + "created": 1756311573.126701, "exc_text": null, "filename": "__init__.py", "funcName": "_load_only", @@ -4749,42 +4349,42 @@ "lineno": 296, "message": "Loading properties from cache (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_load_on_init.json)", "module": "__init__", - "msecs": 552.0, + "msecs": 126.0, "msg": "Loading properties from cache (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 82.558151, + "relativeCreated": 68.034568, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "str" ], - "asctime": "2025-08-15 19:13:27,552", - "created": 1755278007.5523326, + "asctime": "2025-08-27 18:19:33,126", + "created": 1756311573.1267595, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'str' from cache", "module": "__init__", - "msecs": 552.0, + "msecs": 126.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 82.633276, + "relativeCreated": 68.092805, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -4793,8 +4393,8 @@ "'string'", "" ], - "asctime": "2025-08-15 19:13:27,552", - "created": 1755278007.5523915, + "asctime": "2025-08-27 18:19:33,126", + "created": 1756311573.126812, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -4803,16 +4403,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=str): 'string' ()", "module": "test", - "msecs": 552.0, + "msecs": 126.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 82.69193, + "relativeCreated": 68.145458, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -4822,8 +4422,8 @@ "'string'", "" ], - "asctime": "2025-08-15 19:13:27,552", - "created": 1755278007.5524397, + "asctime": "2025-08-27 18:19:33,126", + "created": 1756311573.1268497, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -4832,39 +4432,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=str): result = 'string' ()", "module": "test", - "msecs": 552.0, + "msecs": 126.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 82.740322, + "relativeCreated": 68.182978, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 552.0, + "msecs": 126.0, "msg": "Data from cached instance with key=str is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 82.788796, + "relativeCreated": 68.217449, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 4.839897155761719e-05 + "time_consumption": 3.4332275390625e-05 }, { "args": [ "'__unicode__'", "" ], - "asctime": "2025-08-15 19:13:27,553", - "created": 1755278007.553132, + "asctime": "2025-08-27 18:19:33,127", + "created": 1756311573.1273794, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -4878,62 +4478,62 @@ "args": [ "unicode" ], - "asctime": "2025-08-15 19:13:27,552", - "created": 1755278007.5525699, + "asctime": "2025-08-27 18:19:33,126", + "created": 1756311573.126945, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='unicode' from source instance", "module": "__init__", - "msecs": 552.0, + "msecs": 126.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 82.870344, + "relativeCreated": 68.278473, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "unicode", "__unicode__", - 1755278007 + 1756311573 ], - "asctime": "2025-08-15 19:13:27,552", - "created": 1755278007.5526187, + "asctime": "2025-08-27 18:19:33,126", + "created": 1756311573.1269794, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 167, - "message": "Adding key=unicode, value=__unicode__ with timestamp=1755278007 to chache", + "lineno": 165, + "message": "Adding key=unicode, value=__unicode__ with timestamp=1756311573 to chache", "module": "__init__", - "msecs": 552.0, + "msecs": 126.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 82.919363, + "relativeCreated": 68.312845, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_load_on_init.json" ], - "asctime": "2025-08-15 19:13:27,552", - "created": 1755278007.552913, + "asctime": "2025-08-27 18:19:33,127", + "created": 1756311573.1272116, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -4942,16 +4542,16 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_load_on_init.json)", "module": "__init__", - "msecs": 552.0, + "msecs": 127.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 83.213553, + "relativeCreated": 68.54494, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -4960,8 +4560,8 @@ "'__unicode__'", "" ], - "asctime": "2025-08-15 19:13:27,553", - "created": 1755278007.5530272, + "asctime": "2025-08-27 18:19:33,127", + "created": 1756311573.1273055, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -4970,16 +4570,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=unicode): '__unicode__' ()", "module": "test", - "msecs": 553.0, + "msecs": 127.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 83.327664, + "relativeCreated": 68.638949, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -4989,8 +4589,8 @@ "'__unicode__'", "" ], - "asctime": "2025-08-15 19:13:27,553", - "created": 1755278007.5530858, + "asctime": "2025-08-27 18:19:33,127", + "created": 1756311573.1273446, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -4999,39 +4599,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=unicode): result = '__unicode__' ()", "module": "test", - "msecs": 553.0, + "msecs": 127.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 83.38632, + "relativeCreated": 68.678098, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 553.0, + "msecs": 127.0, "msg": "Data from cached instance with key=unicode is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 83.432658, + "relativeCreated": 68.712836, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 4.6253204345703125e-05 + "time_consumption": 3.4809112548828125e-05 }, { "args": [ "17", "" ], - "asctime": "2025-08-15 19:13:27,553", - "created": 1755278007.5533512, + "asctime": "2025-08-27 18:19:33,127", + "created": 1756311573.1275444, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -5045,26 +4645,26 @@ "args": [ "integer" ], - "asctime": "2025-08-15 19:13:27,553", - "created": 1755278007.5532112, + "asctime": "2025-08-27 18:19:33,127", + "created": 1756311573.127441, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'integer' from cache", "module": "__init__", - "msecs": 553.0, + "msecs": 127.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 83.511776, + "relativeCreated": 68.774464, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -5073,8 +4673,8 @@ "17", "" ], - "asctime": "2025-08-15 19:13:27,553", - "created": 1755278007.5532653, + "asctime": "2025-08-27 18:19:33,127", + "created": 1756311573.1274805, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -5083,16 +4683,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=integer): 17 ()", "module": "test", - "msecs": 553.0, + "msecs": 127.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 83.565945, + "relativeCreated": 68.814033, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -5102,8 +4702,8 @@ "17", "" ], - "asctime": "2025-08-15 19:13:27,553", - "created": 1755278007.5533094, + "asctime": "2025-08-27 18:19:33,127", + "created": 1756311573.1275134, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -5112,39 +4712,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=integer): result = 17 ()", "module": "test", - "msecs": 553.0, + "msecs": 127.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 83.60998, + "relativeCreated": 68.846875, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 553.0, + "msecs": 127.0, "msg": "Data from cached instance with key=integer is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 83.651665, + "relativeCreated": 68.877741, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 4.172325134277344e-05 + "time_consumption": 3.0994415283203125e-05 }, { "args": [ "2.71828", "" ], - "asctime": "2025-08-15 19:13:27,554", - "created": 1755278007.5540116, + "asctime": "2025-08-27 18:19:33,128", + "created": 1756311573.128055, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -5158,62 +4758,62 @@ "args": [ "float" ], - "asctime": "2025-08-15 19:13:27,553", - "created": 1755278007.5534232, + "asctime": "2025-08-27 18:19:33,127", + "created": 1756311573.1275966, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='float' from source instance", "module": "__init__", - "msecs": 553.0, + "msecs": 127.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 83.723627, + "relativeCreated": 68.929943, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "float", 2.71828, - 1755278007 + 1756311573 ], - "asctime": "2025-08-15 19:13:27,553", - "created": 1755278007.5534694, + "asctime": "2025-08-27 18:19:33,127", + "created": 1756311573.1276307, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 167, - "message": "Adding key=float, value=2.71828 with timestamp=1755278007 to chache", + "lineno": 165, + "message": "Adding key=float, value=2.71828 with timestamp=1756311573 to chache", "module": "__init__", - "msecs": 553.0, + "msecs": 127.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 83.770086, + "relativeCreated": 68.964005, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_load_on_init.json" ], - "asctime": "2025-08-15 19:13:27,553", - "created": 1755278007.5537946, + "asctime": "2025-08-27 18:19:33,127", + "created": 1756311573.1278782, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -5222,16 +4822,16 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_load_on_init.json)", "module": "__init__", - "msecs": 553.0, + "msecs": 127.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 84.095205, + "relativeCreated": 69.21168, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -5240,8 +4840,8 @@ "2.71828", "" ], - "asctime": "2025-08-15 19:13:27,553", - "created": 1755278007.553909, + "asctime": "2025-08-27 18:19:33,127", + "created": 1756311573.1279838, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -5250,16 +4850,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=float): 2.71828 ()", "module": "test", - "msecs": 553.0, + "msecs": 127.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 84.209696, + "relativeCreated": 69.317377, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -5269,8 +4869,8 @@ "2.71828", "" ], - "asctime": "2025-08-15 19:13:27,553", - "created": 1755278007.553965, + "asctime": "2025-08-27 18:19:33,128", + "created": 1756311573.1280205, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -5279,39 +4879,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=float): result = 2.71828 ()", "module": "test", - "msecs": 553.0, + "msecs": 128.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 84.265629, + "relativeCreated": 69.353871, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 554.0, + "msecs": 128.0, "msg": "Data from cached instance with key=float is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 84.312173, + "relativeCreated": 69.388443, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 4.649162292480469e-05 + "time_consumption": 3.457069396972656e-05 }, { "args": [ "[1, 'two', '3', 4]", "" ], - "asctime": "2025-08-15 19:13:27,554", - "created": 1755278007.5542636, + "asctime": "2025-08-27 18:19:33,128", + "created": 1756311573.128235, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -5325,26 +4925,26 @@ "args": [ "list" ], - "asctime": "2025-08-15 19:13:27,554", - "created": 1755278007.5540946, + "asctime": "2025-08-27 18:19:33,128", + "created": 1756311573.1281145, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'list' from cache", "module": "__init__", - "msecs": 554.0, + "msecs": 128.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 84.39527, + "relativeCreated": 69.447864, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -5353,8 +4953,8 @@ "[ 1, 'two', '3', 4 ]", "" ], - "asctime": "2025-08-15 19:13:27,554", - "created": 1755278007.5541558, + "asctime": "2025-08-27 18:19:33,128", + "created": 1756311573.1281564, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -5363,16 +4963,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=list): [ 1, 'two', '3', 4 ] ()", "module": "test", - "msecs": 554.0, + "msecs": 128.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 84.456441, + "relativeCreated": 69.489807, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -5382,8 +4982,8 @@ "[ 1, 'two', '3', 4 ]", "" ], - "asctime": "2025-08-15 19:13:27,554", - "created": 1755278007.5542057, + "asctime": "2025-08-27 18:19:33,128", + "created": 1756311573.1281908, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -5392,39 +4992,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=list): result = [ 1, 'two', '3', 4 ] ()", "module": "test", - "msecs": 554.0, + "msecs": 128.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 84.506374, + "relativeCreated": 69.524079, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 554.0, + "msecs": 128.0, "msg": "Data from cached instance with key=list is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 84.56416, + "relativeCreated": 69.568377, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 5.793571472167969e-05 + "time_consumption": 4.4345855712890625e-05 }, { "args": [ "{'1': 1, '2': 'two', '3': '3', '4': 4}", "" ], - "asctime": "2025-08-15 19:13:27,554", - "created": 1755278007.5545146, + "asctime": "2025-08-27 18:19:33,128", + "created": 1756311573.1284077, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -5438,26 +5038,26 @@ "args": [ "dict" ], - "asctime": "2025-08-15 19:13:27,554", - "created": 1755278007.554342, + "asctime": "2025-08-27 18:19:33,128", + "created": 1756311573.1282864, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'dict' from cache", "module": "__init__", - "msecs": 554.0, + "msecs": 128.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 84.642623, + "relativeCreated": 69.619935, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -5466,8 +5066,8 @@ "{ '1': 1, '2': 'two', '3': '3', '4': 4 }", "" ], - "asctime": "2025-08-15 19:13:27,554", - "created": 1755278007.5544024, + "asctime": "2025-08-27 18:19:33,128", + "created": 1756311573.1283274, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -5476,16 +5076,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=dict): { '1': 1, '2': 'two', '3': '3', '4': 4 } ()", "module": "test", - "msecs": 554.0, + "msecs": 128.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 84.70298, + "relativeCreated": 69.660882, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -5495,8 +5095,8 @@ "{ '1': 1, '2': 'two', '3': '3', '4': 4 }", "" ], - "asctime": "2025-08-15 19:13:27,554", - "created": 1755278007.554456, + "asctime": "2025-08-27 18:19:33,128", + "created": 1756311573.1283643, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -5505,152 +5105,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=dict): result = { '1': 1, '2': 'two', '3': '3', '4': 4 } ()", "module": "test", - "msecs": 554.0, + "msecs": 128.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 84.756768, + "relativeCreated": 69.697824, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 554.0, + "msecs": 128.0, "msg": "Data from cached instance with key=dict is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 84.815352, + "relativeCreated": 69.741213, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 5.8650970458984375e-05 - }, - { - "args": [ - "None", - "" - ], - "asctime": "2025-08-15 19:13:27,554", - "created": 1755278007.5547376, - "exc_text": null, - "filename": "test.py", - "funcName": "equivalency_chk", - "levelname": "INFO", - "levelno": 20, - "lineno": 184, - "message": "Data from cached instance with key=none is correct (Content None and Type is ).", - "module": "test", - "moduleLogger": [ - { - "args": [ - "none" - ], - "asctime": "2025-08-15 19:13:27,554", - "created": 1755278007.5545893, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 157, - "message": "Providing property for 'none' from cache", - "module": "__init__", - "msecs": 554.0, - "msg": "Providing property for '%s' from cache", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 84.889678, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=none", - "None", - "" - ], - "asctime": "2025-08-15 19:13:27,554", - "created": 1755278007.5546527, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_result__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 22, - "message": "Result (Data from cached instance with key=none): None ()", - "module": "test", - "msecs": 554.0, - "msg": "Result (%s): %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 84.953257, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=none", - "=", - "None", - "" - ], - "asctime": "2025-08-15 19:13:27,554", - "created": 1755278007.554696, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_expectation__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 26, - "message": "Expectation (Data from cached instance with key=none): result = None ()", - "module": "test", - "msecs": 554.0, - "msg": "Expectation (%s): result %s %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 84.996819, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - } - ], - "msecs": 554.0, - "msg": "Data from cached instance with key=none is correct (Content %s and Type is %s).", - "name": "__tLogger__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 85.03837, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread", - "time_consumption": 4.1484832763671875e-05 + "time_consumption": 4.3392181396484375e-05 }, { "args": [ "5", "" ], - "asctime": "2025-08-15 19:13:27,554", - "created": 1755278007.5549517, + "asctime": "2025-08-27 18:19:33,128", + "created": 1756311573.1285555, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -5664,26 +5151,26 @@ "args": [ "unknown_key" ], - "asctime": "2025-08-15 19:13:27,554", - "created": 1755278007.554812, + "asctime": "2025-08-27 18:19:33,128", + "created": 1756311573.128462, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 179, + "lineno": 177, "message": "Key 'unknown_key' is not in cached_keys. Uncached data will be returned.", "module": "__init__", - "msecs": 554.0, + "msecs": 128.0, "msg": "Key '%s' is not in cached_keys. Uncached data will be returned.", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 85.11258, + "relativeCreated": 69.795644, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -5692,8 +5179,8 @@ "5", "" ], - "asctime": "2025-08-15 19:13:27,554", - "created": 1755278007.554861, + "asctime": "2025-08-27 18:19:33,128", + "created": 1756311573.1284974, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -5702,16 +5189,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=unknown_key): 5 ()", "module": "test", - "msecs": 554.0, + "msecs": 128.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 85.161767, + "relativeCreated": 69.830802, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -5721,8 +5208,8 @@ "5", "" ], - "asctime": "2025-08-15 19:13:27,554", - "created": 1755278007.5549068, + "asctime": "2025-08-27 18:19:33,128", + "created": 1756311573.128527, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -5731,66 +5218,66 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=unknown_key): result = 5 ()", "module": "test", - "msecs": 554.0, + "msecs": 128.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 85.207455, + "relativeCreated": 69.860314, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 554.0, + "msecs": 128.0, "msg": "Data from cached instance with key=unknown_key is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 85.252199, + "relativeCreated": 69.88899, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 4.482269287109375e-05 + "time_consumption": 2.86102294921875e-05 } ], - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.006113290786743164, - "time_finished": "2025-08-15 19:13:27,554", - "time_start": "2025-08-15 19:13:27,548" + "time_consumption": 0.004574775695800781, + "time_finished": "2025-08-27 18:19:33,128", + "time_start": "2025-08-27 18:19:33,123" }, "REQ-0006": { "args": null, - "asctime": "2025-08-15 19:13:33,571", - "created": 1755278013.571209, + "asctime": "2025-08-27 18:19:38,139", + "created": 1756311578.1399312, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 331, + "lineno": 329, "message": "REQ-0006", "module": "__init__", "moduleLogger": [], - "msecs": 571.0, + "msecs": 139.0, "msg": "REQ-0006", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/report/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6101.509554, + "relativeCreated": 5081.264653, "stack_info": null, "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:33,571", - "created": 1755278013.571594, + "asctime": "2025-08-27 18:19:38,140", + "created": 1756311578.140277, "exc_text": null, "filename": "test_helpers.py", "funcName": "clean", @@ -5802,8 +5289,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:33,571", - "created": 1755278013.5714414, + "asctime": "2025-08-27 18:19:38,140", + "created": 1756311578.140144, "exc_text": null, "filename": "test_helpers.py", "funcName": "clean", @@ -5812,38 +5299,38 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 571.0, + "msecs": 140.0, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6101.742026, + "relativeCreated": 5081.477481, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 571.0, + "msecs": 140.0, "msg": "Prepare: Cleanup before testcase execution", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6101.894634, + "relativeCreated": 5081.610354, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.000152587890625 + "time_consumption": 0.0001327991485595703 }, { "args": [ "'property_cache_json'" ], - "asctime": "2025-08-15 19:13:33,573", - "created": 1755278013.5730522, + "asctime": "2025-08-27 18:19:38,141", + "created": 1756311578.1416109, "exc_text": null, "filename": "test_dump_cache.py", "funcName": "dump_cache", @@ -5855,60 +5342,60 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:33,571", - "created": 1755278013.571754, + "asctime": "2025-08-27 18:19:38,140", + "created": 1756311578.140416, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 237, + "lineno": 235, "message": "Cache file does not exists (yet).", "module": "__init__", - "msecs": 571.0, + "msecs": 140.0, "msg": "Cache file does not exists (yet).", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6102.054507, + "relativeCreated": 5081.749403, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ - "['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']" + "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2025-08-15 19:13:33,571", - "created": 1755278013.5718613, + "asctime": "2025-08-27 18:19:38,140", + "created": 1756311578.1405146, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 246, - "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']", + "lineno": 244, + "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 571.0, + "msecs": 140.0, "msg": "Loading all data from source - %s", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6102.161927, + "relativeCreated": 5081.847922, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2025-08-15 19:13:33,572", - "created": 1755278013.5728893, + "asctime": "2025-08-27 18:19:38,141", + "created": 1756311578.1414528, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -5917,39 +5404,39 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 572.0, + "msecs": 141.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6103.190036, + "relativeCreated": 5082.786372, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 573.0, + "msecs": 141.0, "msg": "Prepare: First usage of %s with a class holding the data to be cached", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_dump_cache.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6103.3528, + "relativeCreated": 5082.94432, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.0001628398895263672 + "time_consumption": 0.00015807151794433594 }, { "args": [ "'string'", "" ], - "asctime": "2025-08-15 19:13:33,573", - "created": 1755278013.5737438, + "asctime": "2025-08-27 18:19:38,142", + "created": 1756311578.1424754, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -5963,8 +5450,8 @@ "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2025-08-15 19:13:33,573", - "created": 1755278013.5733662, + "asctime": "2025-08-27 18:19:38,141", + "created": 1756311578.1419907, "exc_text": null, "filename": "__init__.py", "funcName": "_load_only", @@ -5973,42 +5460,42 @@ "lineno": 296, "message": "Loading properties from cache (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 573.0, + "msecs": 141.0, "msg": "Loading properties from cache (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6103.666828, + "relativeCreated": 5083.324021, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "str" ], - "asctime": "2025-08-15 19:13:33,573", - "created": 1755278013.5734925, + "asctime": "2025-08-27 18:19:38,142", + "created": 1756311578.1421692, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'str' from cache", "module": "__init__", - "msecs": 573.0, + "msecs": 142.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6103.793085, + "relativeCreated": 5083.502854, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -6017,8 +5504,8 @@ "'string'", "" ], - "asctime": "2025-08-15 19:13:33,573", - "created": 1755278013.573588, + "asctime": "2025-08-27 18:19:38,142", + "created": 1756311578.1422915, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -6027,16 +5514,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=str): 'string' ()", "module": "test", - "msecs": 573.0, + "msecs": 142.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6103.888689, + "relativeCreated": 5083.625003, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -6046,8 +5533,8 @@ "'string'", "" ], - "asctime": "2025-08-15 19:13:33,573", - "created": 1755278013.5736687, + "asctime": "2025-08-27 18:19:38,142", + "created": 1756311578.142368, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -6056,39 +5543,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=str): result = 'string' ()", "module": "test", - "msecs": 573.0, + "msecs": 142.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6103.969317, + "relativeCreated": 5083.701359, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 573.0, + "msecs": 142.0, "msg": "Data from cached instance with key=str is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6104.044471, + "relativeCreated": 5083.808702, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 7.510185241699219e-05 + "time_consumption": 0.00010728836059570312 }, { "args": [ "'unicode'", "" ], - "asctime": "2025-08-15 19:13:33,574", - "created": 1755278013.574114, + "asctime": "2025-08-27 18:19:38,142", + "created": 1756311578.1429582, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -6102,26 +5589,26 @@ "args": [ "unicode" ], - "asctime": "2025-08-15 19:13:33,573", - "created": 1755278013.573878, + "asctime": "2025-08-27 18:19:38,142", + "created": 1756311578.142647, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'unicode' from cache", "module": "__init__", - "msecs": 573.0, + "msecs": 142.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6104.178499, + "relativeCreated": 5083.980437, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -6130,8 +5617,8 @@ "'unicode'", "" ], - "asctime": "2025-08-15 19:13:33,573", - "created": 1755278013.573968, + "asctime": "2025-08-27 18:19:38,142", + "created": 1756311578.1427577, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -6140,16 +5627,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=unicode): 'unicode' ()", "module": "test", - "msecs": 573.0, + "msecs": 142.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6104.268385, + "relativeCreated": 5084.091193, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -6159,8 +5646,8 @@ "'unicode'", "" ], - "asctime": "2025-08-15 19:13:33,574", - "created": 1755278013.5740416, + "asctime": "2025-08-27 18:19:38,142", + "created": 1756311578.142882, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -6169,39 +5656,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=unicode): result = 'unicode' ()", "module": "test", - "msecs": 574.0, + "msecs": 142.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6104.342109, + "relativeCreated": 5084.215547, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 574.0, + "msecs": 142.0, "msg": "Data from cached instance with key=unicode is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6104.414769, + "relativeCreated": 5084.291561, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 7.2479248046875e-05 + "time_consumption": 7.605552673339844e-05 }, { "args": [ "17", "" ], - "asctime": "2025-08-15 19:13:33,574", - "created": 1755278013.5744777, + "asctime": "2025-08-27 18:19:38,143", + "created": 1756311578.1433077, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -6215,26 +5702,26 @@ "args": [ "integer" ], - "asctime": "2025-08-15 19:13:33,574", - "created": 1755278013.5742383, + "asctime": "2025-08-27 18:19:38,143", + "created": 1756311578.1430824, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'integer' from cache", "module": "__init__", - "msecs": 574.0, + "msecs": 143.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6104.538793, + "relativeCreated": 5084.416079, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -6243,8 +5730,8 @@ "17", "" ], - "asctime": "2025-08-15 19:13:33,574", - "created": 1755278013.5743256, + "asctime": "2025-08-27 18:19:38,143", + "created": 1756311578.1431675, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -6253,16 +5740,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=integer): 17 ()", "module": "test", - "msecs": 574.0, + "msecs": 143.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6104.626005, + "relativeCreated": 5084.500976, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -6272,8 +5759,8 @@ "17", "" ], - "asctime": "2025-08-15 19:13:33,574", - "created": 1755278013.5744038, + "asctime": "2025-08-27 18:19:38,143", + "created": 1756311578.1432402, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -6282,39 +5769,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=integer): result = 17 ()", "module": "test", - "msecs": 574.0, + "msecs": 143.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6104.704461, + "relativeCreated": 5084.573602, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 574.0, + "msecs": 143.0, "msg": "Data from cached instance with key=integer is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6104.778118, + "relativeCreated": 5084.641248, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 7.390975952148438e-05 + "time_consumption": 6.747245788574219e-05 }, { "args": [ "3.14159", "" ], - "asctime": "2025-08-15 19:13:33,574", - "created": 1755278013.5748644, + "asctime": "2025-08-27 18:19:38,143", + "created": 1756311578.143664, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -6328,26 +5815,26 @@ "args": [ "float" ], - "asctime": "2025-08-15 19:13:33,574", - "created": 1755278013.5746167, + "asctime": "2025-08-27 18:19:38,143", + "created": 1756311578.1434321, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'float' from cache", "module": "__init__", - "msecs": 574.0, + "msecs": 143.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6104.917098, + "relativeCreated": 5084.765774, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -6356,8 +5843,8 @@ "3.14159", "" ], - "asctime": "2025-08-15 19:13:33,574", - "created": 1755278013.5747151, + "asctime": "2025-08-27 18:19:38,143", + "created": 1756311578.1435208, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -6366,16 +5853,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=float): 3.14159 ()", "module": "test", - "msecs": 574.0, + "msecs": 143.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6105.015641, + "relativeCreated": 5084.854136, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -6385,8 +5872,8 @@ "3.14159", "" ], - "asctime": "2025-08-15 19:13:33,574", - "created": 1755278013.574792, + "asctime": "2025-08-27 18:19:38,143", + "created": 1756311578.1435907, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -6395,39 +5882,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=float): result = 3.14159 ()", "module": "test", - "msecs": 574.0, + "msecs": 143.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6105.092614, + "relativeCreated": 5084.924039, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 574.0, + "msecs": 143.0, "msg": "Data from cached instance with key=float is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6105.165103, + "relativeCreated": 5084.99722, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 7.2479248046875e-05 + "time_consumption": 7.319450378417969e-05 }, { "args": [ "[1, 'two', '3', 4]", "" ], - "asctime": "2025-08-15 19:13:33,575", - "created": 1755278013.5752733, + "asctime": "2025-08-27 18:19:38,144", + "created": 1756311578.1441152, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -6441,26 +5928,26 @@ "args": [ "list" ], - "asctime": "2025-08-15 19:13:33,574", - "created": 1755278013.574989, + "asctime": "2025-08-27 18:19:38,143", + "created": 1756311578.143784, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'list' from cache", "module": "__init__", - "msecs": 574.0, + "msecs": 143.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6105.289684, + "relativeCreated": 5085.117357, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -6469,8 +5956,8 @@ "[ 1, 'two', '3', 4 ]", "" ], - "asctime": "2025-08-15 19:13:33,575", - "created": 1755278013.5750868, + "asctime": "2025-08-27 18:19:38,143", + "created": 1756311578.143906, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -6479,16 +5966,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=list): [ 1, 'two', '3', 4 ] ()", "module": "test", - "msecs": 575.0, + "msecs": 143.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6105.38757, + "relativeCreated": 5085.239439, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -6498,8 +5985,8 @@ "[ 1, 'two', '3', 4 ]", "" ], - "asctime": "2025-08-15 19:13:33,575", - "created": 1755278013.575177, + "asctime": "2025-08-27 18:19:38,143", + "created": 1756311578.1439855, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -6508,39 +5995,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=list): result = [ 1, 'two', '3', 4 ] ()", "module": "test", - "msecs": 575.0, + "msecs": 143.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6105.477636, + "relativeCreated": 5085.318767, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 575.0, + "msecs": 144.0, "msg": "Data from cached instance with key=list is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6105.573823, + "relativeCreated": 5085.448711, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 9.632110595703125e-05 + "time_consumption": 0.00012969970703125 }, { "args": [ "{'1': 1, '2': 'two', '3': '3', '4': 4}", "" ], - "asctime": "2025-08-15 19:13:33,575", - "created": 1755278013.5756817, + "asctime": "2025-08-27 18:19:38,144", + "created": 1756311578.1445236, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -6554,26 +6041,26 @@ "args": [ "dict" ], - "asctime": "2025-08-15 19:13:33,575", - "created": 1755278013.575399, + "asctime": "2025-08-27 18:19:38,144", + "created": 1756311578.1442463, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'dict' from cache", "module": "__init__", - "msecs": 575.0, + "msecs": 144.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6105.699422, + "relativeCreated": 5085.579808, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -6582,8 +6069,8 @@ "{ '1': 1, '2': 'two', '3': '3', '4': 4 }", "" ], - "asctime": "2025-08-15 19:13:33,575", - "created": 1755278013.5754979, + "asctime": "2025-08-27 18:19:38,144", + "created": 1756311578.144342, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -6592,16 +6079,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=dict): { '1': 1, '2': 'two', '3': '3', '4': 4 } ()", "module": "test", - "msecs": 575.0, + "msecs": 144.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6105.798694, + "relativeCreated": 5085.675504, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -6611,8 +6098,8 @@ "{ '1': 1, '2': 'two', '3': '3', '4': 4 }", "" ], - "asctime": "2025-08-15 19:13:33,575", - "created": 1755278013.5755827, + "asctime": "2025-08-27 18:19:38,144", + "created": 1756311578.144423, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -6621,152 +6108,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=dict): result = { '1': 1, '2': 'two', '3': '3', '4': 4 } ()", "module": "test", - "msecs": 575.0, + "msecs": 144.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6105.883216, + "relativeCreated": 5085.756326, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 575.0, + "msecs": 144.0, "msg": "Data from cached instance with key=dict is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 6105.982488, + "relativeCreated": 5085.856949, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 9.894371032714844e-05 - }, - { - "args": [ - "None", - "" - ], - "asctime": "2025-08-15 19:13:33,576", - "created": 1755278013.5760808, - "exc_text": null, - "filename": "test.py", - "funcName": "equivalency_chk", - "levelname": "INFO", - "levelno": 20, - "lineno": 184, - "message": "Data from cached instance with key=none is correct (Content None and Type is ).", - "module": "test", - "moduleLogger": [ - { - "args": [ - "none" - ], - "asctime": "2025-08-15 19:13:33,575", - "created": 1755278013.575828, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 157, - "message": "Providing property for 'none' from cache", - "module": "__init__", - "msecs": 575.0, - "msg": "Providing property for '%s' from cache", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 6106.12853, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=none", - "None", - "" - ], - "asctime": "2025-08-15 19:13:33,575", - "created": 1755278013.5759206, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_result__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 22, - "message": "Result (Data from cached instance with key=none): None ()", - "module": "test", - "msecs": 575.0, - "msg": "Result (%s): %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 6106.22125, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=none", - "=", - "None", - "" - ], - "asctime": "2025-08-15 19:13:33,575", - "created": 1755278013.5759969, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_expectation__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 26, - "message": "Expectation (Data from cached instance with key=none): result = None ()", - "module": "test", - "msecs": 575.0, - "msg": "Expectation (%s): result %s %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 6106.297521, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - } - ], - "msecs": 576.0, - "msg": "Data from cached instance with key=none is correct (Content %s and Type is %s).", - "name": "__tLogger__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 6106.381442, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread", - "time_consumption": 8.392333984375e-05 + "time_consumption": 0.00010061264038085938 }, { "args": [ "'__string__'", "" ], - "asctime": "2025-08-15 19:13:35,579", - "created": 1755278015.5790389, + "asctime": "2025-08-27 18:19:40,146", + "created": 1756311580.1464038, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -6778,88 +6152,88 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:35,576", - "created": 1755278015.576648, + "asctime": "2025-08-27 18:19:40,144", + "created": 1756311580.144852, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 154, + "lineno": 152, "message": "The cached value is old, cached value will be ignored", "module": "__init__", - "msecs": 576.0, + "msecs": 144.0, "msg": "The cached value is old, cached value will be ignored", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8106.948554, + "relativeCreated": 7086.185488, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "str" ], - "asctime": "2025-08-15 19:13:35,576", - "created": 1755278015.5769112, + "asctime": "2025-08-27 18:19:40,145", + "created": 1756311580.145024, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='str' from source instance", "module": "__init__", - "msecs": 576.0, + "msecs": 145.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8107.211635, + "relativeCreated": 7086.357372, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "str", "__string__", - 1755278015 + 1756311580 ], - "asctime": "2025-08-15 19:13:35,577", - "created": 1755278015.5770895, + "asctime": "2025-08-27 18:19:40,145", + "created": 1756311580.1451194, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 167, - "message": "Adding key=str, value=__string__ with timestamp=1755278015 to chache", + "lineno": 165, + "message": "Adding key=str, value=__string__ with timestamp=1756311580 to chache", "module": "__init__", - "msecs": 577.0, + "msecs": 145.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8107.390044, + "relativeCreated": 7086.45292, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2025-08-15 19:13:35,578", - "created": 1755278015.5782278, + "asctime": "2025-08-27 18:19:40,145", + "created": 1756311580.1458678, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -6868,16 +6242,16 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 578.0, + "msecs": 145.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8108.52823, + "relativeCreated": 7087.201159, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -6886,8 +6260,8 @@ "'__string__'", "" ], - "asctime": "2025-08-15 19:13:35,578", - "created": 1755278015.578709, + "asctime": "2025-08-27 18:19:40,146", + "created": 1756311580.146206, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -6896,16 +6270,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=str): '__string__' ()", "module": "test", - "msecs": 578.0, + "msecs": 146.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8109.009666, + "relativeCreated": 7087.539366, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -6915,8 +6289,8 @@ "'__string__'", "" ], - "asctime": "2025-08-15 19:13:35,578", - "created": 1755278015.5788894, + "asctime": "2025-08-27 18:19:40,146", + "created": 1756311580.1463184, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -6925,39 +6299,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=str): result = '__string__' ()", "module": "test", - "msecs": 578.0, + "msecs": 146.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8109.190007, + "relativeCreated": 7087.651757, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 579.0, + "msecs": 146.0, "msg": "Data from cached instance with key=str is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8109.339645, + "relativeCreated": 7087.737372, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.0001494884490966797 + "time_consumption": 8.535385131835938e-05 }, { "args": [ "'__unicode__'", "" ], - "asctime": "2025-08-15 19:13:35,581", - "created": 1755278015.5813293, + "asctime": "2025-08-27 18:19:40,149", + "created": 1756311580.1493769, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -6969,88 +6343,88 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:35,579", - "created": 1755278015.5793247, + "asctime": "2025-08-27 18:19:40,146", + "created": 1756311580.1465917, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 154, + "lineno": 152, "message": "The cached value is old, cached value will be ignored", "module": "__init__", - "msecs": 579.0, + "msecs": 146.0, "msg": "The cached value is old, cached value will be ignored", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8109.625402, + "relativeCreated": 7087.925215, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "unicode" ], - "asctime": "2025-08-15 19:13:35,579", - "created": 1755278015.5795116, + "asctime": "2025-08-27 18:19:40,146", + "created": 1756311580.1466725, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='unicode' from source instance", "module": "__init__", - "msecs": 579.0, + "msecs": 146.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8109.812074, + "relativeCreated": 7088.005751, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "unicode", "__unicode__", - 1755278015 + 1756311580 ], - "asctime": "2025-08-15 19:13:35,579", - "created": 1755278015.5796602, + "asctime": "2025-08-27 18:19:40,146", + "created": 1756311580.1467643, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 167, - "message": "Adding key=unicode, value=__unicode__ with timestamp=1755278015 to chache", + "lineno": 165, + "message": "Adding key=unicode, value=__unicode__ with timestamp=1756311580 to chache", "module": "__init__", - "msecs": 579.0, + "msecs": 146.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8109.960825, + "relativeCreated": 7088.097756, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2025-08-15 19:13:35,580", - "created": 1755278015.5806477, + "asctime": "2025-08-27 18:19:40,148", + "created": 1756311580.1488853, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -7059,16 +6433,16 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 580.0, + "msecs": 148.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8110.948326, + "relativeCreated": 7090.218616, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -7077,8 +6451,8 @@ "'__unicode__'", "" ], - "asctime": "2025-08-15 19:13:35,581", - "created": 1755278015.5810158, + "asctime": "2025-08-27 18:19:40,149", + "created": 1756311580.149177, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -7087,16 +6461,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=unicode): '__unicode__' ()", "module": "test", - "msecs": 581.0, + "msecs": 149.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8111.316393, + "relativeCreated": 7090.510486, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -7106,8 +6480,8 @@ "'__unicode__'", "" ], - "asctime": "2025-08-15 19:13:35,581", - "created": 1755278015.5811868, + "asctime": "2025-08-27 18:19:40,149", + "created": 1756311580.1492913, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -7116,39 +6490,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=unicode): result = '__unicode__' ()", "module": "test", - "msecs": 581.0, + "msecs": 149.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8111.487496, + "relativeCreated": 7090.624862, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 581.0, + "msecs": 149.0, "msg": "Data from cached instance with key=unicode is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8111.629908, + "relativeCreated": 7090.710334, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.00014257431030273438 + "time_consumption": 8.559226989746094e-05 }, { "args": [ "34", "" ], - "asctime": "2025-08-15 19:13:35,583", - "created": 1755278015.583567, + "asctime": "2025-08-27 18:19:40,150", + "created": 1756311580.1507525, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -7160,88 +6534,88 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:35,581", - "created": 1755278015.5815942, + "asctime": "2025-08-27 18:19:40,149", + "created": 1756311580.1495612, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 154, + "lineno": 152, "message": "The cached value is old, cached value will be ignored", "module": "__init__", - "msecs": 581.0, + "msecs": 149.0, "msg": "The cached value is old, cached value will be ignored", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8111.894668, + "relativeCreated": 7090.894582, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "integer" ], - "asctime": "2025-08-15 19:13:35,581", - "created": 1755278015.5817366, + "asctime": "2025-08-27 18:19:40,149", + "created": 1756311580.1496503, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='integer' from source instance", "module": "__init__", - "msecs": 581.0, + "msecs": 149.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8112.037026, + "relativeCreated": 7090.983904, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "integer", 34, - 1755278015 + 1756311580 ], - "asctime": "2025-08-15 19:13:35,581", - "created": 1755278015.581876, + "asctime": "2025-08-27 18:19:40,149", + "created": 1756311580.1497312, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 167, - "message": "Adding key=integer, value=34 with timestamp=1755278015 to chache", + "lineno": 165, + "message": "Adding key=integer, value=34 with timestamp=1756311580 to chache", "module": "__init__", - "msecs": 581.0, + "msecs": 149.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8112.176614, + "relativeCreated": 7091.064569, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2025-08-15 19:13:35,582", - "created": 1755278015.5828655, + "asctime": "2025-08-27 18:19:40,150", + "created": 1756311580.1503506, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -7250,16 +6624,16 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 582.0, + "msecs": 150.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8113.16611, + "relativeCreated": 7091.684165, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -7268,8 +6642,8 @@ "34", "" ], - "asctime": "2025-08-15 19:13:35,583", - "created": 1755278015.5832543, + "asctime": "2025-08-27 18:19:40,150", + "created": 1756311580.150566, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -7278,16 +6652,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=integer): 34 ()", "module": "test", - "msecs": 583.0, + "msecs": 150.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8113.55484, + "relativeCreated": 7091.899565, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -7297,8 +6671,8 @@ "34", "" ], - "asctime": "2025-08-15 19:13:35,583", - "created": 1755278015.5834255, + "asctime": "2025-08-27 18:19:40,150", + "created": 1756311580.1506705, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -7307,39 +6681,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=integer): result = 34 ()", "module": "test", - "msecs": 583.0, + "msecs": 150.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8113.726232, + "relativeCreated": 7092.004076, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 583.0, + "msecs": 150.0, "msg": "Data from cached instance with key=integer is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8113.867462, + "relativeCreated": 7092.085932, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.00014138221740722656 + "time_consumption": 8.20159912109375e-05 }, { "args": [ "2.71828", "" ], - "asctime": "2025-08-15 19:13:35,585", - "created": 1755278015.5851402, + "asctime": "2025-08-27 18:19:40,151", + "created": 1756311580.1519992, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -7351,88 +6725,88 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:35,583", - "created": 1755278015.5838108, + "asctime": "2025-08-27 18:19:40,150", + "created": 1756311580.1509123, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 154, + "lineno": 152, "message": "The cached value is old, cached value will be ignored", "module": "__init__", - "msecs": 583.0, + "msecs": 150.0, "msg": "The cached value is old, cached value will be ignored", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8114.111349, + "relativeCreated": 7092.245623, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "float" ], - "asctime": "2025-08-15 19:13:35,583", - "created": 1755278015.583953, + "asctime": "2025-08-27 18:19:40,150", + "created": 1756311580.1509883, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='float' from source instance", "module": "__init__", - "msecs": 583.0, + "msecs": 150.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8114.253478, + "relativeCreated": 7092.3217, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "float", 2.71828, - 1755278015 + 1756311580 ], - "asctime": "2025-08-15 19:13:35,584", - "created": 1755278015.5840976, + "asctime": "2025-08-27 18:19:40,151", + "created": 1756311580.1510599, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 167, - "message": "Adding key=float, value=2.71828 with timestamp=1755278015 to chache", + "lineno": 165, + "message": "Adding key=float, value=2.71828 with timestamp=1756311580 to chache", "module": "__init__", - "msecs": 584.0, + "msecs": 151.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8114.3982, + "relativeCreated": 7092.393426, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2025-08-15 19:13:35,584", - "created": 1755278015.5848284, + "asctime": "2025-08-27 18:19:40,151", + "created": 1756311580.151608, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -7441,16 +6815,16 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 584.0, + "msecs": 151.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8115.12914, + "relativeCreated": 7092.941552, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -7459,8 +6833,8 @@ "2.71828", "" ], - "asctime": "2025-08-15 19:13:35,584", - "created": 1755278015.5849936, + "asctime": "2025-08-27 18:19:40,151", + "created": 1756311580.1518292, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -7469,16 +6843,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=float): 2.71828 ()", "module": "test", - "msecs": 584.0, + "msecs": 151.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8115.294077, + "relativeCreated": 7093.162747, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -7488,8 +6862,8 @@ "2.71828", "" ], - "asctime": "2025-08-15 19:13:35,585", - "created": 1755278015.5850728, + "asctime": "2025-08-27 18:19:40,151", + "created": 1756311580.1519253, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -7498,39 +6872,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=float): result = 2.71828 ()", "module": "test", - "msecs": 585.0, + "msecs": 151.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8115.373174, + "relativeCreated": 7093.258697, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 585.0, + "msecs": 151.0, "msg": "Data from cached instance with key=float is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8115.440705, + "relativeCreated": 7093.332783, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 6.747245788574219e-05 + "time_consumption": 7.390975952148438e-05 }, { "args": [ "['one', 2, 3, '4']", "" ], - "asctime": "2025-08-15 19:13:35,586", - "created": 1755278015.5861917, + "asctime": "2025-08-27 18:19:40,153", + "created": 1756311580.153233, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -7542,52 +6916,52 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:35,585", - "created": 1755278015.585251, + "asctime": "2025-08-27 18:19:40,152", + "created": 1756311580.1521304, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 154, + "lineno": 152, "message": "The cached value is old, cached value will be ignored", "module": "__init__", - "msecs": 585.0, + "msecs": 152.0, "msg": "The cached value is old, cached value will be ignored", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8115.551624, + "relativeCreated": 7093.463661, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "list" ], - "asctime": "2025-08-15 19:13:35,585", - "created": 1755278015.5853148, + "asctime": "2025-08-27 18:19:40,152", + "created": 1756311580.152205, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='list' from source instance", "module": "__init__", - "msecs": 585.0, + "msecs": 152.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8115.615549, + "relativeCreated": 7093.538547, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -7599,36 +6973,36 @@ 3, "4" ], - 1755278015 + 1756311580 ], - "asctime": "2025-08-15 19:13:35,585", - "created": 1755278015.5853791, + "asctime": "2025-08-27 18:19:40,152", + "created": 1756311580.1523092, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 167, - "message": "Adding key=list, value=['one', 2, 3, '4'] with timestamp=1755278015 to chache", + "lineno": 165, + "message": "Adding key=list, value=['one', 2, 3, '4'] with timestamp=1756311580 to chache", "module": "__init__", - "msecs": 585.0, + "msecs": 152.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8115.679768, + "relativeCreated": 7093.642688, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2025-08-15 19:13:35,585", - "created": 1755278015.585832, + "asctime": "2025-08-27 18:19:40,152", + "created": 1756311580.1528375, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -7637,16 +7011,16 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 585.0, + "msecs": 152.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8116.132912, + "relativeCreated": 7094.171038, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -7655,8 +7029,8 @@ "[ 'one', 2, 3, '4' ]", "" ], - "asctime": "2025-08-15 19:13:35,586", - "created": 1755278015.5860095, + "asctime": "2025-08-27 18:19:40,153", + "created": 1756311580.153027, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -7665,16 +7039,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=list): [ 'one', 2, 3, '4' ] ()", "module": "test", - "msecs": 586.0, + "msecs": 153.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8116.310249, + "relativeCreated": 7094.360622, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -7684,8 +7058,8 @@ "[ 'one', 2, 3, '4' ]", "" ], - "asctime": "2025-08-15 19:13:35,586", - "created": 1755278015.5861018, + "asctime": "2025-08-27 18:19:40,153", + "created": 1756311580.1531296, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -7694,39 +7068,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=list): result = [ 'one', 2, 3, '4' ] ()", "module": "test", - "msecs": 586.0, + "msecs": 153.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8116.402277, + "relativeCreated": 7094.462934, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 586.0, + "msecs": 153.0, "msg": "Data from cached instance with key=list is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8116.492126, + "relativeCreated": 7094.566702, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 8.988380432128906e-05 + "time_consumption": 0.00010347366333007812 }, { "args": [ "{'1': '1', '2': 2, '3': 'three', '4': '4'}", "" ], - "asctime": "2025-08-15 19:13:35,587", - "created": 1755278015.587259, + "asctime": "2025-08-27 18:19:40,154", + "created": 1756311580.154519, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -7738,52 +7112,52 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:35,586", - "created": 1755278015.5863082, + "asctime": "2025-08-27 18:19:40,153", + "created": 1756311580.153378, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 154, + "lineno": 152, "message": "The cached value is old, cached value will be ignored", "module": "__init__", - "msecs": 586.0, + "msecs": 153.0, "msg": "The cached value is old, cached value will be ignored", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8116.608837, + "relativeCreated": 7094.711403, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "dict" ], - "asctime": "2025-08-15 19:13:35,586", - "created": 1755278015.5863752, + "asctime": "2025-08-27 18:19:40,153", + "created": 1756311580.1534595, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='dict' from source instance", "module": "__init__", - "msecs": 586.0, + "msecs": 153.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8116.675802, + "relativeCreated": 7094.793053, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -7795,36 +7169,36 @@ "3": "three", "4": "4" }, - 1755278015 + 1756311580 ], - "asctime": "2025-08-15 19:13:35,586", - "created": 1755278015.58644, + "asctime": "2025-08-27 18:19:40,153", + "created": 1756311580.1535337, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 167, - "message": "Adding key=dict, value={'1': '1', '2': 2, '3': 'three', '4': '4'} with timestamp=1755278015 to chache", + "lineno": 165, + "message": "Adding key=dict, value={'1': '1', '2': 2, '3': 'three', '4': '4'} with timestamp=1756311580 to chache", "module": "__init__", - "msecs": 586.0, + "msecs": 153.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8116.740796, + "relativeCreated": 7094.867134, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2025-08-15 19:13:35,586", - "created": 1755278015.586892, + "asctime": "2025-08-27 18:19:40,154", + "created": 1756311580.1541173, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -7833,16 +7207,16 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 586.0, + "msecs": 154.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8117.192273, + "relativeCreated": 7095.450797, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -7851,8 +7225,8 @@ "{ '1': '1', '2': 2, '3': 'three', '4': '4' }", "" ], - "asctime": "2025-08-15 19:13:35,587", - "created": 1755278015.587077, + "asctime": "2025-08-27 18:19:40,154", + "created": 1756311580.1543162, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -7861,16 +7235,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=dict): { '1': '1', '2': 2, '3': 'three', '4': '4' } ()", "module": "test", - "msecs": 587.0, + "msecs": 154.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8117.377539, + "relativeCreated": 7095.649797, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -7880,8 +7254,8 @@ "{ '1': '1', '2': 2, '3': 'three', '4': '4' }", "" ], - "asctime": "2025-08-15 19:13:35,587", - "created": 1755278015.5871673, + "asctime": "2025-08-27 18:19:40,154", + "created": 1756311580.1544147, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -7890,257 +7264,66 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=dict): result = { '1': '1', '2': 2, '3': 'three', '4': '4' } ()", "module": "test", - "msecs": 587.0, + "msecs": 154.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8117.467875, + "relativeCreated": 7095.748014, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 587.0, + "msecs": 154.0, "msg": "Data from cached instance with key=dict is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8117.559831, + "relativeCreated": 7095.852504, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 9.179115295410156e-05 - }, - { - "args": [ - "'not None'", - "" - ], - "asctime": "2025-08-15 19:13:35,588", - "created": 1755278015.5882623, - "exc_text": null, - "filename": "test.py", - "funcName": "equivalency_chk", - "levelname": "INFO", - "levelno": 20, - "lineno": 184, - "message": "Data from cached instance with key=none is correct (Content 'not None' and Type is ).", - "module": "test", - "moduleLogger": [ - { - "args": [], - "asctime": "2025-08-15 19:13:35,587", - "created": 1755278015.587377, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 154, - "message": "The cached value is old, cached value will be ignored", - "module": "__init__", - "msecs": 587.0, - "msg": "The cached value is old, cached value will be ignored", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8117.677645, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "none" - ], - "asctime": "2025-08-15 19:13:35,587", - "created": 1755278015.5874438, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 163, - "message": "Loading property for key='none' from source instance", - "module": "__init__", - "msecs": 587.0, - "msg": "Loading property for key='%s' from source instance", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8117.744249, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "none", - "not None", - 1755278015 - ], - "asctime": "2025-08-15 19:13:35,587", - "created": 1755278015.5875092, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 167, - "message": "Adding key=none, value=not None with timestamp=1755278015 to chache", - "module": "__init__", - "msecs": 587.0, - "msg": "Adding key=%s, value=%s with timestamp=%d to chache", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8117.809818, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" - ], - "asctime": "2025-08-15 19:13:35,587", - "created": 1755278015.5879579, - "exc_text": null, - "filename": "__init__.py", - "funcName": "_save_only", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 301, - "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", - "module": "__init__", - "msecs": 587.0, - "msg": "cache-file stored (%s)", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8118.258333, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=none", - "'not None'", - "" - ], - "asctime": "2025-08-15 19:13:35,588", - "created": 1755278015.5881202, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_result__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 22, - "message": "Result (Data from cached instance with key=none): 'not None' ()", - "module": "test", - "msecs": 588.0, - "msg": "Result (%s): %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8118.420952, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=none", - "=", - "'not None'", - "" - ], - "asctime": "2025-08-15 19:13:35,588", - "created": 1755278015.5881977, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_expectation__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 26, - "message": "Expectation (Data from cached instance with key=none): result = 'not None' ()", - "module": "test", - "msecs": 588.0, - "msg": "Expectation (%s): result %s %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8118.498341, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - } - ], - "msecs": 588.0, - "msg": "Data from cached instance with key=none is correct (Content %s and Type is %s).", - "name": "__tLogger__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8118.562937, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread", - "time_consumption": 6.461143493652344e-05 + "time_consumption": 0.00010442733764648438 } ], - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 2.0170533657073975, - "time_finished": "2025-08-15 19:13:35,588", - "time_start": "2025-08-15 19:13:33,571" + "time_consumption": 2.014587879180908, + "time_finished": "2025-08-27 18:19:40,154", + "time_start": "2025-08-27 18:19:38,139" }, "REQ-0007": { "args": null, - "asctime": "2025-08-15 19:13:35,588", - "created": 1755278015.588547, + "asctime": "2025-08-27 18:19:40,154", + "created": 1756311580.1548464, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 331, + "lineno": 329, "message": "REQ-0007", "module": "__init__", "moduleLogger": [], - "msecs": 588.0, + "msecs": 154.0, "msg": "REQ-0007", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/report/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8118.84767, + "relativeCreated": 7096.179975, "stack_info": null, "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:35,588", - "created": 1755278015.5888164, + "asctime": "2025-08-27 18:19:40,155", + "created": 1756311580.1551864, "exc_text": null, "filename": "test_helpers.py", "funcName": "clean", @@ -8152,8 +7335,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:35,588", - "created": 1755278015.5886943, + "asctime": "2025-08-27 18:19:40,155", + "created": 1756311580.1550217, "exc_text": null, "filename": "test_helpers.py", "funcName": "clean", @@ -8162,38 +7345,38 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 588.0, + "msecs": 155.0, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8118.994786, + "relativeCreated": 7096.355132, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 588.0, + "msecs": 155.0, "msg": "Prepare: Cleanup before testcase execution", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8119.117042, + "relativeCreated": 7096.519797, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.0001220703125 + "time_consumption": 0.0001647472381591797 }, { "args": [ "'property_cache_json'" ], - "asctime": "2025-08-15 19:13:35,590", - "created": 1755278015.5900893, + "asctime": "2025-08-27 18:19:40,156", + "created": 1756311580.1567554, "exc_text": null, "filename": "test_dump_cache.py", "funcName": "dump_cache", @@ -8205,60 +7388,60 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:35,588", - "created": 1755278015.5889554, + "asctime": "2025-08-27 18:19:40,155", + "created": 1756311580.1554186, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 237, + "lineno": 235, "message": "Cache file does not exists (yet).", "module": "__init__", - "msecs": 588.0, + "msecs": 155.0, "msg": "Cache file does not exists (yet).", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8119.256049, + "relativeCreated": 7096.752, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ - "['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']" + "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2025-08-15 19:13:35,589", - "created": 1755278015.5890493, + "asctime": "2025-08-27 18:19:40,155", + "created": 1756311580.1555862, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 246, - "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']", + "lineno": 244, + "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 589.0, + "msecs": 155.0, "msg": "Loading all data from source - %s", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8119.350017, + "relativeCreated": 7096.919651, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2025-08-15 19:13:35,589", - "created": 1755278015.5899591, + "asctime": "2025-08-27 18:19:40,156", + "created": 1756311580.156598, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -8267,39 +7450,39 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 589.0, + "msecs": 156.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8120.259902, + "relativeCreated": 7097.931392, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 590.0, + "msecs": 156.0, "msg": "Prepare: First usage of %s with a class holding the data to be cached", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_dump_cache.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8120.389707, + "relativeCreated": 7098.088802, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.00013017654418945312 + "time_consumption": 0.00015735626220703125 }, { "args": [ "'__string__'", "" ], - "asctime": "2025-08-15 19:13:35,591", - "created": 1755278015.591168, + "asctime": "2025-08-27 18:19:40,158", + "created": 1756311580.1580813, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -8313,8 +7496,8 @@ "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2025-08-15 19:13:35,590", - "created": 1755278015.5903463, + "asctime": "2025-08-27 18:19:40,157", + "created": 1756311580.157137, "exc_text": null, "filename": "__init__.py", "funcName": "_load_only", @@ -8323,1517 +7506,102 @@ "lineno": 296, "message": "Loading properties from cache (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 590.0, + "msecs": 157.0, "msg": "Loading properties from cache (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8120.646828, + "relativeCreated": 7098.470259, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [], - "asctime": "2025-08-15 19:13:35,590", - "created": 1755278015.5904567, - "exc_text": null, - "filename": "__init__.py", - "funcName": "_init_cache", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 213, - "message": "Data version increased, ignoring previous cache data", - "module": "__init__", - "msecs": 590.0, - "msg": "Data version increased, ignoring previous cache data", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8120.757416, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "str" - ], - "asctime": "2025-08-15 19:13:35,590", - "created": 1755278015.5905366, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 163, - "message": "Loading property for key='str' from source instance", - "module": "__init__", - "msecs": 590.0, - "msg": "Loading property for key='%s' from source instance", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8120.837287, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "str", - "__string__", - 1755278015 - ], - "asctime": "2025-08-15 19:13:35,590", - "created": 1755278015.590619, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 167, - "message": "Adding key=str, value=__string__ with timestamp=1755278015 to chache", - "module": "__init__", - "msecs": 590.0, - "msg": "Adding key=%s, value=%s with timestamp=%d to chache", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8120.919758, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" - ], - "asctime": "2025-08-15 19:13:35,590", - "created": 1755278015.5908654, - "exc_text": null, - "filename": "__init__.py", - "funcName": "_save_only", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 301, - "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", - "module": "__init__", - "msecs": 590.0, - "msg": "cache-file stored (%s)", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8121.165963, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=str", - "'__string__'", - "" - ], - "asctime": "2025-08-15 19:13:35,591", - "created": 1755278015.5910244, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_result__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 22, - "message": "Result (Data from cached instance with key=str): '__string__' ()", - "module": "test", - "msecs": 591.0, - "msg": "Result (%s): %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8121.325008, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=str", - "=", - "'__string__'", - "" - ], - "asctime": "2025-08-15 19:13:35,591", - "created": 1755278015.591102, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_expectation__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 26, - "message": "Expectation (Data from cached instance with key=str): result = '__string__' ()", - "module": "test", - "msecs": 591.0, - "msg": "Expectation (%s): result %s %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8121.402635, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - } - ], - "msecs": 591.0, - "msg": "Data from cached instance with key=str is correct (Content %s and Type is %s).", - "name": "__tLogger__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8121.468717, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread", - "time_consumption": 6.604194641113281e-05 - }, - { - "args": [ - "'__unicode__'", - "" - ], - "asctime": "2025-08-15 19:13:35,591", - "created": 1755278015.591927, - "exc_text": null, - "filename": "test.py", - "funcName": "equivalency_chk", - "levelname": "INFO", - "levelno": 20, - "lineno": 184, - "message": "Data from cached instance with key=unicode is correct (Content '__unicode__' and Type is ).", - "module": "test", - "moduleLogger": [ - { - "args": [ - "unicode" - ], - "asctime": "2025-08-15 19:13:35,591", - "created": 1755278015.5912812, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 163, - "message": "Loading property for key='unicode' from source instance", - "module": "__init__", - "msecs": 591.0, - "msg": "Loading property for key='%s' from source instance", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8121.581756, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "unicode", - "__unicode__", - 1755278015 - ], - "asctime": "2025-08-15 19:13:35,591", - "created": 1755278015.5913508, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 167, - "message": "Adding key=unicode, value=__unicode__ with timestamp=1755278015 to chache", - "module": "__init__", - "msecs": 591.0, - "msg": "Adding key=%s, value=%s with timestamp=%d to chache", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8121.651467, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" - ], - "asctime": "2025-08-15 19:13:35,591", - "created": 1755278015.5916233, - "exc_text": null, - "filename": "__init__.py", - "funcName": "_save_only", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 301, - "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", - "module": "__init__", - "msecs": 591.0, - "msg": "cache-file stored (%s)", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8121.924022, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=unicode", - "'__unicode__'", - "" - ], - "asctime": "2025-08-15 19:13:35,591", - "created": 1755278015.5917788, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_result__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 22, - "message": "Result (Data from cached instance with key=unicode): '__unicode__' ()", - "module": "test", - "msecs": 591.0, - "msg": "Result (%s): %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8122.079319, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=unicode", - "=", - "'__unicode__'", - "" - ], - "asctime": "2025-08-15 19:13:35,591", - "created": 1755278015.591861, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_expectation__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 26, - "message": "Expectation (Data from cached instance with key=unicode): result = '__unicode__' ()", - "module": "test", - "msecs": 591.0, - "msg": "Expectation (%s): result %s %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8122.161716, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - } - ], - "msecs": 591.0, - "msg": "Data from cached instance with key=unicode is correct (Content %s and Type is %s).", - "name": "__tLogger__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8122.227724, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread", - "time_consumption": 6.604194641113281e-05 - }, - { - "args": [ - "34", - "" - ], - "asctime": "2025-08-15 19:13:35,592", - "created": 1755278015.5926976, - "exc_text": null, - "filename": "test.py", - "funcName": "equivalency_chk", - "levelname": "INFO", - "levelno": 20, - "lineno": 184, - "message": "Data from cached instance with key=integer is correct (Content 34 and Type is ).", - "module": "test", - "moduleLogger": [ - { - "args": [ - "integer" - ], - "asctime": "2025-08-15 19:13:35,592", - "created": 1755278015.5920386, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 163, - "message": "Loading property for key='integer' from source instance", - "module": "__init__", - "msecs": 592.0, - "msg": "Loading property for key='%s' from source instance", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8122.339315, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "integer", - 34, - 1755278015 - ], - "asctime": "2025-08-15 19:13:35,592", - "created": 1755278015.592108, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 167, - "message": "Adding key=integer, value=34 with timestamp=1755278015 to chache", - "module": "__init__", - "msecs": 592.0, - "msg": "Adding key=%s, value=%s with timestamp=%d to chache", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8122.408653, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" - ], - "asctime": "2025-08-15 19:13:35,592", - "created": 1755278015.5924025, - "exc_text": null, - "filename": "__init__.py", - "funcName": "_save_only", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 301, - "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", - "module": "__init__", - "msecs": 592.0, - "msg": "cache-file stored (%s)", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8122.702951, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=integer", - "34", - "" - ], - "asctime": "2025-08-15 19:13:35,592", - "created": 1755278015.592557, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_result__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 22, - "message": "Result (Data from cached instance with key=integer): 34 ()", - "module": "test", - "msecs": 592.0, - "msg": "Result (%s): %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8122.857711, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=integer", - "=", - "34", - "" - ], - "asctime": "2025-08-15 19:13:35,592", - "created": 1755278015.5926328, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_expectation__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 26, - "message": "Expectation (Data from cached instance with key=integer): result = 34 ()", - "module": "test", - "msecs": 592.0, - "msg": "Expectation (%s): result %s %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8122.933382, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - } - ], - "msecs": 592.0, - "msg": "Data from cached instance with key=integer is correct (Content %s and Type is %s).", - "name": "__tLogger__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8122.998279, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread", - "time_consumption": 6.4849853515625e-05 - }, - { - "args": [ - "2.71828", - "" - ], - "asctime": "2025-08-15 19:13:35,593", - "created": 1755278015.593511, - "exc_text": null, - "filename": "test.py", - "funcName": "equivalency_chk", - "levelname": "INFO", - "levelno": 20, - "lineno": 184, - "message": "Data from cached instance with key=float is correct (Content 2.71828 and Type is ).", - "module": "test", - "moduleLogger": [ - { - "args": [ - "float" - ], - "asctime": "2025-08-15 19:13:35,592", - "created": 1755278015.592817, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 163, - "message": "Loading property for key='float' from source instance", - "module": "__init__", - "msecs": 592.0, - "msg": "Loading property for key='%s' from source instance", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8123.11779, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "float", - 2.71828, - 1755278015 - ], - "asctime": "2025-08-15 19:13:35,592", - "created": 1755278015.5928888, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 167, - "message": "Adding key=float, value=2.71828 with timestamp=1755278015 to chache", - "module": "__init__", - "msecs": 592.0, - "msg": "Adding key=%s, value=%s with timestamp=%d to chache", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8123.189447, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" - ], - "asctime": "2025-08-15 19:13:35,593", - "created": 1755278015.593204, - "exc_text": null, - "filename": "__init__.py", - "funcName": "_save_only", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 301, - "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", - "module": "__init__", - "msecs": 593.0, - "msg": "cache-file stored (%s)", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8123.504579, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=float", - "2.71828", - "" - ], - "asctime": "2025-08-15 19:13:35,593", - "created": 1755278015.5933616, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_result__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 22, - "message": "Result (Data from cached instance with key=float): 2.71828 ()", - "module": "test", - "msecs": 593.0, - "msg": "Result (%s): %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8123.662256, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=float", - "=", - "2.71828", - "" - ], - "asctime": "2025-08-15 19:13:35,593", - "created": 1755278015.5934384, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_expectation__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 26, - "message": "Expectation (Data from cached instance with key=float): result = 2.71828 ()", - "module": "test", - "msecs": 593.0, - "msg": "Expectation (%s): result %s %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8123.739153, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - } - ], - "msecs": 593.0, - "msg": "Data from cached instance with key=float is correct (Content %s and Type is %s).", - "name": "__tLogger__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8123.811894, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread", - "time_consumption": 7.271766662597656e-05 - }, - { - "args": [ - "['one', 2, 3, '4']", - "" - ], - "asctime": "2025-08-15 19:13:35,594", - "created": 1755278015.594387, - "exc_text": null, - "filename": "test.py", - "funcName": "equivalency_chk", - "levelname": "INFO", - "levelno": 20, - "lineno": 184, - "message": "Data from cached instance with key=list is correct (Content ['one', 2, 3, '4'] and Type is ).", - "module": "test", - "moduleLogger": [ - { - "args": [ - "list" - ], - "asctime": "2025-08-15 19:13:35,593", - "created": 1755278015.5936282, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 163, - "message": "Loading property for key='list' from source instance", - "module": "__init__", - "msecs": 593.0, - "msg": "Loading property for key='%s' from source instance", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8123.928838, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "list", - [ - "one", - 2, - 3, - "4" - ], - 1755278015 - ], - "asctime": "2025-08-15 19:13:35,593", - "created": 1755278015.5936973, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 167, - "message": "Adding key=list, value=['one', 2, 3, '4'] with timestamp=1755278015 to chache", - "module": "__init__", - "msecs": 593.0, - "msg": "Adding key=%s, value=%s with timestamp=%d to chache", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8123.997985, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" - ], - "asctime": "2025-08-15 19:13:35,594", - "created": 1755278015.5940454, - "exc_text": null, - "filename": "__init__.py", - "funcName": "_save_only", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 301, - "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", - "module": "__init__", - "msecs": 594.0, - "msg": "cache-file stored (%s)", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8124.346119, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=list", - "[ 'one', 2, 3, '4' ]", - "" - ], - "asctime": "2025-08-15 19:13:35,594", - "created": 1755278015.5942123, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_result__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 22, - "message": "Result (Data from cached instance with key=list): [ 'one', 2, 3, '4' ] ()", - "module": "test", - "msecs": 594.0, - "msg": "Result (%s): %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8124.512913, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=list", - "=", - "[ 'one', 2, 3, '4' ]", - "" - ], - "asctime": "2025-08-15 19:13:35,594", - "created": 1755278015.5942962, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_expectation__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 26, - "message": "Expectation (Data from cached instance with key=list): result = [ 'one', 2, 3, '4' ] ()", - "module": "test", - "msecs": 594.0, - "msg": "Expectation (%s): result %s %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8124.596966, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - } - ], - "msecs": 594.0, - "msg": "Data from cached instance with key=list is correct (Content %s and Type is %s).", - "name": "__tLogger__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8124.687653, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread", - "time_consumption": 9.083747863769531e-05 - }, - { - "args": [ - "{'1': '1', '2': 2, '3': 'three', '4': '4'}", - "" - ], - "asctime": "2025-08-15 19:13:35,595", - "created": 1755278015.5955355, - "exc_text": null, - "filename": "test.py", - "funcName": "equivalency_chk", - "levelname": "INFO", - "levelno": 20, - "lineno": 184, - "message": "Data from cached instance with key=dict is correct (Content {'1': '1', '2': 2, '3': 'three', '4': '4'} and Type is ).", - "module": "test", - "moduleLogger": [ - { - "args": [ - "dict" - ], - "asctime": "2025-08-15 19:13:35,594", - "created": 1755278015.5945024, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 163, - "message": "Loading property for key='dict' from source instance", - "module": "__init__", - "msecs": 594.0, - "msg": "Loading property for key='%s' from source instance", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8124.802984, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "dict", - { - "1": "1", - "2": 2, - "3": "three", - "4": "4" - }, - 1755278015 - ], - "asctime": "2025-08-15 19:13:35,594", - "created": 1755278015.594573, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 167, - "message": "Adding key=dict, value={'1': '1', '2': 2, '3': 'three', '4': '4'} with timestamp=1755278015 to chache", - "module": "__init__", - "msecs": 594.0, - "msg": "Adding key=%s, value=%s with timestamp=%d to chache", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8124.873669, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" - ], - "asctime": "2025-08-15 19:13:35,595", - "created": 1755278015.595121, - "exc_text": null, - "filename": "__init__.py", - "funcName": "_save_only", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 301, - "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", - "module": "__init__", - "msecs": 595.0, - "msg": "cache-file stored (%s)", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8125.421471, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=dict", - "{ '1': '1', '2': 2, '3': 'three', '4': '4' }", - "" - ], - "asctime": "2025-08-15 19:13:35,595", - "created": 1755278015.595329, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_result__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 22, - "message": "Result (Data from cached instance with key=dict): { '1': '1', '2': 2, '3': 'three', '4': '4' } ()", - "module": "test", - "msecs": 595.0, - "msg": "Result (%s): %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8125.629596, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=dict", - "=", - "{ '1': '1', '2': 2, '3': 'three', '4': '4' }", - "" - ], - "asctime": "2025-08-15 19:13:35,595", - "created": 1755278015.5954328, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_expectation__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 26, - "message": "Expectation (Data from cached instance with key=dict): result = { '1': '1', '2': 2, '3': 'three', '4': '4' } ()", - "module": "test", - "msecs": 595.0, - "msg": "Expectation (%s): result %s %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8125.733315, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - } - ], - "msecs": 595.0, - "msg": "Data from cached instance with key=dict is correct (Content %s and Type is %s).", - "name": "__tLogger__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8125.836339, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread", - "time_consumption": 0.00010275840759277344 - }, - { - "args": [ - "'not None'", - "" - ], - "asctime": "2025-08-15 19:13:35,596", - "created": 1755278015.5966353, - "exc_text": null, - "filename": "test.py", - "funcName": "equivalency_chk", - "levelname": "INFO", - "levelno": 20, - "lineno": 184, - "message": "Data from cached instance with key=none is correct (Content 'not None' and Type is ).", - "module": "test", - "moduleLogger": [ - { - "args": [ - "none" - ], - "asctime": "2025-08-15 19:13:35,595", - "created": 1755278015.5956705, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 163, - "message": "Loading property for key='none' from source instance", - "module": "__init__", - "msecs": 595.0, - "msg": "Loading property for key='%s' from source instance", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8125.971218, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "none", - "not None", - 1755278015 - ], - "asctime": "2025-08-15 19:13:35,595", - "created": 1755278015.5957553, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 167, - "message": "Adding key=none, value=not None with timestamp=1755278015 to chache", - "module": "__init__", - "msecs": 595.0, - "msg": "Adding key=%s, value=%s with timestamp=%d to chache", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8126.05585, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" - ], - "asctime": "2025-08-15 19:13:35,596", - "created": 1755278015.5962732, - "exc_text": null, - "filename": "__init__.py", - "funcName": "_save_only", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 301, - "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", - "module": "__init__", - "msecs": 596.0, - "msg": "cache-file stored (%s)", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8126.57371, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=none", - "'not None'", - "" - ], - "asctime": "2025-08-15 19:13:35,596", - "created": 1755278015.596466, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_result__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 22, - "message": "Result (Data from cached instance with key=none): 'not None' ()", - "module": "test", - "msecs": 596.0, - "msg": "Result (%s): %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8126.766761, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=none", - "=", - "'not None'", - "" - ], - "asctime": "2025-08-15 19:13:35,596", - "created": 1755278015.5965583, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_expectation__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 26, - "message": "Expectation (Data from cached instance with key=none): result = 'not None' ()", - "module": "test", - "msecs": 596.0, - "msg": "Expectation (%s): result %s %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8126.858819, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - } - ], - "msecs": 596.0, - "msg": "Data from cached instance with key=none is correct (Content %s and Type is %s).", - "name": "__tLogger__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8126.936065, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread", - "time_consumption": 7.700920104980469e-05 - } - ], - "thread": 140171799056640, - "threadName": "MainThread", - "time_consumption": 0.008088350296020508, - "time_finished": "2025-08-15 19:13:35,596", - "time_start": "2025-08-15 19:13:35,588" - }, - "REQ-0008": { - "args": null, - "asctime": "2025-08-15 19:13:35,596", - "created": 1755278015.596902, - "exc_text": null, - "filename": "__init__.py", - "funcName": "testCase", - "levelname": "INFO", - "levelno": 20, - "lineno": 331, - "message": "REQ-0008", - "module": "__init__", - "moduleLogger": [], - "msecs": 596.0, - "msg": "REQ-0008", - "name": "__tLogger__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/report/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8127.202546, - "stack_info": null, - "taskName": null, - "testcaseLogger": [ - { - "args": [], - "asctime": "2025-08-15 19:13:35,597", - "created": 1755278015.5972064, - "exc_text": null, - "filename": "test_helpers.py", - "funcName": "clean", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 21, - "message": "Prepare: Cleanup before testcase execution", - "module": "test_helpers", - "moduleLogger": [ - { - "args": [], - "asctime": "2025-08-15 19:13:35,597", - "created": 1755278015.5970721, - "exc_text": null, - "filename": "test_helpers.py", - "funcName": "clean", - "levelname": "INFO", - "levelno": 20, - "lineno": 17, - "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", - "module": "test_helpers", - "msecs": 597.0, - "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8127.372832, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - } - ], - "msecs": 597.0, - "msg": "Prepare: Cleanup before testcase execution", - "name": "__tLogger__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8127.506814, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread", - "time_consumption": 0.0001342296600341797 - }, - { - "args": [ - "'property_cache_json'" - ], - "asctime": "2025-08-15 19:13:35,598", - "created": 1755278015.598651, - "exc_text": null, - "filename": "test_dump_cache.py", - "funcName": "dump_cache", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 52, - "message": "Prepare: First usage of 'property_cache_json' with a class holding the data to be cached", - "module": "test_dump_cache", - "moduleLogger": [ - { - "args": [], - "asctime": "2025-08-15 19:13:35,597", - "created": 1755278015.5973635, - "exc_text": null, - "filename": "__init__.py", - "funcName": "_load_cache", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 237, - "message": "Cache file does not exists (yet).", - "module": "__init__", - "msecs": 597.0, - "msg": "Cache file does not exists (yet).", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8127.664189, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']" - ], - "asctime": "2025-08-15 19:13:35,597", - "created": 1755278015.5974698, - "exc_text": null, - "filename": "__init__.py", - "funcName": "_load_source", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 246, - "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']", - "module": "__init__", - "msecs": 597.0, - "msg": "Loading all data from source - %s", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8127.770264, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" - ], - "asctime": "2025-08-15 19:13:35,598", - "created": 1755278015.5984824, - "exc_text": null, - "filename": "__init__.py", - "funcName": "_save_only", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 301, - "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", - "module": "__init__", - "msecs": 598.0, - "msg": "cache-file stored (%s)", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8128.783074, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - } - ], - "msecs": 598.0, - "msg": "Prepare: First usage of %s with a class holding the data to be cached", - "name": "__tLogger__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_dump_cache.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8128.951479, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread", - "time_consumption": 0.0001685619354248047 - }, - { - "args": [ - "'__string__'", - "" - ], - "asctime": "2025-08-15 19:13:35,599", - "created": 1755278015.599887, - "exc_text": null, - "filename": "test.py", - "funcName": "equivalency_chk", - "levelname": "INFO", - "levelno": 20, - "lineno": 184, - "message": "Data from cached instance with key=str is correct (Content '__string__' and Type is ).", - "module": "test", - "moduleLogger": [ - { - "args": [ - "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" - ], - "asctime": "2025-08-15 19:13:35,598", - "created": 1755278015.5989447, - "exc_text": null, - "filename": "__init__.py", - "funcName": "_load_only", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 296, - "message": "Loading properties from cache (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", - "module": "__init__", - "msecs": 598.0, - "msg": "Loading properties from cache (%s)", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8129.245314, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [], - "asctime": "2025-08-15 19:13:35,599", - "created": 1755278015.599059, + "asctime": "2025-08-27 18:19:40,157", + "created": 1756311580.157251, "exc_text": null, "filename": "__init__.py", "funcName": "_init_cache", "levelname": "DEBUG", "levelno": 10, "lineno": 211, - "message": "Source uid changed, ignoring previous cache data", + "message": "Data version increased, ignoring previous cache data", "module": "__init__", - "msecs": 599.0, - "msg": "Source uid changed, ignoring previous cache data", + "msecs": 157.0, + "msg": "Data version increased, ignoring previous cache data", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8129.359757, + "relativeCreated": 7098.584207, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "str" ], - "asctime": "2025-08-15 19:13:35,599", - "created": 1755278015.5991528, + "asctime": "2025-08-27 18:19:40,157", + "created": 1756311580.1573372, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='str' from source instance", "module": "__init__", - "msecs": 599.0, + "msecs": 157.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8129.453382, + "relativeCreated": 7098.670636, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "str", "__string__", - 1755278015 + 1756311580 ], - "asctime": "2025-08-15 19:13:35,599", - "created": 1755278015.5992327, + "asctime": "2025-08-27 18:19:40,157", + "created": 1756311580.1574125, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 167, - "message": "Adding key=str, value=__string__ with timestamp=1755278015 to chache", + "lineno": 165, + "message": "Adding key=str, value=__string__ with timestamp=1756311580 to chache", "module": "__init__", - "msecs": 599.0, + "msecs": 157.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8129.533464, + "relativeCreated": 7098.746096, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2025-08-15 19:13:35,599", - "created": 1755278015.599518, + "asctime": "2025-08-27 18:19:40,157", + "created": 1756311580.1577044, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -9842,16 +7610,16 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 599.0, + "msecs": 157.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8129.818634, + "relativeCreated": 7099.037958, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -9860,8 +7628,8 @@ "'__string__'", "" ], - "asctime": "2025-08-15 19:13:35,599", - "created": 1755278015.5997083, + "asctime": "2025-08-27 18:19:40,157", + "created": 1756311580.1579144, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -9870,16 +7638,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=str): '__string__' ()", "module": "test", - "msecs": 599.0, + "msecs": 157.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8130.008986, + "relativeCreated": 7099.24785, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -9889,8 +7657,8 @@ "'__string__'", "" ], - "asctime": "2025-08-15 19:13:35,599", - "created": 1755278015.599808, + "asctime": "2025-08-27 18:19:40,158", + "created": 1756311580.1580017, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -9899,39 +7667,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=str): result = '__string__' ()", "module": "test", - "msecs": 599.0, + "msecs": 158.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8130.108498, + "relativeCreated": 7099.335046, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 599.0, + "msecs": 158.0, "msg": "Data from cached instance with key=str is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8130.187458, + "relativeCreated": 7099.414759, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 7.891654968261719e-05 + "time_consumption": 7.963180541992188e-05 }, { "args": [ "'__unicode__'", "" ], - "asctime": "2025-08-15 19:13:35,600", - "created": 1755278015.6007812, + "asctime": "2025-08-27 18:19:40,158", + "created": 1756311580.1589289, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -9945,62 +7713,62 @@ "args": [ "unicode" ], - "asctime": "2025-08-15 19:13:35,600", - "created": 1755278015.6000283, + "asctime": "2025-08-27 18:19:40,158", + "created": 1756311580.1582103, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='unicode' from source instance", "module": "__init__", - "msecs": 600.0, + "msecs": 158.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8130.328714, + "relativeCreated": 7099.543789, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "unicode", "__unicode__", - 1755278015 + 1756311580 ], - "asctime": "2025-08-15 19:13:35,600", - "created": 1755278015.6001117, + "asctime": "2025-08-27 18:19:40,158", + "created": 1756311580.1582925, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 167, - "message": "Adding key=unicode, value=__unicode__ with timestamp=1755278015 to chache", + "lineno": 165, + "message": "Adding key=unicode, value=__unicode__ with timestamp=1756311580 to chache", "module": "__init__", - "msecs": 600.0, + "msecs": 158.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8130.412194, + "relativeCreated": 7099.626001, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2025-08-15 19:13:35,600", - "created": 1755278015.6004336, + "asctime": "2025-08-27 18:19:40,158", + "created": 1756311580.1585932, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -10009,16 +7777,16 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 600.0, + "msecs": 158.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8130.734241, + "relativeCreated": 7099.926775, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -10027,8 +7795,8 @@ "'__unicode__'", "" ], - "asctime": "2025-08-15 19:13:35,600", - "created": 1755278015.600618, + "asctime": "2025-08-27 18:19:40,158", + "created": 1756311580.1587548, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -10037,16 +7805,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=unicode): '__unicode__' ()", "module": "test", - "msecs": 600.0, + "msecs": 158.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8130.918712, + "relativeCreated": 7100.088379, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -10056,8 +7824,8 @@ "'__unicode__'", "" ], - "asctime": "2025-08-15 19:13:35,600", - "created": 1755278015.6007063, + "asctime": "2025-08-27 18:19:40,158", + "created": 1756311580.1588564, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -10066,39 +7834,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=unicode): result = '__unicode__' ()", "module": "test", - "msecs": 600.0, + "msecs": 158.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8131.006995, + "relativeCreated": 7100.18989, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 600.0, + "msecs": 158.0, "msg": "Data from cached instance with key=unicode is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8131.081986, + "relativeCreated": 7100.262366, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 7.486343383789062e-05 + "time_consumption": 7.2479248046875e-05 }, { "args": [ "34", "" ], - "asctime": "2025-08-15 19:13:35,601", - "created": 1755278015.6016915, + "asctime": "2025-08-27 18:19:40,159", + "created": 1756311580.1597693, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -10112,62 +7880,62 @@ "args": [ "integer" ], - "asctime": "2025-08-15 19:13:35,600", - "created": 1755278015.6009116, + "asctime": "2025-08-27 18:19:40,159", + "created": 1756311580.159052, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='integer' from source instance", "module": "__init__", - "msecs": 600.0, + "msecs": 159.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8131.212099, + "relativeCreated": 7100.385166, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "integer", 34, - 1755278015 + 1756311580 ], - "asctime": "2025-08-15 19:13:35,600", - "created": 1755278015.600992, + "asctime": "2025-08-27 18:19:40,159", + "created": 1756311580.1591258, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 167, - "message": "Adding key=integer, value=34 with timestamp=1755278015 to chache", + "lineno": 165, + "message": "Adding key=integer, value=34 with timestamp=1756311580 to chache", "module": "__init__", - "msecs": 600.0, + "msecs": 159.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8131.29262, + "relativeCreated": 7100.459149, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2025-08-15 19:13:35,601", - "created": 1755278015.6013315, + "asctime": "2025-08-27 18:19:40,159", + "created": 1756311580.159454, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -10176,16 +7944,16 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 601.0, + "msecs": 159.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8131.63195, + "relativeCreated": 7100.787794, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -10194,8 +7962,8 @@ "34", "" ], - "asctime": "2025-08-15 19:13:35,601", - "created": 1755278015.6015158, + "asctime": "2025-08-27 18:19:40,159", + "created": 1756311580.1596158, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -10204,16 +7972,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=integer): 34 ()", "module": "test", - "msecs": 601.0, + "msecs": 159.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8131.816306, + "relativeCreated": 7100.949238, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -10223,8 +7991,8 @@ "34", "" ], - "asctime": "2025-08-15 19:13:35,601", - "created": 1755278015.6016135, + "asctime": "2025-08-27 18:19:40,159", + "created": 1756311580.159698, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -10233,39 +8001,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=integer): result = 34 ()", "module": "test", - "msecs": 601.0, + "msecs": 159.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8131.91421, + "relativeCreated": 7101.031301, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 601.0, + "msecs": 159.0, "msg": "Data from cached instance with key=integer is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8131.992085, + "relativeCreated": 7101.102935, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 7.796287536621094e-05 + "time_consumption": 7.128715515136719e-05 }, { "args": [ "2.71828", "" ], - "asctime": "2025-08-15 19:13:35,602", - "created": 1755278015.6026585, + "asctime": "2025-08-27 18:19:40,160", + "created": 1756311580.1608584, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -10279,62 +8047,62 @@ "args": [ "float" ], - "asctime": "2025-08-15 19:13:35,601", - "created": 1755278015.6018288, + "asctime": "2025-08-27 18:19:40,159", + "created": 1756311580.1599228, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='float' from source instance", "module": "__init__", - "msecs": 601.0, + "msecs": 159.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8132.129443, + "relativeCreated": 7101.256328, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "float", 2.71828, - 1755278015 + 1756311580 ], - "asctime": "2025-08-15 19:13:35,601", - "created": 1755278015.6019123, + "asctime": "2025-08-27 18:19:40,160", + "created": 1756311580.1600077, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 167, - "message": "Adding key=float, value=2.71828 with timestamp=1755278015 to chache", + "lineno": 165, + "message": "Adding key=float, value=2.71828 with timestamp=1756311580 to chache", "module": "__init__", - "msecs": 601.0, + "msecs": 160.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8132.21291, + "relativeCreated": 7101.341031, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2025-08-15 19:13:35,602", - "created": 1755278015.6022873, + "asctime": "2025-08-27 18:19:40,160", + "created": 1756311580.1603682, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -10343,16 +8111,16 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 602.0, + "msecs": 160.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8132.588075, + "relativeCreated": 7101.701506, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -10361,8 +8129,8 @@ "2.71828", "" ], - "asctime": "2025-08-15 19:13:35,602", - "created": 1755278015.602475, + "asctime": "2025-08-27 18:19:40,160", + "created": 1756311580.1606033, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -10371,16 +8139,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=float): 2.71828 ()", "module": "test", - "msecs": 602.0, + "msecs": 160.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8132.77567, + "relativeCreated": 7101.936765, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -10390,8 +8158,8 @@ "2.71828", "" ], - "asctime": "2025-08-15 19:13:35,602", - "created": 1755278015.6025662, + "asctime": "2025-08-27 18:19:40,160", + "created": 1756311580.1607223, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -10400,39 +8168,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=float): result = 2.71828 ()", "module": "test", - "msecs": 602.0, + "msecs": 160.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8132.866636, + "relativeCreated": 7102.05571, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 602.0, + "msecs": 160.0, "msg": "Data from cached instance with key=float is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8132.959215, + "relativeCreated": 7102.191802, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 9.226799011230469e-05 + "time_consumption": 0.0001361370086669922 }, { "args": [ "['one', 2, 3, '4']", "" ], - "asctime": "2025-08-15 19:13:35,603", - "created": 1755278015.6037242, + "asctime": "2025-08-27 18:19:40,162", + "created": 1756311580.1621804, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -10446,26 +8214,26 @@ "args": [ "list" ], - "asctime": "2025-08-15 19:13:35,602", - "created": 1755278015.6027908, + "asctime": "2025-08-27 18:19:40,161", + "created": 1756311580.161076, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='list' from source instance", "module": "__init__", - "msecs": 602.0, + "msecs": 161.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8133.091417, + "relativeCreated": 7102.409385, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -10477,36 +8245,36 @@ 3, "4" ], - 1755278015 + 1756311580 ], - "asctime": "2025-08-15 19:13:35,602", - "created": 1755278015.6028721, + "asctime": "2025-08-27 18:19:40,161", + "created": 1756311580.1612017, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 167, - "message": "Adding key=list, value=['one', 2, 3, '4'] with timestamp=1755278015 to chache", + "lineno": 165, + "message": "Adding key=list, value=['one', 2, 3, '4'] with timestamp=1756311580 to chache", "module": "__init__", - "msecs": 602.0, + "msecs": 161.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8133.172681, + "relativeCreated": 7102.535226, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2025-08-15 19:13:35,603", - "created": 1755278015.6032898, + "asctime": "2025-08-27 18:19:40,161", + "created": 1756311580.1617303, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -10515,16 +8283,16 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 603.0, + "msecs": 161.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8133.590558, + "relativeCreated": 7103.063892, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -10533,8 +8301,8 @@ "[ 'one', 2, 3, '4' ]", "" ], - "asctime": "2025-08-15 19:13:35,603", - "created": 1755278015.603502, + "asctime": "2025-08-27 18:19:40,161", + "created": 1756311580.1619875, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -10543,16 +8311,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=list): [ 'one', 2, 3, '4' ] ()", "module": "test", - "msecs": 603.0, + "msecs": 161.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8133.802701, + "relativeCreated": 7103.321127, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -10562,8 +8330,8 @@ "[ 'one', 2, 3, '4' ]", "" ], - "asctime": "2025-08-15 19:13:35,603", - "created": 1755278015.6036031, + "asctime": "2025-08-27 18:19:40,162", + "created": 1756311580.1620796, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -10572,39 +8340,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=list): result = [ 'one', 2, 3, '4' ] ()", "module": "test", - "msecs": 603.0, + "msecs": 162.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8133.903813, + "relativeCreated": 7103.412843, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 603.0, + "msecs": 162.0, "msg": "Data from cached instance with key=list is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8134.024791, + "relativeCreated": 7103.513837, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.00012111663818359375 + "time_consumption": 0.00010085105895996094 }, { "args": [ "{'1': '1', '2': 2, '3': 'three', '4': '4'}", "" ], - "asctime": "2025-08-15 19:13:35,605", - "created": 1755278015.6051774, + "asctime": "2025-08-27 18:19:40,163", + "created": 1756311580.1633966, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -10618,26 +8386,26 @@ "args": [ "dict" ], - "asctime": "2025-08-15 19:13:35,603", - "created": 1755278015.6038935, + "asctime": "2025-08-27 18:19:40,162", + "created": 1756311580.1623745, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='dict' from source instance", "module": "__init__", - "msecs": 603.0, + "msecs": 162.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8134.194078, + "relativeCreated": 7103.707989, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -10649,36 +8417,36 @@ "3": "three", "4": "4" }, - 1755278015 + 1756311580 ], - "asctime": "2025-08-15 19:13:35,603", - "created": 1755278015.6039991, + "asctime": "2025-08-27 18:19:40,162", + "created": 1756311580.1624718, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 167, - "message": "Adding key=dict, value={'1': '1', '2': 2, '3': 'three', '4': '4'} with timestamp=1755278015 to chache", + "lineno": 165, + "message": "Adding key=dict, value={'1': '1', '2': 2, '3': 'three', '4': '4'} with timestamp=1756311580 to chache", "module": "__init__", - "msecs": 603.0, + "msecs": 162.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8134.29971, + "relativeCreated": 7103.805034, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2025-08-15 19:13:35,604", - "created": 1755278015.6046493, + "asctime": "2025-08-27 18:19:40,162", + "created": 1756311580.1629908, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -10687,16 +8455,16 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 604.0, + "msecs": 162.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8134.949933, + "relativeCreated": 7104.324235, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -10705,8 +8473,8 @@ "{ '1': '1', '2': 2, '3': 'three', '4': '4' }", "" ], - "asctime": "2025-08-15 19:13:35,604", - "created": 1755278015.6049116, + "asctime": "2025-08-27 18:19:40,163", + "created": 1756311580.1631873, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -10715,16 +8483,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=dict): { '1': '1', '2': 2, '3': 'three', '4': '4' } ()", "module": "test", - "msecs": 604.0, + "msecs": 163.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8135.212321, + "relativeCreated": 7104.520706, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -10734,8 +8502,8 @@ "{ '1': '1', '2': 2, '3': 'three', '4': '4' }", "" ], - "asctime": "2025-08-15 19:13:35,605", - "created": 1755278015.6050448, + "asctime": "2025-08-27 18:19:40,163", + "created": 1756311580.1632848, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -10744,233 +8512,66 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=dict): result = { '1': '1', '2': 2, '3': 'three', '4': '4' } ()", "module": "test", - "msecs": 605.0, + "msecs": 163.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8135.345317, + "relativeCreated": 7104.618289, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 605.0, + "msecs": 163.0, "msg": "Data from cached instance with key=dict is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8135.477958, + "relativeCreated": 7104.73018, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.00013256072998046875 - }, - { - "args": [ - "'not None'", - "" - ], - "asctime": "2025-08-15 19:13:35,606", - "created": 1755278015.6065676, - "exc_text": null, - "filename": "test.py", - "funcName": "equivalency_chk", - "levelname": "INFO", - "levelno": 20, - "lineno": 184, - "message": "Data from cached instance with key=none is correct (Content 'not None' and Type is ).", - "module": "test", - "moduleLogger": [ - { - "args": [ - "none" - ], - "asctime": "2025-08-15 19:13:35,605", - "created": 1755278015.6053483, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 163, - "message": "Loading property for key='none' from source instance", - "module": "__init__", - "msecs": 605.0, - "msg": "Loading property for key='%s' from source instance", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8135.648998, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "none", - "not None", - 1755278015 - ], - "asctime": "2025-08-15 19:13:35,605", - "created": 1755278015.605454, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 167, - "message": "Adding key=none, value=not None with timestamp=1755278015 to chache", - "module": "__init__", - "msecs": 605.0, - "msg": "Adding key=%s, value=%s with timestamp=%d to chache", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8135.754698, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" - ], - "asctime": "2025-08-15 19:13:35,606", - "created": 1755278015.6061075, - "exc_text": null, - "filename": "__init__.py", - "funcName": "_save_only", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 301, - "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", - "module": "__init__", - "msecs": 606.0, - "msg": "cache-file stored (%s)", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8136.40804, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=none", - "'not None'", - "" - ], - "asctime": "2025-08-15 19:13:35,606", - "created": 1755278015.606358, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_result__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 22, - "message": "Result (Data from cached instance with key=none): 'not None' ()", - "module": "test", - "msecs": 606.0, - "msg": "Result (%s): %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8136.658581, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=none", - "=", - "'not None'", - "" - ], - "asctime": "2025-08-15 19:13:35,606", - "created": 1755278015.6064715, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_expectation__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 26, - "message": "Expectation (Data from cached instance with key=none): result = 'not None' ()", - "module": "test", - "msecs": 606.0, - "msg": "Expectation (%s): result %s %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8136.772116, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - } - ], - "msecs": 606.0, - "msg": "Data from cached instance with key=none is correct (Content %s and Type is %s).", - "name": "__tLogger__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8136.868186, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread", - "time_consumption": 9.608268737792969e-05 + "time_consumption": 0.00011181831359863281 } ], - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.009665727615356445, - "time_finished": "2025-08-15 19:13:35,606", - "time_start": "2025-08-15 19:13:35,596" + "time_consumption": 0.008550167083740234, + "time_finished": "2025-08-27 18:19:40,163", + "time_start": "2025-08-27 18:19:40,154" }, - "REQ-0009": { + "REQ-0008": { "args": null, - "asctime": "2025-08-15 19:13:35,606", - "created": 1755278015.6069305, + "asctime": "2025-08-27 18:19:40,163", + "created": 1756311580.16374, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 331, - "message": "REQ-0009", + "lineno": 329, + "message": "REQ-0008", "module": "__init__", "moduleLogger": [], - "msecs": 606.0, - "msg": "REQ-0009", + "msecs": 163.0, + "msg": "REQ-0008", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/report/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8137.231117, + "relativeCreated": 7105.073369, "stack_info": null, "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:35,607", - "created": 1755278015.6072996, + "asctime": "2025-08-27 18:19:40,164", + "created": 1756311580.1641111, "exc_text": null, "filename": "test_helpers.py", "funcName": "clean", @@ -10982,8 +8583,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:35,607", - "created": 1755278015.607134, + "asctime": "2025-08-27 18:19:40,163", + "created": 1756311580.1639686, "exc_text": null, "filename": "test_helpers.py", "funcName": "clean", @@ -10992,38 +8593,38 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 607.0, + "msecs": 163.0, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8137.434762, + "relativeCreated": 7105.302, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 607.0, + "msecs": 164.0, "msg": "Prepare: Cleanup before testcase execution", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8137.600247, + "relativeCreated": 7105.444451, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.00016546249389648438 + "time_consumption": 0.00014257431030273438 }, { "args": [ "'property_cache_json'" ], - "asctime": "2025-08-15 19:13:35,609", - "created": 1755278015.6097894, + "asctime": "2025-08-27 18:19:40,165", + "created": 1756311580.1654506, "exc_text": null, "filename": "test_dump_cache.py", "funcName": "dump_cache", @@ -11035,60 +8636,60 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:35,607", - "created": 1755278015.607494, + "asctime": "2025-08-27 18:19:40,164", + "created": 1756311580.164263, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 237, + "lineno": 235, "message": "Cache file does not exists (yet).", "module": "__init__", - "msecs": 607.0, + "msecs": 164.0, "msg": "Cache file does not exists (yet).", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8137.794826, + "relativeCreated": 7105.596279, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ - "['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']" + "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2025-08-15 19:13:35,607", - "created": 1755278015.6076288, + "asctime": "2025-08-27 18:19:40,164", + "created": 1756311580.164367, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 246, - "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']", + "lineno": 244, + "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 607.0, + "msecs": 164.0, "msg": "Loading all data from source - %s", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8137.929313, + "relativeCreated": 7105.700371, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2025-08-15 19:13:35,609", - "created": 1755278015.6095867, + "asctime": "2025-08-27 18:19:40,165", + "created": 1756311580.1652973, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -11097,29 +8698,1277 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 609.0, + "msecs": 165.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8139.887244, + "relativeCreated": 7106.630602, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 609.0, + "msecs": 165.0, "msg": "Prepare: First usage of %s with a class holding the data to be cached", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_dump_cache.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8140.08994, + "relativeCreated": 7106.783903, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, + "threadName": "MainThread", + "time_consumption": 0.0001533031463623047 + }, + { + "args": [ + "'__string__'", + "" + ], + "asctime": "2025-08-27 18:19:40,166", + "created": 1756311580.1666598, + "exc_text": null, + "filename": "test.py", + "funcName": "equivalency_chk", + "levelname": "INFO", + "levelno": 20, + "lineno": 184, + "message": "Data from cached instance with key=str is correct (Content '__string__' and Type is ).", + "module": "test", + "moduleLogger": [ + { + "args": [ + "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" + ], + "asctime": "2025-08-27 18:19:40,165", + "created": 1756311580.165737, + "exc_text": null, + "filename": "__init__.py", + "funcName": "_load_only", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 296, + "message": "Loading properties from cache (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", + "module": "__init__", + "msecs": 165.0, + "msg": "Loading properties from cache (%s)", + "name": "caching", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7107.070374, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + }, + { + "args": [], + "asctime": "2025-08-27 18:19:40,165", + "created": 1756311580.1658642, + "exc_text": null, + "filename": "__init__.py", + "funcName": "_init_cache", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 209, + "message": "Source uid changed, ignoring previous cache data", + "module": "__init__", + "msecs": 165.0, + "msg": "Source uid changed, ignoring previous cache data", + "name": "caching", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7107.19776, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + }, + { + "args": [ + "str" + ], + "asctime": "2025-08-27 18:19:40,165", + "created": 1756311580.1659527, + "exc_text": null, + "filename": "__init__.py", + "funcName": "get", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 161, + "message": "Loading property for key='str' from source instance", + "module": "__init__", + "msecs": 165.0, + "msg": "Loading property for key='%s' from source instance", + "name": "caching", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7107.286352, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + }, + { + "args": [ + "str", + "__string__", + 1756311580 + ], + "asctime": "2025-08-27 18:19:40,166", + "created": 1756311580.166027, + "exc_text": null, + "filename": "__init__.py", + "funcName": "get", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 165, + "message": "Adding key=str, value=__string__ with timestamp=1756311580 to chache", + "module": "__init__", + "msecs": 166.0, + "msg": "Adding key=%s, value=%s with timestamp=%d to chache", + "name": "caching", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7107.360457, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + }, + { + "args": [ + "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" + ], + "asctime": "2025-08-27 18:19:40,166", + "created": 1756311580.1663034, + "exc_text": null, + "filename": "__init__.py", + "funcName": "_save_only", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 301, + "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", + "module": "__init__", + "msecs": 166.0, + "msg": "cache-file stored (%s)", + "name": "caching", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7107.636922, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + }, + { + "args": [ + "Data from cached instance with key=str", + "'__string__'", + "" + ], + "asctime": "2025-08-27 18:19:40,166", + "created": 1756311580.1665034, + "exc_text": null, + "filename": "test.py", + "funcName": "__report_result__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 22, + "message": "Result (Data from cached instance with key=str): '__string__' ()", + "module": "test", + "msecs": 166.0, + "msg": "Result (%s): %s (%s)", + "name": "__unittest__", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7107.836911, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + }, + { + "args": [ + "Data from cached instance with key=str", + "=", + "'__string__'", + "" + ], + "asctime": "2025-08-27 18:19:40,166", + "created": 1756311580.1665874, + "exc_text": null, + "filename": "test.py", + "funcName": "__report_expectation__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 26, + "message": "Expectation (Data from cached instance with key=str): result = '__string__' ()", + "module": "test", + "msecs": 166.0, + "msg": "Expectation (%s): result %s %s (%s)", + "name": "__unittest__", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7107.920898, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + } + ], + "msecs": 166.0, + "msg": "Data from cached instance with key=str is correct (Content %s and Type is %s).", + "name": "__tLogger__", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7107.99319, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread", + "time_consumption": 7.2479248046875e-05 + }, + { + "args": [ + "'__unicode__'", + "" + ], + "asctime": "2025-08-27 18:19:40,167", + "created": 1756311580.1676145, + "exc_text": null, + "filename": "test.py", + "funcName": "equivalency_chk", + "levelname": "INFO", + "levelno": 20, + "lineno": 184, + "message": "Data from cached instance with key=unicode is correct (Content '__unicode__' and Type is ).", + "module": "test", + "moduleLogger": [ + { + "args": [ + "unicode" + ], + "asctime": "2025-08-27 18:19:40,166", + "created": 1756311580.166793, + "exc_text": null, + "filename": "__init__.py", + "funcName": "get", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 161, + "message": "Loading property for key='unicode' from source instance", + "module": "__init__", + "msecs": 166.0, + "msg": "Loading property for key='%s' from source instance", + "name": "caching", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7108.126686, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + }, + { + "args": [ + "unicode", + "__unicode__", + 1756311580 + ], + "asctime": "2025-08-27 18:19:40,166", + "created": 1756311580.1668847, + "exc_text": null, + "filename": "__init__.py", + "funcName": "get", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 165, + "message": "Adding key=unicode, value=__unicode__ with timestamp=1756311580 to chache", + "module": "__init__", + "msecs": 166.0, + "msg": "Adding key=%s, value=%s with timestamp=%d to chache", + "name": "caching", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7108.218004, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + }, + { + "args": [ + "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" + ], + "asctime": "2025-08-27 18:19:40,167", + "created": 1756311580.1672144, + "exc_text": null, + "filename": "__init__.py", + "funcName": "_save_only", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 301, + "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", + "module": "__init__", + "msecs": 167.0, + "msg": "cache-file stored (%s)", + "name": "caching", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7108.547856, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + }, + { + "args": [ + "Data from cached instance with key=unicode", + "'__unicode__'", + "" + ], + "asctime": "2025-08-27 18:19:40,167", + "created": 1756311580.1674185, + "exc_text": null, + "filename": "test.py", + "funcName": "__report_result__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 22, + "message": "Result (Data from cached instance with key=unicode): '__unicode__' ()", + "module": "test", + "msecs": 167.0, + "msg": "Result (%s): %s (%s)", + "name": "__unittest__", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7108.751763, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + }, + { + "args": [ + "Data from cached instance with key=unicode", + "=", + "'__unicode__'", + "" + ], + "asctime": "2025-08-27 18:19:40,167", + "created": 1756311580.167514, + "exc_text": null, + "filename": "test.py", + "funcName": "__report_expectation__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 26, + "message": "Expectation (Data from cached instance with key=unicode): result = '__unicode__' ()", + "module": "test", + "msecs": 167.0, + "msg": "Expectation (%s): result %s %s (%s)", + "name": "__unittest__", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7108.847711, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + } + ], + "msecs": 167.0, + "msg": "Data from cached instance with key=unicode is correct (Content %s and Type is %s).", + "name": "__tLogger__", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7108.947981, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread", + "time_consumption": 0.00010037422180175781 + }, + { + "args": [ + "34", + "" + ], + "asctime": "2025-08-27 18:19:40,168", + "created": 1756311580.168531, + "exc_text": null, + "filename": "test.py", + "funcName": "equivalency_chk", + "levelname": "INFO", + "levelno": 20, + "lineno": 184, + "message": "Data from cached instance with key=integer is correct (Content 34 and Type is ).", + "module": "test", + "moduleLogger": [ + { + "args": [ + "integer" + ], + "asctime": "2025-08-27 18:19:40,167", + "created": 1756311580.1677666, + "exc_text": null, + "filename": "__init__.py", + "funcName": "get", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 161, + "message": "Loading property for key='integer' from source instance", + "module": "__init__", + "msecs": 167.0, + "msg": "Loading property for key='%s' from source instance", + "name": "caching", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7109.10002, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + }, + { + "args": [ + "integer", + 34, + 1756311580 + ], + "asctime": "2025-08-27 18:19:40,167", + "created": 1756311580.1678603, + "exc_text": null, + "filename": "__init__.py", + "funcName": "get", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 165, + "message": "Adding key=integer, value=34 with timestamp=1756311580 to chache", + "module": "__init__", + "msecs": 167.0, + "msg": "Adding key=%s, value=%s with timestamp=%d to chache", + "name": "caching", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7109.193608, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + }, + { + "args": [ + "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" + ], + "asctime": "2025-08-27 18:19:40,168", + "created": 1756311580.1682007, + "exc_text": null, + "filename": "__init__.py", + "funcName": "_save_only", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 301, + "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", + "module": "__init__", + "msecs": 168.0, + "msg": "cache-file stored (%s)", + "name": "caching", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7109.53423, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + }, + { + "args": [ + "Data from cached instance with key=integer", + "34", + "" + ], + "asctime": "2025-08-27 18:19:40,168", + "created": 1756311580.1683807, + "exc_text": null, + "filename": "test.py", + "funcName": "__report_result__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 22, + "message": "Result (Data from cached instance with key=integer): 34 ()", + "module": "test", + "msecs": 168.0, + "msg": "Result (%s): %s (%s)", + "name": "__unittest__", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7109.714029, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + }, + { + "args": [ + "Data from cached instance with key=integer", + "=", + "34", + "" + ], + "asctime": "2025-08-27 18:19:40,168", + "created": 1756311580.1684604, + "exc_text": null, + "filename": "test.py", + "funcName": "__report_expectation__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 26, + "message": "Expectation (Data from cached instance with key=integer): result = 34 ()", + "module": "test", + "msecs": 168.0, + "msg": "Expectation (%s): result %s %s (%s)", + "name": "__unittest__", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7109.793838, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + } + ], + "msecs": 168.0, + "msg": "Data from cached instance with key=integer is correct (Content %s and Type is %s).", + "name": "__tLogger__", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7109.864502, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread", + "time_consumption": 7.05718994140625e-05 + }, + { + "args": [ + "2.71828", + "" + ], + "asctime": "2025-08-27 18:19:40,169", + "created": 1756311580.169661, + "exc_text": null, + "filename": "test.py", + "funcName": "equivalency_chk", + "levelname": "INFO", + "levelno": 20, + "lineno": 184, + "message": "Data from cached instance with key=float is correct (Content 2.71828 and Type is ).", + "module": "test", + "moduleLogger": [ + { + "args": [ + "float" + ], + "asctime": "2025-08-27 18:19:40,168", + "created": 1756311580.168656, + "exc_text": null, + "filename": "__init__.py", + "funcName": "get", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 161, + "message": "Loading property for key='float' from source instance", + "module": "__init__", + "msecs": 168.0, + "msg": "Loading property for key='%s' from source instance", + "name": "caching", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7109.989606, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + }, + { + "args": [ + "float", + 2.71828, + 1756311580 + ], + "asctime": "2025-08-27 18:19:40,168", + "created": 1756311580.1687422, + "exc_text": null, + "filename": "__init__.py", + "funcName": "get", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 165, + "message": "Adding key=float, value=2.71828 with timestamp=1756311580 to chache", + "module": "__init__", + "msecs": 168.0, + "msg": "Adding key=%s, value=%s with timestamp=%d to chache", + "name": "caching", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7110.075552, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + }, + { + "args": [ + "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" + ], + "asctime": "2025-08-27 18:19:40,169", + "created": 1756311580.1692333, + "exc_text": null, + "filename": "__init__.py", + "funcName": "_save_only", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 301, + "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", + "module": "__init__", + "msecs": 169.0, + "msg": "cache-file stored (%s)", + "name": "caching", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7110.566756, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + }, + { + "args": [ + "Data from cached instance with key=float", + "2.71828", + "" + ], + "asctime": "2025-08-27 18:19:40,169", + "created": 1756311580.1694489, + "exc_text": null, + "filename": "test.py", + "funcName": "__report_result__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 22, + "message": "Result (Data from cached instance with key=float): 2.71828 ()", + "module": "test", + "msecs": 169.0, + "msg": "Result (%s): %s (%s)", + "name": "__unittest__", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7110.782352, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + }, + { + "args": [ + "Data from cached instance with key=float", + "=", + "2.71828", + "" + ], + "asctime": "2025-08-27 18:19:40,169", + "created": 1756311580.1695502, + "exc_text": null, + "filename": "test.py", + "funcName": "__report_expectation__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 26, + "message": "Expectation (Data from cached instance with key=float): result = 2.71828 ()", + "module": "test", + "msecs": 169.0, + "msg": "Expectation (%s): result %s %s (%s)", + "name": "__unittest__", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7110.883466, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + } + ], + "msecs": 169.0, + "msg": "Data from cached instance with key=float is correct (Content %s and Type is %s).", + "name": "__tLogger__", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7110.994505, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread", + "time_consumption": 0.00011086463928222656 + }, + { + "args": [ + "['one', 2, 3, '4']", + "" + ], + "asctime": "2025-08-27 18:19:40,171", + "created": 1756311580.1710594, + "exc_text": null, + "filename": "test.py", + "funcName": "equivalency_chk", + "levelname": "INFO", + "levelno": 20, + "lineno": 184, + "message": "Data from cached instance with key=list is correct (Content ['one', 2, 3, '4'] and Type is ).", + "module": "test", + "moduleLogger": [ + { + "args": [ + "list" + ], + "asctime": "2025-08-27 18:19:40,169", + "created": 1756311580.1698737, + "exc_text": null, + "filename": "__init__.py", + "funcName": "get", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 161, + "message": "Loading property for key='list' from source instance", + "module": "__init__", + "msecs": 169.0, + "msg": "Loading property for key='%s' from source instance", + "name": "caching", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7111.207165, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + }, + { + "args": [ + "list", + [ + "one", + 2, + 3, + "4" + ], + 1756311580 + ], + "asctime": "2025-08-27 18:19:40,170", + "created": 1756311580.1700008, + "exc_text": null, + "filename": "__init__.py", + "funcName": "get", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 165, + "message": "Adding key=list, value=['one', 2, 3, '4'] with timestamp=1756311580 to chache", + "module": "__init__", + "msecs": 170.0, + "msg": "Adding key=%s, value=%s with timestamp=%d to chache", + "name": "caching", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7111.334387, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + }, + { + "args": [ + "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" + ], + "asctime": "2025-08-27 18:19:40,170", + "created": 1756311580.1704717, + "exc_text": null, + "filename": "__init__.py", + "funcName": "_save_only", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 301, + "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", + "module": "__init__", + "msecs": 170.0, + "msg": "cache-file stored (%s)", + "name": "caching", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7111.805174, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + }, + { + "args": [ + "Data from cached instance with key=list", + "[ 'one', 2, 3, '4' ]", + "" + ], + "asctime": "2025-08-27 18:19:40,170", + "created": 1756311580.1707647, + "exc_text": null, + "filename": "test.py", + "funcName": "__report_result__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 22, + "message": "Result (Data from cached instance with key=list): [ 'one', 2, 3, '4' ] ()", + "module": "test", + "msecs": 170.0, + "msg": "Result (%s): %s (%s)", + "name": "__unittest__", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7112.098294, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + }, + { + "args": [ + "Data from cached instance with key=list", + "=", + "[ 'one', 2, 3, '4' ]", + "" + ], + "asctime": "2025-08-27 18:19:40,170", + "created": 1756311580.1709356, + "exc_text": null, + "filename": "test.py", + "funcName": "__report_expectation__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 26, + "message": "Expectation (Data from cached instance with key=list): result = [ 'one', 2, 3, '4' ] ()", + "module": "test", + "msecs": 170.0, + "msg": "Expectation (%s): result %s %s (%s)", + "name": "__unittest__", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7112.269047, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + } + ], + "msecs": 171.0, + "msg": "Data from cached instance with key=list is correct (Content %s and Type is %s).", + "name": "__tLogger__", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7112.392919, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread", + "time_consumption": 0.00012373924255371094 + }, + { + "args": [ + "{'1': '1', '2': 2, '3': 'three', '4': '4'}", + "" + ], + "asctime": "2025-08-27 18:19:40,172", + "created": 1756311580.172482, + "exc_text": null, + "filename": "test.py", + "funcName": "equivalency_chk", + "levelname": "INFO", + "levelno": 20, + "lineno": 184, + "message": "Data from cached instance with key=dict is correct (Content {'1': '1', '2': 2, '3': 'three', '4': '4'} and Type is ).", + "module": "test", + "moduleLogger": [ + { + "args": [ + "dict" + ], + "asctime": "2025-08-27 18:19:40,171", + "created": 1756311580.1711926, + "exc_text": null, + "filename": "__init__.py", + "funcName": "get", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 161, + "message": "Loading property for key='dict' from source instance", + "module": "__init__", + "msecs": 171.0, + "msg": "Loading property for key='%s' from source instance", + "name": "caching", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7112.526078, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + }, + { + "args": [ + "dict", + { + "1": "1", + "2": 2, + "3": "three", + "4": "4" + }, + 1756311580 + ], + "asctime": "2025-08-27 18:19:40,171", + "created": 1756311580.171267, + "exc_text": null, + "filename": "__init__.py", + "funcName": "get", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 165, + "message": "Adding key=dict, value={'1': '1', '2': 2, '3': 'three', '4': '4'} with timestamp=1756311580 to chache", + "module": "__init__", + "msecs": 171.0, + "msg": "Adding key=%s, value=%s with timestamp=%d to chache", + "name": "caching", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7112.600571, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + }, + { + "args": [ + "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" + ], + "asctime": "2025-08-27 18:19:40,171", + "created": 1756311580.1719377, + "exc_text": null, + "filename": "__init__.py", + "funcName": "_save_only", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 301, + "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", + "module": "__init__", + "msecs": 171.0, + "msg": "cache-file stored (%s)", + "name": "caching", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7113.271374, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + }, + { + "args": [ + "Data from cached instance with key=dict", + "{ '1': '1', '2': 2, '3': 'three', '4': '4' }", + "" + ], + "asctime": "2025-08-27 18:19:40,172", + "created": 1756311580.1721997, + "exc_text": null, + "filename": "test.py", + "funcName": "__report_result__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 22, + "message": "Result (Data from cached instance with key=dict): { '1': '1', '2': 2, '3': 'three', '4': '4' } ()", + "module": "test", + "msecs": 172.0, + "msg": "Result (%s): %s (%s)", + "name": "__unittest__", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7113.533145, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + }, + { + "args": [ + "Data from cached instance with key=dict", + "=", + "{ '1': '1', '2': 2, '3': 'three', '4': '4' }", + "" + ], + "asctime": "2025-08-27 18:19:40,172", + "created": 1756311580.172356, + "exc_text": null, + "filename": "test.py", + "funcName": "__report_expectation__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 26, + "message": "Expectation (Data from cached instance with key=dict): result = { '1': '1', '2': 2, '3': 'three', '4': '4' } ()", + "module": "test", + "msecs": 172.0, + "msg": "Expectation (%s): result %s %s (%s)", + "name": "__unittest__", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7113.689259, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + } + ], + "msecs": 172.0, + "msg": "Data from cached instance with key=dict is correct (Content %s and Type is %s).", + "name": "__tLogger__", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7113.815426, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread", + "time_consumption": 0.00012612342834472656 + } + ], + "thread": 125740318167296, + "threadName": "MainThread", + "time_consumption": 0.008742094039916992, + "time_finished": "2025-08-27 18:19:40,172", + "time_start": "2025-08-27 18:19:40,163" + }, + "REQ-0009": { + "args": null, + "asctime": "2025-08-27 18:19:40,172", + "created": 1756311580.1729908, + "exc_text": null, + "filename": "__init__.py", + "funcName": "testCase", + "levelname": "INFO", + "levelno": 20, + "lineno": 329, + "message": "REQ-0009", + "module": "__init__", + "moduleLogger": [], + "msecs": 172.0, + "msg": "REQ-0009", + "name": "__tLogger__", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/report/__init__.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7114.324095, + "stack_info": null, + "taskName": null, + "testcaseLogger": [ + { + "args": [], + "asctime": "2025-08-27 18:19:40,173", + "created": 1756311580.1735022, + "exc_text": null, + "filename": "test_helpers.py", + "funcName": "clean", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 21, + "message": "Prepare: Cleanup before testcase execution", + "module": "test_helpers", + "moduleLogger": [ + { + "args": [], + "asctime": "2025-08-27 18:19:40,173", + "created": 1756311580.1732688, + "exc_text": null, + "filename": "test_helpers.py", + "funcName": "clean", + "levelname": "INFO", + "levelno": 20, + "lineno": 17, + "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", + "module": "test_helpers", + "msecs": 173.0, + "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", + "name": "__unittest__", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7114.602226, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + } + ], + "msecs": 173.0, + "msg": "Prepare: Cleanup before testcase execution", + "name": "__tLogger__", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7114.835693, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread", + "time_consumption": 0.0002334117889404297 + }, + { + "args": [ + "'property_cache_json'" + ], + "asctime": "2025-08-27 18:19:40,175", + "created": 1756311580.175227, + "exc_text": null, + "filename": "test_dump_cache.py", + "funcName": "dump_cache", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 52, + "message": "Prepare: First usage of 'property_cache_json' with a class holding the data to be cached", + "module": "test_dump_cache", + "moduleLogger": [ + { + "args": [], + "asctime": "2025-08-27 18:19:40,173", + "created": 1756311580.1737666, + "exc_text": null, + "filename": "__init__.py", + "funcName": "_load_cache", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 235, + "message": "Cache file does not exists (yet).", + "module": "__init__", + "msecs": 173.0, + "msg": "Cache file does not exists (yet).", + "name": "caching", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7115.100045, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + }, + { + "args": [ + "['str', 'unicode', 'integer', 'float', 'list', 'dict']" + ], + "asctime": "2025-08-27 18:19:40,173", + "created": 1756311580.173908, + "exc_text": null, + "filename": "__init__.py", + "funcName": "_load_source", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 244, + "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", + "module": "__init__", + "msecs": 173.0, + "msg": "Loading all data from source - %s", + "name": "caching", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7115.241416, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + }, + { + "args": [ + "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" + ], + "asctime": "2025-08-27 18:19:40,175", + "created": 1756311580.1750243, + "exc_text": null, + "filename": "__init__.py", + "funcName": "_save_only", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 301, + "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", + "module": "__init__", + "msecs": 175.0, + "msg": "cache-file stored (%s)", + "name": "caching", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7116.357733, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, + "threadName": "MainThread" + } + ], + "msecs": 175.0, + "msg": "Prepare: First usage of %s with a class holding the data to be cached", + "name": "__tLogger__", + "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_dump_cache.py", + "process": 449104, + "processName": "MainProcess", + "relativeCreated": 7116.560481, + "stack_info": null, + "taskName": null, + "thread": 125740318167296, "threadName": "MainThread", "time_consumption": 0.00020265579223632812 }, @@ -11128,8 +9977,8 @@ "'__string__'", "" ], - "asctime": "2025-08-15 19:13:35,611", - "created": 1755278015.6113842, + "asctime": "2025-08-27 18:19:40,176", + "created": 1756311580.1768343, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -11143,8 +9992,8 @@ "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2025-08-15 19:13:35,610", - "created": 1755278015.6101599, + "asctime": "2025-08-27 18:19:40,175", + "created": 1756311580.175618, "exc_text": null, "filename": "__init__.py", "funcName": "_load_only", @@ -11153,102 +10002,102 @@ "lineno": 296, "message": "Loading properties from cache (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 610.0, + "msecs": 175.0, "msg": "Loading properties from cache (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8140.460464, + "relativeCreated": 7116.951593, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [], - "asctime": "2025-08-15 19:13:35,610", - "created": 1755278015.6103094, + "asctime": "2025-08-27 18:19:40,175", + "created": 1756311580.175729, "exc_text": null, "filename": "__init__.py", "funcName": "_init_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 215, + "lineno": 213, "message": "Storage version changed, ignoring previous cache data", "module": "__init__", - "msecs": 610.0, + "msecs": 175.0, "msg": "Storage version changed, ignoring previous cache data", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8140.609888, + "relativeCreated": 7117.062722, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "str" ], - "asctime": "2025-08-15 19:13:35,610", - "created": 1755278015.610425, + "asctime": "2025-08-27 18:19:40,175", + "created": 1756311580.1758304, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='str' from source instance", "module": "__init__", - "msecs": 610.0, + "msecs": 175.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8140.725625, + "relativeCreated": 7117.163826, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "str", "__string__", - 1755278015 + 1756311580 ], - "asctime": "2025-08-15 19:13:35,610", - "created": 1755278015.6105258, + "asctime": "2025-08-27 18:19:40,175", + "created": 1756311580.1759071, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 167, - "message": "Adding key=str, value=__string__ with timestamp=1755278015 to chache", + "lineno": 165, + "message": "Adding key=str, value=__string__ with timestamp=1756311580 to chache", "module": "__init__", - "msecs": 610.0, + "msecs": 175.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8140.826471, + "relativeCreated": 7117.240641, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2025-08-15 19:13:35,610", - "created": 1755278015.6109216, + "asctime": "2025-08-27 18:19:40,176", + "created": 1756311580.1763468, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -11257,16 +10106,16 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 610.0, + "msecs": 176.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8141.222314, + "relativeCreated": 7117.680406, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -11275,8 +10124,8 @@ "'__string__'", "" ], - "asctime": "2025-08-15 19:13:35,611", - "created": 1755278015.6111627, + "asctime": "2025-08-27 18:19:40,176", + "created": 1756311580.1766033, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -11285,16 +10134,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=str): '__string__' ()", "module": "test", - "msecs": 611.0, + "msecs": 176.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8141.463108, + "relativeCreated": 7117.936743, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -11304,8 +10153,8 @@ "'__string__'", "" ], - "asctime": "2025-08-15 19:13:35,611", - "created": 1755278015.6112766, + "asctime": "2025-08-27 18:19:40,176", + "created": 1756311580.176732, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -11314,39 +10163,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=str): result = '__string__' ()", "module": "test", - "msecs": 611.0, + "msecs": 176.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8141.577126, + "relativeCreated": 7118.065753, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 611.0, + "msecs": 176.0, "msg": "Data from cached instance with key=str is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8141.684698, + "relativeCreated": 7118.167727, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.00010752677917480469 + "time_consumption": 0.00010228157043457031 }, { "args": [ "'__unicode__'", "" ], - "asctime": "2025-08-15 19:13:35,612", - "created": 1755278015.6124997, + "asctime": "2025-08-27 18:19:40,177", + "created": 1756311580.1779776, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -11360,62 +10209,62 @@ "args": [ "unicode" ], - "asctime": "2025-08-15 19:13:35,611", - "created": 1755278015.6115553, + "asctime": "2025-08-27 18:19:40,176", + "created": 1756311580.1769764, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='unicode' from source instance", "module": "__init__", - "msecs": 611.0, + "msecs": 176.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8141.85592, + "relativeCreated": 7118.309817, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "unicode", "__unicode__", - 1755278015 + 1756311580 ], - "asctime": "2025-08-15 19:13:35,611", - "created": 1755278015.6116588, + "asctime": "2025-08-27 18:19:40,177", + "created": 1756311580.177064, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 167, - "message": "Adding key=unicode, value=__unicode__ with timestamp=1755278015 to chache", + "lineno": 165, + "message": "Adding key=unicode, value=__unicode__ with timestamp=1756311580 to chache", "module": "__init__", - "msecs": 611.0, + "msecs": 177.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8141.959373, + "relativeCreated": 7118.397466, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2025-08-15 19:13:35,612", - "created": 1755278015.6120489, + "asctime": "2025-08-27 18:19:40,177", + "created": 1756311580.177504, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -11424,16 +10273,16 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 612.0, + "msecs": 177.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8142.349597, + "relativeCreated": 7118.83748, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -11442,8 +10291,8 @@ "'__unicode__'", "" ], - "asctime": "2025-08-15 19:13:35,612", - "created": 1755278015.6122913, + "asctime": "2025-08-27 18:19:40,177", + "created": 1756311580.177739, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -11452,16 +10301,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=unicode): '__unicode__' ()", "module": "test", - "msecs": 612.0, + "msecs": 177.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8142.591857, + "relativeCreated": 7119.072398, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -11471,8 +10320,8 @@ "'__unicode__'", "" ], - "asctime": "2025-08-15 19:13:35,612", - "created": 1755278015.612404, + "asctime": "2025-08-27 18:19:40,177", + "created": 1756311580.1778939, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -11481,39 +10330,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=unicode): result = '__unicode__' ()", "module": "test", - "msecs": 612.0, + "msecs": 177.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8142.704707, + "relativeCreated": 7119.22748, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 612.0, + "msecs": 177.0, "msg": "Data from cached instance with key=unicode is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8142.800312, + "relativeCreated": 7119.311022, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 9.560585021972656e-05 + "time_consumption": 8.368492126464844e-05 }, { "args": [ "34", "" ], - "asctime": "2025-08-15 19:13:35,613", - "created": 1755278015.6139703, + "asctime": "2025-08-27 18:19:40,179", + "created": 1756311580.1792533, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -11527,62 +10376,62 @@ "args": [ "integer" ], - "asctime": "2025-08-15 19:13:35,612", - "created": 1755278015.6126645, + "asctime": "2025-08-27 18:19:40,178", + "created": 1756311580.178112, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='integer' from source instance", "module": "__init__", - "msecs": 612.0, + "msecs": 178.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8142.965197, + "relativeCreated": 7119.445548, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "integer", 34, - 1755278015 + 1756311580 ], - "asctime": "2025-08-15 19:13:35,612", - "created": 1755278015.6128175, + "asctime": "2025-08-27 18:19:40,178", + "created": 1756311580.1781888, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 167, - "message": "Adding key=integer, value=34 with timestamp=1755278015 to chache", + "lineno": 165, + "message": "Adding key=integer, value=34 with timestamp=1756311580 to chache", "module": "__init__", - "msecs": 612.0, + "msecs": 178.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8143.117934, + "relativeCreated": 7119.522304, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2025-08-15 19:13:35,613", - "created": 1755278015.613376, + "asctime": "2025-08-27 18:19:40,178", + "created": 1756311580.178692, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -11591,16 +10440,16 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 613.0, + "msecs": 178.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8143.676517, + "relativeCreated": 7120.025588, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -11609,8 +10458,8 @@ "34", "" ], - "asctime": "2025-08-15 19:13:35,613", - "created": 1755278015.6136823, + "asctime": "2025-08-27 18:19:40,178", + "created": 1756311580.1789808, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -11619,16 +10468,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=integer): 34 ()", "module": "test", - "msecs": 613.0, + "msecs": 178.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8143.982667, + "relativeCreated": 7120.314412, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -11638,8 +10487,8 @@ "34", "" ], - "asctime": "2025-08-15 19:13:35,613", - "created": 1755278015.6138422, + "asctime": "2025-08-27 18:19:40,179", + "created": 1756311580.1791356, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -11648,39 +10497,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=integer): result = 34 ()", "module": "test", - "msecs": 613.0, + "msecs": 179.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8144.142817, + "relativeCreated": 7120.468919, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 613.0, + "msecs": 179.0, "msg": "Data from cached instance with key=integer is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8144.270852, + "relativeCreated": 7120.586794, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.00012803077697753906 + "time_consumption": 0.00011777877807617188 }, { "args": [ "2.71828", "" ], - "asctime": "2025-08-15 19:13:35,615", - "created": 1755278015.6155434, + "asctime": "2025-08-27 18:19:40,180", + "created": 1756311580.180574, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -11694,62 +10543,62 @@ "args": [ "float" ], - "asctime": "2025-08-15 19:13:35,614", - "created": 1755278015.614187, + "asctime": "2025-08-27 18:19:40,179", + "created": 1756311580.1793942, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='float' from source instance", "module": "__init__", - "msecs": 614.0, + "msecs": 179.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8144.487563, + "relativeCreated": 7120.727774, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "float", 2.71828, - 1755278015 + 1756311580 ], - "asctime": "2025-08-15 19:13:35,614", - "created": 1755278015.614319, + "asctime": "2025-08-27 18:19:40,179", + "created": 1756311580.179493, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 167, - "message": "Adding key=float, value=2.71828 with timestamp=1755278015 to chache", + "lineno": 165, + "message": "Adding key=float, value=2.71828 with timestamp=1756311580 to chache", "module": "__init__", - "msecs": 614.0, + "msecs": 179.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8144.619659, + "relativeCreated": 7120.826214, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2025-08-15 19:13:35,614", - "created": 1755278015.6149504, + "asctime": "2025-08-27 18:19:40,180", + "created": 1756311580.1800504, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -11758,16 +10607,16 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 614.0, + "msecs": 180.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8145.251075, + "relativeCreated": 7121.383944, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -11776,8 +10625,8 @@ "2.71828", "" ], - "asctime": "2025-08-15 19:13:35,615", - "created": 1755278015.6152725, + "asctime": "2025-08-27 18:19:40,180", + "created": 1756311580.1803002, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -11786,16 +10635,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=float): 2.71828 ()", "module": "test", - "msecs": 615.0, + "msecs": 180.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8145.572982, + "relativeCreated": 7121.633849, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -11805,8 +10654,8 @@ "2.71828", "" ], - "asctime": "2025-08-15 19:13:35,615", - "created": 1755278015.6154196, + "asctime": "2025-08-27 18:19:40,180", + "created": 1756311580.180445, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -11815,39 +10664,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=float): result = 2.71828 ()", "module": "test", - "msecs": 615.0, + "msecs": 180.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8145.720338, + "relativeCreated": 7121.77847, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 615.0, + "msecs": 180.0, "msg": "Data from cached instance with key=float is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8145.84384, + "relativeCreated": 7121.907489, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.00012373924255371094 + "time_consumption": 0.0001289844512939453 }, { "args": [ "['one', 2, 3, '4']", "" ], - "asctime": "2025-08-15 19:13:35,617", - "created": 1755278015.6172035, + "asctime": "2025-08-27 18:19:40,183", + "created": 1756311580.1830065, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -11861,26 +10710,26 @@ "args": [ "list" ], - "asctime": "2025-08-15 19:13:35,615", - "created": 1755278015.6157572, + "asctime": "2025-08-27 18:19:40,180", + "created": 1756311580.1807866, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='list' from source instance", "module": "__init__", - "msecs": 615.0, + "msecs": 180.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8146.057903, + "relativeCreated": 7122.1201, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -11892,36 +10741,36 @@ 3, "4" ], - 1755278015 + 1756311580 ], - "asctime": "2025-08-15 19:13:35,615", - "created": 1755278015.6158905, + "asctime": "2025-08-27 18:19:40,180", + "created": 1756311580.1809351, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 167, - "message": "Adding key=list, value=['one', 2, 3, '4'] with timestamp=1755278015 to chache", + "lineno": 165, + "message": "Adding key=list, value=['one', 2, 3, '4'] with timestamp=1756311580 to chache", "module": "__init__", - "msecs": 615.0, + "msecs": 180.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8146.19115, + "relativeCreated": 7122.26872, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2025-08-15 19:13:35,616", - "created": 1755278015.616552, + "asctime": "2025-08-27 18:19:40,182", + "created": 1756311580.1823103, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -11930,16 +10779,16 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 616.0, + "msecs": 182.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8146.852745, + "relativeCreated": 7123.643859, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -11948,8 +10797,8 @@ "[ 'one', 2, 3, '4' ]", "" ], - "asctime": "2025-08-15 19:13:35,616", - "created": 1755278015.6168804, + "asctime": "2025-08-27 18:19:40,182", + "created": 1756311580.1826706, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -11958,16 +10807,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=list): [ 'one', 2, 3, '4' ] ()", "module": "test", - "msecs": 616.0, + "msecs": 182.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8147.181041, + "relativeCreated": 7124.00403, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -11977,8 +10826,8 @@ "[ 'one', 2, 3, '4' ]", "" ], - "asctime": "2025-08-15 19:13:35,617", - "created": 1755278015.6170409, + "asctime": "2025-08-27 18:19:40,182", + "created": 1756311580.1828399, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -11987,39 +10836,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=list): result = [ 'one', 2, 3, '4' ] ()", "module": "test", - "msecs": 617.0, + "msecs": 182.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8147.341508, + "relativeCreated": 7124.173353, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 617.0, + "msecs": 183.0, "msg": "Data from cached instance with key=list is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8147.503975, + "relativeCreated": 7124.339842, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.00016260147094726562 + "time_consumption": 0.0001666545867919922 }, { "args": [ "{'1': '1', '2': 2, '3': 'three', '4': '4'}", "" ], - "asctime": "2025-08-15 19:13:35,619", - "created": 1755278015.619132, + "asctime": "2025-08-27 18:19:40,184", + "created": 1756311580.1843758, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -12033,26 +10882,26 @@ "args": [ "dict" ], - "asctime": "2025-08-15 19:13:35,617", - "created": 1755278015.6174223, + "asctime": "2025-08-27 18:19:40,183", + "created": 1756311580.1832333, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='dict' from source instance", "module": "__init__", - "msecs": 617.0, + "msecs": 183.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8147.722818, + "relativeCreated": 7124.566775, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -12064,36 +10913,36 @@ "3": "three", "4": "4" }, - 1755278015 + 1756311580 ], - "asctime": "2025-08-15 19:13:35,617", - "created": 1755278015.6175582, + "asctime": "2025-08-27 18:19:40,183", + "created": 1756311580.1833742, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 167, - "message": "Adding key=dict, value={'1': '1', '2': 2, '3': 'three', '4': '4'} with timestamp=1755278015 to chache", + "lineno": 165, + "message": "Adding key=dict, value={'1': '1', '2': 2, '3': 'three', '4': '4'} with timestamp=1756311580 to chache", "module": "__init__", - "msecs": 617.0, + "msecs": 183.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8147.858831, + "relativeCreated": 7124.707432, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2025-08-15 19:13:35,618", - "created": 1755278015.6184094, + "asctime": "2025-08-27 18:19:40,183", + "created": 1756311580.1839771, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -12102,16 +10951,16 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 618.0, + "msecs": 183.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8148.710086, + "relativeCreated": 7125.310578, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -12120,8 +10969,8 @@ "{ '1': '1', '2': 2, '3': 'three', '4': '4' }", "" ], - "asctime": "2025-08-15 19:13:35,618", - "created": 1755278015.6187928, + "asctime": "2025-08-27 18:19:40,184", + "created": 1756311580.1841745, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -12130,16 +10979,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=dict): { '1': '1', '2': 2, '3': 'three', '4': '4' } ()", "module": "test", - "msecs": 618.0, + "msecs": 184.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8149.093337, + "relativeCreated": 7125.507959, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -12149,8 +10998,8 @@ "{ '1': '1', '2': 2, '3': 'three', '4': '4' }", "" ], - "asctime": "2025-08-15 19:13:35,618", - "created": 1755278015.6189618, + "asctime": "2025-08-27 18:19:40,184", + "created": 1756311580.1842737, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -12159,233 +11008,66 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=dict): result = { '1': '1', '2': 2, '3': 'three', '4': '4' } ()", "module": "test", - "msecs": 618.0, + "msecs": 184.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8149.262469, + "relativeCreated": 7125.607084, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 619.0, + "msecs": 184.0, "msg": "Data from cached instance with key=dict is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8149.432728, + "relativeCreated": 7125.709185, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.00017023086547851562 - }, - { - "args": [ - "'not None'", - "" - ], - "asctime": "2025-08-15 19:13:35,620", - "created": 1755278015.6209614, - "exc_text": null, - "filename": "test.py", - "funcName": "equivalency_chk", - "levelname": "INFO", - "levelno": 20, - "lineno": 184, - "message": "Data from cached instance with key=none is correct (Content 'not None' and Type is ).", - "module": "test", - "moduleLogger": [ - { - "args": [ - "none" - ], - "asctime": "2025-08-15 19:13:35,619", - "created": 1755278015.619365, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 163, - "message": "Loading property for key='none' from source instance", - "module": "__init__", - "msecs": 619.0, - "msg": "Loading property for key='%s' from source instance", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8149.665563, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "none", - "not None", - 1755278015 - ], - "asctime": "2025-08-15 19:13:35,619", - "created": 1755278015.6195047, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 167, - "message": "Adding key=none, value=not None with timestamp=1755278015 to chache", - "module": "__init__", - "msecs": 619.0, - "msg": "Adding key=%s, value=%s with timestamp=%d to chache", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8149.805224, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" - ], - "asctime": "2025-08-15 19:13:35,620", - "created": 1755278015.6203704, - "exc_text": null, - "filename": "__init__.py", - "funcName": "_save_only", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 301, - "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", - "module": "__init__", - "msecs": 620.0, - "msg": "cache-file stored (%s)", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8150.671026, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=none", - "'not None'", - "" - ], - "asctime": "2025-08-15 19:13:35,620", - "created": 1755278015.6206894, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_result__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 22, - "message": "Result (Data from cached instance with key=none): 'not None' ()", - "module": "test", - "msecs": 620.0, - "msg": "Result (%s): %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8150.990025, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=none", - "=", - "'not None'", - "" - ], - "asctime": "2025-08-15 19:13:35,620", - "created": 1755278015.6208372, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_expectation__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 26, - "message": "Expectation (Data from cached instance with key=none): result = 'not None' ()", - "module": "test", - "msecs": 620.0, - "msg": "Expectation (%s): result %s %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8151.137634, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - } - ], - "msecs": 620.0, - "msg": "Data from cached instance with key=none is correct (Content %s and Type is %s).", - "name": "__tLogger__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8151.26207, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread", - "time_consumption": 0.00012421607971191406 + "time_consumption": 0.00010204315185546875 } ], - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.014030933380126953, - "time_finished": "2025-08-15 19:13:35,620", - "time_start": "2025-08-15 19:13:35,606" + "time_consumption": 0.011384963989257812, + "time_finished": "2025-08-27 18:19:40,184", + "time_start": "2025-08-27 18:19:40,172" }, "REQ-0010": { "args": null, - "asctime": "2025-08-15 19:13:35,626", - "created": 1755278015.6262481, + "asctime": "2025-08-27 18:19:40,190", + "created": 1756311580.190441, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 331, + "lineno": 329, "message": "REQ-0010", "module": "__init__", "moduleLogger": [], - "msecs": 626.0, + "msecs": 190.0, "msg": "REQ-0010", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/report/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8156.548899, + "relativeCreated": 7131.774465, "stack_info": null, "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:35,626", - "created": 1755278015.626507, + "asctime": "2025-08-27 18:19:40,190", + "created": 1756311580.190964, "exc_text": null, "filename": "test_helpers.py", "funcName": "clean", @@ -12397,8 +11079,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:35,626", - "created": 1755278015.6264067, + "asctime": "2025-08-27 18:19:40,190", + "created": 1756311580.1906962, "exc_text": null, "filename": "test_helpers.py", "funcName": "clean", @@ -12407,38 +11089,38 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 626.0, + "msecs": 190.0, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8156.707253, + "relativeCreated": 7132.029697, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 626.0, + "msecs": 190.0, "msg": "Prepare: Cleanup before testcase execution", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8156.807722, + "relativeCreated": 7132.297523, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.00010037422180175781 + "time_consumption": 0.0002677440643310547 }, { "args": [ "'property_cache_json'" ], - "asctime": "2025-08-15 19:13:35,628", - "created": 1755278015.6281931, + "asctime": "2025-08-27 18:19:40,193", + "created": 1756311580.1930084, "exc_text": null, "filename": "test_source_key_definition.py", "funcName": "source_key_definition", @@ -12450,86 +11132,86 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:35,626", - "created": 1755278015.6266422, + "asctime": "2025-08-27 18:19:40,191", + "created": 1756311580.1912255, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 237, + "lineno": 235, "message": "Cache file does not exists (yet).", "module": "__init__", - "msecs": 626.0, + "msecs": 191.0, "msg": "Cache file does not exists (yet).", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8156.94281, + "relativeCreated": 7132.559088, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ - "['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']" + "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2025-08-15 19:13:35,626", - "created": 1755278015.6267188, + "asctime": "2025-08-27 18:19:40,191", + "created": 1756311580.1913464, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 246, - "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']", + "lineno": 244, + "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 626.0, + "msecs": 191.0, "msg": "Loading all data from source - %s", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8157.019383, + "relativeCreated": 7132.67987, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ - "['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']" + "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2025-08-15 19:13:35,627", - "created": 1755278015.627218, + "asctime": "2025-08-27 18:19:40,191", + "created": 1756311580.1918519, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 246, - "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']", + "lineno": 244, + "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 627.0, + "msecs": 191.0, "msg": "Loading all data from source - %s", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8157.518414, + "relativeCreated": 7133.185233, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_source_key_def.json" ], - "asctime": "2025-08-15 19:13:35,628", - "created": 1755278015.628084, + "asctime": "2025-08-27 18:19:40,192", + "created": 1756311580.1928396, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -12538,39 +11220,39 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_source_key_def.json)", "module": "__init__", - "msecs": 628.0, + "msecs": 192.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8158.3845, + "relativeCreated": 7134.173206, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 628.0, + "msecs": 193.0, "msg": "Prepare: First usage of %s with a class holding the data to be cached", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_source_key_definition.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8158.493542, + "relativeCreated": 7134.341772, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.00010919570922851562 + "time_consumption": 0.00016880035400390625 }, { "args": [ "'__string__'", "" ], - "asctime": "2025-08-15 19:13:35,629", - "created": 1755278015.6292527, + "asctime": "2025-08-27 18:19:40,194", + "created": 1756311580.194424, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -12584,8 +11266,8 @@ "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_source_key_def.json" ], - "asctime": "2025-08-15 19:13:35,628", - "created": 1755278015.628408, + "asctime": "2025-08-27 18:19:40,193", + "created": 1756311580.193333, "exc_text": null, "filename": "__init__.py", "funcName": "_load_only", @@ -12594,78 +11276,78 @@ "lineno": 296, "message": "Loading properties from cache (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_source_key_def.json)", "module": "__init__", - "msecs": 628.0, + "msecs": 193.0, "msg": "Loading properties from cache (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8158.708697, + "relativeCreated": 7134.666357, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "str" ], - "asctime": "2025-08-15 19:13:35,628", - "created": 1755278015.6285026, + "asctime": "2025-08-27 18:19:40,193", + "created": 1756311580.1934395, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='str' from source instance", "module": "__init__", - "msecs": 628.0, + "msecs": 193.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8158.803041, + "relativeCreated": 7134.773066, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "str", "__string__", - 1755278015 + 1756311580 ], - "asctime": "2025-08-15 19:13:35,628", - "created": 1755278015.6285627, + "asctime": "2025-08-27 18:19:40,193", + "created": 1756311580.1935163, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 167, - "message": "Adding key=str, value=__string__ with timestamp=1755278015 to chache", + "lineno": 165, + "message": "Adding key=str, value=__string__ with timestamp=1756311580 to chache", "module": "__init__", - "msecs": 628.0, + "msecs": 193.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8158.863304, + "relativeCreated": 7134.849687, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_source_key_def.json" ], - "asctime": "2025-08-15 19:13:35,628", - "created": 1755278015.6289635, + "asctime": "2025-08-27 18:19:40,194", + "created": 1756311580.1940434, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -12674,16 +11356,16 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_source_key_def.json)", "module": "__init__", - "msecs": 628.0, + "msecs": 194.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8159.264147, + "relativeCreated": 7135.376852, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -12692,8 +11374,8 @@ "'__string__'", "" ], - "asctime": "2025-08-15 19:13:35,629", - "created": 1755278015.6291258, + "asctime": "2025-08-27 18:19:40,194", + "created": 1756311580.1942647, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -12702,16 +11384,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=str): '__string__' ()", "module": "test", - "msecs": 629.0, + "msecs": 194.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8159.426542, + "relativeCreated": 7135.598111, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -12721,8 +11403,8 @@ "'__string__'", "" ], - "asctime": "2025-08-15 19:13:35,629", - "created": 1755278015.6291947, + "asctime": "2025-08-27 18:19:40,194", + "created": 1756311580.1943493, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -12731,39 +11413,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=str): result = '__string__' ()", "module": "test", - "msecs": 629.0, + "msecs": 194.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8159.495413, + "relativeCreated": 7135.68285, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 629.0, + "msecs": 194.0, "msg": "Data from cached instance with key=str is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8159.553119, + "relativeCreated": 7135.757295, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 5.793571472167969e-05 + "time_consumption": 7.462501525878906e-05 }, { "args": [ "'unicode'", "" ], - "asctime": "2025-08-15 19:13:35,629", - "created": 1755278015.6295326, + "asctime": "2025-08-27 18:19:40,194", + "created": 1756311580.194787, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -12777,26 +11459,26 @@ "args": [ "unicode" ], - "asctime": "2025-08-15 19:13:35,629", - "created": 1755278015.6293592, + "asctime": "2025-08-27 18:19:40,194", + "created": 1756311580.1945584, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'unicode' from cache", "module": "__init__", - "msecs": 629.0, + "msecs": 194.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8159.659936, + "relativeCreated": 7135.892005, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -12805,8 +11487,8 @@ "'unicode'", "" ], - "asctime": "2025-08-15 19:13:35,629", - "created": 1755278015.6294274, + "asctime": "2025-08-27 18:19:40,194", + "created": 1756311580.194641, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -12815,16 +11497,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=unicode): 'unicode' ()", "module": "test", - "msecs": 629.0, + "msecs": 194.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8159.728008, + "relativeCreated": 7135.974661, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -12834,8 +11516,8 @@ "'unicode'", "" ], - "asctime": "2025-08-15 19:13:35,629", - "created": 1755278015.6294804, + "asctime": "2025-08-27 18:19:40,194", + "created": 1756311580.1947114, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -12844,39 +11526,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=unicode): result = 'unicode' ()", "module": "test", - "msecs": 629.0, + "msecs": 194.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8159.780947, + "relativeCreated": 7136.045065, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 629.0, + "msecs": 194.0, "msg": "Data from cached instance with key=unicode is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8159.833379, + "relativeCreated": 7136.120474, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 5.221366882324219e-05 + "time_consumption": 7.557868957519531e-05 }, { "args": [ "17", "" ], - "asctime": "2025-08-15 19:13:35,629", - "created": 1755278015.6297953, + "asctime": "2025-08-27 18:19:40,195", + "created": 1756311580.1952133, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -12890,26 +11572,26 @@ "args": [ "integer" ], - "asctime": "2025-08-15 19:13:35,629", - "created": 1755278015.6296215, + "asctime": "2025-08-27 18:19:40,194", + "created": 1756311580.1949155, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'integer' from cache", "module": "__init__", - "msecs": 629.0, + "msecs": 194.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8159.922211, + "relativeCreated": 7136.248991, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -12918,8 +11600,8 @@ "17", "" ], - "asctime": "2025-08-15 19:13:35,629", - "created": 1755278015.6296833, + "asctime": "2025-08-27 18:19:40,194", + "created": 1756311580.194998, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -12928,16 +11610,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=integer): 17 ()", "module": "test", - "msecs": 629.0, + "msecs": 194.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8159.983728, + "relativeCreated": 7136.331485, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -12947,8 +11629,8 @@ "17", "" ], - "asctime": "2025-08-15 19:13:35,629", - "created": 1755278015.6297457, + "asctime": "2025-08-27 18:19:40,195", + "created": 1756311580.195146, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -12957,39 +11639,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=integer): result = 17 ()", "module": "test", - "msecs": 629.0, + "msecs": 195.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8160.046268, + "relativeCreated": 7136.479375, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 629.0, + "msecs": 195.0, "msg": "Data from cached instance with key=integer is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8160.095984, + "relativeCreated": 7136.546745, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 4.9591064453125e-05 + "time_consumption": 6.723403930664062e-05 }, { "args": [ "2.71828", "" ], - "asctime": "2025-08-15 19:13:35,630", - "created": 1755278015.6307044, + "asctime": "2025-08-27 18:19:40,196", + "created": 1756311580.1962976, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -13003,62 +11685,62 @@ "args": [ "float" ], - "asctime": "2025-08-15 19:13:35,629", - "created": 1755278015.6298792, + "asctime": "2025-08-27 18:19:40,195", + "created": 1756311580.195328, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='float' from source instance", "module": "__init__", - "msecs": 629.0, + "msecs": 195.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8160.179898, + "relativeCreated": 7136.661574, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "float", 2.71828, - 1755278015 + 1756311580 ], - "asctime": "2025-08-15 19:13:35,629", - "created": 1755278015.6299407, + "asctime": "2025-08-27 18:19:40,195", + "created": 1756311580.1954021, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 167, - "message": "Adding key=float, value=2.71828 with timestamp=1755278015 to chache", + "lineno": 165, + "message": "Adding key=float, value=2.71828 with timestamp=1756311580 to chache", "module": "__init__", - "msecs": 629.0, + "msecs": 195.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8160.24138, + "relativeCreated": 7136.73577, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_source_key_def.json" ], - "asctime": "2025-08-15 19:13:35,630", - "created": 1755278015.6304126, + "asctime": "2025-08-27 18:19:40,195", + "created": 1756311580.1959486, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -13067,16 +11749,16 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_source_key_def.json)", "module": "__init__", - "msecs": 630.0, + "msecs": 195.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8160.713256, + "relativeCreated": 7137.282121, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -13085,8 +11767,8 @@ "2.71828", "" ], - "asctime": "2025-08-15 19:13:35,630", - "created": 1755278015.630573, + "asctime": "2025-08-27 18:19:40,196", + "created": 1756311580.196127, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -13095,16 +11777,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=float): 2.71828 ()", "module": "test", - "msecs": 630.0, + "msecs": 196.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8160.873553, + "relativeCreated": 7137.460461, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -13114,8 +11796,8 @@ "2.71828", "" ], - "asctime": "2025-08-15 19:13:35,630", - "created": 1755278015.63065, + "asctime": "2025-08-27 18:19:40,196", + "created": 1756311580.1962087, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -13124,39 +11806,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=float): result = 2.71828 ()", "module": "test", - "msecs": 630.0, + "msecs": 196.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8160.950615, + "relativeCreated": 7137.542, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 630.0, + "msecs": 196.0, "msg": "Data from cached instance with key=float is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8161.004877, + "relativeCreated": 7137.631168, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 5.435943603515625e-05 + "time_consumption": 8.893013000488281e-05 }, { "args": [ "[1, 'two', '3', 4]", "" ], - "asctime": "2025-08-15 19:13:35,630", - "created": 1755278015.6309958, + "asctime": "2025-08-27 18:19:40,196", + "created": 1756311580.1969767, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -13170,26 +11852,26 @@ "args": [ "list" ], - "asctime": "2025-08-15 19:13:35,630", - "created": 1755278015.630796, + "asctime": "2025-08-27 18:19:40,196", + "created": 1756311580.19649, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'list' from cache", "module": "__init__", - "msecs": 630.0, + "msecs": 196.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8161.096569, + "relativeCreated": 7137.823521, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -13198,8 +11880,8 @@ "[ 1, 'two', '3', 4 ]", "" ], - "asctime": "2025-08-15 19:13:35,630", - "created": 1755278015.6308675, + "asctime": "2025-08-27 18:19:40,196", + "created": 1756311580.1966548, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -13208,16 +11890,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=list): [ 1, 'two', '3', 4 ] ()", "module": "test", - "msecs": 630.0, + "msecs": 196.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8161.16807, + "relativeCreated": 7137.988444, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -13227,8 +11909,8 @@ "[ 1, 'two', '3', 4 ]", "" ], - "asctime": "2025-08-15 19:13:35,630", - "created": 1755278015.6309261, + "asctime": "2025-08-27 18:19:40,196", + "created": 1756311580.196791, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -13237,39 +11919,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=list): result = [ 1, 'two', '3', 4 ] ()", "module": "test", - "msecs": 630.0, + "msecs": 196.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8161.226586, + "relativeCreated": 7138.124402, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 630.0, + "msecs": 196.0, "msg": "Data from cached instance with key=list is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8161.296249, + "relativeCreated": 7138.310225, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 6.961822509765625e-05 + "time_consumption": 0.0001857280731201172 }, { "args": [ "{'1': 1, '2': 'two', '3': '3', '4': 4}", "" ], - "asctime": "2025-08-15 19:13:35,631", - "created": 1755278015.631284, + "asctime": "2025-08-27 18:19:40,197", + "created": 1756311580.1976883, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -13283,26 +11965,26 @@ "args": [ "dict" ], - "asctime": "2025-08-15 19:13:35,631", - "created": 1755278015.6310818, + "asctime": "2025-08-27 18:19:40,197", + "created": 1756311580.1971955, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'dict' from cache", "module": "__init__", - "msecs": 631.0, + "msecs": 197.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8161.38232, + "relativeCreated": 7138.529103, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -13311,8 +11993,8 @@ "{ '1': 1, '2': 'two', '3': '3', '4': 4 }", "" ], - "asctime": "2025-08-15 19:13:35,631", - "created": 1755278015.6311536, + "asctime": "2025-08-27 18:19:40,197", + "created": 1756311580.1973727, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -13321,16 +12003,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=dict): { '1': 1, '2': 'two', '3': '3', '4': 4 } ()", "module": "test", - "msecs": 631.0, + "msecs": 197.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8161.454221, + "relativeCreated": 7138.706219, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -13340,8 +12022,8 @@ "{ '1': 1, '2': 'two', '3': '3', '4': 4 }", "" ], - "asctime": "2025-08-15 19:13:35,631", - "created": 1755278015.6312127, + "asctime": "2025-08-27 18:19:40,197", + "created": 1756311580.1975093, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -13350,179 +12032,66 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=dict): result = { '1': 1, '2': 'two', '3': '3', '4': 4 } ()", "module": "test", - "msecs": 631.0, + "msecs": 197.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8161.513472, + "relativeCreated": 7138.842951, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 631.0, + "msecs": 197.0, "msg": "Data from cached instance with key=dict is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8161.584658, + "relativeCreated": 7139.021781, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 7.128715515136719e-05 - }, - { - "args": [ - "None", - "" - ], - "asctime": "2025-08-15 19:13:35,631", - "created": 1755278015.6315467, - "exc_text": null, - "filename": "test.py", - "funcName": "equivalency_chk", - "levelname": "INFO", - "levelno": 20, - "lineno": 184, - "message": "Data from cached instance with key=none is correct (Content None and Type is ).", - "module": "test", - "moduleLogger": [ - { - "args": [ - "none" - ], - "asctime": "2025-08-15 19:13:35,631", - "created": 1755278015.6313708, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 157, - "message": "Providing property for 'none' from cache", - "module": "__init__", - "msecs": 631.0, - "msg": "Providing property for '%s' from cache", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8161.671482, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=none", - "None", - "" - ], - "asctime": "2025-08-15 19:13:35,631", - "created": 1755278015.6314316, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_result__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 22, - "message": "Result (Data from cached instance with key=none): None ()", - "module": "test", - "msecs": 631.0, - "msg": "Result (%s): %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8161.732323, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=none", - "=", - "None", - "" - ], - "asctime": "2025-08-15 19:13:35,631", - "created": 1755278015.6314886, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_expectation__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 26, - "message": "Expectation (Data from cached instance with key=none): result = None ()", - "module": "test", - "msecs": 631.0, - "msg": "Expectation (%s): result %s %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8161.789234, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - } - ], - "msecs": 631.0, - "msg": "Data from cached instance with key=none is correct (Content %s and Type is %s).", - "name": "__tLogger__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8161.847265, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread", - "time_consumption": 5.817413330078125e-05 + "time_consumption": 0.00017905235290527344 } ], - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.005298614501953125, - "time_finished": "2025-08-15 19:13:35,631", - "time_start": "2025-08-15 19:13:35,626" + "time_consumption": 0.007247447967529297, + "time_finished": "2025-08-27 18:19:40,197", + "time_start": "2025-08-27 18:19:40,190" }, "REQ-0011": { "args": null, - "asctime": "2025-08-15 19:13:35,631", - "created": 1755278015.6317372, + "asctime": "2025-08-27 18:19:40,198", + "created": 1756311580.1981437, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 331, + "lineno": 329, "message": "REQ-0011", "module": "__init__", "moduleLogger": [], - "msecs": 631.0, + "msecs": 198.0, "msg": "REQ-0011", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/report/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8162.038005, + "relativeCreated": 7139.477192, "stack_info": null, "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:35,631", - "created": 1755278015.6319938, + "asctime": "2025-08-27 18:19:40,198", + "created": 1756311580.1986516, "exc_text": null, "filename": "test_helpers.py", "funcName": "clean", @@ -13534,8 +12103,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:35,631", - "created": 1755278015.6318884, + "asctime": "2025-08-27 18:19:40,198", + "created": 1756311580.1984658, "exc_text": null, "filename": "test_helpers.py", "funcName": "clean", @@ -13544,36 +12113,36 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 631.0, + "msecs": 198.0, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8162.188974, + "relativeCreated": 7139.799187, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 631.0, + "msecs": 198.0, "msg": "Prepare: Cleanup before testcase execution", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8162.29434, + "relativeCreated": 7139.98505, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.00010538101196289062 + "time_consumption": 0.0001857280731201172 }, { "args": [], - "asctime": "2025-08-15 19:13:35,632", - "created": 1755278015.6320863, + "asctime": "2025-08-27 18:19:40,198", + "created": 1756311580.198827, "exc_text": null, "filename": "test_save_callback.py", "funcName": "save_callback", @@ -13583,16 +12152,16 @@ "message": "Installing save_callback with no get or full_update execution.", "module": "test_save_callback", "moduleLogger": [], - "msecs": 632.0, + "msecs": 198.0, "msg": "Installing save_callback with no get or full_update execution.", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_save_callback.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8162.386827, + "relativeCreated": 7140.160381, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -13601,8 +12170,8 @@ "0", "" ], - "asctime": "2025-08-15 19:13:35,632", - "created": 1755278015.6322892, + "asctime": "2025-08-27 18:19:40,199", + "created": 1756311580.1990995, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -13618,8 +12187,8 @@ "0", "" ], - "asctime": "2025-08-15 19:13:35,632", - "created": 1755278015.6321807, + "asctime": "2025-08-27 18:19:40,198", + "created": 1756311580.1989567, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -13628,16 +12197,16 @@ "lineno": 22, "message": "Result (Save callback execution counter): 0 ()", "module": "test", - "msecs": 632.0, + "msecs": 198.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8162.481352, + "relativeCreated": 7140.290235, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -13647,8 +12216,8 @@ "0", "" ], - "asctime": "2025-08-15 19:13:35,632", - "created": 1755278015.6322377, + "asctime": "2025-08-27 18:19:40,199", + "created": 1756311580.1990309, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -13657,39 +12226,39 @@ "lineno": 26, "message": "Expectation (Save callback execution counter): result = 0 ()", "module": "test", - "msecs": 632.0, + "msecs": 199.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8162.538095, + "relativeCreated": 7140.364251, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 632.0, + "msecs": 199.0, "msg": "Save callback execution counter is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8162.589871, + "relativeCreated": 7140.433218, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 5.14984130859375e-05 + "time_consumption": 6.866455078125e-05 }, { "args": [ "None", "" ], - "asctime": "2025-08-15 19:13:35,632", - "created": 1755278015.6324725, + "asctime": "2025-08-27 18:19:40,199", + "created": 1756311580.1993535, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -13705,8 +12274,8 @@ "None", "" ], - "asctime": "2025-08-15 19:13:35,632", - "created": 1755278015.6323712, + "asctime": "2025-08-27 18:19:40,199", + "created": 1756311580.1992128, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -13715,16 +12284,16 @@ "lineno": 22, "message": "Result (Save callback execution counter): None ()", "module": "test", - "msecs": 632.0, + "msecs": 199.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8162.671714, + "relativeCreated": 7140.546259, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -13734,8 +12303,8 @@ "None", "" ], - "asctime": "2025-08-15 19:13:35,632", - "created": 1755278015.6324232, + "asctime": "2025-08-27 18:19:40,199", + "created": 1756311580.1992846, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -13744,66 +12313,66 @@ "lineno": 26, "message": "Expectation (Save callback execution counter): result = None ()", "module": "test", - "msecs": 632.0, + "msecs": 199.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8162.723844, + "relativeCreated": 7140.617914, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 632.0, + "msecs": 199.0, "msg": "Save callback execution counter is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8162.773219, + "relativeCreated": 7140.686769, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 4.935264587402344e-05 + "time_consumption": 6.890296936035156e-05 } ], - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.0007352828979492188, - "time_finished": "2025-08-15 19:13:35,632", - "time_start": "2025-08-15 19:13:35,631" + "time_consumption": 0.0012097358703613281, + "time_finished": "2025-08-27 18:19:40,199", + "time_start": "2025-08-27 18:19:40,198" }, "REQ-0012": { "args": null, - "asctime": "2025-08-15 19:13:35,632", - "created": 1755278015.6326344, + "asctime": "2025-08-27 18:19:40,199", + "created": 1756311580.1996295, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 331, + "lineno": 329, "message": "REQ-0012", "module": "__init__", "moduleLogger": [], - "msecs": 632.0, + "msecs": 199.0, "msg": "REQ-0012", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/report/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8162.9349, + "relativeCreated": 7140.962955, "stack_info": null, "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:35,632", - "created": 1755278015.632804, + "asctime": "2025-08-27 18:19:40,199", + "created": 1756311580.1999724, "exc_text": null, "filename": "test_helpers.py", "funcName": "clean", @@ -13815,8 +12384,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:35,632", - "created": 1755278015.632751, + "asctime": "2025-08-27 18:19:40,199", + "created": 1756311580.1998959, "exc_text": null, "filename": "test_helpers.py", "funcName": "clean", @@ -13825,36 +12394,36 @@ "lineno": 20, "message": "Cache file does not exist on filesystem.", "module": "test_helpers", - "msecs": 632.0, + "msecs": 199.0, "msg": "Cache file does not exist on filesystem.", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8163.051816, + "relativeCreated": 7141.229178, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 632.0, + "msecs": 199.0, "msg": "Prepare: Cleanup before testcase execution", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8163.104457, + "relativeCreated": 7141.305913, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 5.2928924560546875e-05 + "time_consumption": 7.653236389160156e-05 }, { "args": [], - "asctime": "2025-08-15 19:13:35,633", - "created": 1755278015.6339018, + "asctime": "2025-08-27 18:19:40,201", + "created": 1756311580.201478, "exc_text": null, "filename": "test_save_callback.py", "funcName": "save_callback", @@ -13866,60 +12435,60 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:35,632", - "created": 1755278015.6329002, + "asctime": "2025-08-27 18:19:40,200", + "created": 1756311580.2001095, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 237, + "lineno": 235, "message": "Cache file does not exists (yet).", "module": "__init__", - "msecs": 632.0, + "msecs": 200.0, "msg": "Cache file does not exists (yet).", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8163.200929, + "relativeCreated": 7141.443054, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ - "['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']" + "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2025-08-15 19:13:35,632", - "created": 1755278015.6329792, + "asctime": "2025-08-27 18:19:40,200", + "created": 1756311580.2002134, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 246, - "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']", + "lineno": 244, + "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 632.0, + "msecs": 200.0, "msg": "Loading all data from source - %s", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8163.279794, + "relativeCreated": 7141.547025, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/save_callback_callback.json" ], - "asctime": "2025-08-15 19:13:35,633", - "created": 1755278015.633786, + "asctime": "2025-08-27 18:19:40,201", + "created": 1756311580.2012897, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -13928,39 +12497,39 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/save_callback_callback.json)", "module": "__init__", - "msecs": 633.0, + "msecs": 201.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8164.086532, + "relativeCreated": 7142.623089, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 633.0, + "msecs": 201.0, "msg": "Installing save_callback and execute full_update.", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_save_callback.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8164.202426, + "relativeCreated": 7142.811487, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.00011587142944335938 + "time_consumption": 0.00018835067749023438 }, { "args": [ "1", "" ], - "asctime": "2025-08-15 19:13:35,634", - "created": 1755278015.634113, + "asctime": "2025-08-27 18:19:40,201", + "created": 1756311580.2019296, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -13976,8 +12545,8 @@ "1", "" ], - "asctime": "2025-08-15 19:13:35,634", - "created": 1755278015.6340039, + "asctime": "2025-08-27 18:19:40,201", + "created": 1756311580.2016864, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -13986,16 +12555,16 @@ "lineno": 22, "message": "Result (Save callback execution counter): 1 ()", "module": "test", - "msecs": 634.0, + "msecs": 201.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8164.304629, + "relativeCreated": 7143.019837, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -14005,8 +12574,8 @@ "1", "" ], - "asctime": "2025-08-15 19:13:35,634", - "created": 1755278015.6340616, + "asctime": "2025-08-27 18:19:40,201", + "created": 1756311580.2017725, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -14015,153 +12584,153 @@ "lineno": 26, "message": "Expectation (Save callback execution counter): result = 1 ()", "module": "test", - "msecs": 634.0, + "msecs": 201.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8164.362211, + "relativeCreated": 7143.105948, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 634.0, + "msecs": 201.0, "msg": "Save callback execution counter is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8164.413732, + "relativeCreated": 7143.26298, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 5.14984130859375e-05 + "time_consumption": 0.0001571178436279297 }, { "args": [ - "", + "", "" ], - "asctime": "2025-08-15 19:13:35,634", - "created": 1755278015.6343045, + "asctime": "2025-08-27 18:19:40,202", + "created": 1756311580.20239, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "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": "2025-08-15 19:13:35,634", - "created": 1755278015.6341991, + "asctime": "2025-08-27 18:19:40,202", + "created": 1756311580.2021406, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Save callback execution counter): ()", + "message": "Result (Save callback execution counter): ()", "module": "test", - "msecs": 634.0, + "msecs": 202.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8164.499772, + "relativeCreated": 7143.474105, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "Save callback execution counter", "=", - "", + "", "" ], - "asctime": "2025-08-15 19:13:35,634", - "created": 1755278015.6342537, + "asctime": "2025-08-27 18:19:40,202", + "created": 1756311580.2022665, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", "levelname": "DEBUG", "levelno": 10, "lineno": 26, - "message": "Expectation (Save callback execution counter): result = ()", + "message": "Expectation (Save callback execution counter): result = ()", "module": "test", - "msecs": 634.0, + "msecs": 202.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8164.554382, + "relativeCreated": 7143.59993, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 634.0, + "msecs": 202.0, "msg": "Save callback execution counter is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8164.605159, + "relativeCreated": 7143.723528, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 5.078315734863281e-05 + "time_consumption": 0.00012350082397460938 } ], - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.0016701221466064453, - "time_finished": "2025-08-15 19:13:35,634", - "time_start": "2025-08-15 19:13:35,632" + "time_consumption": 0.0027604103088378906, + "time_finished": "2025-08-27 18:19:40,202", + "time_start": "2025-08-27 18:19:40,199" }, "REQ-0013": { "args": null, - "asctime": "2025-08-15 19:13:35,634", - "created": 1755278015.6344678, + "asctime": "2025-08-27 18:19:40,202", + "created": 1756311580.2027705, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 331, + "lineno": 329, "message": "REQ-0013", "module": "__init__", "moduleLogger": [], - "msecs": 634.0, + "msecs": 202.0, "msg": "REQ-0013", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/report/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8164.768395, + "relativeCreated": 7144.103903, "stack_info": null, "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:35,634", - "created": 1755278015.6346805, + "asctime": "2025-08-27 18:19:40,203", + "created": 1756311580.203213, "exc_text": null, "filename": "test_helpers.py", "funcName": "clean", @@ -14173,8 +12742,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:35,634", - "created": 1755278015.6345792, + "asctime": "2025-08-27 18:19:40,203", + "created": 1756311580.203049, "exc_text": null, "filename": "test_helpers.py", "funcName": "clean", @@ -14183,36 +12752,36 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 634.0, + "msecs": 203.0, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8164.879688, + "relativeCreated": 7144.382428, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 634.0, + "msecs": 203.0, "msg": "Prepare: Cleanup before testcase execution", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8164.981132, + "relativeCreated": 7144.546448, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.00010132789611816406 + "time_consumption": 0.000164031982421875 }, { "args": [], - "asctime": "2025-08-15 19:13:35,635", - "created": 1755278015.635231, + "asctime": "2025-08-27 18:19:40,204", + "created": 1756311580.204375, "exc_text": null, "filename": "test_save_callback.py", "funcName": "save_callback", @@ -14224,88 +12793,88 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:35,634", - "created": 1755278015.6347873, + "asctime": "2025-08-27 18:19:40,203", + "created": 1756311580.2034738, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 237, + "lineno": 235, "message": "Cache file does not exists (yet).", "module": "__init__", - "msecs": 634.0, + "msecs": 203.0, "msg": "Cache file does not exists (yet).", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8165.087812, + "relativeCreated": 7144.807349, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "str" ], - "asctime": "2025-08-15 19:13:35,634", - "created": 1755278015.6348615, + "asctime": "2025-08-27 18:19:40,203", + "created": 1756311580.2036178, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='str' from source instance", "module": "__init__", - "msecs": 634.0, + "msecs": 203.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8165.162098, + "relativeCreated": 7144.951337, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "str", "string", - 1755278015 + 1756311580 ], - "asctime": "2025-08-15 19:13:35,634", - "created": 1755278015.634925, + "asctime": "2025-08-27 18:19:40,203", + "created": 1756311580.203707, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 167, - "message": "Adding key=str, value=string with timestamp=1755278015 to chache", + "lineno": 165, + "message": "Adding key=str, value=string with timestamp=1756311580 to chache", "module": "__init__", - "msecs": 634.0, + "msecs": 203.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8165.225282, + "relativeCreated": 7145.040395, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/save_callback_callback.json" ], - "asctime": "2025-08-15 19:13:35,635", - "created": 1755278015.635128, + "asctime": "2025-08-27 18:19:40,204", + "created": 1756311580.2041776, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -14314,36 +12883,36 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/save_callback_callback.json)", "module": "__init__", - "msecs": 635.0, + "msecs": 204.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8165.42858, + "relativeCreated": 7145.51108, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 635.0, + "msecs": 204.0, "msg": "Installing save_callback and execute a single get.", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_save_callback.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8165.531495, + "relativeCreated": 7145.70862, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.000102996826171875 + "time_consumption": 0.00019741058349609375 }, { "args": [], - "asctime": "2025-08-15 19:13:35,635", - "created": 1755278015.63572, + "asctime": "2025-08-27 18:19:40,205", + "created": 1756311580.2054033, "exc_text": null, "filename": "test_save_callback.py", "funcName": "save_callback", @@ -14357,62 +12926,62 @@ "args": [ "unicode" ], - "asctime": "2025-08-15 19:13:35,635", - "created": 1755278015.6353269, + "asctime": "2025-08-27 18:19:40,204", + "created": 1756311580.20459, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 163, + "lineno": 161, "message": "Loading property for key='unicode' from source instance", "module": "__init__", - "msecs": 635.0, + "msecs": 204.0, "msg": "Loading property for key='%s' from source instance", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8165.627493, + "relativeCreated": 7145.92361, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "unicode", "unicode", - 1755278015 + 1756311580 ], - "asctime": "2025-08-15 19:13:35,635", - "created": 1755278015.6353834, + "asctime": "2025-08-27 18:19:40,204", + "created": 1756311580.2046928, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 167, - "message": "Adding key=unicode, value=unicode with timestamp=1755278015 to chache", + "lineno": 165, + "message": "Adding key=unicode, value=unicode with timestamp=1756311580 to chache", "module": "__init__", - "msecs": 635.0, + "msecs": 204.0, "msg": "Adding key=%s, value=%s with timestamp=%d to chache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8165.684021, + "relativeCreated": 7146.026281, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/save_callback_callback.json" ], - "asctime": "2025-08-15 19:13:35,635", - "created": 1755278015.6355932, + "asctime": "2025-08-27 18:19:40,205", + "created": 1756311580.20515, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -14421,39 +12990,39 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/save_callback_callback.json)", "module": "__init__", - "msecs": 635.0, + "msecs": 205.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8165.893875, + "relativeCreated": 7146.483375, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 635.0, + "msecs": 205.0, "msg": "Installing save_callback and execute a single get.", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_save_callback.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8166.020422, + "relativeCreated": 7146.736938, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.00012683868408203125 + "time_consumption": 0.00025343894958496094 }, { "args": [ "2", "" ], - "asctime": "2025-08-15 19:13:35,635", - "created": 1755278015.6359322, + "asctime": "2025-08-27 18:19:40,205", + "created": 1756311580.2057526, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -14469,8 +13038,8 @@ "2", "" ], - "asctime": "2025-08-15 19:13:35,635", - "created": 1755278015.6358228, + "asctime": "2025-08-27 18:19:40,205", + "created": 1756311580.2055893, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -14479,16 +13048,16 @@ "lineno": 22, "message": "Result (Save callback execution counter): 2 ()", "module": "test", - "msecs": 635.0, + "msecs": 205.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8166.123359, + "relativeCreated": 7146.92261, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -14498,8 +13067,8 @@ "2", "" ], - "asctime": "2025-08-15 19:13:35,635", - "created": 1755278015.6358807, + "asctime": "2025-08-27 18:19:40,205", + "created": 1756311580.20568, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -14508,153 +13077,153 @@ "lineno": 26, "message": "Expectation (Save callback execution counter): result = 2 ()", "module": "test", - "msecs": 635.0, + "msecs": 205.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8166.181317, + "relativeCreated": 7147.013292, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 635.0, + "msecs": 205.0, "msg": "Save callback execution counter is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8166.232697, + "relativeCreated": 7147.085948, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 5.14984130859375e-05 + "time_consumption": 7.271766662597656e-05 }, { "args": [ - "", + "", "" ], - "asctime": "2025-08-15 19:13:35,636", - "created": 1755278015.6361191, + "asctime": "2025-08-27 18:19:40,206", + "created": 1756311580.2060761, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", "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": "2025-08-15 19:13:35,636", - "created": 1755278015.6360152, + "asctime": "2025-08-27 18:19:40,205", + "created": 1756311580.2058997, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", "levelname": "DEBUG", "levelno": 10, "lineno": 22, - "message": "Result (Save callback execution counter): ()", + "message": "Result (Save callback execution counter): ()", "module": "test", - "msecs": 636.0, + "msecs": 205.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8166.315818, + "relativeCreated": 7147.233306, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "Save callback execution counter", "=", - "", + "", "" ], - "asctime": "2025-08-15 19:13:35,636", - "created": 1755278015.6360686, + "asctime": "2025-08-27 18:19:40,205", + "created": 1756311580.2059772, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", "levelname": "DEBUG", "levelno": 10, "lineno": 26, - "message": "Expectation (Save callback execution counter): result = ()", + "message": "Expectation (Save callback execution counter): result = ()", "module": "test", - "msecs": 636.0, + "msecs": 205.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8166.369207, + "relativeCreated": 7147.31053, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 636.0, + "msecs": 206.0, "msg": "Save callback execution counter is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8166.419629, + "relativeCreated": 7147.40954, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 5.054473876953125e-05 + "time_consumption": 9.894371032714844e-05 } ], - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.0016512870788574219, - "time_finished": "2025-08-15 19:13:35,636", - "time_start": "2025-08-15 19:13:35,634" + "time_consumption": 0.003305673599243164, + "time_finished": "2025-08-27 18:19:40,206", + "time_start": "2025-08-27 18:19:40,202" }, "REQ-0014": { "args": null, - "asctime": "2025-08-15 19:13:35,621", - "created": 1755278015.621412, + "asctime": "2025-08-27 18:19:40,184", + "created": 1756311580.1847014, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 331, + "lineno": 329, "message": "REQ-0014", "module": "__init__", "moduleLogger": [], - "msecs": 621.0, + "msecs": 184.0, "msg": "REQ-0014", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/report/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8151.712675, + "relativeCreated": 7126.034949, "stack_info": null, "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:35,621", - "created": 1755278015.6219203, + "asctime": "2025-08-27 18:19:40,185", + "created": 1756311580.1850674, "exc_text": null, "filename": "test_helpers.py", "funcName": "clean", @@ -14666,8 +13235,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:35,621", - "created": 1755278015.6216874, + "asctime": "2025-08-27 18:19:40,184", + "created": 1756311580.1848917, "exc_text": null, "filename": "test_helpers.py", "funcName": "clean", @@ -14676,38 +13245,38 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 621.0, + "msecs": 184.0, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8151.987865, + "relativeCreated": 7126.225053, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 621.0, + "msecs": 185.0, "msg": "Prepare: Cleanup before testcase execution", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8152.220842, + "relativeCreated": 7126.401035, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.00023293495178222656 + "time_consumption": 0.00017571449279785156 }, { "args": [ "'property_cache_json'" ], - "asctime": "2025-08-15 19:13:35,623", - "created": 1755278015.6234086, + "asctime": "2025-08-27 18:19:40,186", + "created": 1756311580.186895, "exc_text": null, "filename": "test_dump_cache.py", "funcName": "dump_cache", @@ -14719,60 +13288,60 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:35,622", - "created": 1755278015.6221828, + "asctime": "2025-08-27 18:19:40,185", + "created": 1756311580.1853013, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 237, + "lineno": 235, "message": "Cache file does not exists (yet).", "module": "__init__", - "msecs": 622.0, + "msecs": 185.0, "msg": "Cache file does not exists (yet).", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8152.483565, + "relativeCreated": 7126.634683, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ - "['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']" + "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2025-08-15 19:13:35,622", - "created": 1755278015.6223621, + "asctime": "2025-08-27 18:19:40,185", + "created": 1756311580.1854274, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 246, - "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict', 'none']", + "lineno": 244, + "message": "Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 622.0, + "msecs": 185.0, "msg": "Loading all data from source - %s", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8152.662807, + "relativeCreated": 7126.760869, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2025-08-15 19:13:35,623", - "created": 1755278015.6233046, + "asctime": "2025-08-27 18:19:40,186", + "created": 1756311580.1866515, "exc_text": null, "filename": "__init__.py", "funcName": "_save_only", @@ -14781,39 +13350,39 @@ "lineno": 301, "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 623.0, + "msecs": 186.0, "msg": "cache-file stored (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8153.605245, + "relativeCreated": 7127.984764, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 623.0, + "msecs": 186.0, "msg": "Prepare: First usage of %s with a class holding the data to be cached", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_dump_cache.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8153.709305, + "relativeCreated": 7128.228284, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.00010395050048828125 + "time_consumption": 0.0002434253692626953 }, { "args": [ "'string'", "" ], - "asctime": "2025-08-15 19:13:35,623", - "created": 1755278015.6238782, + "asctime": "2025-08-27 18:19:40,187", + "created": 1756311580.1876915, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -14827,8 +13396,8 @@ "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" ], - "asctime": "2025-08-15 19:13:35,623", - "created": 1755278015.6236167, + "asctime": "2025-08-27 18:19:40,187", + "created": 1756311580.1872559, "exc_text": null, "filename": "__init__.py", "funcName": "_load_only", @@ -14837,42 +13406,42 @@ "lineno": 296, "message": "Loading properties from cache (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", "module": "__init__", - "msecs": 623.0, + "msecs": 187.0, "msg": "Loading properties from cache (%s)", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8153.917486, + "relativeCreated": 7128.589224, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { "args": [ "str" ], - "asctime": "2025-08-15 19:13:35,623", - "created": 1755278015.6236987, + "asctime": "2025-08-27 18:19:40,187", + "created": 1756311580.1874394, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'str' from cache", "module": "__init__", - "msecs": 623.0, + "msecs": 187.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8153.999192, + "relativeCreated": 7128.772875, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -14881,8 +13450,8 @@ "'string'", "" ], - "asctime": "2025-08-15 19:13:35,623", - "created": 1755278015.6237643, + "asctime": "2025-08-27 18:19:40,187", + "created": 1756311580.187537, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -14891,16 +13460,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=str): 'string' ()", "module": "test", - "msecs": 623.0, + "msecs": 187.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8154.064904, + "relativeCreated": 7128.870456, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -14910,8 +13479,8 @@ "'string'", "" ], - "asctime": "2025-08-15 19:13:35,623", - "created": 1755278015.6238196, + "asctime": "2025-08-27 18:19:40,187", + "created": 1756311580.1876163, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -14920,39 +13489,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=str): result = 'string' ()", "module": "test", - "msecs": 623.0, + "msecs": 187.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8154.12003, + "relativeCreated": 7128.949636, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 623.0, + "msecs": 187.0, "msg": "Data from cached instance with key=str is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8154.178651, + "relativeCreated": 7129.02508, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 5.8650970458984375e-05 + "time_consumption": 7.510185241699219e-05 }, { "args": [ "'unicode'", "" ], - "asctime": "2025-08-15 19:13:35,624", - "created": 1755278015.624128, + "asctime": "2025-08-27 18:19:40,188", + "created": 1756311580.1880717, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -14966,26 +13535,26 @@ "args": [ "unicode" ], - "asctime": "2025-08-15 19:13:35,623", - "created": 1755278015.6239676, + "asctime": "2025-08-27 18:19:40,187", + "created": 1756311580.1878417, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'unicode' from cache", "module": "__init__", - "msecs": 623.0, + "msecs": 187.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8154.268402, + "relativeCreated": 7129.175045, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -14994,8 +13563,8 @@ "'unicode'", "" ], - "asctime": "2025-08-15 19:13:35,624", - "created": 1755278015.6240284, + "asctime": "2025-08-27 18:19:40,187", + "created": 1756311580.1879292, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -15004,16 +13573,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=unicode): 'unicode' ()", "module": "test", - "msecs": 624.0, + "msecs": 187.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8154.329007, + "relativeCreated": 7129.262583, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -15023,8 +13592,8 @@ "'unicode'", "" ], - "asctime": "2025-08-15 19:13:35,624", - "created": 1755278015.6240788, + "asctime": "2025-08-27 18:19:40,188", + "created": 1756311580.188002, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -15033,39 +13602,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=unicode): result = 'unicode' ()", "module": "test", - "msecs": 624.0, + "msecs": 188.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8154.379526, + "relativeCreated": 7129.335436, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 624.0, + "msecs": 188.0, "msg": "Data from cached instance with key=unicode is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8154.428734, + "relativeCreated": 7129.405206, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 4.935264587402344e-05 + "time_consumption": 6.961822509765625e-05 }, { "args": [ "17", "" ], - "asctime": "2025-08-15 19:13:35,624", - "created": 1755278015.624384, + "asctime": "2025-08-27 18:19:40,188", + "created": 1756311580.18867, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -15079,26 +13648,26 @@ "args": [ "integer" ], - "asctime": "2025-08-15 19:13:35,624", - "created": 1755278015.624217, + "asctime": "2025-08-27 18:19:40,188", + "created": 1756311580.1882749, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'integer' from cache", "module": "__init__", - "msecs": 624.0, + "msecs": 188.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8154.517705, + "relativeCreated": 7129.608413, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -15107,8 +13676,8 @@ "17", "" ], - "asctime": "2025-08-15 19:13:35,624", - "created": 1755278015.6242785, + "asctime": "2025-08-27 18:19:40,188", + "created": 1756311580.1884096, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -15117,16 +13686,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=integer): 17 ()", "module": "test", - "msecs": 624.0, + "msecs": 188.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8154.579205, + "relativeCreated": 7129.743007, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -15136,8 +13705,8 @@ "17", "" ], - "asctime": "2025-08-15 19:13:35,624", - "created": 1755278015.6243336, + "asctime": "2025-08-27 18:19:40,188", + "created": 1756311580.1885312, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -15146,39 +13715,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=integer): result = 17 ()", "module": "test", - "msecs": 624.0, + "msecs": 188.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8154.634186, + "relativeCreated": 7129.864583, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 624.0, + "msecs": 188.0, "msg": "Data from cached instance with key=integer is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8154.684538, + "relativeCreated": 7130.003304, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 5.030632019042969e-05 + "time_consumption": 0.00013875961303710938 }, { "args": [ "3.14159", "" ], - "asctime": "2025-08-15 19:13:35,624", - "created": 1755278015.624641, + "asctime": "2025-08-27 18:19:40,189", + "created": 1756311580.18915, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -15192,26 +13761,26 @@ "args": [ "float" ], - "asctime": "2025-08-15 19:13:35,624", - "created": 1755278015.6244695, + "asctime": "2025-08-27 18:19:40,188", + "created": 1756311580.1888988, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'float' from cache", "module": "__init__", - "msecs": 624.0, + "msecs": 188.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8154.770099, + "relativeCreated": 7130.232408, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -15220,8 +13789,8 @@ "3.14159", "" ], - "asctime": "2025-08-15 19:13:35,624", - "created": 1755278015.6245322, + "asctime": "2025-08-27 18:19:40,189", + "created": 1756311580.1890066, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -15230,16 +13799,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=float): 3.14159 ()", "module": "test", - "msecs": 624.0, + "msecs": 189.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8154.832855, + "relativeCreated": 7130.340058, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -15249,8 +13818,8 @@ "3.14159", "" ], - "asctime": "2025-08-15 19:13:35,624", - "created": 1755278015.624588, + "asctime": "2025-08-27 18:19:40,189", + "created": 1756311580.1890788, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -15259,39 +13828,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=float): result = 3.14159 ()", "module": "test", - "msecs": 624.0, + "msecs": 189.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8154.888585, + "relativeCreated": 7130.412212, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 624.0, + "msecs": 189.0, "msg": "Data from cached instance with key=float is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8154.941602, + "relativeCreated": 7130.483611, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 5.2928924560546875e-05 + "time_consumption": 7.128715515136719e-05 }, { "args": [ "[1, 'two', '3', 4]", "" ], - "asctime": "2025-08-15 19:13:35,624", - "created": 1755278015.624914, + "asctime": "2025-08-27 18:19:40,189", + "created": 1756311580.1895967, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -15305,26 +13874,26 @@ "args": [ "list" ], - "asctime": "2025-08-15 19:13:35,624", - "created": 1755278015.6247215, + "asctime": "2025-08-27 18:19:40,189", + "created": 1756311580.1892676, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'list' from cache", "module": "__init__", - "msecs": 624.0, + "msecs": 189.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8155.022046, + "relativeCreated": 7130.601067, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -15333,8 +13902,8 @@ "[ 1, 'two', '3', 4 ]", "" ], - "asctime": "2025-08-15 19:13:35,624", - "created": 1755278015.6247888, + "asctime": "2025-08-27 18:19:40,189", + "created": 1756311580.189401, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -15343,16 +13912,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=list): [ 1, 'two', '3', 4 ] ()", "module": "test", - "msecs": 624.0, + "msecs": 189.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8155.08935, + "relativeCreated": 7130.734326, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -15362,8 +13931,8 @@ "[ 1, 'two', '3', 4 ]", "" ], - "asctime": "2025-08-15 19:13:35,624", - "created": 1755278015.624846, + "asctime": "2025-08-27 18:19:40,189", + "created": 1756311580.1894956, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -15372,39 +13941,39 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=list): result = [ 1, 'two', '3', 4 ] ()", "module": "test", - "msecs": 624.0, + "msecs": 189.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8155.146561, + "relativeCreated": 7130.829124, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 624.0, + "msecs": 189.0, "msg": "Data from cached instance with key=list is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8155.214486, + "relativeCreated": 7130.930229, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 6.794929504394531e-05 + "time_consumption": 0.0001010894775390625 }, { "args": [ "{'1': 1, '2': 'two', '3': '3', '4': 4}", "" ], - "asctime": "2025-08-15 19:13:35,625", - "created": 1755278015.6252017, + "asctime": "2025-08-27 18:19:40,190", + "created": 1756311580.190104, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -15418,26 +13987,26 @@ "args": [ "dict" ], - "asctime": "2025-08-15 19:13:35,624", - "created": 1755278015.6249986, + "asctime": "2025-08-27 18:19:40,189", + "created": 1756311580.1897185, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 157, + "lineno": 155, "message": "Providing property for 'dict' from cache", "module": "__init__", - "msecs": 624.0, + "msecs": 189.0, "msg": "Providing property for '%s' from cache", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8155.299301, + "relativeCreated": 7131.052127, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -15446,8 +14015,8 @@ "{ '1': 1, '2': 'two', '3': '3', '4': 4 }", "" ], - "asctime": "2025-08-15 19:13:35,625", - "created": 1755278015.6250672, + "asctime": "2025-08-27 18:19:40,189", + "created": 1756311580.1898322, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -15456,16 +14025,16 @@ "lineno": 22, "message": "Result (Data from cached instance with key=dict): { '1': 1, '2': 'two', '3': '3', '4': 4 } ()", "module": "test", - "msecs": 625.0, + "msecs": 189.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8155.367989, + "relativeCreated": 7131.165711, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" }, { @@ -15475,8 +14044,8 @@ "{ '1': 1, '2': 'two', '3': '3', '4': 4 }", "" ], - "asctime": "2025-08-15 19:13:35,625", - "created": 1755278015.6251318, + "asctime": "2025-08-27 18:19:40,189", + "created": 1756311580.189939, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -15485,259 +14054,66 @@ "lineno": 26, "message": "Expectation (Data from cached instance with key=dict): result = { '1': 1, '2': 'two', '3': '3', '4': 4 } ()", "module": "test", - "msecs": 625.0, + "msecs": 189.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8155.432397, + "relativeCreated": 7131.272416, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 625.0, + "msecs": 190.0, "msg": "Data from cached instance with key=dict is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 8155.502325, + "relativeCreated": 7131.437555, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 6.985664367675781e-05 - }, - { - "args": [ - "'not None'", - "" - ], - "asctime": "2025-08-15 19:13:35,626", - "created": 1755278015.6260273, - "exc_text": null, - "filename": "test.py", - "funcName": "equivalency_chk", - "levelname": "INFO", - "levelno": 20, - "lineno": 184, - "message": "Data from cached instance with key=none is correct (Content 'not None' and Type is ).", - "module": "test", - "moduleLogger": [ - { - "args": [ - "none" - ], - "asctime": "2025-08-15 19:13:35,625", - "created": 1755278015.6252882, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 157, - "message": "Providing property for 'none' from cache", - "module": "__init__", - "msecs": 625.0, - "msg": "Providing property for '%s' from cache", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8155.5888, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "none" - ], - "asctime": "2025-08-15 19:13:35,625", - "created": 1755278015.6253457, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 163, - "message": "Loading property for key='none' from source instance", - "module": "__init__", - "msecs": 625.0, - "msg": "Loading property for key='%s' from source instance", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8155.646422, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "none", - "not None", - 1755278015 - ], - "asctime": "2025-08-15 19:13:35,625", - "created": 1755278015.6253972, - "exc_text": null, - "filename": "__init__.py", - "funcName": "get", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 167, - "message": "Adding key=none, value=not None with timestamp=1755278015 to chache", - "module": "__init__", - "msecs": 625.0, - "msg": "Adding key=%s, value=%s with timestamp=%d to chache", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8155.69798, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json" - ], - "asctime": "2025-08-15 19:13:35,625", - "created": 1755278015.6257656, - "exc_text": null, - "filename": "__init__.py", - "funcName": "_save_only", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 301, - "message": "cache-file stored (/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_dump_cache.json)", - "module": "__init__", - "msecs": 625.0, - "msg": "cache-file stored (%s)", - "name": "caching", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8156.066162, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=none", - "'not None'", - "" - ], - "asctime": "2025-08-15 19:13:35,625", - "created": 1755278015.6259072, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_result__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 22, - "message": "Result (Data from cached instance with key=none): 'not None' ()", - "module": "test", - "msecs": 625.0, - "msg": "Result (%s): %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8156.207842, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - }, - { - "args": [ - "Data from cached instance with key=none", - "=", - "'not None'", - "" - ], - "asctime": "2025-08-15 19:13:35,625", - "created": 1755278015.625973, - "exc_text": null, - "filename": "test.py", - "funcName": "__report_expectation__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 26, - "message": "Expectation (Data from cached instance with key=none): result = 'not None' ()", - "module": "test", - "msecs": 625.0, - "msg": "Expectation (%s): result %s %s (%s)", - "name": "__unittest__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8156.273725, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread" - } - ], - "msecs": 626.0, - "msg": "Data from cached instance with key=none is correct (Content %s and Type is %s).", - "name": "__tLogger__", - "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/unittest/test.py", - "process": 1015645, - "processName": "MainProcess", - "relativeCreated": 8156.327996, - "stack_info": null, - "taskName": null, - "thread": 140171799056640, - "threadName": "MainThread", - "time_consumption": 5.435943603515625e-05 + "time_consumption": 0.00016498565673828125 } ], - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.004615306854248047, - "time_finished": "2025-08-15 19:13:35,626", - "time_start": "2025-08-15 19:13:35,621" + "time_consumption": 0.005402565002441406, + "time_finished": "2025-08-27 18:19:40,190", + "time_start": "2025-08-27 18:19:40,184" }, "REQ-0015": { "args": null, - "asctime": "2025-08-15 19:13:27,555", - "created": 1755278007.5551012, + "asctime": "2025-08-27 18:19:33,128", + "created": 1756311573.1286774, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 331, + "lineno": 329, "message": "REQ-0015", "module": "__init__", "moduleLogger": [], - "msecs": 555.0, + "msecs": 128.0, "msg": "REQ-0015", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/report/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 85.401685, + "relativeCreated": 70.010907, "stack_info": null, "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:27,555", - "created": 1755278007.5552778, + "asctime": "2025-08-27 18:19:33,128", + "created": 1756311573.1288428, "exc_text": null, "filename": "test_helpers.py", "funcName": "clean", @@ -15749,8 +14125,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2025-08-15 19:13:27,555", - "created": 1755278007.555211, + "asctime": "2025-08-27 18:19:33,128", + "created": 1756311573.1287649, "exc_text": null, "filename": "test_helpers.py", "funcName": "clean", @@ -15759,38 +14135,38 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 555.0, + "msecs": 128.0, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 85.511716, + "relativeCreated": 70.098456, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 555.0, + "msecs": 128.0, "msg": "Prepare: Cleanup before testcase execution", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_helpers.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 85.578448, + "relativeCreated": 70.17626, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 6.67572021484375e-05 + "time_consumption": 7.796287536621094e-05 }, { "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_corrupt_cache.json" ], - "asctime": "2025-08-15 19:13:27,555", - "created": 1755278007.5553463, + "asctime": "2025-08-27 18:19:33,128", + "created": 1756311573.128899, "exc_text": null, "filename": "test_cached_data.py", "funcName": "corrupt_cache", @@ -15800,23 +14176,23 @@ "message": "Creating empty cache file /home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_corrupt_cache.json.", "module": "test_cached_data", "moduleLogger": [], - "msecs": 555.0, + "msecs": 128.0, "msg": "Creating empty cache file %s.", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_cached_data.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 85.64684, + "relativeCreated": 70.232616, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2025-08-15 19:13:27,558", - "created": 1755278007.5583417, + "asctime": "2025-08-27 18:19:33,132", + "created": 1756311573.132186, "exc_text": null, "filename": "test_cached_data.py", "funcName": "corrupt_cache", @@ -15830,52 +14206,52 @@ "args": [ "/home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_corrupt_cache.json" ], - "asctime": "2025-08-15 19:13:27,555", - "created": 1755278007.5555604, - "exc_text": "Traceback (most recent call last):\n File \"/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py\", line 231, in _load_cache\n self._load_only()\n ~~~~~~~~~~~~~~~^^\n File \"/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py\", line 295, in _load_only\n self._cached_props = json.load(fh)\n ~~~~~~~~~^^^^\n File \"/usr/lib/python3.13/json/__init__.py\", line 293, in load\n return loads(fp.read(),\n cls=cls, object_hook=object_hook,\n parse_float=parse_float, parse_int=parse_int,\n parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)\n File \"/usr/lib/python3.13/json/__init__.py\", line 346, in loads\n return _default_decoder.decode(s)\n ~~~~~~~~~~~~~~~~~~~~~~~^^^\n File \"/usr/lib/python3.13/json/decoder.py\", line 345, in decode\n obj, end = self.raw_decode(s, idx=_w(s, 0).end())\n ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^\n File \"/usr/lib/python3.13/json/decoder.py\", line 363, in raw_decode\n raise JSONDecodeError(\"Expecting value\", s, err.value) from None\njson.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)", + "asctime": "2025-08-27 18:19:33,129", + "created": 1756311573.1291583, + "exc_text": "Traceback (most recent call last):\n File \"/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py\", line 229, in _load_cache\n self._load_only()\n ~~~~~~~~~~~~~~~^^\n File \"/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py\", line 295, in _load_only\n self._cached_props = json.load(fh)\n ~~~~~~~~~^^^^\n File \"/usr/lib/python3.13/json/__init__.py\", line 293, in load\n return loads(fp.read(),\n cls=cls, object_hook=object_hook,\n parse_float=parse_float, parse_int=parse_int,\n parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)\n File \"/usr/lib/python3.13/json/__init__.py\", line 346, in loads\n return _default_decoder.decode(s)\n ~~~~~~~~~~~~~~~~~~~~~~~^^^\n File \"/usr/lib/python3.13/json/decoder.py\", line 345, in decode\n obj, end = self.raw_decode(s, idx=_w(s, 0).end())\n ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^\n File \"/usr/lib/python3.13/json/decoder.py\", line 363, in raw_decode\n raise JSONDecodeError(\"Expecting value\", s, err.value) from None\njson.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)", "filename": "__init__.py", "funcName": "_load_cache", "levelname": "ERROR", "levelno": 40, - "lineno": 233, + "lineno": 231, "message": "Exception while loading cache file /home/dirk/work/unittest_collection/caching/unittest/output_data/cache_data_test_corrupt_cache.json", "module": "__init__", - "msecs": 555.0, + "msecs": 129.0, "msg": "Exception while loading cache file %s", "name": "caching", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/caching/__init__.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 85.861058, + "relativeCreated": 70.491643, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread" } ], - "msecs": 558.0, + "msecs": 132.0, "msg": "Empty cache file ignored on loading cache.", "name": "__tLogger__", "pathname": "/home/dirk/work/unittest_collection/caching/unittest/src/tests/test_cached_data.py", - "process": 1015645, + "process": 449104, "processName": "MainProcess", - "relativeCreated": 88.642238, + "relativeCreated": 73.519235, "stack_info": null, "taskName": null, - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.002781391143798828 + "time_consumption": 0.003027677536010742 } ], - "thread": 140171799056640, + "thread": 125740318167296, "threadName": "MainThread", - "time_consumption": 0.0032405853271484375, - "time_finished": "2025-08-15 19:13:27,558", - "time_start": "2025-08-15 19:13:27,555" + "time_consumption": 0.0035085678100585938, + "time_finished": "2025-08-27 18:19:33,132", + "time_start": "2025-08-27 18:19:33,128" } }, "testrun_id": "p3", - "time_consumption": 8.089805364608765, + "time_consumption": 7.082564115524292, "uid_list_sorted": [ "REQ-0003", "REQ-0001", @@ -15896,6 +14272,6 @@ } ], "unittest_information": { - "Version": "17bb378e039385c5fbedba201e1a6df9" + "Version": "c3612b1e5df3c0b3635e4b67db929706" } } \ No newline at end of file diff --git a/_testresults_/unittest.pdf b/_testresults_/unittest.pdf index 98d7bc6..48a2334 100644 Binary files a/_testresults_/unittest.pdf and b/_testresults_/unittest.pdf differ