diff --git a/__init__.py b/__init__.py index 3ad1c54..f0f491b 100644 --- a/__init__.py +++ b/__init__.py @@ -32,8 +32,11 @@ import os import pickle import sys -logger_name = 'CACHING' -logger = logging.getLogger(logger_name) +try: + from config import APP_NAME as ROOT_LOGGER_NAME +except ImportError: + ROOT_LOGGER_NAME = 'root' +logger = logging.getLogger(ROOT_LOGGER_NAME).getChild(__name__) __DESCRIPTION__ = """The Module {\\tt %s} is designed to store information in {\\tt json} or {\\tt pickle} files to support them much faster then generating them from the original source file. For more Information read the documentation.""" % __name__.replace('_', '\_') diff --git a/_testresults_/unittest.json b/_testresults_/unittest.json index b985abb..1e5a387 100644 --- a/_testresults_/unittest.json +++ b/_testresults_/unittest.json @@ -2,11 +2,11 @@ "coverage_information": [ { "branch_coverage": 100.0, - "filepath": "/user_data/data/dirk/prj/modules/caching/pylibs/caching", + "filepath": "/user_data/data/dirk/prj/unittest/caching/pylibs/caching", "files": [ { "branch_coverage": 100.0, - "filepath": "/user_data/data/dirk/prj/modules/caching/pylibs/caching/__init__.py", + "filepath": "/user_data/data/dirk/prj/unittest/caching/pylibs/caching/__init__.py", "fragments": [ { "coverage_state": "clean", @@ -45,23 +45,13 @@ }, { "coverage_state": "covered", - "end": 36, + "end": 39, "start": 35 }, - { - "coverage_state": "clean", - "end": 37, - "start": 37 - }, - { - "coverage_state": "covered", - "end": 38, - "start": 38 - }, { "coverage_state": "clean", "end": 40, - "start": 39 + "start": 40 }, { "coverage_state": "covered", @@ -70,63 +60,63 @@ }, { "coverage_state": "clean", - "end": 44, + "end": 43, "start": 42 }, { "coverage_state": "covered", - "end": 45, + "end": 44, + "start": 44 + }, + { + "coverage_state": "clean", + "end": 47, "start": 45 }, + { + "coverage_state": "covered", + "end": 48, + "start": 48 + }, { "coverage_state": "clean", - "end": 81, - "start": 46 + "end": 84, + "start": 49 }, { "coverage_state": "covered", - "end": 84, - "start": 82 - }, - { - "coverage_state": "clean", - "end": 85, + "end": 87, "start": 85 }, - { - "coverage_state": "covered", - "end": 91, - "start": 86 - }, { "coverage_state": "clean", - "end": 92, - "start": 92 + "end": 88, + "start": 88 }, { "coverage_state": "covered", - "end": 93, - "start": 93 + "end": 94, + "start": 89 }, { "coverage_state": "clean", - "end": 100, - "start": 94 + "end": 95, + "start": 95 }, { "coverage_state": "covered", - "end": 108, - "start": 101 + "end": 96, + "start": 96 }, { "coverage_state": "clean", - "end": 109, - "start": 109 + "end": 103, + "start": 97 }, { "coverage_state": "covered", "end": 111, - "start": 110 + "start": 104 }, { "coverage_state": "clean", @@ -155,48 +145,48 @@ }, { "coverage_state": "covered", - "end": 121, + "end": 120, "start": 119 }, { "coverage_state": "clean", - "end": 122, + "end": 121, + "start": 121 + }, + { + "coverage_state": "covered", + "end": 124, "start": 122 }, - { - "coverage_state": "covered", - "end": 123, - "start": 123 - }, { "coverage_state": "clean", - "end": 124, - "start": 124 - }, - { - "coverage_state": "covered", - "end": 136, + "end": 125, "start": 125 }, + { + "coverage_state": "covered", + "end": 126, + "start": 126 + }, { "coverage_state": "clean", - "end": 137, - "start": 137 + "end": 127, + "start": 127 }, { "coverage_state": "covered", - "end": 143, - "start": 138 + "end": 139, + "start": 128 }, { "coverage_state": "clean", - "end": 144, - "start": 144 + "end": 140, + "start": 140 }, { "coverage_state": "covered", "end": 146, - "start": 145 + "start": 141 }, { "coverage_state": "clean", @@ -205,63 +195,63 @@ }, { "coverage_state": "covered", - "end": 150, + "end": 149, "start": 148 }, { "coverage_state": "clean", - "end": 151, + "end": 150, + "start": 150 + }, + { + "coverage_state": "covered", + "end": 153, "start": 151 }, + { + "coverage_state": "clean", + "end": 154, + "start": 154 + }, { "coverage_state": "covered", - "end": 156, - "start": 152 + "end": 159, + "start": 155 }, { "coverage_state": "clean", - "end": 157, - "start": 157 + "end": 160, + "start": 160 }, { "coverage_state": "covered", - "end": 162, - "start": 158 + "end": 165, + "start": 161 }, { "coverage_state": "clean", - "end": 163, - "start": 163 + "end": 166, + "start": 166 }, { "coverage_state": "covered", - "end": 169, - "start": 164 + "end": 172, + "start": 167 }, { "coverage_state": "clean", - "end": 170, - "start": 170 - }, - { - "coverage_state": "covered", "end": 173, - "start": 171 - }, - { - "coverage_state": "clean", - "end": 174, - "start": 174 + "start": 173 }, { "coverage_state": "covered", - "end": 175, - "start": 175 + "end": 176, + "start": 174 }, { "coverage_state": "clean", "end": 177, - "start": 176 + "start": 177 }, { "coverage_state": "covered", @@ -270,33 +260,33 @@ }, { "coverage_state": "clean", - "end": 218, + "end": 180, "start": 179 }, { "coverage_state": "covered", - "end": 219, - "start": 219 + "end": 181, + "start": 181 }, { "coverage_state": "clean", - "end": 220, - "start": 220 + "end": 221, + "start": 182 }, { "coverage_state": "covered", - "end": 226, - "start": 221 + "end": 222, + "start": 222 }, { "coverage_state": "clean", - "end": 227, - "start": 227 + "end": 223, + "start": 223 }, { "coverage_state": "covered", "end": 229, - "start": 228 + "start": 224 }, { "coverage_state": "clean", @@ -305,13 +295,23 @@ }, { "coverage_state": "covered", - "end": 236, + "end": 232, "start": 231 }, + { + "coverage_state": "clean", + "end": 233, + "start": 233 + }, + { + "coverage_state": "covered", + "end": 239, + "start": 234 + }, { "coverage_state": "clean", "end": null, - "start": 237 + "start": 240 } ], "line_coverage": 100.0, @@ -350,11 +350,11 @@ "specification": {}, "system_information": { "Architecture": "64bit", - "Distribution": "LinuxMint 19.3 tricia", + "Distribution": "Linux Mint 20 ulyana", "Hostname": "ahorn", - "Kernel": "5.0.0-37-generic (#40~18.04.1-Ubuntu SMP Thu Nov 14 12:06:39 UTC 2019)", + "Kernel": "5.4.0-58-generic (#64-Ubuntu SMP Wed Dec 9 08:16:25 UTC 2020)", "Machine": "x86_64", - "Path": "/user_data/data/dirk/prj/modules/caching/unittest", + "Path": "/user_data/data/dirk/prj/unittest/caching/unittest", "System": "Linux", "Username": "dirk" }, @@ -364,12 +364,12 @@ "Name": "caching", "State": "Released", "Supported Interpreters": "python2, python3", - "Version": "e10fa482d1bae991647206a4d38be6d4" + "Version": "6af573fff375a4ecd1843479e13e5c99" }, "testrun_list": [ { "heading_dict": {}, - "interpreter": "python 2.7.17 (final)", + "interpreter": "python 2.7.18 (final)", "name": "Default Testsession name", "number_of_failed_tests": 0, "number_of_possibly_failed_tests": 4, @@ -385,8 +385,8 @@ "testcases": { "caching.property_cache_json: Test cached data (full init)": { "args": null, - "asctime": "2019-12-27 21:48:46,662", - "created": 1577479726.662434, + "asctime": "2020-12-21 01:50:07,892", + "created": 1608511807.892744, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -397,21 +397,21 @@ "message": "caching.property_cache_json: Test cached data (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 662.4341011047363, + "msecs": 892.7440643310547, "msg": "caching.property_cache_json: Test cached data (full init)", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7954, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 102.90002822875977, + "relativeCreated": 74.22804832458496, "testcaseLogger": [ { "args": [ "property_cache_json", "True" ], - "asctime": "2019-12-27 21:48:46,664", - "created": 1577479726.664573, + "asctime": "2020-12-21 01:50:07,893", + "created": 1608511807.893386, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -424,8 +424,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:46,662", - "created": 1577479726.662676, + "asctime": "2020-12-21 01:50:07,892", + "created": 1608511807.892833, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -435,22 +435,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 662.6760959625244, + "msecs": 892.8329944610596, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 103.14202308654785, - "thread": 139988953077568, + "relativeCreated": 74.31697845458984, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,662", - "created": 1577479726.662952, + "asctime": "2020-12-21 01:50:07,892", + "created": 1608511807.892895, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -458,41 +458,41 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_load_on_init.json as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json as cache file.", "module": "test_helpers", - "msecs": 662.9519462585449, + "msecs": 892.894983291626, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 103.41787338256836, - "thread": 139988953077568, + "relativeCreated": 74.37896728515625, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2019-12-27 21:48:46,663", - "created": 1577479726.663307, + "asctime": "2020-12-21 01:50:07,892", + "created": 1608511807.892961, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 228, + "lineno": 231, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 663.3069515228271, + "msecs": 892.9610252380371, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 103.77287864685059, - "thread": 139988953077568, + "relativeCreated": 74.44500923156738, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -500,69 +500,69 @@ "JsonCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2019-12-27 21:48:46,663", - "created": 1577479726.663474, + "asctime": "2020-12-21 01:50:07,893", + "created": 1608511807.893064, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "JsonCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 663.4740829467773, + "msecs": 893.064022064209, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 103.94001007080078, - "thread": 139988953077568, + "relativeCreated": 74.54800605773926, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,664", - "created": 1577479726.664318, + "asctime": "2020-12-21 01:50:07,893", + "created": 1608511807.893318, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json)", "module": "__init__", - "msecs": 664.3180847167969, + "msecs": 893.3179378509521, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 104.78401184082031, - "thread": 139988953077568, + "relativeCreated": 74.80192184448242, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 664.5729541778564, + "msecs": 893.3858871459961, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 105.03888130187988, - "thread": 139988953077568, + "relativeCreated": 74.86987113952637, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.0002548694610595703 + "time_consumption": 6.794929504394531e-05 }, { "args": [], - "asctime": "2019-12-27 21:48:46,666", - "created": 1577479726.666463, + "asctime": "2020-12-21 01:50:07,893", + "created": 1608511807.893991, "exc_info": null, "exc_text": null, "filename": "test_cached_data.py", @@ -578,51 +578,51 @@ "JsonCache:", "uncached" ], - "asctime": "2019-12-27 21:48:46,664", - "created": 1577479726.664909, + "asctime": "2020-12-21 01:50:07,893", + "created": 1608511807.893472, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "INFO", "levelno": 20, - "lineno": 113, + "lineno": 116, "message": "JsonCache: Key 'uncached' is not in cached_keys. Uncached data will be returned.", "module": "__init__", - "msecs": 664.9088859558105, + "msecs": 893.4719562530518, "msg": "%s Key '%s' is not in cached_keys. Uncached data will be returned.", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 105.37481307983398, - "thread": 139988953077568, + "relativeCreated": 74.95594024658203, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,665", - "created": 1577479726.665348, + "asctime": "2020-12-21 01:50:07,893", + "created": 1608511807.893574, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 225, - "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_load_on_init.json)", + "lineno": 228, + "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json)", "module": "__init__", - "msecs": 665.3480529785156, + "msecs": 893.5739994049072, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 105.81398010253906, - "thread": 139988953077568, + "relativeCreated": 75.0579833984375, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -631,25 +631,25 @@ "dict", "{u'1': 1, u'3': u'3', u'2': u'two', u'4': 4}" ], - "asctime": "2019-12-27 21:48:46,665", - "created": 1577479726.665564, + "asctime": "2020-12-21 01:50:07,893", + "created": 1608511807.893634, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'dict' from cache ({u'1': 1, u'3': u'3', u'2': u'two', u'4': 4})", "module": "__init__", - "msecs": 665.5640602111816, + "msecs": 893.6340808868408, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 106.02998733520508, - "thread": 139988953077568, + "relativeCreated": 75.1180648803711, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -658,25 +658,25 @@ "unicode", "u'unicode'" ], - "asctime": "2019-12-27 21:48:46,665", - "created": 1577479726.665832, + "asctime": "2020-12-21 01:50:07,893", + "created": 1608511807.893686, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'unicode' from cache (u'unicode')", "module": "__init__", - "msecs": 665.8320426940918, + "msecs": 893.686056137085, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 106.29796981811523, - "thread": 139988953077568, + "relativeCreated": 75.17004013061523, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -685,25 +685,25 @@ "str", "u'string'" ], - "asctime": "2019-12-27 21:48:46,665", - "created": 1577479726.665978, + "asctime": "2020-12-21 01:50:07,893", + "created": 1608511807.893735, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'str' from cache (u'string')", "module": "__init__", - "msecs": 665.977954864502, + "msecs": 893.7349319458008, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 106.44388198852539, - "thread": 139988953077568, + "relativeCreated": 75.21891593933105, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -712,25 +712,25 @@ "integer", "17" ], - "asctime": "2019-12-27 21:48:46,666", - "created": 1577479726.666104, + "asctime": "2020-12-21 01:50:07,893", + "created": 1608511807.893783, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'integer' from cache (17)", "module": "__init__", - "msecs": 666.1040782928467, + "msecs": 893.7830924987793, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 106.57000541687012, - "thread": 139988953077568, + "relativeCreated": 75.26707649230957, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -739,25 +739,25 @@ "float", "3.14159" ], - "asctime": "2019-12-27 21:48:46,666", - "created": 1577479726.66623, + "asctime": "2020-12-21 01:50:07,893", + "created": 1608511807.893833, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'float' from cache (3.14159)", "module": "__init__", - "msecs": 666.2299633026123, + "msecs": 893.8329219818115, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 106.69589042663574, - "thread": 139988953077568, + "relativeCreated": 75.3169059753418, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -766,43 +766,43 @@ "list", "[1, u'two', u'3', 4]" ], - "asctime": "2019-12-27 21:48:46,666", - "created": 1577479726.666363, + "asctime": "2020-12-21 01:50:07,893", + "created": 1608511807.893911, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'list' from cache ([1, u'two', u'3', 4])", "module": "__init__", - "msecs": 666.363000869751, + "msecs": 893.9108848571777, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 106.82892799377441, - "thread": 139988953077568, + "relativeCreated": 75.39486885070801, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 666.4628982543945, + "msecs": 893.9909934997559, "msg": "Collecting data from cache instance.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_cached_data.py", - "process": 7954, + "pathname": "src/tests/test_cached_data.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 106.92882537841797, - "thread": 139988953077568, + "relativeCreated": 75.47497749328613, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 9.989738464355469e-05 + "time_consumption": 8.0108642578125e-05 }, { "args": [], - "asctime": "2019-12-27 21:48:46,669", - "created": 1577479726.669458, + "asctime": "2020-12-21 01:50:07,895", + "created": 1608511807.895535, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -819,8 +819,8 @@ "{ 'uncached': 'uncached_data_of_class', 'unicode': u'unicode', 'float': 3.14159, 'list': [ 1, u'two', u'3', 4 ], 'dict': { u'1': 1, u'3': u'3', u'2': u'two', u'4': 4 }, 'str': u'string', 'integer': 17 }", "" ], - "asctime": "2019-12-27 21:48:46,666", - "created": 1577479726.666938, + "asctime": "2020-12-21 01:50:07,894", + "created": 1608511807.894164, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -830,14 +830,14 @@ "lineno": 22, "message": "Result (Cached data): { 'uncached': 'uncached_data_of_class', 'unicode': u'unicode', 'float': 3.14159, 'list': [ 1, u'two', u'3', 4 ], 'dict': { u'1': 1, u'3': u'3', u'2': u'two', u'4': 4 }, 'str': u'string', 'integer': 17 } ()", "module": "test", - "msecs": 666.938066482544, + "msecs": 894.1640853881836, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 107.40399360656738, - "thread": 139988953077568, + "relativeCreated": 75.64806938171387, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -846,8 +846,8 @@ "{ 'uncached': 'uncached_data_of_class', 'dict': { '1': 1, '3': '3', '2': 'two', '4': 4 }, 'unicode': u'unicode', 'str': 'string', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ] }", "" ], - "asctime": "2019-12-27 21:48:46,667", - "created": 1577479726.6672, + "asctime": "2020-12-21 01:50:07,894", + "created": 1608511807.89427, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -857,14 +857,14 @@ "lineno": 26, "message": "Expectation (Cached data): result = { 'uncached': 'uncached_data_of_class', 'dict': { '1': 1, '3': '3', '2': 'two', '4': 4 }, 'unicode': u'unicode', 'str': 'string', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ] } ()", "module": "test", - "msecs": 667.2000885009766, + "msecs": 894.2699432373047, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 107.666015625, - "thread": 139988953077568, + "relativeCreated": 75.75392723083496, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -874,8 +874,8 @@ " for test_variable", "u'two'" ], - "asctime": "2019-12-27 21:48:46,667", - "created": 1577479726.667519, + "asctime": "2020-12-21 01:50:07,894", + "created": 1608511807.894394, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -885,22 +885,22 @@ "lineno": 119, "message": "Type is NOT for test_variable (u'two'). ", "module": "test", - "msecs": 667.5190925598145, + "msecs": 894.3939208984375, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 107.98501968383789, - "thread": 139988953077568, + "relativeCreated": 75.87790489196777, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "u'two'" ], - "asctime": "2019-12-27 21:48:46,667", - "created": 1577479726.667651, + "asctime": "2020-12-21 01:50:07,894", + "created": 1608511807.894472, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -910,14 +910,14 @@ "lineno": 115, "message": "Content u'two' is incorrect for test_variable.", "module": "test", - "msecs": 667.6509380340576, + "msecs": 894.4718837738037, "msg": "Content %s is incorrect for test_variable.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 108.11686515808105, - "thread": 139988953077568, + "relativeCreated": 75.95586776733398, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -927,8 +927,8 @@ " for test_variable", "u'two'" ], - "asctime": "2019-12-27 21:48:46,667", - "created": 1577479726.667826, + "asctime": "2020-12-21 01:50:07,894", + "created": 1608511807.894587, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -938,22 +938,22 @@ "lineno": 119, "message": "Type is NOT for test_variable (u'two'). ", "module": "test", - "msecs": 667.8259372711182, + "msecs": 894.5870399475098, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 108.2918643951416, - "thread": 139988953077568, + "relativeCreated": 76.07102394104004, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "u'two'" ], - "asctime": "2019-12-27 21:48:46,667", - "created": 1577479726.667987, + "asctime": "2020-12-21 01:50:07,894", + "created": 1608511807.894667, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -963,14 +963,14 @@ "lineno": 115, "message": "Content u'two' is incorrect for test_variable.", "module": "test", - "msecs": 667.9871082305908, + "msecs": 894.6669101715088, "msg": "Content %s is incorrect for test_variable.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 108.45303535461426, - "thread": 139988953077568, + "relativeCreated": 76.15089416503906, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -980,8 +980,8 @@ " for test_variable", "u'two'" ], - "asctime": "2019-12-27 21:48:46,668", - "created": 1577479726.668064, + "asctime": "2020-12-21 01:50:07,894", + "created": 1608511807.894778, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -991,14 +991,14 @@ "lineno": 119, "message": "Type is NOT for test_variable (u'two'). ", "module": "test", - "msecs": 668.0641174316406, + "msecs": 894.7780132293701, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 108.53004455566406, - "thread": 139988953077568, + "relativeCreated": 76.26199722290039, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -1008,8 +1008,8 @@ " for result.list[1]", "u'two'" ], - "asctime": "2019-12-27 21:48:46,668", - "created": 1577479726.668145, + "asctime": "2020-12-21 01:50:07,894", + "created": 1608511807.894852, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1019,14 +1019,14 @@ "lineno": 119, "message": "Type is NOT for result.list[1] (u'two'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 668.144941329956, + "msecs": 894.8519229888916, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 108.61086845397949, - "thread": 139988953077568, + "relativeCreated": 76.33590698242188, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -1036,8 +1036,8 @@ " for test_variable", "u'3'" ], - "asctime": "2019-12-27 21:48:46,668", - "created": 1577479726.668216, + "asctime": "2020-12-21 01:50:07,894", + "created": 1608511807.894904, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1047,22 +1047,22 @@ "lineno": 119, "message": "Type is NOT for test_variable (u'3'). ", "module": "test", - "msecs": 668.2159900665283, + "msecs": 894.9038982391357, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 108.68191719055176, - "thread": 139988953077568, + "relativeCreated": 76.38788223266602, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "u'3'" ], - "asctime": "2019-12-27 21:48:46,668", - "created": 1577479726.668292, + "asctime": "2020-12-21 01:50:07,894", + "created": 1608511807.894956, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1072,14 +1072,14 @@ "lineno": 115, "message": "Content u'3' is incorrect for test_variable.", "module": "test", - "msecs": 668.2920455932617, + "msecs": 894.956111907959, "msg": "Content %s is incorrect for test_variable.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 108.75797271728516, - "thread": 139988953077568, + "relativeCreated": 76.44009590148926, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -1089,8 +1089,8 @@ " for test_variable", "u'3'" ], - "asctime": "2019-12-27 21:48:46,668", - "created": 1577479726.668397, + "asctime": "2020-12-21 01:50:07,895", + "created": 1608511807.895242, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1100,14 +1100,14 @@ "lineno": 119, "message": "Type is NOT for test_variable (u'3'). ", "module": "test", - "msecs": 668.3969497680664, + "msecs": 895.2419757843018, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 108.86287689208984, - "thread": 139988953077568, + "relativeCreated": 76.72595977783203, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -1117,8 +1117,8 @@ " for result.list[2]", "u'3'" ], - "asctime": "2019-12-27 21:48:46,669", - "created": 1577479726.669079, + "asctime": "2020-12-21 01:50:07,895", + "created": 1608511807.895296, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1128,14 +1128,14 @@ "lineno": 119, "message": "Type is NOT for result.list[2] (u'3'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 669.079065322876, + "msecs": 895.2960968017578, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 109.54499244689941, - "thread": 139988953077568, + "relativeCreated": 76.78008079528809, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -1145,8 +1145,8 @@ " for result.dict.3", "u'3'" ], - "asctime": "2019-12-27 21:48:46,669", - "created": 1577479726.669205, + "asctime": "2020-12-21 01:50:07,895", + "created": 1608511807.895363, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1156,14 +1156,14 @@ "lineno": 119, "message": "Type is NOT for result.dict.3 (u'3'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 669.2049503326416, + "msecs": 895.3630924224854, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 109.67087745666504, - "thread": 139988953077568, + "relativeCreated": 76.84707641601562, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -1173,8 +1173,8 @@ " for result.dict.2", "u'two'" ], - "asctime": "2019-12-27 21:48:46,669", - "created": 1577479726.669295, + "asctime": "2020-12-21 01:50:07,895", + "created": 1608511807.895419, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1184,14 +1184,14 @@ "lineno": 119, "message": "Type is NOT for result.dict.2 (u'two'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 669.295072555542, + "msecs": 895.4188823699951, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 109.76099967956543, - "thread": 139988953077568, + "relativeCreated": 76.90286636352539, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -1201,8 +1201,8 @@ " for result.str", "u'string'" ], - "asctime": "2019-12-27 21:48:46,669", - "created": 1577479726.669377, + "asctime": "2020-12-21 01:50:07,895", + "created": 1608511807.895474, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1212,39 +1212,39 @@ "lineno": 119, "message": "Type is NOT for result.str (u'string'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 669.3770885467529, + "msecs": 895.4739570617676, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 109.84301567077637, - "thread": 139988953077568, + "relativeCreated": 76.95794105529785, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 669.4579124450684, + "msecs": 895.5349922180176, "msg": "Cached data is NOT correct. See detailed log for more information.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 109.9238395690918, - "thread": 139988953077568, + "relativeCreated": 77.01897621154785, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 8.082389831542969e-05 + "time_consumption": 6.103515625e-05 } ], - "thread": 139988953077568, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.007023811340332031, - "time_finished": "2019-12-27 21:48:46,669", - "time_start": "2019-12-27 21:48:46,662" + "time_consumption": 0.0027909278869628906, + "time_finished": "2020-12-21 01:50:07,895", + "time_start": "2020-12-21 01:50:07,892" }, "caching.property_cache_json: Test cached data (partially init)": { "args": null, - "asctime": "2019-12-27 21:48:46,669", - "created": 1577479726.669917, + "asctime": "2020-12-21 01:50:07,896", + "created": 1608511807.896155, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1255,21 +1255,21 @@ "message": "caching.property_cache_json: Test cached data (partially init)", "module": "__init__", "moduleLogger": [], - "msecs": 669.917106628418, + "msecs": 896.1551189422607, "msg": "caching.property_cache_json: Test cached data (partially init)", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7954, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 110.3830337524414, + "relativeCreated": 77.63910293579102, "testcaseLogger": [ { "args": [ "property_cache_json", "True" ], - "asctime": "2019-12-27 21:48:46,671", - "created": 1577479726.671109, + "asctime": "2020-12-21 01:50:07,897", + "created": 1608511807.897111, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -1282,8 +1282,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:46,670", - "created": 1577479726.670008, + "asctime": "2020-12-21 01:50:07,896", + "created": 1608511807.896371, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -1293,22 +1293,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 670.0079441070557, + "msecs": 896.3708877563477, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 110.4738712310791, - "thread": 139988953077568, + "relativeCreated": 77.85487174987793, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,670", - "created": 1577479726.670202, + "asctime": "2020-12-21 01:50:07,896", + "created": 1608511807.896512, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -1316,41 +1316,41 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_no_load_on_init.json as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.json as cache file.", "module": "test_helpers", - "msecs": 670.2020168304443, + "msecs": 896.5120315551758, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 110.66794395446777, - "thread": 139988953077568, + "relativeCreated": 77.99601554870605, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2019-12-27 21:48:46,670", - "created": 1577479726.670339, + "asctime": "2020-12-21 01:50:07,896", + "created": 1608511807.896617, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 228, + "lineno": 231, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 670.3391075134277, + "msecs": 896.6169357299805, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 110.80503463745117, - "thread": 139988953077568, + "relativeCreated": 78.10091972351074, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -1358,69 +1358,69 @@ "JsonCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2019-12-27 21:48:46,670", - "created": 1577479726.670444, + "asctime": "2020-12-21 01:50:07,896", + "created": 1608511807.896698, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "JsonCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 670.4440116882324, + "msecs": 896.697998046875, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 110.90993881225586, - "thread": 139988953077568, + "relativeCreated": 78.18198204040527, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,670", - "created": 1577479726.670918, + "asctime": "2020-12-21 01:50:07,896", + "created": 1608511807.896997, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.json)", "module": "__init__", - "msecs": 670.9179878234863, + "msecs": 896.9969749450684, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 111.38391494750977, - "thread": 139988953077568, + "relativeCreated": 78.48095893859863, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 671.1089611053467, + "msecs": 897.1109390258789, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 111.57488822937012, - "thread": 139988953077568, + "relativeCreated": 78.59492301940918, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.00019097328186035156 + "time_consumption": 0.00011396408081054688 }, { "args": [], - "asctime": "2019-12-27 21:48:46,672", - "created": 1577479726.67206, + "asctime": "2020-12-21 01:50:07,897", + "created": 1608511807.897804, "exc_info": null, "exc_text": null, "filename": "test_cached_data.py", @@ -1436,51 +1436,51 @@ "JsonCache:", "uncached" ], - "asctime": "2019-12-27 21:48:46,671", - "created": 1577479726.671241, + "asctime": "2020-12-21 01:50:07,897", + "created": 1608511807.897222, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "INFO", "levelno": 20, - "lineno": 113, + "lineno": 116, "message": "JsonCache: Key 'uncached' is not in cached_keys. Uncached data will be returned.", "module": "__init__", - "msecs": 671.241044998169, + "msecs": 897.2220420837402, "msg": "%s Key '%s' is not in cached_keys. Uncached data will be returned.", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 111.70697212219238, - "thread": 139988953077568, + "relativeCreated": 78.70602607727051, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,671", - "created": 1577479726.671492, + "asctime": "2020-12-21 01:50:07,897", + "created": 1608511807.897365, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 225, - "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_no_load_on_init.json)", + "lineno": 228, + "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.json)", "module": "__init__", - "msecs": 671.4920997619629, + "msecs": 897.3650932312012, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 111.95802688598633, - "thread": 139988953077568, + "relativeCreated": 78.84907722473145, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -1489,25 +1489,25 @@ "dict", "{u'1': 1, u'3': u'3', u'2': u'two', u'4': 4}" ], - "asctime": "2019-12-27 21:48:46,671", - "created": 1577479726.671601, + "asctime": "2020-12-21 01:50:07,897", + "created": 1608511807.897443, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'dict' from cache ({u'1': 1, u'3': u'3', u'2': u'two', u'4': 4})", "module": "__init__", - "msecs": 671.6010570526123, + "msecs": 897.4430561065674, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 112.06698417663574, - "thread": 139988953077568, + "relativeCreated": 78.92704010009766, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -1516,25 +1516,25 @@ "unicode", "u'unicode'" ], - "asctime": "2019-12-27 21:48:46,671", - "created": 1577479726.671685, + "asctime": "2020-12-21 01:50:07,897", + "created": 1608511807.897506, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'unicode' from cache (u'unicode')", "module": "__init__", - "msecs": 671.684980392456, + "msecs": 897.5059986114502, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 112.15090751647949, - "thread": 139988953077568, + "relativeCreated": 78.98998260498047, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -1543,25 +1543,25 @@ "str", "u'string'" ], - "asctime": "2019-12-27 21:48:46,671", - "created": 1577479726.671759, + "asctime": "2020-12-21 01:50:07,897", + "created": 1608511807.897559, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'str' from cache (u'string')", "module": "__init__", - "msecs": 671.7588901519775, + "msecs": 897.5589275360107, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 112.22481727600098, - "thread": 139988953077568, + "relativeCreated": 79.04291152954102, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -1570,25 +1570,25 @@ "integer", "17" ], - "asctime": "2019-12-27 21:48:46,671", - "created": 1577479726.671831, + "asctime": "2020-12-21 01:50:07,897", + "created": 1608511807.897615, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'integer' from cache (17)", "module": "__init__", - "msecs": 671.8308925628662, + "msecs": 897.6149559020996, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 112.29681968688965, - "thread": 139988953077568, + "relativeCreated": 79.09893989562988, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -1597,25 +1597,25 @@ "float", "3.14159" ], - "asctime": "2019-12-27 21:48:46,671", - "created": 1577479726.671916, + "asctime": "2020-12-21 01:50:07,897", + "created": 1608511807.897679, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'float' from cache (3.14159)", "module": "__init__", - "msecs": 671.9160079956055, + "msecs": 897.6790904998779, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 112.3819351196289, - "thread": 139988953077568, + "relativeCreated": 79.1630744934082, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -1624,43 +1624,43 @@ "list", "[1, u'two', u'3', 4]" ], - "asctime": "2019-12-27 21:48:46,671", - "created": 1577479726.671999, + "asctime": "2020-12-21 01:50:07,897", + "created": 1608511807.897746, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'list' from cache ([1, u'two', u'3', 4])", "module": "__init__", - "msecs": 671.9989776611328, + "msecs": 897.7460861206055, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 112.46490478515625, - "thread": 139988953077568, + "relativeCreated": 79.23007011413574, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 672.0600128173828, + "msecs": 897.8040218353271, "msg": "Collecting data from cache instance.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_cached_data.py", - "process": 7954, + "pathname": "src/tests/test_cached_data.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 112.52593994140625, - "thread": 139988953077568, + "relativeCreated": 79.28800582885742, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 6.103515625e-05 + "time_consumption": 5.793571472167969e-05 }, { "args": [], - "asctime": "2019-12-27 21:48:46,673", - "created": 1577479726.673263, + "asctime": "2020-12-21 01:50:07,899", + "created": 1608511807.899143, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1677,8 +1677,8 @@ "{ 'uncached': 'uncached_data_of_class', 'unicode': u'unicode', 'float': 3.14159, 'list': [ 1, u'two', u'3', 4 ], 'dict': { u'1': 1, u'3': u'3', u'2': u'two', u'4': 4 }, 'str': u'string', 'integer': 17 }", "" ], - "asctime": "2019-12-27 21:48:46,672", - "created": 1577479726.672206, + "asctime": "2020-12-21 01:50:07,897", + "created": 1608511807.89795, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1688,14 +1688,14 @@ "lineno": 22, "message": "Result (Cached data): { 'uncached': 'uncached_data_of_class', 'unicode': u'unicode', 'float': 3.14159, 'list': [ 1, u'two', u'3', 4 ], 'dict': { u'1': 1, u'3': u'3', u'2': u'two', u'4': 4 }, 'str': u'string', 'integer': 17 } ()", "module": "test", - "msecs": 672.205924987793, + "msecs": 897.9499340057373, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 112.6718521118164, - "thread": 139988953077568, + "relativeCreated": 79.43391799926758, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -1704,8 +1704,8 @@ "{ 'uncached': 'uncached_data_of_class', 'dict': { '1': 1, '3': '3', '2': 'two', '4': 4 }, 'unicode': u'unicode', 'str': 'string', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ] }", "" ], - "asctime": "2019-12-27 21:48:46,672", - "created": 1577479726.672362, + "asctime": "2020-12-21 01:50:07,898", + "created": 1608511807.898037, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1715,14 +1715,14 @@ "lineno": 26, "message": "Expectation (Cached data): result = { 'uncached': 'uncached_data_of_class', 'dict': { '1': 1, '3': '3', '2': 'two', '4': 4 }, 'unicode': u'unicode', 'str': 'string', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ] } ()", "module": "test", - "msecs": 672.3620891571045, + "msecs": 898.0369567871094, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 112.82801628112793, - "thread": 139988953077568, + "relativeCreated": 79.52094078063965, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -1732,8 +1732,8 @@ " for test_variable", "u'two'" ], - "asctime": "2019-12-27 21:48:46,672", - "created": 1577479726.672556, + "asctime": "2020-12-21 01:50:07,898", + "created": 1608511807.898156, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1743,22 +1743,22 @@ "lineno": 119, "message": "Type is NOT for test_variable (u'two'). ", "module": "test", - "msecs": 672.5559234619141, + "msecs": 898.155927658081, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 113.0218505859375, - "thread": 139988953077568, + "relativeCreated": 79.63991165161133, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "u'two'" ], - "asctime": "2019-12-27 21:48:46,672", - "created": 1577479726.672705, + "asctime": "2020-12-21 01:50:07,898", + "created": 1608511807.898214, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1768,14 +1768,14 @@ "lineno": 115, "message": "Content u'two' is incorrect for test_variable.", "module": "test", - "msecs": 672.7049350738525, + "msecs": 898.2141017913818, "msg": "Content %s is incorrect for test_variable.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 113.17086219787598, - "thread": 139988953077568, + "relativeCreated": 79.69808578491211, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -1785,8 +1785,8 @@ " for test_variable", "u'two'" ], - "asctime": "2019-12-27 21:48:46,672", - "created": 1577479726.672791, + "asctime": "2020-12-21 01:50:07,898", + "created": 1608511807.898283, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1796,22 +1796,22 @@ "lineno": 119, "message": "Type is NOT for test_variable (u'two'). ", "module": "test", - "msecs": 672.7910041809082, + "msecs": 898.2830047607422, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 113.25693130493164, - "thread": 139988953077568, + "relativeCreated": 79.76698875427246, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "u'two'" ], - "asctime": "2019-12-27 21:48:46,672", - "created": 1577479726.672832, + "asctime": "2020-12-21 01:50:07,898", + "created": 1608511807.898349, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1821,14 +1821,14 @@ "lineno": 115, "message": "Content u'two' is incorrect for test_variable.", "module": "test", - "msecs": 672.8320121765137, + "msecs": 898.3490467071533, "msg": "Content %s is incorrect for test_variable.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 113.29793930053711, - "thread": 139988953077568, + "relativeCreated": 79.8330307006836, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -1838,8 +1838,8 @@ " for test_variable", "u'two'" ], - "asctime": "2019-12-27 21:48:46,672", - "created": 1577479726.672875, + "asctime": "2020-12-21 01:50:07,898", + "created": 1608511807.898442, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1849,14 +1849,14 @@ "lineno": 119, "message": "Type is NOT for test_variable (u'two'). ", "module": "test", - "msecs": 672.874927520752, + "msecs": 898.4420299530029, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 113.34085464477539, - "thread": 139988953077568, + "relativeCreated": 79.9260139465332, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -1866,8 +1866,8 @@ " for result.list[1]", "u'two'" ], - "asctime": "2019-12-27 21:48:46,672", - "created": 1577479726.672916, + "asctime": "2020-12-21 01:50:07,898", + "created": 1608511807.89853, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1877,14 +1877,14 @@ "lineno": 119, "message": "Type is NOT for result.list[1] (u'two'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 672.9159355163574, + "msecs": 898.5300064086914, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 113.38186264038086, - "thread": 139988953077568, + "relativeCreated": 80.01399040222168, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -1894,8 +1894,8 @@ " for test_variable", "u'3'" ], - "asctime": "2019-12-27 21:48:46,672", - "created": 1577479726.67296, + "asctime": "2020-12-21 01:50:07,898", + "created": 1608511807.898635, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1905,22 +1905,22 @@ "lineno": 119, "message": "Type is NOT for test_variable (u'3'). ", "module": "test", - "msecs": 672.9600429534912, + "msecs": 898.6349105834961, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 113.42597007751465, - "thread": 139988953077568, + "relativeCreated": 80.11889457702637, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "u'3'" ], - "asctime": "2019-12-27 21:48:46,672", - "created": 1577479726.672999, + "asctime": "2020-12-21 01:50:07,898", + "created": 1608511807.898724, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1930,14 +1930,14 @@ "lineno": 115, "message": "Content u'3' is incorrect for test_variable.", "module": "test", - "msecs": 672.9989051818848, + "msecs": 898.7240791320801, "msg": "Content %s is incorrect for test_variable.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 113.4648323059082, - "thread": 139988953077568, + "relativeCreated": 80.20806312561035, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -1947,8 +1947,8 @@ " for test_variable", "u'3'" ], - "asctime": "2019-12-27 21:48:46,673", - "created": 1577479726.673041, + "asctime": "2020-12-21 01:50:07,898", + "created": 1608511807.898798, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1958,14 +1958,14 @@ "lineno": 119, "message": "Type is NOT for test_variable (u'3'). ", "module": "test", - "msecs": 673.0411052703857, + "msecs": 898.7979888916016, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 113.50703239440918, - "thread": 139988953077568, + "relativeCreated": 80.28197288513184, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -1975,8 +1975,8 @@ " for result.list[2]", "u'3'" ], - "asctime": "2019-12-27 21:48:46,673", - "created": 1577479726.673081, + "asctime": "2020-12-21 01:50:07,898", + "created": 1608511807.898856, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1986,14 +1986,14 @@ "lineno": 119, "message": "Type is NOT for result.list[2] (u'3'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 673.0809211730957, + "msecs": 898.8559246063232, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 113.54684829711914, - "thread": 139988953077568, + "relativeCreated": 80.33990859985352, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -2003,8 +2003,8 @@ " for result.dict.3", "u'3'" ], - "asctime": "2019-12-27 21:48:46,673", - "created": 1577479726.673138, + "asctime": "2020-12-21 01:50:07,898", + "created": 1608511807.898941, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2014,14 +2014,14 @@ "lineno": 119, "message": "Type is NOT for result.dict.3 (u'3'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 673.137903213501, + "msecs": 898.9410400390625, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 113.60383033752441, - "thread": 139988953077568, + "relativeCreated": 80.42502403259277, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -2031,8 +2031,8 @@ " for result.dict.2", "u'two'" ], - "asctime": "2019-12-27 21:48:46,673", - "created": 1577479726.67318, + "asctime": "2020-12-21 01:50:07,899", + "created": 1608511807.899023, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2042,14 +2042,14 @@ "lineno": 119, "message": "Type is NOT for result.dict.2 (u'two'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 673.180103302002, + "msecs": 899.0230560302734, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 113.64603042602539, - "thread": 139988953077568, + "relativeCreated": 80.50704002380371, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -2059,8 +2059,8 @@ " for result.str", "u'string'" ], - "asctime": "2019-12-27 21:48:46,673", - "created": 1577479726.673224, + "asctime": "2020-12-21 01:50:07,899", + "created": 1608511807.899092, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2070,39 +2070,39 @@ "lineno": 119, "message": "Type is NOT for result.str (u'string'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 673.2239723205566, + "msecs": 899.0919589996338, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 113.68989944458008, - "thread": 139988953077568, + "relativeCreated": 80.57594299316406, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 673.2630729675293, + "msecs": 899.1429805755615, "msg": "Cached data is NOT correct. See detailed log for more information.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 113.72900009155273, - "thread": 139988953077568, + "relativeCreated": 80.6269645690918, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 3.910064697265625e-05 + "time_consumption": 5.1021575927734375e-05 } ], - "thread": 139988953077568, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.003345966339111328, - "time_finished": "2019-12-27 21:48:46,673", - "time_start": "2019-12-27 21:48:46,669" + "time_consumption": 0.0029878616333007812, + "time_finished": "2020-12-21 01:50:07,899", + "time_start": "2020-12-21 01:50:07,896" }, "caching.property_cache_json: Test execution of save callback (full init)": { "args": null, - "asctime": "2019-12-27 21:48:46,708", - "created": 1577479726.70814, + "asctime": "2020-12-21 01:50:07,925", + "created": 1608511807.925331, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2113,18 +2113,18 @@ "message": "caching.property_cache_json: Test execution of save callback (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 708.1398963928223, + "msecs": 925.3311157226562, "msg": "caching.property_cache_json: Test execution of save callback (full init)", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7954, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 148.6058235168457, + "relativeCreated": 106.81509971618652, "testcaseLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:46,708", - "created": 1577479726.708624, + "asctime": "2020-12-21 01:50:07,925", + "created": 1608511807.925446, "exc_info": null, "exc_text": null, "filename": "test_save_callback.py", @@ -2135,14 +2135,14 @@ "message": "Installing save_callback, which sets a variable to True on execution.", "module": "test_save_callback", "moduleLogger": [], - "msecs": 708.6238861083984, + "msecs": 925.4460334777832, "msg": "Installing save_callback, which sets a variable to True on execution.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_save_callback.py", - "process": 7954, + "pathname": "src/tests/test_save_callback.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 149.08981323242188, - "thread": 139988953077568, + "relativeCreated": 106.93001747131348, + "thread": 140701886007104, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -2151,8 +2151,8 @@ "True", "" ], - "asctime": "2019-12-27 21:48:46,710", - "created": 1577479726.710204, + "asctime": "2020-12-21 01:50:07,925", + "created": 1608511807.925863, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2166,27 +2166,27 @@ { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/save_callback_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/save_callback_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,709", - "created": 1577479726.709266, + "asctime": "2020-12-21 01:50:07,925", + "created": 1608511807.925606, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/save_callback_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/save_callback_load_on_init.json)", "module": "__init__", - "msecs": 709.265947341919, + "msecs": 925.6060123443604, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 149.73187446594238, - "thread": 139988953077568, + "relativeCreated": 107.08999633789062, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -2195,8 +2195,8 @@ "True", "" ], - "asctime": "2019-12-27 21:48:46,709", - "created": 1577479726.709886, + "asctime": "2020-12-21 01:50:07,925", + "created": 1608511807.92573, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2206,14 +2206,14 @@ "lineno": 22, "message": "Result (Save callback execution variable): True ()", "module": "test", - "msecs": 709.8860740661621, + "msecs": 925.7299900054932, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 150.35200119018555, - "thread": 139988953077568, + "relativeCreated": 107.21397399902344, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -2222,8 +2222,8 @@ "True", "" ], - "asctime": "2019-12-27 21:48:46,710", - "created": 1577479726.710083, + "asctime": "2020-12-21 01:50:07,925", + "created": 1608511807.925797, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2233,39 +2233,39 @@ "lineno": 26, "message": "Expectation (Save callback execution variable): result = True ()", "module": "test", - "msecs": 710.0830078125, + "msecs": 925.7969856262207, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 150.54893493652344, - "thread": 139988953077568, + "relativeCreated": 107.28096961975098, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 710.2038860321045, + "msecs": 925.8630275726318, "msg": "Save callback execution variable is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 150.66981315612793, - "thread": 139988953077568, + "relativeCreated": 107.34701156616211, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.00012087821960449219 + "time_consumption": 6.604194641113281e-05 } ], - "thread": 139988953077568, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.0020639896392822266, - "time_finished": "2019-12-27 21:48:46,710", - "time_start": "2019-12-27 21:48:46,708" + "time_consumption": 0.0005319118499755859, + "time_finished": "2020-12-21 01:50:07,925", + "time_start": "2020-12-21 01:50:07,925" }, "caching.property_cache_json: Test full initialised JSON-Cache-Object": { "args": null, - "asctime": "2019-12-27 21:48:46,643", - "created": 1577479726.643786, + "asctime": "2020-12-21 01:50:07,888", + "created": 1608511807.888202, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2276,21 +2276,21 @@ "message": "caching.property_cache_json: Test full initialised JSON-Cache-Object", "module": "__init__", "moduleLogger": [], - "msecs": 643.7859535217285, + "msecs": 888.2019519805908, "msg": "caching.property_cache_json: Test full initialised JSON-Cache-Object", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7954, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 84.25188064575195, + "relativeCreated": 69.6859359741211, "testcaseLogger": [ { "args": [ "property_cache_json", "True" ], - "asctime": "2019-12-27 21:48:46,647", - "created": 1577479726.647687, + "asctime": "2020-12-21 01:50:07,889", + "created": 1608511807.889086, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -2303,8 +2303,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:46,644", - "created": 1577479726.644632, + "asctime": "2020-12-21 01:50:07,888", + "created": 1608511807.888413, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -2314,22 +2314,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 644.63210105896, + "msecs": 888.4129524230957, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 85.0980281829834, - "thread": 139988953077568, + "relativeCreated": 69.89693641662598, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,645", - "created": 1577479726.645167, + "asctime": "2020-12-21 01:50:07,888", + "created": 1608511807.888527, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -2337,41 +2337,41 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/load_on_init.json as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.json as cache file.", "module": "test_helpers", - "msecs": 645.1671123504639, + "msecs": 888.5269165039062, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 85.6330394744873, - "thread": 139988953077568, + "relativeCreated": 70.01090049743652, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2019-12-27 21:48:46,645", - "created": 1577479726.645936, + "asctime": "2020-12-21 01:50:07,888", + "created": 1608511807.888691, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 228, + "lineno": 231, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 645.9360122680664, + "msecs": 888.6909484863281, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 86.40193939208984, - "thread": 139988953077568, + "relativeCreated": 70.1749324798584, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -2379,71 +2379,71 @@ "JsonCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2019-12-27 21:48:46,646", - "created": 1577479726.646279, + "asctime": "2020-12-21 01:50:07,888", + "created": 1608511807.888767, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "JsonCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 646.2790966033936, + "msecs": 888.7670040130615, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 86.74502372741699, - "thread": 139988953077568, + "relativeCreated": 70.2509880065918, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,647", - "created": 1577479726.647255, + "asctime": "2020-12-21 01:50:07,889", + "created": 1608511807.889007, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.json)", "module": "__init__", - "msecs": 647.2549438476562, + "msecs": 889.0070915222168, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 87.72087097167969, - "thread": 139988953077568, + "relativeCreated": 70.49107551574707, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 647.6869583129883, + "msecs": 889.0860080718994, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 88.15288543701172, - "thread": 139988953077568, + "relativeCreated": 70.56999206542969, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.00043201446533203125 + "time_consumption": 7.891654968261719e-05 }, { "args": [ "property_cache_json" ], - "asctime": "2019-12-27 21:48:46,650", - "created": 1577479726.650248, + "asctime": "2020-12-21 01:50:07,889", + "created": 1608511807.889406, "exc_info": null, "exc_text": null, "filename": "test_load_on_init.py", @@ -2457,35 +2457,35 @@ { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,648", - "created": 1577479726.648629, + "asctime": "2020-12-21 01:50:07,889", + "created": 1608511807.889236, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 225, - "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/load_on_init.json)", + "lineno": 228, + "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.json)", "module": "__init__", - "msecs": 648.6289501190186, + "msecs": 889.2359733581543, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 89.09487724304199, - "thread": 139988953077568, + "relativeCreated": 70.71995735168457, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "{u'str': u'string', u'_property_cache_uid_': u'my_unique_id', u'float': 3.14159, u'list': [1, u'two', u'3', 4], u'dict': {u'1': 1, u'3': u'3', u'2': u'two', u'4': 4}, u'unicode': u'unicode', u'_property_cache_data_version_': 1, u'integer': 17}" ], - "asctime": "2019-12-27 21:48:46,649", - "created": 1577479726.649488, + "asctime": "2020-12-21 01:50:07,889", + "created": 1608511807.889308, "exc_info": null, "exc_text": null, "filename": "test_load_on_init.py", @@ -2495,14 +2495,14 @@ "lineno": 20, "message": "Using storage object of cache class for comparison: {u'str': u'string', u'_property_cache_uid_': u'my_unique_id', u'float': 3.14159, u'list': [1, u'two', u'3', 4], u'dict': {u'1': 1, u'3': u'3', u'2': u'two', u'4': 4}, u'unicode': u'unicode', u'_property_cache_data_version_': 1, u'integer': 17}", "module": "test_load_on_init", - "msecs": 649.4879722595215, + "msecs": 889.307975769043, "msg": "Using storage object of cache class for comparison: %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_load_on_init.py", - "process": 7954, + "pathname": "src/tests/test_load_on_init.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 89.95389938354492, - "thread": 139988953077568, + "relativeCreated": 70.79195976257324, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -2510,8 +2510,8 @@ "_property_cache_data_version_", "_property_cache_uid_" ], - "asctime": "2019-12-27 21:48:46,650", - "created": 1577479726.650075, + "asctime": "2020-12-21 01:50:07,889", + "created": 1608511807.889365, "exc_info": null, "exc_text": null, "filename": "test_load_on_init.py", @@ -2521,32 +2521,32 @@ "lineno": 21, "message": "Deleting overhead keys: _property_cache_data_version_, _property_cache_uid_", "module": "test_load_on_init", - "msecs": 650.0749588012695, + "msecs": 889.3649578094482, "msg": "Deleting overhead keys: %s, %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_load_on_init.py", - "process": 7954, + "pathname": "src/tests/test_load_on_init.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 90.54088592529297, - "thread": 139988953077568, + "relativeCreated": 70.84894180297852, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 650.2480506896973, + "msecs": 889.4059658050537, "msg": "Extracting storage object from %s for comparison.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_load_on_init.py", - "process": 7954, + "pathname": "src/tests/test_load_on_init.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 90.7139778137207, - "thread": 139988953077568, + "relativeCreated": 70.88994979858398, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.00017309188842773438 + "time_consumption": 4.100799560546875e-05 }, { "args": [], - "asctime": "2019-12-27 21:48:46,652", - "created": 1577479726.652238, + "asctime": "2020-12-21 01:50:07,890", + "created": 1608511807.890281, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2563,8 +2563,8 @@ "{ u'str': u'string', u'float': 3.14159, u'list': [ 1, u'two', u'3', 4 ], u'dict': { u'1': 1, u'3': u'3', u'2': u'two', u'4': 4 }, u'unicode': u'unicode', u'integer': 17 }", "" ], - "asctime": "2019-12-27 21:48:46,650", - "created": 1577479726.650631, + "asctime": "2020-12-21 01:50:07,889", + "created": 1608511807.889501, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2574,14 +2574,14 @@ "lineno": 22, "message": "Result (Cache object): { u'str': u'string', u'float': 3.14159, u'list': [ 1, u'two', u'3', 4 ], u'dict': { u'1': 1, u'3': u'3', u'2': u'two', u'4': 4 }, u'unicode': u'unicode', u'integer': 17 } ()", "module": "test", - "msecs": 650.6309509277344, + "msecs": 889.5010948181152, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 91.09687805175781, - "thread": 139988953077568, + "relativeCreated": 70.98507881164551, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -2590,8 +2590,8 @@ "{ 'dict': { '1': 1, '3': '3', '2': 'two', '4': 4 }, 'unicode': u'unicode', 'str': 'string', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ] }", "" ], - "asctime": "2019-12-27 21:48:46,650", - "created": 1577479726.650847, + "asctime": "2020-12-21 01:50:07,889", + "created": 1608511807.889565, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2601,14 +2601,14 @@ "lineno": 26, "message": "Expectation (Cache object): result = { 'dict': { '1': 1, '3': '3', '2': 'two', '4': 4 }, 'unicode': u'unicode', 'str': 'string', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ] } ()", "module": "test", - "msecs": 650.8469581604004, + "msecs": 889.5649909973145, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 91.31288528442383, - "thread": 139988953077568, + "relativeCreated": 71.04897499084473, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -2618,8 +2618,8 @@ " for result.str", "u'string'" ], - "asctime": "2019-12-27 21:48:46,651", - "created": 1577479726.651082, + "asctime": "2020-12-21 01:50:07,889", + "created": 1608511807.889628, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2629,14 +2629,14 @@ "lineno": 119, "message": "Type is NOT for result.str (u'string'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 651.0820388793945, + "msecs": 889.6279335021973, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 91.54796600341797, - "thread": 139988953077568, + "relativeCreated": 71.11191749572754, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -2646,8 +2646,8 @@ " for test_variable", "u'two'" ], - "asctime": "2019-12-27 21:48:46,651", - "created": 1577479726.651304, + "asctime": "2020-12-21 01:50:07,889", + "created": 1608511807.889688, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2657,22 +2657,22 @@ "lineno": 119, "message": "Type is NOT for test_variable (u'two'). ", "module": "test", - "msecs": 651.3040065765381, + "msecs": 889.6880149841309, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 91.76993370056152, - "thread": 139988953077568, + "relativeCreated": 71.17199897766113, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "u'two'" ], - "asctime": "2019-12-27 21:48:46,651", - "created": 1577479726.651417, + "asctime": "2020-12-21 01:50:07,889", + "created": 1608511807.88973, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2682,14 +2682,14 @@ "lineno": 115, "message": "Content u'two' is incorrect for test_variable.", "module": "test", - "msecs": 651.4170169830322, + "msecs": 889.7299766540527, "msg": "Content %s is incorrect for test_variable.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 91.88294410705566, - "thread": 139988953077568, + "relativeCreated": 71.21396064758301, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -2699,8 +2699,8 @@ " for test_variable", "u'two'" ], - "asctime": "2019-12-27 21:48:46,651", - "created": 1577479726.651511, + "asctime": "2020-12-21 01:50:07,889", + "created": 1608511807.889783, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2710,22 +2710,22 @@ "lineno": 119, "message": "Type is NOT for test_variable (u'two'). ", "module": "test", - "msecs": 651.5109539031982, + "msecs": 889.7829055786133, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 91.97688102722168, - "thread": 139988953077568, + "relativeCreated": 71.26688957214355, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "u'two'" ], - "asctime": "2019-12-27 21:48:46,651", - "created": 1577479726.651591, + "asctime": "2020-12-21 01:50:07,889", + "created": 1608511807.889827, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2735,14 +2735,14 @@ "lineno": 115, "message": "Content u'two' is incorrect for test_variable.", "module": "test", - "msecs": 651.5910625457764, + "msecs": 889.8270130157471, "msg": "Content %s is incorrect for test_variable.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 92.0569896697998, - "thread": 139988953077568, + "relativeCreated": 71.31099700927734, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -2752,8 +2752,8 @@ " for test_variable", "u'two'" ], - "asctime": "2019-12-27 21:48:46,651", - "created": 1577479726.651705, + "asctime": "2020-12-21 01:50:07,889", + "created": 1608511807.88987, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2763,14 +2763,14 @@ "lineno": 119, "message": "Type is NOT for test_variable (u'two'). ", "module": "test", - "msecs": 651.7050266265869, + "msecs": 889.8699283599854, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 92.17095375061035, - "thread": 139988953077568, + "relativeCreated": 71.35391235351562, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -2780,8 +2780,8 @@ " for result.list[1]", "u'two'" ], - "asctime": "2019-12-27 21:48:46,651", - "created": 1577479726.651781, + "asctime": "2020-12-21 01:50:07,889", + "created": 1608511807.889917, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2791,14 +2791,14 @@ "lineno": 119, "message": "Type is NOT for result.list[1] (u'two'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 651.7810821533203, + "msecs": 889.9168968200684, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 92.24700927734375, - "thread": 139988953077568, + "relativeCreated": 71.40088081359863, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -2808,8 +2808,8 @@ " for test_variable", "u'3'" ], - "asctime": "2019-12-27 21:48:46,651", - "created": 1577479726.651867, + "asctime": "2020-12-21 01:50:07,889", + "created": 1608511807.88996, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2819,22 +2819,22 @@ "lineno": 119, "message": "Type is NOT for test_variable (u'3'). ", "module": "test", - "msecs": 651.8669128417969, + "msecs": 889.9600505828857, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 92.33283996582031, - "thread": 139988953077568, + "relativeCreated": 71.44403457641602, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "u'3'" ], - "asctime": "2019-12-27 21:48:46,651", - "created": 1577479726.651935, + "asctime": "2020-12-21 01:50:07,890", + "created": 1608511807.890006, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2844,14 +2844,14 @@ "lineno": 115, "message": "Content u'3' is incorrect for test_variable.", "module": "test", - "msecs": 651.9351005554199, + "msecs": 890.0060653686523, "msg": "Content %s is incorrect for test_variable.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 92.40102767944336, - "thread": 139988953077568, + "relativeCreated": 71.49004936218262, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -2861,8 +2861,8 @@ " for test_variable", "u'3'" ], - "asctime": "2019-12-27 21:48:46,652", - "created": 1577479726.652018, + "asctime": "2020-12-21 01:50:07,890", + "created": 1608511807.890053, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2872,14 +2872,14 @@ "lineno": 119, "message": "Type is NOT for test_variable (u'3'). ", "module": "test", - "msecs": 652.0180702209473, + "msecs": 890.0530338287354, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 92.4839973449707, - "thread": 139988953077568, + "relativeCreated": 71.53701782226562, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -2889,8 +2889,8 @@ " for result.list[2]", "u'3'" ], - "asctime": "2019-12-27 21:48:46,652", - "created": 1577479726.652068, + "asctime": "2020-12-21 01:50:07,890", + "created": 1608511807.890095, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2900,14 +2900,14 @@ "lineno": 119, "message": "Type is NOT for result.list[2] (u'3'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 652.0678997039795, + "msecs": 890.0949954986572, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 92.53382682800293, - "thread": 139988953077568, + "relativeCreated": 71.5789794921875, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -2917,8 +2917,8 @@ " for result.dict.3", "u'3'" ], - "asctime": "2019-12-27 21:48:46,652", - "created": 1577479726.652128, + "asctime": "2020-12-21 01:50:07,890", + "created": 1608511807.890187, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2928,14 +2928,14 @@ "lineno": 119, "message": "Type is NOT for result.dict.3 (u'3'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 652.1279811859131, + "msecs": 890.1870250701904, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 92.59390830993652, - "thread": 139988953077568, + "relativeCreated": 71.6710090637207, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -2945,8 +2945,8 @@ " for result.dict.2", "u'two'" ], - "asctime": "2019-12-27 21:48:46,652", - "created": 1577479726.65217, + "asctime": "2020-12-21 01:50:07,890", + "created": 1608511807.890231, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2956,39 +2956,39 @@ "lineno": 119, "message": "Type is NOT for result.dict.2 (u'two'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 652.169942855835, + "msecs": 890.2308940887451, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 92.6358699798584, - "thread": 139988953077568, + "relativeCreated": 71.71487808227539, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 652.2378921508789, + "msecs": 890.2809619903564, "msg": "Cache object is NOT correct. See detailed log for more information.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 92.70381927490234, - "thread": 139988953077568, + "relativeCreated": 71.76494598388672, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 6.794929504394531e-05 + "time_consumption": 5.0067901611328125e-05 } ], - "thread": 139988953077568, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.00845193862915039, - "time_finished": "2019-12-27 21:48:46,652", - "time_start": "2019-12-27 21:48:46,643" + "time_consumption": 0.002079010009765625, + "time_finished": "2020-12-21 01:50:07,890", + "time_start": "2020-12-21 01:50:07,888" }, "caching.property_cache_json: Test get from source caused by changed uid (full init)": { "args": null, - "asctime": "2019-12-27 21:48:46,684", - "created": 1577479726.684843, + "asctime": "2020-12-21 01:50:07,912", + "created": 1608511807.912238, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2999,21 +2999,21 @@ "message": "caching.property_cache_json: Test get from source caused by changed uid (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 684.8430633544922, + "msecs": 912.2378826141357, "msg": "caching.property_cache_json: Test get from source caused by changed uid (full init)", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7954, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 125.30899047851562, + "relativeCreated": 93.72186660766602, "testcaseLogger": [ { "args": [ "property_cache_json", "True" ], - "asctime": "2019-12-27 21:48:46,688", - "created": 1577479726.688011, + "asctime": "2020-12-21 01:50:07,913", + "created": 1608511807.91387, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -3026,8 +3026,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:46,685", - "created": 1577479726.685249, + "asctime": "2020-12-21 01:50:07,912", + "created": 1608511807.912477, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -3037,22 +3037,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 685.2490901947021, + "msecs": 912.4770164489746, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 125.71501731872559, - "thread": 139988953077568, + "relativeCreated": 93.96100044250488, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,685", - "created": 1577479726.685665, + "asctime": "2020-12-21 01:50:07,912", + "created": 1608511807.912642, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -3060,41 +3060,41 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.json as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.json as cache file.", "module": "test_helpers", - "msecs": 685.6648921966553, + "msecs": 912.6420021057129, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 126.13081932067871, - "thread": 139988953077568, + "relativeCreated": 94.12598609924316, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2019-12-27 21:48:46,686", - "created": 1577479726.686045, + "asctime": "2020-12-21 01:50:07,912", + "created": 1608511807.912796, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 228, + "lineno": 231, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 686.0449314117432, + "msecs": 912.7960205078125, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 126.5108585357666, - "thread": 139988953077568, + "relativeCreated": 94.28000450134277, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -3102,72 +3102,72 @@ "JsonCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2019-12-27 21:48:46,686", - "created": 1577479726.68631, + "asctime": "2020-12-21 01:50:07,912", + "created": 1608511807.912989, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "JsonCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 686.3100528717041, + "msecs": 912.9889011383057, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 126.77597999572754, - "thread": 139988953077568, + "relativeCreated": 94.47288513183594, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,687", - "created": 1577479726.687464, + "asctime": "2020-12-21 01:50:07,913", + "created": 1608511807.91364, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.json)", "module": "__init__", - "msecs": 687.4639987945557, + "msecs": 913.640022277832, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 127.9299259185791, - "thread": 139988953077568, + "relativeCreated": 95.1240062713623, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 688.0109310150146, + "msecs": 913.870096206665, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 128.4768581390381, - "thread": 139988953077568, + "relativeCreated": 95.35408020019531, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.0005469322204589844 + "time_consumption": 0.0002300739288330078 }, { "args": [ "{'unicode': u'__unicode__', 'float': 2.71828, 'list': ['one', 2, 3, '4'], 'dict': {'1': '1', '3': 'three', '2': 2, '4': '4'}, 'str': '__string__', 'integer': 34}", "" ], - "asctime": "2019-12-27 21:48:46,692", - "created": 1577479726.692153, + "asctime": "2020-12-21 01:50:07,917", + "created": 1608511807.91795, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3181,52 +3181,52 @@ { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,688", - "created": 1577479726.688798, + "asctime": "2020-12-21 01:50:07,914", + "created": 1608511807.914302, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 225, - "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.json)", + "lineno": 228, + "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.json)", "module": "__init__", - "msecs": 688.7979507446289, + "msecs": 914.3021106719971, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 129.26387786865234, - "thread": 139988953077568, + "relativeCreated": 95.78609466552734, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2019-12-27 21:48:46,689", - "created": 1577479726.689191, + "asctime": "2020-12-21 01:50:07,914", + "created": 1608511807.914579, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_init_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 128, + "lineno": 131, "message": "JsonCache: Source uid changed, ignoring previous cache data", "module": "__init__", - "msecs": 689.1911029815674, + "msecs": 914.578914642334, "msg": "%s Source uid changed, ignoring previous cache data", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 129.65703010559082, - "thread": 139988953077568, + "relativeCreated": 96.06289863586426, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -3234,51 +3234,51 @@ "JsonCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2019-12-27 21:48:46,689", - "created": 1577479726.68953, + "asctime": "2020-12-21 01:50:07,914", + "created": 1608511807.914873, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "JsonCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 689.5298957824707, + "msecs": 914.8728847503662, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 129.99582290649414, - "thread": 139988953077568, + "relativeCreated": 96.35686874389648, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,690", - "created": 1577479726.690441, + "asctime": "2020-12-21 01:50:07,915", + "created": 1608511807.915709, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.json)", "module": "__init__", - "msecs": 690.4408931732178, + "msecs": 915.7090187072754, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 130.9068202972412, - "thread": 139988953077568, + "relativeCreated": 97.19300270080566, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -3287,25 +3287,25 @@ "dict", "{'1': '1', '3': 'three', '2': 2, '4': '4'}" ], - "asctime": "2019-12-27 21:48:46,691", - "created": 1577479726.691013, + "asctime": "2020-12-21 01:50:07,916", + "created": 1608511807.916308, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'dict' from cache ({'1': '1', '3': 'three', '2': 2, '4': '4'})", "module": "__init__", - "msecs": 691.0130977630615, + "msecs": 916.3079261779785, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 131.47902488708496, - "thread": 139988953077568, + "relativeCreated": 97.79191017150879, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -3314,25 +3314,25 @@ "unicode", "u'__unicode__'" ], - "asctime": "2019-12-27 21:48:46,691", - "created": 1577479726.691165, + "asctime": "2020-12-21 01:50:07,916", + "created": 1608511807.916553, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'unicode' from cache (u'__unicode__')", "module": "__init__", - "msecs": 691.1649703979492, + "msecs": 916.5530204772949, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 131.63089752197266, - "thread": 139988953077568, + "relativeCreated": 98.0370044708252, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -3341,25 +3341,25 @@ "str", "'__string__'" ], - "asctime": "2019-12-27 21:48:46,691", - "created": 1577479726.691288, + "asctime": "2020-12-21 01:50:07,916", + "created": 1608511807.916725, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'str' from cache ('__string__')", "module": "__init__", - "msecs": 691.2879943847656, + "msecs": 916.7249202728271, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 131.75392150878906, - "thread": 139988953077568, + "relativeCreated": 98.20890426635742, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -3368,25 +3368,25 @@ "integer", "34" ], - "asctime": "2019-12-27 21:48:46,691", - "created": 1577479726.691419, + "asctime": "2020-12-21 01:50:07,916", + "created": 1608511807.916893, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'integer' from cache (34)", "module": "__init__", - "msecs": 691.4188861846924, + "msecs": 916.8930053710938, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 131.88481330871582, - "thread": 139988953077568, + "relativeCreated": 98.37698936462402, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -3395,25 +3395,25 @@ "float", "2.71828" ], - "asctime": "2019-12-27 21:48:46,691", - "created": 1577479726.691533, + "asctime": "2020-12-21 01:50:07,917", + "created": 1608511807.917088, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'float' from cache (2.71828)", "module": "__init__", - "msecs": 691.533088684082, + "msecs": 917.0880317687988, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 131.99901580810547, - "thread": 139988953077568, + "relativeCreated": 98.5720157623291, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -3422,25 +3422,25 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2019-12-27 21:48:46,691", - "created": 1577479726.691639, + "asctime": "2020-12-21 01:50:07,917", + "created": 1608511807.917259, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'list' from cache (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 691.6389465332031, + "msecs": 917.2589778900146, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 132.10487365722656, - "thread": 139988953077568, + "relativeCreated": 98.74296188354492, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -3449,8 +3449,8 @@ "{ 'unicode': u'__unicode__', 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'str': '__string__', 'integer': 34 }", "" ], - "asctime": "2019-12-27 21:48:46,691", - "created": 1577479726.691786, + "asctime": "2020-12-21 01:50:07,917", + "created": 1608511807.917561, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3460,14 +3460,14 @@ "lineno": 22, "message": "Result (Instance data after changing uid): { 'unicode': u'__unicode__', 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'str': '__string__', 'integer': 34 } ()", "module": "test", - "msecs": 691.7860507965088, + "msecs": 917.5610542297363, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 132.25197792053223, - "thread": 139988953077568, + "relativeCreated": 99.0450382232666, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -3476,8 +3476,8 @@ "{ 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'unicode': u'__unicode__', 'str': '__string__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ] }", "" ], - "asctime": "2019-12-27 21:48:46,691", - "created": 1577479726.691933, + "asctime": "2020-12-21 01:50:07,917", + "created": 1608511807.917722, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3487,39 +3487,39 @@ "lineno": 26, "message": "Expectation (Instance data after changing uid): result = { 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'unicode': u'__unicode__', 'str': '__string__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ] } ()", "module": "test", - "msecs": 691.9329166412354, + "msecs": 917.7219867706299, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 132.3988437652588, - "thread": 139988953077568, + "relativeCreated": 99.20597076416016, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 692.1529769897461, + "msecs": 917.949914932251, "msg": "Instance data after changing uid is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 132.61890411376953, - "thread": 139988953077568, + "relativeCreated": 99.43389892578125, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.0002200603485107422 + "time_consumption": 0.00022792816162109375 } ], - "thread": 139988953077568, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.007309913635253906, - "time_finished": "2019-12-27 21:48:46,692", - "time_start": "2019-12-27 21:48:46,684" + "time_consumption": 0.005712032318115234, + "time_finished": "2020-12-21 01:50:07,917", + "time_start": "2020-12-21 01:50:07,912" }, "caching.property_cache_json: Test get from source caused by changed uid (partially init)": { "args": null, - "asctime": "2019-12-27 21:48:46,692", - "created": 1577479726.692504, + "asctime": "2020-12-21 01:50:07,918", + "created": 1608511807.918427, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3530,21 +3530,21 @@ "message": "caching.property_cache_json: Test get from source caused by changed uid (partially init)", "module": "__init__", "moduleLogger": [], - "msecs": 692.5039291381836, + "msecs": 918.4269905090332, "msg": "caching.property_cache_json: Test get from source caused by changed uid (partially init)", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7954, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 132.96985626220703, + "relativeCreated": 99.91097450256348, "testcaseLogger": [ { "args": [ "property_cache_json", "True" ], - "asctime": "2019-12-27 21:48:46,694", - "created": 1577479726.694636, + "asctime": "2020-12-21 01:50:07,919", + "created": 1608511807.919705, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -3557,8 +3557,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:46,692", - "created": 1577479726.692719, + "asctime": "2020-12-21 01:50:07,918", + "created": 1608511807.918661, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -3568,22 +3568,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 692.7189826965332, + "msecs": 918.6611175537109, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 133.18490982055664, - "thread": 139988953077568, + "relativeCreated": 100.14510154724121, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,692", - "created": 1577479726.692926, + "asctime": "2020-12-21 01:50:07,918", + "created": 1608511807.918853, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -3591,41 +3591,41 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json as cache file.", "module": "test_helpers", - "msecs": 692.9259300231934, + "msecs": 918.8530445098877, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 133.3918571472168, - "thread": 139988953077568, + "relativeCreated": 100.33702850341797, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2019-12-27 21:48:46,693", - "created": 1577479726.693103, + "asctime": "2020-12-21 01:50:07,919", + "created": 1608511807.919019, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 228, + "lineno": 231, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 693.1030750274658, + "msecs": 919.0189838409424, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 133.56900215148926, - "thread": 139988953077568, + "relativeCreated": 100.50296783447266, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -3633,72 +3633,72 @@ "JsonCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2019-12-27 21:48:46,693", - "created": 1577479726.693317, + "asctime": "2020-12-21 01:50:07,919", + "created": 1608511807.91917, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "JsonCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 693.3169364929199, + "msecs": 919.1699028015137, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 133.78286361694336, - "thread": 139988953077568, + "relativeCreated": 100.65388679504395, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,694", - "created": 1577479726.694216, + "asctime": "2020-12-21 01:50:07,919", + "created": 1608511807.919556, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json)", "module": "__init__", - "msecs": 694.2160129547119, + "msecs": 919.5559024810791, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 134.68194007873535, - "thread": 139988953077568, + "relativeCreated": 101.03988647460938, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 694.6361064910889, + "msecs": 919.7049140930176, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 135.1020336151123, - "thread": 139988953077568, + "relativeCreated": 101.18889808654785, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.0004200935363769531 + "time_consumption": 0.00014901161193847656 }, { "args": [ "{'unicode': u'__unicode__', 'float': 2.71828, 'list': ['one', 2, 3, '4'], 'dict': {'1': '1', '3': 'three', '2': 2, '4': '4'}, 'str': '__string__', 'integer': 34}", "" ], - "asctime": "2019-12-27 21:48:46,707", - "created": 1577479726.707752, + "asctime": "2020-12-21 01:50:07,925", + "created": 1608511807.925109, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3712,78 +3712,78 @@ { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,695", - "created": 1577479726.695719, + "asctime": "2020-12-21 01:50:07,919", + "created": 1608511807.919961, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 225, - "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json)", + "lineno": 228, + "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json)", "module": "__init__", - "msecs": 695.7190036773682, + "msecs": 919.9609756469727, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 136.1849308013916, - "thread": 139988953077568, + "relativeCreated": 101.44495964050293, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2019-12-27 21:48:46,696", - "created": 1577479726.696387, + "asctime": "2020-12-21 01:50:07,920", + "created": 1608511807.920047, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_init_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 128, + "lineno": 131, "message": "JsonCache: Source uid changed, ignoring previous cache data", "module": "__init__", - "msecs": 696.3870525360107, + "msecs": 920.0470447540283, "msg": "%s Source uid changed, ignoring previous cache data", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 136.85297966003418, - "thread": 139988953077568, + "relativeCreated": 101.5310287475586, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,699", - "created": 1577479726.699074, + "asctime": "2020-12-21 01:50:07,920", + "created": 1608511807.920552, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json)", "module": "__init__", - "msecs": 699.0740299224854, + "msecs": 920.5520153045654, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 139.5399570465088, - "thread": 139988953077568, + "relativeCreated": 102.0359992980957, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -3792,51 +3792,51 @@ "dict", "{'1': '1', '3': 'three', '2': 2, '4': '4'}" ], - "asctime": "2019-12-27 21:48:46,700", - "created": 1577479726.700284, + "asctime": "2020-12-21 01:50:07,920", + "created": 1608511807.920866, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'dict' from source instance ({'1': '1', '3': 'three', '2': 2, '4': '4'})", "module": "__init__", - "msecs": 700.2840042114258, + "msecs": 920.8660125732422, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 140.74993133544922, - "thread": 139988953077568, + "relativeCreated": 102.34999656677246, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,701", - "created": 1577479726.701821, + "asctime": "2020-12-21 01:50:07,921", + "created": 1608511807.921427, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json)", "module": "__init__", - "msecs": 701.8210887908936, + "msecs": 921.4270114898682, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 142.287015914917, - "thread": 139988953077568, + "relativeCreated": 102.91099548339844, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -3845,51 +3845,51 @@ "unicode", "u'__unicode__'" ], - "asctime": "2019-12-27 21:48:46,702", - "created": 1577479726.70276, + "asctime": "2020-12-21 01:50:07,921", + "created": 1608511807.921831, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'unicode' from source instance (u'__unicode__')", "module": "__init__", - "msecs": 702.7599811553955, + "msecs": 921.8308925628662, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 143.22590827941895, - "thread": 139988953077568, + "relativeCreated": 103.31487655639648, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,703", - "created": 1577479726.703648, + "asctime": "2020-12-21 01:50:07,922", + "created": 1608511807.922227, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json)", "module": "__init__", - "msecs": 703.6480903625488, + "msecs": 922.2269058227539, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 144.11401748657227, - "thread": 139988953077568, + "relativeCreated": 103.71088981628418, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -3898,51 +3898,51 @@ "str", "'__string__'" ], - "asctime": "2019-12-27 21:48:46,704", - "created": 1577479726.704098, + "asctime": "2020-12-21 01:50:07,922", + "created": 1608511807.922475, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'str' from source instance ('__string__')", "module": "__init__", - "msecs": 704.0979862213135, + "msecs": 922.4750995635986, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 144.5639133453369, - "thread": 139988953077568, + "relativeCreated": 103.9590835571289, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,704", - "created": 1577479726.704559, + "asctime": "2020-12-21 01:50:07,922", + "created": 1608511807.922778, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json)", "module": "__init__", - "msecs": 704.5590877532959, + "msecs": 922.7778911590576, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 145.02501487731934, - "thread": 139988953077568, + "relativeCreated": 104.26187515258789, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -3951,51 +3951,51 @@ "integer", "34" ], - "asctime": "2019-12-27 21:48:46,704", - "created": 1577479726.704904, + "asctime": "2020-12-21 01:50:07,923", + "created": 1608511807.923001, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'integer' from source instance (34)", "module": "__init__", - "msecs": 704.9040794372559, + "msecs": 923.0010509490967, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 145.3700065612793, - "thread": 139988953077568, + "relativeCreated": 104.48503494262695, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,705", - "created": 1577479726.705309, + "asctime": "2020-12-21 01:50:07,923", + "created": 1608511807.923304, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json)", "module": "__init__", - "msecs": 705.3089141845703, + "msecs": 923.3040809631348, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 145.77484130859375, - "thread": 139988953077568, + "relativeCreated": 104.78806495666504, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -4004,51 +4004,51 @@ "float", "2.71828" ], - "asctime": "2019-12-27 21:48:46,705", - "created": 1577479726.705803, + "asctime": "2020-12-21 01:50:07,923", + "created": 1608511807.923516, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'float' from source instance (2.71828)", "module": "__init__", - "msecs": 705.8029174804688, + "msecs": 923.516035079956, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 146.2688446044922, - "thread": 139988953077568, + "relativeCreated": 105.00001907348633, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,706", - "created": 1577479726.706256, + "asctime": "2020-12-21 01:50:07,923", + "created": 1608511807.923852, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json)", "module": "__init__", - "msecs": 706.2559127807617, + "msecs": 923.8519668579102, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 146.72183990478516, - "thread": 139988953077568, + "relativeCreated": 105.33595085144043, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -4057,51 +4057,51 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2019-12-27 21:48:46,706", - "created": 1577479726.706575, + "asctime": "2020-12-21 01:50:07,924", + "created": 1608511807.924065, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'list' from source instance (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 706.5749168395996, + "msecs": 924.065113067627, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 147.04084396362305, - "thread": 139988953077568, + "relativeCreated": 105.54909706115723, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,706", - "created": 1577479726.706999, + "asctime": "2020-12-21 01:50:07,924", + "created": 1608511807.924325, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json)", "module": "__init__", - "msecs": 706.9990634918213, + "msecs": 924.3249893188477, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 147.46499061584473, - "thread": 139988953077568, + "relativeCreated": 105.80897331237793, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -4110,8 +4110,8 @@ "{ 'unicode': u'__unicode__', 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'str': '__string__', 'integer': 34 }", "" ], - "asctime": "2019-12-27 21:48:46,707", - "created": 1577479726.70732, + "asctime": "2020-12-21 01:50:07,924", + "created": 1608511807.92468, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4121,14 +4121,14 @@ "lineno": 22, "message": "Result (Instance data after changing uid): { 'unicode': u'__unicode__', 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'str': '__string__', 'integer': 34 } ()", "module": "test", - "msecs": 707.319974899292, + "msecs": 924.6799945831299, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 147.78590202331543, - "thread": 139988953077568, + "relativeCreated": 106.16397857666016, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -4137,8 +4137,8 @@ "{ 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'unicode': u'__unicode__', 'str': '__string__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ] }", "" ], - "asctime": "2019-12-27 21:48:46,707", - "created": 1577479726.707514, + "asctime": "2020-12-21 01:50:07,924", + "created": 1608511807.924871, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4148,39 +4148,39 @@ "lineno": 26, "message": "Expectation (Instance data after changing uid): result = { 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'unicode': u'__unicode__', 'str': '__string__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ] } ()", "module": "test", - "msecs": 707.5140476226807, + "msecs": 924.8709678649902, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 147.9799747467041, - "thread": 139988953077568, + "relativeCreated": 106.35495185852051, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 707.751989364624, + "msecs": 925.1089096069336, "msg": "Instance data after changing uid is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 148.21791648864746, - "thread": 139988953077568, + "relativeCreated": 106.59289360046387, + "thread": 140701886007104, "threadName": "MainThread", "time_consumption": 0.00023794174194335938 } ], - "thread": 139988953077568, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.01524806022644043, - "time_finished": "2019-12-27 21:48:46,707", - "time_start": "2019-12-27 21:48:46,692" + "time_consumption": 0.006681919097900391, + "time_finished": "2020-12-21 01:50:07,925", + "time_start": "2020-12-21 01:50:07,918" }, "caching.property_cache_json: Test get from source caused by increased data version (full init)": { "args": null, - "asctime": "2019-12-27 21:48:46,673", - "created": 1577479726.67339, + "asctime": "2020-12-21 01:50:07,899", + "created": 1608511807.899351, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4191,21 +4191,21 @@ "message": "caching.property_cache_json: Test get from source caused by increased data version (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 673.3899116516113, + "msecs": 899.3508815765381, "msg": "caching.property_cache_json: Test get from source caused by increased data version (full init)", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7954, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 113.85583877563477, + "relativeCreated": 80.83486557006836, "testcaseLogger": [ { "args": [ "property_cache_json", "True" ], - "asctime": "2019-12-27 21:48:46,673", - "created": 1577479726.673981, + "asctime": "2020-12-21 01:50:07,900", + "created": 1608511807.900373, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -4218,8 +4218,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:46,673", - "created": 1577479726.673468, + "asctime": "2020-12-21 01:50:07,899", + "created": 1608511807.899514, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -4229,22 +4229,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 673.4681129455566, + "msecs": 899.5139598846436, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 113.93404006958008, - "thread": 139988953077568, + "relativeCreated": 80.99794387817383, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,673", - "created": 1577479726.673542, + "asctime": "2020-12-21 01:50:07,899", + "created": 1608511807.899682, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -4252,41 +4252,41 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.json as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.json as cache file.", "module": "test_helpers", - "msecs": 673.5420227050781, + "msecs": 899.6820449829102, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 114.00794982910156, - "thread": 139988953077568, + "relativeCreated": 81.16602897644043, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2019-12-27 21:48:46,673", - "created": 1577479726.673634, + "asctime": "2020-12-21 01:50:07,899", + "created": 1608511807.89986, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 228, + "lineno": 231, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 673.6340522766113, + "msecs": 899.8599052429199, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 114.09997940063477, - "thread": 139988953077568, + "relativeCreated": 81.3438892364502, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -4294,72 +4294,72 @@ "JsonCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2019-12-27 21:48:46,673", - "created": 1577479726.673705, + "asctime": "2020-12-21 01:50:07,899", + "created": 1608511807.899943, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "JsonCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 673.7051010131836, + "msecs": 899.9431133270264, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 114.17102813720703, - "thread": 139988953077568, + "relativeCreated": 81.42709732055664, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,673", - "created": 1577479726.673915, + "asctime": "2020-12-21 01:50:07,900", + "created": 1608511807.900276, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.json)", "module": "__init__", - "msecs": 673.914909362793, + "msecs": 900.2759456634521, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 114.3808364868164, - "thread": 139988953077568, + "relativeCreated": 81.75992965698242, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 673.9809513092041, + "msecs": 900.3729820251465, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 114.44687843322754, - "thread": 139988953077568, + "relativeCreated": 81.85696601867676, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 6.604194641113281e-05 + "time_consumption": 9.703636169433594e-05 }, { "args": [ "{'unicode': u'__unicode__', 'float': 2.71828, 'list': ['one', 2, 3, '4'], 'dict': {'1': '1', '3': 'three', '2': 2, '4': '4'}, 'str': '__string__', 'integer': 34}", "" ], - "asctime": "2019-12-27 21:48:46,674", - "created": 1577479726.674977, + "asctime": "2020-12-21 01:50:07,902", + "created": 1608511807.902742, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4373,52 +4373,52 @@ { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,674", - "created": 1577479726.674109, + "asctime": "2020-12-21 01:50:07,900", + "created": 1608511807.900574, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 225, - "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.json)", + "lineno": 228, + "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.json)", "module": "__init__", - "msecs": 674.1089820861816, + "msecs": 900.5739688873291, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 114.57490921020508, - "thread": 139988953077568, + "relativeCreated": 82.05795288085938, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2019-12-27 21:48:46,674", - "created": 1577479726.674166, + "asctime": "2020-12-21 01:50:07,900", + "created": 1608511807.900646, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_init_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 130, + "lineno": 133, "message": "JsonCache: Data version increased, ignoring previous cache data", "module": "__init__", - "msecs": 674.1659641265869, + "msecs": 900.6459712982178, "msg": "%s Data version increased, ignoring previous cache data", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 114.63189125061035, - "thread": 139988953077568, + "relativeCreated": 82.12995529174805, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -4426,51 +4426,51 @@ "JsonCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2019-12-27 21:48:46,674", - "created": 1577479726.674216, + "asctime": "2020-12-21 01:50:07,900", + "created": 1608511807.900711, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "JsonCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 674.2160320281982, + "msecs": 900.7110595703125, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 114.68195915222168, - "thread": 139988953077568, + "relativeCreated": 82.19504356384277, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,674", - "created": 1577479726.674409, + "asctime": "2020-12-21 01:50:07,900", + "created": 1608511807.900984, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.json)", "module": "__init__", - "msecs": 674.4089126586914, + "msecs": 900.9840488433838, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 114.87483978271484, - "thread": 139988953077568, + "relativeCreated": 82.46803283691406, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -4479,25 +4479,25 @@ "dict", "{'1': '1', '3': 'three', '2': 2, '4': '4'}" ], - "asctime": "2019-12-27 21:48:46,674", - "created": 1577479726.674512, + "asctime": "2020-12-21 01:50:07,901", + "created": 1608511807.901127, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'dict' from cache ({'1': '1', '3': 'three', '2': 2, '4': '4'})", "module": "__init__", - "msecs": 674.5119094848633, + "msecs": 901.1270999908447, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 114.97783660888672, - "thread": 139988953077568, + "relativeCreated": 82.611083984375, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -4506,25 +4506,25 @@ "unicode", "u'__unicode__'" ], - "asctime": "2019-12-27 21:48:46,674", - "created": 1577479726.674574, + "asctime": "2020-12-21 01:50:07,901", + "created": 1608511807.901208, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'unicode' from cache (u'__unicode__')", "module": "__init__", - "msecs": 674.5738983154297, + "msecs": 901.2079238891602, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 115.03982543945312, - "thread": 139988953077568, + "relativeCreated": 82.69190788269043, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -4533,25 +4533,25 @@ "str", "'__string__'" ], - "asctime": "2019-12-27 21:48:46,674", - "created": 1577479726.674626, + "asctime": "2020-12-21 01:50:07,901", + "created": 1608511807.901354, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'str' from cache ('__string__')", "module": "__init__", - "msecs": 674.6261119842529, + "msecs": 901.3540744781494, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 115.09203910827637, - "thread": 139988953077568, + "relativeCreated": 82.83805847167969, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -4560,25 +4560,25 @@ "integer", "34" ], - "asctime": "2019-12-27 21:48:46,674", - "created": 1577479726.674681, + "asctime": "2020-12-21 01:50:07,901", + "created": 1608511807.901662, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'integer' from cache (34)", "module": "__init__", - "msecs": 674.6809482574463, + "msecs": 901.6621112823486, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 115.14687538146973, - "thread": 139988953077568, + "relativeCreated": 83.1460952758789, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -4587,25 +4587,25 @@ "float", "2.71828" ], - "asctime": "2019-12-27 21:48:46,674", - "created": 1577479726.674726, + "asctime": "2020-12-21 01:50:07,902", + "created": 1608511807.902077, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'float' from cache (2.71828)", "module": "__init__", - "msecs": 674.7260093688965, + "msecs": 902.0769596099854, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 115.19193649291992, - "thread": 139988953077568, + "relativeCreated": 83.56094360351562, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -4614,25 +4614,25 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2019-12-27 21:48:46,674", - "created": 1577479726.674772, + "asctime": "2020-12-21 01:50:07,902", + "created": 1608511807.902351, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'list' from cache (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 674.7720241546631, + "msecs": 902.350902557373, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 115.23795127868652, - "thread": 139988953077568, + "relativeCreated": 83.83488655090332, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -4641,8 +4641,8 @@ "{ 'unicode': u'__unicode__', 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'str': '__string__', 'integer': 34 }", "" ], - "asctime": "2019-12-27 21:48:46,674", - "created": 1577479726.674833, + "asctime": "2020-12-21 01:50:07,902", + "created": 1608511807.902521, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4652,14 +4652,14 @@ "lineno": 22, "message": "Result (Instance data after increasing data_version): { 'unicode': u'__unicode__', 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'str': '__string__', 'integer': 34 } ()", "module": "test", - "msecs": 674.8330593109131, + "msecs": 902.5208950042725, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 115.29898643493652, - "thread": 139988953077568, + "relativeCreated": 84.00487899780273, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -4668,8 +4668,8 @@ "{ 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'unicode': u'__unicode__', 'str': '__string__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ] }", "" ], - "asctime": "2019-12-27 21:48:46,674", - "created": 1577479726.674887, + "asctime": "2020-12-21 01:50:07,902", + "created": 1608511807.902614, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4679,39 +4679,39 @@ "lineno": 26, "message": "Expectation (Instance data after increasing data_version): result = { 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'unicode': u'__unicode__', 'str': '__string__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ] } ()", "module": "test", - "msecs": 674.88694190979, + "msecs": 902.6141166687012, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 115.35286903381348, - "thread": 139988953077568, + "relativeCreated": 84.09810066223145, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 674.9770641326904, + "msecs": 902.7419090270996, "msg": "Instance data after increasing data_version is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 115.44299125671387, - "thread": 139988953077568, + "relativeCreated": 84.22589302062988, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 9.012222290039062e-05 + "time_consumption": 0.0001277923583984375 } ], - "thread": 139988953077568, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.0015871524810791016, - "time_finished": "2019-12-27 21:48:46,674", - "time_start": "2019-12-27 21:48:46,673" + "time_consumption": 0.0033910274505615234, + "time_finished": "2020-12-21 01:50:07,902", + "time_start": "2020-12-21 01:50:07,899" }, "caching.property_cache_json: Test get from source caused by increased data version (partially init)": { "args": null, - "asctime": "2019-12-27 21:48:46,675", - "created": 1577479726.675101, + "asctime": "2020-12-21 01:50:07,902", + "created": 1608511807.902953, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4722,21 +4722,21 @@ "message": "caching.property_cache_json: Test get from source caused by increased data version (partially init)", "module": "__init__", "moduleLogger": [], - "msecs": 675.1010417938232, + "msecs": 902.9529094696045, "msg": "caching.property_cache_json: Test get from source caused by increased data version (partially init)", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7954, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 115.56696891784668, + "relativeCreated": 84.43689346313477, "testcaseLogger": [ { "args": [ "property_cache_json", "True" ], - "asctime": "2019-12-27 21:48:46,675", - "created": 1577479726.675612, + "asctime": "2020-12-21 01:50:07,904", + "created": 1608511807.904063, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -4749,8 +4749,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:46,675", - "created": 1577479726.675179, + "asctime": "2020-12-21 01:50:07,903", + "created": 1608511807.903083, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -4760,22 +4760,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 675.1790046691895, + "msecs": 903.083086013794, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 115.64493179321289, - "thread": 139988953077568, + "relativeCreated": 84.56707000732422, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,675", - "created": 1577479726.675241, + "asctime": "2020-12-21 01:50:07,903", + "created": 1608511807.903231, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -4783,41 +4783,41 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json as cache file.", "module": "test_helpers", - "msecs": 675.2409934997559, + "msecs": 903.2309055328369, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 115.7069206237793, - "thread": 139988953077568, + "relativeCreated": 84.71488952636719, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2019-12-27 21:48:46,675", - "created": 1577479726.675305, + "asctime": "2020-12-21 01:50:07,903", + "created": 1608511807.903361, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 228, + "lineno": 231, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 675.3048896789551, + "msecs": 903.3610820770264, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 115.77081680297852, - "thread": 139988953077568, + "relativeCreated": 84.84506607055664, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -4825,72 +4825,72 @@ "JsonCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2019-12-27 21:48:46,675", - "created": 1577479726.675355, + "asctime": "2020-12-21 01:50:07,903", + "created": 1608511807.903443, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "JsonCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 675.3549575805664, + "msecs": 903.4430980682373, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 115.82088470458984, - "thread": 139988953077568, + "relativeCreated": 84.92708206176758, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,675", - "created": 1577479726.675548, + "asctime": "2020-12-21 01:50:07,903", + "created": 1608511807.903878, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json)", "module": "__init__", - "msecs": 675.5480766296387, + "msecs": 903.8779735565186, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 116.01400375366211, - "thread": 139988953077568, + "relativeCreated": 85.36195755004883, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 675.6119728088379, + "msecs": 904.0629863739014, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 116.07789993286133, - "thread": 139988953077568, + "relativeCreated": 85.54697036743164, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 6.389617919921875e-05 + "time_consumption": 0.0001850128173828125 }, { "args": [ "{'unicode': u'__unicode__', 'float': 2.71828, 'list': ['one', 2, 3, '4'], 'dict': {'1': '1', '3': 'three', '2': 2, '4': '4'}, 'str': '__string__', 'integer': 34}", "" ], - "asctime": "2019-12-27 21:48:46,684", - "created": 1577479726.684053, + "asctime": "2020-12-21 01:50:07,911", + "created": 1608511807.911755, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4904,78 +4904,78 @@ { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,675", - "created": 1577479726.675742, + "asctime": "2020-12-21 01:50:07,904", + "created": 1608511807.904414, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 225, - "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json)", + "lineno": 228, + "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json)", "module": "__init__", - "msecs": 675.7419109344482, + "msecs": 904.4139385223389, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 116.20783805847168, - "thread": 139988953077568, + "relativeCreated": 85.89792251586914, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2019-12-27 21:48:46,675", - "created": 1577479726.6758, + "asctime": "2020-12-21 01:50:07,904", + "created": 1608511807.904552, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_init_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 130, + "lineno": 133, "message": "JsonCache: Data version increased, ignoring previous cache data", "module": "__init__", - "msecs": 675.800085067749, + "msecs": 904.5519828796387, "msg": "%s Data version increased, ignoring previous cache data", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 116.26601219177246, - "thread": 139988953077568, + "relativeCreated": 86.03596687316895, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,675", - "created": 1577479726.67591, + "asctime": "2020-12-21 01:50:07,904", + "created": 1608511807.904844, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json)", "module": "__init__", - "msecs": 675.9099960327148, + "msecs": 904.8440456390381, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 116.37592315673828, - "thread": 139988953077568, + "relativeCreated": 86.32802963256836, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -4984,51 +4984,51 @@ "dict", "{'1': '1', '3': 'three', '2': 2, '4': '4'}" ], - "asctime": "2019-12-27 21:48:46,675", - "created": 1577479726.675994, + "asctime": "2020-12-21 01:50:07,905", + "created": 1608511807.905095, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'dict' from source instance ({'1': '1', '3': 'three', '2': 2, '4': '4'})", "module": "__init__", - "msecs": 675.9939193725586, + "msecs": 905.095100402832, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 116.45984649658203, - "thread": 139988953077568, + "relativeCreated": 86.5790843963623, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,676", - "created": 1577479726.676271, + "asctime": "2020-12-21 01:50:07,905", + "created": 1608511807.905435, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json)", "module": "__init__", - "msecs": 676.2709617614746, + "msecs": 905.4350852966309, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 116.73688888549805, - "thread": 139988953077568, + "relativeCreated": 86.91906929016113, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -5037,51 +5037,51 @@ "unicode", "u'__unicode__'" ], - "asctime": "2019-12-27 21:48:46,676", - "created": 1577479726.676366, + "asctime": "2020-12-21 01:50:07,905", + "created": 1608511807.905691, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'unicode' from source instance (u'__unicode__')", "module": "__init__", - "msecs": 676.3660907745361, + "msecs": 905.6909084320068, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 116.83201789855957, - "thread": 139988953077568, + "relativeCreated": 87.17489242553711, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,676", - "created": 1577479726.676558, + "asctime": "2020-12-21 01:50:07,906", + "created": 1608511807.906083, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json)", "module": "__init__", - "msecs": 676.5580177307129, + "msecs": 906.0831069946289, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 117.02394485473633, - "thread": 139988953077568, + "relativeCreated": 87.56709098815918, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -5090,51 +5090,51 @@ "str", "'__string__'" ], - "asctime": "2019-12-27 21:48:46,676", - "created": 1577479726.676661, + "asctime": "2020-12-21 01:50:07,907", + "created": 1608511807.907062, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'str' from source instance ('__string__')", "module": "__init__", - "msecs": 676.6610145568848, + "msecs": 907.0620536804199, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 117.1269416809082, - "thread": 139988953077568, + "relativeCreated": 88.5460376739502, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,677", - "created": 1577479726.677353, + "asctime": "2020-12-21 01:50:07,907", + "created": 1608511807.907841, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json)", "module": "__init__", - "msecs": 677.3529052734375, + "msecs": 907.8409671783447, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 117.81883239746094, - "thread": 139988953077568, + "relativeCreated": 89.324951171875, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -5143,51 +5143,51 @@ "integer", "34" ], - "asctime": "2019-12-27 21:48:46,678", - "created": 1577479726.67815, + "asctime": "2020-12-21 01:50:07,908", + "created": 1608511807.908365, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'integer' from source instance (34)", "module": "__init__", - "msecs": 678.149938583374, + "msecs": 908.36501121521, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 118.61586570739746, - "thread": 139988953077568, + "relativeCreated": 89.84899520874023, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,678", - "created": 1577479726.678959, + "asctime": "2020-12-21 01:50:07,908", + "created": 1608511807.908896, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json)", "module": "__init__", - "msecs": 678.9588928222656, + "msecs": 908.8959693908691, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 119.42481994628906, - "thread": 139988953077568, + "relativeCreated": 90.37995338439941, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -5196,51 +5196,51 @@ "float", "2.71828" ], - "asctime": "2019-12-27 21:48:46,679", - "created": 1577479726.679174, + "asctime": "2020-12-21 01:50:07,909", + "created": 1608511807.909193, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'float' from source instance (2.71828)", "module": "__init__", - "msecs": 679.1739463806152, + "msecs": 909.1930389404297, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 119.63987350463867, - "thread": 139988953077568, + "relativeCreated": 90.67702293395996, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,680", - "created": 1577479726.680757, + "asctime": "2020-12-21 01:50:07,909", + "created": 1608511807.909609, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json)", "module": "__init__", - "msecs": 680.7570457458496, + "msecs": 909.6090793609619, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 121.22297286987305, - "thread": 139988953077568, + "relativeCreated": 91.09306335449219, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -5249,51 +5249,51 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2019-12-27 21:48:46,681", - "created": 1577479726.68151, + "asctime": "2020-12-21 01:50:07,909", + "created": 1608511807.909924, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'list' from source instance (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 681.5099716186523, + "msecs": 909.9240303039551, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 121.97589874267578, - "thread": 139988953077568, + "relativeCreated": 91.40801429748535, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,682", - "created": 1577479726.682532, + "asctime": "2020-12-21 01:50:07,910", + "created": 1608511807.910723, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json)", "module": "__init__", - "msecs": 682.5320720672607, + "msecs": 910.7229709625244, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 122.99799919128418, - "thread": 139988953077568, + "relativeCreated": 92.20695495605469, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -5302,8 +5302,8 @@ "{ 'unicode': u'__unicode__', 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'str': '__string__', 'integer': 34 }", "" ], - "asctime": "2019-12-27 21:48:46,683", - "created": 1577479726.683196, + "asctime": "2020-12-21 01:50:07,911", + "created": 1608511807.911251, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5313,14 +5313,14 @@ "lineno": 22, "message": "Result (Instance data after increasing data_version): { 'unicode': u'__unicode__', 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'str': '__string__', 'integer': 34 } ()", "module": "test", - "msecs": 683.1960678100586, + "msecs": 911.2510681152344, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 123.66199493408203, - "thread": 139988953077568, + "relativeCreated": 92.73505210876465, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -5329,8 +5329,8 @@ "{ 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'unicode': u'__unicode__', 'str': '__string__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ] }", "" ], - "asctime": "2019-12-27 21:48:46,683", - "created": 1577479726.683456, + "asctime": "2020-12-21 01:50:07,911", + "created": 1608511807.911466, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5340,39 +5340,39 @@ "lineno": 26, "message": "Expectation (Instance data after increasing data_version): result = { 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'unicode': u'__unicode__', 'str': '__string__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ] } ()", "module": "test", - "msecs": 683.4559440612793, + "msecs": 911.4658832550049, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 123.92187118530273, - "thread": 139988953077568, + "relativeCreated": 92.94986724853516, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 684.0529441833496, + "msecs": 911.7550849914551, "msg": "Instance data after increasing data_version is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 124.51887130737305, - "thread": 139988953077568, + "relativeCreated": 93.23906898498535, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.0005970001220703125 + "time_consumption": 0.0002892017364501953 } ], - "thread": 139988953077568, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.008951902389526367, - "time_finished": "2019-12-27 21:48:46,684", - "time_start": "2019-12-27 21:48:46,675" + "time_consumption": 0.008802175521850586, + "time_finished": "2020-12-21 01:50:07,911", + "time_start": "2020-12-21 01:50:07,902" }, "caching.property_cache_json: Test internal key usage": { "args": null, - "asctime": "2019-12-27 21:48:46,710", - "created": 1577479726.710611, + "asctime": "2020-12-21 01:50:07,926", + "created": 1608511807.926421, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5383,21 +5383,21 @@ "message": "caching.property_cache_json: Test internal key usage", "module": "__init__", "moduleLogger": [], - "msecs": 710.61110496521, + "msecs": 926.4209270477295, "msg": "caching.property_cache_json: Test internal key usage", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7954, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 151.0770320892334, + "relativeCreated": 107.90491104125977, "testcaseLogger": [ { "args": [ "property_cache_json", "True" ], - "asctime": "2019-12-27 21:48:46,712", - "created": 1577479726.712964, + "asctime": "2020-12-21 01:50:07,929", + "created": 1608511807.929146, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -5410,8 +5410,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:46,711", - "created": 1577479726.711028, + "asctime": "2020-12-21 01:50:07,926", + "created": 1608511807.926809, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -5421,22 +5421,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 711.0280990600586, + "msecs": 926.8090724945068, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 151.49402618408203, - "thread": 139988953077568, + "relativeCreated": 108.29305648803711, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/internal_keys_test.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.json" ], - "asctime": "2019-12-27 21:48:46,711", - "created": 1577479726.711408, + "asctime": "2020-12-21 01:50:07,927", + "created": 1608511807.927148, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -5444,41 +5444,41 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/internal_keys_test.json as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.json as cache file.", "module": "test_helpers", - "msecs": 711.4078998565674, + "msecs": 927.1481037139893, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 151.87382698059082, - "thread": 139988953077568, + "relativeCreated": 108.63208770751953, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2019-12-27 21:48:46,711", - "created": 1577479726.711789, + "asctime": "2020-12-21 01:50:07,927", + "created": 1608511807.927555, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 228, + "lineno": 231, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 711.7888927459717, + "msecs": 927.5550842285156, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 152.25481986999512, - "thread": 139988953077568, + "relativeCreated": 109.0390682220459, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -5486,71 +5486,71 @@ "JsonCache:", "['__property_cache_data_version_', '_property_cache_data_version_', '__property_cache_uid_', '_property_cache_uid_']" ], - "asctime": "2019-12-27 21:48:46,711", - "created": 1577479726.711929, + "asctime": "2020-12-21 01:50:07,927", + "created": 1608511807.927834, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "JsonCache: Loading all data from source - ['__property_cache_data_version_', '_property_cache_data_version_', '__property_cache_uid_', '_property_cache_uid_']", "module": "__init__", - "msecs": 711.9290828704834, + "msecs": 927.8340339660645, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 152.39500999450684, - "thread": 139988953077568, + "relativeCreated": 109.31801795959473, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/internal_keys_test.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.json" ], - "asctime": "2019-12-27 21:48:46,712", - "created": 1577479726.712553, + "asctime": "2020-12-21 01:50:07,928", + "created": 1608511807.92864, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/internal_keys_test.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.json)", "module": "__init__", - "msecs": 712.5530242919922, + "msecs": 928.6398887634277, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 153.01895141601562, - "thread": 139988953077568, + "relativeCreated": 110.12387275695801, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 712.9640579223633, + "msecs": 929.1460514068604, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 153.42998504638672, - "thread": 139988953077568, + "relativeCreated": 110.63003540039062, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.00041103363037109375 + "time_consumption": 0.0005061626434326172 }, { "args": [ "property_cache_json" ], - "asctime": "2019-12-27 21:48:46,714", - "created": 1577479726.714633, + "asctime": "2020-12-21 01:50:07,931", + "created": 1608511807.931041, "exc_info": null, "exc_text": null, "filename": "test_internal_keys.py", @@ -5564,35 +5564,35 @@ { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/internal_keys_test.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.json" ], - "asctime": "2019-12-27 21:48:46,713", - "created": 1577479726.71386, + "asctime": "2020-12-21 01:50:07,930", + "created": 1608511807.930185, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 225, - "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/internal_keys_test.json)", + "lineno": 228, + "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.json)", "module": "__init__", - "msecs": 713.860034942627, + "msecs": 930.185079574585, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 154.3259620666504, - "thread": 139988953077568, + "relativeCreated": 111.66906356811523, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "{u'__property_cache_data_version_': u'no data version', u'___property_cache_data_version_': u'no second data version', u'__property_cache_uid_': u'no uid', u'_property_cache_uid_': u'my_unique_id', u'_property_cache_data_version_': 1, u'___property_cache_uid_': u'no second uid'}" ], - "asctime": "2019-12-27 21:48:46,714", - "created": 1577479726.714199, + "asctime": "2020-12-21 01:50:07,930", + "created": 1608511807.930608, "exc_info": null, "exc_text": null, "filename": "test_internal_keys.py", @@ -5602,14 +5602,14 @@ "lineno": 20, "message": "Using storage object of cache class for comparison: {u'__property_cache_data_version_': u'no data version', u'___property_cache_data_version_': u'no second data version', u'__property_cache_uid_': u'no uid', u'_property_cache_uid_': u'my_unique_id', u'_property_cache_data_version_': 1, u'___property_cache_uid_': u'no second uid'}", "module": "test_internal_keys", - "msecs": 714.1990661621094, + "msecs": 930.6080341339111, "msg": "Using storage object of cache class for comparison: %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_internal_keys.py", - "process": 7954, + "pathname": "src/tests/test_internal_keys.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 154.6649932861328, - "thread": 139988953077568, + "relativeCreated": 112.0920181274414, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -5617,8 +5617,8 @@ "_property_cache_data_version_", "_property_cache_uid_" ], - "asctime": "2019-12-27 21:48:46,714", - "created": 1577479726.714442, + "asctime": "2020-12-21 01:50:07,930", + "created": 1608511807.930864, "exc_info": null, "exc_text": null, "filename": "test_internal_keys.py", @@ -5628,35 +5628,35 @@ "lineno": 21, "message": "Deleting overhead keys: _property_cache_data_version_, _property_cache_uid_", "module": "test_internal_keys", - "msecs": 714.4420146942139, + "msecs": 930.8640956878662, "msg": "Deleting overhead keys: %s, %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_internal_keys.py", - "process": 7954, + "pathname": "src/tests/test_internal_keys.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 154.9079418182373, - "thread": 139988953077568, + "relativeCreated": 112.34807968139648, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 714.6329879760742, + "msecs": 931.0410022735596, "msg": "Extracting storage object from %s for comparison.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_internal_keys.py", - "process": 7954, + "pathname": "src/tests/test_internal_keys.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 155.09891510009766, - "thread": 139988953077568, + "relativeCreated": 112.52498626708984, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.00019097328186035156 + "time_consumption": 0.00017690658569335938 }, { "args": [ "{u'__property_cache_data_version_': u'no data version', u'___property_cache_data_version_': u'no second data version', u'__property_cache_uid_': u'no uid', u'___property_cache_uid_': u'no second uid'}", "" ], - "asctime": "2019-12-27 21:48:46,715", - "created": 1577479726.715968, + "asctime": "2020-12-21 01:50:07,932", + "created": 1608511807.932223, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5673,8 +5673,8 @@ "{ u'__property_cache_data_version_': u'no data version', u'___property_cache_data_version_': u'no second data version', u'__property_cache_uid_': u'no uid', u'___property_cache_uid_': u'no second uid' }", "" ], - "asctime": "2019-12-27 21:48:46,715", - "created": 1577479726.715168, + "asctime": "2020-12-21 01:50:07,931", + "created": 1608511807.931597, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5684,14 +5684,14 @@ "lineno": 22, "message": "Result (Cache): { u'__property_cache_data_version_': u'no data version', u'___property_cache_data_version_': u'no second data version', u'__property_cache_uid_': u'no uid', u'___property_cache_uid_': u'no second uid' } ()", "module": "test", - "msecs": 715.1679992675781, + "msecs": 931.5969944000244, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 155.63392639160156, - "thread": 139988953077568, + "relativeCreated": 113.08097839355469, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -5700,8 +5700,8 @@ "{ '__property_cache_data_version_': u'no data version', '___property_cache_data_version_': u'no second data version', '__property_cache_uid_': u'no uid', '___property_cache_uid_': u'no second uid' }", "" ], - "asctime": "2019-12-27 21:48:46,715", - "created": 1577479726.71561, + "asctime": "2020-12-21 01:50:07,931", + "created": 1608511807.931921, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5711,35 +5711,35 @@ "lineno": 26, "message": "Expectation (Cache): result = { '__property_cache_data_version_': u'no data version', '___property_cache_data_version_': u'no second data version', '__property_cache_uid_': u'no uid', '___property_cache_uid_': u'no second uid' } ()", "module": "test", - "msecs": 715.6100273132324, + "msecs": 931.9210052490234, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 156.07595443725586, - "thread": 139988953077568, + "relativeCreated": 113.40498924255371, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 715.9678936004639, + "msecs": 932.2230815887451, "msg": "Cache is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 156.4338207244873, - "thread": 139988953077568, + "relativeCreated": 113.70706558227539, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.0003578662872314453 + "time_consumption": 0.0003020763397216797 }, { "args": [ "5", "" ], - "asctime": "2019-12-27 21:48:46,716", - "created": 1577479726.716824, + "asctime": "2020-12-21 01:50:07,933", + "created": 1608511807.933248, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5756,8 +5756,8 @@ "5", "" ], - "asctime": "2019-12-27 21:48:46,716", - "created": 1577479726.716353, + "asctime": "2020-12-21 01:50:07,932", + "created": 1608511807.932703, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5767,14 +5767,14 @@ "lineno": 22, "message": "Result (Keyfilter returnvalue for 5 ()): 5 ()", "module": "test", - "msecs": 716.3529396057129, + "msecs": 932.7030181884766, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 156.81886672973633, - "thread": 139988953077568, + "relativeCreated": 114.18700218200684, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -5783,8 +5783,8 @@ "5", "" ], - "asctime": "2019-12-27 21:48:46,716", - "created": 1577479726.716624, + "asctime": "2020-12-21 01:50:07,933", + "created": 1608511807.933012, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5794,39 +5794,39 @@ "lineno": 26, "message": "Expectation (Keyfilter returnvalue for 5 ()): result = 5 ()", "module": "test", - "msecs": 716.6240215301514, + "msecs": 933.0120086669922, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 157.0899486541748, - "thread": 139988953077568, + "relativeCreated": 114.49599266052246, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 716.8240547180176, + "msecs": 933.2480430603027, "msg": "Keyfilter returnvalue for 5 () is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 157.28998184204102, - "thread": 139988953077568, + "relativeCreated": 114.73202705383301, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.00020003318786621094 + "time_consumption": 0.00023603439331054688 } ], - "thread": 139988953077568, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.006212949752807617, - "time_finished": "2019-12-27 21:48:46,716", - "time_start": "2019-12-27 21:48:46,710" + "time_consumption": 0.006827116012573242, + "time_finished": "2020-12-21 01:50:07,933", + "time_start": "2020-12-21 01:50:07,926" }, "caching.property_cache_json: Test partially initialisation of JSON-Cache-Object": { "args": null, - "asctime": "2019-12-27 21:48:46,652", - "created": 1577479726.652496, + "asctime": "2020-12-21 01:50:07,890", + "created": 1608511807.890411, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5837,21 +5837,21 @@ "message": "caching.property_cache_json: Test partially initialisation of JSON-Cache-Object", "module": "__init__", "moduleLogger": [], - "msecs": 652.4960994720459, + "msecs": 890.4109001159668, "msg": "caching.property_cache_json: Test partially initialisation of JSON-Cache-Object", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7954, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 92.96202659606934, + "relativeCreated": 71.89488410949707, "testcaseLogger": [ { "args": [ "property_cache_json", "False" ], - "asctime": "2019-12-27 21:48:46,653", - "created": 1577479726.653808, + "asctime": "2020-12-21 01:50:07,890", + "created": 1608511807.890823, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -5864,8 +5864,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:46,652", - "created": 1577479726.652644, + "asctime": "2020-12-21 01:50:07,890", + "created": 1608511807.890495, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -5875,22 +5875,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 652.6439189910889, + "msecs": 890.4950618743896, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 93.1098461151123, - "thread": 139988953077568, + "relativeCreated": 71.97904586791992, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,652", - "created": 1577479726.652979, + "asctime": "2020-12-21 01:50:07,890", + "created": 1608511807.890564, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -5898,85 +5898,85 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.json as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json as cache file.", "module": "test_helpers", - "msecs": 652.9788970947266, + "msecs": 890.56396484375, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 93.44482421875, - "thread": 139988953077568, + "relativeCreated": 72.04794883728027, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2019-12-27 21:48:46,653", - "created": 1577479726.653141, + "asctime": "2020-12-21 01:50:07,890", + "created": 1608511807.890635, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 228, + "lineno": 231, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 653.1410217285156, + "msecs": 890.6350135803223, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 93.60694885253906, - "thread": 139988953077568, + "relativeCreated": 72.11899757385254, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,653", - "created": 1577479726.653525, + "asctime": "2020-12-21 01:50:07,890", + "created": 1608511807.890756, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json)", "module": "__init__", - "msecs": 653.5251140594482, + "msecs": 890.7558917999268, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 93.99104118347168, - "thread": 139988953077568, + "relativeCreated": 72.23987579345703, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 653.8081169128418, + "msecs": 890.8228874206543, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 94.27404403686523, - "thread": 139988953077568, + "relativeCreated": 72.30687141418457, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.0002830028533935547 + "time_consumption": 6.699562072753906e-05 }, { "args": [], - "asctime": "2019-12-27 21:48:46,657", - "created": 1577479726.657239, + "asctime": "2020-12-21 01:50:07,891", + "created": 1608511807.891632, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -5993,51 +5993,51 @@ "float", "3.14159" ], - "asctime": "2019-12-27 21:48:46,654", - "created": 1577479726.654048, + "asctime": "2020-12-21 01:50:07,890", + "created": 1608511807.890909, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'float' from source instance (3.14159)", "module": "__init__", - "msecs": 654.047966003418, + "msecs": 890.90895652771, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 94.5138931274414, - "thread": 139988953077568, + "relativeCreated": 72.39294052124023, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,654", - "created": 1577479726.654394, + "asctime": "2020-12-21 01:50:07,891", + "created": 1608511807.891038, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json)", "module": "__init__", - "msecs": 654.3939113616943, + "msecs": 891.0379409790039, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 94.85983848571777, - "thread": 139988953077568, + "relativeCreated": 72.52192497253418, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -6046,51 +6046,51 @@ "list", "[1, 'two', '3', 4]" ], - "asctime": "2019-12-27 21:48:46,654", - "created": 1577479726.65477, + "asctime": "2020-12-21 01:50:07,891", + "created": 1608511807.891149, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'list' from source instance ([1, 'two', '3', 4])", "module": "__init__", - "msecs": 654.7698974609375, + "msecs": 891.1490440368652, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 95.23582458496094, - "thread": 139988953077568, + "relativeCreated": 72.63302803039551, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,655", - "created": 1577479726.655144, + "asctime": "2020-12-21 01:50:07,891", + "created": 1608511807.891302, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json)", "module": "__init__", - "msecs": 655.1439762115479, + "msecs": 891.3021087646484, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 95.60990333557129, - "thread": 139988953077568, + "relativeCreated": 72.78609275817871, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -6099,71 +6099,71 @@ "str", "'string'" ], - "asctime": "2019-12-27 21:48:46,655", - "created": 1577479726.655774, + "asctime": "2020-12-21 01:50:07,891", + "created": 1608511807.891399, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'str' from source instance ('string')", "module": "__init__", - "msecs": 655.7741165161133, + "msecs": 891.3989067077637, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 96.24004364013672, - "thread": 139988953077568, + "relativeCreated": 72.88289070129395, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,656", - "created": 1577479726.656697, + "asctime": "2020-12-21 01:50:07,891", + "created": 1608511807.891553, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json)", "module": "__init__", - "msecs": 656.6970348358154, + "msecs": 891.5529251098633, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 97.16296195983887, - "thread": 139988953077568, + "relativeCreated": 73.03690910339355, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 657.2389602661133, + "msecs": 891.632080078125, "msg": "Partially initialising cache object by requesting some information.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_no_load_on_init.py", - "process": 7954, + "pathname": "src/tests/test_no_load_on_init.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 97.70488739013672, - "thread": 139988953077568, + "relativeCreated": 73.11606407165527, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.0005419254302978516 + "time_consumption": 7.915496826171875e-05 }, { "args": [ "property_cache_json" ], - "asctime": "2019-12-27 21:48:46,659", - "created": 1577479726.659452, + "asctime": "2020-12-21 01:50:07,891", + "created": 1608511807.891934, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -6177,35 +6177,35 @@ { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,658", - "created": 1577479726.658361, + "asctime": "2020-12-21 01:50:07,891", + "created": 1608511807.891785, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 225, - "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.json)", + "lineno": 228, + "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json)", "module": "__init__", - "msecs": 658.3609580993652, + "msecs": 891.7849063873291, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 98.82688522338867, - "thread": 139988953077568, + "relativeCreated": 73.26889038085938, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "{u'_property_cache_data_version_': 1, u'float': 3.14159, u'list': [1, u'two', u'3', 4], u'str': u'string', u'_property_cache_uid_': u'my_unique_id'}" ], - "asctime": "2019-12-27 21:48:46,658", - "created": 1577479726.658818, + "asctime": "2020-12-21 01:50:07,891", + "created": 1608511807.891845, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -6215,14 +6215,14 @@ "lineno": 23, "message": "Using storage object of cache class for comparison: {u'_property_cache_data_version_': 1, u'float': 3.14159, u'list': [1, u'two', u'3', 4], u'str': u'string', u'_property_cache_uid_': u'my_unique_id'}", "module": "test_no_load_on_init", - "msecs": 658.8180065155029, + "msecs": 891.8449878692627, "msg": "Using storage object of cache class for comparison: %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_no_load_on_init.py", - "process": 7954, + "pathname": "src/tests/test_no_load_on_init.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 99.28393363952637, - "thread": 139988953077568, + "relativeCreated": 73.32897186279297, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -6230,8 +6230,8 @@ "_property_cache_data_version_", "_property_cache_uid_" ], - "asctime": "2019-12-27 21:48:46,659", - "created": 1577479726.659169, + "asctime": "2020-12-21 01:50:07,891", + "created": 1608511807.891895, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -6241,32 +6241,32 @@ "lineno": 24, "message": "Deleting overhead keys: _property_cache_data_version_, _property_cache_uid_", "module": "test_no_load_on_init", - "msecs": 659.1689586639404, + "msecs": 891.895055770874, "msg": "Deleting overhead keys: %s, %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_no_load_on_init.py", - "process": 7954, + "pathname": "src/tests/test_no_load_on_init.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 99.63488578796387, - "thread": 139988953077568, + "relativeCreated": 73.3790397644043, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 659.451961517334, + "msecs": 891.9339179992676, "msg": "Extracting storage object from %s for comparison.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_no_load_on_init.py", - "process": 7954, + "pathname": "src/tests/test_no_load_on_init.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 99.91788864135742, - "thread": 139988953077568, + "relativeCreated": 73.41790199279785, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.0002830028533935547 + "time_consumption": 3.886222839355469e-05 }, { "args": [], - "asctime": "2019-12-27 21:48:46,662", - "created": 1577479726.662039, + "asctime": "2020-12-21 01:50:07,892", + "created": 1608511807.892615, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6283,8 +6283,8 @@ "{ u'float': 3.14159, u'list': [ 1, u'two', u'3', 4 ], u'str': u'string' }", "" ], - "asctime": "2019-12-27 21:48:46,660", - "created": 1577479726.660036, + "asctime": "2020-12-21 01:50:07,892", + "created": 1608511807.892019, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6294,14 +6294,14 @@ "lineno": 22, "message": "Result (Cache object): { u'float': 3.14159, u'list': [ 1, u'two', u'3', 4 ], u'str': u'string' } ()", "module": "test", - "msecs": 660.0360870361328, + "msecs": 892.0190334320068, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 100.50201416015625, - "thread": 139988953077568, + "relativeCreated": 73.50301742553711, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -6310,8 +6310,8 @@ "{ 'str': 'string', 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ] }", "" ], - "asctime": "2019-12-27 21:48:46,660", - "created": 1577479726.660193, + "asctime": "2020-12-21 01:50:07,892", + "created": 1608511807.892069, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6321,14 +6321,14 @@ "lineno": 26, "message": "Expectation (Cache object): result = { 'str': 'string', 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ] } ()", "module": "test", - "msecs": 660.1929664611816, + "msecs": 892.0691013336182, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 100.65889358520508, - "thread": 139988953077568, + "relativeCreated": 73.55308532714844, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -6338,8 +6338,8 @@ " for test_variable", "u'two'" ], - "asctime": "2019-12-27 21:48:46,660", - "created": 1577479726.660418, + "asctime": "2020-12-21 01:50:07,892", + "created": 1608511807.892134, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6349,22 +6349,22 @@ "lineno": 119, "message": "Type is NOT for test_variable (u'two'). ", "module": "test", - "msecs": 660.4180335998535, + "msecs": 892.1339511871338, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 100.88396072387695, - "thread": 139988953077568, + "relativeCreated": 73.61793518066406, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "u'two'" ], - "asctime": "2019-12-27 21:48:46,660", - "created": 1577479726.660558, + "asctime": "2020-12-21 01:50:07,892", + "created": 1608511807.892177, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6374,14 +6374,14 @@ "lineno": 115, "message": "Content u'two' is incorrect for test_variable.", "module": "test", - "msecs": 660.5579853057861, + "msecs": 892.1771049499512, "msg": "Content %s is incorrect for test_variable.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 101.02391242980957, - "thread": 139988953077568, + "relativeCreated": 73.66108894348145, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -6391,8 +6391,8 @@ " for test_variable", "u'two'" ], - "asctime": "2019-12-27 21:48:46,660", - "created": 1577479726.660704, + "asctime": "2020-12-21 01:50:07,892", + "created": 1608511807.892223, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6402,22 +6402,22 @@ "lineno": 119, "message": "Type is NOT for test_variable (u'two'). ", "module": "test", - "msecs": 660.7038974761963, + "msecs": 892.2228813171387, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 101.16982460021973, - "thread": 139988953077568, + "relativeCreated": 73.70686531066895, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "u'two'" ], - "asctime": "2019-12-27 21:48:46,660", - "created": 1577479726.660828, + "asctime": "2020-12-21 01:50:07,892", + "created": 1608511807.892264, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6427,14 +6427,14 @@ "lineno": 115, "message": "Content u'two' is incorrect for test_variable.", "module": "test", - "msecs": 660.8281135559082, + "msecs": 892.2638893127441, "msg": "Content %s is incorrect for test_variable.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 101.29404067993164, - "thread": 139988953077568, + "relativeCreated": 73.74787330627441, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -6444,8 +6444,8 @@ " for test_variable", "u'two'" ], - "asctime": "2019-12-27 21:48:46,660", - "created": 1577479726.660962, + "asctime": "2020-12-21 01:50:07,892", + "created": 1608511807.892308, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6455,14 +6455,14 @@ "lineno": 119, "message": "Type is NOT for test_variable (u'two'). ", "module": "test", - "msecs": 660.9621047973633, + "msecs": 892.3079967498779, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 101.42803192138672, - "thread": 139988953077568, + "relativeCreated": 73.7919807434082, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -6472,8 +6472,8 @@ " for result.list[1]", "u'two'" ], - "asctime": "2019-12-27 21:48:46,661", - "created": 1577479726.66117, + "asctime": "2020-12-21 01:50:07,892", + "created": 1608511807.892356, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6483,14 +6483,14 @@ "lineno": 119, "message": "Type is NOT for result.list[1] (u'two'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 661.1700057983398, + "msecs": 892.3559188842773, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 101.63593292236328, - "thread": 139988953077568, + "relativeCreated": 73.83990287780762, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -6500,8 +6500,8 @@ " for test_variable", "u'3'" ], - "asctime": "2019-12-27 21:48:46,661", - "created": 1577479726.661365, + "asctime": "2020-12-21 01:50:07,892", + "created": 1608511807.892399, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6511,22 +6511,22 @@ "lineno": 119, "message": "Type is NOT for test_variable (u'3'). ", "module": "test", - "msecs": 661.3650321960449, + "msecs": 892.3990726470947, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 101.83095932006836, - "thread": 139988953077568, + "relativeCreated": 73.883056640625, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "u'3'" ], - "asctime": "2019-12-27 21:48:46,661", - "created": 1577479726.661494, + "asctime": "2020-12-21 01:50:07,892", + "created": 1608511807.892439, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6536,14 +6536,14 @@ "lineno": 115, "message": "Content u'3' is incorrect for test_variable.", "module": "test", - "msecs": 661.4940166473389, + "msecs": 892.4388885498047, "msg": "Content %s is incorrect for test_variable.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 101.9599437713623, - "thread": 139988953077568, + "relativeCreated": 73.92287254333496, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -6553,8 +6553,8 @@ " for test_variable", "u'3'" ], - "asctime": "2019-12-27 21:48:46,661", - "created": 1577479726.661711, + "asctime": "2020-12-21 01:50:07,892", + "created": 1608511807.892485, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6564,14 +6564,14 @@ "lineno": 119, "message": "Type is NOT for test_variable (u'3'). ", "module": "test", - "msecs": 661.7109775543213, + "msecs": 892.4849033355713, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 102.17690467834473, - "thread": 139988953077568, + "relativeCreated": 73.96888732910156, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -6581,8 +6581,8 @@ " for result.list[2]", "u'3'" ], - "asctime": "2019-12-27 21:48:46,661", - "created": 1577479726.66182, + "asctime": "2020-12-21 01:50:07,892", + "created": 1608511807.892526, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6592,14 +6592,14 @@ "lineno": 119, "message": "Type is NOT for result.list[2] (u'3'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 661.8199348449707, + "msecs": 892.5259113311768, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 102.28586196899414, - "thread": 139988953077568, + "relativeCreated": 74.00989532470703, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -6609,8 +6609,8 @@ " for result.str", "u'string'" ], - "asctime": "2019-12-27 21:48:46,661", - "created": 1577479726.661935, + "asctime": "2020-12-21 01:50:07,892", + "created": 1608511807.892577, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6620,39 +6620,39 @@ "lineno": 119, "message": "Type is NOT for result.str (u'string'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 661.9350910186768, + "msecs": 892.5769329071045, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 102.4010181427002, - "thread": 139988953077568, + "relativeCreated": 74.06091690063477, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 662.039041519165, + "msecs": 892.6150798797607, "msg": "Cache object is NOT correct. See detailed log for more information.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 102.50496864318848, - "thread": 139988953077568, + "relativeCreated": 74.09906387329102, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.00010395050048828125 + "time_consumption": 3.814697265625e-05 } ], - "thread": 139988953077568, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.00954294204711914, - "time_finished": "2019-12-27 21:48:46,662", - "time_start": "2019-12-27 21:48:46,652" + "time_consumption": 0.0022041797637939453, + "time_finished": "2020-12-21 01:50:07,892", + "time_start": "2020-12-21 01:50:07,890" }, "caching.property_cache_pickle: Test cached data (full init)": { "args": null, - "asctime": "2019-12-27 21:48:46,730", - "created": 1577479726.73007, + "asctime": "2020-12-21 01:50:07,952", + "created": 1608511807.952413, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6663,21 +6663,21 @@ "message": "caching.property_cache_pickle: Test cached data (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 730.0701141357422, + "msecs": 952.4130821228027, "msg": "caching.property_cache_pickle: Test cached data (full init)", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7954, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 170.53604125976562, + "relativeCreated": 133.897066116333, "testcaseLogger": [ { "args": [ "property_cache_pickle", "True" ], - "asctime": "2019-12-27 21:48:46,731", - "created": 1577479726.731496, + "asctime": "2020-12-21 01:50:07,955", + "created": 1608511807.955578, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -6690,8 +6690,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:46,730", - "created": 1577479726.730296, + "asctime": "2020-12-21 01:50:07,952", + "created": 1608511807.952902, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -6701,22 +6701,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 730.2958965301514, + "msecs": 952.90207862854, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 170.7618236541748, - "thread": 139988953077568, + "relativeCreated": 134.3860626220703, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,730", - "created": 1577479726.730521, + "asctime": "2020-12-21 01:50:07,953", + "created": 1608511807.953347, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -6724,41 +6724,41 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_load_on_init.pkl as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.pkl as cache file.", "module": "test_helpers", - "msecs": 730.5209636688232, + "msecs": 953.3469676971436, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 170.98689079284668, - "thread": 139988953077568, + "relativeCreated": 134.83095169067383, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2019-12-27 21:48:46,730", - "created": 1577479726.7307, + "asctime": "2020-12-21 01:50:07,953", + "created": 1608511807.953773, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 145, + "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 730.7000160217285, + "msecs": 953.773021697998, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 171.16594314575195, - "thread": 139988953077568, + "relativeCreated": 135.25700569152832, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -6766,69 +6766,69 @@ "PickCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2019-12-27 21:48:46,730", - "created": 1577479726.730837, + "asctime": "2020-12-21 01:50:07,954", + "created": 1608511807.95408, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "PickCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 730.8371067047119, + "msecs": 954.0801048278809, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 171.30303382873535, - "thread": 139988953077568, + "relativeCreated": 135.56408882141113, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,731", - "created": 1577479726.73131, + "asctime": "2020-12-21 01:50:07,955", + "created": 1608511807.955164, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.pkl)", "module": "__init__", - "msecs": 731.3098907470703, + "msecs": 955.1639556884766, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 171.77581787109375, - "thread": 139988953077568, + "relativeCreated": 136.64793968200684, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 731.4960956573486, + "msecs": 955.578088760376, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 171.96202278137207, - "thread": 139988953077568, + "relativeCreated": 137.06207275390625, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.0001862049102783203 + "time_consumption": 0.00041413307189941406 }, { "args": [], - "asctime": "2019-12-27 21:48:46,733", - "created": 1577479726.733054, + "asctime": "2020-12-21 01:50:07,957", + "created": 1608511807.957715, "exc_info": null, "exc_text": null, "filename": "test_cached_data.py", @@ -6844,51 +6844,51 @@ "PickCache:", "uncached" ], - "asctime": "2019-12-27 21:48:46,731", - "created": 1577479726.731667, + "asctime": "2020-12-21 01:50:07,956", + "created": 1608511807.956017, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "INFO", "levelno": 20, - "lineno": 113, + "lineno": 116, "message": "PickCache: Key 'uncached' is not in cached_keys. Uncached data will be returned.", "module": "__init__", - "msecs": 731.6670417785645, + "msecs": 956.017017364502, "msg": "%s Key '%s' is not in cached_keys. Uncached data will be returned.", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 172.1329689025879, - "thread": 139988953077568, + "relativeCreated": 137.50100135803223, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,732", - "created": 1577479726.732057, + "asctime": "2020-12-21 01:50:07,956", + "created": 1608511807.956834, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 142, - "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_load_on_init.pkl)", + "lineno": 145, + "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.pkl)", "module": "__init__", - "msecs": 732.0570945739746, + "msecs": 956.834077835083, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 172.52302169799805, - "thread": 139988953077568, + "relativeCreated": 138.31806182861328, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -6897,25 +6897,25 @@ "dict", "{'1': 1, '3': '3', '2': 'two', '4': 4}" ], - "asctime": "2019-12-27 21:48:46,732", - "created": 1577479726.732176, + "asctime": "2020-12-21 01:50:07,957", + "created": 1608511807.957003, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'dict' from cache ({'1': 1, '3': '3', '2': 'two', '4': 4})", "module": "__init__", - "msecs": 732.1760654449463, + "msecs": 957.003116607666, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 172.64199256896973, - "thread": 139988953077568, + "relativeCreated": 138.4871006011963, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -6924,25 +6924,25 @@ "unicode", "u'unicode'" ], - "asctime": "2019-12-27 21:48:46,732", - "created": 1577479726.732267, + "asctime": "2020-12-21 01:50:07,957", + "created": 1608511807.957139, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'unicode' from cache (u'unicode')", "module": "__init__", - "msecs": 732.266902923584, + "msecs": 957.1390151977539, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 172.73283004760742, - "thread": 139988953077568, + "relativeCreated": 138.62299919128418, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -6951,25 +6951,25 @@ "str", "'string'" ], - "asctime": "2019-12-27 21:48:46,732", - "created": 1577479726.732344, + "asctime": "2020-12-21 01:50:07,957", + "created": 1608511807.957273, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'str' from cache ('string')", "module": "__init__", - "msecs": 732.3439121246338, + "msecs": 957.273006439209, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 172.80983924865723, - "thread": 139988953077568, + "relativeCreated": 138.75699043273926, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -6978,25 +6978,25 @@ "integer", "17" ], - "asctime": "2019-12-27 21:48:46,732", - "created": 1577479726.732469, + "asctime": "2020-12-21 01:50:07,957", + "created": 1608511807.957392, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'integer' from cache (17)", "module": "__init__", - "msecs": 732.4690818786621, + "msecs": 957.3919773101807, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 172.93500900268555, - "thread": 139988953077568, + "relativeCreated": 138.87596130371094, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -7005,25 +7005,25 @@ "float", "3.14159" ], - "asctime": "2019-12-27 21:48:46,732", - "created": 1577479726.732695, + "asctime": "2020-12-21 01:50:07,957", + "created": 1608511807.957509, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'float' from cache (3.14159)", "module": "__init__", - "msecs": 732.6951026916504, + "msecs": 957.5090408325195, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 173.16102981567383, - "thread": 139988953077568, + "relativeCreated": 138.9930248260498, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -7032,46 +7032,46 @@ "list", "[1, 'two', '3', 4]" ], - "asctime": "2019-12-27 21:48:46,732", - "created": 1577479726.732924, + "asctime": "2020-12-21 01:50:07,957", + "created": 1608511807.957628, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'list' from cache ([1, 'two', '3', 4])", "module": "__init__", - "msecs": 732.9239845275879, + "msecs": 957.6280117034912, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 173.38991165161133, - "thread": 139988953077568, + "relativeCreated": 139.11199569702148, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 733.0539226531982, + "msecs": 957.7150344848633, "msg": "Collecting data from cache instance.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_cached_data.py", - "process": 7954, + "pathname": "src/tests/test_cached_data.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 173.51984977722168, - "thread": 139988953077568, + "relativeCreated": 139.19901847839355, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.00012993812561035156 + "time_consumption": 8.702278137207031e-05 }, { "args": [ "{'uncached': 'uncached_data_of_class', 'unicode': u'unicode', 'float': 3.14159, 'list': [1, 'two', '3', 4], 'dict': {'1': 1, '3': '3', '2': 'two', '4': 4}, 'str': 'string', 'integer': 17}", "" ], - "asctime": "2019-12-27 21:48:46,733", - "created": 1577479726.733918, + "asctime": "2020-12-21 01:50:07,958", + "created": 1608511807.958514, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7088,8 +7088,8 @@ "{ 'uncached': 'uncached_data_of_class', 'unicode': u'unicode', 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'dict': { '1': 1, '3': '3', '2': 'two', '4': 4 }, 'str': 'string', 'integer': 17 }", "" ], - "asctime": "2019-12-27 21:48:46,733", - "created": 1577479726.733311, + "asctime": "2020-12-21 01:50:07,957", + "created": 1608511807.957951, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7099,14 +7099,14 @@ "lineno": 22, "message": "Result (Cached data): { 'uncached': 'uncached_data_of_class', 'unicode': u'unicode', 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'dict': { '1': 1, '3': '3', '2': 'two', '4': 4 }, 'str': 'string', 'integer': 17 } ()", "module": "test", - "msecs": 733.3109378814697, + "msecs": 957.9510688781738, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 173.77686500549316, - "thread": 139988953077568, + "relativeCreated": 139.4350528717041, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -7115,8 +7115,8 @@ "{ 'uncached': 'uncached_data_of_class', 'dict': { '1': 1, '3': '3', '2': 'two', '4': 4 }, 'unicode': u'unicode', 'str': 'string', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ] }", "" ], - "asctime": "2019-12-27 21:48:46,733", - "created": 1577479726.733499, + "asctime": "2020-12-21 01:50:07,958", + "created": 1608511807.958103, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7126,39 +7126,39 @@ "lineno": 26, "message": "Expectation (Cached data): result = { 'uncached': 'uncached_data_of_class', 'dict': { '1': 1, '3': '3', '2': 'two', '4': 4 }, 'unicode': u'unicode', 'str': 'string', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ] } ()", "module": "test", - "msecs": 733.4990501403809, + "msecs": 958.1029415130615, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 173.9649772644043, - "thread": 139988953077568, + "relativeCreated": 139.5869255065918, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 733.9179515838623, + "msecs": 958.5139751434326, "msg": "Cached data is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 174.38387870788574, - "thread": 139988953077568, + "relativeCreated": 139.9979591369629, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.0004189014434814453 + "time_consumption": 0.00041103363037109375 } ], - "thread": 139988953077568, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.003847837448120117, - "time_finished": "2019-12-27 21:48:46,733", - "time_start": "2019-12-27 21:48:46,730" + "time_consumption": 0.006100893020629883, + "time_finished": "2020-12-21 01:50:07,958", + "time_start": "2020-12-21 01:50:07,952" }, "caching.property_cache_pickle: Test cached data (partially init)": { "args": null, - "asctime": "2019-12-27 21:48:46,734", - "created": 1577479726.73426, + "asctime": "2020-12-21 01:50:07,958", + "created": 1608511807.958997, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7169,21 +7169,21 @@ "message": "caching.property_cache_pickle: Test cached data (partially init)", "module": "__init__", "moduleLogger": [], - "msecs": 734.260082244873, + "msecs": 958.9970111846924, "msg": "caching.property_cache_pickle: Test cached data (partially init)", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7954, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 174.72600936889648, + "relativeCreated": 140.48099517822266, "testcaseLogger": [ { "args": [ "property_cache_pickle", "True" ], - "asctime": "2019-12-27 21:48:46,736", - "created": 1577479726.736155, + "asctime": "2020-12-21 01:50:07,961", + "created": 1608511807.961656, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -7196,8 +7196,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:46,734", - "created": 1577479726.734448, + "asctime": "2020-12-21 01:50:07,959", + "created": 1608511807.959302, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -7207,22 +7207,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 734.4479560852051, + "msecs": 959.3019485473633, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 174.91388320922852, - "thread": 139988953077568, + "relativeCreated": 140.78593254089355, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,734", - "created": 1577479726.734602, + "asctime": "2020-12-21 01:50:07,959", + "created": 1608511807.959588, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -7230,41 +7230,41 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl as cache file.", "module": "test_helpers", - "msecs": 734.6019744873047, + "msecs": 959.5880508422852, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 175.06790161132812, - "thread": 139988953077568, + "relativeCreated": 141.07203483581543, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2019-12-27 21:48:46,734", - "created": 1577479726.734994, + "asctime": "2020-12-21 01:50:07,959", + "created": 1608511807.959879, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 145, + "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 734.9939346313477, + "msecs": 959.8789215087891, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 175.4598617553711, - "thread": 139988953077568, + "relativeCreated": 141.36290550231934, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -7272,69 +7272,69 @@ "PickCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2019-12-27 21:48:46,735", - "created": 1577479726.735251, + "asctime": "2020-12-21 01:50:07,960", + "created": 1608511807.960116, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "PickCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 735.2509498596191, + "msecs": 960.115909576416, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 175.71687698364258, - "thread": 139988953077568, + "relativeCreated": 141.5998935699463, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,735", - "created": 1577479726.735888, + "asctime": "2020-12-21 01:50:07,961", + "created": 1608511807.961183, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 735.8880043029785, + "msecs": 961.1830711364746, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 176.35393142700195, - "thread": 139988953077568, + "relativeCreated": 142.66705513000488, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 736.1550331115723, + "msecs": 961.6560935974121, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 176.6209602355957, - "thread": 139988953077568, + "relativeCreated": 143.14007759094238, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.00026702880859375 + "time_consumption": 0.0004730224609375 }, { "args": [], - "asctime": "2019-12-27 21:48:46,737", - "created": 1577479726.737305, + "asctime": "2020-12-21 01:50:07,966", + "created": 1608511807.966664, "exc_info": null, "exc_text": null, "filename": "test_cached_data.py", @@ -7350,51 +7350,51 @@ "PickCache:", "uncached" ], - "asctime": "2019-12-27 21:48:46,736", - "created": 1577479726.736305, + "asctime": "2020-12-21 01:50:07,962", + "created": 1608511807.962322, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "INFO", "levelno": 20, - "lineno": 113, + "lineno": 116, "message": "PickCache: Key 'uncached' is not in cached_keys. Uncached data will be returned.", "module": "__init__", - "msecs": 736.3049983978271, + "msecs": 962.3219966888428, "msg": "%s Key '%s' is not in cached_keys. Uncached data will be returned.", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 176.7709255218506, - "thread": 139988953077568, + "relativeCreated": 143.80598068237305, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,736", - "created": 1577479726.736704, + "asctime": "2020-12-21 01:50:07,963", + "created": 1608511807.963334, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 142, - "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl)", + "lineno": 145, + "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 736.7041110992432, + "msecs": 963.3340835571289, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 177.1700382232666, - "thread": 139988953077568, + "relativeCreated": 144.81806755065918, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -7403,25 +7403,25 @@ "dict", "{'1': 1, '3': '3', '2': 'two', '4': 4}" ], - "asctime": "2019-12-27 21:48:46,736", - "created": 1577479726.736824, + "asctime": "2020-12-21 01:50:07,964", + "created": 1608511807.964171, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'dict' from cache ({'1': 1, '3': '3', '2': 'two', '4': 4})", "module": "__init__", - "msecs": 736.8240356445312, + "msecs": 964.1709327697754, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 177.2899627685547, - "thread": 139988953077568, + "relativeCreated": 145.65491676330566, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -7430,25 +7430,25 @@ "unicode", "u'unicode'" ], - "asctime": "2019-12-27 21:48:46,736", - "created": 1577479726.736912, + "asctime": "2020-12-21 01:50:07,964", + "created": 1608511807.964701, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'unicode' from cache (u'unicode')", "module": "__init__", - "msecs": 736.9120121002197, + "msecs": 964.7009372711182, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 177.37793922424316, - "thread": 139988953077568, + "relativeCreated": 146.18492126464844, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -7457,25 +7457,25 @@ "str", "'string'" ], - "asctime": "2019-12-27 21:48:46,736", - "created": 1577479726.736992, + "asctime": "2020-12-21 01:50:07,965", + "created": 1608511807.965057, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'str' from cache ('string')", "module": "__init__", - "msecs": 736.9918823242188, + "msecs": 965.0568962097168, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 177.4578094482422, - "thread": 139988953077568, + "relativeCreated": 146.54088020324707, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -7484,25 +7484,25 @@ "integer", "17" ], - "asctime": "2019-12-27 21:48:46,737", - "created": 1577479726.737067, + "asctime": "2020-12-21 01:50:07,965", + "created": 1608511807.965375, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'integer' from cache (17)", "module": "__init__", - "msecs": 737.0669841766357, + "msecs": 965.3749465942383, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 177.53291130065918, - "thread": 139988953077568, + "relativeCreated": 146.85893058776855, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -7511,25 +7511,25 @@ "float", "3.14159" ], - "asctime": "2019-12-27 21:48:46,737", - "created": 1577479726.737148, + "asctime": "2020-12-21 01:50:07,965", + "created": 1608511807.965853, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'float' from cache (3.14159)", "module": "__init__", - "msecs": 737.1480464935303, + "msecs": 965.8529758453369, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 177.6139736175537, - "thread": 139988953077568, + "relativeCreated": 147.3369598388672, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -7538,46 +7538,46 @@ "list", "[1, 'two', '3', 4]" ], - "asctime": "2019-12-27 21:48:46,737", - "created": 1577479726.737229, + "asctime": "2020-12-21 01:50:07,966", + "created": 1608511807.966302, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'list' from cache ([1, 'two', '3', 4])", "module": "__init__", - "msecs": 737.2291088104248, + "msecs": 966.3019180297852, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 177.69503593444824, - "thread": 139988953077568, + "relativeCreated": 147.78590202331543, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 737.3049259185791, + "msecs": 966.6640758514404, "msg": "Collecting data from cache instance.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_cached_data.py", - "process": 7954, + "pathname": "src/tests/test_cached_data.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 177.77085304260254, - "thread": 139988953077568, + "relativeCreated": 148.1480598449707, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 7.581710815429688e-05 + "time_consumption": 0.00036215782165527344 }, { "args": [ "{'uncached': 'uncached_data_of_class', 'unicode': u'unicode', 'float': 3.14159, 'list': [1, 'two', '3', 4], 'dict': {'1': 1, '3': '3', '2': 'two', '4': 4}, 'str': 'string', 'integer': 17}", "" ], - "asctime": "2019-12-27 21:48:46,737", - "created": 1577479726.737861, + "asctime": "2020-12-21 01:50:07,967", + "created": 1608511807.967973, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7594,8 +7594,8 @@ "{ 'uncached': 'uncached_data_of_class', 'unicode': u'unicode', 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'dict': { '1': 1, '3': '3', '2': 'two', '4': 4 }, 'str': 'string', 'integer': 17 }", "" ], - "asctime": "2019-12-27 21:48:46,737", - "created": 1577479726.737461, + "asctime": "2020-12-21 01:50:07,967", + "created": 1608511807.967496, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7605,14 +7605,14 @@ "lineno": 22, "message": "Result (Cached data): { 'uncached': 'uncached_data_of_class', 'unicode': u'unicode', 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'dict': { '1': 1, '3': '3', '2': 'two', '4': 4 }, 'str': 'string', 'integer': 17 } ()", "module": "test", - "msecs": 737.4610900878906, + "msecs": 967.4959182739258, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 177.92701721191406, - "thread": 139988953077568, + "relativeCreated": 148.97990226745605, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -7621,8 +7621,8 @@ "{ 'uncached': 'uncached_data_of_class', 'dict': { '1': 1, '3': '3', '2': 'two', '4': 4 }, 'unicode': u'unicode', 'str': 'string', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ] }", "" ], - "asctime": "2019-12-27 21:48:46,737", - "created": 1577479726.737565, + "asctime": "2020-12-21 01:50:07,967", + "created": 1608511807.967748, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7632,39 +7632,39 @@ "lineno": 26, "message": "Expectation (Cached data): result = { 'uncached': 'uncached_data_of_class', 'dict': { '1': 1, '3': '3', '2': 'two', '4': 4 }, 'unicode': u'unicode', 'str': 'string', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ] } ()", "module": "test", - "msecs": 737.5650405883789, + "msecs": 967.7479267120361, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 178.03096771240234, - "thread": 139988953077568, + "relativeCreated": 149.2319107055664, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 737.860918045044, + "msecs": 967.972993850708, "msg": "Cached data is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 178.32684516906738, - "thread": 139988953077568, + "relativeCreated": 149.45697784423828, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.00029587745666503906 + "time_consumption": 0.000225067138671875 } ], - "thread": 139988953077568, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.0036008358001708984, - "time_finished": "2019-12-27 21:48:46,737", - "time_start": "2019-12-27 21:48:46,734" + "time_consumption": 0.008975982666015625, + "time_finished": "2020-12-21 01:50:07,967", + "time_start": "2020-12-21 01:50:07,958" }, "caching.property_cache_pickle: Test execution of save callback (full init)": { "args": null, - "asctime": "2019-12-27 21:48:46,770", - "created": 1577479726.77079, + "asctime": "2020-12-21 01:50:07,988", + "created": 1608511807.988057, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7675,18 +7675,18 @@ "message": "caching.property_cache_pickle: Test execution of save callback (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 770.7901000976562, + "msecs": 988.0568981170654, "msg": "caching.property_cache_pickle: Test execution of save callback (full init)", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7954, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 211.2560272216797, + "relativeCreated": 169.5408821105957, "testcaseLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:46,771", - "created": 1577479726.771227, + "asctime": "2020-12-21 01:50:07,988", + "created": 1608511807.988158, "exc_info": null, "exc_text": null, "filename": "test_save_callback.py", @@ -7697,14 +7697,14 @@ "message": "Installing save_callback, which sets a variable to True on execution.", "module": "test_save_callback", "moduleLogger": [], - "msecs": 771.2268829345703, + "msecs": 988.1579875946045, "msg": "Installing save_callback, which sets a variable to True on execution.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_save_callback.py", - "process": 7954, + "pathname": "src/tests/test_save_callback.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 211.69281005859375, - "thread": 139988953077568, + "relativeCreated": 169.64197158813477, + "thread": 140701886007104, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -7713,8 +7713,8 @@ "True", "" ], - "asctime": "2019-12-27 21:48:46,772", - "created": 1577479726.772536, + "asctime": "2020-12-21 01:50:07,988", + "created": 1608511807.988505, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7728,27 +7728,27 @@ { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/save_callback_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/save_callback_load_on_init.json" ], - "asctime": "2019-12-27 21:48:46,771", - "created": 1577479726.771769, + "asctime": "2020-12-21 01:50:07,988", + "created": 1608511807.988284, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/save_callback_load_on_init.json)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/save_callback_load_on_init.json)", "module": "__init__", - "msecs": 771.7690467834473, + "msecs": 988.2841110229492, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 212.2349739074707, - "thread": 139988953077568, + "relativeCreated": 169.7680950164795, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -7757,8 +7757,8 @@ "True", "" ], - "asctime": "2019-12-27 21:48:46,772", - "created": 1577479726.772206, + "asctime": "2020-12-21 01:50:07,988", + "created": 1608511807.988392, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7768,14 +7768,14 @@ "lineno": 22, "message": "Result (Save callback execution variable): True ()", "module": "test", - "msecs": 772.2060680389404, + "msecs": 988.3921146392822, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 212.67199516296387, - "thread": 139988953077568, + "relativeCreated": 169.8760986328125, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -7784,8 +7784,8 @@ "True", "" ], - "asctime": "2019-12-27 21:48:46,772", - "created": 1577479726.772384, + "asctime": "2020-12-21 01:50:07,988", + "created": 1608511807.988442, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7795,39 +7795,39 @@ "lineno": 26, "message": "Expectation (Save callback execution variable): result = True ()", "module": "test", - "msecs": 772.3839282989502, + "msecs": 988.4419441223145, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 212.84985542297363, - "thread": 139988953077568, + "relativeCreated": 169.92592811584473, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 772.536039352417, + "msecs": 988.5048866271973, "msg": "Save callback execution variable is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 213.00196647644043, - "thread": 139988953077568, + "relativeCreated": 169.98887062072754, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.00015211105346679688 + "time_consumption": 6.29425048828125e-05 } ], - "thread": 139988953077568, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.0017459392547607422, - "time_finished": "2019-12-27 21:48:46,772", - "time_start": "2019-12-27 21:48:46,770" + "time_consumption": 0.00044798851013183594, + "time_finished": "2020-12-21 01:50:07,988", + "time_start": "2020-12-21 01:50:07,988" }, "caching.property_cache_pickle: Test full initialised PICKLE-Cache-Object": { "args": null, - "asctime": "2019-12-27 21:48:46,717", - "created": 1577479726.717297, + "asctime": "2020-12-21 01:50:07,933", + "created": 1608511807.933806, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7838,21 +7838,21 @@ "message": "caching.property_cache_pickle: Test full initialised PICKLE-Cache-Object", "module": "__init__", "moduleLogger": [], - "msecs": 717.2970771789551, + "msecs": 933.8059425354004, "msg": "caching.property_cache_pickle: Test full initialised PICKLE-Cache-Object", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7954, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 157.76300430297852, + "relativeCreated": 115.28992652893066, "testcaseLogger": [ { "args": [ "property_cache_pickle", "True" ], - "asctime": "2019-12-27 21:48:46,721", - "created": 1577479726.721749, + "asctime": "2020-12-21 01:50:07,936", + "created": 1608511807.936616, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -7865,8 +7865,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:46,717", - "created": 1577479726.717944, + "asctime": "2020-12-21 01:50:07,934", + "created": 1608511807.934036, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -7876,22 +7876,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 717.9439067840576, + "msecs": 934.0360164642334, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 158.40983390808105, - "thread": 139988953077568, + "relativeCreated": 115.52000045776367, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,718", - "created": 1577479726.718424, + "asctime": "2020-12-21 01:50:07,934", + "created": 1608511807.934305, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -7899,41 +7899,41 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/load_on_init.pkl as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.pkl as cache file.", "module": "test_helpers", - "msecs": 718.4240818023682, + "msecs": 934.30495262146, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 158.8900089263916, - "thread": 139988953077568, + "relativeCreated": 115.78893661499023, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2019-12-27 21:48:46,718", - "created": 1577479726.71885, + "asctime": "2020-12-21 01:50:07,934", + "created": 1608511807.934474, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 145, + "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 718.8498973846436, + "msecs": 934.473991394043, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 159.315824508667, - "thread": 139988953077568, + "relativeCreated": 115.95797538757324, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -7941,71 +7941,71 @@ "PickCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2019-12-27 21:48:46,719", - "created": 1577479726.719134, + "asctime": "2020-12-21 01:50:07,934", + "created": 1608511807.934598, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "PickCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 719.1340923309326, + "msecs": 934.5979690551758, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 159.60001945495605, - "thread": 139988953077568, + "relativeCreated": 116.08195304870605, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,721", - "created": 1577479726.721395, + "asctime": "2020-12-21 01:50:07,936", + "created": 1608511807.936203, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.pkl)", "module": "__init__", - "msecs": 721.3950157165527, + "msecs": 936.2030029296875, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 161.86094284057617, - "thread": 139988953077568, + "relativeCreated": 117.68698692321777, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 721.7490673065186, + "msecs": 936.6159439086914, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 162.214994430542, - "thread": 139988953077568, + "relativeCreated": 118.09992790222168, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.0003540515899658203 + "time_consumption": 0.00041294097900390625 }, { "args": [ "property_cache_pickle" ], - "asctime": "2019-12-27 21:48:46,723", - "created": 1577479726.723272, + "asctime": "2020-12-21 01:50:07,939", + "created": 1608511807.939245, "exc_info": null, "exc_text": null, "filename": "test_load_on_init.py", @@ -8019,35 +8019,35 @@ { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,722", - "created": 1577479726.72288, + "asctime": "2020-12-21 01:50:07,938", + "created": 1608511807.938616, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 142, - "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/load_on_init.pkl)", + "lineno": 145, + "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.pkl)", "module": "__init__", - "msecs": 722.8798866271973, + "msecs": 938.6160373687744, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 163.3458137512207, - "thread": 139988953077568, + "relativeCreated": 120.10002136230469, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "{'str': 'string', '_property_cache_uid_': 'my_unique_id', 'float': 3.14159, 'list': [1, 'two', '3', 4], 'dict': {'1': 1, '3': '3', '2': 'two', '4': 4}, 'unicode': u'unicode', '_property_cache_data_version_': 1, 'integer': 17}" ], - "asctime": "2019-12-27 21:48:46,723", - "created": 1577479726.72307, + "asctime": "2020-12-21 01:50:07,938", + "created": 1608511807.93892, "exc_info": null, "exc_text": null, "filename": "test_load_on_init.py", @@ -8057,14 +8057,14 @@ "lineno": 20, "message": "Using storage object of cache class for comparison: {'str': 'string', '_property_cache_uid_': 'my_unique_id', 'float': 3.14159, 'list': [1, 'two', '3', 4], 'dict': {'1': 1, '3': '3', '2': 'two', '4': 4}, 'unicode': u'unicode', '_property_cache_data_version_': 1, 'integer': 17}", "module": "test_load_on_init", - "msecs": 723.0699062347412, + "msecs": 938.9200210571289, "msg": "Using storage object of cache class for comparison: %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_load_on_init.py", - "process": 7954, + "pathname": "src/tests/test_load_on_init.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 163.53583335876465, - "thread": 139988953077568, + "relativeCreated": 120.40400505065918, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -8072,8 +8072,8 @@ "_property_cache_data_version_", "_property_cache_uid_" ], - "asctime": "2019-12-27 21:48:46,723", - "created": 1577479726.723192, + "asctime": "2020-12-21 01:50:07,939", + "created": 1608511807.939123, "exc_info": null, "exc_text": null, "filename": "test_load_on_init.py", @@ -8083,35 +8083,35 @@ "lineno": 21, "message": "Deleting overhead keys: _property_cache_data_version_, _property_cache_uid_", "module": "test_load_on_init", - "msecs": 723.1919765472412, + "msecs": 939.1229152679443, "msg": "Deleting overhead keys: %s, %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_load_on_init.py", - "process": 7954, + "pathname": "src/tests/test_load_on_init.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 163.65790367126465, - "thread": 139988953077568, + "relativeCreated": 120.60689926147461, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 723.2720851898193, + "msecs": 939.2449855804443, "msg": "Extracting storage object from %s for comparison.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_load_on_init.py", - "process": 7954, + "pathname": "src/tests/test_load_on_init.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 163.73801231384277, - "thread": 139988953077568, + "relativeCreated": 120.72896957397461, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 8.0108642578125e-05 + "time_consumption": 0.0001220703125 }, { "args": [ "{'str': 'string', 'float': 3.14159, 'list': [1, 'two', '3', 4], 'dict': {'1': 1, '3': '3', '2': 'two', '4': 4}, 'unicode': u'unicode', 'integer': 17}", "" ], - "asctime": "2019-12-27 21:48:46,723", - "created": 1577479726.72378, + "asctime": "2020-12-21 01:50:07,939", + "created": 1608511807.939951, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8128,8 +8128,8 @@ "{ 'str': 'string', 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'dict': { '1': 1, '3': '3', '2': 'two', '4': 4 }, 'unicode': u'unicode', 'integer': 17 }", "" ], - "asctime": "2019-12-27 21:48:46,723", - "created": 1577479726.723461, + "asctime": "2020-12-21 01:50:07,939", + "created": 1608511807.939534, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8139,14 +8139,14 @@ "lineno": 22, "message": "Result (Cache object): { 'str': 'string', 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'dict': { '1': 1, '3': '3', '2': 'two', '4': 4 }, 'unicode': u'unicode', 'integer': 17 } ()", "module": "test", - "msecs": 723.4609127044678, + "msecs": 939.5339488983154, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 163.9268398284912, - "thread": 139988953077568, + "relativeCreated": 121.0179328918457, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -8155,8 +8155,8 @@ "{ 'dict': { '1': 1, '3': '3', '2': 'two', '4': 4 }, 'unicode': u'unicode', 'str': 'string', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ] }", "" ], - "asctime": "2019-12-27 21:48:46,723", - "created": 1577479726.723585, + "asctime": "2020-12-21 01:50:07,939", + "created": 1608511807.939711, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8166,39 +8166,39 @@ "lineno": 26, "message": "Expectation (Cache object): result = { 'dict': { '1': 1, '3': '3', '2': 'two', '4': 4 }, 'unicode': u'unicode', 'str': 'string', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ] } ()", "module": "test", - "msecs": 723.5848903656006, + "msecs": 939.7110939025879, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 164.05081748962402, - "thread": 139988953077568, + "relativeCreated": 121.19507789611816, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 723.7799167633057, + "msecs": 939.9509429931641, "msg": "Cache object is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 164.2458438873291, - "thread": 139988953077568, + "relativeCreated": 121.43492698669434, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.00019502639770507812 + "time_consumption": 0.00023984909057617188 } ], - "thread": 139988953077568, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.006482839584350586, - "time_finished": "2019-12-27 21:48:46,723", - "time_start": "2019-12-27 21:48:46,717" + "time_consumption": 0.006145000457763672, + "time_finished": "2020-12-21 01:50:07,939", + "time_start": "2020-12-21 01:50:07,933" }, "caching.property_cache_pickle: Test get from source caused by changed uid (full init)": { "args": null, - "asctime": "2019-12-27 21:48:46,753", - "created": 1577479726.753754, + "asctime": "2020-12-21 01:50:07,979", + "created": 1608511807.979375, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8209,21 +8209,21 @@ "message": "caching.property_cache_pickle: Test get from source caused by changed uid (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 753.7539005279541, + "msecs": 979.374885559082, "msg": "caching.property_cache_pickle: Test get from source caused by changed uid (full init)", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7954, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 194.21982765197754, + "relativeCreated": 160.8588695526123, "testcaseLogger": [ { "args": [ "property_cache_pickle", "True" ], - "asctime": "2019-12-27 21:48:46,756", - "created": 1577479726.756395, + "asctime": "2020-12-21 01:50:07,980", + "created": 1608511807.980598, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -8236,8 +8236,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:46,754", - "created": 1577479726.754215, + "asctime": "2020-12-21 01:50:07,979", + "created": 1608511807.979595, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -8247,22 +8247,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 754.2150020599365, + "msecs": 979.5949459075928, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 194.68092918395996, - "thread": 139988953077568, + "relativeCreated": 161.07892990112305, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,754", - "created": 1577479726.754608, + "asctime": "2020-12-21 01:50:07,979", + "created": 1608511807.979752, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -8270,41 +8270,41 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.pkl as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.pkl as cache file.", "module": "test_helpers", - "msecs": 754.6079158782959, + "msecs": 979.7520637512207, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 195.07384300231934, - "thread": 139988953077568, + "relativeCreated": 161.23604774475098, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2019-12-27 21:48:46,754", - "created": 1577479726.75493, + "asctime": "2020-12-21 01:50:07,979", + "created": 1608511807.97993, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 145, + "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 754.9300193786621, + "msecs": 979.9299240112305, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 195.39594650268555, - "thread": 139988953077568, + "relativeCreated": 161.41390800476074, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -8312,72 +8312,72 @@ "PickCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2019-12-27 21:48:46,755", - "created": 1577479726.755251, + "asctime": "2020-12-21 01:50:07,980", + "created": 1608511807.980053, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "PickCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 755.2509307861328, + "msecs": 980.0529479980469, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 195.71685791015625, - "thread": 139988953077568, + "relativeCreated": 161.53693199157715, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,756", - "created": 1577479726.756057, + "asctime": "2020-12-21 01:50:07,980", + "created": 1608511807.980451, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.pkl)", "module": "__init__", - "msecs": 756.0570240020752, + "msecs": 980.4511070251465, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 196.52295112609863, - "thread": 139988953077568, + "relativeCreated": 161.93509101867676, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 756.3951015472412, + "msecs": 980.597972869873, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 196.86102867126465, - "thread": 139988953077568, + "relativeCreated": 162.08195686340332, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.0003380775451660156 + "time_consumption": 0.0001468658447265625 }, { "args": [ "{'unicode': u'__unicode__', 'float': 2.71828, 'list': ['one', 2, 3, '4'], 'dict': {'1': '1', '3': 'three', '2': 2, '4': '4'}, 'str': '__string__', 'integer': 34}", "" ], - "asctime": "2019-12-27 21:48:46,759", - "created": 1577479726.759215, + "asctime": "2020-12-21 01:50:07,982", + "created": 1608511807.98287, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8391,52 +8391,52 @@ { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,757", - "created": 1577479726.757017, + "asctime": "2020-12-21 01:50:07,980", + "created": 1608511807.980983, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 142, - "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.pkl)", + "lineno": 145, + "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.pkl)", "module": "__init__", - "msecs": 757.0168972015381, + "msecs": 980.9830188751221, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 197.48282432556152, - "thread": 139988953077568, + "relativeCreated": 162.46700286865234, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2019-12-27 21:48:46,757", - "created": 1577479726.757216, + "asctime": "2020-12-21 01:50:07,981", + "created": 1608511807.981097, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_init_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 128, + "lineno": 131, "message": "PickCache: Source uid changed, ignoring previous cache data", "module": "__init__", - "msecs": 757.2159767150879, + "msecs": 981.0969829559326, "msg": "%s Source uid changed, ignoring previous cache data", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 197.68190383911133, - "thread": 139988953077568, + "relativeCreated": 162.5809669494629, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -8444,51 +8444,51 @@ "PickCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2019-12-27 21:48:46,757", - "created": 1577479726.757451, + "asctime": "2020-12-21 01:50:07,981", + "created": 1608511807.981219, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "PickCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 757.451057434082, + "msecs": 981.2190532684326, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 197.91698455810547, - "thread": 139988953077568, + "relativeCreated": 162.7030372619629, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,757", - "created": 1577479726.757893, + "asctime": "2020-12-21 01:50:07,981", + "created": 1608511807.981673, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.pkl)", "module": "__init__", - "msecs": 757.8930854797363, + "msecs": 981.673002243042, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 198.35901260375977, - "thread": 139988953077568, + "relativeCreated": 163.15698623657227, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -8497,25 +8497,25 @@ "dict", "{'1': '1', '3': 'three', '2': 2, '4': '4'}" ], - "asctime": "2019-12-27 21:48:46,758", - "created": 1577479726.758243, + "asctime": "2020-12-21 01:50:07,982", + "created": 1608511807.982015, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'dict' from cache ({'1': '1', '3': 'three', '2': 2, '4': '4'})", "module": "__init__", - "msecs": 758.2430839538574, + "msecs": 982.0148944854736, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 198.70901107788086, - "thread": 139988953077568, + "relativeCreated": 163.4988784790039, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -8524,25 +8524,25 @@ "unicode", "u'__unicode__'" ], - "asctime": "2019-12-27 21:48:46,758", - "created": 1577479726.758358, + "asctime": "2020-12-21 01:50:07,982", + "created": 1608511807.982161, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'unicode' from cache (u'__unicode__')", "module": "__init__", - "msecs": 758.3580017089844, + "msecs": 982.1610450744629, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 198.8239288330078, - "thread": 139988953077568, + "relativeCreated": 163.64502906799316, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -8551,25 +8551,25 @@ "str", "'__string__'" ], - "asctime": "2019-12-27 21:48:46,758", - "created": 1577479726.758429, + "asctime": "2020-12-21 01:50:07,982", + "created": 1608511807.982242, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'str' from cache ('__string__')", "module": "__init__", - "msecs": 758.4290504455566, + "msecs": 982.2421073913574, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 198.89497756958008, - "thread": 139988953077568, + "relativeCreated": 163.7260913848877, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -8578,25 +8578,25 @@ "integer", "34" ], - "asctime": "2019-12-27 21:48:46,758", - "created": 1577479726.758518, + "asctime": "2020-12-21 01:50:07,982", + "created": 1608511807.982352, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'integer' from cache (34)", "module": "__init__", - "msecs": 758.5179805755615, + "msecs": 982.3520183563232, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 198.98390769958496, - "thread": 139988953077568, + "relativeCreated": 163.83600234985352, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -8605,25 +8605,25 @@ "float", "2.71828" ], - "asctime": "2019-12-27 21:48:46,758", - "created": 1577479726.758617, + "asctime": "2020-12-21 01:50:07,982", + "created": 1608511807.982427, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'float' from cache (2.71828)", "module": "__init__", - "msecs": 758.6169242858887, + "msecs": 982.4268817901611, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 199.0828514099121, - "thread": 139988953077568, + "relativeCreated": 163.9108657836914, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -8632,25 +8632,25 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2019-12-27 21:48:46,758", - "created": 1577479726.758715, + "asctime": "2020-12-21 01:50:07,982", + "created": 1608511807.982502, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'list' from cache (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 758.7149143218994, + "msecs": 982.5019836425781, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 199.18084144592285, - "thread": 139988953077568, + "relativeCreated": 163.9859676361084, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -8659,8 +8659,8 @@ "{ 'unicode': u'__unicode__', 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'str': '__string__', 'integer': 34 }", "" ], - "asctime": "2019-12-27 21:48:46,758", - "created": 1577479726.758856, + "asctime": "2020-12-21 01:50:07,982", + "created": 1608511807.982614, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8670,14 +8670,14 @@ "lineno": 22, "message": "Result (Instance data after changing uid): { 'unicode': u'__unicode__', 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'str': '__string__', 'integer': 34 } ()", "module": "test", - "msecs": 758.8560581207275, + "msecs": 982.6140403747559, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 199.32198524475098, - "thread": 139988953077568, + "relativeCreated": 164.09802436828613, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -8686,8 +8686,8 @@ "{ 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'unicode': u'__unicode__', 'str': '__string__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ] }", "" ], - "asctime": "2019-12-27 21:48:46,759", - "created": 1577479726.759039, + "asctime": "2020-12-21 01:50:07,982", + "created": 1608511807.982715, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8697,39 +8697,39 @@ "lineno": 26, "message": "Expectation (Instance data after changing uid): result = { 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'unicode': u'__unicode__', 'str': '__string__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ] } ()", "module": "test", - "msecs": 759.0389251708984, + "msecs": 982.7148914337158, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 199.50485229492188, - "thread": 139988953077568, + "relativeCreated": 164.1988754272461, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 759.2151165008545, + "msecs": 982.8701019287109, "msg": "Instance data after changing uid is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 199.68104362487793, - "thread": 139988953077568, + "relativeCreated": 164.3540859222412, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.0001761913299560547 + "time_consumption": 0.0001552104949951172 } ], - "thread": 139988953077568, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.005461215972900391, - "time_finished": "2019-12-27 21:48:46,759", - "time_start": "2019-12-27 21:48:46,753" + "time_consumption": 0.0034952163696289062, + "time_finished": "2020-12-21 01:50:07,982", + "time_start": "2020-12-21 01:50:07,979" }, "caching.property_cache_pickle: Test get from source caused by changed uid (partially init)": { "args": null, - "asctime": "2019-12-27 21:48:46,759", - "created": 1577479726.759508, + "asctime": "2020-12-21 01:50:07,983", + "created": 1608511807.983146, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8740,21 +8740,21 @@ "message": "caching.property_cache_pickle: Test get from source caused by changed uid (partially init)", "module": "__init__", "moduleLogger": [], - "msecs": 759.5078945159912, + "msecs": 983.1459522247314, "msg": "caching.property_cache_pickle: Test get from source caused by changed uid (partially init)", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7954, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 199.97382164001465, + "relativeCreated": 164.62993621826172, "testcaseLogger": [ { "args": [ "property_cache_pickle", "True" ], - "asctime": "2019-12-27 21:48:46,761", - "created": 1577479726.761309, + "asctime": "2020-12-21 01:50:07,984", + "created": 1608511807.984201, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -8767,8 +8767,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:46,759", - "created": 1577479726.759675, + "asctime": "2020-12-21 01:50:07,983", + "created": 1608511807.983317, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -8778,22 +8778,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 759.6750259399414, + "msecs": 983.3168983459473, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 200.14095306396484, - "thread": 139988953077568, + "relativeCreated": 164.80088233947754, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,759", - "created": 1577479726.759933, + "asctime": "2020-12-21 01:50:07,983", + "created": 1608511807.983468, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -8801,41 +8801,41 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl as cache file.", "module": "test_helpers", - "msecs": 759.9329948425293, + "msecs": 983.4680557250977, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 200.39892196655273, - "thread": 139988953077568, + "relativeCreated": 164.95203971862793, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2019-12-27 21:48:46,760", - "created": 1577479726.760123, + "asctime": "2020-12-21 01:50:07,983", + "created": 1608511807.983621, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 145, + "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 760.1230144500732, + "msecs": 983.6208820343018, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 200.58894157409668, - "thread": 139988953077568, + "relativeCreated": 165.10486602783203, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -8843,72 +8843,72 @@ "PickCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2019-12-27 21:48:46,760", - "created": 1577479726.760294, + "asctime": "2020-12-21 01:50:07,983", + "created": 1608511807.983711, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "PickCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 760.2939605712891, + "msecs": 983.7110042572021, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 200.7598876953125, - "thread": 139988953077568, + "relativeCreated": 165.19498825073242, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,761", - "created": 1577479726.761022, + "asctime": "2020-12-21 01:50:07,984", + "created": 1608511807.984068, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 761.0220909118652, + "msecs": 984.0679168701172, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 201.48801803588867, - "thread": 139988953077568, + "relativeCreated": 165.55190086364746, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 761.3089084625244, + "msecs": 984.2009544372559, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 201.77483558654785, - "thread": 139988953077568, + "relativeCreated": 165.68493843078613, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.0002868175506591797 + "time_consumption": 0.00013303756713867188 }, { "args": [ "{'unicode': u'__unicode__', 'float': 2.71828, 'list': ['one', 2, 3, '4'], 'dict': {'1': '1', '3': 'three', '2': 2, '4': '4'}, 'str': '__string__', 'integer': 34}", "" ], - "asctime": "2019-12-27 21:48:46,770", - "created": 1577479726.770414, + "asctime": "2020-12-21 01:50:07,987", + "created": 1608511807.98789, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8922,78 +8922,78 @@ { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,762", - "created": 1577479726.762675, + "asctime": "2020-12-21 01:50:07,984", + "created": 1608511807.984658, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 142, - "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", + "lineno": 145, + "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 762.6750469207764, + "msecs": 984.6580028533936, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 203.1409740447998, - "thread": 139988953077568, + "relativeCreated": 166.14198684692383, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2019-12-27 21:48:46,763", - "created": 1577479726.763097, + "asctime": "2020-12-21 01:50:07,984", + "created": 1608511807.984746, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_init_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 128, + "lineno": 131, "message": "PickCache: Source uid changed, ignoring previous cache data", "module": "__init__", - "msecs": 763.0970478057861, + "msecs": 984.745979309082, "msg": "%s Source uid changed, ignoring previous cache data", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 203.56297492980957, - "thread": 139988953077568, + "relativeCreated": 166.2299633026123, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,764", - "created": 1577479726.764163, + "asctime": "2020-12-21 01:50:07,984", + "created": 1608511807.984948, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 764.1630172729492, + "msecs": 984.947919845581, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 204.62894439697266, - "thread": 139988953077568, + "relativeCreated": 166.43190383911133, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -9002,51 +9002,51 @@ "dict", "{'1': '1', '3': 'three', '2': 2, '4': '4'}" ], - "asctime": "2019-12-27 21:48:46,765", - "created": 1577479726.765459, + "asctime": "2020-12-21 01:50:07,985", + "created": 1608511807.985156, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'dict' from source instance ({'1': '1', '3': 'three', '2': 2, '4': '4'})", "module": "__init__", - "msecs": 765.4590606689453, + "msecs": 985.1560592651367, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 205.92498779296875, - "thread": 139988953077568, + "relativeCreated": 166.640043258667, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,766", - "created": 1577479726.766298, + "asctime": "2020-12-21 01:50:07,985", + "created": 1608511807.985397, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 766.2980556488037, + "msecs": 985.3971004486084, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 206.76398277282715, - "thread": 139988953077568, + "relativeCreated": 166.88108444213867, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -9055,51 +9055,51 @@ "unicode", "u'__unicode__'" ], - "asctime": "2019-12-27 21:48:46,766", - "created": 1577479726.766816, + "asctime": "2020-12-21 01:50:07,985", + "created": 1608511807.985541, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'unicode' from source instance (u'__unicode__')", "module": "__init__", - "msecs": 766.8159008026123, + "msecs": 985.5411052703857, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 207.28182792663574, - "thread": 139988953077568, + "relativeCreated": 167.02508926391602, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,767", - "created": 1577479726.767391, + "asctime": "2020-12-21 01:50:07,985", + "created": 1608511807.985742, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 767.3909664154053, + "msecs": 985.7420921325684, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 207.8568935394287, - "thread": 139988953077568, + "relativeCreated": 167.22607612609863, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -9108,51 +9108,51 @@ "str", "'__string__'" ], - "asctime": "2019-12-27 21:48:46,767", - "created": 1577479726.767714, + "asctime": "2020-12-21 01:50:07,985", + "created": 1608511807.985883, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'str' from source instance ('__string__')", "module": "__init__", - "msecs": 767.7140235900879, + "msecs": 985.8829975128174, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 208.17995071411133, - "thread": 139988953077568, + "relativeCreated": 167.36698150634766, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,768", - "created": 1577479726.768006, + "asctime": "2020-12-21 01:50:07,986", + "created": 1608511807.986084, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 768.0060863494873, + "msecs": 986.083984375, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 208.47201347351074, - "thread": 139988953077568, + "relativeCreated": 167.56796836853027, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -9161,51 +9161,51 @@ "integer", "34" ], - "asctime": "2019-12-27 21:48:46,768", - "created": 1577479726.768267, + "asctime": "2020-12-21 01:50:07,986", + "created": 1608511807.986255, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'integer' from source instance (34)", "module": "__init__", - "msecs": 768.2669162750244, + "msecs": 986.2549304962158, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 208.73284339904785, - "thread": 139988953077568, + "relativeCreated": 167.7389144897461, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,768", - "created": 1577479726.768606, + "asctime": "2020-12-21 01:50:07,986", + "created": 1608511807.986466, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 768.6059474945068, + "msecs": 986.4659309387207, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 209.07187461853027, - "thread": 139988953077568, + "relativeCreated": 167.94991493225098, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -9214,51 +9214,51 @@ "float", "2.71828" ], - "asctime": "2019-12-27 21:48:46,768", - "created": 1577479726.768793, + "asctime": "2020-12-21 01:50:07,986", + "created": 1608511807.986605, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'float' from source instance (2.71828)", "module": "__init__", - "msecs": 768.7931060791016, + "msecs": 986.6049289703369, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 209.259033203125, - "thread": 139988953077568, + "relativeCreated": 168.0889129638672, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,769", - "created": 1577479726.769104, + "asctime": "2020-12-21 01:50:07,986", + "created": 1608511807.98691, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 769.10400390625, + "msecs": 986.9101047515869, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 209.56993103027344, - "thread": 139988953077568, + "relativeCreated": 168.3940887451172, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -9267,51 +9267,51 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2019-12-27 21:48:46,769", - "created": 1577479726.769319, + "asctime": "2020-12-21 01:50:07,987", + "created": 1608511807.987173, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'list' from source instance (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 769.3190574645996, + "msecs": 987.1730804443359, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 209.78498458862305, - "thread": 139988953077568, + "relativeCreated": 168.6570644378662, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,769", - "created": 1577479726.76972, + "asctime": "2020-12-21 01:50:07,987", + "created": 1608511807.987556, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 769.7200775146484, + "msecs": 987.555980682373, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 210.18600463867188, - "thread": 139988953077568, + "relativeCreated": 169.03996467590332, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -9320,8 +9320,8 @@ "{ 'unicode': u'__unicode__', 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'str': '__string__', 'integer': 34 }", "" ], - "asctime": "2019-12-27 21:48:46,769", - "created": 1577479726.77, + "asctime": "2020-12-21 01:50:07,987", + "created": 1608511807.9877, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9331,14 +9331,14 @@ "lineno": 22, "message": "Result (Instance data after changing uid): { 'unicode': u'__unicode__', 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'str': '__string__', 'integer': 34 } ()", "module": "test", - "msecs": 769.9999809265137, + "msecs": 987.6999855041504, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 210.4659080505371, - "thread": 139988953077568, + "relativeCreated": 169.18396949768066, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -9347,8 +9347,8 @@ "{ 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'unicode': u'__unicode__', 'str': '__string__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ] }", "" ], - "asctime": "2019-12-27 21:48:46,770", - "created": 1577479726.770159, + "asctime": "2020-12-21 01:50:07,987", + "created": 1608511807.987776, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9358,39 +9358,39 @@ "lineno": 26, "message": "Expectation (Instance data after changing uid): result = { 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'unicode': u'__unicode__', 'str': '__string__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ] } ()", "module": "test", - "msecs": 770.1590061187744, + "msecs": 987.7760410308838, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 210.62493324279785, - "thread": 139988953077568, + "relativeCreated": 169.26002502441406, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 770.4141139984131, + "msecs": 987.8900051116943, "msg": "Instance data after changing uid is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 210.88004112243652, - "thread": 139988953077568, + "relativeCreated": 169.3739891052246, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.0002551078796386719 + "time_consumption": 0.00011396408081054688 } ], - "thread": 139988953077568, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.010906219482421875, - "time_finished": "2019-12-27 21:48:46,770", - "time_start": "2019-12-27 21:48:46,759" + "time_consumption": 0.004744052886962891, + "time_finished": "2020-12-21 01:50:07,987", + "time_start": "2020-12-21 01:50:07,983" }, "caching.property_cache_pickle: Test get from source caused by increased data version (full init)": { "args": null, - "asctime": "2019-12-27 21:48:46,738", - "created": 1577479726.738032, + "asctime": "2020-12-21 01:50:07,968", + "created": 1608511807.968329, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9401,21 +9401,21 @@ "message": "caching.property_cache_pickle: Test get from source caused by increased data version (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 738.0321025848389, + "msecs": 968.3289527893066, "msg": "caching.property_cache_pickle: Test get from source caused by increased data version (full init)", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7954, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 178.4980297088623, + "relativeCreated": 149.8129367828369, "testcaseLogger": [ { "args": [ "property_cache_pickle", "True" ], - "asctime": "2019-12-27 21:48:46,739", - "created": 1577479726.739198, + "asctime": "2020-12-21 01:50:07,969", + "created": 1608511807.96974, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -9428,8 +9428,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:46,738", - "created": 1577479726.738129, + "asctime": "2020-12-21 01:50:07,968", + "created": 1608511807.968514, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -9439,22 +9439,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 738.1289005279541, + "msecs": 968.5139656066895, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 178.59482765197754, - "thread": 139988953077568, + "relativeCreated": 149.99794960021973, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,738", - "created": 1577479726.738281, + "asctime": "2020-12-21 01:50:07,968", + "created": 1608511807.968675, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -9462,41 +9462,41 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.pkl as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.pkl as cache file.", "module": "test_helpers", - "msecs": 738.2810115814209, + "msecs": 968.674898147583, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 178.74693870544434, - "thread": 139988953077568, + "relativeCreated": 150.15888214111328, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2019-12-27 21:48:46,738", - "created": 1577479726.738436, + "asctime": "2020-12-21 01:50:07,968", + "created": 1608511807.968837, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 145, + "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 738.4359836578369, + "msecs": 968.8370227813721, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 178.90191078186035, - "thread": 139988953077568, + "relativeCreated": 150.32100677490234, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -9504,72 +9504,72 @@ "PickCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2019-12-27 21:48:46,738", - "created": 1577479726.738563, + "asctime": "2020-12-21 01:50:07,968", + "created": 1608511807.968941, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "PickCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 738.563060760498, + "msecs": 968.9409732818604, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 179.02898788452148, - "thread": 139988953077568, + "relativeCreated": 150.42495727539062, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,739", - "created": 1577479726.739034, + "asctime": "2020-12-21 01:50:07,969", + "created": 1608511807.969371, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.pkl)", "module": "__init__", - "msecs": 739.0339374542236, + "msecs": 969.3710803985596, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 179.49986457824707, - "thread": 139988953077568, + "relativeCreated": 150.85506439208984, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 739.1979694366455, + "msecs": 969.7399139404297, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 179.66389656066895, - "thread": 139988953077568, + "relativeCreated": 151.22389793395996, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.000164031982421875 + "time_consumption": 0.0003688335418701172 }, { "args": [ "{'unicode': u'__unicode__', 'float': 2.71828, 'list': ['one', 2, 3, '4'], 'dict': {'1': '1', '3': 'three', '2': 2, '4': '4'}, 'str': '__string__', 'integer': 34}", "" ], - "asctime": "2019-12-27 21:48:46,741", - "created": 1577479726.741023, + "asctime": "2020-12-21 01:50:07,971", + "created": 1608511807.97167, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9583,52 +9583,52 @@ { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,739", - "created": 1577479726.739539, + "asctime": "2020-12-21 01:50:07,970", + "created": 1608511807.970356, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 142, - "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.pkl)", + "lineno": 145, + "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.pkl)", "module": "__init__", - "msecs": 739.5389080047607, + "msecs": 970.3559875488281, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 180.00483512878418, - "thread": 139988953077568, + "relativeCreated": 151.8399715423584, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2019-12-27 21:48:46,739", - "created": 1577479726.739646, + "asctime": "2020-12-21 01:50:07,970", + "created": 1608511807.970436, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_init_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 130, + "lineno": 133, "message": "PickCache: Data version increased, ignoring previous cache data", "module": "__init__", - "msecs": 739.6459579467773, + "msecs": 970.4360961914062, "msg": "%s Data version increased, ignoring previous cache data", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 180.11188507080078, - "thread": 139988953077568, + "relativeCreated": 151.92008018493652, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -9636,51 +9636,51 @@ "PickCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2019-12-27 21:48:46,739", - "created": 1577479726.739738, + "asctime": "2020-12-21 01:50:07,970", + "created": 1608511807.970521, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "PickCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 739.7379875183105, + "msecs": 970.5209732055664, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 180.20391464233398, - "thread": 139988953077568, + "relativeCreated": 152.00495719909668, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,740", - "created": 1577479726.740065, + "asctime": "2020-12-21 01:50:07,970", + "created": 1608511807.970787, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.pkl)", "module": "__init__", - "msecs": 740.0650978088379, + "msecs": 970.7870483398438, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 180.53102493286133, - "thread": 139988953077568, + "relativeCreated": 152.27103233337402, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -9689,25 +9689,25 @@ "dict", "{'1': '1', '3': 'three', '2': 2, '4': '4'}" ], - "asctime": "2019-12-27 21:48:46,740", - "created": 1577479726.740338, + "asctime": "2020-12-21 01:50:07,970", + "created": 1608511807.970995, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'dict' from cache ({'1': '1', '3': 'three', '2': 2, '4': '4'})", "module": "__init__", - "msecs": 740.3380870819092, + "msecs": 970.9949493408203, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 180.80401420593262, - "thread": 139988953077568, + "relativeCreated": 152.4789333343506, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -9716,25 +9716,25 @@ "unicode", "u'__unicode__'" ], - "asctime": "2019-12-27 21:48:46,740", - "created": 1577479726.74045, + "asctime": "2020-12-21 01:50:07,971", + "created": 1608511807.971068, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'unicode' from cache (u'__unicode__')", "module": "__init__", - "msecs": 740.4499053955078, + "msecs": 971.0679054260254, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 180.91583251953125, - "thread": 139988953077568, + "relativeCreated": 152.55188941955566, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -9743,25 +9743,25 @@ "str", "'__string__'" ], - "asctime": "2019-12-27 21:48:46,740", - "created": 1577479726.740529, + "asctime": "2020-12-21 01:50:07,971", + "created": 1608511807.971162, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'str' from cache ('__string__')", "module": "__init__", - "msecs": 740.5290603637695, + "msecs": 971.1620807647705, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 180.99498748779297, - "thread": 139988953077568, + "relativeCreated": 152.64606475830078, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -9770,25 +9770,25 @@ "integer", "34" ], - "asctime": "2019-12-27 21:48:46,740", - "created": 1577479726.740601, + "asctime": "2020-12-21 01:50:07,971", + "created": 1608511807.971222, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'integer' from cache (34)", "module": "__init__", - "msecs": 740.6010627746582, + "msecs": 971.221923828125, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 181.06698989868164, - "thread": 139988953077568, + "relativeCreated": 152.70590782165527, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -9797,25 +9797,25 @@ "float", "2.71828" ], - "asctime": "2019-12-27 21:48:46,740", - "created": 1577479726.740678, + "asctime": "2020-12-21 01:50:07,971", + "created": 1608511807.971287, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'float' from cache (2.71828)", "module": "__init__", - "msecs": 740.678071975708, + "msecs": 971.2870121002197, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 181.14399909973145, - "thread": 139988953077568, + "relativeCreated": 152.77099609375, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -9824,25 +9824,25 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2019-12-27 21:48:46,740", - "created": 1577479726.740799, + "asctime": "2020-12-21 01:50:07,971", + "created": 1608511807.971341, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'list' from cache (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 740.7989501953125, + "msecs": 971.3408946990967, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 181.26487731933594, - "thread": 139988953077568, + "relativeCreated": 152.82487869262695, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -9851,8 +9851,8 @@ "{ 'unicode': u'__unicode__', 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'str': '__string__', 'integer': 34 }", "" ], - "asctime": "2019-12-27 21:48:46,740", - "created": 1577479726.740869, + "asctime": "2020-12-21 01:50:07,971", + "created": 1608511807.971441, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9862,14 +9862,14 @@ "lineno": 22, "message": "Result (Instance data after increasing data_version): { 'unicode': u'__unicode__', 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'str': '__string__', 'integer': 34 } ()", "module": "test", - "msecs": 740.8690452575684, + "msecs": 971.4410305023193, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 181.3349723815918, - "thread": 139988953077568, + "relativeCreated": 152.9250144958496, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -9878,8 +9878,8 @@ "{ 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'unicode': u'__unicode__', 'str': '__string__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ] }", "" ], - "asctime": "2019-12-27 21:48:46,740", - "created": 1577479726.74093, + "asctime": "2020-12-21 01:50:07,971", + "created": 1608511807.971512, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9889,39 +9889,39 @@ "lineno": 26, "message": "Expectation (Instance data after increasing data_version): result = { 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'unicode': u'__unicode__', 'str': '__string__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ] } ()", "module": "test", - "msecs": 740.9300804138184, + "msecs": 971.5120792388916, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 181.3960075378418, - "thread": 139988953077568, + "relativeCreated": 152.99606323242188, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 741.023063659668, + "msecs": 971.6699123382568, "msg": "Instance data after increasing data_version is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 181.4889907836914, - "thread": 139988953077568, + "relativeCreated": 153.1538963317871, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 9.298324584960938e-05 + "time_consumption": 0.00015783309936523438 } ], - "thread": 139988953077568, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.0029909610748291016, - "time_finished": "2019-12-27 21:48:46,741", - "time_start": "2019-12-27 21:48:46,738" + "time_consumption": 0.0033409595489501953, + "time_finished": "2020-12-21 01:50:07,971", + "time_start": "2020-12-21 01:50:07,968" }, "caching.property_cache_pickle: Test get from source caused by increased data version (partially init)": { "args": null, - "asctime": "2019-12-27 21:48:46,741", - "created": 1577479726.74115, + "asctime": "2020-12-21 01:50:07,971", + "created": 1608511807.971935, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9932,21 +9932,21 @@ "message": "caching.property_cache_pickle: Test get from source caused by increased data version (partially init)", "module": "__init__", "moduleLogger": [], - "msecs": 741.14990234375, + "msecs": 971.9350337982178, "msg": "caching.property_cache_pickle: Test get from source caused by increased data version (partially init)", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7954, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 181.61582946777344, + "relativeCreated": 153.41901779174805, "testcaseLogger": [ { "args": [ "property_cache_pickle", "True" ], - "asctime": "2019-12-27 21:48:46,741", - "created": 1577479726.741728, + "asctime": "2020-12-21 01:50:07,973", + "created": 1608511807.973058, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -9959,8 +9959,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:46,741", - "created": 1577479726.741231, + "asctime": "2020-12-21 01:50:07,972", + "created": 1608511807.972119, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -9970,22 +9970,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 741.2309646606445, + "msecs": 972.1190929412842, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 181.69689178466797, - "thread": 139988953077568, + "relativeCreated": 153.60307693481445, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,741", - "created": 1577479726.741301, + "asctime": "2020-12-21 01:50:07,972", + "created": 1608511807.972275, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -9993,41 +9993,41 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl as cache file.", "module": "test_helpers", - "msecs": 741.3010597229004, + "msecs": 972.2750186920166, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 181.76698684692383, - "thread": 139988953077568, + "relativeCreated": 153.75900268554688, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2019-12-27 21:48:46,741", - "created": 1577479726.741367, + "asctime": "2020-12-21 01:50:07,972", + "created": 1608511807.972434, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 145, + "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 741.3671016693115, + "msecs": 972.4340438842773, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 181.83302879333496, - "thread": 139988953077568, + "relativeCreated": 153.91802787780762, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -10035,72 +10035,72 @@ "PickCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2019-12-27 21:48:46,741", - "created": 1577479726.741421, + "asctime": "2020-12-21 01:50:07,972", + "created": 1608511807.972556, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "PickCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 741.4209842681885, + "msecs": 972.5561141967773, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 181.8869113922119, - "thread": 139988953077568, + "relativeCreated": 154.04009819030762, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,741", - "created": 1577479726.741646, + "asctime": "2020-12-21 01:50:07,972", + "created": 1608511807.972907, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 741.6460514068604, + "msecs": 972.9070663452148, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 182.1119785308838, - "thread": 139988953077568, + "relativeCreated": 154.39105033874512, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 741.7280673980713, + "msecs": 973.0579853057861, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 182.19399452209473, - "thread": 139988953077568, + "relativeCreated": 154.5419692993164, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 8.20159912109375e-05 + "time_consumption": 0.00015091896057128906 }, { "args": [ "{'unicode': u'__unicode__', 'float': 2.71828, 'list': ['one', 2, 3, '4'], 'dict': {'1': '1', '3': 'three', '2': 2, '4': '4'}, 'str': '__string__', 'integer': 34}", "" ], - "asctime": "2019-12-27 21:48:46,752", - "created": 1577479726.752962, + "asctime": "2020-12-21 01:50:07,978", + "created": 1608511807.978593, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10114,78 +10114,78 @@ { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,741", - "created": 1577479726.741941, + "asctime": "2020-12-21 01:50:07,973", + "created": 1608511807.973475, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 142, - "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", + "lineno": 145, + "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 741.940975189209, + "msecs": 973.4749794006348, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 182.40690231323242, - "thread": 139988953077568, + "relativeCreated": 154.95896339416504, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2019-12-27 21:48:46,741", - "created": 1577479726.741999, + "asctime": "2020-12-21 01:50:07,973", + "created": 1608511807.973596, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_init_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 130, + "lineno": 133, "message": "PickCache: Data version increased, ignoring previous cache data", "module": "__init__", - "msecs": 741.9989109039307, + "msecs": 973.5960960388184, "msg": "%s Data version increased, ignoring previous cache data", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 182.4648380279541, - "thread": 139988953077568, + "relativeCreated": 155.08008003234863, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,742", - "created": 1577479726.742105, + "asctime": "2020-12-21 01:50:07,973", + "created": 1608511807.973834, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 742.1050071716309, + "msecs": 973.8340377807617, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 182.5709342956543, - "thread": 139988953077568, + "relativeCreated": 155.318021774292, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -10194,51 +10194,51 @@ "dict", "{'1': '1', '3': 'three', '2': 2, '4': '4'}" ], - "asctime": "2019-12-27 21:48:46,742", - "created": 1577479726.742201, + "asctime": "2020-12-21 01:50:07,974", + "created": 1608511807.974089, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'dict' from source instance ({'1': '1', '3': 'three', '2': 2, '4': '4'})", "module": "__init__", - "msecs": 742.2010898590088, + "msecs": 974.0889072418213, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 182.66701698303223, - "thread": 139988953077568, + "relativeCreated": 155.57289123535156, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,742", - "created": 1577479726.742333, + "asctime": "2020-12-21 01:50:07,974", + "created": 1608511807.974399, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 742.332935333252, + "msecs": 974.3990898132324, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 182.7988624572754, - "thread": 139988953077568, + "relativeCreated": 155.8830738067627, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -10247,51 +10247,51 @@ "unicode", "u'__unicode__'" ], - "asctime": "2019-12-27 21:48:46,742", - "created": 1577479726.742418, + "asctime": "2020-12-21 01:50:07,974", + "created": 1608511807.974627, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'unicode' from source instance (u'__unicode__')", "module": "__init__", - "msecs": 742.4180507659912, + "msecs": 974.6270179748535, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 182.88397789001465, - "thread": 139988953077568, + "relativeCreated": 156.1110019683838, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,742", - "created": 1577479726.742563, + "asctime": "2020-12-21 01:50:07,974", + "created": 1608511807.974952, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 742.563009262085, + "msecs": 974.951982498169, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 183.0289363861084, - "thread": 139988953077568, + "relativeCreated": 156.43596649169922, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -10300,51 +10300,51 @@ "str", "'__string__'" ], - "asctime": "2019-12-27 21:48:46,742", - "created": 1577479726.742646, + "asctime": "2020-12-21 01:50:07,975", + "created": 1608511807.975161, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'str' from source instance ('__string__')", "module": "__init__", - "msecs": 742.6459789276123, + "msecs": 975.161075592041, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 183.11190605163574, - "thread": 139988953077568, + "relativeCreated": 156.6450595855713, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,742", - "created": 1577479726.742786, + "asctime": "2020-12-21 01:50:07,975", + "created": 1608511807.97549, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 742.7859306335449, + "msecs": 975.4900932312012, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 183.25185775756836, - "thread": 139988953077568, + "relativeCreated": 156.97407722473145, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -10353,51 +10353,51 @@ "integer", "34" ], - "asctime": "2019-12-27 21:48:46,742", - "created": 1577479726.742868, + "asctime": "2020-12-21 01:50:07,975", + "created": 1608511807.975708, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'integer' from source instance (34)", "module": "__init__", - "msecs": 742.8679466247559, + "msecs": 975.7080078125, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 183.3338737487793, - "thread": 139988953077568, + "relativeCreated": 157.19199180603027, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,743", - "created": 1577479726.743017, + "asctime": "2020-12-21 01:50:07,976", + "created": 1608511807.976028, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 743.0169582366943, + "msecs": 976.0279655456543, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 183.48288536071777, - "thread": 139988953077568, + "relativeCreated": 157.51194953918457, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -10406,51 +10406,51 @@ "float", "2.71828" ], - "asctime": "2019-12-27 21:48:46,743", - "created": 1577479726.743101, + "asctime": "2020-12-21 01:50:07,976", + "created": 1608511807.976229, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'float' from source instance (2.71828)", "module": "__init__", - "msecs": 743.1008815765381, + "msecs": 976.2289524078369, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 183.56680870056152, - "thread": 139988953077568, + "relativeCreated": 157.7129364013672, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,743", - "created": 1577479726.743353, + "asctime": "2020-12-21 01:50:07,976", + "created": 1608511807.976692, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 743.3528900146484, + "msecs": 976.6919612884521, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 183.81881713867188, - "thread": 139988953077568, + "relativeCreated": 158.17594528198242, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -10459,51 +10459,51 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2019-12-27 21:48:46,743", - "created": 1577479726.743913, + "asctime": "2020-12-21 01:50:07,977", + "created": 1608511807.977081, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'list' from source instance (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 743.912935256958, + "msecs": 977.0810604095459, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 184.37886238098145, - "thread": 139988953077568, + "relativeCreated": 158.56504440307617, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,744", - "created": 1577479726.744698, + "asctime": "2020-12-21 01:50:07,977", + "created": 1608511807.977551, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 744.6980476379395, + "msecs": 977.5509834289551, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 185.1639747619629, - "thread": 139988953077568, + "relativeCreated": 159.03496742248535, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -10512,8 +10512,8 @@ "{ 'unicode': u'__unicode__', 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'str': '__string__', 'integer': 34 }", "" ], - "asctime": "2019-12-27 21:48:46,745", - "created": 1577479726.745389, + "asctime": "2020-12-21 01:50:07,977", + "created": 1608511807.977972, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10523,14 +10523,14 @@ "lineno": 22, "message": "Result (Instance data after increasing data_version): { 'unicode': u'__unicode__', 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'str': '__string__', 'integer': 34 } ()", "module": "test", - "msecs": 745.3889846801758, + "msecs": 977.9720306396484, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 185.85491180419922, - "thread": 139988953077568, + "relativeCreated": 159.4560146331787, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -10539,8 +10539,8 @@ "{ 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'unicode': u'__unicode__', 'str': '__string__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ] }", "" ], - "asctime": "2019-12-27 21:48:46,752", - "created": 1577479726.752479, + "asctime": "2020-12-21 01:50:07,978", + "created": 1608511807.978245, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10550,39 +10550,39 @@ "lineno": 26, "message": "Expectation (Instance data after increasing data_version): result = { 'dict': { '1': '1', '3': 'three', '2': 2, '4': '4' }, 'unicode': u'__unicode__', 'str': '__string__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ] } ()", "module": "test", - "msecs": 752.479076385498, + "msecs": 978.2450199127197, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 192.94500350952148, - "thread": 139988953077568, + "relativeCreated": 159.72900390625, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 752.9621124267578, + "msecs": 978.593111038208, "msg": "Instance data after increasing data_version is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 193.42803955078125, - "thread": 139988953077568, + "relativeCreated": 160.07709503173828, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.0004830360412597656 + "time_consumption": 0.00034809112548828125 } ], - "thread": 139988953077568, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.011812210083007812, - "time_finished": "2019-12-27 21:48:46,752", - "time_start": "2019-12-27 21:48:46,741" + "time_consumption": 0.006658077239990234, + "time_finished": "2020-12-21 01:50:07,978", + "time_start": "2020-12-21 01:50:07,971" }, "caching.property_cache_pickle: Test internal key usage": { "args": null, - "asctime": "2019-12-27 21:48:46,772", - "created": 1577479726.772905, + "asctime": "2020-12-21 01:50:07,988", + "created": 1608511807.988665, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10593,21 +10593,21 @@ "message": "caching.property_cache_pickle: Test internal key usage", "module": "__init__", "moduleLogger": [], - "msecs": 772.9051113128662, + "msecs": 988.6651039123535, "msg": "caching.property_cache_pickle: Test internal key usage", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7954, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 213.37103843688965, + "relativeCreated": 170.1490879058838, "testcaseLogger": [ { "args": [ "property_cache_pickle", "True" ], - "asctime": "2019-12-27 21:48:46,774", - "created": 1577479726.774851, + "asctime": "2020-12-21 01:50:07,989", + "created": 1608511807.989811, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -10620,8 +10620,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:46,773", - "created": 1577479726.773221, + "asctime": "2020-12-21 01:50:07,988", + "created": 1608511807.988804, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -10631,22 +10631,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 773.2210159301758, + "msecs": 988.8041019439697, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 213.68694305419922, - "thread": 139988953077568, + "relativeCreated": 170.2880859375, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/internal_keys_test.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.pkl" ], - "asctime": "2019-12-27 21:48:46,773", - "created": 1577479726.773497, + "asctime": "2020-12-21 01:50:07,988", + "created": 1608511807.988964, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -10654,41 +10654,41 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/internal_keys_test.pkl as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.pkl as cache file.", "module": "test_helpers", - "msecs": 773.4971046447754, + "msecs": 988.9640808105469, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 213.96303176879883, - "thread": 139988953077568, + "relativeCreated": 170.44806480407715, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2019-12-27 21:48:46,773", - "created": 1577479726.773882, + "asctime": "2020-12-21 01:50:07,989", + "created": 1608511807.989112, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 145, + "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 773.8819122314453, + "msecs": 989.1119003295898, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 214.34783935546875, - "thread": 139988953077568, + "relativeCreated": 170.59588432312012, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -10696,71 +10696,71 @@ "PickCache:", "['__property_cache_data_version_', '_property_cache_data_version_', '__property_cache_uid_', '_property_cache_uid_']" ], - "asctime": "2019-12-27 21:48:46,774", - "created": 1577479726.774139, + "asctime": "2020-12-21 01:50:07,989", + "created": 1608511807.989217, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "PickCache: Loading all data from source - ['__property_cache_data_version_', '_property_cache_data_version_', '__property_cache_uid_', '_property_cache_uid_']", "module": "__init__", - "msecs": 774.1389274597168, + "msecs": 989.2170429229736, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 214.60485458374023, - "thread": 139988953077568, + "relativeCreated": 170.7010269165039, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/internal_keys_test.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.pkl" ], - "asctime": "2019-12-27 21:48:46,774", - "created": 1577479726.774597, + "asctime": "2020-12-21 01:50:07,989", + "created": 1608511807.989571, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/internal_keys_test.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.pkl)", "module": "__init__", - "msecs": 774.5969295501709, + "msecs": 989.5710945129395, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 215.06285667419434, - "thread": 139988953077568, + "relativeCreated": 171.05507850646973, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 774.8510837554932, + "msecs": 989.8109436035156, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 215.3170108795166, - "thread": 139988953077568, + "relativeCreated": 171.2949275970459, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.0002541542053222656 + "time_consumption": 0.00023984909057617188 }, { "args": [ "property_cache_pickle" ], - "asctime": "2019-12-27 21:48:46,775", - "created": 1577479726.775603, + "asctime": "2020-12-21 01:50:07,990", + "created": 1608511807.990369, "exc_info": null, "exc_text": null, "filename": "test_internal_keys.py", @@ -10774,35 +10774,35 @@ { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/internal_keys_test.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.pkl" ], - "asctime": "2019-12-27 21:48:46,775", - "created": 1577479726.775313, + "asctime": "2020-12-21 01:50:07,990", + "created": 1608511807.990154, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 142, - "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/internal_keys_test.pkl)", + "lineno": 145, + "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.pkl)", "module": "__init__", - "msecs": 775.3129005432129, + "msecs": 990.1540279388428, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 215.77882766723633, - "thread": 139988953077568, + "relativeCreated": 171.63801193237305, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "{'__property_cache_data_version_': u'no data version', '___property_cache_data_version_': u'no second data version', '__property_cache_uid_': u'no uid', '_property_cache_uid_': 'my_unique_id', '_property_cache_data_version_': 1, '___property_cache_uid_': u'no second uid'}" ], - "asctime": "2019-12-27 21:48:46,775", - "created": 1577479726.775439, + "asctime": "2020-12-21 01:50:07,990", + "created": 1608511807.99027, "exc_info": null, "exc_text": null, "filename": "test_internal_keys.py", @@ -10812,14 +10812,14 @@ "lineno": 20, "message": "Using storage object of cache class for comparison: {'__property_cache_data_version_': u'no data version', '___property_cache_data_version_': u'no second data version', '__property_cache_uid_': u'no uid', '_property_cache_uid_': 'my_unique_id', '_property_cache_data_version_': 1, '___property_cache_uid_': u'no second uid'}", "module": "test_internal_keys", - "msecs": 775.4390239715576, + "msecs": 990.2698993682861, "msg": "Using storage object of cache class for comparison: %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_internal_keys.py", - "process": 7954, + "pathname": "src/tests/test_internal_keys.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 215.90495109558105, - "thread": 139988953077568, + "relativeCreated": 171.7538833618164, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -10827,8 +10827,8 @@ "_property_cache_data_version_", "_property_cache_uid_" ], - "asctime": "2019-12-27 21:48:46,775", - "created": 1577479726.775549, + "asctime": "2020-12-21 01:50:07,990", + "created": 1608511807.990327, "exc_info": null, "exc_text": null, "filename": "test_internal_keys.py", @@ -10838,35 +10838,35 @@ "lineno": 21, "message": "Deleting overhead keys: _property_cache_data_version_, _property_cache_uid_", "module": "test_internal_keys", - "msecs": 775.5489349365234, + "msecs": 990.3268814086914, "msg": "Deleting overhead keys: %s, %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_internal_keys.py", - "process": 7954, + "pathname": "src/tests/test_internal_keys.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 216.01486206054688, - "thread": 139988953077568, + "relativeCreated": 171.81086540222168, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 775.6030559539795, + "msecs": 990.3690814971924, "msg": "Extracting storage object from %s for comparison.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_internal_keys.py", - "process": 7954, + "pathname": "src/tests/test_internal_keys.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 216.06898307800293, - "thread": 139988953077568, + "relativeCreated": 171.85306549072266, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 5.412101745605469e-05 + "time_consumption": 4.220008850097656e-05 }, { "args": [ "{'__property_cache_data_version_': u'no data version', '___property_cache_data_version_': u'no second data version', '__property_cache_uid_': u'no uid', '___property_cache_uid_': u'no second uid'}", "" ], - "asctime": "2019-12-27 21:48:46,775", - "created": 1577479726.775923, + "asctime": "2020-12-21 01:50:07,990", + "created": 1608511807.990616, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10883,8 +10883,8 @@ "{ '__property_cache_data_version_': u'no data version', '___property_cache_data_version_': u'no second data version', '__property_cache_uid_': u'no uid', '___property_cache_uid_': u'no second uid' }", "" ], - "asctime": "2019-12-27 21:48:46,775", - "created": 1577479726.775765, + "asctime": "2020-12-21 01:50:07,990", + "created": 1608511807.990479, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10894,14 +10894,14 @@ "lineno": 22, "message": "Result (Cache): { '__property_cache_data_version_': u'no data version', '___property_cache_data_version_': u'no second data version', '__property_cache_uid_': u'no uid', '___property_cache_uid_': u'no second uid' } ()", "module": "test", - "msecs": 775.7649421691895, + "msecs": 990.4789924621582, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 216.2308692932129, - "thread": 139988953077568, + "relativeCreated": 171.96297645568848, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -10910,8 +10910,8 @@ "{ '__property_cache_data_version_': u'no data version', '___property_cache_data_version_': u'no second data version', '__property_cache_uid_': u'no uid', '___property_cache_uid_': u'no second uid' }", "" ], - "asctime": "2019-12-27 21:48:46,775", - "created": 1577479726.775831, + "asctime": "2020-12-21 01:50:07,990", + "created": 1608511807.990532, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10921,35 +10921,35 @@ "lineno": 26, "message": "Expectation (Cache): result = { '__property_cache_data_version_': u'no data version', '___property_cache_data_version_': u'no second data version', '__property_cache_uid_': u'no uid', '___property_cache_uid_': u'no second uid' } ()", "module": "test", - "msecs": 775.8309841156006, + "msecs": 990.5319213867188, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 216.29691123962402, - "thread": 139988953077568, + "relativeCreated": 172.01590538024902, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 775.9230136871338, + "msecs": 990.6160831451416, "msg": "Cache is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 216.38894081115723, - "thread": 139988953077568, + "relativeCreated": 172.10006713867188, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 9.202957153320312e-05 + "time_consumption": 8.416175842285156e-05 }, { "args": [ "5", "" ], - "asctime": "2019-12-27 21:48:46,776", - "created": 1577479726.776221, + "asctime": "2020-12-21 01:50:07,990", + "created": 1608511807.990781, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10966,8 +10966,8 @@ "5", "" ], - "asctime": "2019-12-27 21:48:46,776", - "created": 1577479726.776039, + "asctime": "2020-12-21 01:50:07,990", + "created": 1608511807.9907, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10977,14 +10977,14 @@ "lineno": 22, "message": "Result (Keyfilter returnvalue for 5 ()): 5 ()", "module": "test", - "msecs": 776.0388851165771, + "msecs": 990.7000064849854, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 216.5048122406006, - "thread": 139988953077568, + "relativeCreated": 172.18399047851562, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -10993,8 +10993,8 @@ "5", "" ], - "asctime": "2019-12-27 21:48:46,776", - "created": 1577479726.776132, + "asctime": "2020-12-21 01:50:07,990", + "created": 1608511807.990741, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11004,39 +11004,39 @@ "lineno": 26, "message": "Expectation (Keyfilter returnvalue for 5 ()): result = 5 ()", "module": "test", - "msecs": 776.1321067810059, + "msecs": 990.7410144805908, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 216.5980339050293, - "thread": 139988953077568, + "relativeCreated": 172.2249984741211, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 776.2210369110107, + "msecs": 990.7810688018799, "msg": "Keyfilter returnvalue for 5 () is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 216.68696403503418, - "thread": 139988953077568, + "relativeCreated": 172.26505279541016, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 8.893013000488281e-05 + "time_consumption": 4.00543212890625e-05 } ], - "thread": 139988953077568, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.0033159255981445312, - "time_finished": "2019-12-27 21:48:46,776", - "time_start": "2019-12-27 21:48:46,772" + "time_consumption": 0.002115964889526367, + "time_finished": "2020-12-21 01:50:07,990", + "time_start": "2020-12-21 01:50:07,988" }, "caching.property_cache_pickle: Test partially initialised PICKLE-Cache-Object": { "args": null, - "asctime": "2019-12-27 21:48:46,724", - "created": 1577479726.724035, + "asctime": "2020-12-21 01:50:07,940", + "created": 1608511807.94029, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11047,21 +11047,21 @@ "message": "caching.property_cache_pickle: Test partially initialised PICKLE-Cache-Object", "module": "__init__", "moduleLogger": [], - "msecs": 724.0350246429443, + "msecs": 940.2899742126465, "msg": "caching.property_cache_pickle: Test partially initialised PICKLE-Cache-Object", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7954, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 164.50095176696777, + "relativeCreated": 121.77395820617676, "testcaseLogger": [ { "args": [ "property_cache_pickle", "False" ], - "asctime": "2019-12-27 21:48:46,725", - "created": 1577479726.725054, + "asctime": "2020-12-21 01:50:07,941", + "created": 1608511807.941389, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -11074,8 +11074,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:46,724", - "created": 1577479726.724208, + "asctime": "2020-12-21 01:50:07,940", + "created": 1608511807.940558, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -11085,22 +11085,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 724.2081165313721, + "msecs": 940.5579566955566, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 164.6740436553955, - "thread": 139988953077568, + "relativeCreated": 122.04194068908691, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,724", - "created": 1577479726.724411, + "asctime": "2020-12-21 01:50:07,940", + "created": 1608511807.940754, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -11108,85 +11108,85 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.pkl as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl as cache file.", "module": "test_helpers", - "msecs": 724.4110107421875, + "msecs": 940.7539367675781, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 164.87693786621094, - "thread": 139988953077568, + "relativeCreated": 122.2379207611084, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2019-12-27 21:48:46,724", - "created": 1577479726.724629, + "asctime": "2020-12-21 01:50:07,940", + "created": 1608511807.94093, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 145, + "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 724.6289253234863, + "msecs": 940.9298896789551, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 165.09485244750977, - "thread": 139988953077568, + "relativeCreated": 122.41387367248535, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,724", - "created": 1577479726.724916, + "asctime": "2020-12-21 01:50:07,941", + "created": 1608511807.941212, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl)", "module": "__init__", - "msecs": 724.9159812927246, + "msecs": 941.2119388580322, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 165.38190841674805, - "thread": 139988953077568, + "relativeCreated": 122.6959228515625, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 725.0540256500244, + "msecs": 941.3890838623047, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7954, + "pathname": "src/tests/test_helpers.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 165.51995277404785, - "thread": 139988953077568, + "relativeCreated": 122.87306785583496, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.0001380443572998047 + "time_consumption": 0.00017714500427246094 }, { "args": [], - "asctime": "2019-12-27 21:48:46,728", - "created": 1577479726.728326, + "asctime": "2020-12-21 01:50:07,945", + "created": 1608511807.945366, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -11203,51 +11203,51 @@ "float", "3.14159" ], - "asctime": "2019-12-27 21:48:46,725", - "created": 1577479726.72523, + "asctime": "2020-12-21 01:50:07,941", + "created": 1608511807.941576, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'float' from source instance (3.14159)", "module": "__init__", - "msecs": 725.2299785614014, + "msecs": 941.5760040283203, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 165.6959056854248, - "thread": 139988953077568, + "relativeCreated": 123.05998802185059, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,725", - "created": 1577479726.725451, + "asctime": "2020-12-21 01:50:07,941", + "created": 1608511807.941853, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl)", "module": "__init__", - "msecs": 725.4509925842285, + "msecs": 941.8530464172363, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 165.91691970825195, - "thread": 139988953077568, + "relativeCreated": 123.3370304107666, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -11256,51 +11256,51 @@ "list", "[1, 'two', '3', 4]" ], - "asctime": "2019-12-27 21:48:46,725", - "created": 1577479726.725898, + "asctime": "2020-12-21 01:50:07,942", + "created": 1608511807.942645, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'list' from source instance ([1, 'two', '3', 4])", "module": "__init__", - "msecs": 725.898027420044, + "msecs": 942.6450729370117, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 166.36395454406738, - "thread": 139988953077568, + "relativeCreated": 124.12905693054199, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,726", - "created": 1577479726.726441, + "asctime": "2020-12-21 01:50:07,943", + "created": 1608511807.943173, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl)", "module": "__init__", - "msecs": 726.4409065246582, + "msecs": 943.1729316711426, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 166.90683364868164, - "thread": 139988953077568, + "relativeCreated": 124.65691566467285, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -11309,71 +11309,71 @@ "str", "'string'" ], - "asctime": "2019-12-27 21:48:46,727", - "created": 1577479726.72739, + "asctime": "2020-12-21 01:50:07,943", + "created": 1608511807.94367, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'str' from source instance ('string')", "module": "__init__", - "msecs": 727.3900508880615, + "msecs": 943.6700344085693, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 167.85597801208496, - "thread": 139988953077568, + "relativeCreated": 125.15401840209961, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,727", - "created": 1577479726.727922, + "asctime": "2020-12-21 01:50:07,944", + "created": 1608511807.944439, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl)", "module": "__init__", - "msecs": 727.9219627380371, + "msecs": 944.4389343261719, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 168.38788986206055, - "thread": 139988953077568, + "relativeCreated": 125.92291831970215, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 728.3260822296143, + "msecs": 945.3659057617188, "msg": "Partially initialising cache object by requesting some information.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_no_load_on_init.py", - "process": 7954, + "pathname": "src/tests/test_no_load_on_init.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 168.7920093536377, - "thread": 139988953077568, + "relativeCreated": 126.84988975524902, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.00040411949157714844 + "time_consumption": 0.000926971435546875 }, { "args": [ "property_cache_pickle" ], - "asctime": "2019-12-27 21:48:46,729", - "created": 1577479726.729397, + "asctime": "2020-12-21 01:50:07,949", + "created": 1608511807.949316, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -11387,35 +11387,35 @@ { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:46,728", - "created": 1577479726.728962, + "asctime": "2020-12-21 01:50:07,947", + "created": 1608511807.947233, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 142, - "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.pkl)", + "lineno": 145, + "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl)", "module": "__init__", - "msecs": 728.9619445800781, + "msecs": 947.2329616546631, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7954, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 169.42787170410156, - "thread": 139988953077568, + "relativeCreated": 128.71694564819336, + "thread": 140701886007104, "threadName": "MainThread" }, { "args": [ "{'_property_cache_data_version_': 1, 'float': 3.14159, 'list': [1, 'two', '3', 4], 'str': 'string', '_property_cache_uid_': 'my_unique_id'}" ], - "asctime": "2019-12-27 21:48:46,729", - "created": 1577479726.729179, + "asctime": "2020-12-21 01:50:07,947", + "created": 1608511807.947922, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -11425,14 +11425,14 @@ "lineno": 23, "message": "Using storage object of cache class for comparison: {'_property_cache_data_version_': 1, 'float': 3.14159, 'list': [1, 'two', '3', 4], 'str': 'string', '_property_cache_uid_': 'my_unique_id'}", "module": "test_no_load_on_init", - "msecs": 729.1789054870605, + "msecs": 947.9219913482666, "msg": "Using storage object of cache class for comparison: %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_no_load_on_init.py", - "process": 7954, + "pathname": "src/tests/test_no_load_on_init.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 169.64483261108398, - "thread": 139988953077568, + "relativeCreated": 129.40597534179688, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -11440,8 +11440,8 @@ "_property_cache_data_version_", "_property_cache_uid_" ], - "asctime": "2019-12-27 21:48:46,729", - "created": 1577479726.729315, + "asctime": "2020-12-21 01:50:07,948", + "created": 1608511807.948534, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -11451,35 +11451,35 @@ "lineno": 24, "message": "Deleting overhead keys: _property_cache_data_version_, _property_cache_uid_", "module": "test_no_load_on_init", - "msecs": 729.3150424957275, + "msecs": 948.5340118408203, "msg": "Deleting overhead keys: %s, %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_no_load_on_init.py", - "process": 7954, + "pathname": "src/tests/test_no_load_on_init.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 169.78096961975098, - "thread": 139988953077568, + "relativeCreated": 130.0179958343506, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 729.3970584869385, + "msecs": 949.3160247802734, "msg": "Extracting storage object from %s for comparison.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_no_load_on_init.py", - "process": 7954, + "pathname": "src/tests/test_no_load_on_init.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 169.8629856109619, - "thread": 139988953077568, + "relativeCreated": 130.8000087738037, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 8.20159912109375e-05 + "time_consumption": 0.000782012939453125 }, { "args": [ "{'float': 3.14159, 'list': [1, 'two', '3', 4], 'str': 'string'}", "" ], - "asctime": "2019-12-27 21:48:46,729", - "created": 1577479726.7298, + "asctime": "2020-12-21 01:50:07,951", + "created": 1608511807.951523, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11496,8 +11496,8 @@ "{ 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'str': 'string' }", "" ], - "asctime": "2019-12-27 21:48:46,729", - "created": 1577479726.729523, + "asctime": "2020-12-21 01:50:07,950", + "created": 1608511807.950324, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11507,14 +11507,14 @@ "lineno": 22, "message": "Result (Cache object): { 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'str': 'string' } ()", "module": "test", - "msecs": 729.5229434967041, + "msecs": 950.3240585327148, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 169.98887062072754, - "thread": 139988953077568, + "relativeCreated": 131.80804252624512, + "thread": 140701886007104, "threadName": "MainThread" }, { @@ -11523,8 +11523,8 @@ "{ 'str': 'string', 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ] }", "" ], - "asctime": "2019-12-27 21:48:46,729", - "created": 1577479726.729579, + "asctime": "2020-12-21 01:50:07,950", + "created": 1608511807.95085, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11534,38 +11534,38 @@ "lineno": 26, "message": "Expectation (Cache object): result = { 'str': 'string', 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ] } ()", "module": "test", - "msecs": 729.578971862793, + "msecs": 950.8500099182129, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 170.0448989868164, - "thread": 139988953077568, + "relativeCreated": 132.33399391174316, + "thread": 140701886007104, "threadName": "MainThread" } ], - "msecs": 729.7999858856201, + "msecs": 951.5230655670166, "msg": "Cache object is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7954, + "pathname": "src/unittest/test.py", + "process": 98454, "processName": "MainProcess", - "relativeCreated": 170.26591300964355, - "thread": 139988953077568, + "relativeCreated": 133.00704956054688, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.00022101402282714844 + "time_consumption": 0.0006730556488037109 } ], - "thread": 139988953077568, + "thread": 140701886007104, "threadName": "MainThread", - "time_consumption": 0.005764961242675781, - "time_finished": "2019-12-27 21:48:46,729", - "time_start": "2019-12-27 21:48:46,724" + "time_consumption": 0.011233091354370117, + "time_finished": "2020-12-21 01:50:07,951", + "time_start": "2020-12-21 01:50:07,940" } }, "testrun_id": "p2", - "time_consumption": 0.12566757202148438, + "time_consumption": 0.09526538848876953, "uid_list_sorted": [ "caching.property_cache_json: Test full initialised JSON-Cache-Object", "caching.property_cache_json: Test partially initialisation of JSON-Cache-Object", @@ -11591,7 +11591,7 @@ }, { "heading_dict": {}, - "interpreter": "python 3.6.9 (final)", + "interpreter": "python 3.8.5 (final)", "name": "Default Testsession name", "number_of_failed_tests": 0, "number_of_possibly_failed_tests": 0, @@ -11607,8 +11607,8 @@ "testcases": { "caching.property_cache_json: Test cached data (full init)": { "args": null, - "asctime": "2019-12-27 21:48:47,935", - "created": 1577479727.9356124, + "asctime": "2020-12-21 01:50:08,687", + "created": 1608511808.6871834, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11619,13 +11619,13 @@ "message": "caching.property_cache_json: Test cached data (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 935.6124401092529, + "msecs": 687.1833801269531, "msg": "caching.property_cache_json: Test cached data (full init)", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7956, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 222.670316696167, + "relativeCreated": 142.744779586792, "stack_info": null, "testcaseLogger": [ { @@ -11633,8 +11633,8 @@ "property_cache_json", "True" ], - "asctime": "2019-12-27 21:48:47,939", - "created": 1577479727.9398224, + "asctime": "2020-12-21 01:50:08,688", + "created": 1608511808.6882255, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -11647,8 +11647,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:47,936", - "created": 1577479727.9361932, + "asctime": "2020-12-21 01:50:08,687", + "created": 1608511808.68729, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -11658,23 +11658,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 936.1932277679443, + "msecs": 687.2899532318115, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 223.2511043548584, + "relativeCreated": 142.8513526916504, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,936", - "created": 1577479727.9367645, + "asctime": "2020-12-21 01:50:08,687", + "created": 1608511808.6873782, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -11682,43 +11682,43 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_load_on_init.json as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json as cache file.", "module": "test_helpers", - "msecs": 936.7644786834717, + "msecs": 687.3781681060791, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 223.82235527038574, + "relativeCreated": 142.93956756591797, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2019-12-27 21:48:47,937", - "created": 1577479727.9375088, + "asctime": "2020-12-21 01:50:08,687", + "created": 1608511808.687493, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 228, + "lineno": 231, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 937.5088214874268, + "msecs": 687.493085861206, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 224.56669807434082, + "relativeCreated": 143.05448532104492, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -11726,72 +11726,72 @@ "JsonCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2019-12-27 21:48:47,938", - "created": 1577479727.9380093, + "asctime": "2020-12-21 01:50:08,687", + "created": 1608511808.687631, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "JsonCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 938.0092620849609, + "msecs": 687.6308917999268, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 225.067138671875, + "relativeCreated": 143.19229125976562, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,939", - "created": 1577479727.9392889, + "asctime": "2020-12-21 01:50:08,688", + "created": 1608511808.688086, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json)", "module": "__init__", - "msecs": 939.288854598999, + "msecs": 688.0860328674316, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 226.3467311859131, + "relativeCreated": 143.6474323272705, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 939.8224353790283, + "msecs": 688.225507736206, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 226.88031196594238, + "relativeCreated": 143.78690719604492, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.0005335807800292969 + "time_consumption": 0.00013947486877441406 }, { "args": [], - "asctime": "2019-12-27 21:48:47,942", - "created": 1577479727.942014, + "asctime": "2020-12-21 01:50:08,688", + "created": 1608511808.688994, "exc_info": null, "exc_text": null, "filename": "test_cached_data.py", @@ -11805,28 +11805,28 @@ { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,941", - "created": 1577479727.9410338, + "asctime": "2020-12-21 01:50:08,688", + "created": 1608511808.6884406, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 225, - "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_load_on_init.json)", + "lineno": 228, + "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json)", "module": "__init__", - "msecs": 941.0338401794434, + "msecs": 688.4405612945557, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 228.09171676635742, + "relativeCreated": 144.00196075439453, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -11835,26 +11835,26 @@ "str", "'string'" ], - "asctime": "2019-12-27 21:48:47,941", - "created": 1577479727.9413812, + "asctime": "2020-12-21 01:50:08,688", + "created": 1608511808.6885278, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'str' from cache ('string')", "module": "__init__", - "msecs": 941.3812160491943, + "msecs": 688.5278224945068, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 228.4390926361084, + "relativeCreated": 144.0892219543457, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -11863,26 +11863,26 @@ "unicode", "'unicode'" ], - "asctime": "2019-12-27 21:48:47,941", - "created": 1577479727.9414806, + "asctime": "2020-12-21 01:50:08,688", + "created": 1608511808.68859, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'unicode' from cache ('unicode')", "module": "__init__", - "msecs": 941.4806365966797, + "msecs": 688.5900497436523, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 228.53851318359375, + "relativeCreated": 144.1514492034912, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -11891,26 +11891,26 @@ "integer", "17" ], - "asctime": "2019-12-27 21:48:47,941", - "created": 1577479727.9415605, + "asctime": "2020-12-21 01:50:08,688", + "created": 1608511808.688734, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'integer' from cache (17)", "module": "__init__", - "msecs": 941.5605068206787, + "msecs": 688.7340545654297, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 228.61838340759277, + "relativeCreated": 144.29545402526855, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -11919,26 +11919,26 @@ "float", "3.14159" ], - "asctime": "2019-12-27 21:48:47,941", - "created": 1577479727.9417286, + "asctime": "2020-12-21 01:50:08,688", + "created": 1608511808.688801, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'float' from cache (3.14159)", "module": "__init__", - "msecs": 941.7285919189453, + "msecs": 688.8010501861572, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 228.78646850585938, + "relativeCreated": 144.3624496459961, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -11947,26 +11947,26 @@ "list", "[1, 'two', '3', 4]" ], - "asctime": "2019-12-27 21:48:47,941", - "created": 1577479727.9418347, + "asctime": "2020-12-21 01:50:08,688", + "created": 1608511808.6888635, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'list' from cache ([1, 'two', '3', 4])", "module": "__init__", - "msecs": 941.8346881866455, + "msecs": 688.8635158538818, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 228.89256477355957, + "relativeCreated": 144.4249153137207, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -11975,26 +11975,26 @@ "dict", "{'1': 1, '2': 'two', '3': '3', '4': 4}" ], - "asctime": "2019-12-27 21:48:47,941", - "created": 1577479727.9419048, + "asctime": "2020-12-21 01:50:08,688", + "created": 1608511808.6889145, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'dict' from cache ({'1': 1, '2': 'two', '3': '3', '4': 4})", "module": "__init__", - "msecs": 941.9047832489014, + "msecs": 688.9145374298096, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 228.96265983581543, + "relativeCreated": 144.47593688964844, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -12002,48 +12002,48 @@ "JsonCache:", "uncached" ], - "asctime": "2019-12-27 21:48:47,941", - "created": 1577479727.9419615, + "asctime": "2020-12-21 01:50:08,688", + "created": 1608511808.6889563, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "INFO", "levelno": 20, - "lineno": 113, + "lineno": 116, "message": "JsonCache: Key 'uncached' is not in cached_keys. Uncached data will be returned.", "module": "__init__", - "msecs": 941.9615268707275, + "msecs": 688.9562606811523, "msg": "%s Key '%s' is not in cached_keys. Uncached data will be returned.", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 229.0194034576416, + "relativeCreated": 144.5176601409912, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 942.0139789581299, + "msecs": 688.9939308166504, "msg": "Collecting data from cache instance.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_cached_data.py", - "process": 7956, + "pathname": "src/tests/test_cached_data.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 229.07185554504395, + "relativeCreated": 144.55533027648926, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 5.245208740234375e-05 + "time_consumption": 3.7670135498046875e-05 }, { "args": [ "{'str': 'string', 'unicode': 'unicode', 'integer': 17, 'float': 3.14159, 'list': [1, 'two', '3', 4], 'dict': {'1': 1, '2': 'two', '3': '3', '4': 4}, 'uncached': 'uncached_data_of_class'}", "" ], - "asctime": "2019-12-27 21:48:47,942", - "created": 1577479727.942465, + "asctime": "2020-12-21 01:50:08,689", + "created": 1608511808.6893373, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12060,8 +12060,8 @@ "{ 'str': 'string', 'unicode': 'unicode', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'dict': { '1': 1, '2': 'two', '3': '3', '4': 4 }, 'uncached': 'uncached_data_of_class' }", "" ], - "asctime": "2019-12-27 21:48:47,942", - "created": 1577479727.9421763, + "asctime": "2020-12-21 01:50:08,689", + "created": 1608511808.68911, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12071,15 +12071,15 @@ "lineno": 22, "message": "Result (Cached data): { 'str': 'string', 'unicode': 'unicode', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'dict': { '1': 1, '2': 'two', '3': '3', '4': 4 }, 'uncached': 'uncached_data_of_class' } ()", "module": "test", - "msecs": 942.176342010498, + "msecs": 689.1100406646729, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 229.2342185974121, + "relativeCreated": 144.67144012451172, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -12088,8 +12088,8 @@ "{ 'str': 'string', 'unicode': 'unicode', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'dict': { '1': 1, '2': 'two', '3': '3', '4': 4 }, 'uncached': 'uncached_data_of_class' }", "" ], - "asctime": "2019-12-27 21:48:47,942", - "created": 1577479727.942278, + "asctime": "2020-12-21 01:50:08,689", + "created": 1608511808.6891828, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12099,41 +12099,41 @@ "lineno": 26, "message": "Expectation (Cached data): result = { 'str': 'string', 'unicode': 'unicode', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'dict': { '1': 1, '2': 'two', '3': '3', '4': 4 }, 'uncached': 'uncached_data_of_class' } ()", "module": "test", - "msecs": 942.2779083251953, + "msecs": 689.1827583312988, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 229.33578491210938, + "relativeCreated": 144.7441577911377, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 942.46506690979, + "msecs": 689.3372535705566, "msg": "Cached data is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 229.5229434967041, + "relativeCreated": 144.8986530303955, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.00018715858459472656 + "time_consumption": 0.0001544952392578125 } ], - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.006852626800537109, - "time_finished": "2019-12-27 21:48:47,942", - "time_start": "2019-12-27 21:48:47,935" + "time_consumption": 0.0021538734436035156, + "time_finished": "2020-12-21 01:50:08,689", + "time_start": "2020-12-21 01:50:08,687" }, "caching.property_cache_json: Test cached data (partially init)": { "args": null, - "asctime": "2019-12-27 21:48:47,942", - "created": 1577479727.9426577, + "asctime": "2020-12-21 01:50:08,689", + "created": 1608511808.6895509, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12144,13 +12144,13 @@ "message": "caching.property_cache_json: Test cached data (partially init)", "module": "__init__", "moduleLogger": [], - "msecs": 942.6577091217041, + "msecs": 689.5508766174316, "msg": "caching.property_cache_json: Test cached data (partially init)", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7956, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 229.71558570861816, + "relativeCreated": 145.1122760772705, "stack_info": null, "testcaseLogger": [ { @@ -12158,8 +12158,8 @@ "property_cache_json", "True" ], - "asctime": "2019-12-27 21:48:47,944", - "created": 1577479727.944638, + "asctime": "2020-12-21 01:50:08,690", + "created": 1608511808.6905196, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -12172,8 +12172,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:47,942", - "created": 1577479727.942846, + "asctime": "2020-12-21 01:50:08,689", + "created": 1608511808.689701, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -12183,23 +12183,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 942.8460597991943, + "msecs": 689.7010803222656, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 229.9039363861084, + "relativeCreated": 145.2624797821045, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,943", - "created": 1577479727.9430285, + "asctime": "2020-12-21 01:50:08,689", + "created": 1608511808.6898723, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -12207,43 +12207,43 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_no_load_on_init.json as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.json as cache file.", "module": "test_helpers", - "msecs": 943.028450012207, + "msecs": 689.8722648620605, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 230.0863265991211, + "relativeCreated": 145.4336643218994, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2019-12-27 21:48:47,943", - "created": 1577479727.9432595, + "asctime": "2020-12-21 01:50:08,689", + "created": 1608511808.689978, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 228, + "lineno": 231, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 943.2594776153564, + "msecs": 689.9778842926025, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 230.3173542022705, + "relativeCreated": 145.5392837524414, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -12251,72 +12251,72 @@ "JsonCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2019-12-27 21:48:47,943", - "created": 1577479727.9434474, + "asctime": "2020-12-21 01:50:08,690", + "created": 1608511808.6900334, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "JsonCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 943.4473514556885, + "msecs": 690.0334358215332, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 230.50522804260254, + "relativeCreated": 145.59483528137207, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,944", - "created": 1577479727.9442017, + "asctime": "2020-12-21 01:50:08,690", + "created": 1608511808.6904066, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.json)", "module": "__init__", - "msecs": 944.2017078399658, + "msecs": 690.4065608978271, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 231.25958442687988, + "relativeCreated": 145.96796035766602, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 944.6380138397217, + "msecs": 690.5195713043213, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 231.69589042663574, + "relativeCreated": 146.08097076416016, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.0004363059997558594 + "time_consumption": 0.00011301040649414062 }, { "args": [], - "asctime": "2019-12-27 21:48:47,946", - "created": 1577479727.9467845, + "asctime": "2020-12-21 01:50:08,692", + "created": 1608511808.6924422, "exc_info": null, "exc_text": null, "filename": "test_cached_data.py", @@ -12330,28 +12330,28 @@ { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,945", - "created": 1577479727.945392, + "asctime": "2020-12-21 01:50:08,691", + "created": 1608511808.691435, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 225, - "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_no_load_on_init.json)", + "lineno": 228, + "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.json)", "module": "__init__", - "msecs": 945.3918933868408, + "msecs": 691.4350986480713, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 232.44976997375488, + "relativeCreated": 146.99649810791016, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -12360,26 +12360,26 @@ "str", "'string'" ], - "asctime": "2019-12-27 21:48:47,945", - "created": 1577479727.9456754, + "asctime": "2020-12-21 01:50:08,691", + "created": 1608511808.6918643, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'str' from cache ('string')", "module": "__init__", - "msecs": 945.6753730773926, + "msecs": 691.8642520904541, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 232.73324966430664, + "relativeCreated": 147.42565155029297, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -12388,26 +12388,26 @@ "unicode", "'unicode'" ], - "asctime": "2019-12-27 21:48:47,945", - "created": 1577479727.9458537, + "asctime": "2020-12-21 01:50:08,692", + "created": 1608511808.6920667, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'unicode' from cache ('unicode')", "module": "__init__", - "msecs": 945.8537101745605, + "msecs": 692.0666694641113, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 232.9115867614746, + "relativeCreated": 147.6280689239502, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -12416,26 +12416,26 @@ "integer", "17" ], - "asctime": "2019-12-27 21:48:47,945", - "created": 1577479727.9459975, + "asctime": "2020-12-21 01:50:08,692", + "created": 1608511808.6921406, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'integer' from cache (17)", "module": "__init__", - "msecs": 945.9974765777588, + "msecs": 692.1405792236328, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 233.05535316467285, + "relativeCreated": 147.70197868347168, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -12444,26 +12444,26 @@ "float", "3.14159" ], - "asctime": "2019-12-27 21:48:47,946", - "created": 1577479727.9462252, + "asctime": "2020-12-21 01:50:08,692", + "created": 1608511808.6922069, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'float' from cache (3.14159)", "module": "__init__", - "msecs": 946.2251663208008, + "msecs": 692.206859588623, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 233.28304290771484, + "relativeCreated": 147.7682590484619, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -12472,26 +12472,26 @@ "list", "[1, 'two', '3', 4]" ], - "asctime": "2019-12-27 21:48:47,946", - "created": 1577479727.9464514, + "asctime": "2020-12-21 01:50:08,692", + "created": 1608511808.6922631, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'list' from cache ([1, 'two', '3', 4])", "module": "__init__", - "msecs": 946.4514255523682, + "msecs": 692.263126373291, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 233.50930213928223, + "relativeCreated": 147.82452583312988, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -12500,26 +12500,26 @@ "dict", "{'1': 1, '2': 'two', '3': '3', '4': 4}" ], - "asctime": "2019-12-27 21:48:47,946", - "created": 1577479727.9465942, + "asctime": "2020-12-21 01:50:08,692", + "created": 1608511808.6923292, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'dict' from cache ({'1': 1, '2': 'two', '3': '3', '4': 4})", "module": "__init__", - "msecs": 946.59423828125, + "msecs": 692.3291683197021, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 233.65211486816406, + "relativeCreated": 147.89056777954102, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -12527,48 +12527,48 @@ "JsonCache:", "uncached" ], - "asctime": "2019-12-27 21:48:47,946", - "created": 1577479727.9467013, + "asctime": "2020-12-21 01:50:08,692", + "created": 1608511808.6923742, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "INFO", "levelno": 20, - "lineno": 113, + "lineno": 116, "message": "JsonCache: Key 'uncached' is not in cached_keys. Uncached data will be returned.", "module": "__init__", - "msecs": 946.7012882232666, + "msecs": 692.3742294311523, "msg": "%s Key '%s' is not in cached_keys. Uncached data will be returned.", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 233.75916481018066, + "relativeCreated": 147.9356288909912, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 946.784496307373, + "msecs": 692.4421787261963, "msg": "Collecting data from cache instance.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_cached_data.py", - "process": 7956, + "pathname": "src/tests/test_cached_data.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 233.8423728942871, + "relativeCreated": 148.00357818603516, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 8.320808410644531e-05 + "time_consumption": 6.794929504394531e-05 }, { "args": [ "{'str': 'string', 'unicode': 'unicode', 'integer': 17, 'float': 3.14159, 'list': [1, 'two', '3', 4], 'dict': {'1': 1, '2': 'two', '3': '3', '4': 4}, 'uncached': 'uncached_data_of_class'}", "" ], - "asctime": "2019-12-27 21:48:47,947", - "created": 1577479727.947913, + "asctime": "2020-12-21 01:50:08,693", + "created": 1608511808.6932766, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12585,8 +12585,8 @@ "{ 'str': 'string', 'unicode': 'unicode', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'dict': { '1': 1, '2': 'two', '3': '3', '4': 4 }, 'uncached': 'uncached_data_of_class' }", "" ], - "asctime": "2019-12-27 21:48:47,947", - "created": 1577479727.9471827, + "asctime": "2020-12-21 01:50:08,692", + "created": 1608511808.6928413, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12596,15 +12596,15 @@ "lineno": 22, "message": "Result (Cached data): { 'str': 'string', 'unicode': 'unicode', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'dict': { '1': 1, '2': 'two', '3': '3', '4': 4 }, 'uncached': 'uncached_data_of_class' } ()", "module": "test", - "msecs": 947.1826553344727, + "msecs": 692.8412914276123, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 234.24053192138672, + "relativeCreated": 148.40269088745117, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -12613,8 +12613,8 @@ "{ 'str': 'string', 'unicode': 'unicode', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'dict': { '1': 1, '2': 'two', '3': '3', '4': 4 }, 'uncached': 'uncached_data_of_class' }", "" ], - "asctime": "2019-12-27 21:48:47,947", - "created": 1577479727.9475436, + "asctime": "2020-12-21 01:50:08,693", + "created": 1608511808.6930892, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12624,41 +12624,41 @@ "lineno": 26, "message": "Expectation (Cached data): result = { 'str': 'string', 'unicode': 'unicode', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'dict': { '1': 1, '2': 'two', '3': '3', '4': 4 }, 'uncached': 'uncached_data_of_class' } ()", "module": "test", - "msecs": 947.5436210632324, + "msecs": 693.0892467498779, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 234.60149765014648, + "relativeCreated": 148.6506462097168, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 947.9129314422607, + "msecs": 693.2766437530518, "msg": "Cached data is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 234.9708080291748, + "relativeCreated": 148.83804321289062, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.0003693103790283203 + "time_consumption": 0.00018739700317382812 } ], - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.005255222320556641, - "time_finished": "2019-12-27 21:48:47,947", - "time_start": "2019-12-27 21:48:47,942" + "time_consumption": 0.003725767135620117, + "time_finished": "2020-12-21 01:50:08,693", + "time_start": "2020-12-21 01:50:08,689" }, "caching.property_cache_json: Test execution of save callback (full init)": { "args": null, - "asctime": "2019-12-27 21:48:47,979", - "created": 1577479727.9795744, + "asctime": "2020-12-21 01:50:08,734", + "created": 1608511808.734153, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12669,19 +12669,19 @@ "message": "caching.property_cache_json: Test execution of save callback (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 979.57444190979, + "msecs": 734.1530323028564, "msg": "caching.property_cache_json: Test execution of save callback (full init)", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7956, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 266.6323184967041, + "relativeCreated": 189.7144317626953, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:47,979", - "created": 1577479727.9797332, + "asctime": "2020-12-21 01:50:08,734", + "created": 1608511808.7342484, "exc_info": null, "exc_text": null, "filename": "test_save_callback.py", @@ -12692,15 +12692,15 @@ "message": "Installing save_callback, which sets a variable to True on execution.", "module": "test_save_callback", "moduleLogger": [], - "msecs": 979.7332286834717, + "msecs": 734.2483997344971, "msg": "Installing save_callback, which sets a variable to True on execution.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_save_callback.py", - "process": 7956, + "pathname": "src/tests/test_save_callback.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 266.79110527038574, + "relativeCreated": 189.80979919433594, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -12709,8 +12709,8 @@ "True", "" ], - "asctime": "2019-12-27 21:48:47,980", - "created": 1577479727.9804544, + "asctime": "2020-12-21 01:50:08,734", + "created": 1608511808.7346432, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12724,28 +12724,28 @@ { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/save_callback_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/save_callback_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,980", - "created": 1577479727.9800406, + "asctime": "2020-12-21 01:50:08,734", + "created": 1608511808.7344203, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/save_callback_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/save_callback_load_on_init.json)", "module": "__init__", - "msecs": 980.0405502319336, + "msecs": 734.4202995300293, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 267.09842681884766, + "relativeCreated": 189.98169898986816, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -12754,8 +12754,8 @@ "True", "" ], - "asctime": "2019-12-27 21:48:47,980", - "created": 1577479727.9802816, + "asctime": "2020-12-21 01:50:08,734", + "created": 1608511808.7345517, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12765,15 +12765,15 @@ "lineno": 22, "message": "Result (Save callback execution variable): True ()", "module": "test", - "msecs": 980.2815914154053, + "msecs": 734.5516681671143, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 267.33946800231934, + "relativeCreated": 190.11306762695312, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -12782,8 +12782,8 @@ "True", "" ], - "asctime": "2019-12-27 21:48:47,980", - "created": 1577479727.9803731, + "asctime": "2020-12-21 01:50:08,734", + "created": 1608511808.7346003, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12793,41 +12793,41 @@ "lineno": 26, "message": "Expectation (Save callback execution variable): result = True ()", "module": "test", - "msecs": 980.3731441497803, + "msecs": 734.600305557251, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 267.43102073669434, + "relativeCreated": 190.16170501708984, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 980.4544448852539, + "msecs": 734.6432209014893, "msg": "Save callback execution variable is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 267.51232147216797, + "relativeCreated": 190.20462036132812, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 8.130073547363281e-05 + "time_consumption": 4.291534423828125e-05 } ], - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.0008800029754638672, - "time_finished": "2019-12-27 21:48:47,980", - "time_start": "2019-12-27 21:48:47,979" + "time_consumption": 0.0004901885986328125, + "time_finished": "2020-12-21 01:50:08,734", + "time_start": "2020-12-21 01:50:08,734" }, "caching.property_cache_json: Test full initialised JSON-Cache-Object": { "args": null, - "asctime": "2019-12-27 21:48:47,920", - "created": 1577479727.9207084, + "asctime": "2020-12-21 01:50:08,674", + "created": 1608511808.6743004, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12838,13 +12838,13 @@ "message": "caching.property_cache_json: Test full initialised JSON-Cache-Object", "module": "__init__", "moduleLogger": [], - "msecs": 920.708417892456, + "msecs": 674.3004322052002, "msg": "caching.property_cache_json: Test full initialised JSON-Cache-Object", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7956, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 207.76629447937012, + "relativeCreated": 129.86183166503906, "stack_info": null, "testcaseLogger": [ { @@ -12852,8 +12852,8 @@ "property_cache_json", "True" ], - "asctime": "2019-12-27 21:48:47,924", - "created": 1577479727.9240148, + "asctime": "2020-12-21 01:50:08,677", + "created": 1608511808.6775017, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -12866,8 +12866,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:47,921", - "created": 1577479727.921869, + "asctime": "2020-12-21 01:50:08,675", + "created": 1608511808.6752272, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -12877,23 +12877,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 921.8690395355225, + "msecs": 675.227165222168, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 208.92691612243652, + "relativeCreated": 130.78856468200684, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,922", - "created": 1577479727.922417, + "asctime": "2020-12-21 01:50:08,675", + "created": 1608511808.675634, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -12901,43 +12901,43 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/load_on_init.json as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.json as cache file.", "module": "test_helpers", - "msecs": 922.4169254302979, + "msecs": 675.6339073181152, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 209.4748020172119, + "relativeCreated": 131.1953067779541, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2019-12-27 21:48:47,923", - "created": 1577479727.9235475, + "asctime": "2020-12-21 01:50:08,676", + "created": 1608511808.6762173, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 228, + "lineno": 231, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 923.5475063323975, + "msecs": 676.2173175811768, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 210.60538291931152, + "relativeCreated": 131.77871704101562, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -12945,74 +12945,74 @@ "JsonCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2019-12-27 21:48:47,923", - "created": 1577479727.9236336, + "asctime": "2020-12-21 01:50:08,676", + "created": 1608511808.6764839, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "JsonCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 923.6335754394531, + "msecs": 676.4838695526123, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 210.6914520263672, + "relativeCreated": 132.04526901245117, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,923", - "created": 1577479727.9239197, + "asctime": "2020-12-21 01:50:08,677", + "created": 1608511808.6772475, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.json)", "module": "__init__", - "msecs": 923.919677734375, + "msecs": 677.2475242614746, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 210.97755432128906, + "relativeCreated": 132.80892372131348, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 924.0148067474365, + "msecs": 677.5016784667969, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 211.0726833343506, + "relativeCreated": 133.06307792663574, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 9.512901306152344e-05 + "time_consumption": 0.0002541542053222656 }, { "args": [ "property_cache_json" ], - "asctime": "2019-12-27 21:48:47,924", - "created": 1577479727.924336, + "asctime": "2020-12-21 01:50:08,678", + "created": 1608511808.6784742, "exc_info": null, "exc_text": null, "filename": "test_load_on_init.py", @@ -13026,36 +13026,36 @@ { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,924", - "created": 1577479727.9241836, + "asctime": "2020-12-21 01:50:08,677", + "created": 1608511808.677982, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 225, - "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/load_on_init.json)", + "lineno": 228, + "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.json)", "module": "__init__", - "msecs": 924.1836071014404, + "msecs": 677.9820919036865, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 211.2414836883545, + "relativeCreated": 133.5434913635254, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "{'_property_cache_data_version_': 1, '_property_cache_uid_': 'my_unique_id', 'dict': {'1': 1, '2': 'two', '3': '3', '4': 4}, 'float': 3.14159, 'integer': 17, 'list': [1, 'two', '3', 4], 'str': 'string', 'unicode': 'unicode'}" ], - "asctime": "2019-12-27 21:48:47,924", - "created": 1577479727.9242501, + "asctime": "2020-12-21 01:50:08,678", + "created": 1608511808.678216, "exc_info": null, "exc_text": null, "filename": "test_load_on_init.py", @@ -13065,15 +13065,15 @@ "lineno": 20, "message": "Using storage object of cache class for comparison: {'_property_cache_data_version_': 1, '_property_cache_uid_': 'my_unique_id', 'dict': {'1': 1, '2': 'two', '3': '3', '4': 4}, 'float': 3.14159, 'integer': 17, 'list': [1, 'two', '3', 4], 'str': 'string', 'unicode': 'unicode'}", "module": "test_load_on_init", - "msecs": 924.2501258850098, + "msecs": 678.2159805297852, "msg": "Using storage object of cache class for comparison: %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_load_on_init.py", - "process": 7956, + "pathname": "src/tests/test_load_on_init.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 211.30800247192383, + "relativeCreated": 133.77737998962402, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -13081,8 +13081,8 @@ "_property_cache_data_version_", "_property_cache_uid_" ], - "asctime": "2019-12-27 21:48:47,924", - "created": 1577479727.9242969, + "asctime": "2020-12-21 01:50:08,678", + "created": 1608511808.678365, "exc_info": null, "exc_text": null, "filename": "test_load_on_init.py", @@ -13092,37 +13092,37 @@ "lineno": 21, "message": "Deleting overhead keys: _property_cache_data_version_, _property_cache_uid_", "module": "test_load_on_init", - "msecs": 924.2968559265137, + "msecs": 678.3649921417236, "msg": "Deleting overhead keys: %s, %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_load_on_init.py", - "process": 7956, + "pathname": "src/tests/test_load_on_init.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 211.35473251342773, + "relativeCreated": 133.9263916015625, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 924.3359565734863, + "msecs": 678.4741878509521, "msg": "Extracting storage object from %s for comparison.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_load_on_init.py", - "process": 7956, + "pathname": "src/tests/test_load_on_init.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 211.3938331604004, + "relativeCreated": 134.03558731079102, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 3.910064697265625e-05 + "time_consumption": 0.00010919570922851562 }, { "args": [ "{'dict': {'1': 1, '2': 'two', '3': '3', '4': 4}, 'float': 3.14159, 'integer': 17, 'list': [1, 'two', '3', 4], 'str': 'string', 'unicode': 'unicode'}", "" ], - "asctime": "2019-12-27 21:48:47,924", - "created": 1577479727.9245756, + "asctime": "2020-12-21 01:50:08,679", + "created": 1608511808.6793654, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13139,8 +13139,8 @@ "{ 'dict': { '1': 1, '2': 'two', '3': '3', '4': 4 }, 'float': 3.14159, 'integer': 17, 'list': [ 1, 'two', '3', 4 ], 'str': 'string', 'unicode': 'unicode' }", "" ], - "asctime": "2019-12-27 21:48:47,924", - "created": 1577479727.9244206, + "asctime": "2020-12-21 01:50:08,678", + "created": 1608511808.6788232, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13150,15 +13150,15 @@ "lineno": 22, "message": "Result (Cache object): { 'dict': { '1': 1, '2': 'two', '3': '3', '4': 4 }, 'float': 3.14159, 'integer': 17, 'list': [ 1, 'two', '3', 4 ], 'str': 'string', 'unicode': 'unicode' } ()", "module": "test", - "msecs": 924.4205951690674, + "msecs": 678.8232326507568, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 211.47847175598145, + "relativeCreated": 134.3846321105957, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -13167,8 +13167,8 @@ "{ 'str': 'string', 'unicode': 'unicode', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'dict': { '1': 1, '2': 'two', '3': '3', '4': 4 } }", "" ], - "asctime": "2019-12-27 21:48:47,924", - "created": 1577479727.924482, + "asctime": "2020-12-21 01:50:08,679", + "created": 1608511808.6790254, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13178,41 +13178,41 @@ "lineno": 26, "message": "Expectation (Cache object): result = { 'str': 'string', 'unicode': 'unicode', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'dict': { '1': 1, '2': 'two', '3': '3', '4': 4 } } ()", "module": "test", - "msecs": 924.4821071624756, + "msecs": 679.025411605835, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 211.53998374938965, + "relativeCreated": 134.58681106567383, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 924.5755672454834, + "msecs": 679.3653964996338, "msg": "Cache object is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 211.63344383239746, + "relativeCreated": 134.92679595947266, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 9.34600830078125e-05 + "time_consumption": 0.0003399848937988281 } ], - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.0038671493530273438, - "time_finished": "2019-12-27 21:48:47,924", - "time_start": "2019-12-27 21:48:47,920" + "time_consumption": 0.005064964294433594, + "time_finished": "2020-12-21 01:50:08,679", + "time_start": "2020-12-21 01:50:08,674" }, "caching.property_cache_json: Test get from source caused by changed uid (full init)": { "args": null, - "asctime": "2019-12-27 21:48:47,964", - "created": 1577479727.9640696, + "asctime": "2020-12-21 01:50:08,708", + "created": 1608511808.708209, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13223,13 +13223,13 @@ "message": "caching.property_cache_json: Test get from source caused by changed uid (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 964.0696048736572, + "msecs": 708.2090377807617, "msg": "caching.property_cache_json: Test get from source caused by changed uid (full init)", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7956, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 251.1274814605713, + "relativeCreated": 163.7704372406006, "stack_info": null, "testcaseLogger": [ { @@ -13237,8 +13237,8 @@ "property_cache_json", "True" ], - "asctime": "2019-12-27 21:48:47,966", - "created": 1577479727.9666655, + "asctime": "2020-12-21 01:50:08,711", + "created": 1608511808.7117739, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -13251,8 +13251,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:47,964", - "created": 1577479727.9644916, + "asctime": "2020-12-21 01:50:08,708", + "created": 1608511808.7084236, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -13262,23 +13262,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 964.491605758667, + "msecs": 708.4236145019531, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 251.54948234558105, + "relativeCreated": 163.985013961792, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,964", - "created": 1577479727.9648514, + "asctime": "2020-12-21 01:50:08,709", + "created": 1608511808.7093642, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -13286,43 +13286,43 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.json as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.json as cache file.", "module": "test_helpers", - "msecs": 964.8513793945312, + "msecs": 709.3641757965088, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 251.9092559814453, + "relativeCreated": 164.92557525634766, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2019-12-27 21:48:47,965", - "created": 1577479727.965183, + "asctime": "2020-12-21 01:50:08,709", + "created": 1608511808.7096262, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 228, + "lineno": 231, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 965.1830196380615, + "msecs": 709.6261978149414, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 252.2408962249756, + "relativeCreated": 165.18759727478027, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -13330,75 +13330,75 @@ "JsonCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2019-12-27 21:48:47,965", - "created": 1577479727.9654331, + "asctime": "2020-12-21 01:50:08,709", + "created": 1608511808.709706, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "JsonCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 965.4331207275391, + "msecs": 709.7060680389404, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 252.49099731445312, + "relativeCreated": 165.2674674987793, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,966", - "created": 1577479727.9663277, + "asctime": "2020-12-21 01:50:08,710", + "created": 1608511808.7109008, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.json)", "module": "__init__", - "msecs": 966.3276672363281, + "msecs": 710.9007835388184, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 253.3855438232422, + "relativeCreated": 166.46218299865723, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 966.665506362915, + "msecs": 711.7738723754883, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 253.7233829498291, + "relativeCreated": 167.33527183532715, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.00033783912658691406 + "time_consumption": 0.0008730888366699219 }, { "args": [ "{'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': ['one', 2, 3, '4'], 'dict': {'1': '1', '2': 2, '3': 'three', '4': '4'}}", "" ], - "asctime": "2019-12-27 21:48:47,970", - "created": 1577479727.9705527, + "asctime": "2020-12-21 01:50:08,722", + "created": 1608511808.722676, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13412,54 +13412,54 @@ { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,967", - "created": 1577479727.9673731, + "asctime": "2020-12-21 01:50:08,713", + "created": 1608511808.713991, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 225, - "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.json)", + "lineno": 228, + "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.json)", "module": "__init__", - "msecs": 967.3731327056885, + "msecs": 713.9909267425537, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 254.43100929260254, + "relativeCreated": 169.55232620239258, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2019-12-27 21:48:47,967", - "created": 1577479727.9675546, + "asctime": "2020-12-21 01:50:08,714", + "created": 1608511808.7142649, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_init_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 128, + "lineno": 131, "message": "JsonCache: Source uid changed, ignoring previous cache data", "module": "__init__", - "msecs": 967.5545692443848, + "msecs": 714.2648696899414, "msg": "%s Source uid changed, ignoring previous cache data", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 254.61244583129883, + "relativeCreated": 169.82626914978027, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -13467,53 +13467,53 @@ "JsonCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2019-12-27 21:48:47,967", - "created": 1577479727.967863, + "asctime": "2020-12-21 01:50:08,714", + "created": 1608511808.71455, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "JsonCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 967.8630828857422, + "msecs": 714.5500183105469, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 254.92095947265625, + "relativeCreated": 170.11141777038574, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,968", - "created": 1577479727.9689257, + "asctime": "2020-12-21 01:50:08,716", + "created": 1608511808.716208, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.json)", "module": "__init__", - "msecs": 968.9257144927979, + "msecs": 716.2079811096191, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 255.9835910797119, + "relativeCreated": 171.769380569458, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -13522,26 +13522,26 @@ "str", "'__string__'" ], - "asctime": "2019-12-27 21:48:47,969", - "created": 1577479727.969448, + "asctime": "2020-12-21 01:50:08,717", + "created": 1608511808.7176561, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'str' from cache ('__string__')", "module": "__init__", - "msecs": 969.4480895996094, + "msecs": 717.656135559082, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 256.50596618652344, + "relativeCreated": 173.2175350189209, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -13550,26 +13550,26 @@ "unicode", "'__unicode__'" ], - "asctime": "2019-12-27 21:48:47,969", - "created": 1577479727.9695773, + "asctime": "2020-12-21 01:50:08,718", + "created": 1608511808.718067, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'unicode' from cache ('__unicode__')", "module": "__init__", - "msecs": 969.5773124694824, + "msecs": 718.066930770874, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 256.6351890563965, + "relativeCreated": 173.6283302307129, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -13578,26 +13578,26 @@ "integer", "34" ], - "asctime": "2019-12-27 21:48:47,969", - "created": 1577479727.9697692, + "asctime": "2020-12-21 01:50:08,718", + "created": 1608511808.718546, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'integer' from cache (34)", "module": "__init__", - "msecs": 969.7692394256592, + "msecs": 718.5459136962891, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 256.82711601257324, + "relativeCreated": 174.10731315612793, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -13606,26 +13606,26 @@ "float", "2.71828" ], - "asctime": "2019-12-27 21:48:47,969", - "created": 1577479727.9698765, + "asctime": "2020-12-21 01:50:08,719", + "created": 1608511808.71903, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'float' from cache (2.71828)", "module": "__init__", - "msecs": 969.8765277862549, + "msecs": 719.0299034118652, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 256.93440437316895, + "relativeCreated": 174.5913028717041, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -13634,26 +13634,26 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2019-12-27 21:48:47,969", - "created": 1577479727.9699705, + "asctime": "2020-12-21 01:50:08,719", + "created": 1608511808.719576, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'list' from cache (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 969.9704647064209, + "msecs": 719.5758819580078, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 257.02834129333496, + "relativeCreated": 175.13728141784668, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -13662,26 +13662,26 @@ "dict", "{'1': '1', '2': 2, '3': 'three', '4': '4'}" ], - "asctime": "2019-12-27 21:48:47,970", - "created": 1577479727.9700499, + "asctime": "2020-12-21 01:50:08,720", + "created": 1608511808.720072, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'dict' from cache ({'1': '1', '2': 2, '3': 'three', '4': '4'})", "module": "__init__", - "msecs": 970.0498580932617, + "msecs": 720.0720310211182, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 257.1077346801758, + "relativeCreated": 175.63343048095703, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -13690,8 +13690,8 @@ "{ 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } }", "" ], - "asctime": "2019-12-27 21:48:47,970", - "created": 1577479727.970211, + "asctime": "2020-12-21 01:50:08,721", + "created": 1608511808.7210152, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13701,15 +13701,15 @@ "lineno": 22, "message": "Result (Instance data after changing uid): { 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } } ()", "module": "test", - "msecs": 970.2110290527344, + "msecs": 721.015214920044, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 257.26890563964844, + "relativeCreated": 176.5766143798828, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -13718,8 +13718,8 @@ "{ 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } }", "" ], - "asctime": "2019-12-27 21:48:47,970", - "created": 1577479727.9703453, + "asctime": "2020-12-21 01:50:08,721", + "created": 1608511808.7216702, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13729,41 +13729,41 @@ "lineno": 26, "message": "Expectation (Instance data after changing uid): result = { 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } } ()", "module": "test", - "msecs": 970.3452587127686, + "msecs": 721.6701507568359, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 257.4031352996826, + "relativeCreated": 177.2315502166748, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 970.5526828765869, + "msecs": 722.6760387420654, "msg": "Instance data after changing uid is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 257.610559463501, + "relativeCreated": 178.2374382019043, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.00020742416381835938 + "time_consumption": 0.0010058879852294922 } ], - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.0064830780029296875, - "time_finished": "2019-12-27 21:48:47,970", - "time_start": "2019-12-27 21:48:47,964" + "time_consumption": 0.014467000961303711, + "time_finished": "2020-12-21 01:50:08,722", + "time_start": "2020-12-21 01:50:08,708" }, "caching.property_cache_json: Test get from source caused by changed uid (partially init)": { "args": null, - "asctime": "2019-12-27 21:48:47,970", - "created": 1577479727.970831, + "asctime": "2020-12-21 01:50:08,724", + "created": 1608511808.7243476, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13774,13 +13774,13 @@ "message": "caching.property_cache_json: Test get from source caused by changed uid (partially init)", "module": "__init__", "moduleLogger": [], - "msecs": 970.8309173583984, + "msecs": 724.3475914001465, "msg": "caching.property_cache_json: Test get from source caused by changed uid (partially init)", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7956, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 257.8887939453125, + "relativeCreated": 179.90899085998535, "stack_info": null, "testcaseLogger": [ { @@ -13788,8 +13788,8 @@ "property_cache_json", "True" ], - "asctime": "2019-12-27 21:48:47,972", - "created": 1577479727.9725251, + "asctime": "2020-12-21 01:50:08,726", + "created": 1608511808.7269819, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -13802,8 +13802,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:47,971", - "created": 1577479727.9710152, + "asctime": "2020-12-21 01:50:08,724", + "created": 1608511808.724802, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -13813,23 +13813,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 971.015214920044, + "msecs": 724.8020172119141, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 258.073091506958, + "relativeCreated": 180.36341667175293, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,971", - "created": 1577479727.9710944, + "asctime": "2020-12-21 01:50:08,725", + "created": 1608511808.7251523, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -13837,43 +13837,43 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json as cache file.", "module": "test_helpers", - "msecs": 971.0943698883057, + "msecs": 725.1522541046143, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 258.1522464752197, + "relativeCreated": 180.71365356445312, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2019-12-27 21:48:47,971", - "created": 1577479727.971209, + "asctime": "2020-12-21 01:50:08,725", + "created": 1608511808.7254221, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 228, + "lineno": 231, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 971.2090492248535, + "msecs": 725.4221439361572, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 258.2669258117676, + "relativeCreated": 180.9835433959961, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -13881,75 +13881,75 @@ "JsonCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2019-12-27 21:48:47,971", - "created": 1577479727.9712975, + "asctime": "2020-12-21 01:50:08,725", + "created": 1608511808.725568, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "JsonCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 971.2975025177002, + "msecs": 725.5680561065674, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 258.35537910461426, + "relativeCreated": 181.12945556640625, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,972", - "created": 1577479727.972337, + "asctime": "2020-12-21 01:50:08,726", + "created": 1608511808.7266233, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json)", "module": "__init__", - "msecs": 972.337007522583, + "msecs": 726.6232967376709, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 259.39488410949707, + "relativeCreated": 182.18469619750977, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 972.5251197814941, + "msecs": 726.9818782806396, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 259.5829963684082, + "relativeCreated": 182.54327774047852, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.0001881122589111328 + "time_consumption": 0.00035858154296875 }, { "args": [ "{'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': ['one', 2, 3, '4'], 'dict': {'1': '1', '2': 2, '3': 'three', '4': '4'}}", "" ], - "asctime": "2019-12-27 21:48:47,979", - "created": 1577479727.9793754, + "asctime": "2020-12-21 01:50:08,733", + "created": 1608511808.73395, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13963,81 +13963,81 @@ { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,972", - "created": 1577479727.972893, + "asctime": "2020-12-21 01:50:08,727", + "created": 1608511808.727633, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 225, - "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json)", + "lineno": 228, + "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json)", "module": "__init__", - "msecs": 972.8929996490479, + "msecs": 727.632999420166, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 259.9508762359619, + "relativeCreated": 183.19439888000488, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2019-12-27 21:48:47,972", - "created": 1577479727.9729798, + "asctime": "2020-12-21 01:50:08,727", + "created": 1608511808.7278347, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_init_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 128, + "lineno": 131, "message": "JsonCache: Source uid changed, ignoring previous cache data", "module": "__init__", - "msecs": 972.9797840118408, + "msecs": 727.8347015380859, "msg": "%s Source uid changed, ignoring previous cache data", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 260.0376605987549, + "relativeCreated": 183.3961009979248, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,973", - "created": 1577479727.9732761, + "asctime": "2020-12-21 01:50:08,728", + "created": 1608511808.728528, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json)", "module": "__init__", - "msecs": 973.2761383056641, + "msecs": 728.5280227661133, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 260.3340148925781, + "relativeCreated": 184.08942222595215, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -14046,53 +14046,53 @@ "str", "'__string__'" ], - "asctime": "2019-12-27 21:48:47,973", - "created": 1577479727.9735394, + "asctime": "2020-12-21 01:50:08,729", + "created": 1608511808.72942, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'str' from source instance ('__string__')", "module": "__init__", - "msecs": 973.5393524169922, + "msecs": 729.4199466705322, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 260.59722900390625, + "relativeCreated": 184.9813461303711, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,973", - "created": 1577479727.973887, + "asctime": "2020-12-21 01:50:08,730", + "created": 1608511808.7303622, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json)", "module": "__init__", - "msecs": 973.8869667053223, + "msecs": 730.3621768951416, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 260.9448432922363, + "relativeCreated": 185.92357635498047, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -14101,53 +14101,53 @@ "unicode", "'__unicode__'" ], - "asctime": "2019-12-27 21:48:47,974", - "created": 1577479727.974102, + "asctime": "2020-12-21 01:50:08,731", + "created": 1608511808.7310462, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'unicode' from source instance ('__unicode__')", "module": "__init__", - "msecs": 974.1020202636719, + "msecs": 731.046199798584, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 261.15989685058594, + "relativeCreated": 186.60759925842285, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,974", - "created": 1577479727.9746788, + "asctime": "2020-12-21 01:50:08,731", + "created": 1608511808.7315469, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json)", "module": "__init__", - "msecs": 974.6787548065186, + "msecs": 731.5468788146973, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 261.7366313934326, + "relativeCreated": 187.10827827453613, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -14156,53 +14156,53 @@ "integer", "34" ], - "asctime": "2019-12-27 21:48:47,975", - "created": 1577479727.9750695, + "asctime": "2020-12-21 01:50:08,732", + "created": 1608511808.732058, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'integer' from source instance (34)", "module": "__init__", - "msecs": 975.069522857666, + "msecs": 732.058048248291, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 262.1273994445801, + "relativeCreated": 187.61944770812988, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,975", - "created": 1577479727.9753742, + "asctime": "2020-12-21 01:50:08,732", + "created": 1608511808.7323048, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json)", "module": "__init__", - "msecs": 975.3742218017578, + "msecs": 732.3048114776611, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 262.4320983886719, + "relativeCreated": 187.8662109375, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -14211,53 +14211,53 @@ "float", "2.71828" ], - "asctime": "2019-12-27 21:48:47,975", - "created": 1577479727.9756422, + "asctime": "2020-12-21 01:50:08,732", + "created": 1608511808.7324536, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'float' from source instance (2.71828)", "module": "__init__", - "msecs": 975.642204284668, + "msecs": 732.4535846710205, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 262.70008087158203, + "relativeCreated": 188.01498413085938, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,975", - "created": 1577479727.975996, + "asctime": "2020-12-21 01:50:08,732", + "created": 1608511808.7326288, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json)", "module": "__init__", - "msecs": 975.9960174560547, + "msecs": 732.6288223266602, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 263.05389404296875, + "relativeCreated": 188.19022178649902, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -14266,53 +14266,53 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2019-12-27 21:48:47,976", - "created": 1577479727.976523, + "asctime": "2020-12-21 01:50:08,732", + "created": 1608511808.7327476, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'list' from source instance (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 976.5229225158691, + "msecs": 732.7475547790527, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 263.5807991027832, + "relativeCreated": 188.3089542388916, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,977", - "created": 1577479727.97734, + "asctime": "2020-12-21 01:50:08,732", + "created": 1608511808.7329202, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json)", "module": "__init__", - "msecs": 977.3399829864502, + "msecs": 732.9201698303223, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 264.39785957336426, + "relativeCreated": 188.48156929016113, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -14321,53 +14321,53 @@ "dict", "{'1': '1', '2': 2, '3': 'three', '4': '4'}" ], - "asctime": "2019-12-27 21:48:47,978", - "created": 1577479727.978135, + "asctime": "2020-12-21 01:50:08,733", + "created": 1608511808.733034, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'dict' from source instance ({'1': '1', '2': 2, '3': 'three', '4': '4'})", "module": "__init__", - "msecs": 978.1351089477539, + "msecs": 733.0338954925537, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 265.19298553466797, + "relativeCreated": 188.59529495239258, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,978", - "created": 1577479727.9788244, + "asctime": "2020-12-21 01:50:08,733", + "created": 1608511808.7332797, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json)", "module": "__init__", - "msecs": 978.8243770599365, + "msecs": 733.2797050476074, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 265.8822536468506, + "relativeCreated": 188.8411045074463, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -14376,8 +14376,8 @@ "{ 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } }", "" ], - "asctime": "2019-12-27 21:48:47,979", - "created": 1577479727.979092, + "asctime": "2020-12-21 01:50:08,733", + "created": 1608511808.7337282, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14387,15 +14387,15 @@ "lineno": 22, "message": "Result (Instance data after changing uid): { 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } } ()", "module": "test", - "msecs": 979.0918827056885, + "msecs": 733.7281703948975, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 266.14975929260254, + "relativeCreated": 189.28956985473633, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -14404,8 +14404,8 @@ "{ 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } }", "" ], - "asctime": "2019-12-27 21:48:47,979", - "created": 1577479727.9792085, + "asctime": "2020-12-21 01:50:08,733", + "created": 1608511808.733832, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14415,41 +14415,41 @@ "lineno": 26, "message": "Expectation (Instance data after changing uid): result = { 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } } ()", "module": "test", - "msecs": 979.2084693908691, + "msecs": 733.8318824768066, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 266.2663459777832, + "relativeCreated": 189.3932819366455, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 979.3753623962402, + "msecs": 733.9498996734619, "msg": "Instance data after changing uid is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 266.4332389831543, + "relativeCreated": 189.51129913330078, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.00016689300537109375 + "time_consumption": 0.00011801719665527344 } ], - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.008544445037841797, - "time_finished": "2019-12-27 21:48:47,979", - "time_start": "2019-12-27 21:48:47,970" + "time_consumption": 0.00960230827331543, + "time_finished": "2020-12-21 01:50:08,733", + "time_start": "2020-12-21 01:50:08,724" }, "caching.property_cache_json: Test get from source caused by increased data version (full init)": { "args": null, - "asctime": "2019-12-27 21:48:47,948", - "created": 1577479727.9482589, + "asctime": "2020-12-21 01:50:08,693", + "created": 1608511808.693561, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14460,13 +14460,13 @@ "message": "caching.property_cache_json: Test get from source caused by increased data version (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 948.2588768005371, + "msecs": 693.5610771179199, "msg": "caching.property_cache_json: Test get from source caused by increased data version (full init)", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7956, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 235.31675338745117, + "relativeCreated": 149.1224765777588, "stack_info": null, "testcaseLogger": [ { @@ -14474,8 +14474,8 @@ "property_cache_json", "True" ], - "asctime": "2019-12-27 21:48:47,951", - "created": 1577479727.9513035, + "asctime": "2020-12-21 01:50:08,695", + "created": 1608511808.6959019, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -14488,8 +14488,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:47,948", - "created": 1577479727.9485548, + "asctime": "2020-12-21 01:50:08,693", + "created": 1608511808.6937907, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -14499,23 +14499,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 948.5547542572021, + "msecs": 693.7906742095947, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 235.6126308441162, + "relativeCreated": 149.3520736694336, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,948", - "created": 1577479727.9489167, + "asctime": "2020-12-21 01:50:08,694", + "created": 1608511808.6941915, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -14523,43 +14523,43 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.json as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.json as cache file.", "module": "test_helpers", - "msecs": 948.9166736602783, + "msecs": 694.1914558410645, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 235.97455024719238, + "relativeCreated": 149.75285530090332, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2019-12-27 21:48:47,949", - "created": 1577479727.949224, + "asctime": "2020-12-21 01:50:08,694", + "created": 1608511808.6945028, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 228, + "lineno": 231, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 949.2239952087402, + "msecs": 694.5028305053711, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 236.2818717956543, + "relativeCreated": 150.06422996520996, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -14567,75 +14567,75 @@ "JsonCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2019-12-27 21:48:47,949", - "created": 1577479727.9493914, + "asctime": "2020-12-21 01:50:08,694", + "created": 1608511808.6947079, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "JsonCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 949.3913650512695, + "msecs": 694.7078704833984, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 236.4492416381836, + "relativeCreated": 150.2692699432373, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,950", - "created": 1577479727.9506466, + "asctime": "2020-12-21 01:50:08,695", + "created": 1608511808.6955237, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.json)", "module": "__init__", - "msecs": 950.6466388702393, + "msecs": 695.523738861084, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 237.70451545715332, + "relativeCreated": 151.08513832092285, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 951.3034820556641, + "msecs": 695.9018707275391, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 238.36135864257812, + "relativeCreated": 151.46327018737793, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.0006568431854248047 + "time_consumption": 0.0003781318664550781 }, { "args": [ "{'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': ['one', 2, 3, '4'], 'dict': {'1': '1', '2': 2, '3': 'three', '4': '4'}}", "" ], - "asctime": "2019-12-27 21:48:47,954", - "created": 1577479727.9541266, + "asctime": "2020-12-21 01:50:08,700", + "created": 1608511808.7001197, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14649,54 +14649,54 @@ { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,952", - "created": 1577479727.9520516, + "asctime": "2020-12-21 01:50:08,696", + "created": 1608511808.6964235, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 225, - "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.json)", + "lineno": 228, + "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.json)", "module": "__init__", - "msecs": 952.0516395568848, + "msecs": 696.4235305786133, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 239.10951614379883, + "relativeCreated": 151.98493003845215, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2019-12-27 21:48:47,952", - "created": 1577479727.9521823, + "asctime": "2020-12-21 01:50:08,696", + "created": 1608511808.6965938, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_init_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 130, + "lineno": 133, "message": "JsonCache: Data version increased, ignoring previous cache data", "module": "__init__", - "msecs": 952.1822929382324, + "msecs": 696.5937614440918, "msg": "%s Data version increased, ignoring previous cache data", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 239.24016952514648, + "relativeCreated": 152.15516090393066, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -14704,53 +14704,53 @@ "JsonCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2019-12-27 21:48:47,952", - "created": 1577479727.9523075, + "asctime": "2020-12-21 01:50:08,696", + "created": 1608511808.6967385, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "JsonCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 952.3074626922607, + "msecs": 696.7384815216064, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 239.3653392791748, + "relativeCreated": 152.2998809814453, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,952", - "created": 1577479727.9528759, + "asctime": "2020-12-21 01:50:08,697", + "created": 1608511808.697218, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.json)", "module": "__init__", - "msecs": 952.8758525848389, + "msecs": 697.2179412841797, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 239.93372917175293, + "relativeCreated": 152.77934074401855, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -14759,26 +14759,26 @@ "str", "'__string__'" ], - "asctime": "2019-12-27 21:48:47,953", - "created": 1577479727.9532626, + "asctime": "2020-12-21 01:50:08,697", + "created": 1608511808.697643, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'str' from cache ('__string__')", "module": "__init__", - "msecs": 953.2625675201416, + "msecs": 697.6430416107178, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 240.32044410705566, + "relativeCreated": 153.20444107055664, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -14787,26 +14787,26 @@ "unicode", "'__unicode__'" ], - "asctime": "2019-12-27 21:48:47,953", - "created": 1577479727.9533324, + "asctime": "2020-12-21 01:50:08,697", + "created": 1608511808.6977968, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'unicode' from cache ('__unicode__')", "module": "__init__", - "msecs": 953.3324241638184, + "msecs": 697.7968215942383, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 240.39030075073242, + "relativeCreated": 153.35822105407715, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -14815,26 +14815,26 @@ "integer", "34" ], - "asctime": "2019-12-27 21:48:47,953", - "created": 1577479727.9533775, + "asctime": "2020-12-21 01:50:08,697", + "created": 1608511808.6979175, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'integer' from cache (34)", "module": "__init__", - "msecs": 953.3774852752686, + "msecs": 697.9174613952637, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 240.43536186218262, + "relativeCreated": 153.47886085510254, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -14843,26 +14843,26 @@ "float", "2.71828" ], - "asctime": "2019-12-27 21:48:47,953", - "created": 1577479727.953436, + "asctime": "2020-12-21 01:50:08,698", + "created": 1608511808.698053, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'float' from cache (2.71828)", "module": "__init__", - "msecs": 953.4358978271484, + "msecs": 698.0528831481934, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 240.4937744140625, + "relativeCreated": 153.61428260803223, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -14871,26 +14871,26 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2019-12-27 21:48:47,953", - "created": 1577479727.9534976, + "asctime": "2020-12-21 01:50:08,698", + "created": 1608511808.6983135, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'list' from cache (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 953.4976482391357, + "msecs": 698.3134746551514, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 240.5555248260498, + "relativeCreated": 153.87487411499023, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -14899,26 +14899,26 @@ "dict", "{'1': '1', '2': 2, '3': 'three', '4': '4'}" ], - "asctime": "2019-12-27 21:48:47,953", - "created": 1577479727.9535615, + "asctime": "2020-12-21 01:50:08,698", + "created": 1608511808.6986494, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "JsonCache: Providing property for 'dict' from cache ({'1': '1', '2': 2, '3': 'three', '4': '4'})", "module": "__init__", - "msecs": 953.561544418335, + "msecs": 698.6494064331055, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 240.61942100524902, + "relativeCreated": 154.21080589294434, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -14927,8 +14927,8 @@ "{ 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } }", "" ], - "asctime": "2019-12-27 21:48:47,953", - "created": 1577479727.9537966, + "asctime": "2020-12-21 01:50:08,699", + "created": 1608511808.6990874, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14938,15 +14938,15 @@ "lineno": 22, "message": "Result (Instance data after increasing data_version): { 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } } ()", "module": "test", - "msecs": 953.7966251373291, + "msecs": 699.087381362915, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 240.85450172424316, + "relativeCreated": 154.6487808227539, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -14955,8 +14955,8 @@ "{ 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } }", "" ], - "asctime": "2019-12-27 21:48:47,953", - "created": 1577479727.9539032, + "asctime": "2020-12-21 01:50:08,699", + "created": 1608511808.6994839, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14966,41 +14966,41 @@ "lineno": 26, "message": "Expectation (Instance data after increasing data_version): result = { 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } } ()", "module": "test", - "msecs": 953.9031982421875, + "msecs": 699.4838714599609, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 240.96107482910156, + "relativeCreated": 155.0452709197998, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 954.1265964508057, + "msecs": 700.1197338104248, "msg": "Instance data after increasing data_version is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 241.18447303771973, + "relativeCreated": 155.68113327026367, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.00022339820861816406 + "time_consumption": 0.0006358623504638672 } ], - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.005867719650268555, - "time_finished": "2019-12-27 21:48:47,954", - "time_start": "2019-12-27 21:48:47,948" + "time_consumption": 0.006558656692504883, + "time_finished": "2020-12-21 01:50:08,700", + "time_start": "2020-12-21 01:50:08,693" }, "caching.property_cache_json: Test get from source caused by increased data version (partially init)": { "args": null, - "asctime": "2019-12-27 21:48:47,954", - "created": 1577479727.9543357, + "asctime": "2020-12-21 01:50:08,700", + "created": 1608511808.7005575, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15011,13 +15011,13 @@ "message": "caching.property_cache_json: Test get from source caused by increased data version (partially init)", "module": "__init__", "moduleLogger": [], - "msecs": 954.3356895446777, + "msecs": 700.5574703216553, "msg": "caching.property_cache_json: Test get from source caused by increased data version (partially init)", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7956, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 241.3935661315918, + "relativeCreated": 156.11886978149414, "stack_info": null, "testcaseLogger": [ { @@ -15025,8 +15025,8 @@ "property_cache_json", "True" ], - "asctime": "2019-12-27 21:48:47,955", - "created": 1577479727.9556022, + "asctime": "2020-12-21 01:50:08,702", + "created": 1608511808.7024145, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -15039,8 +15039,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:47,954", - "created": 1577479727.9545224, + "asctime": "2020-12-21 01:50:08,700", + "created": 1608511808.7008393, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -15050,23 +15050,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 954.5223712921143, + "msecs": 700.8392810821533, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 241.58024787902832, + "relativeCreated": 156.4006805419922, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,954", - "created": 1577479727.9546754, + "asctime": "2020-12-21 01:50:08,701", + "created": 1608511808.701134, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -15074,43 +15074,43 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json as cache file.", "module": "test_helpers", - "msecs": 954.6754360198975, + "msecs": 701.1339664459229, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 241.73331260681152, + "relativeCreated": 156.69536590576172, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2019-12-27 21:48:47,954", - "created": 1577479727.9548428, + "asctime": "2020-12-21 01:50:08,701", + "created": 1608511808.7013671, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 228, + "lineno": 231, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 954.8428058624268, + "msecs": 701.3671398162842, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 241.90068244934082, + "relativeCreated": 156.92853927612305, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -15118,75 +15118,75 @@ "JsonCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2019-12-27 21:48:47,954", - "created": 1577479727.9549363, + "asctime": "2020-12-21 01:50:08,701", + "created": 1608511808.7015371, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "JsonCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 954.9362659454346, + "msecs": 701.5371322631836, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 241.99414253234863, + "relativeCreated": 157.09853172302246, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,955", - "created": 1577479727.9554105, + "asctime": "2020-12-21 01:50:08,702", + "created": 1608511808.7021773, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json)", "module": "__init__", - "msecs": 955.4104804992676, + "msecs": 702.1772861480713, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 242.46835708618164, + "relativeCreated": 157.73868560791016, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 955.6021690368652, + "msecs": 702.4145126342773, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 242.6600456237793, + "relativeCreated": 157.9759120941162, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.00019168853759765625 + "time_consumption": 0.0002372264862060547 }, { "args": [ "{'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': ['one', 2, 3, '4'], 'dict': {'1': '1', '2': 2, '3': 'three', '4': '4'}}", "" ], - "asctime": "2019-12-27 21:48:47,963", - "created": 1577479727.9636214, + "asctime": "2020-12-21 01:50:08,707", + "created": 1608511808.7078872, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15200,81 +15200,81 @@ { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,955", - "created": 1577479727.9559493, + "asctime": "2020-12-21 01:50:08,702", + "created": 1608511808.7028983, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 225, - "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json)", + "lineno": 228, + "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json)", "module": "__init__", - "msecs": 955.9493064880371, + "msecs": 702.8982639312744, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 243.00718307495117, + "relativeCreated": 158.45966339111328, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2019-12-27 21:48:47,956", - "created": 1577479727.956035, + "asctime": "2020-12-21 01:50:08,703", + "created": 1608511808.7030547, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_init_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 130, + "lineno": 133, "message": "JsonCache: Data version increased, ignoring previous cache data", "module": "__init__", - "msecs": 956.0348987579346, + "msecs": 703.054666519165, "msg": "%s Data version increased, ignoring previous cache data", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 243.09277534484863, + "relativeCreated": 158.6160659790039, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,956", - "created": 1577479727.956309, + "asctime": "2020-12-21 01:50:08,703", + "created": 1608511808.703442, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json)", "module": "__init__", - "msecs": 956.3090801239014, + "msecs": 703.4420967102051, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 243.36695671081543, + "relativeCreated": 159.00349617004395, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -15283,53 +15283,53 @@ "str", "'__string__'" ], - "asctime": "2019-12-27 21:48:47,956", - "created": 1577479727.9569175, + "asctime": "2020-12-21 01:50:08,703", + "created": 1608511808.7038321, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'str' from source instance ('__string__')", "module": "__init__", - "msecs": 956.9175243377686, + "msecs": 703.8321495056152, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 243.97540092468262, + "relativeCreated": 159.3935489654541, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,957", - "created": 1577479727.9573789, + "asctime": "2020-12-21 01:50:08,704", + "created": 1608511808.7042663, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json)", "module": "__init__", - "msecs": 957.3788642883301, + "msecs": 704.2663097381592, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 244.43674087524414, + "relativeCreated": 159.82770919799805, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -15338,53 +15338,53 @@ "unicode", "'__unicode__'" ], - "asctime": "2019-12-27 21:48:47,957", - "created": 1577479727.9577348, + "asctime": "2020-12-21 01:50:08,704", + "created": 1608511808.704654, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'unicode' from source instance ('__unicode__')", "module": "__init__", - "msecs": 957.7348232269287, + "msecs": 704.6539783477783, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 244.79269981384277, + "relativeCreated": 160.2153778076172, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,958", - "created": 1577479727.9581842, + "asctime": "2020-12-21 01:50:08,705", + "created": 1608511808.7050438, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json)", "module": "__init__", - "msecs": 958.1842422485352, + "msecs": 705.0437927246094, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 245.24211883544922, + "relativeCreated": 160.60519218444824, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -15393,53 +15393,53 @@ "integer", "34" ], - "asctime": "2019-12-27 21:48:47,958", - "created": 1577479727.9587052, + "asctime": "2020-12-21 01:50:08,705", + "created": 1608511808.7053761, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'integer' from source instance (34)", "module": "__init__", - "msecs": 958.7051868438721, + "msecs": 705.376148223877, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 245.76306343078613, + "relativeCreated": 160.93754768371582, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,959", - "created": 1577479727.9593003, + "asctime": "2020-12-21 01:50:08,705", + "created": 1608511808.7056897, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json)", "module": "__init__", - "msecs": 959.3002796173096, + "msecs": 705.6896686553955, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 246.35815620422363, + "relativeCreated": 161.25106811523438, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -15448,53 +15448,53 @@ "float", "2.71828" ], - "asctime": "2019-12-27 21:48:47,959", - "created": 1577479727.9597774, + "asctime": "2020-12-21 01:50:08,706", + "created": 1608511808.7060034, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'float' from source instance (2.71828)", "module": "__init__", - "msecs": 959.7773551940918, + "msecs": 706.0034275054932, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 246.83523178100586, + "relativeCreated": 161.56482696533203, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,960", - "created": 1577479727.9604533, + "asctime": "2020-12-21 01:50:08,706", + "created": 1608511808.7063556, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json)", "module": "__init__", - "msecs": 960.4532718658447, + "msecs": 706.3555717468262, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 247.5111484527588, + "relativeCreated": 161.91697120666504, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -15503,53 +15503,53 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2019-12-27 21:48:47,961", - "created": 1577479727.9610004, + "asctime": "2020-12-21 01:50:08,706", + "created": 1608511808.7065885, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'list' from source instance (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 961.0004425048828, + "msecs": 706.5885066986084, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 248.05831909179688, + "relativeCreated": 162.14990615844727, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,961", - "created": 1577479727.9614096, + "asctime": "2020-12-21 01:50:08,706", + "created": 1608511808.7069106, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json)", "module": "__init__", - "msecs": 961.4095687866211, + "msecs": 706.9106101989746, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 248.46744537353516, + "relativeCreated": 162.47200965881348, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -15558,53 +15558,53 @@ "dict", "{'1': '1', '2': 2, '3': 'three', '4': '4'}" ], - "asctime": "2019-12-27 21:48:47,961", - "created": 1577479727.9617436, + "asctime": "2020-12-21 01:50:08,707", + "created": 1608511808.707112, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'dict' from source instance ({'1': '1', '2': 2, '3': 'three', '4': '4'})", "module": "__init__", - "msecs": 961.7435932159424, + "msecs": 707.1120738983154, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 248.80146980285645, + "relativeCreated": 162.6734733581543, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,962", - "created": 1577479727.9623559, + "asctime": "2020-12-21 01:50:08,707", + "created": 1608511808.7073863, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json)", "module": "__init__", - "msecs": 962.3558521270752, + "msecs": 707.3862552642822, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 249.41372871398926, + "relativeCreated": 162.9476547241211, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -15613,8 +15613,8 @@ "{ 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } }", "" ], - "asctime": "2019-12-27 21:48:47,963", - "created": 1577479727.9630287, + "asctime": "2020-12-21 01:50:08,707", + "created": 1608511808.7076135, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15624,15 +15624,15 @@ "lineno": 22, "message": "Result (Instance data after increasing data_version): { 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } } ()", "module": "test", - "msecs": 963.0286693572998, + "msecs": 707.613468170166, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 250.08654594421387, + "relativeCreated": 163.17486763000488, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -15641,8 +15641,8 @@ "{ 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } }", "" ], - "asctime": "2019-12-27 21:48:47,963", - "created": 1577479727.9632835, + "asctime": "2020-12-21 01:50:08,707", + "created": 1608511808.707728, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15652,41 +15652,41 @@ "lineno": 26, "message": "Expectation (Instance data after increasing data_version): result = { 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } } ()", "module": "test", - "msecs": 963.2835388183594, + "msecs": 707.7279090881348, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 250.34141540527344, + "relativeCreated": 163.28930854797363, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 963.6213779449463, + "msecs": 707.8871726989746, "msg": "Instance data after increasing data_version is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 250.67925453186035, + "relativeCreated": 163.44857215881348, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.00033783912658691406 + "time_consumption": 0.00015926361083984375 } ], - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.009285688400268555, - "time_finished": "2019-12-27 21:48:47,963", - "time_start": "2019-12-27 21:48:47,954" + "time_consumption": 0.007329702377319336, + "time_finished": "2020-12-21 01:50:08,707", + "time_start": "2020-12-21 01:50:08,700" }, "caching.property_cache_json: Test internal key usage": { "args": null, - "asctime": "2019-12-27 21:48:47,980", - "created": 1577479727.980656, + "asctime": "2020-12-21 01:50:08,734", + "created": 1608511808.734762, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15697,13 +15697,13 @@ "message": "caching.property_cache_json: Test internal key usage", "module": "__init__", "moduleLogger": [], - "msecs": 980.6559085845947, + "msecs": 734.7619533538818, "msg": "caching.property_cache_json: Test internal key usage", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7956, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 267.7137851715088, + "relativeCreated": 190.3233528137207, "stack_info": null, "testcaseLogger": [ { @@ -15711,8 +15711,8 @@ "property_cache_json", "True" ], - "asctime": "2019-12-27 21:48:47,982", - "created": 1577479727.9820487, + "asctime": "2020-12-21 01:50:08,735", + "created": 1608511808.7353196, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -15725,8 +15725,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:47,980", - "created": 1577479727.9808366, + "asctime": "2020-12-21 01:50:08,734", + "created": 1608511808.734851, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -15736,23 +15736,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 980.8366298675537, + "msecs": 734.8508834838867, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 267.8945064544678, + "relativeCreated": 190.4122829437256, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/internal_keys_test.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.json" ], - "asctime": "2019-12-27 21:48:47,981", - "created": 1577479727.9810035, + "asctime": "2020-12-21 01:50:08,734", + "created": 1608511808.7349293, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -15760,43 +15760,43 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/internal_keys_test.json as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.json as cache file.", "module": "test_helpers", - "msecs": 981.0035228729248, + "msecs": 734.9293231964111, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 268.06139945983887, + "relativeCreated": 190.49072265625, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2019-12-27 21:48:47,981", - "created": 1577479727.981196, + "asctime": "2020-12-21 01:50:08,735", + "created": 1608511808.7350087, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 228, + "lineno": 231, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 981.1959266662598, + "msecs": 735.008716583252, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 268.2538032531738, + "relativeCreated": 190.57011604309082, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -15804,74 +15804,74 @@ "JsonCache:", "['_property_cache_uid_', '__property_cache_uid_', '_property_cache_data_version_', '__property_cache_data_version_']" ], - "asctime": "2019-12-27 21:48:47,981", - "created": 1577479727.9813166, + "asctime": "2020-12-21 01:50:08,735", + "created": 1608511808.7350643, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "JsonCache: Loading all data from source - ['_property_cache_uid_', '__property_cache_uid_', '_property_cache_data_version_', '__property_cache_data_version_']", "module": "__init__", - "msecs": 981.3165664672852, + "msecs": 735.0642681121826, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 268.3744430541992, + "relativeCreated": 190.62566757202148, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/internal_keys_test.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.json" ], - "asctime": "2019-12-27 21:48:47,981", - "created": 1577479727.9818256, + "asctime": "2020-12-21 01:50:08,735", + "created": 1608511808.7352378, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/internal_keys_test.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.json)", "module": "__init__", - "msecs": 981.825590133667, + "msecs": 735.2378368377686, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 268.88346672058105, + "relativeCreated": 190.79923629760742, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 982.048749923706, + "msecs": 735.3196144104004, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 269.1066265106201, + "relativeCreated": 190.88101387023926, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.0002231597900390625 + "time_consumption": 8.177757263183594e-05 }, { "args": [ "property_cache_json" ], - "asctime": "2019-12-27 21:48:47,982", - "created": 1577479727.982763, + "asctime": "2020-12-21 01:50:08,735", + "created": 1608511808.7356293, "exc_info": null, "exc_text": null, "filename": "test_internal_keys.py", @@ -15885,36 +15885,36 @@ { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/internal_keys_test.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.json" ], - "asctime": "2019-12-27 21:48:47,982", - "created": 1577479727.9824693, + "asctime": "2020-12-21 01:50:08,735", + "created": 1608511808.7354822, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 225, - "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/internal_keys_test.json)", + "lineno": 228, + "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.json)", "module": "__init__", - "msecs": 982.4693202972412, + "msecs": 735.4822158813477, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 269.5271968841553, + "relativeCreated": 191.04361534118652, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "{'___property_cache_data_version_': 'no second data version', '___property_cache_uid_': 'no second uid', '__property_cache_data_version_': 'no data version', '__property_cache_uid_': 'no uid', '_property_cache_data_version_': 1, '_property_cache_uid_': 'my_unique_id'}" ], - "asctime": "2019-12-27 21:48:47,982", - "created": 1577479727.9825866, + "asctime": "2020-12-21 01:50:08,735", + "created": 1608511808.7355468, "exc_info": null, "exc_text": null, "filename": "test_internal_keys.py", @@ -15924,15 +15924,15 @@ "lineno": 20, "message": "Using storage object of cache class for comparison: {'___property_cache_data_version_': 'no second data version', '___property_cache_uid_': 'no second uid', '__property_cache_data_version_': 'no data version', '__property_cache_uid_': 'no uid', '_property_cache_data_version_': 1, '_property_cache_uid_': 'my_unique_id'}", "module": "test_internal_keys", - "msecs": 982.5866222381592, + "msecs": 735.5468273162842, "msg": "Using storage object of cache class for comparison: %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_internal_keys.py", - "process": 7956, + "pathname": "src/tests/test_internal_keys.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 269.64449882507324, + "relativeCreated": 191.10822677612305, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -15940,8 +15940,8 @@ "_property_cache_data_version_", "_property_cache_uid_" ], - "asctime": "2019-12-27 21:48:47,982", - "created": 1577479727.9827, + "asctime": "2020-12-21 01:50:08,735", + "created": 1608511808.7355926, "exc_info": null, "exc_text": null, "filename": "test_internal_keys.py", @@ -15951,37 +15951,37 @@ "lineno": 21, "message": "Deleting overhead keys: _property_cache_data_version_, _property_cache_uid_", "module": "test_internal_keys", - "msecs": 982.7001094818115, + "msecs": 735.5926036834717, "msg": "Deleting overhead keys: %s, %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_internal_keys.py", - "process": 7956, + "pathname": "src/tests/test_internal_keys.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 269.7579860687256, + "relativeCreated": 191.15400314331055, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 982.7630519866943, + "msecs": 735.6293201446533, "msg": "Extracting storage object from %s for comparison.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_internal_keys.py", - "process": 7956, + "pathname": "src/tests/test_internal_keys.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 269.8209285736084, + "relativeCreated": 191.1907196044922, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 6.29425048828125e-05 + "time_consumption": 3.6716461181640625e-05 }, { "args": [ "{'___property_cache_data_version_': 'no second data version', '___property_cache_uid_': 'no second uid', '__property_cache_data_version_': 'no data version', '__property_cache_uid_': 'no uid'}", "" ], - "asctime": "2019-12-27 21:48:47,983", - "created": 1577479727.983213, + "asctime": "2020-12-21 01:50:08,735", + "created": 1608511808.7358305, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15998,8 +15998,8 @@ "{ '___property_cache_data_version_': 'no second data version', '___property_cache_uid_': 'no second uid', '__property_cache_data_version_': 'no data version', '__property_cache_uid_': 'no uid' }", "" ], - "asctime": "2019-12-27 21:48:47,982", - "created": 1577479727.9829535, + "asctime": "2020-12-21 01:50:08,735", + "created": 1608511808.7357156, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16009,15 +16009,15 @@ "lineno": 22, "message": "Result (Cache): { '___property_cache_data_version_': 'no second data version', '___property_cache_uid_': 'no second uid', '__property_cache_data_version_': 'no data version', '__property_cache_uid_': 'no uid' } ()", "module": "test", - "msecs": 982.9535484313965, + "msecs": 735.7156276702881, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 270.01142501831055, + "relativeCreated": 191.27702713012695, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -16026,8 +16026,8 @@ "{ '__property_cache_uid_': 'no uid', '___property_cache_uid_': 'no second uid', '__property_cache_data_version_': 'no data version', '___property_cache_data_version_': 'no second data version' }", "" ], - "asctime": "2019-12-27 21:48:47,983", - "created": 1577479727.9830666, + "asctime": "2020-12-21 01:50:08,735", + "created": 1608511808.7357638, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16037,37 +16037,37 @@ "lineno": 26, "message": "Expectation (Cache): result = { '__property_cache_uid_': 'no uid', '___property_cache_uid_': 'no second uid', '__property_cache_data_version_': 'no data version', '___property_cache_data_version_': 'no second data version' } ()", "module": "test", - "msecs": 983.0665588378906, + "msecs": 735.7637882232666, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 270.1244354248047, + "relativeCreated": 191.32518768310547, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 983.212947845459, + "msecs": 735.830545425415, "msg": "Cache is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 270.27082443237305, + "relativeCreated": 191.3919448852539, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.00014638900756835938 + "time_consumption": 6.67572021484375e-05 }, { "args": [ "5", "" ], - "asctime": "2019-12-27 21:48:47,983", - "created": 1577479727.9834547, + "asctime": "2020-12-21 01:50:08,735", + "created": 1608511808.7359838, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16084,8 +16084,8 @@ "5", "" ], - "asctime": "2019-12-27 21:48:47,983", - "created": 1577479727.9833298, + "asctime": "2020-12-21 01:50:08,735", + "created": 1608511808.7359042, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16095,15 +16095,15 @@ "lineno": 22, "message": "Result (Keyfilter returnvalue for 5 ()): 5 ()", "module": "test", - "msecs": 983.3297729492188, + "msecs": 735.9042167663574, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 270.3876495361328, + "relativeCreated": 191.4656162261963, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -16112,8 +16112,8 @@ "5", "" ], - "asctime": "2019-12-27 21:48:47,983", - "created": 1577479727.9833913, + "asctime": "2020-12-21 01:50:08,735", + "created": 1608511808.7359464, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16123,41 +16123,41 @@ "lineno": 26, "message": "Expectation (Keyfilter returnvalue for 5 ()): result = 5 ()", "module": "test", - "msecs": 983.391284942627, + "msecs": 735.9464168548584, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 270.449161529541, + "relativeCreated": 191.50781631469727, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 983.454704284668, + "msecs": 735.9838485717773, "msg": "Keyfilter returnvalue for 5 () is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 270.51258087158203, + "relativeCreated": 191.5452480316162, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 6.341934204101562e-05 + "time_consumption": 3.743171691894531e-05 } ], - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.002798795700073242, - "time_finished": "2019-12-27 21:48:47,983", - "time_start": "2019-12-27 21:48:47,980" + "time_consumption": 0.0012218952178955078, + "time_finished": "2020-12-21 01:50:08,735", + "time_start": "2020-12-21 01:50:08,734" }, "caching.property_cache_json: Test partially initialisation of JSON-Cache-Object": { "args": null, - "asctime": "2019-12-27 21:48:47,924", - "created": 1577479727.924668, + "asctime": "2020-12-21 01:50:08,679", + "created": 1608511808.6797981, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16168,13 +16168,13 @@ "message": "caching.property_cache_json: Test partially initialisation of JSON-Cache-Object", "module": "__init__", "moduleLogger": [], - "msecs": 924.6680736541748, + "msecs": 679.7981262207031, "msg": "caching.property_cache_json: Test partially initialisation of JSON-Cache-Object", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7956, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 211.72595024108887, + "relativeCreated": 135.359525680542, "stack_info": null, "testcaseLogger": [ { @@ -16182,8 +16182,8 @@ "property_cache_json", "False" ], - "asctime": "2019-12-27 21:48:47,925", - "created": 1577479727.9250605, + "asctime": "2020-12-21 01:50:08,682", + "created": 1608511808.6821048, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -16196,8 +16196,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:47,924", - "created": 1577479727.9247422, + "asctime": "2020-12-21 01:50:08,680", + "created": 1608511808.6801035, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -16207,23 +16207,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 924.7422218322754, + "msecs": 680.1035404205322, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 211.80009841918945, + "relativeCreated": 135.6649398803711, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,924", - "created": 1577479727.9248123, + "asctime": "2020-12-21 01:50:08,680", + "created": 1608511808.680404, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -16231,89 +16231,89 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.json as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json as cache file.", "module": "test_helpers", - "msecs": 924.8123168945312, + "msecs": 680.4039478302002, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 211.8701934814453, + "relativeCreated": 135.96534729003906, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2019-12-27 21:48:47,924", - "created": 1577479727.9248714, + "asctime": "2020-12-21 01:50:08,680", + "created": 1608511808.6806915, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 228, + "lineno": 231, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 924.8714447021484, + "msecs": 680.6914806365967, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 211.9293212890625, + "relativeCreated": 136.25288009643555, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,924", - "created": 1577479727.924994, + "asctime": "2020-12-21 01:50:08,681", + "created": 1608511808.6816292, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json)", "module": "__init__", - "msecs": 924.9939918518066, + "msecs": 681.6291809082031, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 212.0518684387207, + "relativeCreated": 137.190580368042, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 925.060510635376, + "msecs": 682.1048259735107, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 212.11838722229004, + "relativeCreated": 137.6662254333496, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 6.651878356933594e-05 + "time_consumption": 0.0004756450653076172 }, { "args": [], - "asctime": "2019-12-27 21:48:47,930", - "created": 1577479727.9300435, + "asctime": "2020-12-21 01:50:08,686", + "created": 1608511808.6860256, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -16330,53 +16330,53 @@ "str", "'string'" ], - "asctime": "2019-12-27 21:48:47,925", - "created": 1577479727.9251256, + "asctime": "2020-12-21 01:50:08,682", + "created": 1608511808.6826262, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'str' from source instance ('string')", "module": "__init__", - "msecs": 925.1255989074707, + "msecs": 682.6262474060059, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 212.18347549438477, + "relativeCreated": 138.18764686584473, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,925", - "created": 1577479727.9252398, + "asctime": "2020-12-21 01:50:08,683", + "created": 1608511808.6831315, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json)", "module": "__init__", - "msecs": 925.2398014068604, + "msecs": 683.1314563751221, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 212.2976779937744, + "relativeCreated": 138.69285583496094, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -16385,53 +16385,53 @@ "unicode", "'unicode'" ], - "asctime": "2019-12-27 21:48:47,925", - "created": 1577479727.9253454, + "asctime": "2020-12-21 01:50:08,683", + "created": 1608511808.6835783, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'unicode' from source instance ('unicode')", "module": "__init__", - "msecs": 925.3454208374023, + "msecs": 683.5782527923584, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 212.4032974243164, + "relativeCreated": 139.13965225219727, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,927", - "created": 1577479727.9278483, + "asctime": "2020-12-21 01:50:08,683", + "created": 1608511808.6839488, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json)", "module": "__init__", - "msecs": 927.8483390808105, + "msecs": 683.9487552642822, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 214.9062156677246, + "relativeCreated": 139.5101547241211, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -16440,74 +16440,74 @@ "integer", "17" ], - "asctime": "2019-12-27 21:48:47,928", - "created": 1577479727.928485, + "asctime": "2020-12-21 01:50:08,684", + "created": 1608511808.6844418, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "JsonCache: Loading property for 'integer' from source instance (17)", "module": "__init__", - "msecs": 928.4849166870117, + "msecs": 684.4418048858643, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 215.54279327392578, + "relativeCreated": 140.00320434570312, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,929", - "created": 1577479727.929041, + "asctime": "2020-12-21 01:50:08,685", + "created": 1608511808.6857414, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 234, - "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.json)", + "lineno": 237, + "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json)", "module": "__init__", - "msecs": 929.0409088134766, + "msecs": 685.7414245605469, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 216.09878540039062, + "relativeCreated": 141.30282402038574, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 930.0434589385986, + "msecs": 686.0256195068359, "msg": "Partially initialising cache object by requesting some information.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_no_load_on_init.py", - "process": 7956, + "pathname": "src/tests/test_no_load_on_init.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 217.1013355255127, + "relativeCreated": 141.5870189666748, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.0010025501251220703 + "time_consumption": 0.0002841949462890625 }, { "args": [ "property_cache_json" ], - "asctime": "2019-12-27 21:48:47,933", - "created": 1577479727.9335427, + "asctime": "2020-12-21 01:50:08,686", + "created": 1608511808.6867073, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -16521,36 +16521,36 @@ { "args": [ "JsonCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json" ], - "asctime": "2019-12-27 21:48:47,931", - "created": 1577479727.9313648, + "asctime": "2020-12-21 01:50:08,686", + "created": 1608511808.6864681, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 225, - "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.json)", + "lineno": 228, + "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json)", "module": "__init__", - "msecs": 931.3647747039795, + "msecs": 686.4681243896484, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 218.42265129089355, + "relativeCreated": 142.0295238494873, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "{'_property_cache_data_version_': 1, '_property_cache_uid_': 'my_unique_id', 'integer': 17, 'str': 'string', 'unicode': 'unicode'}" ], - "asctime": "2019-12-27 21:48:47,933", - "created": 1577479727.9330623, + "asctime": "2020-12-21 01:50:08,686", + "created": 1608511808.6865668, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -16560,15 +16560,15 @@ "lineno": 23, "message": "Using storage object of cache class for comparison: {'_property_cache_data_version_': 1, '_property_cache_uid_': 'my_unique_id', 'integer': 17, 'str': 'string', 'unicode': 'unicode'}", "module": "test_no_load_on_init", - "msecs": 933.0623149871826, + "msecs": 686.5668296813965, "msg": "Using storage object of cache class for comparison: %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_no_load_on_init.py", - "process": 7956, + "pathname": "src/tests/test_no_load_on_init.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 220.12019157409668, + "relativeCreated": 142.12822914123535, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -16576,8 +16576,8 @@ "_property_cache_data_version_", "_property_cache_uid_" ], - "asctime": "2019-12-27 21:48:47,933", - "created": 1577479727.933344, + "asctime": "2020-12-21 01:50:08,686", + "created": 1608511808.6866546, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -16587,37 +16587,37 @@ "lineno": 24, "message": "Deleting overhead keys: _property_cache_data_version_, _property_cache_uid_", "module": "test_no_load_on_init", - "msecs": 933.3438873291016, + "msecs": 686.6545677185059, "msg": "Deleting overhead keys: %s, %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_no_load_on_init.py", - "process": 7956, + "pathname": "src/tests/test_no_load_on_init.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 220.40176391601562, + "relativeCreated": 142.21596717834473, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 933.5427284240723, + "msecs": 686.7072582244873, "msg": "Extracting storage object from %s for comparison.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_no_load_on_init.py", - "process": 7956, + "pathname": "src/tests/test_no_load_on_init.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 220.60060501098633, + "relativeCreated": 142.26865768432617, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.00019884109497070312 + "time_consumption": 5.269050598144531e-05 }, { "args": [ "{'integer': 17, 'str': 'string', 'unicode': 'unicode'}", "" ], - "asctime": "2019-12-27 21:48:47,934", - "created": 1577479727.9348218, + "asctime": "2020-12-21 01:50:08,686", + "created": 1608511808.6869993, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16634,8 +16634,8 @@ "{ 'integer': 17, 'str': 'string', 'unicode': 'unicode' }", "" ], - "asctime": "2019-12-27 21:48:47,934", - "created": 1577479727.934161, + "asctime": "2020-12-21 01:50:08,686", + "created": 1608511808.6868558, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16645,15 +16645,15 @@ "lineno": 22, "message": "Result (Cache object): { 'integer': 17, 'str': 'string', 'unicode': 'unicode' } ()", "module": "test", - "msecs": 934.1609477996826, + "msecs": 686.8557929992676, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 221.21882438659668, + "relativeCreated": 142.41719245910645, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -16662,8 +16662,8 @@ "{ 'str': 'string', 'unicode': 'unicode', 'integer': 17 }", "" ], - "asctime": "2019-12-27 21:48:47,934", - "created": 1577479727.9344916, + "asctime": "2020-12-21 01:50:08,686", + "created": 1608511808.6869237, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16673,41 +16673,41 @@ "lineno": 26, "message": "Expectation (Cache object): result = { 'str': 'string', 'unicode': 'unicode', 'integer': 17 } ()", "module": "test", - "msecs": 934.4916343688965, + "msecs": 686.9237422943115, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 221.54951095581055, + "relativeCreated": 142.4851417541504, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 934.8218441009521, + "msecs": 686.9993209838867, "msg": "Cache object is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 221.8797206878662, + "relativeCreated": 142.5607204437256, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.00033020973205566406 + "time_consumption": 7.557868957519531e-05 } ], - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.010153770446777344, - "time_finished": "2019-12-27 21:48:47,934", - "time_start": "2019-12-27 21:48:47,924" + "time_consumption": 0.007201194763183594, + "time_finished": "2020-12-21 01:50:08,686", + "time_start": "2020-12-21 01:50:08,679" }, "caching.property_cache_pickle: Test cached data (full init)": { "args": null, - "asctime": "2019-12-27 21:48:47,989", - "created": 1577479727.9891186, + "asctime": "2020-12-21 01:50:08,738", + "created": 1608511808.7385943, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16718,13 +16718,13 @@ "message": "caching.property_cache_pickle: Test cached data (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 989.1185760498047, + "msecs": 738.5942935943604, "msg": "caching.property_cache_pickle: Test cached data (full init)", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7956, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 276.17645263671875, + "relativeCreated": 194.15569305419922, "stack_info": null, "testcaseLogger": [ { @@ -16732,8 +16732,8 @@ "property_cache_pickle", "True" ], - "asctime": "2019-12-27 21:48:47,989", - "created": 1577479727.9899492, + "asctime": "2020-12-21 01:50:08,739", + "created": 1608511808.7392313, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -16746,8 +16746,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:47,989", - "created": 1577479727.9892282, + "asctime": "2020-12-21 01:50:08,738", + "created": 1608511808.7386777, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -16757,23 +16757,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 989.2282485961914, + "msecs": 738.6777400970459, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 276.28612518310547, + "relativeCreated": 194.23913955688477, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:47,989", - "created": 1577479727.9893339, + "asctime": "2020-12-21 01:50:08,738", + "created": 1608511808.7387638, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -16781,43 +16781,43 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_load_on_init.pkl as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.pkl as cache file.", "module": "test_helpers", - "msecs": 989.3338680267334, + "msecs": 738.7638092041016, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 276.39174461364746, + "relativeCreated": 194.32520866394043, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2019-12-27 21:48:47,989", - "created": 1577479727.9894848, + "asctime": "2020-12-21 01:50:08,738", + "created": 1608511808.738887, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 145, + "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 989.4847869873047, + "msecs": 738.8870716094971, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 276.54266357421875, + "relativeCreated": 194.44847106933594, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -16825,72 +16825,72 @@ "PickCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2019-12-27 21:48:47,989", - "created": 1577479727.9895606, + "asctime": "2020-12-21 01:50:08,738", + "created": 1608511808.7389967, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "PickCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 989.560604095459, + "msecs": 738.9967441558838, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 276.61848068237305, + "relativeCreated": 194.55814361572266, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:47,989", - "created": 1577479727.9898334, + "asctime": "2020-12-21 01:50:08,739", + "created": 1608511808.7391431, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.pkl)", "module": "__init__", - "msecs": 989.8333549499512, + "msecs": 739.1431331634521, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 276.89123153686523, + "relativeCreated": 194.70453262329102, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 989.9492263793945, + "msecs": 739.2313480377197, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 277.0071029663086, + "relativeCreated": 194.7927474975586, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.00011587142944335938 + "time_consumption": 8.821487426757812e-05 }, { "args": [], - "asctime": "2019-12-27 21:48:47,990", - "created": 1577479727.9907923, + "asctime": "2020-12-21 01:50:08,739", + "created": 1608511808.7399142, "exc_info": null, "exc_text": null, "filename": "test_cached_data.py", @@ -16904,28 +16904,28 @@ { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:47,990", - "created": 1577479727.9901733, + "asctime": "2020-12-21 01:50:08,739", + "created": 1608511808.739459, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 142, - "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_load_on_init.pkl)", + "lineno": 145, + "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.pkl)", "module": "__init__", - "msecs": 990.17333984375, + "msecs": 739.4590377807617, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 277.23121643066406, + "relativeCreated": 195.0204372406006, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -16934,26 +16934,26 @@ "str", "'string'" ], - "asctime": "2019-12-27 21:48:47,990", - "created": 1577479727.9902687, + "asctime": "2020-12-21 01:50:08,739", + "created": 1608511808.739563, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'str' from cache ('string')", "module": "__init__", - "msecs": 990.2687072753906, + "msecs": 739.56298828125, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 277.3265838623047, + "relativeCreated": 195.12438774108887, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -16962,26 +16962,26 @@ "unicode", "'unicode'" ], - "asctime": "2019-12-27 21:48:47,990", - "created": 1577479727.990354, + "asctime": "2020-12-21 01:50:08,739", + "created": 1608511808.7396293, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'unicode' from cache ('unicode')", "module": "__init__", - "msecs": 990.354061126709, + "msecs": 739.6292686462402, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 277.41193771362305, + "relativeCreated": 195.1906681060791, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -16990,26 +16990,26 @@ "integer", "17" ], - "asctime": "2019-12-27 21:48:47,990", - "created": 1577479727.9904299, + "asctime": "2020-12-21 01:50:08,739", + "created": 1608511808.7396853, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'integer' from cache (17)", "module": "__init__", - "msecs": 990.4298782348633, + "msecs": 739.6852970123291, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 277.48775482177734, + "relativeCreated": 195.24669647216797, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -17018,26 +17018,26 @@ "float", "3.14159" ], - "asctime": "2019-12-27 21:48:47,990", - "created": 1577479727.9905193, + "asctime": "2020-12-21 01:50:08,739", + "created": 1608511808.7397301, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'float' from cache (3.14159)", "module": "__init__", - "msecs": 990.5192852020264, + "msecs": 739.7301197052002, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 277.57716178894043, + "relativeCreated": 195.29151916503906, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -17046,26 +17046,26 @@ "list", "[1, 'two', '3', 4]" ], - "asctime": "2019-12-27 21:48:47,990", - "created": 1577479727.9905922, + "asctime": "2020-12-21 01:50:08,739", + "created": 1608511808.73978, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'list' from cache ([1, 'two', '3', 4])", "module": "__init__", - "msecs": 990.5922412872314, + "msecs": 739.7799491882324, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 277.6501178741455, + "relativeCreated": 195.3413486480713, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -17074,26 +17074,26 @@ "dict", "{'1': 1, '2': 'two', '3': '3', '4': 4}" ], - "asctime": "2019-12-27 21:48:47,990", - "created": 1577479727.9906669, + "asctime": "2020-12-21 01:50:08,739", + "created": 1608511808.739824, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'dict' from cache ({'1': 1, '2': 'two', '3': '3', '4': 4})", "module": "__init__", - "msecs": 990.6668663024902, + "msecs": 739.8240566253662, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 277.7247428894043, + "relativeCreated": 195.38545608520508, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -17101,48 +17101,48 @@ "PickCache:", "uncached" ], - "asctime": "2019-12-27 21:48:47,990", - "created": 1577479727.9907348, + "asctime": "2020-12-21 01:50:08,739", + "created": 1608511808.7398782, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "INFO", "levelno": 20, - "lineno": 113, + "lineno": 116, "message": "PickCache: Key 'uncached' is not in cached_keys. Uncached data will be returned.", "module": "__init__", - "msecs": 990.7348155975342, + "msecs": 739.8781776428223, "msg": "%s Key '%s' is not in cached_keys. Uncached data will be returned.", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 277.79269218444824, + "relativeCreated": 195.43957710266113, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 990.7922744750977, + "msecs": 739.9141788482666, "msg": "Collecting data from cache instance.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_cached_data.py", - "process": 7956, + "pathname": "src/tests/test_cached_data.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 277.8501510620117, + "relativeCreated": 195.47557830810547, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 5.745887756347656e-05 + "time_consumption": 3.600120544433594e-05 }, { "args": [ "{'str': 'string', 'unicode': 'unicode', 'integer': 17, 'float': 3.14159, 'list': [1, 'two', '3', 4], 'dict': {'1': 1, '2': 'two', '3': '3', '4': 4}, 'uncached': 'uncached_data_of_class'}", "" ], - "asctime": "2019-12-27 21:48:47,991", - "created": 1577479727.9911356, + "asctime": "2020-12-21 01:50:08,740", + "created": 1608511808.7401633, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17159,8 +17159,8 @@ "{ 'str': 'string', 'unicode': 'unicode', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'dict': { '1': 1, '2': 'two', '3': '3', '4': 4 }, 'uncached': 'uncached_data_of_class' }", "" ], - "asctime": "2019-12-27 21:48:47,990", - "created": 1577479727.990928, + "asctime": "2020-12-21 01:50:08,740", + "created": 1608511808.7400086, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17170,15 +17170,15 @@ "lineno": 22, "message": "Result (Cached data): { 'str': 'string', 'unicode': 'unicode', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'dict': { '1': 1, '2': 'two', '3': '3', '4': 4 }, 'uncached': 'uncached_data_of_class' } ()", "module": "test", - "msecs": 990.9279346466064, + "msecs": 740.0085926055908, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 277.9858112335205, + "relativeCreated": 195.5699920654297, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -17187,8 +17187,8 @@ "{ 'str': 'string', 'unicode': 'unicode', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'dict': { '1': 1, '2': 'two', '3': '3', '4': 4 }, 'uncached': 'uncached_data_of_class' }", "" ], - "asctime": "2019-12-27 21:48:47,991", - "created": 1577479727.9910443, + "asctime": "2020-12-21 01:50:08,740", + "created": 1608511808.7400694, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17198,41 +17198,41 @@ "lineno": 26, "message": "Expectation (Cached data): result = { 'str': 'string', 'unicode': 'unicode', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'dict': { '1': 1, '2': 'two', '3': '3', '4': 4 }, 'uncached': 'uncached_data_of_class' } ()", "module": "test", - "msecs": 991.044282913208, + "msecs": 740.0693893432617, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 278.10215950012207, + "relativeCreated": 195.6307888031006, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 991.1355972290039, + "msecs": 740.1633262634277, "msg": "Cached data is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 278.19347381591797, + "relativeCreated": 195.7247257232666, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 9.131431579589844e-05 + "time_consumption": 9.393692016601562e-05 } ], - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.0020170211791992188, - "time_finished": "2019-12-27 21:48:47,991", - "time_start": "2019-12-27 21:48:47,989" + "time_consumption": 0.0015690326690673828, + "time_finished": "2020-12-21 01:50:08,740", + "time_start": "2020-12-21 01:50:08,738" }, "caching.property_cache_pickle: Test cached data (partially init)": { "args": null, - "asctime": "2019-12-27 21:48:47,991", - "created": 1577479727.9912245, + "asctime": "2020-12-21 01:50:08,740", + "created": 1608511808.7402813, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17243,13 +17243,13 @@ "message": "caching.property_cache_pickle: Test cached data (partially init)", "module": "__init__", "moduleLogger": [], - "msecs": 991.2245273590088, + "msecs": 740.281343460083, "msg": "caching.property_cache_pickle: Test cached data (partially init)", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7956, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 278.28240394592285, + "relativeCreated": 195.84274291992188, "stack_info": null, "testcaseLogger": [ { @@ -17257,8 +17257,8 @@ "property_cache_pickle", "True" ], - "asctime": "2019-12-27 21:48:47,991", - "created": 1577479727.9916193, + "asctime": "2020-12-21 01:50:08,740", + "created": 1608511808.7406907, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -17271,8 +17271,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:47,991", - "created": 1577479727.9912903, + "asctime": "2020-12-21 01:50:08,740", + "created": 1608511808.7403643, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -17282,23 +17282,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 991.2903308868408, + "msecs": 740.3643131256104, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 278.3482074737549, + "relativeCreated": 195.92571258544922, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:47,991", - "created": 1577479727.9913502, + "asctime": "2020-12-21 01:50:08,740", + "created": 1608511808.740434, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -17306,43 +17306,43 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl as cache file.", "module": "test_helpers", - "msecs": 991.3501739501953, + "msecs": 740.433931350708, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 278.4080505371094, + "relativeCreated": 195.99533081054688, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2019-12-27 21:48:47,991", - "created": 1577479727.9914126, + "asctime": "2020-12-21 01:50:08,740", + "created": 1608511808.7404926, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 145, + "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 991.4126396179199, + "msecs": 740.492582321167, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 278.470516204834, + "relativeCreated": 196.05398178100586, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -17350,72 +17350,72 @@ "PickCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2019-12-27 21:48:47,991", - "created": 1577479727.9914596, + "asctime": "2020-12-21 01:50:08,740", + "created": 1608511808.7405362, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "PickCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 991.4596080780029, + "msecs": 740.5362129211426, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 278.517484664917, + "relativeCreated": 196.09761238098145, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:47,991", - "created": 1577479727.9915576, + "asctime": "2020-12-21 01:50:08,740", + "created": 1608511808.7406313, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 991.5575981140137, + "msecs": 740.6313419342041, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 278.61547470092773, + "relativeCreated": 196.19274139404297, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 991.619348526001, + "msecs": 740.6907081604004, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 278.67722511291504, + "relativeCreated": 196.25210762023926, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 6.175041198730469e-05 + "time_consumption": 5.936622619628906e-05 }, { "args": [], - "asctime": "2019-12-27 21:48:47,992", - "created": 1577479727.992065, + "asctime": "2020-12-21 01:50:08,741", + "created": 1608511808.7411354, "exc_info": null, "exc_text": null, "filename": "test_cached_data.py", @@ -17429,28 +17429,28 @@ { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:47,991", - "created": 1577479727.9917223, + "asctime": "2020-12-21 01:50:08,740", + "created": 1608511808.7408001, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 142, - "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl)", + "lineno": 145, + "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 991.7223453521729, + "msecs": 740.800142288208, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 278.7802219390869, + "relativeCreated": 196.36154174804688, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -17459,26 +17459,26 @@ "str", "'string'" ], - "asctime": "2019-12-27 21:48:47,991", - "created": 1577479727.9917731, + "asctime": "2020-12-21 01:50:08,740", + "created": 1608511808.7408495, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'str' from cache ('string')", "module": "__init__", - "msecs": 991.7731285095215, + "msecs": 740.849494934082, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 278.83100509643555, + "relativeCreated": 196.4108943939209, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -17487,26 +17487,26 @@ "unicode", "'unicode'" ], - "asctime": "2019-12-27 21:48:47,991", - "created": 1577479727.9918175, + "asctime": "2020-12-21 01:50:08,740", + "created": 1608511808.7408931, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'unicode' from cache ('unicode')", "module": "__init__", - "msecs": 991.8174743652344, + "msecs": 740.8931255340576, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 278.87535095214844, + "relativeCreated": 196.45452499389648, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -17515,26 +17515,26 @@ "integer", "17" ], - "asctime": "2019-12-27 21:48:47,991", - "created": 1577479727.991862, + "asctime": "2020-12-21 01:50:08,740", + "created": 1608511808.7409348, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'integer' from cache (17)", "module": "__init__", - "msecs": 991.8620586395264, + "msecs": 740.9348487854004, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 278.91993522644043, + "relativeCreated": 196.49624824523926, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -17543,26 +17543,26 @@ "float", "3.14159" ], - "asctime": "2019-12-27 21:48:47,991", - "created": 1577479727.9919128, + "asctime": "2020-12-21 01:50:08,740", + "created": 1608511808.740977, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'float' from cache (3.14159)", "module": "__init__", - "msecs": 991.912841796875, + "msecs": 740.9770488739014, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 278.97071838378906, + "relativeCreated": 196.53844833374023, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -17571,26 +17571,26 @@ "list", "[1, 'two', '3', 4]" ], - "asctime": "2019-12-27 21:48:47,991", - "created": 1577479727.991954, + "asctime": "2020-12-21 01:50:08,741", + "created": 1608511808.7410195, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'list' from cache ([1, 'two', '3', 4])", "module": "__init__", - "msecs": 991.9540882110596, + "msecs": 741.0194873809814, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 279.01196479797363, + "relativeCreated": 196.5808868408203, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -17599,26 +17599,26 @@ "dict", "{'1': 1, '2': 'two', '3': '3', '4': 4}" ], - "asctime": "2019-12-27 21:48:47,991", - "created": 1577479727.991996, + "asctime": "2020-12-21 01:50:08,741", + "created": 1608511808.7410624, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'dict' from cache ({'1': 1, '2': 'two', '3': '3', '4': 4})", "module": "__init__", - "msecs": 991.9960498809814, + "msecs": 741.0624027252197, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 279.0539264678955, + "relativeCreated": 196.6238021850586, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -17626,48 +17626,48 @@ "PickCache:", "uncached" ], - "asctime": "2019-12-27 21:48:47,992", - "created": 1577479727.9920323, + "asctime": "2020-12-21 01:50:08,741", + "created": 1608511808.7411022, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "INFO", "levelno": 20, - "lineno": 113, + "lineno": 116, "message": "PickCache: Key 'uncached' is not in cached_keys. Uncached data will be returned.", "module": "__init__", - "msecs": 992.0322895050049, + "msecs": 741.1022186279297, "msg": "%s Key '%s' is not in cached_keys. Uncached data will be returned.", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 279.09016609191895, + "relativeCreated": 196.66361808776855, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 992.0649528503418, + "msecs": 741.1353588104248, "msg": "Collecting data from cache instance.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_cached_data.py", - "process": 7956, + "pathname": "src/tests/test_cached_data.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 279.12282943725586, + "relativeCreated": 196.69675827026367, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 3.266334533691406e-05 + "time_consumption": 3.314018249511719e-05 }, { "args": [ "{'str': 'string', 'unicode': 'unicode', 'integer': 17, 'float': 3.14159, 'list': [1, 'two', '3', 4], 'dict': {'1': 1, '2': 'two', '3': '3', '4': 4}, 'uncached': 'uncached_data_of_class'}", "" ], - "asctime": "2019-12-27 21:48:47,992", - "created": 1577479727.9922805, + "asctime": "2020-12-21 01:50:08,741", + "created": 1608511808.7413907, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17684,8 +17684,8 @@ "{ 'str': 'string', 'unicode': 'unicode', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'dict': { '1': 1, '2': 'two', '3': '3', '4': 4 }, 'uncached': 'uncached_data_of_class' }", "" ], - "asctime": "2019-12-27 21:48:47,992", - "created": 1577479727.9921393, + "asctime": "2020-12-21 01:50:08,741", + "created": 1608511808.7412198, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17695,15 +17695,15 @@ "lineno": 22, "message": "Result (Cached data): { 'str': 'string', 'unicode': 'unicode', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'dict': { '1': 1, '2': 'two', '3': '3', '4': 4 }, 'uncached': 'uncached_data_of_class' } ()", "module": "test", - "msecs": 992.1393394470215, + "msecs": 741.2197589874268, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 279.19721603393555, + "relativeCreated": 196.78115844726562, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -17712,8 +17712,8 @@ "{ 'str': 'string', 'unicode': 'unicode', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'dict': { '1': 1, '2': 'two', '3': '3', '4': 4 }, 'uncached': 'uncached_data_of_class' }", "" ], - "asctime": "2019-12-27 21:48:47,992", - "created": 1577479727.9921935, + "asctime": "2020-12-21 01:50:08,741", + "created": 1608511808.7412796, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17723,41 +17723,41 @@ "lineno": 26, "message": "Expectation (Cached data): result = { 'str': 'string', 'unicode': 'unicode', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'dict': { '1': 1, '2': 'two', '3': '3', '4': 4 }, 'uncached': 'uncached_data_of_class' } ()", "module": "test", - "msecs": 992.1934604644775, + "msecs": 741.2796020507812, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 279.2513370513916, + "relativeCreated": 196.84100151062012, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 992.2804832458496, + "msecs": 741.3907051086426, "msg": "Cached data is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 279.3383598327637, + "relativeCreated": 196.95210456848145, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 8.702278137207031e-05 + "time_consumption": 0.00011110305786132812 } ], - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.0010559558868408203, - "time_finished": "2019-12-27 21:48:47,992", - "time_start": "2019-12-27 21:48:47,991" + "time_consumption": 0.0011093616485595703, + "time_finished": "2020-12-21 01:50:08,741", + "time_start": "2020-12-21 01:50:08,740" }, "caching.property_cache_pickle: Test execution of save callback (full init)": { "args": null, - "asctime": "2019-12-27 21:48:48,014", - "created": 1577479728.0141697, + "asctime": "2020-12-21 01:50:08,757", + "created": 1608511808.757578, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17768,19 +17768,19 @@ "message": "caching.property_cache_pickle: Test execution of save callback (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 14.169692993164062, + "msecs": 757.5778961181641, "msg": "caching.property_cache_pickle: Test execution of save callback (full init)", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7956, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 301.2275695800781, + "relativeCreated": 213.13929557800293, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:48,014", - "created": 1577479728.0147393, + "asctime": "2020-12-21 01:50:08,757", + "created": 1608511808.7577984, "exc_info": null, "exc_text": null, "filename": "test_save_callback.py", @@ -17791,15 +17791,15 @@ "message": "Installing save_callback, which sets a variable to True on execution.", "module": "test_save_callback", "moduleLogger": [], - "msecs": 14.739274978637695, + "msecs": 757.798433303833, "msg": "Installing save_callback, which sets a variable to True on execution.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_save_callback.py", - "process": 7956, + "pathname": "src/tests/test_save_callback.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 301.79715156555176, + "relativeCreated": 213.35983276367188, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -17808,8 +17808,8 @@ "True", "" ], - "asctime": "2019-12-27 21:48:48,016", - "created": 1577479728.016376, + "asctime": "2020-12-21 01:50:08,758", + "created": 1608511808.7585351, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17823,28 +17823,28 @@ { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/save_callback_load_on_init.json" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/save_callback_load_on_init.json" ], - "asctime": "2019-12-27 21:48:48,015", - "created": 1577479728.015396, + "asctime": "2020-12-21 01:50:08,758", + "created": 1608511808.7580445, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/save_callback_load_on_init.json)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/save_callback_load_on_init.json)", "module": "__init__", - "msecs": 15.3961181640625, + "msecs": 758.0444812774658, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 302.45399475097656, + "relativeCreated": 213.6058807373047, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -17853,8 +17853,8 @@ "True", "" ], - "asctime": "2019-12-27 21:48:48,015", - "created": 1577479728.0159948, + "asctime": "2020-12-21 01:50:08,758", + "created": 1608511808.758334, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17864,15 +17864,15 @@ "lineno": 22, "message": "Result (Save callback execution variable): True ()", "module": "test", - "msecs": 15.994787216186523, + "msecs": 758.3339214324951, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 303.0526638031006, + "relativeCreated": 213.89532089233398, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -17881,8 +17881,8 @@ "True", "" ], - "asctime": "2019-12-27 21:48:48,016", - "created": 1577479728.016203, + "asctime": "2020-12-21 01:50:08,758", + "created": 1608511808.7584302, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17892,41 +17892,41 @@ "lineno": 26, "message": "Expectation (Save callback execution variable): result = True ()", "module": "test", - "msecs": 16.202926635742188, + "msecs": 758.4302425384521, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 303.26080322265625, + "relativeCreated": 213.99164199829102, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 16.376018524169922, + "msecs": 758.5351467132568, "msg": "Save callback execution variable is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 303.433895111084, + "relativeCreated": 214.0965461730957, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.00017309188842773438 + "time_consumption": 0.0001049041748046875 } ], - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.0022063255310058594, - "time_finished": "2019-12-27 21:48:48,016", - "time_start": "2019-12-27 21:48:48,014" + "time_consumption": 0.0009572505950927734, + "time_finished": "2020-12-21 01:50:08,758", + "time_start": "2020-12-21 01:50:08,757" }, "caching.property_cache_pickle: Test full initialised PICKLE-Cache-Object": { "args": null, - "asctime": "2019-12-27 21:48:47,983", - "created": 1577479727.983616, + "asctime": "2020-12-21 01:50:08,736", + "created": 1608511808.736101, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17937,13 +17937,13 @@ "message": "caching.property_cache_pickle: Test full initialised PICKLE-Cache-Object", "module": "__init__", "moduleLogger": [], - "msecs": 983.6161136627197, + "msecs": 736.1009120941162, "msg": "caching.property_cache_pickle: Test full initialised PICKLE-Cache-Object", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7956, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 270.6739902496338, + "relativeCreated": 191.66231155395508, "stack_info": null, "testcaseLogger": [ { @@ -17951,8 +17951,8 @@ "property_cache_pickle", "True" ], - "asctime": "2019-12-27 21:48:47,984", - "created": 1577479727.984525, + "asctime": "2020-12-21 01:50:08,736", + "created": 1608511808.7365499, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -17965,8 +17965,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:47,983", - "created": 1577479727.9837682, + "asctime": "2020-12-21 01:50:08,736", + "created": 1608511808.7361877, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -17976,23 +17976,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 983.7682247161865, + "msecs": 736.1876964569092, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 270.8261013031006, + "relativeCreated": 191.74909591674805, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:47,983", - "created": 1577479727.9839187, + "asctime": "2020-12-21 01:50:08,736", + "created": 1608511808.7362583, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -18000,43 +18000,43 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/load_on_init.pkl as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.pkl as cache file.", "module": "test_helpers", - "msecs": 983.9186668395996, + "msecs": 736.2582683563232, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 270.9765434265137, + "relativeCreated": 191.8196678161621, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2019-12-27 21:48:47,984", - "created": 1577479727.9840474, + "asctime": "2020-12-21 01:50:08,736", + "created": 1608511808.736331, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 145, + "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 984.0474128723145, + "msecs": 736.3309860229492, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 271.1052894592285, + "relativeCreated": 191.8923854827881, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -18044,74 +18044,74 @@ "PickCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2019-12-27 21:48:47,984", - "created": 1577479727.9841487, + "asctime": "2020-12-21 01:50:08,736", + "created": 1608511808.7363799, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "PickCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 984.1487407684326, + "msecs": 736.379861831665, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 271.2066173553467, + "relativeCreated": 191.9412612915039, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:47,984", - "created": 1577479727.9843946, + "asctime": "2020-12-21 01:50:08,736", + "created": 1608511808.7364893, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.pkl)", "module": "__init__", - "msecs": 984.3945503234863, + "msecs": 736.4892959594727, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 271.4524269104004, + "relativeCreated": 192.05069541931152, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 984.5249652862549, + "msecs": 736.5498542785645, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 271.58284187316895, + "relativeCreated": 192.11125373840332, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.0001304149627685547 + "time_consumption": 6.0558319091796875e-05 }, { "args": [ "property_cache_pickle" ], - "asctime": "2019-12-27 21:48:47,985", - "created": 1577479727.9850318, + "asctime": "2020-12-21 01:50:08,736", + "created": 1608511808.7368019, "exc_info": null, "exc_text": null, "filename": "test_load_on_init.py", @@ -18125,36 +18125,36 @@ { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:47,984", - "created": 1577479727.9847262, + "asctime": "2020-12-21 01:50:08,736", + "created": 1608511808.7366643, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 142, - "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/load_on_init.pkl)", + "lineno": 145, + "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.pkl)", "module": "__init__", - "msecs": 984.7261905670166, + "msecs": 736.6642951965332, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 271.78406715393066, + "relativeCreated": 192.22569465637207, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "{'str': 'string', 'unicode': 'unicode', 'integer': 17, 'float': 3.14159, 'list': [1, 'two', '3', 4], 'dict': {'1': 1, '2': 'two', '3': '3', '4': 4}, '_property_cache_uid_': 'my_unique_id', '_property_cache_data_version_': 1}" ], - "asctime": "2019-12-27 21:48:47,984", - "created": 1577479727.984854, + "asctime": "2020-12-21 01:50:08,736", + "created": 1608511808.7367253, "exc_info": null, "exc_text": null, "filename": "test_load_on_init.py", @@ -18164,15 +18164,15 @@ "lineno": 20, "message": "Using storage object of cache class for comparison: {'str': 'string', 'unicode': 'unicode', 'integer': 17, 'float': 3.14159, 'list': [1, 'two', '3', 4], 'dict': {'1': 1, '2': 'two', '3': '3', '4': 4}, '_property_cache_uid_': 'my_unique_id', '_property_cache_data_version_': 1}", "module": "test_load_on_init", - "msecs": 984.853982925415, + "msecs": 736.7253303527832, "msg": "Using storage object of cache class for comparison: %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_load_on_init.py", - "process": 7956, + "pathname": "src/tests/test_load_on_init.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 271.9118595123291, + "relativeCreated": 192.28672981262207, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -18180,8 +18180,8 @@ "_property_cache_data_version_", "_property_cache_uid_" ], - "asctime": "2019-12-27 21:48:47,984", - "created": 1577479727.984952, + "asctime": "2020-12-21 01:50:08,736", + "created": 1608511808.7367678, "exc_info": null, "exc_text": null, "filename": "test_load_on_init.py", @@ -18191,37 +18191,37 @@ "lineno": 21, "message": "Deleting overhead keys: _property_cache_data_version_, _property_cache_uid_", "module": "test_load_on_init", - "msecs": 984.9519729614258, + "msecs": 736.7677688598633, "msg": "Deleting overhead keys: %s, %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_load_on_init.py", - "process": 7956, + "pathname": "src/tests/test_load_on_init.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 272.00984954833984, + "relativeCreated": 192.32916831970215, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 985.0318431854248, + "msecs": 736.8018627166748, "msg": "Extracting storage object from %s for comparison.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_load_on_init.py", - "process": 7956, + "pathname": "src/tests/test_load_on_init.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 272.08971977233887, + "relativeCreated": 192.36326217651367, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 7.987022399902344e-05 + "time_consumption": 3.409385681152344e-05 }, { "args": [ "{'str': 'string', 'unicode': 'unicode', 'integer': 17, 'float': 3.14159, 'list': [1, 'two', '3', 4], 'dict': {'1': 1, '2': 'two', '3': '3', '4': 4}}", "" ], - "asctime": "2019-12-27 21:48:47,985", - "created": 1577479727.985835, + "asctime": "2020-12-21 01:50:08,737", + "created": 1608511808.737046, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18238,8 +18238,8 @@ "{ 'str': 'string', 'unicode': 'unicode', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'dict': { '1': 1, '2': 'two', '3': '3', '4': 4 } }", "" ], - "asctime": "2019-12-27 21:48:47,985", - "created": 1577479727.9852505, + "asctime": "2020-12-21 01:50:08,736", + "created": 1608511808.7368915, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18249,15 +18249,15 @@ "lineno": 22, "message": "Result (Cache object): { 'str': 'string', 'unicode': 'unicode', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'dict': { '1': 1, '2': 'two', '3': '3', '4': 4 } } ()", "module": "test", - "msecs": 985.2504730224609, + "msecs": 736.891508102417, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 272.308349609375, + "relativeCreated": 192.45290756225586, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -18266,8 +18266,8 @@ "{ 'str': 'string', 'unicode': 'unicode', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'dict': { '1': 1, '2': 'two', '3': '3', '4': 4 } }", "" ], - "asctime": "2019-12-27 21:48:47,985", - "created": 1577479727.9854167, + "asctime": "2020-12-21 01:50:08,736", + "created": 1608511808.7369525, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18277,41 +18277,41 @@ "lineno": 26, "message": "Expectation (Cache object): result = { 'str': 'string', 'unicode': 'unicode', 'integer': 17, 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'dict': { '1': 1, '2': 'two', '3': '3', '4': 4 } } ()", "module": "test", - "msecs": 985.4166507720947, + "msecs": 736.952543258667, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 272.4745273590088, + "relativeCreated": 192.51394271850586, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 985.835075378418, + "msecs": 737.0460033416748, "msg": "Cache object is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 272.89295196533203, + "relativeCreated": 192.60740280151367, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.0004184246063232422 + "time_consumption": 9.34600830078125e-05 } ], - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.002218961715698242, - "time_finished": "2019-12-27 21:48:47,985", - "time_start": "2019-12-27 21:48:47,983" + "time_consumption": 0.0009450912475585938, + "time_finished": "2020-12-21 01:50:08,737", + "time_start": "2020-12-21 01:50:08,736" }, "caching.property_cache_pickle: Test get from source caused by changed uid (full init)": { "args": null, - "asctime": "2019-12-27 21:48:48,002", - "created": 1577479728.0029087, + "asctime": "2020-12-21 01:50:08,748", + "created": 1608511808.748626, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18322,13 +18322,13 @@ "message": "caching.property_cache_pickle: Test get from source caused by changed uid (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 2.9087066650390625, + "msecs": 748.6259937286377, "msg": "caching.property_cache_pickle: Test get from source caused by changed uid (full init)", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7956, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 289.9665832519531, + "relativeCreated": 204.18739318847656, "stack_info": null, "testcaseLogger": [ { @@ -18336,8 +18336,8 @@ "property_cache_pickle", "True" ], - "asctime": "2019-12-27 21:48:48,004", - "created": 1577479728.0045407, + "asctime": "2020-12-21 01:50:08,749", + "created": 1608511808.7495403, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -18350,8 +18350,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:48,003", - "created": 1577479728.0033116, + "asctime": "2020-12-21 01:50:08,748", + "created": 1608511808.7488046, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -18361,23 +18361,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 3.311634063720703, + "msecs": 748.8045692443848, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 290.36951065063477, + "relativeCreated": 204.36596870422363, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:48,003", - "created": 1577479728.003592, + "asctime": "2020-12-21 01:50:08,749", + "created": 1608511808.749014, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -18385,43 +18385,43 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.pkl as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.pkl as cache file.", "module": "test_helpers", - "msecs": 3.5920143127441406, + "msecs": 749.0139007568359, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 290.6498908996582, + "relativeCreated": 204.5753002166748, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2019-12-27 21:48:48,003", - "created": 1577479728.0038369, + "asctime": "2020-12-21 01:50:08,749", + "created": 1608511808.7491477, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 145, + "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 3.8368701934814453, + "msecs": 749.1476535797119, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 290.8947467803955, + "relativeCreated": 204.70905303955078, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -18429,75 +18429,75 @@ "PickCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2019-12-27 21:48:48,003", - "created": 1577479728.0039675, + "asctime": "2020-12-21 01:50:08,749", + "created": 1608511808.749239, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "PickCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 3.9675235748291016, + "msecs": 749.2389678955078, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 291.02540016174316, + "relativeCreated": 204.80036735534668, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:48,004", - "created": 1577479728.0042646, + "asctime": "2020-12-21 01:50:08,749", + "created": 1608511808.749426, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.pkl)", "module": "__init__", - "msecs": 4.264593124389648, + "msecs": 749.4258880615234, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 291.3224697113037, + "relativeCreated": 204.9872875213623, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 4.540681838989258, + "msecs": 749.5403289794922, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 291.5985584259033, + "relativeCreated": 205.10172843933105, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.0002760887145996094 + "time_consumption": 0.00011444091796875 }, { "args": [ "{'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': ['one', 2, 3, '4'], 'dict': {'1': '1', '2': 2, '3': 'three', '4': '4'}}", "" ], - "asctime": "2019-12-27 21:48:48,007", - "created": 1577479728.007305, + "asctime": "2020-12-21 01:50:08,751", + "created": 1608511808.751861, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18511,54 +18511,54 @@ { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:48,005", - "created": 1577479728.0050027, + "asctime": "2020-12-21 01:50:08,749", + "created": 1608511808.7497592, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 142, - "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.pkl)", + "lineno": 145, + "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.pkl)", "module": "__init__", - "msecs": 5.002737045288086, + "msecs": 749.7591972351074, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 292.06061363220215, + "relativeCreated": 205.3205966949463, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2019-12-27 21:48:48,005", - "created": 1577479728.0052269, + "asctime": "2020-12-21 01:50:08,749", + "created": 1608511808.7498453, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_init_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 128, + "lineno": 131, "message": "PickCache: Source uid changed, ignoring previous cache data", "module": "__init__", - "msecs": 5.226850509643555, + "msecs": 749.8452663421631, "msg": "%s Source uid changed, ignoring previous cache data", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 292.2847270965576, + "relativeCreated": 205.40666580200195, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -18566,53 +18566,53 @@ "PickCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2019-12-27 21:48:48,005", - "created": 1577479728.005477, + "asctime": "2020-12-21 01:50:08,749", + "created": 1608511808.7499263, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "PickCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 5.476951599121094, + "msecs": 749.9263286590576, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 292.53482818603516, + "relativeCreated": 205.48772811889648, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:48,005", - "created": 1577479728.0059338, + "asctime": "2020-12-21 01:50:08,750", + "created": 1608511808.750166, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.pkl)", "module": "__init__", - "msecs": 5.9337615966796875, + "msecs": 750.1659393310547, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 292.99163818359375, + "relativeCreated": 205.72733879089355, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -18621,26 +18621,26 @@ "str", "'__string__'" ], - "asctime": "2019-12-27 21:48:48,006", - "created": 1577479728.0063214, + "asctime": "2020-12-21 01:50:08,750", + "created": 1608511808.750333, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'str' from cache ('__string__')", "module": "__init__", - "msecs": 6.321430206298828, + "msecs": 750.3330707550049, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 293.3793067932129, + "relativeCreated": 205.89447021484375, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -18649,26 +18649,26 @@ "unicode", "'__unicode__'" ], - "asctime": "2019-12-27 21:48:48,006", - "created": 1577479728.0065446, + "asctime": "2020-12-21 01:50:08,750", + "created": 1608511808.7504458, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'unicode' from cache ('__unicode__')", "module": "__init__", - "msecs": 6.544589996337891, + "msecs": 750.4458427429199, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 293.60246658325195, + "relativeCreated": 206.0072422027588, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -18677,26 +18677,26 @@ "integer", "34" ], - "asctime": "2019-12-27 21:48:48,006", - "created": 1577479728.0067358, + "asctime": "2020-12-21 01:50:08,750", + "created": 1608511808.7505803, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'integer' from cache (34)", "module": "__init__", - "msecs": 6.735801696777344, + "msecs": 750.5803108215332, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 293.7936782836914, + "relativeCreated": 206.14171028137207, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -18705,26 +18705,26 @@ "float", "2.71828" ], - "asctime": "2019-12-27 21:48:48,006", - "created": 1577479728.006852, + "asctime": "2020-12-21 01:50:08,750", + "created": 1608511808.7507155, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'float' from cache (2.71828)", "module": "__init__", - "msecs": 6.851911544799805, + "msecs": 750.7154941558838, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 293.90978813171387, + "relativeCreated": 206.27689361572266, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -18733,26 +18733,26 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2019-12-27 21:48:48,006", - "created": 1577479728.0069141, + "asctime": "2020-12-21 01:50:08,750", + "created": 1608511808.7508976, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'list' from cache (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 6.9141387939453125, + "msecs": 750.8976459503174, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 293.9720153808594, + "relativeCreated": 206.45904541015625, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -18761,26 +18761,26 @@ "dict", "{'1': '1', '2': 2, '3': 'three', '4': '4'}" ], - "asctime": "2019-12-27 21:48:48,006", - "created": 1577479728.0069714, + "asctime": "2020-12-21 01:50:08,751", + "created": 1608511808.7510283, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'dict' from cache ({'1': '1', '2': 2, '3': 'three', '4': '4'})", "module": "__init__", - "msecs": 6.9713592529296875, + "msecs": 751.028299331665, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 294.02923583984375, + "relativeCreated": 206.5896987915039, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -18789,8 +18789,8 @@ "{ 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } }", "" ], - "asctime": "2019-12-27 21:48:48,007", - "created": 1577479728.0070708, + "asctime": "2020-12-21 01:50:08,751", + "created": 1608511808.7514443, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18800,15 +18800,15 @@ "lineno": 22, "message": "Result (Instance data after changing uid): { 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } } ()", "module": "test", - "msecs": 7.070779800415039, + "msecs": 751.4443397521973, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 294.1286563873291, + "relativeCreated": 207.00573921203613, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -18817,8 +18817,8 @@ "{ 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } }", "" ], - "asctime": "2019-12-27 21:48:48,007", - "created": 1577479728.007171, + "asctime": "2020-12-21 01:50:08,751", + "created": 1608511808.751629, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18828,41 +18828,41 @@ "lineno": 26, "message": "Expectation (Instance data after changing uid): result = { 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } } ()", "module": "test", - "msecs": 7.170915603637695, + "msecs": 751.629114151001, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 294.22879219055176, + "relativeCreated": 207.19051361083984, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 7.304906845092773, + "msecs": 751.8610954284668, "msg": "Instance data after changing uid is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 294.36278343200684, + "relativeCreated": 207.42249488830566, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.00013399124145507812 + "time_consumption": 0.0002319812774658203 } ], - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.004396200180053711, - "time_finished": "2019-12-27 21:48:48,007", - "time_start": "2019-12-27 21:48:48,002" + "time_consumption": 0.0032351016998291016, + "time_finished": "2020-12-21 01:50:08,751", + "time_start": "2020-12-21 01:50:08,748" }, "caching.property_cache_pickle: Test get from source caused by changed uid (partially init)": { "args": null, - "asctime": "2019-12-27 21:48:48,007", - "created": 1577479728.0074735, + "asctime": "2020-12-21 01:50:08,752", + "created": 1608511808.7520921, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18873,13 +18873,13 @@ "message": "caching.property_cache_pickle: Test get from source caused by changed uid (partially init)", "module": "__init__", "moduleLogger": [], - "msecs": 7.473468780517578, + "msecs": 752.0921230316162, "msg": "caching.property_cache_pickle: Test get from source caused by changed uid (partially init)", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7956, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 294.53134536743164, + "relativeCreated": 207.65352249145508, "stack_info": null, "testcaseLogger": [ { @@ -18887,8 +18887,8 @@ "property_cache_pickle", "True" ], - "asctime": "2019-12-27 21:48:48,008", - "created": 1577479728.0082824, + "asctime": "2020-12-21 01:50:08,752", + "created": 1608511808.7529526, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -18901,8 +18901,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:48,007", - "created": 1577479728.0075858, + "asctime": "2020-12-21 01:50:08,752", + "created": 1608511808.7522151, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -18912,23 +18912,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 7.585763931274414, + "msecs": 752.2151470184326, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 294.6436405181885, + "relativeCreated": 207.77654647827148, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:48,007", - "created": 1577479728.0077124, + "asctime": "2020-12-21 01:50:08,752", + "created": 1608511808.752362, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -18936,43 +18936,43 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl as cache file.", "module": "test_helpers", - "msecs": 7.712364196777344, + "msecs": 752.3620128631592, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 294.7702407836914, + "relativeCreated": 207.92341232299805, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2019-12-27 21:48:48,007", - "created": 1577479728.0078623, + "asctime": "2020-12-21 01:50:08,752", + "created": 1608511808.752536, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 145, + "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 7.862329483032227, + "msecs": 752.5360584259033, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 294.9202060699463, + "relativeCreated": 208.0974578857422, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -18980,75 +18980,75 @@ "PickCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2019-12-27 21:48:48,007", - "created": 1577479728.007977, + "asctime": "2020-12-21 01:50:08,752", + "created": 1608511808.752598, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "PickCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 7.977008819580078, + "msecs": 752.5980472564697, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 295.03488540649414, + "relativeCreated": 208.1594467163086, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:48,008", - "created": 1577479728.008161, + "asctime": "2020-12-21 01:50:08,752", + "created": 1608511808.7527883, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 8.161067962646484, + "msecs": 752.7883052825928, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 295.21894454956055, + "relativeCreated": 208.34970474243164, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 8.28242301940918, + "msecs": 752.9525756835938, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 295.34029960632324, + "relativeCreated": 208.51397514343262, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.00012135505676269531 + "time_consumption": 0.00016427040100097656 }, { "args": [ "{'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': ['one', 2, 3, '4'], 'dict': {'1': '1', '2': 2, '3': 'three', '4': '4'}}", "" ], - "asctime": "2019-12-27 21:48:48,013", - "created": 1577479728.013194, + "asctime": "2020-12-21 01:50:08,757", + "created": 1608511808.7572765, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19062,81 +19062,81 @@ { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:48,008", - "created": 1577479728.008493, + "asctime": "2020-12-21 01:50:08,753", + "created": 1608511808.7532554, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 142, - "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", + "lineno": 145, + "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 8.49294662475586, + "msecs": 753.2553672790527, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 295.5508232116699, + "relativeCreated": 208.8167667388916, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2019-12-27 21:48:48,008", - "created": 1577479728.0085917, + "asctime": "2020-12-21 01:50:08,753", + "created": 1608511808.7533658, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_init_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 128, + "lineno": 131, "message": "PickCache: Source uid changed, ignoring previous cache data", "module": "__init__", - "msecs": 8.591651916503906, + "msecs": 753.3657550811768, "msg": "%s Source uid changed, ignoring previous cache data", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 295.64952850341797, + "relativeCreated": 208.92715454101562, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:48,008", - "created": 1577479728.0087507, + "asctime": "2020-12-21 01:50:08,753", + "created": 1608511808.753536, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 8.750677108764648, + "msecs": 753.5359859466553, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 295.8085536956787, + "relativeCreated": 209.09738540649414, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -19145,53 +19145,53 @@ "str", "'__string__'" ], - "asctime": "2019-12-27 21:48:48,008", - "created": 1577479728.0089312, + "asctime": "2020-12-21 01:50:08,753", + "created": 1608511808.7538211, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'str' from source instance ('__string__')", "module": "__init__", - "msecs": 8.931159973144531, + "msecs": 753.8211345672607, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 295.9890365600586, + "relativeCreated": 209.3825340270996, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:48,009", - "created": 1577479728.0090873, + "asctime": "2020-12-21 01:50:08,754", + "created": 1608511808.75401, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 9.087324142456055, + "msecs": 754.0099620819092, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 296.1452007293701, + "relativeCreated": 209.57136154174805, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -19200,53 +19200,53 @@ "unicode", "'__unicode__'" ], - "asctime": "2019-12-27 21:48:48,009", - "created": 1577479728.0092506, + "asctime": "2020-12-21 01:50:08,754", + "created": 1608511808.7542586, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'unicode' from source instance ('__unicode__')", "module": "__init__", - "msecs": 9.250640869140625, + "msecs": 754.2586326599121, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 296.3085174560547, + "relativeCreated": 209.82003211975098, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:48,009", - "created": 1577479728.009396, + "asctime": "2020-12-21 01:50:08,754", + "created": 1608511808.7544382, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 9.396076202392578, + "msecs": 754.4381618499756, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 296.45395278930664, + "relativeCreated": 209.99956130981445, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -19255,53 +19255,53 @@ "integer", "34" ], - "asctime": "2019-12-27 21:48:48,009", - "created": 1577479728.009722, + "asctime": "2020-12-21 01:50:08,754", + "created": 1608511808.7546499, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'integer' from source instance (34)", "module": "__init__", - "msecs": 9.721994400024414, + "msecs": 754.6498775482178, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 296.7798709869385, + "relativeCreated": 210.21127700805664, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:48,009", - "created": 1577479728.0099049, + "asctime": "2020-12-21 01:50:08,754", + "created": 1608511808.7548327, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 9.904861450195312, + "msecs": 754.8327445983887, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 296.9627380371094, + "relativeCreated": 210.39414405822754, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -19310,53 +19310,53 @@ "float", "2.71828" ], - "asctime": "2019-12-27 21:48:48,010", - "created": 1577479728.0101912, + "asctime": "2020-12-21 01:50:08,755", + "created": 1608511808.7550514, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'float' from source instance (2.71828)", "module": "__init__", - "msecs": 10.191202163696289, + "msecs": 755.0513744354248, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 297.24907875061035, + "relativeCreated": 210.61277389526367, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:48,010", - "created": 1577479728.0104876, + "asctime": "2020-12-21 01:50:08,755", + "created": 1608511808.7552395, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 10.487556457519531, + "msecs": 755.2394866943359, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 297.5454330444336, + "relativeCreated": 210.8008861541748, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -19365,53 +19365,53 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2019-12-27 21:48:48,010", - "created": 1577479728.0108016, + "asctime": "2020-12-21 01:50:08,755", + "created": 1608511808.755454, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'list' from source instance (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 10.801553726196289, + "msecs": 755.4540634155273, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 297.85943031311035, + "relativeCreated": 211.0154628753662, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:48,011", - "created": 1577479728.0110416, + "asctime": "2020-12-21 01:50:08,755", + "created": 1608511808.7556424, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 11.041641235351562, + "msecs": 755.6424140930176, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 298.0995178222656, + "relativeCreated": 211.20381355285645, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -19420,53 +19420,53 @@ "dict", "{'1': '1', '2': 2, '3': 'three', '4': '4'}" ], - "asctime": "2019-12-27 21:48:48,011", - "created": 1577479728.0113354, + "asctime": "2020-12-21 01:50:08,756", + "created": 1608511808.7564347, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'dict' from source instance ({'1': '1', '2': 2, '3': 'three', '4': '4'})", "module": "__init__", - "msecs": 11.335372924804688, + "msecs": 756.4346790313721, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 298.39324951171875, + "relativeCreated": 211.99607849121094, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:48,011", - "created": 1577479728.0116067, + "asctime": "2020-12-21 01:50:08,756", + "created": 1608511808.7566519, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 11.606693267822266, + "msecs": 756.6518783569336, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 298.6645698547363, + "relativeCreated": 212.21327781677246, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -19475,8 +19475,8 @@ "{ 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } }", "" ], - "asctime": "2019-12-27 21:48:48,012", - "created": 1577479728.012, + "asctime": "2020-12-21 01:50:08,756", + "created": 1608511808.7569306, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19486,15 +19486,15 @@ "lineno": 22, "message": "Result (Instance data after changing uid): { 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } } ()", "module": "test", - "msecs": 12.000083923339844, + "msecs": 756.9305896759033, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 299.0579605102539, + "relativeCreated": 212.4919891357422, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -19503,8 +19503,8 @@ "{ 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } }", "" ], - "asctime": "2019-12-27 21:48:48,012", - "created": 1577479728.0122213, + "asctime": "2020-12-21 01:50:08,757", + "created": 1608511808.7570686, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19514,41 +19514,41 @@ "lineno": 26, "message": "Expectation (Instance data after changing uid): result = { 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } } ()", "module": "test", - "msecs": 12.221336364746094, + "msecs": 757.0686340332031, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 299.27921295166016, + "relativeCreated": 212.630033493042, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 13.194084167480469, + "msecs": 757.2765350341797, "msg": "Instance data after changing uid is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 300.25196075439453, + "relativeCreated": 212.83793449401855, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.000972747802734375 + "time_consumption": 0.0002079010009765625 } ], - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.005720615386962891, - "time_finished": "2019-12-27 21:48:48,013", - "time_start": "2019-12-27 21:48:48,007" + "time_consumption": 0.0051844120025634766, + "time_finished": "2020-12-21 01:50:08,757", + "time_start": "2020-12-21 01:50:08,752" }, "caching.property_cache_pickle: Test get from source caused by increased data version (full init)": { "args": null, - "asctime": "2019-12-27 21:48:47,992", - "created": 1577479727.9923637, + "asctime": "2020-12-21 01:50:08,741", + "created": 1608511808.7415133, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19559,13 +19559,13 @@ "message": "caching.property_cache_pickle: Test get from source caused by increased data version (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 992.363691329956, + "msecs": 741.5132522583008, "msg": "caching.property_cache_pickle: Test get from source caused by increased data version (full init)", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7956, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 279.4215679168701, + "relativeCreated": 197.07465171813965, "stack_info": null, "testcaseLogger": [ { @@ -19573,8 +19573,8 @@ "property_cache_pickle", "True" ], - "asctime": "2019-12-27 21:48:47,992", - "created": 1577479727.9927313, + "asctime": "2020-12-21 01:50:08,741", + "created": 1608511808.7419047, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -19587,8 +19587,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:47,992", - "created": 1577479727.992428, + "asctime": "2020-12-21 01:50:08,741", + "created": 1608511808.7415864, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -19598,23 +19598,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 992.4280643463135, + "msecs": 741.586446762085, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 279.48594093322754, + "relativeCreated": 197.14784622192383, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:47,992", - "created": 1577479727.992488, + "asctime": "2020-12-21 01:50:08,741", + "created": 1608511808.741657, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -19622,43 +19622,43 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.pkl as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.pkl as cache file.", "module": "test_helpers", - "msecs": 992.487907409668, + "msecs": 741.657018661499, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 279.54578399658203, + "relativeCreated": 197.2184181213379, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2019-12-27 21:48:47,992", - "created": 1577479727.9925458, + "asctime": "2020-12-21 01:50:08,741", + "created": 1608511808.741716, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 145, + "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 992.5458431243896, + "msecs": 741.7159080505371, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 279.6037197113037, + "relativeCreated": 197.27730751037598, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -19666,75 +19666,75 @@ "PickCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2019-12-27 21:48:47,992", - "created": 1577479727.9925914, + "asctime": "2020-12-21 01:50:08,741", + "created": 1608511808.7417603, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "PickCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 992.591381072998, + "msecs": 741.76025390625, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 279.6492576599121, + "relativeCreated": 197.32165336608887, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:47,992", - "created": 1577479727.9926765, + "asctime": "2020-12-21 01:50:08,741", + "created": 1608511808.7418485, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.pkl)", "module": "__init__", - "msecs": 992.6764965057373, + "msecs": 741.8484687805176, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 279.73437309265137, + "relativeCreated": 197.40986824035645, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 992.7313327789307, + "msecs": 741.9047355651855, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 279.7892093658447, + "relativeCreated": 197.4661350250244, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 5.4836273193359375e-05 + "time_consumption": 5.626678466796875e-05 }, { "args": [ "{'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': ['one', 2, 3, '4'], 'dict': {'1': '1', '2': 2, '3': 'three', '4': '4'}}", "" ], - "asctime": "2019-12-27 21:48:47,995", - "created": 1577479727.9951472, + "asctime": "2020-12-21 01:50:08,742", + "created": 1608511808.742739, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19748,54 +19748,54 @@ { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:47,992", - "created": 1577479727.992872, + "asctime": "2020-12-21 01:50:08,742", + "created": 1608511808.742015, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 142, - "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.pkl)", + "lineno": 145, + "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.pkl)", "module": "__init__", - "msecs": 992.8719997406006, + "msecs": 742.0148849487305, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 279.92987632751465, + "relativeCreated": 197.57628440856934, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2019-12-27 21:48:47,992", - "created": 1577479727.9929297, + "asctime": "2020-12-21 01:50:08,742", + "created": 1608511808.7420633, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_init_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 130, + "lineno": 133, "message": "PickCache: Data version increased, ignoring previous cache data", "module": "__init__", - "msecs": 992.9296970367432, + "msecs": 742.0632839202881, "msg": "%s Data version increased, ignoring previous cache data", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 279.9875736236572, + "relativeCreated": 197.62468338012695, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -19803,53 +19803,53 @@ "PickCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2019-12-27 21:48:47,993", - "created": 1577479727.9930553, + "asctime": "2020-12-21 01:50:08,742", + "created": 1608511808.742104, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "PickCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 993.0553436279297, + "msecs": 742.1040534973145, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 280.11322021484375, + "relativeCreated": 197.66545295715332, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:47,993", - "created": 1577479727.99339, + "asctime": "2020-12-21 01:50:08,742", + "created": 1608511808.7422233, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.pkl)", "module": "__init__", - "msecs": 993.3900833129883, + "msecs": 742.2232627868652, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 280.44795989990234, + "relativeCreated": 197.7846622467041, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -19858,26 +19858,26 @@ "str", "'__string__'" ], - "asctime": "2019-12-27 21:48:47,993", - "created": 1577479727.993839, + "asctime": "2020-12-21 01:50:08,742", + "created": 1608511808.7423122, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'str' from cache ('__string__')", "module": "__init__", - "msecs": 993.8390254974365, + "msecs": 742.3121929168701, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 280.8969020843506, + "relativeCreated": 197.87359237670898, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -19886,26 +19886,26 @@ "unicode", "'__unicode__'" ], - "asctime": "2019-12-27 21:48:47,994", - "created": 1577479727.9940164, + "asctime": "2020-12-21 01:50:08,742", + "created": 1608511808.7423701, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'unicode' from cache ('__unicode__')", "module": "__init__", - "msecs": 994.0164089202881, + "msecs": 742.3701286315918, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 281.07428550720215, + "relativeCreated": 197.93152809143066, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -19914,26 +19914,26 @@ "integer", "34" ], - "asctime": "2019-12-27 21:48:47,994", - "created": 1577479727.9941385, + "asctime": "2020-12-21 01:50:08,742", + "created": 1608511808.7424119, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'integer' from cache (34)", "module": "__init__", - "msecs": 994.1384792327881, + "msecs": 742.4118518829346, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 281.19635581970215, + "relativeCreated": 197.97325134277344, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -19942,26 +19942,26 @@ "float", "2.71828" ], - "asctime": "2019-12-27 21:48:47,994", - "created": 1577479727.9942782, + "asctime": "2020-12-21 01:50:08,742", + "created": 1608511808.742454, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'float' from cache (2.71828)", "module": "__init__", - "msecs": 994.2781925201416, + "msecs": 742.4540519714355, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 281.33606910705566, + "relativeCreated": 198.0154514312744, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -19970,26 +19970,26 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2019-12-27 21:48:47,994", - "created": 1577479727.9944293, + "asctime": "2020-12-21 01:50:08,742", + "created": 1608511808.7424963, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'list' from cache (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 994.429349899292, + "msecs": 742.4962520599365, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 281.48722648620605, + "relativeCreated": 198.0576515197754, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -19998,26 +19998,26 @@ "dict", "{'1': '1', '2': 2, '3': 'three', '4': '4'}" ], - "asctime": "2019-12-27 21:48:47,994", - "created": 1577479727.9945772, + "asctime": "2020-12-21 01:50:08,742", + "created": 1608511808.7425387, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 110, + "lineno": 113, "message": "PickCache: Providing property for 'dict' from cache ({'1': '1', '2': 2, '3': 'three', '4': '4'})", "module": "__init__", - "msecs": 994.577169418335, + "msecs": 742.5386905670166, "msg": "%s Providing property for '%s' from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 281.635046005249, + "relativeCreated": 198.10009002685547, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -20026,8 +20026,8 @@ "{ 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } }", "" ], - "asctime": "2019-12-27 21:48:47,994", - "created": 1577479727.9948094, + "asctime": "2020-12-21 01:50:08,742", + "created": 1608511808.7425983, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20037,15 +20037,15 @@ "lineno": 22, "message": "Result (Instance data after increasing data_version): { 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } } ()", "module": "test", - "msecs": 994.8093891143799, + "msecs": 742.598295211792, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 281.86726570129395, + "relativeCreated": 198.15969467163086, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -20054,8 +20054,8 @@ "{ 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } }", "" ], - "asctime": "2019-12-27 21:48:47,994", - "created": 1577479727.9949942, + "asctime": "2020-12-21 01:50:08,742", + "created": 1608511808.7426555, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20065,41 +20065,41 @@ "lineno": 26, "message": "Expectation (Instance data after increasing data_version): result = { 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } } ()", "module": "test", - "msecs": 994.9941635131836, + "msecs": 742.6555156707764, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 282.05204010009766, + "relativeCreated": 198.21691513061523, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 995.1472282409668, + "msecs": 742.7389621734619, "msg": "Instance data after increasing data_version is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 282.20510482788086, + "relativeCreated": 198.30036163330078, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.00015306472778320312 + "time_consumption": 8.344650268554688e-05 } ], - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.002783536911010742, - "time_finished": "2019-12-27 21:48:47,995", - "time_start": "2019-12-27 21:48:47,992" + "time_consumption": 0.0012257099151611328, + "time_finished": "2020-12-21 01:50:08,742", + "time_start": "2020-12-21 01:50:08,741" }, "caching.property_cache_pickle: Test get from source caused by increased data version (partially init)": { "args": null, - "asctime": "2019-12-27 21:48:47,995", - "created": 1577479727.9953313, + "asctime": "2020-12-21 01:50:08,742", + "created": 1608511808.7428536, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20110,13 +20110,13 @@ "message": "caching.property_cache_pickle: Test get from source caused by increased data version (partially init)", "module": "__init__", "moduleLogger": [], - "msecs": 995.3312873840332, + "msecs": 742.8536415100098, "msg": "caching.property_cache_pickle: Test get from source caused by increased data version (partially init)", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7956, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 282.38916397094727, + "relativeCreated": 198.41504096984863, "stack_info": null, "testcaseLogger": [ { @@ -20124,8 +20124,8 @@ "property_cache_pickle", "True" ], - "asctime": "2019-12-27 21:48:47,997", - "created": 1577479727.9979944, + "asctime": "2020-12-21 01:50:08,743", + "created": 1608511808.7432315, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -20138,8 +20138,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:47,995", - "created": 1577479727.9955862, + "asctime": "2020-12-21 01:50:08,742", + "created": 1608511808.7429264, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -20149,23 +20149,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 995.5861568450928, + "msecs": 742.9263591766357, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 282.64403343200684, + "relativeCreated": 198.4877586364746, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:47,996", - "created": 1577479727.9961236, + "asctime": "2020-12-21 01:50:08,742", + "created": 1608511808.7429876, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -20173,43 +20173,43 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl as cache file.", "module": "test_helpers", - "msecs": 996.1235523223877, + "msecs": 742.9876327514648, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 283.18142890930176, + "relativeCreated": 198.5490322113037, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2019-12-27 21:48:47,996", - "created": 1577479727.9965453, + "asctime": "2020-12-21 01:50:08,743", + "created": 1608511808.7430432, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 145, + "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 996.5453147888184, + "msecs": 743.0431842803955, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 283.6031913757324, + "relativeCreated": 198.60458374023438, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -20217,75 +20217,75 @@ "PickCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2019-12-27 21:48:47,996", - "created": 1577479727.9969301, + "asctime": "2020-12-21 01:50:08,743", + "created": 1608511808.7430868, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "PickCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 996.9301223754883, + "msecs": 743.0868148803711, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 283.98799896240234, + "relativeCreated": 198.64821434020996, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:47,997", - "created": 1577479727.997557, + "asctime": "2020-12-21 01:50:08,743", + "created": 1608511808.7431746, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 997.5569248199463, + "msecs": 743.1745529174805, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 284.61480140686035, + "relativeCreated": 198.73595237731934, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 997.9944229125977, + "msecs": 743.2315349578857, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 285.0522994995117, + "relativeCreated": 198.7929344177246, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.0004374980926513672 + "time_consumption": 5.698204040527344e-05 }, { "args": [ "{'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': ['one', 2, 3, '4'], 'dict': {'1': '1', '2': 2, '3': 'three', '4': '4'}}", "" ], - "asctime": "2019-12-27 21:48:48,002", - "created": 1577479728.002452, + "asctime": "2020-12-21 01:50:08,748", + "created": 1608511808.7483604, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20299,81 +20299,81 @@ { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:47,998", - "created": 1577479727.9986508, + "asctime": "2020-12-21 01:50:08,743", + "created": 1608511808.7433357, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 142, - "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", + "lineno": 145, + "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 998.6507892608643, + "msecs": 743.3357238769531, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 285.7086658477783, + "relativeCreated": 198.897123336792, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2019-12-27 21:48:47,998", - "created": 1577479727.998823, + "asctime": "2020-12-21 01:50:08,743", + "created": 1608511808.743383, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_init_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 130, + "lineno": 133, "message": "PickCache: Data version increased, ignoring previous cache data", "module": "__init__", - "msecs": 998.8229274749756, + "msecs": 743.3829307556152, "msg": "%s Data version increased, ignoring previous cache data", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 285.88080406188965, + "relativeCreated": 198.9443302154541, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:47,999", - "created": 1577479727.9992151, + "asctime": "2020-12-21 01:50:08,743", + "created": 1608511808.7434533, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 999.2151260375977, + "msecs": 743.4532642364502, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 286.2730026245117, + "relativeCreated": 199.01466369628906, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -20382,53 +20382,53 @@ "str", "'__string__'" ], - "asctime": "2019-12-27 21:48:47,999", - "created": 1577479727.9994075, + "asctime": "2020-12-21 01:50:08,743", + "created": 1608511808.7435367, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'str' from source instance ('__string__')", "module": "__init__", - "msecs": 999.4075298309326, + "msecs": 743.5367107391357, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 286.4654064178467, + "relativeCreated": 199.0981101989746, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:47,999", - "created": 1577479727.999684, + "asctime": "2020-12-21 01:50:08,743", + "created": 1608511808.743611, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 999.6840953826904, + "msecs": 743.6110973358154, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 286.7419719696045, + "relativeCreated": 199.1724967956543, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -20437,53 +20437,53 @@ "unicode", "'__unicode__'" ], - "asctime": "2019-12-27 21:48:47,999", - "created": 1577479727.9999974, + "asctime": "2020-12-21 01:50:08,743", + "created": 1608511808.7436929, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'unicode' from source instance ('__unicode__')", "module": "__init__", - "msecs": 999.9973773956299, + "msecs": 743.6928749084473, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 287.05525398254395, + "relativeCreated": 199.25427436828613, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:48,000", - "created": 1577479728.0003345, + "asctime": "2020-12-21 01:50:08,743", + "created": 1608511808.7437658, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 0.3345012664794922, + "msecs": 743.7658309936523, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 287.39237785339355, + "relativeCreated": 199.3272304534912, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -20492,53 +20492,53 @@ "integer", "34" ], - "asctime": "2019-12-27 21:48:48,000", - "created": 1577479728.0006487, + "asctime": "2020-12-21 01:50:08,743", + "created": 1608511808.7438583, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'integer' from source instance (34)", "module": "__init__", - "msecs": 0.6487369537353516, + "msecs": 743.8583374023438, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 287.7066135406494, + "relativeCreated": 199.41973686218262, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:48,000", - "created": 1577479728.000819, + "asctime": "2020-12-21 01:50:08,743", + "created": 1608511808.7439613, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 0.8189678192138672, + "msecs": 743.9613342285156, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 287.87684440612793, + "relativeCreated": 199.5227336883545, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -20547,53 +20547,53 @@ "float", "2.71828" ], - "asctime": "2019-12-27 21:48:48,001", - "created": 1577479728.001025, + "asctime": "2020-12-21 01:50:08,744", + "created": 1608511808.7442286, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'float' from source instance (2.71828)", "module": "__init__", - "msecs": 1.0249614715576172, + "msecs": 744.2286014556885, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 288.0828380584717, + "relativeCreated": 199.79000091552734, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:48,001", - "created": 1577479728.0011868, + "asctime": "2020-12-21 01:50:08,744", + "created": 1608511808.7445538, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 1.1868476867675781, + "msecs": 744.553804397583, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 288.24472427368164, + "relativeCreated": 200.11520385742188, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -20602,53 +20602,53 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2019-12-27 21:48:48,001", - "created": 1577479728.0013814, + "asctime": "2020-12-21 01:50:08,745", + "created": 1608511808.7450266, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'list' from source instance (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 1.3813972473144531, + "msecs": 745.0265884399414, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 288.4392738342285, + "relativeCreated": 200.58798789978027, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:48,001", - "created": 1577479728.0015213, + "asctime": "2020-12-21 01:50:08,745", + "created": 1608511808.7455769, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 1.5213489532470703, + "msecs": 745.5768585205078, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 288.57922554016113, + "relativeCreated": 201.13825798034668, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -20657,53 +20657,53 @@ "dict", "{'1': '1', '2': 2, '3': 'three', '4': '4'}" ], - "asctime": "2019-12-27 21:48:48,001", - "created": 1577479728.0017824, + "asctime": "2020-12-21 01:50:08,746", + "created": 1608511808.7464793, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'dict' from source instance ({'1': '1', '2': 2, '3': 'three', '4': '4'})", "module": "__init__", - "msecs": 1.7824172973632812, + "msecs": 746.4792728424072, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 288.84029388427734, + "relativeCreated": 202.0406723022461, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:48,001", - "created": 1577479728.0019205, + "asctime": "2020-12-21 01:50:08,747", + "created": 1608511808.747212, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl)", "module": "__init__", - "msecs": 1.920461654663086, + "msecs": 747.2119331359863, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 288.97833824157715, + "relativeCreated": 202.7733325958252, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -20712,8 +20712,8 @@ "{ 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } }", "" ], - "asctime": "2019-12-27 21:48:48,002", - "created": 1577479728.0021555, + "asctime": "2020-12-21 01:50:08,748", + "created": 1608511808.7480373, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20723,15 +20723,15 @@ "lineno": 22, "message": "Result (Instance data after increasing data_version): { 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } } ()", "module": "test", - "msecs": 2.1555423736572266, + "msecs": 748.0373382568359, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 289.2134189605713, + "relativeCreated": 203.5987377166748, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -20740,8 +20740,8 @@ "{ 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } }", "" ], - "asctime": "2019-12-27 21:48:48,002", - "created": 1577479728.00226, + "asctime": "2020-12-21 01:50:08,748", + "created": 1608511808.7481852, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20751,41 +20751,41 @@ "lineno": 26, "message": "Expectation (Instance data after increasing data_version): result = { 'str': '__string__', 'unicode': '__unicode__', 'integer': 34, 'float': 2.71828, 'list': [ 'one', 2, 3, '4' ], 'dict': { '1': '1', '2': 2, '3': 'three', '4': '4' } } ()", "module": "test", - "msecs": 2.259969711303711, + "msecs": 748.1851577758789, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 289.3178462982178, + "relativeCreated": 203.74655723571777, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 2.4518966674804688, + "msecs": 748.3603954315186, "msg": "Instance data after increasing data_version is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 289.50977325439453, + "relativeCreated": 203.92179489135742, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.0001919269561767578 + "time_consumption": 0.00017523765563964844 } ], - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.007120609283447266, - "time_finished": "2019-12-27 21:48:48,002", - "time_start": "2019-12-27 21:48:47,995" + "time_consumption": 0.005506753921508789, + "time_finished": "2020-12-21 01:50:08,748", + "time_start": "2020-12-21 01:50:08,742" }, "caching.property_cache_pickle: Test internal key usage": { "args": null, - "asctime": "2019-12-27 21:48:48,016", - "created": 1577479728.016817, + "asctime": "2020-12-21 01:50:08,758", + "created": 1608511808.7587981, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20796,13 +20796,13 @@ "message": "caching.property_cache_pickle: Test internal key usage", "module": "__init__", "moduleLogger": [], - "msecs": 16.817092895507812, + "msecs": 758.7981224060059, "msg": "caching.property_cache_pickle: Test internal key usage", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7956, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 303.8749694824219, + "relativeCreated": 214.35952186584473, "stack_info": null, "testcaseLogger": [ { @@ -20810,8 +20810,8 @@ "property_cache_pickle", "True" ], - "asctime": "2019-12-27 21:48:48,018", - "created": 1577479728.0183878, + "asctime": "2020-12-21 01:50:08,760", + "created": 1608511808.7602143, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -20824,8 +20824,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:48,017", - "created": 1577479728.0170236, + "asctime": "2020-12-21 01:50:08,758", + "created": 1608511808.758997, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -20835,23 +20835,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 17.023563385009766, + "msecs": 758.9969635009766, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 304.0814399719238, + "relativeCreated": 214.55836296081543, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/internal_keys_test.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.pkl" ], - "asctime": "2019-12-27 21:48:48,017", - "created": 1577479728.0171754, + "asctime": "2020-12-21 01:50:08,759", + "created": 1608511808.7592611, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -20859,43 +20859,43 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/internal_keys_test.pkl as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.pkl as cache file.", "module": "test_helpers", - "msecs": 17.17543601989746, + "msecs": 759.2611312866211, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 304.2333126068115, + "relativeCreated": 214.82253074645996, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2019-12-27 21:48:48,017", - "created": 1577479728.0174432, + "asctime": "2020-12-21 01:50:08,759", + "created": 1608511808.7595813, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 145, + "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 17.443180084228516, + "msecs": 759.5813274383545, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 304.5010566711426, + "relativeCreated": 215.14272689819336, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -20903,74 +20903,74 @@ "PickCache:", "['_property_cache_uid_', '__property_cache_uid_', '_property_cache_data_version_', '__property_cache_data_version_']" ], - "asctime": "2019-12-27 21:48:48,017", - "created": 1577479728.0177383, + "asctime": "2020-12-21 01:50:08,759", + "created": 1608511808.7598119, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_source", "levelname": "DEBUG", "levelno": 10, - "lineno": 159, + "lineno": 162, "message": "PickCache: Loading all data from source - ['_property_cache_uid_', '__property_cache_uid_', '_property_cache_data_version_', '__property_cache_data_version_']", "module": "__init__", - "msecs": 17.73834228515625, + "msecs": 759.8118782043457, "msg": "%s Loading all data from source - %s", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 304.7962188720703, + "relativeCreated": 215.37327766418457, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/internal_keys_test.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.pkl" ], - "asctime": "2019-12-27 21:48:48,018", - "created": 1577479728.0181768, + "asctime": "2020-12-21 01:50:08,760", + "created": 1608511808.760066, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/internal_keys_test.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.pkl)", "module": "__init__", - "msecs": 18.176794052124023, + "msecs": 760.066032409668, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 305.2346706390381, + "relativeCreated": 215.62743186950684, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 18.387794494628906, + "msecs": 760.2143287658691, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 305.44567108154297, + "relativeCreated": 215.775728225708, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.0002110004425048828 + "time_consumption": 0.00014829635620117188 }, { "args": [ "property_cache_pickle" ], - "asctime": "2019-12-27 21:48:48,018", - "created": 1577479728.0189862, + "asctime": "2020-12-21 01:50:08,760", + "created": 1608511808.760658, "exc_info": null, "exc_text": null, "filename": "test_internal_keys.py", @@ -20984,36 +20984,36 @@ { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/internal_keys_test.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.pkl" ], - "asctime": "2019-12-27 21:48:48,018", - "created": 1577479728.0186946, + "asctime": "2020-12-21 01:50:08,760", + "created": 1608511808.7604465, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 142, - "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/internal_keys_test.pkl)", + "lineno": 145, + "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.pkl)", "module": "__init__", - "msecs": 18.694639205932617, + "msecs": 760.4465484619141, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 305.7525157928467, + "relativeCreated": 216.00794792175293, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "{'__property_cache_uid_': 'no uid', '___property_cache_uid_': 'no second uid', '__property_cache_data_version_': 'no data version', '___property_cache_data_version_': 'no second data version', '_property_cache_uid_': 'my_unique_id', '_property_cache_data_version_': 1}" ], - "asctime": "2019-12-27 21:48:48,018", - "created": 1577479728.0188084, + "asctime": "2020-12-21 01:50:08,760", + "created": 1608511808.7605321, "exc_info": null, "exc_text": null, "filename": "test_internal_keys.py", @@ -21023,15 +21023,15 @@ "lineno": 20, "message": "Using storage object of cache class for comparison: {'__property_cache_uid_': 'no uid', '___property_cache_uid_': 'no second uid', '__property_cache_data_version_': 'no data version', '___property_cache_data_version_': 'no second data version', '_property_cache_uid_': 'my_unique_id', '_property_cache_data_version_': 1}", "module": "test_internal_keys", - "msecs": 18.808364868164062, + "msecs": 760.5321407318115, "msg": "Using storage object of cache class for comparison: %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_internal_keys.py", - "process": 7956, + "pathname": "src/tests/test_internal_keys.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 305.8662414550781, + "relativeCreated": 216.0935401916504, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -21039,8 +21039,8 @@ "_property_cache_data_version_", "_property_cache_uid_" ], - "asctime": "2019-12-27 21:48:48,018", - "created": 1577479728.0189018, + "asctime": "2020-12-21 01:50:08,760", + "created": 1608511808.7605913, "exc_info": null, "exc_text": null, "filename": "test_internal_keys.py", @@ -21050,37 +21050,37 @@ "lineno": 21, "message": "Deleting overhead keys: _property_cache_data_version_, _property_cache_uid_", "module": "test_internal_keys", - "msecs": 18.901824951171875, + "msecs": 760.5912685394287, "msg": "Deleting overhead keys: %s, %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_internal_keys.py", - "process": 7956, + "pathname": "src/tests/test_internal_keys.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 305.95970153808594, + "relativeCreated": 216.15266799926758, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 18.986225128173828, + "msecs": 760.6580257415771, "msg": "Extracting storage object from %s for comparison.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_internal_keys.py", - "process": 7956, + "pathname": "src/tests/test_internal_keys.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 306.0441017150879, + "relativeCreated": 216.21942520141602, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 8.440017700195312e-05 + "time_consumption": 6.67572021484375e-05 }, { "args": [ "{'__property_cache_uid_': 'no uid', '___property_cache_uid_': 'no second uid', '__property_cache_data_version_': 'no data version', '___property_cache_data_version_': 'no second data version'}", "" ], - "asctime": "2019-12-27 21:48:48,019", - "created": 1577479728.019311, + "asctime": "2020-12-21 01:50:08,761", + "created": 1608511808.7610066, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -21097,8 +21097,8 @@ "{ '__property_cache_uid_': 'no uid', '___property_cache_uid_': 'no second uid', '__property_cache_data_version_': 'no data version', '___property_cache_data_version_': 'no second data version' }", "" ], - "asctime": "2019-12-27 21:48:48,019", - "created": 1577479728.0191293, + "asctime": "2020-12-21 01:50:08,760", + "created": 1608511808.7607918, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -21108,15 +21108,15 @@ "lineno": 22, "message": "Result (Cache): { '__property_cache_uid_': 'no uid', '___property_cache_uid_': 'no second uid', '__property_cache_data_version_': 'no data version', '___property_cache_data_version_': 'no second data version' } ()", "module": "test", - "msecs": 19.129276275634766, + "msecs": 760.7917785644531, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 306.1871528625488, + "relativeCreated": 216.353178024292, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -21125,8 +21125,8 @@ "{ '__property_cache_uid_': 'no uid', '___property_cache_uid_': 'no second uid', '__property_cache_data_version_': 'no data version', '___property_cache_data_version_': 'no second data version' }", "" ], - "asctime": "2019-12-27 21:48:48,019", - "created": 1577479728.0192106, + "asctime": "2020-12-21 01:50:08,760", + "created": 1608511808.7609134, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -21136,37 +21136,37 @@ "lineno": 26, "message": "Expectation (Cache): result = { '__property_cache_uid_': 'no uid', '___property_cache_uid_': 'no second uid', '__property_cache_data_version_': 'no data version', '___property_cache_data_version_': 'no second data version' } ()", "module": "test", - "msecs": 19.2105770111084, + "msecs": 760.9133720397949, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 306.26845359802246, + "relativeCreated": 216.4747714996338, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 19.310951232910156, + "msecs": 761.0065937042236, "msg": "Cache is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 306.3688278198242, + "relativeCreated": 216.5679931640625, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.00010037422180175781 + "time_consumption": 9.322166442871094e-05 }, { "args": [ "5", "" ], - "asctime": "2019-12-27 21:48:48,019", - "created": 1577479728.019684, + "asctime": "2020-12-21 01:50:08,761", + "created": 1608511808.7611752, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -21183,8 +21183,8 @@ "5", "" ], - "asctime": "2019-12-27 21:48:48,019", - "created": 1577479728.0194407, + "asctime": "2020-12-21 01:50:08,761", + "created": 1608511808.7610886, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -21194,15 +21194,15 @@ "lineno": 22, "message": "Result (Keyfilter returnvalue for 5 ()): 5 ()", "module": "test", - "msecs": 19.440650939941406, + "msecs": 761.0886096954346, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 306.49852752685547, + "relativeCreated": 216.65000915527344, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -21211,8 +21211,8 @@ "5", "" ], - "asctime": "2019-12-27 21:48:48,019", - "created": 1577479728.0195959, + "asctime": "2020-12-21 01:50:08,761", + "created": 1608511808.7611303, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -21222,41 +21222,41 @@ "lineno": 26, "message": "Expectation (Keyfilter returnvalue for 5 ()): result = 5 ()", "module": "test", - "msecs": 19.595861434936523, + "msecs": 761.1303329467773, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 306.6537380218506, + "relativeCreated": 216.6917324066162, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 19.6840763092041, + "msecs": 761.1751556396484, "msg": "Keyfilter returnvalue for 5 () is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 306.74195289611816, + "relativeCreated": 216.7365550994873, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 8.821487426757812e-05 + "time_consumption": 4.482269287109375e-05 } ], - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.002866983413696289, - "time_finished": "2019-12-27 21:48:48,019", - "time_start": "2019-12-27 21:48:48,016" + "time_consumption": 0.002377033233642578, + "time_finished": "2020-12-21 01:50:08,761", + "time_start": "2020-12-21 01:50:08,758" }, "caching.property_cache_pickle: Test partially initialised PICKLE-Cache-Object": { "args": null, - "asctime": "2019-12-27 21:48:47,986", - "created": 1577479727.9861565, + "asctime": "2020-12-21 01:50:08,737", + "created": 1608511808.7371538, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21267,13 +21267,13 @@ "message": "caching.property_cache_pickle: Test partially initialised PICKLE-Cache-Object", "module": "__init__", "moduleLogger": [], - "msecs": 986.1564636230469, + "msecs": 737.1537685394287, "msg": "caching.property_cache_pickle: Test partially initialised PICKLE-Cache-Object", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/__init__.py", - "process": 7956, + "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 273.21434020996094, + "relativeCreated": 192.71516799926758, "stack_info": null, "testcaseLogger": [ { @@ -21281,8 +21281,8 @@ "property_cache_pickle", "False" ], - "asctime": "2019-12-27 21:48:47,986", - "created": 1577479727.9869711, + "asctime": "2020-12-21 01:50:08,737", + "created": 1608511808.7375002, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -21295,8 +21295,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2019-12-27 21:48:47,986", - "created": 1577479727.98636, + "asctime": "2020-12-21 01:50:08,737", + "created": 1608511808.7372365, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -21306,23 +21306,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 986.3600730895996, + "msecs": 737.236499786377, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 273.4179496765137, + "relativeCreated": 192.79789924621582, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:47,986", - "created": 1577479727.98652, + "asctime": "2020-12-21 01:50:08,737", + "created": 1608511808.7373068, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -21330,89 +21330,89 @@ "levelname": "INFO", "levelno": 20, "lineno": 21, - "message": "Initialising cached class with /user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.pkl as cache file.", + "message": "Initialising cached class with /user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl as cache file.", "module": "test_helpers", - "msecs": 986.5200519561768, + "msecs": 737.3068332672119, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 273.5779285430908, + "relativeCreated": 192.86823272705078, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2019-12-27 21:48:47,986", - "created": 1577479727.9866483, + "asctime": "2020-12-21 01:50:08,737", + "created": 1608511808.737364, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "DEBUG", "levelno": 10, - "lineno": 145, + "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 986.6483211517334, + "msecs": 737.3640537261963, "msg": "%s Cache file does not exists (yet).", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 273.70619773864746, + "relativeCreated": 192.92545318603516, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:47,986", - "created": 1577479727.9868388, + "asctime": "2020-12-21 01:50:08,737", + "created": 1608511808.7374427, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl)", "module": "__init__", - "msecs": 986.8388175964355, + "msecs": 737.4427318572998, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 273.8966941833496, + "relativeCreated": 193.00413131713867, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 986.9711399078369, + "msecs": 737.5001907348633, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_helpers.py", - "process": 7956, + "pathname": "src/tests/test_helpers.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 274.029016494751, + "relativeCreated": 193.06159019470215, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.0001323223114013672 + "time_consumption": 5.745887756347656e-05 }, { "args": [], - "asctime": "2019-12-27 21:48:47,988", - "created": 1577479727.9882383, + "asctime": "2020-12-21 01:50:08,738", + "created": 1608511808.7380571, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -21429,53 +21429,53 @@ "str", "'string'" ], - "asctime": "2019-12-27 21:48:47,987", - "created": 1577479727.9871259, + "asctime": "2020-12-21 01:50:08,737", + "created": 1608511808.7375762, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'str' from source instance ('string')", "module": "__init__", - "msecs": 987.1258735656738, + "msecs": 737.5762462615967, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 274.1837501525879, + "relativeCreated": 193.13764572143555, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:47,987", - "created": 1577479727.9873078, + "asctime": "2020-12-21 01:50:08,737", + "created": 1608511808.7376497, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl)", "module": "__init__", - "msecs": 987.3077869415283, + "msecs": 737.64967918396, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 274.3656635284424, + "relativeCreated": 193.21107864379883, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -21484,53 +21484,53 @@ "unicode", "'unicode'" ], - "asctime": "2019-12-27 21:48:47,987", - "created": 1577479727.9875822, + "asctime": "2020-12-21 01:50:08,737", + "created": 1608511808.7377467, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'unicode' from source instance ('unicode')", "module": "__init__", - "msecs": 987.5822067260742, + "msecs": 737.7467155456543, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 274.6400833129883, + "relativeCreated": 193.30811500549316, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:47,987", - "created": 1577479727.9877634, + "asctime": "2020-12-21 01:50:08,737", + "created": 1608511808.7378223, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl)", "module": "__init__", - "msecs": 987.7634048461914, + "msecs": 737.8222942352295, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 274.82128143310547, + "relativeCreated": 193.38369369506836, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -21539,74 +21539,74 @@ "integer", "17" ], - "asctime": "2019-12-27 21:48:47,987", - "created": 1577479727.9879904, + "asctime": "2020-12-21 01:50:08,737", + "created": 1608511808.7379081, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "get", "levelname": "DEBUG", "levelno": 10, - "lineno": 106, + "lineno": 109, "message": "PickCache: Loading property for 'integer' from source instance (17)", "module": "__init__", - "msecs": 987.9903793334961, + "msecs": 737.908124923706, "msg": "%s Loading property for '%s' from source instance (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 275.04825592041016, + "relativeCreated": 193.46952438354492, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:47,988", - "created": 1577479727.988154, + "asctime": "2020-12-21 01:50:08,737", + "created": 1608511808.7379808, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_save_cache", "levelname": "INFO", "levelno": 20, - "lineno": 167, - "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.pkl)", + "lineno": 170, + "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl)", "module": "__init__", - "msecs": 988.1539344787598, + "msecs": 737.980842590332, "msg": "%s cache-file stored (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 275.2118110656738, + "relativeCreated": 193.5422420501709, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 988.2383346557617, + "msecs": 738.0571365356445, "msg": "Partially initialising cache object by requesting some information.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_no_load_on_init.py", - "process": 7956, + "pathname": "src/tests/test_no_load_on_init.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 275.2962112426758, + "relativeCreated": 193.6185359954834, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 8.440017700195312e-05 + "time_consumption": 7.62939453125e-05 }, { "args": [ "property_cache_pickle" ], - "asctime": "2019-12-27 21:48:47,988", - "created": 1577479727.988548, + "asctime": "2020-12-21 01:50:08,738", + "created": 1608511808.7383249, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -21620,36 +21620,36 @@ { "args": [ "PickCache:", - "/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.pkl" + "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl" ], - "asctime": "2019-12-27 21:48:47,988", - "created": 1577479727.9883535, + "asctime": "2020-12-21 01:50:08,738", + "created": 1608511808.7382016, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "_load_cache", "levelname": "INFO", "levelno": 20, - "lineno": 142, - "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/modules/caching/unittest/output_data/no_load_on_init.pkl)", + "lineno": 145, + "message": "PickCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl)", "module": "__init__", - "msecs": 988.3534908294678, + "msecs": 738.2016181945801, "msg": "%s Loading properties from cache (%s)", - "name": "CACHING", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/caching/__init__.py", - "process": 7956, + "name": "root.caching", + "pathname": "src/caching/__init__.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 275.41136741638184, + "relativeCreated": 193.76301765441895, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { "args": [ "{'_property_cache_uid_': 'my_unique_id', '_property_cache_data_version_': 1, 'str': 'string', 'unicode': 'unicode', 'integer': 17}" ], - "asctime": "2019-12-27 21:48:47,988", - "created": 1577479727.988425, + "asctime": "2020-12-21 01:50:08,738", + "created": 1608511808.738249, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -21659,15 +21659,15 @@ "lineno": 23, "message": "Using storage object of cache class for comparison: {'_property_cache_uid_': 'my_unique_id', '_property_cache_data_version_': 1, 'str': 'string', 'unicode': 'unicode', 'integer': 17}", "module": "test_no_load_on_init", - "msecs": 988.4250164031982, + "msecs": 738.2490634918213, "msg": "Using storage object of cache class for comparison: %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_no_load_on_init.py", - "process": 7956, + "pathname": "src/tests/test_no_load_on_init.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 275.4828929901123, + "relativeCreated": 193.81046295166016, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -21675,8 +21675,8 @@ "_property_cache_data_version_", "_property_cache_uid_" ], - "asctime": "2019-12-27 21:48:47,988", - "created": 1577479727.9884996, + "asctime": "2020-12-21 01:50:08,738", + "created": 1608511808.738285, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -21686,37 +21686,37 @@ "lineno": 24, "message": "Deleting overhead keys: _property_cache_data_version_, _property_cache_uid_", "module": "test_no_load_on_init", - "msecs": 988.499641418457, + "msecs": 738.2850646972656, "msg": "Deleting overhead keys: %s, %s", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_no_load_on_init.py", - "process": 7956, + "pathname": "src/tests/test_no_load_on_init.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 275.5575180053711, + "relativeCreated": 193.8464641571045, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 988.5480403900146, + "msecs": 738.3248805999756, "msg": "Extracting storage object from %s for comparison.", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/tests/test_no_load_on_init.py", - "process": 7956, + "pathname": "src/tests/test_no_load_on_init.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 275.6059169769287, + "relativeCreated": 193.88628005981445, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 4.839897155761719e-05 + "time_consumption": 3.981590270996094e-05 }, { "args": [ "{'str': 'string', 'unicode': 'unicode', 'integer': 17}", "" ], - "asctime": "2019-12-27 21:48:47,988", - "created": 1577479727.9888241, + "asctime": "2020-12-21 01:50:08,738", + "created": 1608511808.7384844, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -21733,8 +21733,8 @@ "{ 'str': 'string', 'unicode': 'unicode', 'integer': 17 }", "" ], - "asctime": "2019-12-27 21:48:47,988", - "created": 1577479727.9886544, + "asctime": "2020-12-21 01:50:08,738", + "created": 1608511808.738395, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -21744,15 +21744,15 @@ "lineno": 22, "message": "Result (Cache object): { 'str': 'string', 'unicode': 'unicode', 'integer': 17 } ()", "module": "test", - "msecs": 988.654375076294, + "msecs": 738.3949756622314, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 275.712251663208, + "relativeCreated": 193.9563751220703, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" }, { @@ -21761,8 +21761,8 @@ "{ 'str': 'string', 'unicode': 'unicode', 'integer': 17 }", "" ], - "asctime": "2019-12-27 21:48:47,988", - "created": 1577479727.988727, + "asctime": "2020-12-21 01:50:08,738", + "created": 1608511808.7384365, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -21772,40 +21772,40 @@ "lineno": 26, "message": "Expectation (Cache object): result = { 'str': 'string', 'unicode': 'unicode', 'integer': 17 } ()", "module": "test", - "msecs": 988.7270927429199, + "msecs": 738.4364604949951, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 275.784969329834, + "relativeCreated": 193.99785995483398, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread" } ], - "msecs": 988.8241291046143, + "msecs": 738.4843826293945, "msg": "Cache object is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/user_data/data/dirk/prj/modules/caching/unittest/src/unittest/test.py", - "process": 7956, + "pathname": "src/unittest/test.py", + "process": 98456, "processName": "MainProcess", - "relativeCreated": 275.8820056915283, + "relativeCreated": 194.0457820892334, "stack_info": null, - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 9.703636169433594e-05 + "time_consumption": 4.792213439941406e-05 } ], - "thread": 140673488709440, + "thread": 140172142663488, "threadName": "MainThread", - "time_consumption": 0.002667665481567383, - "time_finished": "2019-12-27 21:48:47,988", - "time_start": "2019-12-27 21:48:47,986" + "time_consumption": 0.0013306140899658203, + "time_finished": "2020-12-21 01:50:08,738", + "time_start": "2020-12-21 01:50:08,737" } }, "testrun_id": "p3", - "time_consumption": 0.09304237365722656, + "time_consumption": 0.08125591278076172, "uid_list_sorted": [ "caching.property_cache_json: Test full initialised JSON-Cache-Object", "caching.property_cache_json: Test partially initialisation of JSON-Cache-Object", diff --git a/_testresults_/unittest.pdf b/_testresults_/unittest.pdf index fc54949..814f606 100644 Binary files a/_testresults_/unittest.pdf and b/_testresults_/unittest.pdf differ