diff --git a/_docs_/_downloads/f5f51665bfc67c10ccc039770b738067/unittest.pdf b/_docs_/_downloads/f5f51665bfc67c10ccc039770b738067/unittest.pdf index 814f606..fe0a255 100644 Binary files a/_docs_/_downloads/f5f51665bfc67c10ccc039770b738067/unittest.pdf and b/_docs_/_downloads/f5f51665bfc67c10ccc039770b738067/unittest.pdf differ diff --git a/_docs_/index.html b/_docs_/index.html index c409b73..4973fc2 100644 --- a/_docs_/index.html +++ b/_docs_/index.html @@ -303,40 +303,40 @@

Will result on the first execution to the following output (with a long execution time):

Testing property_cache (json):\n--------------------------------
-2021-01-07 21:58:26,892: root.caching - DEBUG - JsonCache: Cache file does not exists (yet).
-2021-01-07 21:58:26,893: root.caching - INFO - JsonCache: cache-file stored (cache.json)
+2021-01-14 00:50:45,282: root.caching - DEBUG - JsonCache: Cache file does not exists (yet).
+2021-01-14 00:50:45,283: root.caching - INFO - JsonCache: cache-file stored (cache.json)
 slow get executed for 1
-2021-01-07 21:58:29,896: root.caching - DEBUG - JsonCache: Loading property for '1' from source instance ('one')
-2021-01-07 21:58:29,897: root.caching - INFO - JsonCache: cache-file stored (cache.json)
+2021-01-14 00:50:48,285: root.caching - DEBUG - JsonCache: Loading property for '1' from source instance ('one')
+2021-01-14 00:50:48,286: root.caching - INFO - JsonCache: cache-file stored (cache.json)
 one
 slow get executed for 2
 two
 slow get executed for _property_cache_data_version_
-2021-01-07 21:58:35,904: root.caching - DEBUG - JsonCache: Loading property for '_property_cache_data_version_' from source instance ('three')
-2021-01-07 21:58:35,904: root.caching - INFO - JsonCache: cache-file stored (cache.json)
+2021-01-14 00:50:54,292: root.caching - DEBUG - JsonCache: Loading property for '_property_cache_data_version_' from source instance ('three')
+2021-01-14 00:50:54,293: root.caching - INFO - JsonCache: cache-file stored (cache.json)
 three
 slow get executed for _property_cache_uid_
-2021-01-07 21:58:38,905: root.caching - DEBUG - JsonCache: Loading property for '_property_cache_uid_' from source instance ('four')
-2021-01-07 21:58:38,906: root.caching - INFO - JsonCache: cache-file stored (cache.json)
+2021-01-14 00:50:57,297: root.caching - DEBUG - JsonCache: Loading property for '_property_cache_uid_' from source instance ('four')
+2021-01-14 00:50:57,297: root.caching - INFO - JsonCache: cache-file stored (cache.json)
 four
 slow get executed for __property_cache_uid_
-2021-01-07 21:58:41,908: root.caching - DEBUG - JsonCache: Loading property for '__property_cache_uid_' from source instance ('five')
-2021-01-07 21:58:41,910: root.caching - INFO - JsonCache: cache-file stored (cache.json)
+2021-01-14 00:51:00,301: root.caching - DEBUG - JsonCache: Loading property for '__property_cache_uid_' from source instance ('five')
+2021-01-14 00:51:00,301: root.caching - INFO - JsonCache: cache-file stored (cache.json)
 five
 

With every following execution (slow for getting “two” which is not cached - see implementation):

Testing property_cache (json):\n--------------------------------
-2021-01-07 21:58:42,014: root.caching - INFO - JsonCache: Loading properties from cache (cache.json)
-2021-01-07 21:58:42,015: root.caching - DEBUG - JsonCache: Providing property for '1' from cache ('one')
+2021-01-14 00:51:00,380: root.caching - INFO - JsonCache: Loading properties from cache (cache.json)
+2021-01-14 00:51:00,380: root.caching - DEBUG - JsonCache: Providing property for '1' from cache ('one')
 one
 slow get executed for 2
 two
-2021-01-07 21:58:45,016: root.caching - DEBUG - JsonCache: Providing property for '_property_cache_data_version_' from cache ('three')
+2021-01-14 00:51:03,381: root.caching - DEBUG - JsonCache: Providing property for '_property_cache_data_version_' from cache ('three')
 three
-2021-01-07 21:58:45,016: root.caching - DEBUG - JsonCache: Providing property for '_property_cache_uid_' from cache ('four')
+2021-01-14 00:51:03,381: root.caching - DEBUG - JsonCache: Providing property for '_property_cache_uid_' from cache ('four')
 four
-2021-01-07 21:58:45,017: root.caching - DEBUG - JsonCache: Providing property for '__property_cache_uid_' from cache ('five')
+2021-01-14 00:51:03,381: root.caching - DEBUG - JsonCache: Providing property for '__property_cache_uid_' from cache ('five')
 five
 
@@ -467,40 +467,40 @@

Will result on the first execution to the following output (with a long execution time):

Testing property_cache (pickle):\n--------------------------------
-2021-01-07 21:58:08,749: root.caching - DEBUG - PickCache: Cache file does not exists (yet).
-2021-01-07 21:58:08,749: root.caching - INFO - PickCache: cache-file stored (cache.pickle)
+2021-01-14 00:50:27,103: root.caching - DEBUG - PickCache: Cache file does not exists (yet).
+2021-01-14 00:50:27,103: root.caching - INFO - PickCache: cache-file stored (cache.pickle)
 slow get executed for 1
-2021-01-07 21:58:11,752: root.caching - DEBUG - PickCache: Loading property for '1' from source instance ('one')
-2021-01-07 21:58:11,753: root.caching - INFO - PickCache: cache-file stored (cache.pickle)
+2021-01-14 00:50:30,107: root.caching - DEBUG - PickCache: Loading property for '1' from source instance ('one')
+2021-01-14 00:50:30,107: root.caching - INFO - PickCache: cache-file stored (cache.pickle)
 one
 slow get executed for 2
 two
 slow get executed for _property_cache_data_version_
-2021-01-07 21:58:17,760: root.caching - DEBUG - PickCache: Loading property for '_property_cache_data_version_' from source instance ('three')
-2021-01-07 21:58:17,760: root.caching - INFO - PickCache: cache-file stored (cache.pickle)
+2021-01-14 00:50:36,112: root.caching - DEBUG - PickCache: Loading property for '_property_cache_data_version_' from source instance ('three')
+2021-01-14 00:50:36,113: root.caching - INFO - PickCache: cache-file stored (cache.pickle)
 three
 slow get executed for _property_cache_uid_
-2021-01-07 21:58:20,764: root.caching - DEBUG - PickCache: Loading property for '_property_cache_uid_' from source instance ('four')
-2021-01-07 21:58:20,764: root.caching - INFO - PickCache: cache-file stored (cache.pickle)
+2021-01-14 00:50:39,116: root.caching - DEBUG - PickCache: Loading property for '_property_cache_uid_' from source instance ('four')
+2021-01-14 00:50:39,117: root.caching - INFO - PickCache: cache-file stored (cache.pickle)
 four
 slow get executed for __property_cache_uid_
-2021-01-07 21:58:23,768: root.caching - DEBUG - PickCache: Loading property for '__property_cache_uid_' from source instance ('five')
-2021-01-07 21:58:23,768: root.caching - INFO - PickCache: cache-file stored (cache.pickle)
+2021-01-14 00:50:42,120: root.caching - DEBUG - PickCache: Loading property for '__property_cache_uid_' from source instance ('five')
+2021-01-14 00:50:42,121: root.caching - INFO - PickCache: cache-file stored (cache.pickle)
 five
 

With every following execution (slow for getting “two” which is not cached - see implementation):

Testing property_cache (pickle):\n--------------------------------
-2021-01-07 21:58:23,828: root.caching - INFO - PickCache: Loading properties from cache (cache.pickle)
-2021-01-07 21:58:23,828: root.caching - DEBUG - PickCache: Providing property for '1' from cache ('one')
+2021-01-14 00:50:42,200: root.caching - INFO - PickCache: Loading properties from cache (cache.pickle)
+2021-01-14 00:50:42,200: root.caching - DEBUG - PickCache: Providing property for '1' from cache ('one')
 one
 slow get executed for 2
 two
-2021-01-07 21:58:26,828: root.caching - DEBUG - PickCache: Providing property for '_property_cache_data_version_' from cache ('three')
+2021-01-14 00:50:45,201: root.caching - DEBUG - PickCache: Providing property for '_property_cache_data_version_' from cache ('three')
 three
-2021-01-07 21:58:26,829: root.caching - DEBUG - PickCache: Providing property for '_property_cache_uid_' from cache ('four')
+2021-01-14 00:50:45,201: root.caching - DEBUG - PickCache: Providing property for '_property_cache_uid_' from cache ('four')
 four
-2021-01-07 21:58:26,829: root.caching - DEBUG - PickCache: Providing property for '__property_cache_uid_' from cache ('five')
+2021-01-14 00:50:45,201: root.caching - DEBUG - PickCache: Providing property for '__property_cache_uid_' from cache ('five')
 five
 
diff --git a/_testresults_/unittest.json b/_testresults_/unittest.json index 345a76a..fa5fb12 100644 --- a/_testresults_/unittest.json +++ b/_testresults_/unittest.json @@ -360,9 +360,9 @@ "specification": {}, "system_information": { "Architecture": "64bit", - "Distribution": "Linux Mint 20 ulyana", + "Distribution": "Linux Mint 20.1 ulyssa", "Hostname": "ahorn", - "Kernel": "5.4.0-59-generic (#65-Ubuntu SMP Thu Dec 10 12:01:51 UTC 2020)", + "Kernel": "5.4.0-60-generic (#67-Ubuntu SMP Tue Jan 5 18:31:36 UTC 2021)", "Machine": "x86_64", "Path": "/user_data/data/dirk/prj/unittest/caching/unittest", "System": "Linux", @@ -395,8 +395,8 @@ "testcases": { "caching.property_cache_json: Test cached data (full init)": { "args": null, - "asctime": "2021-01-07 21:59:04,735", - "created": 1610053144.735529, + "asctime": "2021-01-14 00:51:41,573", + "created": 1610581901.573667, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -407,21 +407,21 @@ "message": "caching.property_cache_json: Test cached data (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 735.5289459228516, + "msecs": 573.667049407959, "msg": "caching.property_cache_json: Test cached data (full init)", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 38.754940032958984, + "relativeCreated": 52.6120662689209, "testcaseLogger": [ { "args": [ "property_cache_json", "True" ], - "asctime": "2021-01-07 21:59:04,736", - "created": 1610053144.736032, + "asctime": "2021-01-14 00:51:41,574", + "created": 1610581901.574247, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -434,8 +434,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:04,735", - "created": 1610053144.735606, + "asctime": "2021-01-14 00:51:41,573", + "created": 1610581901.573772, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -445,22 +445,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 735.6059551239014, + "msecs": 573.7719535827637, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 38.83194923400879, - "thread": 140440784332608, + "relativeCreated": 52.716970443725586, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,735", - "created": 1610053144.735664, + "asctime": "2021-01-14 00:51:41,573", + "created": 1610581901.573832, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -470,22 +470,22 @@ "lineno": 21, "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": 735.663890838623, + "msecs": 573.8320350646973, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 38.88988494873047, - "thread": 140440784332608, + "relativeCreated": 52.77705192565918, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2021-01-07 21:59:04,735", - "created": 1610053144.735725, + "asctime": "2021-01-14 00:51:41,573", + "created": 1610581901.573893, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -495,14 +495,14 @@ "lineno": 228, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 735.724925994873, + "msecs": 573.8930702209473, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 38.95092010498047, - "thread": 140440784332608, + "relativeCreated": 52.83808708190918, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -510,8 +510,8 @@ "JsonCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2021-01-07 21:59:04,735", - "created": 1610053144.735775, + "asctime": "2021-01-14 00:51:41,573", + "created": 1610581901.573953, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -521,14 +521,14 @@ "lineno": 162, "message": "JsonCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 735.7749938964844, + "msecs": 573.9529132843018, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 39.0009880065918, - "thread": 140440784332608, + "relativeCreated": 52.89793014526367, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -536,8 +536,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,735", - "created": 1610053144.735969, + "asctime": "2021-01-14 00:51:41,574", + "created": 1610581901.574175, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -547,32 +547,32 @@ "lineno": 234, "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": 735.969066619873, + "msecs": 574.1748809814453, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 39.19506072998047, - "thread": 140440784332608, + "relativeCreated": 53.11989784240723, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 736.0320091247559, + "msecs": 574.246883392334, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 39.25800323486328, - "thread": 140440784332608, + "relativeCreated": 53.1919002532959, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 6.29425048828125e-05 + "time_consumption": 7.200241088867188e-05 }, { "args": [], - "asctime": "2021-01-07 21:59:04,736", - "created": 1610053144.736547, + "asctime": "2021-01-14 00:51:41,574", + "created": 1610581901.574774, "exc_info": null, "exc_text": null, "filename": "test_cached_data.py", @@ -588,8 +588,8 @@ "JsonCache:", "uncached" ], - "asctime": "2021-01-07 21:59:04,736", - "created": 1610053144.736113, + "asctime": "2021-01-14 00:51:41,574", + "created": 1610581901.574335, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -599,14 +599,14 @@ "lineno": 113, "message": "JsonCache: Key 'uncached' is not in cached_keys. Uncached data will be returned.", "module": "__init__", - "msecs": 736.1130714416504, + "msecs": 574.3350982666016, "msg": "%s Key '%s' is not in cached_keys. Uncached data will be returned.", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 39.33906555175781, - "thread": 140440784332608, + "relativeCreated": 53.28011512756348, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -614,8 +614,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,736", - "created": 1610053144.736211, + "asctime": "2021-01-14 00:51:41,574", + "created": 1610581901.574433, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -625,14 +625,14 @@ "lineno": 225, "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": 736.2110614776611, + "msecs": 574.4330883026123, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 39.437055587768555, - "thread": 140440784332608, + "relativeCreated": 53.37810516357422, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -641,8 +641,8 @@ "dict", "{u'1': 1, u'3': u'3', u'2': u'two', u'4': 4}" ], - "asctime": "2021-01-07 21:59:04,736", - "created": 1610053144.736271, + "asctime": "2021-01-14 00:51:41,574", + "created": 1610581901.574495, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -652,14 +652,14 @@ "lineno": 110, "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": 736.2709045410156, + "msecs": 574.4950771331787, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 39.49689865112305, - "thread": 140440784332608, + "relativeCreated": 53.440093994140625, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -668,8 +668,8 @@ "unicode", "u'unicode'" ], - "asctime": "2021-01-07 21:59:04,736", - "created": 1610053144.73632, + "asctime": "2021-01-14 00:51:41,574", + "created": 1610581901.574546, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -679,14 +679,14 @@ "lineno": 110, "message": "JsonCache: Providing property for 'unicode' from cache (u'unicode')", "module": "__init__", - "msecs": 736.3200187683105, + "msecs": 574.5460987091064, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 39.54601287841797, - "thread": 140440784332608, + "relativeCreated": 53.49111557006836, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -695,8 +695,8 @@ "str", "u'string'" ], - "asctime": "2021-01-07 21:59:04,736", - "created": 1610053144.736367, + "asctime": "2021-01-14 00:51:41,574", + "created": 1610581901.574594, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -706,14 +706,14 @@ "lineno": 110, "message": "JsonCache: Providing property for 'str' from cache (u'string')", "module": "__init__", - "msecs": 736.3669872283936, + "msecs": 574.5940208435059, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 39.59298133850098, - "thread": 140440784332608, + "relativeCreated": 53.53903770446777, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -722,8 +722,8 @@ "integer", "17" ], - "asctime": "2021-01-07 21:59:04,736", - "created": 1610053144.736414, + "asctime": "2021-01-14 00:51:41,574", + "created": 1610581901.574641, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -733,14 +733,14 @@ "lineno": 110, "message": "JsonCache: Providing property for 'integer' from cache (17)", "module": "__init__", - "msecs": 736.4139556884766, + "msecs": 574.6409893035889, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 39.639949798583984, - "thread": 140440784332608, + "relativeCreated": 53.58600616455078, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -749,8 +749,8 @@ "float", "3.14159" ], - "asctime": "2021-01-07 21:59:04,736", - "created": 1610053144.73646, + "asctime": "2021-01-14 00:51:41,574", + "created": 1610581901.574687, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -760,14 +760,14 @@ "lineno": 110, "message": "JsonCache: Providing property for 'float' from cache (3.14159)", "module": "__init__", - "msecs": 736.4599704742432, + "msecs": 574.6870040893555, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 39.685964584350586, - "thread": 140440784332608, + "relativeCreated": 53.63202095031738, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -776,8 +776,8 @@ "list", "[1, u'two', u'3', 4]" ], - "asctime": "2021-01-07 21:59:04,736", - "created": 1610053144.736507, + "asctime": "2021-01-14 00:51:41,574", + "created": 1610581901.574734, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -787,32 +787,32 @@ "lineno": 110, "message": "JsonCache: Providing property for 'list' from cache ([1, u'two', u'3', 4])", "module": "__init__", - "msecs": 736.5069389343262, + "msecs": 574.7339725494385, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 39.732933044433594, - "thread": 140440784332608, + "relativeCreated": 53.67898941040039, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 736.5469932556152, + "msecs": 574.7740268707275, "msg": "Collecting data from cache instance.", "name": "__tLogger__", "pathname": "src/tests/test_cached_data.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 39.772987365722656, - "thread": 140440784332608, + "relativeCreated": 53.71904373168945, + "thread": 139670819383104, "threadName": "MainThread", "time_consumption": 4.00543212890625e-05 }, { "args": [], - "asctime": "2021-01-07 21:59:04,737", - "created": 1610053144.737608, + "asctime": "2021-01-14 00:51:41,575", + "created": 1610581901.575677, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -829,8 +829,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": "2021-01-07 21:59:04,736", - "created": 1610053144.736636, + "asctime": "2021-01-14 00:51:41,574", + "created": 1610581901.574863, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -840,14 +840,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": 736.6359233856201, + "msecs": 574.8629570007324, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 39.86191749572754, - "thread": 140440784332608, + "relativeCreated": 53.807973861694336, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -856,8 +856,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": "2021-01-07 21:59:04,736", - "created": 1610053144.736695, + "asctime": "2021-01-14 00:51:41,574", + "created": 1610581901.574923, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -867,14 +867,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": 736.6950511932373, + "msecs": 574.923038482666, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 39.92104530334473, - "thread": 140440784332608, + "relativeCreated": 53.86805534362793, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -884,8 +884,8 @@ " for test_variable", "u'two'" ], - "asctime": "2021-01-07 21:59:04,736", - "created": 1610053144.736895, + "asctime": "2021-01-14 00:51:41,574", + "created": 1610581901.574991, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -895,22 +895,22 @@ "lineno": 123, "message": "Type is NOT for test_variable (u'two'). ", "module": "test", - "msecs": 736.8950843811035, + "msecs": 574.99098777771, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 40.12107849121094, - "thread": 140440784332608, + "relativeCreated": 53.936004638671875, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "u'two'" ], - "asctime": "2021-01-07 21:59:04,736", - "created": 1610053144.736939, + "asctime": "2021-01-14 00:51:41,575", + "created": 1610581901.575033, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -920,14 +920,14 @@ "lineno": 119, "message": "Content u'two' is incorrect for test_variable.", "module": "test", - "msecs": 736.9389533996582, + "msecs": 575.0329494476318, "msg": "Content %s is incorrect for test_variable.", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 40.164947509765625, - "thread": 140440784332608, + "relativeCreated": 53.97796630859375, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -937,8 +937,8 @@ " for test_variable", "u'two'" ], - "asctime": "2021-01-07 21:59:04,736", - "created": 1610053144.736992, + "asctime": "2021-01-14 00:51:41,575", + "created": 1610581901.575082, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -948,22 +948,22 @@ "lineno": 123, "message": "Type is NOT for test_variable (u'two'). ", "module": "test", - "msecs": 736.9918823242188, + "msecs": 575.0820636749268, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 40.21787643432617, - "thread": 140440784332608, + "relativeCreated": 54.02708053588867, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "u'two'" ], - "asctime": "2021-01-07 21:59:04,737", - "created": 1610053144.737033, + "asctime": "2021-01-14 00:51:41,575", + "created": 1610581901.575127, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -973,14 +973,14 @@ "lineno": 119, "message": "Content u'two' is incorrect for test_variable.", "module": "test", - "msecs": 737.0328903198242, + "msecs": 575.1268863677979, "msg": "Content %s is incorrect for test_variable.", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 40.25888442993164, - "thread": 140440784332608, + "relativeCreated": 54.071903228759766, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -990,8 +990,8 @@ " for test_variable", "u'two'" ], - "asctime": "2021-01-07 21:59:04,737", - "created": 1610053144.737077, + "asctime": "2021-01-14 00:51:41,575", + "created": 1610581901.575171, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1001,14 +1001,14 @@ "lineno": 123, "message": "Type is NOT for test_variable (u'two'). ", "module": "test", - "msecs": 737.076997756958, + "msecs": 575.1709938049316, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 40.30299186706543, - "thread": 140440784332608, + "relativeCreated": 54.116010665893555, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -1018,8 +1018,8 @@ " for result.list[1]", "u'two'" ], - "asctime": "2021-01-07 21:59:04,737", - "created": 1610053144.737118, + "asctime": "2021-01-14 00:51:41,575", + "created": 1610581901.575212, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1029,14 +1029,14 @@ "lineno": 123, "message": "Type is NOT for result.list[1] (u'two'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 737.1180057525635, + "msecs": 575.2120018005371, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 40.3439998626709, - "thread": 140440784332608, + "relativeCreated": 54.15701866149902, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -1046,8 +1046,8 @@ " for test_variable", "u'3'" ], - "asctime": "2021-01-07 21:59:04,737", - "created": 1610053144.737287, + "asctime": "2021-01-14 00:51:41,575", + "created": 1610581901.575362, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1057,22 +1057,22 @@ "lineno": 123, "message": "Type is NOT for test_variable (u'3'). ", "module": "test", - "msecs": 737.2870445251465, + "msecs": 575.361967086792, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 40.513038635253906, - "thread": 140440784332608, + "relativeCreated": 54.306983947753906, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "u'3'" ], - "asctime": "2021-01-07 21:59:04,737", - "created": 1610053144.737331, + "asctime": "2021-01-14 00:51:41,575", + "created": 1610581901.575405, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1082,14 +1082,14 @@ "lineno": 119, "message": "Content u'3' is incorrect for test_variable.", "module": "test", - "msecs": 737.3309135437012, + "msecs": 575.4048824310303, "msg": "Content %s is incorrect for test_variable.", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 40.556907653808594, - "thread": 140440784332608, + "relativeCreated": 54.34989929199219, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -1099,8 +1099,8 @@ " for test_variable", "u'3'" ], - "asctime": "2021-01-07 21:59:04,737", - "created": 1610053144.737377, + "asctime": "2021-01-14 00:51:41,575", + "created": 1610581901.575451, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1110,14 +1110,14 @@ "lineno": 123, "message": "Type is NOT for test_variable (u'3'). ", "module": "test", - "msecs": 737.3769283294678, + "msecs": 575.4508972167969, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 40.602922439575195, - "thread": 140440784332608, + "relativeCreated": 54.39591407775879, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -1127,8 +1127,8 @@ " for result.list[2]", "u'3'" ], - "asctime": "2021-01-07 21:59:04,737", - "created": 1610053144.73742, + "asctime": "2021-01-14 00:51:41,575", + "created": 1610581901.575493, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1138,14 +1138,14 @@ "lineno": 123, "message": "Type is NOT for result.list[2] (u'3'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 737.4200820922852, + "msecs": 575.4930973052979, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 40.64607620239258, - "thread": 140440784332608, + "relativeCreated": 54.438114166259766, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -1155,8 +1155,8 @@ " for result.dict.3", "u'3'" ], - "asctime": "2021-01-07 21:59:04,737", - "created": 1610053144.737476, + "asctime": "2021-01-14 00:51:41,575", + "created": 1610581901.575549, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1166,14 +1166,14 @@ "lineno": 123, "message": "Type is NOT for result.dict.3 (u'3'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 737.476110458374, + "msecs": 575.5488872528076, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 40.702104568481445, - "thread": 140440784332608, + "relativeCreated": 54.49390411376953, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -1183,8 +1183,8 @@ " for result.dict.2", "u'two'" ], - "asctime": "2021-01-07 21:59:04,737", - "created": 1610053144.737519, + "asctime": "2021-01-14 00:51:41,575", + "created": 1610581901.575592, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1194,14 +1194,14 @@ "lineno": 123, "message": "Type is NOT for result.dict.2 (u'two'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 737.5190258026123, + "msecs": 575.592041015625, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 40.74501991271973, - "thread": 140440784332608, + "relativeCreated": 54.537057876586914, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -1211,8 +1211,8 @@ " for result.str", "u'string'" ], - "asctime": "2021-01-07 21:59:04,737", - "created": 1610053144.737564, + "asctime": "2021-01-14 00:51:41,575", + "created": 1610581901.575636, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1222,39 +1222,39 @@ "lineno": 123, "message": "Type is NOT for result.str (u'string'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 737.5640869140625, + "msecs": 575.6359100341797, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 40.79008102416992, - "thread": 140440784332608, + "relativeCreated": 54.5809268951416, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 737.6079559326172, + "msecs": 575.6769180297852, "msg": "Cached data is NOT correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 40.83395004272461, - "thread": 140440784332608, + "relativeCreated": 54.62193489074707, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 4.38690185546875e-05 + "time_consumption": 4.100799560546875e-05 } ], - "thread": 140440784332608, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.002079010009765625, - "time_finished": "2021-01-07 21:59:04,737", - "time_start": "2021-01-07 21:59:04,735" + "time_consumption": 0.002009868621826172, + "time_finished": "2021-01-14 00:51:41,575", + "time_start": "2021-01-14 00:51:41,573" }, "caching.property_cache_json: Test cached data (partially init)": { "args": null, - "asctime": "2021-01-07 21:59:04,737", - "created": 1610053144.737735, + "asctime": "2021-01-14 00:51:41,575", + "created": 1610581901.575802, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1265,21 +1265,21 @@ "message": "caching.property_cache_json: Test cached data (partially init)", "module": "__init__", "moduleLogger": [], - "msecs": 737.7350330352783, + "msecs": 575.8020877838135, "msg": "caching.property_cache_json: Test cached data (partially init)", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 40.96102714538574, + "relativeCreated": 54.74710464477539, "testcaseLogger": [ { "args": [ "property_cache_json", "True" ], - "asctime": "2021-01-07 21:59:04,738", - "created": 1610053144.738251, + "asctime": "2021-01-14 00:51:41,576", + "created": 1610581901.576324, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -1292,8 +1292,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:04,737", - "created": 1610053144.737811, + "asctime": "2021-01-14 00:51:41,575", + "created": 1610581901.575888, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -1303,22 +1303,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 737.8110885620117, + "msecs": 575.88791847229, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 41.03708267211914, - "thread": 140440784332608, + "relativeCreated": 54.83293533325195, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,737", - "created": 1610053144.737871, + "asctime": "2021-01-14 00:51:41,575", + "created": 1610581901.57595, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -1328,22 +1328,22 @@ "lineno": 21, "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": 737.8709316253662, + "msecs": 575.9499073028564, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 41.09692573547363, - "thread": 140440784332608, + "relativeCreated": 54.89492416381836, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2021-01-07 21:59:04,737", - "created": 1610053144.737939, + "asctime": "2021-01-14 00:51:41,576", + "created": 1610581901.576012, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1353,14 +1353,14 @@ "lineno": 228, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 737.9388809204102, + "msecs": 576.0118961334229, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 41.16487503051758, - "thread": 140440784332608, + "relativeCreated": 54.956912994384766, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -1368,8 +1368,8 @@ "JsonCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2021-01-07 21:59:04,737", - "created": 1610053144.73799, + "asctime": "2021-01-14 00:51:41,576", + "created": 1610581901.576063, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1379,14 +1379,14 @@ "lineno": 162, "message": "JsonCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 737.9899024963379, + "msecs": 576.0629177093506, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 41.21589660644531, - "thread": 140440784332608, + "relativeCreated": 55.0079345703125, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -1394,8 +1394,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,738", - "created": 1610053144.738183, + "asctime": "2021-01-14 00:51:41,576", + "created": 1610581901.576258, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1405,32 +1405,32 @@ "lineno": 234, "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": 738.1830215454102, + "msecs": 576.2579441070557, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 41.40901565551758, - "thread": 140440784332608, + "relativeCreated": 55.20296096801758, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 738.2509708404541, + "msecs": 576.3239860534668, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 41.47696495056152, - "thread": 140440784332608, + "relativeCreated": 55.26900291442871, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 6.794929504394531e-05 + "time_consumption": 6.604194641113281e-05 }, { "args": [], - "asctime": "2021-01-07 21:59:04,738", - "created": 1610053144.738761, + "asctime": "2021-01-14 00:51:41,576", + "created": 1610581901.57684, "exc_info": null, "exc_text": null, "filename": "test_cached_data.py", @@ -1446,8 +1446,8 @@ "JsonCache:", "uncached" ], - "asctime": "2021-01-07 21:59:04,738", - "created": 1610053144.738333, + "asctime": "2021-01-14 00:51:41,576", + "created": 1610581901.576405, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1457,14 +1457,14 @@ "lineno": 113, "message": "JsonCache: Key 'uncached' is not in cached_keys. Uncached data will be returned.", "module": "__init__", - "msecs": 738.332986831665, + "msecs": 576.4050483703613, "msg": "%s Key '%s' is not in cached_keys. Uncached data will be returned.", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 41.55898094177246, - "thread": 140440784332608, + "relativeCreated": 55.35006523132324, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -1472,8 +1472,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,738", - "created": 1610053144.738425, + "asctime": "2021-01-14 00:51:41,576", + "created": 1610581901.576501, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1483,14 +1483,14 @@ "lineno": 225, "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": 738.4250164031982, + "msecs": 576.5008926391602, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 41.651010513305664, - "thread": 140440784332608, + "relativeCreated": 55.44590950012207, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -1499,8 +1499,8 @@ "dict", "{u'1': 1, u'3': u'3', u'2': u'two', u'4': 4}" ], - "asctime": "2021-01-07 21:59:04,738", - "created": 1610053144.738484, + "asctime": "2021-01-14 00:51:41,576", + "created": 1610581901.576559, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1510,14 +1510,14 @@ "lineno": 110, "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": 738.4839057922363, + "msecs": 576.5590667724609, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 41.70989990234375, - "thread": 140440784332608, + "relativeCreated": 55.50408363342285, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -1526,8 +1526,8 @@ "unicode", "u'unicode'" ], - "asctime": "2021-01-07 21:59:04,738", - "created": 1610053144.738534, + "asctime": "2021-01-14 00:51:41,576", + "created": 1610581901.576609, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1537,14 +1537,14 @@ "lineno": 110, "message": "JsonCache: Providing property for 'unicode' from cache (u'unicode')", "module": "__init__", - "msecs": 738.5339736938477, + "msecs": 576.6088962554932, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 41.75996780395508, - "thread": 140440784332608, + "relativeCreated": 55.55391311645508, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -1553,8 +1553,8 @@ "str", "u'string'" ], - "asctime": "2021-01-07 21:59:04,738", - "created": 1610053144.73858, + "asctime": "2021-01-14 00:51:41,576", + "created": 1610581901.576656, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1564,14 +1564,14 @@ "lineno": 110, "message": "JsonCache: Providing property for 'str' from cache (u'string')", "module": "__init__", - "msecs": 738.5799884796143, + "msecs": 576.6561031341553, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 41.80598258972168, - "thread": 140440784332608, + "relativeCreated": 55.60111999511719, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -1580,8 +1580,8 @@ "integer", "17" ], - "asctime": "2021-01-07 21:59:04,738", - "created": 1610053144.738627, + "asctime": "2021-01-14 00:51:41,576", + "created": 1610581901.576702, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1591,14 +1591,14 @@ "lineno": 110, "message": "JsonCache: Providing property for 'integer' from cache (17)", "module": "__init__", - "msecs": 738.6269569396973, + "msecs": 576.7021179199219, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 41.85295104980469, - "thread": 140440784332608, + "relativeCreated": 55.64713478088379, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -1607,8 +1607,8 @@ "float", "3.14159" ], - "asctime": "2021-01-07 21:59:04,738", - "created": 1610053144.738674, + "asctime": "2021-01-14 00:51:41,576", + "created": 1610581901.576749, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1618,14 +1618,14 @@ "lineno": 110, "message": "JsonCache: Providing property for 'float' from cache (3.14159)", "module": "__init__", - "msecs": 738.6739253997803, + "msecs": 576.7490863800049, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 41.899919509887695, - "thread": 140440784332608, + "relativeCreated": 55.6941032409668, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -1634,8 +1634,8 @@ "list", "[1, u'two', u'3', 4]" ], - "asctime": "2021-01-07 21:59:04,738", - "created": 1610053144.738722, + "asctime": "2021-01-14 00:51:41,576", + "created": 1610581901.576801, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1645,32 +1645,32 @@ "lineno": 110, "message": "JsonCache: Providing property for 'list' from cache ([1, u'two', u'3', 4])", "module": "__init__", - "msecs": 738.7220859527588, + "msecs": 576.801061630249, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 41.94808006286621, - "thread": 140440784332608, + "relativeCreated": 55.74607849121094, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 738.7609481811523, + "msecs": 576.8399238586426, "msg": "Collecting data from cache instance.", "name": "__tLogger__", "pathname": "src/tests/test_cached_data.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 41.986942291259766, - "thread": 140440784332608, + "relativeCreated": 55.78494071960449, + "thread": 139670819383104, "threadName": "MainThread", "time_consumption": 3.886222839355469e-05 }, { "args": [], - "asctime": "2021-01-07 21:59:04,739", - "created": 1610053144.739543, + "asctime": "2021-01-14 00:51:41,577", + "created": 1610581901.577667, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1687,8 +1687,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": "2021-01-07 21:59:04,738", - "created": 1610053144.738849, + "asctime": "2021-01-14 00:51:41,576", + "created": 1610581901.576929, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1698,14 +1698,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": 738.8489246368408, + "msecs": 576.9290924072266, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 42.07491874694824, - "thread": 140440784332608, + "relativeCreated": 55.87410926818848, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -1714,8 +1714,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": "2021-01-07 21:59:04,738", - "created": 1610053144.738906, + "asctime": "2021-01-14 00:51:41,576", + "created": 1610581901.576989, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1725,14 +1725,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": 738.9059066772461, + "msecs": 576.988935470581, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 42.131900787353516, - "thread": 140440784332608, + "relativeCreated": 55.93395233154297, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -1742,8 +1742,8 @@ " for test_variable", "u'two'" ], - "asctime": "2021-01-07 21:59:04,738", - "created": 1610053144.738972, + "asctime": "2021-01-14 00:51:41,577", + "created": 1610581901.577055, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1753,22 +1753,22 @@ "lineno": 123, "message": "Type is NOT for test_variable (u'two'). ", "module": "test", - "msecs": 738.9719486236572, + "msecs": 577.0549774169922, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 42.19794273376465, - "thread": 140440784332608, + "relativeCreated": 55.9999942779541, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "u'two'" ], - "asctime": "2021-01-07 21:59:04,739", - "created": 1610053144.739014, + "asctime": "2021-01-14 00:51:41,577", + "created": 1610581901.577097, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1778,14 +1778,14 @@ "lineno": 119, "message": "Content u'two' is incorrect for test_variable.", "module": "test", - "msecs": 739.0139102935791, + "msecs": 577.0969390869141, "msg": "Content %s is incorrect for test_variable.", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 42.23990440368652, - "thread": 140440784332608, + "relativeCreated": 56.04195594787598, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -1795,8 +1795,8 @@ " for test_variable", "u'two'" ], - "asctime": "2021-01-07 21:59:04,739", - "created": 1610053144.739059, + "asctime": "2021-01-14 00:51:41,577", + "created": 1610581901.577186, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1806,22 +1806,22 @@ "lineno": 123, "message": "Type is NOT for test_variable (u'two'). ", "module": "test", - "msecs": 739.0589714050293, + "msecs": 577.186107635498, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 42.28496551513672, - "thread": 140440784332608, + "relativeCreated": 56.13112449645996, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "u'two'" ], - "asctime": "2021-01-07 21:59:04,739", - "created": 1610053144.739099, + "asctime": "2021-01-14 00:51:41,577", + "created": 1610581901.577229, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1831,14 +1831,14 @@ "lineno": 119, "message": "Content u'two' is incorrect for test_variable.", "module": "test", - "msecs": 739.0990257263184, + "msecs": 577.2290229797363, "msg": "Content %s is incorrect for test_variable.", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 42.32501983642578, - "thread": 140440784332608, + "relativeCreated": 56.17403984069824, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -1848,8 +1848,8 @@ " for test_variable", "u'two'" ], - "asctime": "2021-01-07 21:59:04,739", - "created": 1610053144.739147, + "asctime": "2021-01-14 00:51:41,577", + "created": 1610581901.577272, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1859,14 +1859,14 @@ "lineno": 123, "message": "Type is NOT for test_variable (u'two'). ", "module": "test", - "msecs": 739.1469478607178, + "msecs": 577.2719383239746, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 42.372941970825195, - "thread": 140440784332608, + "relativeCreated": 56.21695518493652, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -1876,8 +1876,8 @@ " for result.list[1]", "u'two'" ], - "asctime": "2021-01-07 21:59:04,739", - "created": 1610053144.739189, + "asctime": "2021-01-14 00:51:41,577", + "created": 1610581901.577314, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1887,14 +1887,14 @@ "lineno": 123, "message": "Type is NOT for result.list[1] (u'two'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 739.1889095306396, + "msecs": 577.3138999938965, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 42.41490364074707, - "thread": 140440784332608, + "relativeCreated": 56.2589168548584, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -1904,8 +1904,8 @@ " for test_variable", "u'3'" ], - "asctime": "2021-01-07 21:59:04,739", - "created": 1610053144.739232, + "asctime": "2021-01-14 00:51:41,577", + "created": 1610581901.577357, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1915,22 +1915,22 @@ "lineno": 123, "message": "Type is NOT for test_variable (u'3'). ", "module": "test", - "msecs": 739.232063293457, + "msecs": 577.3570537567139, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 42.45805740356445, - "thread": 140440784332608, + "relativeCreated": 56.30207061767578, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "u'3'" ], - "asctime": "2021-01-07 21:59:04,739", - "created": 1610053144.739271, + "asctime": "2021-01-14 00:51:41,577", + "created": 1610581901.577399, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1940,14 +1940,14 @@ "lineno": 119, "message": "Content u'3' is incorrect for test_variable.", "module": "test", - "msecs": 739.2709255218506, + "msecs": 577.3990154266357, "msg": "Content %s is incorrect for test_variable.", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 42.49691963195801, - "thread": 140440784332608, + "relativeCreated": 56.344032287597656, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -1957,8 +1957,8 @@ " for test_variable", "u'3'" ], - "asctime": "2021-01-07 21:59:04,739", - "created": 1610053144.739314, + "asctime": "2021-01-14 00:51:41,577", + "created": 1610581901.577442, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1968,14 +1968,14 @@ "lineno": 123, "message": "Type is NOT for test_variable (u'3'). ", "module": "test", - "msecs": 739.314079284668, + "msecs": 577.441930770874, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 42.54007339477539, - "thread": 140440784332608, + "relativeCreated": 56.38694763183594, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -1985,8 +1985,8 @@ " for result.list[2]", "u'3'" ], - "asctime": "2021-01-07 21:59:04,739", - "created": 1610053144.739359, + "asctime": "2021-01-14 00:51:41,577", + "created": 1610581901.577483, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1996,14 +1996,14 @@ "lineno": 123, "message": "Type is NOT for result.list[2] (u'3'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 739.3589019775391, + "msecs": 577.4829387664795, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 42.584896087646484, - "thread": 140440784332608, + "relativeCreated": 56.427955627441406, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -2013,8 +2013,8 @@ " for result.dict.3", "u'3'" ], - "asctime": "2021-01-07 21:59:04,739", - "created": 1610053144.739414, + "asctime": "2021-01-14 00:51:41,577", + "created": 1610581901.577538, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2024,14 +2024,14 @@ "lineno": 123, "message": "Type is NOT for result.dict.3 (u'3'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 739.4139766693115, + "msecs": 577.538013458252, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 42.639970779418945, - "thread": 140440784332608, + "relativeCreated": 56.48303031921387, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -2041,8 +2041,8 @@ " for result.dict.2", "u'two'" ], - "asctime": "2021-01-07 21:59:04,739", - "created": 1610053144.739456, + "asctime": "2021-01-14 00:51:41,577", + "created": 1610581901.577583, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2052,14 +2052,14 @@ "lineno": 123, "message": "Type is NOT for result.dict.2 (u'two'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 739.4559383392334, + "msecs": 577.5830745697021, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 42.68193244934082, - "thread": 140440784332608, + "relativeCreated": 56.52809143066406, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -2069,8 +2069,8 @@ " for result.str", "u'string'" ], - "asctime": "2021-01-07 21:59:04,739", - "created": 1610053144.7395, + "asctime": "2021-01-14 00:51:41,577", + "created": 1610581901.577627, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2080,39 +2080,39 @@ "lineno": 123, "message": "Type is NOT for result.str (u'string'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 739.5000457763672, + "msecs": 577.6269435882568, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 42.72603988647461, - "thread": 140440784332608, + "relativeCreated": 56.57196044921875, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 739.5429611206055, + "msecs": 577.6669979095459, "msg": "Cached data is NOT correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 42.76895523071289, - "thread": 140440784332608, + "relativeCreated": 56.61201477050781, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 4.291534423828125e-05 + "time_consumption": 4.00543212890625e-05 } ], - "thread": 140440784332608, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.0018079280853271484, - "time_finished": "2021-01-07 21:59:04,739", - "time_start": "2021-01-07 21:59:04,737" + "time_consumption": 0.0018649101257324219, + "time_finished": "2021-01-14 00:51:41,577", + "time_start": "2021-01-14 00:51:41,575" }, "caching.property_cache_json: Test execution of save callback (full init)": { "args": null, - "asctime": "2021-01-07 21:59:04,751", - "created": 1610053144.75193, + "asctime": "2021-01-14 00:51:41,597", + "created": 1610581901.597315, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2123,18 +2123,18 @@ "message": "caching.property_cache_json: Test execution of save callback (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 751.9299983978271, + "msecs": 597.3150730133057, "msg": "caching.property_cache_json: Test execution of save callback (full init)", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 55.15599250793457, + "relativeCreated": 76.26008987426758, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:04,752", - "created": 1610053144.752014, + "asctime": "2021-01-14 00:51:41,597", + "created": 1610581901.597496, "exc_info": null, "exc_text": null, "filename": "test_save_callback.py", @@ -2145,14 +2145,14 @@ "message": "Installing save_callback, which sets a variable to True on execution.", "module": "test_save_callback", "moduleLogger": [], - "msecs": 752.0139217376709, + "msecs": 597.4960327148438, "msg": "Installing save_callback, which sets a variable to True on execution.", "name": "__tLogger__", "pathname": "src/tests/test_save_callback.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 55.23991584777832, - "thread": 140440784332608, + "relativeCreated": 76.44104957580566, + "thread": 139670819383104, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -2161,8 +2161,8 @@ "True", "" ], - "asctime": "2021-01-07 21:59:04,752", - "created": 1610053144.752322, + "asctime": "2021-01-14 00:51:41,598", + "created": 1610581901.598142, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2178,8 +2178,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/save_callback_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,752", - "created": 1610053144.752127, + "asctime": "2021-01-14 00:51:41,597", + "created": 1610581901.59777, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2189,14 +2189,14 @@ "lineno": 234, "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/save_callback_load_on_init.json)", "module": "__init__", - "msecs": 752.126932144165, + "msecs": 597.7699756622314, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 55.35292625427246, - "thread": 140440784332608, + "relativeCreated": 76.71499252319336, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -2205,8 +2205,8 @@ "True", "" ], - "asctime": "2021-01-07 21:59:04,752", - "created": 1610053144.752207, + "asctime": "2021-01-14 00:51:41,597", + "created": 1610581901.597983, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2216,14 +2216,14 @@ "lineno": 22, "message": "Result (Save callback execution variable): True ()", "module": "test", - "msecs": 752.2070407867432, + "msecs": 597.9828834533691, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 55.433034896850586, - "thread": 140440784332608, + "relativeCreated": 76.92790031433105, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -2232,8 +2232,8 @@ "True", "" ], - "asctime": "2021-01-07 21:59:04,752", - "created": 1610053144.75228, + "asctime": "2021-01-14 00:51:41,598", + "created": 1610581901.598067, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2243,39 +2243,39 @@ "lineno": 26, "message": "Expectation (Save callback execution variable): result = True ()", "module": "test", - "msecs": 752.2799968719482, + "msecs": 598.067045211792, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 55.505990982055664, - "thread": 140440784332608, + "relativeCreated": 77.0120620727539, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 752.3219585418701, + "msecs": 598.1419086456299, "msg": "Save callback execution variable is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 55.54795265197754, - "thread": 140440784332608, + "relativeCreated": 77.0869255065918, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 4.1961669921875e-05 + "time_consumption": 7.486343383789062e-05 } ], - "thread": 140440784332608, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.00039196014404296875, - "time_finished": "2021-01-07 21:59:04,752", - "time_start": "2021-01-07 21:59:04,751" + "time_consumption": 0.0008268356323242188, + "time_finished": "2021-01-14 00:51:41,598", + "time_start": "2021-01-14 00:51:41,597" }, "caching.property_cache_json: Test full initialised JSON-Cache-Object": { "args": null, - "asctime": "2021-01-07 21:59:04,731", - "created": 1610053144.731258, + "asctime": "2021-01-14 00:51:41,569", + "created": 1610581901.569332, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2286,21 +2286,21 @@ "message": "caching.property_cache_json: Test full initialised JSON-Cache-Object", "module": "__init__", "moduleLogger": [], - "msecs": 731.2579154968262, + "msecs": 569.3318843841553, "msg": "caching.property_cache_json: Test full initialised JSON-Cache-Object", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 34.483909606933594, + "relativeCreated": 48.27690124511719, "testcaseLogger": [ { "args": [ "property_cache_json", "True" ], - "asctime": "2021-01-07 21:59:04,732", - "created": 1610053144.732049, + "asctime": "2021-01-14 00:51:41,570", + "created": 1610581901.570136, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -2313,8 +2313,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:04,731", - "created": 1610053144.731456, + "asctime": "2021-01-14 00:51:41,569", + "created": 1610581901.569538, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -2324,22 +2324,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 731.4560413360596, + "msecs": 569.5381164550781, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 34.68203544616699, - "thread": 140440784332608, + "relativeCreated": 48.48313331604004, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,731", - "created": 1610053144.731543, + "asctime": "2021-01-14 00:51:41,569", + "created": 1610581901.569622, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -2349,22 +2349,22 @@ "lineno": 21, "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": 731.5430641174316, + "msecs": 569.6220397949219, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 34.76905822753906, - "thread": 140440784332608, + "relativeCreated": 48.56705665588379, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2021-01-07 21:59:04,731", - "created": 1610053144.731689, + "asctime": "2021-01-14 00:51:41,569", + "created": 1610581901.569769, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2374,14 +2374,14 @@ "lineno": 228, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 731.6889762878418, + "msecs": 569.7689056396484, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 34.91497039794922, - "thread": 140440784332608, + "relativeCreated": 48.71392250061035, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -2389,8 +2389,8 @@ "JsonCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2021-01-07 21:59:04,731", - "created": 1610053144.731753, + "asctime": "2021-01-14 00:51:41,569", + "created": 1610581901.569834, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2400,14 +2400,14 @@ "lineno": 162, "message": "JsonCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 731.7531108856201, + "msecs": 569.8339939117432, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 34.97910499572754, - "thread": 140440784332608, + "relativeCreated": 48.77901077270508, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -2415,8 +2415,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,731", - "created": 1610053144.731975, + "asctime": "2021-01-14 00:51:41,570", + "created": 1610581901.570059, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2426,34 +2426,34 @@ "lineno": 234, "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.json)", "module": "__init__", - "msecs": 731.9750785827637, + "msecs": 570.059061050415, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 35.201072692871094, - "thread": 140440784332608, + "relativeCreated": 49.00407791137695, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 732.0489883422852, + "msecs": 570.1360702514648, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 35.27498245239258, - "thread": 140440784332608, + "relativeCreated": 49.08108711242676, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 7.390975952148438e-05 + "time_consumption": 7.700920104980469e-05 }, { "args": [ "property_cache_json" ], - "asctime": "2021-01-07 21:59:04,732", - "created": 1610053144.732336, + "asctime": "2021-01-14 00:51:41,570", + "created": 1610581901.570431, "exc_info": null, "exc_text": null, "filename": "test_load_on_init.py", @@ -2469,8 +2469,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,732", - "created": 1610053144.732184, + "asctime": "2021-01-14 00:51:41,570", + "created": 1610581901.570271, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2480,22 +2480,22 @@ "lineno": 225, "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.json)", "module": "__init__", - "msecs": 732.1839332580566, + "msecs": 570.2710151672363, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 35.40992736816406, - "thread": 140440784332608, + "relativeCreated": 49.21603202819824, + "thread": 139670819383104, "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": "2021-01-07 21:59:04,732", - "created": 1610053144.732248, + "asctime": "2021-01-14 00:51:41,570", + "created": 1610581901.570342, "exc_info": null, "exc_text": null, "filename": "test_load_on_init.py", @@ -2505,14 +2505,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": 732.248067855835, + "msecs": 570.3420639038086, "msg": "Using storage object of cache class for comparison: %s", "name": "__unittest__", "pathname": "src/tests/test_load_on_init.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 35.47406196594238, - "thread": 140440784332608, + "relativeCreated": 49.28708076477051, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -2520,8 +2520,8 @@ "_property_cache_data_version_", "_property_cache_uid_" ], - "asctime": "2021-01-07 21:59:04,732", - "created": 1610053144.732297, + "asctime": "2021-01-14 00:51:41,570", + "created": 1610581901.570391, "exc_info": null, "exc_text": null, "filename": "test_load_on_init.py", @@ -2531,32 +2531,32 @@ "lineno": 21, "message": "Deleting overhead keys: _property_cache_data_version_, _property_cache_uid_", "module": "test_load_on_init", - "msecs": 732.2969436645508, + "msecs": 570.3909397125244, "msg": "Deleting overhead keys: %s, %s", "name": "__unittest__", "pathname": "src/tests/test_load_on_init.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 35.5229377746582, - "thread": 140440784332608, + "relativeCreated": 49.33595657348633, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 732.3360443115234, + "msecs": 570.4309940338135, "msg": "Extracting storage object from %s for comparison.", "name": "__tLogger__", "pathname": "src/tests/test_load_on_init.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 35.56203842163086, - "thread": 140440784332608, + "relativeCreated": 49.37601089477539, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 3.910064697265625e-05 + "time_consumption": 4.00543212890625e-05 }, { "args": [], - "asctime": "2021-01-07 21:59:04,733", - "created": 1610053144.733165, + "asctime": "2021-01-14 00:51:41,571", + "created": 1610581901.571226, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2573,8 +2573,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": "2021-01-07 21:59:04,732", - "created": 1610053144.732431, + "asctime": "2021-01-14 00:51:41,570", + "created": 1610581901.570522, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2584,14 +2584,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": 732.4309349060059, + "msecs": 570.5220699310303, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 35.65692901611328, - "thread": 140440784332608, + "relativeCreated": 49.46708679199219, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -2600,8 +2600,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": "2021-01-07 21:59:04,732", - "created": 1610053144.73249, + "asctime": "2021-01-14 00:51:41,570", + "created": 1610581901.570583, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2611,14 +2611,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": 732.490062713623, + "msecs": 570.5831050872803, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 35.71605682373047, - "thread": 140440784332608, + "relativeCreated": 49.52812194824219, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -2628,8 +2628,8 @@ " for result.str", "u'string'" ], - "asctime": "2021-01-07 21:59:04,732", - "created": 1610053144.732548, + "asctime": "2021-01-14 00:51:41,570", + "created": 1610581901.570642, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2639,14 +2639,14 @@ "lineno": 123, "message": "Type is NOT for result.str (u'string'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 732.5479984283447, + "msecs": 570.6419944763184, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 35.77399253845215, - "thread": 140440784332608, + "relativeCreated": 49.58701133728027, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -2656,8 +2656,8 @@ " for test_variable", "u'two'" ], - "asctime": "2021-01-07 21:59:04,732", - "created": 1610053144.732607, + "asctime": "2021-01-14 00:51:41,570", + "created": 1610581901.570698, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2667,22 +2667,22 @@ "lineno": 123, "message": "Type is NOT for test_variable (u'two'). ", "module": "test", - "msecs": 732.6068878173828, + "msecs": 570.6980228424072, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 35.832881927490234, - "thread": 140440784332608, + "relativeCreated": 49.64303970336914, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "u'two'" ], - "asctime": "2021-01-07 21:59:04,732", - "created": 1610053144.73265, + "asctime": "2021-01-14 00:51:41,570", + "created": 1610581901.570739, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2692,14 +2692,14 @@ "lineno": 119, "message": "Content u'two' is incorrect for test_variable.", "module": "test", - "msecs": 732.6500415802002, + "msecs": 570.7390308380127, "msg": "Content %s is incorrect for test_variable.", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 35.87603569030762, - "thread": 140440784332608, + "relativeCreated": 49.68404769897461, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -2709,8 +2709,8 @@ " for test_variable", "u'two'" ], - "asctime": "2021-01-07 21:59:04,732", - "created": 1610053144.73271, + "asctime": "2021-01-14 00:51:41,570", + "created": 1610581901.570785, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2720,22 +2720,22 @@ "lineno": 123, "message": "Type is NOT for test_variable (u'two'). ", "module": "test", - "msecs": 732.7098846435547, + "msecs": 570.7850456237793, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 35.93587875366211, - "thread": 140440784332608, + "relativeCreated": 49.73006248474121, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "u'two'" ], - "asctime": "2021-01-07 21:59:04,732", - "created": 1610053144.732756, + "asctime": "2021-01-14 00:51:41,570", + "created": 1610581901.570825, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2745,14 +2745,14 @@ "lineno": 119, "message": "Content u'two' is incorrect for test_variable.", "module": "test", - "msecs": 732.7558994293213, + "msecs": 570.8250999450684, "msg": "Content %s is incorrect for test_variable.", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 35.98189353942871, - "thread": 140440784332608, + "relativeCreated": 49.77011680603027, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -2762,8 +2762,8 @@ " for test_variable", "u'two'" ], - "asctime": "2021-01-07 21:59:04,732", - "created": 1610053144.732801, + "asctime": "2021-01-14 00:51:41,570", + "created": 1610581901.570868, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2773,14 +2773,14 @@ "lineno": 123, "message": "Type is NOT for test_variable (u'two'). ", "module": "test", - "msecs": 732.8009605407715, + "msecs": 570.8680152893066, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 36.026954650878906, - "thread": 140440784332608, + "relativeCreated": 49.813032150268555, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -2790,8 +2790,8 @@ " for result.list[1]", "u'two'" ], - "asctime": "2021-01-07 21:59:04,732", - "created": 1610053144.732844, + "asctime": "2021-01-14 00:51:41,570", + "created": 1610581901.570909, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2801,14 +2801,14 @@ "lineno": 123, "message": "Type is NOT for result.list[1] (u'two'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 732.8441143035889, + "msecs": 570.9090232849121, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 36.07010841369629, - "thread": 140440784332608, + "relativeCreated": 49.85404014587402, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -2818,8 +2818,8 @@ " for test_variable", "u'3'" ], - "asctime": "2021-01-07 21:59:04,732", - "created": 1610053144.732889, + "asctime": "2021-01-14 00:51:41,570", + "created": 1610581901.570955, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2829,22 +2829,22 @@ "lineno": 123, "message": "Type is NOT for test_variable (u'3'). ", "module": "test", - "msecs": 732.88893699646, + "msecs": 570.9550380706787, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 36.11493110656738, - "thread": 140440784332608, + "relativeCreated": 49.900054931640625, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "u'3'" ], - "asctime": "2021-01-07 21:59:04,732", - "created": 1610053144.732929, + "asctime": "2021-01-14 00:51:41,570", + "created": 1610581901.570993, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2854,14 +2854,14 @@ "lineno": 119, "message": "Content u'3' is incorrect for test_variable.", "module": "test", - "msecs": 732.928991317749, + "msecs": 570.9929466247559, "msg": "Content %s is incorrect for test_variable.", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 36.154985427856445, - "thread": 140440784332608, + "relativeCreated": 49.93796348571777, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -2871,8 +2871,8 @@ " for test_variable", "u'3'" ], - "asctime": "2021-01-07 21:59:04,732", - "created": 1610053144.732974, + "asctime": "2021-01-14 00:51:41,571", + "created": 1610581901.571035, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2882,14 +2882,14 @@ "lineno": 123, "message": "Type is NOT for test_variable (u'3'). ", "module": "test", - "msecs": 732.9740524291992, + "msecs": 571.0349082946777, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 36.20004653930664, - "thread": 140440784332608, + "relativeCreated": 49.97992515563965, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -2899,8 +2899,8 @@ " for result.list[2]", "u'3'" ], - "asctime": "2021-01-07 21:59:04,733", - "created": 1610053144.733016, + "asctime": "2021-01-14 00:51:41,571", + "created": 1610581901.571076, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2910,14 +2910,14 @@ "lineno": 123, "message": "Type is NOT for result.list[2] (u'3'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 733.0160140991211, + "msecs": 571.0759162902832, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 36.242008209228516, - "thread": 140440784332608, + "relativeCreated": 50.02093315124512, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -2927,8 +2927,8 @@ " for result.dict.3", "u'3'" ], - "asctime": "2021-01-07 21:59:04,733", - "created": 1610053144.733074, + "asctime": "2021-01-14 00:51:41,571", + "created": 1610581901.571138, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2938,14 +2938,14 @@ "lineno": 123, "message": "Type is NOT for result.dict.3 (u'3'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 733.0739498138428, + "msecs": 571.1379051208496, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 36.299943923950195, - "thread": 140440784332608, + "relativeCreated": 50.08292198181152, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -2955,8 +2955,8 @@ " for result.dict.2", "u'two'" ], - "asctime": "2021-01-07 21:59:04,733", - "created": 1610053144.733118, + "asctime": "2021-01-14 00:51:41,571", + "created": 1610581901.57118, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2966,39 +2966,39 @@ "lineno": 123, "message": "Type is NOT for result.dict.2 (u'two'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 733.1180572509766, + "msecs": 571.1801052093506, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 36.344051361083984, - "thread": 140440784332608, + "relativeCreated": 50.1251220703125, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 733.1650257110596, + "msecs": 571.2258815765381, "msg": "Cache object is NOT correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 36.39101982116699, - "thread": 140440784332608, + "relativeCreated": 50.1708984375, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 4.696846008300781e-05 + "time_consumption": 4.57763671875e-05 } ], - "thread": 140440784332608, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.0019071102142333984, - "time_finished": "2021-01-07 21:59:04,733", - "time_start": "2021-01-07 21:59:04,731" + "time_consumption": 0.0018939971923828125, + "time_finished": "2021-01-14 00:51:41,571", + "time_start": "2021-01-14 00:51:41,569" }, "caching.property_cache_json: Test get from source caused by changed uid (full init)": { "args": null, - "asctime": "2021-01-07 21:59:04,746", - "created": 1610053144.746397, + "asctime": "2021-01-14 00:51:41,584", + "created": 1610581901.584997, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3009,21 +3009,21 @@ "message": "caching.property_cache_json: Test get from source caused by changed uid (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 746.3970184326172, + "msecs": 584.9969387054443, "msg": "caching.property_cache_json: Test get from source caused by changed uid (full init)", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 49.62301254272461, + "relativeCreated": 63.94195556640625, "testcaseLogger": [ { "args": [ "property_cache_json", "True" ], - "asctime": "2021-01-07 21:59:04,747", - "created": 1610053144.747311, + "asctime": "2021-01-14 00:51:41,587", + "created": 1610581901.587595, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -3036,8 +3036,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:04,746", - "created": 1610053144.746515, + "asctime": "2021-01-14 00:51:41,585", + "created": 1610581901.585765, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -3047,22 +3047,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 746.5150356292725, + "msecs": 585.7648849487305, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 49.74102973937988, - "thread": 140440784332608, + "relativeCreated": 64.70990180969238, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,746", - "created": 1610053144.746701, + "asctime": "2021-01-14 00:51:41,586", + "created": 1610581901.586052, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -3072,22 +3072,22 @@ "lineno": 21, "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": 746.7010021209717, + "msecs": 586.0519409179688, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 49.9269962310791, - "thread": 140440784332608, + "relativeCreated": 64.99695777893066, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2021-01-07 21:59:04,746", - "created": 1610053144.746823, + "asctime": "2021-01-14 00:51:41,586", + "created": 1610581901.586277, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3097,14 +3097,14 @@ "lineno": 228, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 746.8230724334717, + "msecs": 586.2770080566406, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 50.0490665435791, - "thread": 140440784332608, + "relativeCreated": 65.22202491760254, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -3112,8 +3112,8 @@ "JsonCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2021-01-07 21:59:04,746", - "created": 1610053144.746908, + "asctime": "2021-01-14 00:51:41,586", + "created": 1610581901.586519, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3123,14 +3123,14 @@ "lineno": 162, "message": "JsonCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 746.9079494476318, + "msecs": 586.5190029144287, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 50.13394355773926, - "thread": 140440784332608, + "relativeCreated": 65.46401977539062, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -3138,8 +3138,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,747", - "created": 1610053144.747206, + "asctime": "2021-01-14 00:51:41,587", + "created": 1610581901.587308, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3149,35 +3149,35 @@ "lineno": 234, "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.json)", "module": "__init__", - "msecs": 747.2059726715088, + "msecs": 587.3079299926758, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 50.43196678161621, - "thread": 140440784332608, + "relativeCreated": 66.2529468536377, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 747.3111152648926, + "msecs": 587.5949859619141, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 50.537109375, - "thread": 140440784332608, + "relativeCreated": 66.54000282287598, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.00010514259338378906 + "time_consumption": 0.00028705596923828125 }, { "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": "2021-01-07 21:59:04,748", - "created": 1610053144.748771, + "asctime": "2021-01-14 00:51:41,590", + "created": 1610581901.590537, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3193,8 +3193,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,747", - "created": 1610053144.747516, + "asctime": "2021-01-14 00:51:41,588", + "created": 1610581901.58812, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3204,22 +3204,22 @@ "lineno": 225, "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": 747.5159168243408, + "msecs": 588.1199836730957, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 50.74191093444824, - "thread": 140440784332608, + "relativeCreated": 67.06500053405762, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2021-01-07 21:59:04,747", - "created": 1610053144.74759, + "asctime": "2021-01-14 00:51:41,588", + "created": 1610581901.588313, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3229,14 +3229,14 @@ "lineno": 131, "message": "JsonCache: Source uid changed, ignoring previous cache data", "module": "__init__", - "msecs": 747.5900650024414, + "msecs": 588.313102722168, "msg": "%s Source uid changed, ignoring previous cache data", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 50.81605911254883, - "thread": 140440784332608, + "relativeCreated": 67.25811958312988, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -3244,8 +3244,8 @@ "JsonCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2021-01-07 21:59:04,747", - "created": 1610053144.747674, + "asctime": "2021-01-14 00:51:41,588", + "created": 1610581901.588519, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3255,14 +3255,14 @@ "lineno": 162, "message": "JsonCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 747.6739883422852, + "msecs": 588.5190963745117, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 50.89998245239258, - "thread": 140440784332608, + "relativeCreated": 67.46411323547363, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -3270,8 +3270,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,747", - "created": 1610053144.747946, + "asctime": "2021-01-14 00:51:41,588", + "created": 1610581901.588971, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3281,14 +3281,14 @@ "lineno": 234, "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.json)", "module": "__init__", - "msecs": 747.94602394104, + "msecs": 588.9708995819092, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 51.17201805114746, - "thread": 140440784332608, + "relativeCreated": 67.9159164428711, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -3297,8 +3297,8 @@ "dict", "{'1': '1', '3': 'three', '2': 2, '4': '4'}" ], - "asctime": "2021-01-07 21:59:04,748", - "created": 1610053144.74811, + "asctime": "2021-01-14 00:51:41,589", + "created": 1610581901.589397, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3308,14 +3308,14 @@ "lineno": 110, "message": "JsonCache: Providing property for 'dict' from cache ({'1': '1', '3': 'three', '2': 2, '4': '4'})", "module": "__init__", - "msecs": 748.1100559234619, + "msecs": 589.3969535827637, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 51.336050033569336, - "thread": 140440784332608, + "relativeCreated": 68.34197044372559, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -3324,8 +3324,8 @@ "unicode", "u'__unicode__'" ], - "asctime": "2021-01-07 21:59:04,748", - "created": 1610053144.748204, + "asctime": "2021-01-14 00:51:41,589", + "created": 1610581901.589542, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3335,14 +3335,14 @@ "lineno": 110, "message": "JsonCache: Providing property for 'unicode' from cache (u'__unicode__')", "module": "__init__", - "msecs": 748.2039928436279, + "msecs": 589.5419120788574, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 51.42998695373535, - "thread": 140440784332608, + "relativeCreated": 68.48692893981934, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -3351,8 +3351,8 @@ "str", "'__string__'" ], - "asctime": "2021-01-07 21:59:04,748", - "created": 1610053144.748296, + "asctime": "2021-01-14 00:51:41,589", + "created": 1610581901.589667, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3362,14 +3362,14 @@ "lineno": 110, "message": "JsonCache: Providing property for 'str' from cache ('__string__')", "module": "__init__", - "msecs": 748.2960224151611, + "msecs": 589.6670818328857, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 51.522016525268555, - "thread": 140440784332608, + "relativeCreated": 68.61209869384766, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -3378,8 +3378,8 @@ "integer", "34" ], - "asctime": "2021-01-07 21:59:04,748", - "created": 1610053144.748371, + "asctime": "2021-01-14 00:51:41,589", + "created": 1610581901.589786, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3389,14 +3389,14 @@ "lineno": 110, "message": "JsonCache: Providing property for 'integer' from cache (34)", "module": "__init__", - "msecs": 748.370885848999, + "msecs": 589.7860527038574, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 51.596879959106445, - "thread": 140440784332608, + "relativeCreated": 68.73106956481934, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -3405,8 +3405,8 @@ "float", "2.71828" ], - "asctime": "2021-01-07 21:59:04,748", - "created": 1610053144.748456, + "asctime": "2021-01-14 00:51:41,589", + "created": 1610581901.589911, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3416,14 +3416,14 @@ "lineno": 110, "message": "JsonCache: Providing property for 'float' from cache (2.71828)", "module": "__init__", - "msecs": 748.4560012817383, + "msecs": 589.9109840393066, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 51.6819953918457, - "thread": 140440784332608, + "relativeCreated": 68.85600090026855, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -3432,8 +3432,8 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2021-01-07 21:59:04,748", - "created": 1610053144.748505, + "asctime": "2021-01-14 00:51:41,590", + "created": 1610581901.590031, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3443,14 +3443,14 @@ "lineno": 110, "message": "JsonCache: Providing property for 'list' from cache (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 748.5051155090332, + "msecs": 590.0309085845947, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 51.731109619140625, - "thread": 140440784332608, + "relativeCreated": 68.97592544555664, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -3459,8 +3459,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": "2021-01-07 21:59:04,748", - "created": 1610053144.74858, + "asctime": "2021-01-14 00:51:41,590", + "created": 1610581901.590183, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3470,14 +3470,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": 748.5799789428711, + "msecs": 590.1830196380615, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 51.805973052978516, - "thread": 140440784332608, + "relativeCreated": 69.12803649902344, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -3486,8 +3486,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": "2021-01-07 21:59:04,748", - "created": 1610053144.748639, + "asctime": "2021-01-14 00:51:41,590", + "created": 1610581901.590324, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3497,39 +3497,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": 748.6391067504883, + "msecs": 590.3239250183105, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 51.8651008605957, - "thread": 140440784332608, + "relativeCreated": 69.26894187927246, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 748.7709522247314, + "msecs": 590.5370712280273, "msg": "Instance data after changing uid is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 51.99694633483887, - "thread": 140440784332608, + "relativeCreated": 69.48208808898926, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.00013184547424316406 + "time_consumption": 0.00021314620971679688 } ], - "thread": 140440784332608, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.002373933792114258, - "time_finished": "2021-01-07 21:59:04,748", - "time_start": "2021-01-07 21:59:04,746" + "time_consumption": 0.005540132522583008, + "time_finished": "2021-01-14 00:51:41,590", + "time_start": "2021-01-14 00:51:41,584" }, "caching.property_cache_json: Test get from source caused by changed uid (partially init)": { "args": null, - "asctime": "2021-01-07 21:59:04,748", - "created": 1610053144.748913, + "asctime": "2021-01-14 00:51:41,590", + "created": 1610581901.590813, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3540,21 +3540,21 @@ "message": "caching.property_cache_json: Test get from source caused by changed uid (partially init)", "module": "__init__", "moduleLogger": [], - "msecs": 748.913049697876, + "msecs": 590.8129215240479, "msg": "caching.property_cache_json: Test get from source caused by changed uid (partially init)", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 52.1390438079834, + "relativeCreated": 69.75793838500977, "testcaseLogger": [ { "args": [ "property_cache_json", "True" ], - "asctime": "2021-01-07 21:59:04,749", - "created": 1610053144.749476, + "asctime": "2021-01-14 00:51:41,592", + "created": 1610581901.592116, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -3567,8 +3567,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:04,749", - "created": 1610053144.749002, + "asctime": "2021-01-14 00:51:41,591", + "created": 1610581901.591065, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -3578,22 +3578,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 749.0019798278809, + "msecs": 591.0649299621582, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 52.22797393798828, - "thread": 140440784332608, + "relativeCreated": 70.00994682312012, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,749", - "created": 1610053144.749074, + "asctime": "2021-01-14 00:51:41,591", + "created": 1610581901.591238, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -3603,22 +3603,22 @@ "lineno": 21, "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": 749.0739822387695, + "msecs": 591.2380218505859, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 52.29997634887695, - "thread": 140440784332608, + "relativeCreated": 70.18303871154785, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2021-01-07 21:59:04,749", - "created": 1610053144.749146, + "asctime": "2021-01-14 00:51:41,591", + "created": 1610581901.591416, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3628,14 +3628,14 @@ "lineno": 228, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 749.1459846496582, + "msecs": 591.4158821105957, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 52.371978759765625, - "thread": 140440784332608, + "relativeCreated": 70.36089897155762, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -3643,8 +3643,8 @@ "JsonCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2021-01-07 21:59:04,749", - "created": 1610053144.749199, + "asctime": "2021-01-14 00:51:41,591", + "created": 1610581901.591542, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3654,14 +3654,14 @@ "lineno": 162, "message": "JsonCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 749.1989135742188, + "msecs": 591.5420055389404, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 52.42490768432617, - "thread": 140440784332608, + "relativeCreated": 70.48702239990234, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -3669,8 +3669,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,749", - "created": 1610053144.749409, + "asctime": "2021-01-14 00:51:41,591", + "created": 1610581901.591953, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3680,35 +3680,35 @@ "lineno": 234, "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": 749.4089603424072, + "msecs": 591.9530391693115, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 52.63495445251465, - "thread": 140440784332608, + "relativeCreated": 70.89805603027344, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 749.4759559631348, + "msecs": 592.116117477417, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 52.70195007324219, - "thread": 140440784332608, + "relativeCreated": 71.0611343383789, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 6.699562072753906e-05 + "time_consumption": 0.00016307830810546875 }, { "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": "2021-01-07 21:59:04,751", - "created": 1610053144.751793, + "asctime": "2021-01-14 00:51:41,596", + "created": 1610581901.596952, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3724,8 +3724,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,749", - "created": 1610053144.749615, + "asctime": "2021-01-14 00:51:41,592", + "created": 1610581901.592453, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3735,22 +3735,22 @@ "lineno": 225, "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": 749.614953994751, + "msecs": 592.4530029296875, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 52.8409481048584, - "thread": 140440784332608, + "relativeCreated": 71.39801979064941, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2021-01-07 21:59:04,749", - "created": 1610053144.749668, + "asctime": "2021-01-14 00:51:41,592", + "created": 1610581901.592595, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3760,14 +3760,14 @@ "lineno": 131, "message": "JsonCache: Source uid changed, ignoring previous cache data", "module": "__init__", - "msecs": 749.6678829193115, + "msecs": 592.595100402832, "msg": "%s Source uid changed, ignoring previous cache data", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 52.893877029418945, - "thread": 140440784332608, + "relativeCreated": 71.54011726379395, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -3775,8 +3775,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,749", - "created": 1610053144.749902, + "asctime": "2021-01-14 00:51:41,593", + "created": 1610581901.593559, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3786,14 +3786,14 @@ "lineno": 234, "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": 749.9020099639893, + "msecs": 593.5590267181396, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 53.12800407409668, - "thread": 140440784332608, + "relativeCreated": 72.50404357910156, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -3802,8 +3802,8 @@ "dict", "{'1': '1', '3': 'three', '2': 2, '4': '4'}" ], - "asctime": "2021-01-07 21:59:04,750", - "created": 1610053144.750011, + "asctime": "2021-01-14 00:51:41,593", + "created": 1610581901.593774, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3813,14 +3813,14 @@ "lineno": 106, "message": "JsonCache: Loading property for 'dict' from source instance ({'1': '1', '3': 'three', '2': 2, '4': '4'})", "module": "__init__", - "msecs": 750.0109672546387, + "msecs": 593.7740802764893, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 53.236961364746094, - "thread": 140440784332608, + "relativeCreated": 72.71909713745117, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -3828,8 +3828,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,750", - "created": 1610053144.750169, + "asctime": "2021-01-14 00:51:41,593", + "created": 1610581901.593956, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3839,14 +3839,14 @@ "lineno": 234, "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": 750.169038772583, + "msecs": 593.9559936523438, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 53.39503288269043, - "thread": 140440784332608, + "relativeCreated": 72.90101051330566, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -3855,8 +3855,8 @@ "unicode", "u'__unicode__'" ], - "asctime": "2021-01-07 21:59:04,750", - "created": 1610053144.750269, + "asctime": "2021-01-14 00:51:41,594", + "created": 1610581901.594084, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3866,14 +3866,14 @@ "lineno": 106, "message": "JsonCache: Loading property for 'unicode' from source instance (u'__unicode__')", "module": "__init__", - "msecs": 750.2689361572266, + "msecs": 594.0840244293213, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 53.494930267333984, - "thread": 140440784332608, + "relativeCreated": 73.0290412902832, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -3881,8 +3881,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,750", - "created": 1610053144.750428, + "asctime": "2021-01-14 00:51:41,594", + "created": 1610581901.594381, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3892,14 +3892,14 @@ "lineno": 234, "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": 750.4279613494873, + "msecs": 594.3810939788818, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 53.65395545959473, - "thread": 140440784332608, + "relativeCreated": 73.32611083984375, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -3908,8 +3908,8 @@ "str", "'__string__'" ], - "asctime": "2021-01-07 21:59:04,750", - "created": 1610053144.750526, + "asctime": "2021-01-14 00:51:41,594", + "created": 1610581901.594579, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3919,14 +3919,14 @@ "lineno": 106, "message": "JsonCache: Loading property for 'str' from source instance ('__string__')", "module": "__init__", - "msecs": 750.525951385498, + "msecs": 594.5789813995361, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 53.75194549560547, - "thread": 140440784332608, + "relativeCreated": 73.52399826049805, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -3934,8 +3934,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,750", - "created": 1610053144.750685, + "asctime": "2021-01-14 00:51:41,594", + "created": 1610581901.594872, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3945,14 +3945,14 @@ "lineno": 234, "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": 750.6849765777588, + "msecs": 594.871997833252, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 53.91097068786621, - "thread": 140440784332608, + "relativeCreated": 73.81701469421387, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -3961,8 +3961,8 @@ "integer", "34" ], - "asctime": "2021-01-07 21:59:04,750", - "created": 1610053144.750782, + "asctime": "2021-01-14 00:51:41,595", + "created": 1610581901.595047, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3972,14 +3972,14 @@ "lineno": 106, "message": "JsonCache: Loading property for 'integer' from source instance (34)", "module": "__init__", - "msecs": 750.7820129394531, + "msecs": 595.0469970703125, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 54.00800704956055, - "thread": 140440784332608, + "relativeCreated": 73.99201393127441, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -3987,8 +3987,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,750", - "created": 1610053144.750944, + "asctime": "2021-01-14 00:51:41,595", + "created": 1610581901.59536, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3998,14 +3998,14 @@ "lineno": 234, "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": 750.9438991546631, + "msecs": 595.3600406646729, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 54.16989326477051, - "thread": 140440784332608, + "relativeCreated": 74.30505752563477, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -4014,8 +4014,8 @@ "float", "2.71828" ], - "asctime": "2021-01-07 21:59:04,751", - "created": 1610053144.751042, + "asctime": "2021-01-14 00:51:41,595", + "created": 1610581901.595541, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4025,14 +4025,14 @@ "lineno": 106, "message": "JsonCache: Loading property for 'float' from source instance (2.71828)", "module": "__init__", - "msecs": 751.0418891906738, + "msecs": 595.5410003662109, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 54.26788330078125, - "thread": 140440784332608, + "relativeCreated": 74.48601722717285, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -4040,8 +4040,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,751", - "created": 1610053144.751212, + "asctime": "2021-01-14 00:51:41,595", + "created": 1610581901.59588, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4051,14 +4051,14 @@ "lineno": 234, "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": 751.2118816375732, + "msecs": 595.8800315856934, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 54.437875747680664, - "thread": 140440784332608, + "relativeCreated": 74.82504844665527, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -4067,8 +4067,8 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2021-01-07 21:59:04,751", - "created": 1610053144.751312, + "asctime": "2021-01-14 00:51:41,596", + "created": 1610581901.59606, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4078,14 +4078,14 @@ "lineno": 106, "message": "JsonCache: Loading property for 'list' from source instance (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 751.3120174407959, + "msecs": 596.060037612915, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 54.53801155090332, - "thread": 140440784332608, + "relativeCreated": 75.00505447387695, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -4093,8 +4093,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,751", - "created": 1610053144.751504, + "asctime": "2021-01-14 00:51:41,596", + "created": 1610581901.596404, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4104,14 +4104,14 @@ "lineno": 234, "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": 751.5039443969727, + "msecs": 596.4040756225586, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 54.72993850708008, - "thread": 140440784332608, + "relativeCreated": 75.34909248352051, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -4120,8 +4120,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": "2021-01-07 21:59:04,751", - "created": 1610053144.751621, + "asctime": "2021-01-14 00:51:41,596", + "created": 1610581901.596625, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4131,14 +4131,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": 751.6210079193115, + "msecs": 596.6250896453857, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 54.847002029418945, - "thread": 140440784332608, + "relativeCreated": 75.57010650634766, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -4147,8 +4147,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": "2021-01-07 21:59:04,751", - "created": 1610053144.751702, + "asctime": "2021-01-14 00:51:41,596", + "created": 1610581901.596746, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4158,39 +4158,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": 751.702070236206, + "msecs": 596.7459678649902, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 54.92806434631348, - "thread": 140440784332608, + "relativeCreated": 75.69098472595215, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 751.7929077148438, + "msecs": 596.951961517334, "msg": "Instance data after changing uid is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 55.01890182495117, - "thread": 140440784332608, + "relativeCreated": 75.8969783782959, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 9.083747863769531e-05 + "time_consumption": 0.00020599365234375 } ], - "thread": 140440784332608, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.0028798580169677734, - "time_finished": "2021-01-07 21:59:04,751", - "time_start": "2021-01-07 21:59:04,748" + "time_consumption": 0.006139039993286133, + "time_finished": "2021-01-14 00:51:41,596", + "time_start": "2021-01-14 00:51:41,590" }, "caching.property_cache_json: Test get from source caused by increased data version (full init)": { "args": null, - "asctime": "2021-01-07 21:59:04,739", - "created": 1610053144.739667, + "asctime": "2021-01-14 00:51:41,577", + "created": 1610581901.577794, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4201,21 +4201,21 @@ "message": "caching.property_cache_json: Test get from source caused by increased data version (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 739.6669387817383, + "msecs": 577.794075012207, "msg": "caching.property_cache_json: Test get from source caused by increased data version (full init)", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 42.8929328918457, + "relativeCreated": 56.739091873168945, "testcaseLogger": [ { "args": [ "property_cache_json", "True" ], - "asctime": "2021-01-07 21:59:04,740", - "created": 1610053144.740173, + "asctime": "2021-01-14 00:51:41,578", + "created": 1610581901.578313, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -4228,8 +4228,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:04,739", - "created": 1610053144.739744, + "asctime": "2021-01-14 00:51:41,577", + "created": 1610581901.577879, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -4239,22 +4239,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 739.7439479827881, + "msecs": 577.8789520263672, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 42.96994209289551, - "thread": 140440784332608, + "relativeCreated": 56.8239688873291, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,739", - "created": 1610053144.739805, + "asctime": "2021-01-14 00:51:41,577", + "created": 1610581901.577938, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -4264,22 +4264,22 @@ "lineno": 21, "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": 739.8049831390381, + "msecs": 577.9380798339844, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 43.03097724914551, - "thread": 140440784332608, + "relativeCreated": 56.88309669494629, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2021-01-07 21:59:04,739", - "created": 1610053144.739866, + "asctime": "2021-01-14 00:51:41,577", + "created": 1610581901.577999, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4289,14 +4289,14 @@ "lineno": 228, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 739.8660182952881, + "msecs": 577.9991149902344, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 43.09201240539551, - "thread": 140440784332608, + "relativeCreated": 56.94413185119629, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -4304,8 +4304,8 @@ "JsonCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2021-01-07 21:59:04,739", - "created": 1610053144.739917, + "asctime": "2021-01-14 00:51:41,578", + "created": 1610581901.578051, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4315,14 +4315,14 @@ "lineno": 162, "message": "JsonCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 739.9170398712158, + "msecs": 578.0510902404785, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 43.14303398132324, - "thread": 140440784332608, + "relativeCreated": 56.99610710144043, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -4330,8 +4330,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,740", - "created": 1610053144.740112, + "asctime": "2021-01-14 00:51:41,578", + "created": 1610581901.57825, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4341,35 +4341,35 @@ "lineno": 234, "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": 740.1120662689209, + "msecs": 578.2499313354492, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 43.33806037902832, - "thread": 140440784332608, + "relativeCreated": 57.19494819641113, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 740.1731014251709, + "msecs": 578.3131122589111, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 43.39909553527832, - "thread": 140440784332608, + "relativeCreated": 57.25812911987305, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 6.103515625e-05 + "time_consumption": 6.318092346191406e-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": "2021-01-07 21:59:04,741", - "created": 1610053144.741198, + "asctime": "2021-01-14 00:51:41,579", + "created": 1610581901.579796, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4385,8 +4385,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,740", - "created": 1610053144.740301, + "asctime": "2021-01-14 00:51:41,578", + "created": 1610581901.578442, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4396,22 +4396,22 @@ "lineno": 225, "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": 740.3008937835693, + "msecs": 578.4420967102051, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 43.52688789367676, - "thread": 140440784332608, + "relativeCreated": 57.38711357116699, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2021-01-07 21:59:04,740", - "created": 1610053144.740357, + "asctime": "2021-01-14 00:51:41,578", + "created": 1610581901.578499, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4421,14 +4421,14 @@ "lineno": 133, "message": "JsonCache: Data version increased, ignoring previous cache data", "module": "__init__", - "msecs": 740.3569221496582, + "msecs": 578.4990787506104, "msg": "%s Data version increased, ignoring previous cache data", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 43.582916259765625, - "thread": 140440784332608, + "relativeCreated": 57.444095611572266, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -4436,8 +4436,8 @@ "JsonCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2021-01-07 21:59:04,740", - "created": 1610053144.740407, + "asctime": "2021-01-14 00:51:41,578", + "created": 1610581901.578551, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4447,14 +4447,14 @@ "lineno": 162, "message": "JsonCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 740.4069900512695, + "msecs": 578.5510540008545, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 43.63298416137695, - "thread": 140440784332608, + "relativeCreated": 57.496070861816406, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -4462,8 +4462,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,740", - "created": 1610053144.740599, + "asctime": "2021-01-14 00:51:41,578", + "created": 1610581901.578748, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4473,14 +4473,14 @@ "lineno": 234, "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": 740.5989170074463, + "msecs": 578.7479877471924, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 43.82491111755371, - "thread": 140440784332608, + "relativeCreated": 57.6930046081543, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -4489,8 +4489,8 @@ "dict", "{'1': '1', '3': 'three', '2': 2, '4': '4'}" ], - "asctime": "2021-01-07 21:59:04,740", - "created": 1610053144.740709, + "asctime": "2021-01-14 00:51:41,578", + "created": 1610581901.578891, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4500,14 +4500,14 @@ "lineno": 110, "message": "JsonCache: Providing property for 'dict' from cache ({'1': '1', '3': 'three', '2': 2, '4': '4'})", "module": "__init__", - "msecs": 740.7090663909912, + "msecs": 578.8910388946533, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 43.93506050109863, - "thread": 140440784332608, + "relativeCreated": 57.836055755615234, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -4516,8 +4516,8 @@ "unicode", "u'__unicode__'" ], - "asctime": "2021-01-07 21:59:04,740", - "created": 1610053144.740774, + "asctime": "2021-01-14 00:51:41,579", + "created": 1610581901.579003, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4527,14 +4527,14 @@ "lineno": 110, "message": "JsonCache: Providing property for 'unicode' from cache (u'__unicode__')", "module": "__init__", - "msecs": 740.7739162445068, + "msecs": 579.003095626831, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 43.99991035461426, - "thread": 140440784332608, + "relativeCreated": 57.94811248779297, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -4543,8 +4543,8 @@ "str", "'__string__'" ], - "asctime": "2021-01-07 21:59:04,740", - "created": 1610053144.740824, + "asctime": "2021-01-14 00:51:41,579", + "created": 1610581901.579087, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4554,14 +4554,14 @@ "lineno": 110, "message": "JsonCache: Providing property for 'str' from cache ('__string__')", "module": "__init__", - "msecs": 740.8239841461182, + "msecs": 579.0870189666748, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 44.049978256225586, - "thread": 140440784332608, + "relativeCreated": 58.03203582763672, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -4570,8 +4570,8 @@ "integer", "34" ], - "asctime": "2021-01-07 21:59:04,740", - "created": 1610053144.740875, + "asctime": "2021-01-14 00:51:41,579", + "created": 1610581901.579169, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4581,14 +4581,14 @@ "lineno": 110, "message": "JsonCache: Providing property for 'integer' from cache (34)", "module": "__init__", - "msecs": 740.8750057220459, + "msecs": 579.1690349578857, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 44.10099983215332, - "thread": 140440784332608, + "relativeCreated": 58.114051818847656, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -4597,8 +4597,8 @@ "float", "2.71828" ], - "asctime": "2021-01-07 21:59:04,740", - "created": 1610053144.740923, + "asctime": "2021-01-14 00:51:41,579", + "created": 1610581901.579256, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4608,14 +4608,14 @@ "lineno": 110, "message": "JsonCache: Providing property for 'float' from cache (2.71828)", "module": "__init__", - "msecs": 740.9229278564453, + "msecs": 579.2560577392578, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 44.148921966552734, - "thread": 140440784332608, + "relativeCreated": 58.20107460021973, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -4624,8 +4624,8 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2021-01-07 21:59:04,740", - "created": 1610053144.740974, + "asctime": "2021-01-14 00:51:41,579", + "created": 1610581901.579336, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4635,14 +4635,14 @@ "lineno": 110, "message": "JsonCache: Providing property for 'list' from cache (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 740.973949432373, + "msecs": 579.3359279632568, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 44.19994354248047, - "thread": 140440784332608, + "relativeCreated": 58.28094482421875, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -4651,8 +4651,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": "2021-01-07 21:59:04,741", - "created": 1610053144.741043, + "asctime": "2021-01-14 00:51:41,579", + "created": 1610581901.579452, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4662,14 +4662,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": 741.0430908203125, + "msecs": 579.4520378112793, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 44.26908493041992, - "thread": 140440784332608, + "relativeCreated": 58.39705467224121, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -4678,8 +4678,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": "2021-01-07 21:59:04,741", - "created": 1610053144.741102, + "asctime": "2021-01-14 00:51:41,579", + "created": 1610581901.579616, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4689,39 +4689,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": 741.1019802093506, + "msecs": 579.6160697937012, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 44.32797431945801, - "thread": 140440784332608, + "relativeCreated": 58.561086654663086, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 741.1980628967285, + "msecs": 579.7960758209229, "msg": "Instance data after increasing data_version is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 44.42405700683594, - "thread": 140440784332608, + "relativeCreated": 58.741092681884766, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 9.608268737792969e-05 + "time_consumption": 0.0001800060272216797 } ], - "thread": 140440784332608, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.0015311241149902344, - "time_finished": "2021-01-07 21:59:04,741", - "time_start": "2021-01-07 21:59:04,739" + "time_consumption": 0.0020020008087158203, + "time_finished": "2021-01-14 00:51:41,579", + "time_start": "2021-01-14 00:51:41,577" }, "caching.property_cache_json: Test get from source caused by increased data version (partially init)": { "args": null, - "asctime": "2021-01-07 21:59:04,741", - "created": 1610053144.741337, + "asctime": "2021-01-14 00:51:41,580", + "created": 1610581901.580027, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4732,21 +4732,21 @@ "message": "caching.property_cache_json: Test get from source caused by increased data version (partially init)", "module": "__init__", "moduleLogger": [], - "msecs": 741.3370609283447, + "msecs": 580.0271034240723, "msg": "caching.property_cache_json: Test get from source caused by increased data version (partially init)", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 44.56305503845215, + "relativeCreated": 58.97212028503418, "testcaseLogger": [ { "args": [ "property_cache_json", "True" ], - "asctime": "2021-01-07 21:59:04,742", - "created": 1610053144.742016, + "asctime": "2021-01-14 00:51:41,580", + "created": 1610581901.580978, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -4759,8 +4759,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:04,741", - "created": 1610053144.741436, + "asctime": "2021-01-14 00:51:41,580", + "created": 1610581901.580174, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -4770,22 +4770,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 741.4360046386719, + "msecs": 580.1739692687988, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 44.6619987487793, - "thread": 140440784332608, + "relativeCreated": 59.11898612976074, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,741", - "created": 1610053144.741508, + "asctime": "2021-01-14 00:51:41,580", + "created": 1610581901.580276, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -4795,22 +4795,22 @@ "lineno": 21, "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": 741.5080070495605, + "msecs": 580.2760124206543, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 44.73400115966797, - "thread": 140440784332608, + "relativeCreated": 59.22102928161621, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2021-01-07 21:59:04,741", - "created": 1610053144.741583, + "asctime": "2021-01-14 00:51:41,580", + "created": 1610581901.580385, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4820,14 +4820,14 @@ "lineno": 228, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 741.5831089019775, + "msecs": 580.3849697113037, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 44.80910301208496, - "thread": 140440784332608, + "relativeCreated": 59.329986572265625, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -4835,8 +4835,8 @@ "JsonCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2021-01-07 21:59:04,741", - "created": 1610053144.74164, + "asctime": "2021-01-14 00:51:41,580", + "created": 1610581901.580472, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4846,14 +4846,14 @@ "lineno": 162, "message": "JsonCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 741.6400909423828, + "msecs": 580.4719924926758, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 44.866085052490234, - "thread": 140440784332608, + "relativeCreated": 59.417009353637695, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -4861,8 +4861,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,741", - "created": 1610053144.741894, + "asctime": "2021-01-14 00:51:41,580", + "created": 1610581901.580849, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4872,35 +4872,35 @@ "lineno": 234, "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": 741.894006729126, + "msecs": 580.8489322662354, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 45.1200008392334, - "thread": 140440784332608, + "relativeCreated": 59.793949127197266, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 742.016077041626, + "msecs": 580.9779167175293, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 45.2420711517334, - "thread": 140440784332608, + "relativeCreated": 59.92293357849121, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.0001220703125 + "time_consumption": 0.0001289844512939453 }, { "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": "2021-01-07 21:59:04,746", - "created": 1610053144.746215, + "asctime": "2021-01-14 00:51:41,584", + "created": 1610581901.584448, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4916,8 +4916,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,742", - "created": 1610053144.742296, + "asctime": "2021-01-14 00:51:41,581", + "created": 1610581901.581354, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4927,22 +4927,22 @@ "lineno": 225, "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": 742.2959804534912, + "msecs": 581.3539028167725, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 45.52197456359863, - "thread": 140440784332608, + "relativeCreated": 60.298919677734375, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2021-01-07 21:59:04,742", - "created": 1610053144.742433, + "asctime": "2021-01-14 00:51:41,581", + "created": 1610581901.581454, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4952,14 +4952,14 @@ "lineno": 133, "message": "JsonCache: Data version increased, ignoring previous cache data", "module": "__init__", - "msecs": 742.4330711364746, + "msecs": 581.4540386199951, "msg": "%s Data version increased, ignoring previous cache data", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 45.65906524658203, - "thread": 140440784332608, + "relativeCreated": 60.39905548095703, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -4967,8 +4967,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,742", - "created": 1610053144.742642, + "asctime": "2021-01-14 00:51:41,581", + "created": 1610581901.581643, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4978,14 +4978,14 @@ "lineno": 234, "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": 742.6419258117676, + "msecs": 581.6431045532227, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 45.867919921875, - "thread": 140440784332608, + "relativeCreated": 60.58812141418457, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -4994,8 +4994,8 @@ "dict", "{'1': '1', '3': 'three', '2': 2, '4': '4'}" ], - "asctime": "2021-01-07 21:59:04,742", - "created": 1610053144.742829, + "asctime": "2021-01-14 00:51:41,581", + "created": 1610581901.581804, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5005,14 +5005,14 @@ "lineno": 106, "message": "JsonCache: Loading property for 'dict' from source instance ({'1': '1', '3': 'three', '2': 2, '4': '4'})", "module": "__init__", - "msecs": 742.8290843963623, + "msecs": 581.8040370941162, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 46.05507850646973, - "thread": 140440784332608, + "relativeCreated": 60.749053955078125, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -5020,8 +5020,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,743", - "created": 1610053144.74301, + "asctime": "2021-01-14 00:51:41,582", + "created": 1610581901.582063, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5031,14 +5031,14 @@ "lineno": 234, "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": 743.0100440979004, + "msecs": 582.0629596710205, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 46.23603820800781, - "thread": 140440784332608, + "relativeCreated": 61.00797653198242, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -5047,8 +5047,8 @@ "unicode", "u'__unicode__'" ], - "asctime": "2021-01-07 21:59:04,743", - "created": 1610053144.743334, + "asctime": "2021-01-14 00:51:41,582", + "created": 1610581901.582262, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5058,14 +5058,14 @@ "lineno": 106, "message": "JsonCache: Loading property for 'unicode' from source instance (u'__unicode__')", "module": "__init__", - "msecs": 743.3340549468994, + "msecs": 582.2620391845703, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 46.560049057006836, - "thread": 140440784332608, + "relativeCreated": 61.20705604553223, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -5073,8 +5073,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,743", - "created": 1610053144.743646, + "asctime": "2021-01-14 00:51:41,582", + "created": 1610581901.582492, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5084,14 +5084,14 @@ "lineno": 234, "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": 743.6459064483643, + "msecs": 582.4921131134033, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 46.87190055847168, - "thread": 140440784332608, + "relativeCreated": 61.437129974365234, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -5100,8 +5100,8 @@ "str", "'__string__'" ], - "asctime": "2021-01-07 21:59:04,743", - "created": 1610053144.743873, + "asctime": "2021-01-14 00:51:41,582", + "created": 1610581901.582608, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5111,14 +5111,14 @@ "lineno": 106, "message": "JsonCache: Loading property for 'str' from source instance ('__string__')", "module": "__init__", - "msecs": 743.872880935669, + "msecs": 582.6079845428467, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 47.09887504577637, - "thread": 140440784332608, + "relativeCreated": 61.553001403808594, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -5126,8 +5126,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,744", - "created": 1610053144.744183, + "asctime": "2021-01-14 00:51:41,582", + "created": 1610581901.582915, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5137,14 +5137,14 @@ "lineno": 234, "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": 744.1830635070801, + "msecs": 582.9150676727295, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 47.4090576171875, - "thread": 140440784332608, + "relativeCreated": 61.860084533691406, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -5153,8 +5153,8 @@ "integer", "34" ], - "asctime": "2021-01-07 21:59:04,744", - "created": 1610053144.744412, + "asctime": "2021-01-14 00:51:41,583", + "created": 1610581901.583108, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5164,14 +5164,14 @@ "lineno": 106, "message": "JsonCache: Loading property for 'integer' from source instance (34)", "module": "__init__", - "msecs": 744.4119453430176, + "msecs": 583.1079483032227, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 47.637939453125, - "thread": 140440784332608, + "relativeCreated": 62.05296516418457, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -5179,8 +5179,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,744", - "created": 1610053144.744813, + "asctime": "2021-01-14 00:51:41,583", + "created": 1610581901.583403, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5190,14 +5190,14 @@ "lineno": 234, "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": 744.8129653930664, + "msecs": 583.4031105041504, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 48.03895950317383, - "thread": 140440784332608, + "relativeCreated": 62.348127365112305, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -5206,8 +5206,8 @@ "float", "2.71828" ], - "asctime": "2021-01-07 21:59:04,745", - "created": 1610053144.745037, + "asctime": "2021-01-14 00:51:41,583", + "created": 1610581901.583553, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5217,14 +5217,14 @@ "lineno": 106, "message": "JsonCache: Loading property for 'float' from source instance (2.71828)", "module": "__init__", - "msecs": 745.0370788574219, + "msecs": 583.5530757904053, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 48.2630729675293, - "thread": 140440784332608, + "relativeCreated": 62.49809265136719, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -5232,8 +5232,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,745", - "created": 1610053144.745364, + "asctime": "2021-01-14 00:51:41,583", + "created": 1610581901.583759, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5243,14 +5243,14 @@ "lineno": 234, "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": 745.3639507293701, + "msecs": 583.759069442749, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 48.58994483947754, - "thread": 140440784332608, + "relativeCreated": 62.70408630371094, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -5259,8 +5259,8 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2021-01-07 21:59:04,745", - "created": 1610053144.74558, + "asctime": "2021-01-14 00:51:41,583", + "created": 1610581901.583859, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5270,14 +5270,14 @@ "lineno": 106, "message": "JsonCache: Loading property for 'list' from source instance (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 745.5799579620361, + "msecs": 583.8589668273926, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 48.805952072143555, - "thread": 140440784332608, + "relativeCreated": 62.80398368835449, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -5285,8 +5285,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,745", - "created": 1610053144.74586, + "asctime": "2021-01-14 00:51:41,584", + "created": 1610581901.584099, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5296,14 +5296,14 @@ "lineno": 234, "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": 745.8600997924805, + "msecs": 584.0990543365479, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 49.08609390258789, - "thread": 140440784332608, + "relativeCreated": 63.044071197509766, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -5312,8 +5312,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": "2021-01-07 21:59:04,746", - "created": 1610053144.74601, + "asctime": "2021-01-14 00:51:41,584", + "created": 1610581901.584227, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5323,14 +5323,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": 746.0100650787354, + "msecs": 584.2270851135254, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 49.23605918884277, - "thread": 140440784332608, + "relativeCreated": 63.172101974487305, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -5339,8 +5339,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": "2021-01-07 21:59:04,746", - "created": 1610053144.746096, + "asctime": "2021-01-14 00:51:41,584", + "created": 1610581901.584304, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5350,39 +5350,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": 746.0958957672119, + "msecs": 584.3040943145752, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 49.321889877319336, - "thread": 140440784332608, + "relativeCreated": 63.24911117553711, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 746.2151050567627, + "msecs": 584.4480991363525, "msg": "Instance data after increasing data_version is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 49.44109916687012, - "thread": 140440784332608, + "relativeCreated": 63.39311599731445, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.00011920928955078125 + "time_consumption": 0.00014400482177734375 } ], - "thread": 140440784332608, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.004878044128417969, - "time_finished": "2021-01-07 21:59:04,746", - "time_start": "2021-01-07 21:59:04,741" + "time_consumption": 0.0044209957122802734, + "time_finished": "2021-01-14 00:51:41,584", + "time_start": "2021-01-14 00:51:41,580" }, "caching.property_cache_json: Test internal key usage": { "args": null, - "asctime": "2021-01-07 21:59:04,752", - "created": 1610053144.752439, + "asctime": "2021-01-14 00:51:41,598", + "created": 1610581901.598369, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5393,21 +5393,21 @@ "message": "caching.property_cache_json: Test internal key usage", "module": "__init__", "moduleLogger": [], - "msecs": 752.439022064209, + "msecs": 598.3688831329346, "msg": "caching.property_cache_json: Test internal key usage", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 55.665016174316406, + "relativeCreated": 77.31389999389648, "testcaseLogger": [ { "args": [ "property_cache_json", "True" ], - "asctime": "2021-01-07 21:59:04,752", - "created": 1610053144.752995, + "asctime": "2021-01-14 00:51:41,599", + "created": 1610581901.599452, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -5420,8 +5420,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:04,752", - "created": 1610053144.75252, + "asctime": "2021-01-14 00:51:41,598", + "created": 1610581901.59855, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -5431,22 +5431,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 752.5200843811035, + "msecs": 598.5500812530518, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 55.74607849121094, - "thread": 140440784332608, + "relativeCreated": 77.49509811401367, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.json" ], - "asctime": "2021-01-07 21:59:04,752", - "created": 1610053144.752588, + "asctime": "2021-01-14 00:51:41,598", + "created": 1610581901.598682, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -5456,22 +5456,22 @@ "lineno": 21, "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": 752.5880336761475, + "msecs": 598.6819267272949, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 55.81402778625488, - "thread": 140440784332608, + "relativeCreated": 77.62694358825684, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2021-01-07 21:59:04,752", - "created": 1610053144.752653, + "asctime": "2021-01-14 00:51:41,598", + "created": 1610581901.59883, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5481,14 +5481,14 @@ "lineno": 228, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 752.6528835296631, + "msecs": 598.829984664917, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 55.87887763977051, - "thread": 140440784332608, + "relativeCreated": 77.7750015258789, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -5496,8 +5496,8 @@ "JsonCache:", "['__property_cache_data_version_', '_property_cache_data_version_', '__property_cache_uid_', '_property_cache_uid_']" ], - "asctime": "2021-01-07 21:59:04,752", - "created": 1610053144.75273, + "asctime": "2021-01-14 00:51:41,598", + "created": 1610581901.598932, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5507,14 +5507,14 @@ "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": 752.7298927307129, + "msecs": 598.9320278167725, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 55.95588684082031, - "thread": 140440784332608, + "relativeCreated": 77.87704467773438, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -5522,8 +5522,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.json" ], - "asctime": "2021-01-07 21:59:04,752", - "created": 1610053144.752933, + "asctime": "2021-01-14 00:51:41,599", + "created": 1610581901.599281, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5533,34 +5533,34 @@ "lineno": 234, "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.json)", "module": "__init__", - "msecs": 752.9330253601074, + "msecs": 599.2810726165771, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 56.159019470214844, - "thread": 140440784332608, + "relativeCreated": 78.22608947753906, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 752.9950141906738, + "msecs": 599.452018737793, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 56.22100830078125, - "thread": 140440784332608, + "relativeCreated": 78.39703559875488, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 6.198883056640625e-05 + "time_consumption": 0.0001709461212158203 }, { "args": [ "property_cache_json" ], - "asctime": "2021-01-07 21:59:04,753", - "created": 1610053144.753257, + "asctime": "2021-01-14 00:51:41,600", + "created": 1610581901.600129, "exc_info": null, "exc_text": null, "filename": "test_internal_keys.py", @@ -5576,8 +5576,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.json" ], - "asctime": "2021-01-07 21:59:04,753", - "created": 1610053144.753118, + "asctime": "2021-01-14 00:51:41,599", + "created": 1610581901.59979, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5587,22 +5587,22 @@ "lineno": 225, "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.json)", "module": "__init__", - "msecs": 753.1180381774902, + "msecs": 599.790096282959, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 56.344032287597656, - "thread": 140440784332608, + "relativeCreated": 78.7351131439209, + "thread": 139670819383104, "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": "2021-01-07 21:59:04,753", - "created": 1610053144.753173, + "asctime": "2021-01-14 00:51:41,599", + "created": 1610581901.59992, "exc_info": null, "exc_text": null, "filename": "test_internal_keys.py", @@ -5612,14 +5612,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": 753.1731128692627, + "msecs": 599.9200344085693, "msg": "Using storage object of cache class for comparison: %s", "name": "__unittest__", "pathname": "src/tests/test_internal_keys.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 56.39910697937012, - "thread": 140440784332608, + "relativeCreated": 78.86505126953125, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -5627,8 +5627,8 @@ "_property_cache_data_version_", "_property_cache_uid_" ], - "asctime": "2021-01-07 21:59:04,753", - "created": 1610053144.753219, + "asctime": "2021-01-14 00:51:41,600", + "created": 1610581901.600037, "exc_info": null, "exc_text": null, "filename": "test_internal_keys.py", @@ -5638,35 +5638,35 @@ "lineno": 21, "message": "Deleting overhead keys: _property_cache_data_version_, _property_cache_uid_", "module": "test_internal_keys", - "msecs": 753.2188892364502, + "msecs": 600.0370979309082, "msg": "Deleting overhead keys: %s, %s", "name": "__unittest__", "pathname": "src/tests/test_internal_keys.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 56.44488334655762, - "thread": 140440784332608, + "relativeCreated": 78.98211479187012, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 753.2570362091064, + "msecs": 600.1288890838623, "msg": "Extracting storage object from %s for comparison.", "name": "__tLogger__", "pathname": "src/tests/test_internal_keys.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 56.48303031921387, - "thread": 140440784332608, + "relativeCreated": 79.07390594482422, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 3.814697265625e-05 + "time_consumption": 9.179115295410156e-05 }, { "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": "2021-01-07 21:59:04,753", - "created": 1610053144.753439, + "asctime": "2021-01-14 00:51:41,600", + "created": 1610581901.600587, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5683,8 +5683,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": "2021-01-07 21:59:04,753", - "created": 1610053144.753333, + "asctime": "2021-01-14 00:51:41,600", + "created": 1610581901.600334, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5694,14 +5694,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": 753.3330917358398, + "msecs": 600.3339290618896, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 56.559085845947266, - "thread": 140440784332608, + "relativeCreated": 79.27894592285156, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -5710,8 +5710,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": "2021-01-07 21:59:04,753", - "created": 1610053144.75338, + "asctime": "2021-01-14 00:51:41,600", + "created": 1610581901.600444, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5721,35 +5721,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": 753.3800601959229, + "msecs": 600.4440784454346, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 56.60605430603027, - "thread": 140440784332608, + "relativeCreated": 79.38909530639648, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 753.4389495849609, + "msecs": 600.5868911743164, "msg": "Cache is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 56.66494369506836, - "thread": 140440784332608, + "relativeCreated": 79.53190803527832, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 5.888938903808594e-05 + "time_consumption": 0.00014281272888183594 }, { "args": [ "5", "" ], - "asctime": "2021-01-07 21:59:04,753", - "created": 1610053144.753592, + "asctime": "2021-01-14 00:51:41,600", + "created": 1610581901.600938, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5766,8 +5766,8 @@ "5", "" ], - "asctime": "2021-01-07 21:59:04,753", - "created": 1610053144.753511, + "asctime": "2021-01-14 00:51:41,600", + "created": 1610581901.600762, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5777,14 +5777,14 @@ "lineno": 22, "message": "Result (Keyfilter returnvalue for 5 ()): 5 ()", "module": "test", - "msecs": 753.5109519958496, + "msecs": 600.761890411377, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 56.73694610595703, - "thread": 140440784332608, + "relativeCreated": 79.70690727233887, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -5793,8 +5793,8 @@ "5", "" ], - "asctime": "2021-01-07 21:59:04,753", - "created": 1610053144.753553, + "asctime": "2021-01-14 00:51:41,600", + "created": 1610581901.600845, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5804,39 +5804,39 @@ "lineno": 26, "message": "Expectation (Keyfilter returnvalue for 5 ()): result = 5 ()", "module": "test", - "msecs": 753.5529136657715, + "msecs": 600.8450984954834, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 56.778907775878906, - "thread": 140440784332608, + "relativeCreated": 79.79011535644531, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 753.5920143127441, + "msecs": 600.938081741333, "msg": "Keyfilter returnvalue for 5 () is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 56.81800842285156, - "thread": 140440784332608, + "relativeCreated": 79.88309860229492, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 3.910064697265625e-05 + "time_consumption": 9.298324584960938e-05 } ], - "thread": 140440784332608, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.0011529922485351562, - "time_finished": "2021-01-07 21:59:04,753", - "time_start": "2021-01-07 21:59:04,752" + "time_consumption": 0.0025691986083984375, + "time_finished": "2021-01-14 00:51:41,600", + "time_start": "2021-01-14 00:51:41,598" }, "caching.property_cache_json: Test partially initialisation of JSON-Cache-Object": { "args": null, - "asctime": "2021-01-07 21:59:04,733", - "created": 1610053144.733298, + "asctime": "2021-01-14 00:51:41,571", + "created": 1610581901.57135, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5847,21 +5847,21 @@ "message": "caching.property_cache_json: Test partially initialisation of JSON-Cache-Object", "module": "__init__", "moduleLogger": [], - "msecs": 733.2980632781982, + "msecs": 571.35009765625, "msg": "caching.property_cache_json: Test partially initialisation of JSON-Cache-Object", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 36.524057388305664, + "relativeCreated": 50.295114517211914, "testcaseLogger": [ { "args": [ "property_cache_json", "False" ], - "asctime": "2021-01-07 21:59:04,733", - "created": 1610053144.733684, + "asctime": "2021-01-14 00:51:41,571", + "created": 1610581901.571733, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -5874,8 +5874,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:04,733", - "created": 1610053144.733377, + "asctime": "2021-01-14 00:51:41,571", + "created": 1610581901.571435, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -5885,22 +5885,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 733.3769798278809, + "msecs": 571.4349746704102, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 36.60297393798828, - "thread": 140440784332608, + "relativeCreated": 50.37999153137207, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,733", - "created": 1610053144.733438, + "asctime": "2021-01-14 00:51:41,571", + "created": 1610581901.571497, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -5910,22 +5910,22 @@ "lineno": 21, "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": 733.4380149841309, + "msecs": 571.4969635009766, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 36.66400909423828, - "thread": 140440784332608, + "relativeCreated": 50.44198036193848, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2021-01-07 21:59:04,733", - "created": 1610053144.733503, + "asctime": "2021-01-14 00:51:41,571", + "created": 1610581901.571559, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5935,14 +5935,14 @@ "lineno": 228, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 733.5031032562256, + "msecs": 571.558952331543, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 36.72909736633301, - "thread": 140440784332608, + "relativeCreated": 50.50396919250488, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -5950,8 +5950,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,733", - "created": 1610053144.733625, + "asctime": "2021-01-14 00:51:41,571", + "created": 1610581901.571674, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5961,32 +5961,32 @@ "lineno": 234, "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json)", "module": "__init__", - "msecs": 733.6249351501465, + "msecs": 571.674108505249, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 36.850929260253906, - "thread": 140440784332608, + "relativeCreated": 50.61912536621094, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 733.6840629577637, + "msecs": 571.7329978942871, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 36.910057067871094, - "thread": 140440784332608, + "relativeCreated": 50.67801475524902, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 5.91278076171875e-05 + "time_consumption": 5.888938903808594e-05 }, { "args": [], - "asctime": "2021-01-07 21:59:04,734", - "created": 1610053144.73446, + "asctime": "2021-01-14 00:51:41,572", + "created": 1610581901.572524, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -6003,8 +6003,8 @@ "float", "3.14159" ], - "asctime": "2021-01-07 21:59:04,733", - "created": 1610053144.733771, + "asctime": "2021-01-14 00:51:41,571", + "created": 1610581901.571819, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6014,14 +6014,14 @@ "lineno": 106, "message": "JsonCache: Loading property for 'float' from source instance (3.14159)", "module": "__init__", - "msecs": 733.7710857391357, + "msecs": 571.8190670013428, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 36.997079849243164, - "thread": 140440784332608, + "relativeCreated": 50.76408386230469, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -6029,8 +6029,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,733", - "created": 1610053144.733897, + "asctime": "2021-01-14 00:51:41,571", + "created": 1610581901.571942, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6040,14 +6040,14 @@ "lineno": 234, "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json)", "module": "__init__", - "msecs": 733.8969707489014, + "msecs": 571.9420909881592, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 37.12296485900879, - "thread": 140440784332608, + "relativeCreated": 50.887107849121094, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -6056,8 +6056,8 @@ "list", "[1, 'two', '3', 4]" ], - "asctime": "2021-01-07 21:59:04,733", - "created": 1610053144.733998, + "asctime": "2021-01-14 00:51:41,572", + "created": 1610581901.57205, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6067,14 +6067,14 @@ "lineno": 106, "message": "JsonCache: Loading property for 'list' from source instance ([1, 'two', '3', 4])", "module": "__init__", - "msecs": 733.9980602264404, + "msecs": 572.0500946044922, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 37.22405433654785, - "thread": 140440784332608, + "relativeCreated": 50.9951114654541, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -6082,8 +6082,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,734", - "created": 1610053144.734144, + "asctime": "2021-01-14 00:51:41,572", + "created": 1610581901.572202, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6093,14 +6093,14 @@ "lineno": 234, "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json)", "module": "__init__", - "msecs": 734.1439723968506, + "msecs": 572.2019672393799, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 37.36996650695801, - "thread": 140440784332608, + "relativeCreated": 51.1469841003418, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -6109,8 +6109,8 @@ "str", "'string'" ], - "asctime": "2021-01-07 21:59:04,734", - "created": 1610053144.734238, + "asctime": "2021-01-14 00:51:41,572", + "created": 1610581901.572297, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6120,14 +6120,14 @@ "lineno": 106, "message": "JsonCache: Loading property for 'str' from source instance ('string')", "module": "__init__", - "msecs": 734.2379093170166, + "msecs": 572.2970962524414, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 37.46390342712402, - "thread": 140440784332608, + "relativeCreated": 51.24211311340332, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -6135,8 +6135,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,734", - "created": 1610053144.734384, + "asctime": "2021-01-14 00:51:41,572", + "created": 1610581901.572447, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6146,34 +6146,34 @@ "lineno": 234, "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json)", "module": "__init__", - "msecs": 734.3840599060059, + "msecs": 572.4470615386963, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 37.61005401611328, - "thread": 140440784332608, + "relativeCreated": 51.3920783996582, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 734.4601154327393, + "msecs": 572.5240707397461, "msg": "Partially initialising cache object by requesting some information.", "name": "__tLogger__", "pathname": "src/tests/test_no_load_on_init.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 37.68610954284668, - "thread": 140440784332608, + "relativeCreated": 51.46908760070801, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 7.605552673339844e-05 + "time_consumption": 7.700920104980469e-05 }, { "args": [ "property_cache_json" ], - "asctime": "2021-01-07 21:59:04,734", - "created": 1610053144.734751, + "asctime": "2021-01-14 00:51:41,572", + "created": 1610581901.572825, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -6189,8 +6189,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,734", - "created": 1610053144.734606, + "asctime": "2021-01-14 00:51:41,572", + "created": 1610581901.572674, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6200,22 +6200,22 @@ "lineno": 225, "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json)", "module": "__init__", - "msecs": 734.6060276031494, + "msecs": 572.674036026001, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 37.832021713256836, - "thread": 140440784332608, + "relativeCreated": 51.61905288696289, + "thread": 139670819383104, "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": "2021-01-07 21:59:04,734", - "created": 1610053144.734666, + "asctime": "2021-01-14 00:51:41,572", + "created": 1610581901.572738, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -6225,14 +6225,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": 734.666109085083, + "msecs": 572.7379322052002, "msg": "Using storage object of cache class for comparison: %s", "name": "__unittest__", "pathname": "src/tests/test_no_load_on_init.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 37.89210319519043, - "thread": 140440784332608, + "relativeCreated": 51.68294906616211, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -6240,8 +6240,8 @@ "_property_cache_data_version_", "_property_cache_uid_" ], - "asctime": "2021-01-07 21:59:04,734", - "created": 1610053144.734713, + "asctime": "2021-01-14 00:51:41,572", + "created": 1610581901.572787, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -6251,32 +6251,32 @@ "lineno": 24, "message": "Deleting overhead keys: _property_cache_data_version_, _property_cache_uid_", "module": "test_no_load_on_init", - "msecs": 734.713077545166, + "msecs": 572.7870464324951, "msg": "Deleting overhead keys: %s, %s", "name": "__unittest__", "pathname": "src/tests/test_no_load_on_init.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 37.93907165527344, - "thread": 140440784332608, + "relativeCreated": 51.73206329345703, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 734.7509860992432, + "msecs": 572.8249549865723, "msg": "Extracting storage object from %s for comparison.", "name": "__tLogger__", "pathname": "src/tests/test_no_load_on_init.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 37.976980209350586, - "thread": 140440784332608, + "relativeCreated": 51.76997184753418, + "thread": 139670819383104, "threadName": "MainThread", "time_consumption": 3.790855407714844e-05 }, { "args": [], - "asctime": "2021-01-07 21:59:04,735", - "created": 1610053144.735408, + "asctime": "2021-01-14 00:51:41,573", + "created": 1610581901.573535, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6293,8 +6293,8 @@ "{ u'float': 3.14159, u'list': [ 1, u'two', u'3', 4 ], u'str': u'string' }", "" ], - "asctime": "2021-01-07 21:59:04,734", - "created": 1610053144.734834, + "asctime": "2021-01-14 00:51:41,572", + "created": 1610581901.572913, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6304,14 +6304,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": 734.8339557647705, + "msecs": 572.9129314422607, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 38.05994987487793, - "thread": 140440784332608, + "relativeCreated": 51.857948303222656, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -6320,8 +6320,8 @@ "{ 'str': 'string', 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ] }", "" ], - "asctime": "2021-01-07 21:59:04,734", - "created": 1610053144.734884, + "asctime": "2021-01-14 00:51:41,572", + "created": 1610581901.572963, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6331,14 +6331,14 @@ "lineno": 26, "message": "Expectation (Cache object): result = { 'str': 'string', 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ] } ()", "module": "test", - "msecs": 734.8840236663818, + "msecs": 572.9629993438721, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 38.11001777648926, - "thread": 140440784332608, + "relativeCreated": 51.908016204833984, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -6348,8 +6348,8 @@ " for test_variable", "u'two'" ], - "asctime": "2021-01-07 21:59:04,734", - "created": 1610053144.734945, + "asctime": "2021-01-14 00:51:41,573", + "created": 1610581901.573023, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6359,22 +6359,22 @@ "lineno": 123, "message": "Type is NOT for test_variable (u'two'). ", "module": "test", - "msecs": 734.9450588226318, + "msecs": 573.0230808258057, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 38.17105293273926, - "thread": 140440784332608, + "relativeCreated": 51.96809768676758, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "u'two'" ], - "asctime": "2021-01-07 21:59:04,734", - "created": 1610053144.734986, + "asctime": "2021-01-14 00:51:41,573", + "created": 1610581901.573065, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6384,14 +6384,14 @@ "lineno": 119, "message": "Content u'two' is incorrect for test_variable.", "module": "test", - "msecs": 734.9860668182373, + "msecs": 573.0650424957275, "msg": "Content %s is incorrect for test_variable.", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 38.21206092834473, - "thread": 140440784332608, + "relativeCreated": 52.01005935668945, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -6401,8 +6401,8 @@ " for test_variable", "u'two'" ], - "asctime": "2021-01-07 21:59:04,735", - "created": 1610053144.735031, + "asctime": "2021-01-14 00:51:41,573", + "created": 1610581901.57311, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6412,22 +6412,22 @@ "lineno": 123, "message": "Type is NOT for test_variable (u'two'). ", "module": "test", - "msecs": 735.0308895111084, + "msecs": 573.1101036071777, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 38.25688362121582, - "thread": 140440784332608, + "relativeCreated": 52.05512046813965, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "u'two'" ], - "asctime": "2021-01-07 21:59:04,735", - "created": 1610053144.735072, + "asctime": "2021-01-14 00:51:41,573", + "created": 1610581901.57319, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6437,14 +6437,14 @@ "lineno": 119, "message": "Content u'two' is incorrect for test_variable.", "module": "test", - "msecs": 735.0718975067139, + "msecs": 573.1899738311768, "msg": "Content %s is incorrect for test_variable.", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 38.29789161682129, - "thread": 140440784332608, + "relativeCreated": 52.13499069213867, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -6454,8 +6454,8 @@ " for test_variable", "u'two'" ], - "asctime": "2021-01-07 21:59:04,735", - "created": 1610053144.735115, + "asctime": "2021-01-14 00:51:41,573", + "created": 1610581901.573234, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6465,14 +6465,14 @@ "lineno": 123, "message": "Type is NOT for test_variable (u'two'). ", "module": "test", - "msecs": 735.1150512695312, + "msecs": 573.2340812683105, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 38.34104537963867, - "thread": 140440784332608, + "relativeCreated": 52.17909812927246, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -6482,8 +6482,8 @@ " for result.list[1]", "u'two'" ], - "asctime": "2021-01-07 21:59:04,735", - "created": 1610053144.735157, + "asctime": "2021-01-14 00:51:41,573", + "created": 1610581901.573278, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6493,14 +6493,14 @@ "lineno": 123, "message": "Type is NOT for result.list[1] (u'two'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 735.1570129394531, + "msecs": 573.2779502868652, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 38.38300704956055, - "thread": 140440784332608, + "relativeCreated": 52.22296714782715, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -6510,8 +6510,8 @@ " for test_variable", "u'3'" ], - "asctime": "2021-01-07 21:59:04,735", - "created": 1610053144.7352, + "asctime": "2021-01-14 00:51:41,573", + "created": 1610581901.573321, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6521,22 +6521,22 @@ "lineno": 123, "message": "Type is NOT for test_variable (u'3'). ", "module": "test", - "msecs": 735.1999282836914, + "msecs": 573.3211040496826, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 38.42592239379883, - "thread": 140440784332608, + "relativeCreated": 52.26612091064453, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "u'3'" ], - "asctime": "2021-01-07 21:59:04,735", - "created": 1610053144.735239, + "asctime": "2021-01-14 00:51:41,573", + "created": 1610581901.573362, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6546,14 +6546,14 @@ "lineno": 119, "message": "Content u'3' is incorrect for test_variable.", "module": "test", - "msecs": 735.2390289306641, + "msecs": 573.3621120452881, "msg": "Content %s is incorrect for test_variable.", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 38.465023040771484, - "thread": 140440784332608, + "relativeCreated": 52.30712890625, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -6563,8 +6563,8 @@ " for test_variable", "u'3'" ], - "asctime": "2021-01-07 21:59:04,735", - "created": 1610053144.735282, + "asctime": "2021-01-14 00:51:41,573", + "created": 1610581901.573408, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6574,14 +6574,14 @@ "lineno": 123, "message": "Type is NOT for test_variable (u'3'). ", "module": "test", - "msecs": 735.2819442749023, + "msecs": 573.4078884124756, "msg": "Type %s is NOT %s%s (%s). ", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 38.507938385009766, - "thread": 140440784332608, + "relativeCreated": 52.3529052734375, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -6591,8 +6591,8 @@ " for result.list[2]", "u'3'" ], - "asctime": "2021-01-07 21:59:04,735", - "created": 1610053144.735323, + "asctime": "2021-01-14 00:51:41,573", + "created": 1610581901.57345, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6602,14 +6602,14 @@ "lineno": 123, "message": "Type is NOT for result.list[2] (u'3'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 735.3229522705078, + "msecs": 573.4500885009766, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 38.548946380615234, - "thread": 140440784332608, + "relativeCreated": 52.39510536193848, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -6619,8 +6619,8 @@ " for result.str", "u'string'" ], - "asctime": "2021-01-07 21:59:04,735", - "created": 1610053144.735371, + "asctime": "2021-01-14 00:51:41,573", + "created": 1610581901.573498, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6630,39 +6630,39 @@ "lineno": 123, "message": "Type is NOT for result.str (u'string'). Check for known json storage type deviation -> .", "module": "test", - "msecs": 735.3711128234863, + "msecs": 573.498010635376, "msg": "Type %s is NOT %s%s (%s). Check for known json storage type deviation -> .", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 38.59710693359375, - "thread": 140440784332608, + "relativeCreated": 52.44302749633789, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 735.4080677032471, + "msecs": 573.5349655151367, "msg": "Cache object is NOT correct. See detailed log for more information.", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 38.63406181335449, - "thread": 140440784332608, + "relativeCreated": 52.47998237609863, + "thread": 139670819383104, "threadName": "MainThread", "time_consumption": 3.695487976074219e-05 } ], - "thread": 140440784332608, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.002110004425048828, - "time_finished": "2021-01-07 21:59:04,735", - "time_start": "2021-01-07 21:59:04,733" + "time_consumption": 0.0021848678588867188, + "time_finished": "2021-01-14 00:51:41,573", + "time_start": "2021-01-14 00:51:41,571" }, "caching.property_cache_pickle: Test cached data (full init)": { "args": null, - "asctime": "2021-01-07 21:59:04,759", - "created": 1610053144.7591, + "asctime": "2021-01-14 00:51:41,611", + "created": 1610581901.611991, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6673,21 +6673,21 @@ "message": "caching.property_cache_pickle: Test cached data (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 759.0999603271484, + "msecs": 611.9909286499023, "msg": "caching.property_cache_pickle: Test cached data (full init)", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 62.32595443725586, + "relativeCreated": 90.93594551086426, "testcaseLogger": [ { "args": [ "property_cache_pickle", "True" ], - "asctime": "2021-01-07 21:59:04,760", - "created": 1610053144.760254, + "asctime": "2021-01-14 00:51:41,613", + "created": 1610581901.613912, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -6700,8 +6700,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:04,759", - "created": 1610053144.759264, + "asctime": "2021-01-14 00:51:41,612", + "created": 1610581901.612263, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -6711,22 +6711,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 759.2639923095703, + "msecs": 612.2629642486572, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 62.489986419677734, - "thread": 140440784332608, + "relativeCreated": 91.20798110961914, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,759", - "created": 1610053144.759494, + "asctime": "2021-01-14 00:51:41,612", + "created": 1610581901.612473, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -6736,22 +6736,22 @@ "lineno": 21, "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": 759.4940662384033, + "msecs": 612.4730110168457, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 62.72006034851074, - "thread": 140440784332608, + "relativeCreated": 91.41802787780762, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2021-01-07 21:59:04,759", - "created": 1610053144.759656, + "asctime": "2021-01-14 00:51:41,612", + "created": 1610581901.612621, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6761,14 +6761,14 @@ "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 759.6559524536133, + "msecs": 612.6210689544678, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 62.8819465637207, - "thread": 140440784332608, + "relativeCreated": 91.56608581542969, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -6776,8 +6776,8 @@ "PickCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2021-01-07 21:59:04,759", - "created": 1610053144.759731, + "asctime": "2021-01-14 00:51:41,612", + "created": 1610581901.612744, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6787,14 +6787,14 @@ "lineno": 162, "message": "PickCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 759.7310543060303, + "msecs": 612.7440929412842, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 62.957048416137695, - "thread": 140440784332608, + "relativeCreated": 91.6891098022461, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -6802,8 +6802,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,760", - "created": 1610053144.760136, + "asctime": "2021-01-14 00:51:41,613", + "created": 1610581901.613606, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6813,32 +6813,32 @@ "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": 760.1358890533447, + "msecs": 613.6059761047363, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 63.36188316345215, - "thread": 140440784332608, + "relativeCreated": 92.55099296569824, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 760.25390625, + "msecs": 613.9121055603027, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 63.47990036010742, - "thread": 140440784332608, + "relativeCreated": 92.85712242126465, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.00011801719665527344 + "time_consumption": 0.00030612945556640625 }, { "args": [], - "asctime": "2021-01-07 21:59:04,761", - "created": 1610053144.761661, + "asctime": "2021-01-14 00:51:41,615", + "created": 1610581901.616, "exc_info": null, "exc_text": null, "filename": "test_cached_data.py", @@ -6854,8 +6854,8 @@ "PickCache:", "uncached" ], - "asctime": "2021-01-07 21:59:04,760", - "created": 1610053144.76036, + "asctime": "2021-01-14 00:51:41,614", + "created": 1610581901.614161, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6865,14 +6865,14 @@ "lineno": 113, "message": "PickCache: Key 'uncached' is not in cached_keys. Uncached data will be returned.", "module": "__init__", - "msecs": 760.3600025177002, + "msecs": 614.1610145568848, "msg": "%s Key '%s' is not in cached_keys. Uncached data will be returned.", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 63.58599662780762, - "thread": 140440784332608, + "relativeCreated": 93.10603141784668, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -6880,8 +6880,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,761", - "created": 1610053144.761044, + "asctime": "2021-01-14 00:51:41,614", + "created": 1610581901.614915, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6891,14 +6891,14 @@ "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": 761.0440254211426, + "msecs": 614.9148941040039, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 64.27001953125, - "thread": 140440784332608, + "relativeCreated": 93.85991096496582, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -6907,8 +6907,8 @@ "dict", "{'1': 1, '3': '3', '2': 'two', '4': 4}" ], - "asctime": "2021-01-07 21:59:04,761", - "created": 1610053144.761224, + "asctime": "2021-01-14 00:51:41,615", + "created": 1610581901.615108, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6918,14 +6918,14 @@ "lineno": 110, "message": "PickCache: Providing property for 'dict' from cache ({'1': 1, '3': '3', '2': 'two', '4': 4})", "module": "__init__", - "msecs": 761.2240314483643, + "msecs": 615.1080131530762, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 64.45002555847168, - "thread": 140440784332608, + "relativeCreated": 94.05303001403809, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -6934,8 +6934,8 @@ "unicode", "u'unicode'" ], - "asctime": "2021-01-07 21:59:04,761", - "created": 1610053144.761311, + "asctime": "2021-01-14 00:51:41,615", + "created": 1610581901.615266, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6945,14 +6945,14 @@ "lineno": 110, "message": "PickCache: Providing property for 'unicode' from cache (u'unicode')", "module": "__init__", - "msecs": 761.3110542297363, + "msecs": 615.2660846710205, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 64.53704833984375, - "thread": 140440784332608, + "relativeCreated": 94.21110153198242, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -6961,8 +6961,8 @@ "str", "'string'" ], - "asctime": "2021-01-07 21:59:04,761", - "created": 1610053144.761396, + "asctime": "2021-01-14 00:51:41,615", + "created": 1610581901.615413, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6972,14 +6972,14 @@ "lineno": 110, "message": "PickCache: Providing property for 'str' from cache ('string')", "module": "__init__", - "msecs": 761.3959312438965, + "msecs": 615.4129505157471, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 64.6219253540039, - "thread": 140440784332608, + "relativeCreated": 94.35796737670898, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -6988,8 +6988,8 @@ "integer", "17" ], - "asctime": "2021-01-07 21:59:04,761", - "created": 1610053144.761463, + "asctime": "2021-01-14 00:51:41,615", + "created": 1610581901.615561, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6999,14 +6999,14 @@ "lineno": 110, "message": "PickCache: Providing property for 'integer' from cache (17)", "module": "__init__", - "msecs": 761.462926864624, + "msecs": 615.5610084533691, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 64.68892097473145, - "thread": 140440784332608, + "relativeCreated": 94.50602531433105, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -7015,8 +7015,8 @@ "float", "3.14159" ], - "asctime": "2021-01-07 21:59:04,761", - "created": 1610053144.761533, + "asctime": "2021-01-14 00:51:41,615", + "created": 1610581901.615708, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7026,14 +7026,14 @@ "lineno": 110, "message": "PickCache: Providing property for 'float' from cache (3.14159)", "module": "__init__", - "msecs": 761.5330219268799, + "msecs": 615.7081127166748, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 64.7590160369873, - "thread": 140440784332608, + "relativeCreated": 94.65312957763672, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -7042,8 +7042,8 @@ "list", "[1, 'two', '3', 4]" ], - "asctime": "2021-01-07 21:59:04,761", - "created": 1610053144.761611, + "asctime": "2021-01-14 00:51:41,615", + "created": 1610581901.615873, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7053,35 +7053,35 @@ "lineno": 110, "message": "PickCache: Providing property for 'list' from cache ([1, 'two', '3', 4])", "module": "__init__", - "msecs": 761.6109848022461, + "msecs": 615.8730983734131, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 64.83697891235352, - "thread": 140440784332608, + "relativeCreated": 94.818115234375, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 761.6610527038574, + "msecs": 615.9999370574951, "msg": "Collecting data from cache instance.", "name": "__tLogger__", "pathname": "src/tests/test_cached_data.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 64.88704681396484, - "thread": 140440784332608, + "relativeCreated": 94.94495391845703, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 5.0067901611328125e-05 + "time_consumption": 0.00012683868408203125 }, { "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": "2021-01-07 21:59:04,762", - "created": 1610053144.76205, + "asctime": "2021-01-14 00:51:41,616", + "created": 1610581901.6168, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7098,8 +7098,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": "2021-01-07 21:59:04,761", - "created": 1610053144.761796, + "asctime": "2021-01-14 00:51:41,616", + "created": 1610581901.616306, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7109,14 +7109,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": 761.7959976196289, + "msecs": 616.3060665130615, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 65.02199172973633, - "thread": 140440784332608, + "relativeCreated": 95.25108337402344, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -7125,8 +7125,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": "2021-01-07 21:59:04,761", - "created": 1610053144.761871, + "asctime": "2021-01-14 00:51:41,616", + "created": 1610581901.6165, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7136,39 +7136,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": 761.8710994720459, + "msecs": 616.4999008178711, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 65.09709358215332, - "thread": 140440784332608, + "relativeCreated": 95.44491767883301, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 762.0499134063721, + "msecs": 616.80006980896, "msg": "Cached data is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 65.27590751647949, - "thread": 140440784332608, + "relativeCreated": 95.74508666992188, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.00017881393432617188 + "time_consumption": 0.0003001689910888672 } ], - "thread": 140440784332608, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.002949953079223633, - "time_finished": "2021-01-07 21:59:04,762", - "time_start": "2021-01-07 21:59:04,759" + "time_consumption": 0.004809141159057617, + "time_finished": "2021-01-14 00:51:41,616", + "time_start": "2021-01-14 00:51:41,611" }, "caching.property_cache_pickle: Test cached data (partially init)": { "args": null, - "asctime": "2021-01-07 21:59:04,762", - "created": 1610053144.762325, + "asctime": "2021-01-14 00:51:41,617", + "created": 1610581901.617287, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7179,21 +7179,21 @@ "message": "caching.property_cache_pickle: Test cached data (partially init)", "module": "__init__", "moduleLogger": [], - "msecs": 762.3250484466553, + "msecs": 617.2869205474854, "msg": "caching.property_cache_pickle: Test cached data (partially init)", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 65.5510425567627, + "relativeCreated": 96.23193740844727, "testcaseLogger": [ { "args": [ "property_cache_pickle", "True" ], - "asctime": "2021-01-07 21:59:04,763", - "created": 1610053144.763611, + "asctime": "2021-01-14 00:51:41,619", + "created": 1610581901.619301, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -7206,8 +7206,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:04,762", - "created": 1610053144.762511, + "asctime": "2021-01-14 00:51:41,617", + "created": 1610581901.617618, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -7217,22 +7217,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 762.5110149383545, + "msecs": 617.6180839538574, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 65.73700904846191, - "thread": 140440784332608, + "relativeCreated": 96.56310081481934, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,762", - "created": 1610053144.762712, + "asctime": "2021-01-14 00:51:41,617", + "created": 1610581901.617836, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -7242,22 +7242,22 @@ "lineno": 21, "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": 762.7120018005371, + "msecs": 617.8359985351562, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 65.93799591064453, - "thread": 140440784332608, + "relativeCreated": 96.78101539611816, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2021-01-07 21:59:04,762", - "created": 1610053144.762869, + "asctime": "2021-01-14 00:51:41,618", + "created": 1610581901.61806, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7267,14 +7267,14 @@ "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 762.8688812255859, + "msecs": 618.0601119995117, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 66.09487533569336, - "thread": 140440784332608, + "relativeCreated": 97.00512886047363, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -7282,8 +7282,8 @@ "PickCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2021-01-07 21:59:04,763", - "created": 1610053144.763007, + "asctime": "2021-01-14 00:51:41,618", + "created": 1610581901.618246, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7293,14 +7293,14 @@ "lineno": 162, "message": "PickCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 763.0069255828857, + "msecs": 618.2460784912109, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 66.23291969299316, - "thread": 140440784332608, + "relativeCreated": 97.19109535217285, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -7308,8 +7308,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,763", - "created": 1610053144.763446, + "asctime": "2021-01-14 00:51:41,618", + "created": 1610581901.618933, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7319,32 +7319,32 @@ "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": 763.4460926055908, + "msecs": 618.9329624176025, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 66.67208671569824, - "thread": 140440784332608, + "relativeCreated": 97.87797927856445, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 763.6110782623291, + "msecs": 619.3010807037354, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 66.83707237243652, - "thread": 140440784332608, + "relativeCreated": 98.24609756469727, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.00016498565673828125 + "time_consumption": 0.0003681182861328125 }, { "args": [], - "asctime": "2021-01-07 21:59:04,764", - "created": 1610053144.764509, + "asctime": "2021-01-14 00:51:41,621", + "created": 1610581901.621731, "exc_info": null, "exc_text": null, "filename": "test_cached_data.py", @@ -7360,8 +7360,8 @@ "PickCache:", "uncached" ], - "asctime": "2021-01-07 21:59:04,763", - "created": 1610053144.763787, + "asctime": "2021-01-14 00:51:41,619", + "created": 1610581901.619729, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7371,14 +7371,14 @@ "lineno": 113, "message": "PickCache: Key 'uncached' is not in cached_keys. Uncached data will be returned.", "module": "__init__", - "msecs": 763.787031173706, + "msecs": 619.7290420532227, "msg": "%s Key '%s' is not in cached_keys. Uncached data will be returned.", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 67.01302528381348, - "thread": 140440784332608, + "relativeCreated": 98.67405891418457, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -7386,8 +7386,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,764", - "created": 1610053144.764085, + "asctime": "2021-01-14 00:51:41,620", + "created": 1610581901.620483, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7397,14 +7397,14 @@ "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": 764.085054397583, + "msecs": 620.4829216003418, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 67.31104850769043, - "thread": 140440784332608, + "relativeCreated": 99.42793846130371, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -7413,8 +7413,8 @@ "dict", "{'1': 1, '3': '3', '2': 'two', '4': 4}" ], - "asctime": "2021-01-07 21:59:04,764", - "created": 1610053144.764166, + "asctime": "2021-01-14 00:51:41,620", + "created": 1610581901.620703, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7424,14 +7424,14 @@ "lineno": 110, "message": "PickCache: Providing property for 'dict' from cache ({'1': 1, '3': '3', '2': 'two', '4': 4})", "module": "__init__", - "msecs": 764.1661167144775, + "msecs": 620.7029819488525, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 67.39211082458496, - "thread": 140440784332608, + "relativeCreated": 99.64799880981445, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -7440,8 +7440,8 @@ "unicode", "u'unicode'" ], - "asctime": "2021-01-07 21:59:04,764", - "created": 1610053144.764231, + "asctime": "2021-01-14 00:51:41,620", + "created": 1610581901.620887, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7451,14 +7451,14 @@ "lineno": 110, "message": "PickCache: Providing property for 'unicode' from cache (u'unicode')", "module": "__init__", - "msecs": 764.2309665679932, + "msecs": 620.887041091919, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 67.45696067810059, - "thread": 140440784332608, + "relativeCreated": 99.83205795288086, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -7467,8 +7467,8 @@ "str", "'string'" ], - "asctime": "2021-01-07 21:59:04,764", - "created": 1610053144.76429, + "asctime": "2021-01-14 00:51:41,621", + "created": 1610581901.621055, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7478,14 +7478,14 @@ "lineno": 110, "message": "PickCache: Providing property for 'str' from cache ('string')", "module": "__init__", - "msecs": 764.2900943756104, + "msecs": 621.0548877716064, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 67.51608848571777, - "thread": 140440784332608, + "relativeCreated": 99.99990463256836, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -7494,8 +7494,8 @@ "integer", "17" ], - "asctime": "2021-01-07 21:59:04,764", - "created": 1610053144.764346, + "asctime": "2021-01-14 00:51:41,621", + "created": 1610581901.621289, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7505,14 +7505,14 @@ "lineno": 110, "message": "PickCache: Providing property for 'integer' from cache (17)", "module": "__init__", - "msecs": 764.3458843231201, + "msecs": 621.2890148162842, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 67.57187843322754, - "thread": 140440784332608, + "relativeCreated": 100.2340316772461, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -7521,8 +7521,8 @@ "float", "3.14159" ], - "asctime": "2021-01-07 21:59:04,764", - "created": 1610053144.764403, + "asctime": "2021-01-14 00:51:41,621", + "created": 1610581901.621465, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7532,14 +7532,14 @@ "lineno": 110, "message": "PickCache: Providing property for 'float' from cache (3.14159)", "module": "__init__", - "msecs": 764.4031047821045, + "msecs": 621.4649677276611, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 67.62909889221191, - "thread": 140440784332608, + "relativeCreated": 100.40998458862305, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -7548,8 +7548,8 @@ "list", "[1, 'two', '3', 4]" ], - "asctime": "2021-01-07 21:59:04,764", - "created": 1610053144.764455, + "asctime": "2021-01-14 00:51:41,621", + "created": 1610581901.621634, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7559,35 +7559,35 @@ "lineno": 110, "message": "PickCache: Providing property for 'list' from cache ([1, 'two', '3', 4])", "module": "__init__", - "msecs": 764.4550800323486, + "msecs": 621.6340065002441, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 67.68107414245605, - "thread": 140440784332608, + "relativeCreated": 100.57902336120605, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 764.5089626312256, + "msecs": 621.7310428619385, "msg": "Collecting data from cache instance.", "name": "__tLogger__", "pathname": "src/tests/test_cached_data.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 67.73495674133301, - "thread": 140440784332608, + "relativeCreated": 100.67605972290039, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 5.3882598876953125e-05 + "time_consumption": 9.703636169433594e-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": "2021-01-07 21:59:04,764", - "created": 1610053144.764878, + "asctime": "2021-01-14 00:51:41,622", + "created": 1610581901.622076, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7604,8 +7604,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": "2021-01-07 21:59:04,764", - "created": 1610053144.764622, + "asctime": "2021-01-14 00:51:41,621", + "created": 1610581901.621861, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7615,14 +7615,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": 764.6219730377197, + "msecs": 621.8609809875488, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 67.84796714782715, - "thread": 140440784332608, + "relativeCreated": 100.80599784851074, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -7631,8 +7631,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": "2021-01-07 21:59:04,764", - "created": 1610053144.764693, + "asctime": "2021-01-14 00:51:41,621", + "created": 1610581901.621937, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7642,39 +7642,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": 764.693021774292, + "msecs": 621.9370365142822, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 67.91901588439941, - "thread": 140440784332608, + "relativeCreated": 100.88205337524414, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 764.8780345916748, + "msecs": 622.0760345458984, "msg": "Cached data is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 68.10402870178223, - "thread": 140440784332608, + "relativeCreated": 101.02105140686035, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.0001850128173828125 + "time_consumption": 0.00013899803161621094 } ], - "thread": 140440784332608, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.0025529861450195312, - "time_finished": "2021-01-07 21:59:04,764", - "time_start": "2021-01-07 21:59:04,762" + "time_consumption": 0.004789113998413086, + "time_finished": "2021-01-14 00:51:41,622", + "time_start": "2021-01-14 00:51:41,617" }, "caching.property_cache_pickle: Test execution of save callback (full init)": { "args": null, - "asctime": "2021-01-07 21:59:04,775", - "created": 1610053144.775049, + "asctime": "2021-01-14 00:51:41,635", + "created": 1610581901.63576, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7685,18 +7685,18 @@ "message": "caching.property_cache_pickle: Test execution of save callback (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 775.0489711761475, + "msecs": 635.7600688934326, "msg": "caching.property_cache_pickle: Test execution of save callback (full init)", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 78.27496528625488, + "relativeCreated": 114.70508575439453, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:04,775", - "created": 1610053144.775127, + "asctime": "2021-01-14 00:51:41,635", + "created": 1610581901.635846, "exc_info": null, "exc_text": null, "filename": "test_save_callback.py", @@ -7707,14 +7707,14 @@ "message": "Installing save_callback, which sets a variable to True on execution.", "module": "test_save_callback", "moduleLogger": [], - "msecs": 775.1269340515137, + "msecs": 635.8458995819092, "msg": "Installing save_callback, which sets a variable to True on execution.", "name": "__tLogger__", "pathname": "src/tests/test_save_callback.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 78.3529281616211, - "thread": 140440784332608, + "relativeCreated": 114.7909164428711, + "thread": 139670819383104, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -7723,8 +7723,8 @@ "True", "" ], - "asctime": "2021-01-07 21:59:04,775", - "created": 1610053144.775414, + "asctime": "2021-01-14 00:51:41,636", + "created": 1610581901.636133, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7740,8 +7740,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/save_callback_load_on_init.json" ], - "asctime": "2021-01-07 21:59:04,775", - "created": 1610053144.775232, + "asctime": "2021-01-14 00:51:41,635", + "created": 1610581901.635951, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7751,14 +7751,14 @@ "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": 775.2320766448975, + "msecs": 635.951042175293, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 78.45807075500488, - "thread": 140440784332608, + "relativeCreated": 114.89605903625488, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -7767,8 +7767,8 @@ "True", "" ], - "asctime": "2021-01-07 21:59:04,775", - "created": 1610053144.775308, + "asctime": "2021-01-14 00:51:41,636", + "created": 1610581901.636029, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7778,14 +7778,14 @@ "lineno": 22, "message": "Result (Save callback execution variable): True ()", "module": "test", - "msecs": 775.3078937530518, + "msecs": 636.0290050506592, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 78.53388786315918, - "thread": 140440784332608, + "relativeCreated": 114.9740219116211, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -7794,8 +7794,8 @@ "True", "" ], - "asctime": "2021-01-07 21:59:04,775", - "created": 1610053144.775373, + "asctime": "2021-01-14 00:51:41,636", + "created": 1610581901.636092, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -7805,39 +7805,39 @@ "lineno": 26, "message": "Expectation (Save callback execution variable): result = True ()", "module": "test", - "msecs": 775.3729820251465, + "msecs": 636.091947555542, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 78.5989761352539, - "thread": 140440784332608, + "relativeCreated": 115.0369644165039, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 775.413990020752, + "msecs": 636.1329555511475, "msg": "Save callback execution variable is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 78.63998413085938, - "thread": 140440784332608, + "relativeCreated": 115.07797241210938, + "thread": 139670819383104, "threadName": "MainThread", "time_consumption": 4.100799560546875e-05 } ], - "thread": 140440784332608, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.0003650188446044922, - "time_finished": "2021-01-07 21:59:04,775", - "time_start": "2021-01-07 21:59:04,775" + "time_consumption": 0.00037288665771484375, + "time_finished": "2021-01-14 00:51:41,636", + "time_start": "2021-01-14 00:51:41,635" }, "caching.property_cache_pickle: Test full initialised PICKLE-Cache-Object": { "args": null, - "asctime": "2021-01-07 21:59:04,753", - "created": 1610053144.75371, + "asctime": "2021-01-14 00:51:41,601", + "created": 1610581901.601264, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7848,21 +7848,21 @@ "message": "caching.property_cache_pickle: Test full initialised PICKLE-Cache-Object", "module": "__init__", "moduleLogger": [], - "msecs": 753.7100315093994, + "msecs": 601.2639999389648, "msg": "caching.property_cache_pickle: Test full initialised PICKLE-Cache-Object", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 56.936025619506836, + "relativeCreated": 80.20901679992676, "testcaseLogger": [ { "args": [ "property_cache_pickle", "True" ], - "asctime": "2021-01-07 21:59:04,754", - "created": 1610053144.754728, + "asctime": "2021-01-14 00:51:41,605", + "created": 1610581901.605279, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -7875,8 +7875,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:04,753", - "created": 1610053144.753797, + "asctime": "2021-01-14 00:51:41,601", + "created": 1610581901.601482, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -7886,22 +7886,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 753.7970542907715, + "msecs": 601.4819145202637, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 57.023048400878906, - "thread": 140440784332608, + "relativeCreated": 80.42693138122559, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,753", - "created": 1610053144.753855, + "asctime": "2021-01-14 00:51:41,601", + "created": 1610581901.601645, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -7911,22 +7911,22 @@ "lineno": 21, "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": 753.8549900054932, + "msecs": 601.6449928283691, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 57.080984115600586, - "thread": 140440784332608, + "relativeCreated": 80.59000968933105, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2021-01-07 21:59:04,753", - "created": 1610053144.753921, + "asctime": "2021-01-14 00:51:41,601", + "created": 1610581901.60181, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7936,14 +7936,14 @@ "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 753.9210319519043, + "msecs": 601.8099784851074, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 57.14702606201172, - "thread": 140440784332608, + "relativeCreated": 80.75499534606934, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -7951,8 +7951,8 @@ "PickCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2021-01-07 21:59:04,753", - "created": 1610053144.753981, + "asctime": "2021-01-14 00:51:41,601", + "created": 1610581901.601952, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7962,14 +7962,14 @@ "lineno": 162, "message": "PickCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 753.9811134338379, + "msecs": 601.952075958252, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 57.20710754394531, - "thread": 140440784332608, + "relativeCreated": 80.89709281921387, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -7977,8 +7977,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,754", - "created": 1610053144.754651, + "asctime": "2021-01-14 00:51:41,604", + "created": 1610581901.604641, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7988,34 +7988,34 @@ "lineno": 170, "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.pkl)", "module": "__init__", - "msecs": 754.6510696411133, + "msecs": 604.6409606933594, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 57.8770637512207, - "thread": 140440784332608, + "relativeCreated": 83.58597755432129, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 754.7280788421631, + "msecs": 605.2789688110352, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 57.95407295227051, - "thread": 140440784332608, + "relativeCreated": 84.22398567199707, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 7.700920104980469e-05 + "time_consumption": 0.0006380081176757812 }, { "args": [ "property_cache_pickle" ], - "asctime": "2021-01-07 21:59:04,755", - "created": 1610053144.755557, + "asctime": "2021-01-14 00:51:41,607", + "created": 1610581901.607367, "exc_info": null, "exc_text": null, "filename": "test_load_on_init.py", @@ -8031,8 +8031,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,755", - "created": 1610053144.755359, + "asctime": "2021-01-14 00:51:41,606", + "created": 1610581901.606956, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8042,22 +8042,22 @@ "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": 755.3589344024658, + "msecs": 606.9560050964355, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 58.58492851257324, - "thread": 140440784332608, + "relativeCreated": 85.90102195739746, + "thread": 139670819383104, "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": "2021-01-07 21:59:04,755", - "created": 1610053144.755441, + "asctime": "2021-01-14 00:51:41,607", + "created": 1610581901.607206, "exc_info": null, "exc_text": null, "filename": "test_load_on_init.py", @@ -8067,14 +8067,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": 755.4409503936768, + "msecs": 607.2061061859131, "msg": "Using storage object of cache class for comparison: %s", "name": "__unittest__", "pathname": "src/tests/test_load_on_init.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 58.66694450378418, - "thread": 140440784332608, + "relativeCreated": 86.151123046875, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -8082,8 +8082,8 @@ "_property_cache_data_version_", "_property_cache_uid_" ], - "asctime": "2021-01-07 21:59:04,755", - "created": 1610053144.755509, + "asctime": "2021-01-14 00:51:41,607", + "created": 1610581901.607307, "exc_info": null, "exc_text": null, "filename": "test_load_on_init.py", @@ -8093,35 +8093,35 @@ "lineno": 21, "message": "Deleting overhead keys: _property_cache_data_version_, _property_cache_uid_", "module": "test_load_on_init", - "msecs": 755.5088996887207, + "msecs": 607.306957244873, "msg": "Deleting overhead keys: %s, %s", "name": "__unittest__", "pathname": "src/tests/test_load_on_init.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 58.734893798828125, - "thread": 140440784332608, + "relativeCreated": 86.25197410583496, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 755.5570602416992, + "msecs": 607.3670387268066, "msg": "Extracting storage object from %s for comparison.", "name": "__tLogger__", "pathname": "src/tests/test_load_on_init.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 58.78305435180664, - "thread": 140440784332608, + "relativeCreated": 86.31205558776855, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 4.8160552978515625e-05 + "time_consumption": 6.008148193359375e-05 }, { "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": "2021-01-07 21:59:04,755", - "created": 1610053144.755827, + "asctime": "2021-01-14 00:51:41,607", + "created": 1610581901.607765, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8138,8 +8138,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": "2021-01-07 21:59:04,755", - "created": 1610053144.755662, + "asctime": "2021-01-14 00:51:41,607", + "created": 1610581901.607508, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8149,14 +8149,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": 755.6619644165039, + "msecs": 607.5079441070557, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 58.88795852661133, - "thread": 140440784332608, + "relativeCreated": 86.45296096801758, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -8165,8 +8165,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": "2021-01-07 21:59:04,755", - "created": 1610053144.755726, + "asctime": "2021-01-14 00:51:41,607", + "created": 1610581901.607608, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8176,39 +8176,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": 755.7260990142822, + "msecs": 607.6080799102783, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 58.95209312438965, - "thread": 140440784332608, + "relativeCreated": 86.55309677124023, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 755.8269500732422, + "msecs": 607.7649593353271, "msg": "Cache object is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 59.05294418334961, - "thread": 140440784332608, + "relativeCreated": 86.70997619628906, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.00010085105895996094 + "time_consumption": 0.00015687942504882812 } ], - "thread": 140440784332608, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.0021169185638427734, - "time_finished": "2021-01-07 21:59:04,755", - "time_start": "2021-01-07 21:59:04,753" + "time_consumption": 0.006500959396362305, + "time_finished": "2021-01-14 00:51:41,607", + "time_start": "2021-01-14 00:51:41,601" }, "caching.property_cache_pickle: Test get from source caused by changed uid (full init)": { "args": null, - "asctime": "2021-01-07 21:59:04,770", - "created": 1610053144.770509, + "asctime": "2021-01-14 00:51:41,631", + "created": 1610581901.6311, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8219,21 +8219,21 @@ "message": "caching.property_cache_pickle: Test get from source caused by changed uid (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 770.5090045928955, + "msecs": 631.0999393463135, "msg": "caching.property_cache_pickle: Test get from source caused by changed uid (full init)", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 73.73499870300293, + "relativeCreated": 110.04495620727539, "testcaseLogger": [ { "args": [ "property_cache_pickle", "True" ], - "asctime": "2021-01-07 21:59:04,771", - "created": 1610053144.771034, + "asctime": "2021-01-14 00:51:41,631", + "created": 1610581901.631658, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -8246,8 +8246,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:04,770", - "created": 1610053144.770592, + "asctime": "2021-01-14 00:51:41,631", + "created": 1610581901.631198, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -8257,22 +8257,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 770.5919742584229, + "msecs": 631.1979293823242, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 73.81796836853027, - "thread": 140440784332608, + "relativeCreated": 110.14294624328613, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,770", - "created": 1610053144.77066, + "asctime": "2021-01-14 00:51:41,631", + "created": 1610581901.631265, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -8282,22 +8282,22 @@ "lineno": 21, "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": 770.6599235534668, + "msecs": 631.2649250030518, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 73.88591766357422, - "thread": 140440784332608, + "relativeCreated": 110.20994186401367, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2021-01-07 21:59:04,770", - "created": 1610053144.770726, + "asctime": "2021-01-14 00:51:41,631", + "created": 1610581901.631334, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8307,14 +8307,14 @@ "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 770.7259654998779, + "msecs": 631.3340663909912, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 73.95195960998535, - "thread": 140440784332608, + "relativeCreated": 110.27908325195312, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -8322,8 +8322,8 @@ "PickCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2021-01-07 21:59:04,770", - "created": 1610053144.770778, + "asctime": "2021-01-14 00:51:41,631", + "created": 1610581901.631388, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8333,14 +8333,14 @@ "lineno": 162, "message": "PickCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 770.7779407501221, + "msecs": 631.3879489898682, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 74.00393486022949, - "thread": 140440784332608, + "relativeCreated": 110.33296585083008, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -8348,8 +8348,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,770", - "created": 1610053144.77097, + "asctime": "2021-01-14 00:51:41,631", + "created": 1610581901.631585, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8359,35 +8359,35 @@ "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": 770.9701061248779, + "msecs": 631.584882736206, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 74.19610023498535, - "thread": 140440784332608, + "relativeCreated": 110.52989959716797, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 771.0340023040771, + "msecs": 631.6580772399902, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 74.25999641418457, - "thread": 140440784332608, + "relativeCreated": 110.60309410095215, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 6.389617919921875e-05 + "time_consumption": 7.319450378417969e-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": "2021-01-07 21:59:04,772", - "created": 1610053144.772111, + "asctime": "2021-01-14 00:51:41,632", + "created": 1610581901.632744, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8403,8 +8403,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,771", - "created": 1610053144.771248, + "asctime": "2021-01-14 00:51:41,631", + "created": 1610581901.631879, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8414,22 +8414,22 @@ "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": 771.2481021881104, + "msecs": 631.8790912628174, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 74.47409629821777, - "thread": 140440784332608, + "relativeCreated": 110.8241081237793, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2021-01-07 21:59:04,771", - "created": 1610053144.771301, + "asctime": "2021-01-14 00:51:41,631", + "created": 1610581901.631934, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8439,14 +8439,14 @@ "lineno": 131, "message": "PickCache: Source uid changed, ignoring previous cache data", "module": "__init__", - "msecs": 771.3010311126709, + "msecs": 631.9339275360107, "msg": "%s Source uid changed, ignoring previous cache data", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 74.52702522277832, - "thread": 140440784332608, + "relativeCreated": 110.87894439697266, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -8454,8 +8454,8 @@ "PickCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2021-01-07 21:59:04,771", - "created": 1610053144.771356, + "asctime": "2021-01-14 00:51:41,631", + "created": 1610581901.631989, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8465,14 +8465,14 @@ "lineno": 162, "message": "PickCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 771.3561058044434, + "msecs": 631.9890022277832, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 74.58209991455078, - "thread": 140440784332608, + "relativeCreated": 110.93401908874512, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -8480,8 +8480,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,771", - "created": 1610053144.771547, + "asctime": "2021-01-14 00:51:41,632", + "created": 1610581901.632177, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8491,14 +8491,14 @@ "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": 771.5470790863037, + "msecs": 632.1771144866943, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 74.77307319641113, - "thread": 140440784332608, + "relativeCreated": 111.12213134765625, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -8507,8 +8507,8 @@ "dict", "{'1': '1', '3': 'three', '2': 2, '4': '4'}" ], - "asctime": "2021-01-07 21:59:04,771", - "created": 1610053144.771643, + "asctime": "2021-01-14 00:51:41,632", + "created": 1610581901.632276, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8518,14 +8518,14 @@ "lineno": 110, "message": "PickCache: Providing property for 'dict' from cache ({'1': '1', '3': 'three', '2': 2, '4': '4'})", "module": "__init__", - "msecs": 771.6429233551025, + "msecs": 632.2760581970215, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 74.86891746520996, - "thread": 140440784332608, + "relativeCreated": 111.2210750579834, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -8534,8 +8534,8 @@ "unicode", "u'__unicode__'" ], - "asctime": "2021-01-07 21:59:04,771", - "created": 1610053144.771712, + "asctime": "2021-01-14 00:51:41,632", + "created": 1610581901.632342, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8545,14 +8545,14 @@ "lineno": 110, "message": "PickCache: Providing property for 'unicode' from cache (u'__unicode__')", "module": "__init__", - "msecs": 771.712064743042, + "msecs": 632.3421001434326, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 74.93805885314941, - "thread": 140440784332608, + "relativeCreated": 111.28711700439453, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -8561,8 +8561,8 @@ "str", "'__string__'" ], - "asctime": "2021-01-07 21:59:04,771", - "created": 1610053144.77176, + "asctime": "2021-01-14 00:51:41,632", + "created": 1610581901.63239, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8572,14 +8572,14 @@ "lineno": 110, "message": "PickCache: Providing property for 'str' from cache ('__string__')", "module": "__init__", - "msecs": 771.7599868774414, + "msecs": 632.390022277832, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 74.98598098754883, - "thread": 140440784332608, + "relativeCreated": 111.33503913879395, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -8588,8 +8588,8 @@ "integer", "34" ], - "asctime": "2021-01-07 21:59:04,771", - "created": 1610053144.771807, + "asctime": "2021-01-14 00:51:41,632", + "created": 1610581901.632436, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8599,14 +8599,14 @@ "lineno": 110, "message": "PickCache: Providing property for 'integer' from cache (34)", "module": "__init__", - "msecs": 771.8069553375244, + "msecs": 632.4360370635986, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 75.03294944763184, - "thread": 140440784332608, + "relativeCreated": 111.38105392456055, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -8615,8 +8615,8 @@ "float", "2.71828" ], - "asctime": "2021-01-07 21:59:04,771", - "created": 1610053144.771853, + "asctime": "2021-01-14 00:51:41,632", + "created": 1610581901.632483, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8626,14 +8626,14 @@ "lineno": 110, "message": "PickCache: Providing property for 'float' from cache (2.71828)", "module": "__init__", - "msecs": 771.852970123291, + "msecs": 632.4830055236816, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 75.07896423339844, - "thread": 140440784332608, + "relativeCreated": 111.42802238464355, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -8642,8 +8642,8 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2021-01-07 21:59:04,771", - "created": 1610053144.7719, + "asctime": "2021-01-14 00:51:41,632", + "created": 1610581901.63253, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8653,14 +8653,14 @@ "lineno": 110, "message": "PickCache: Providing property for 'list' from cache (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 771.899938583374, + "msecs": 632.5299739837646, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 75.12593269348145, - "thread": 140440784332608, + "relativeCreated": 111.47499084472656, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -8669,8 +8669,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": "2021-01-07 21:59:04,771", - "created": 1610053144.771965, + "asctime": "2021-01-14 00:51:41,632", + "created": 1610581901.632592, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8680,14 +8680,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": 771.9650268554688, + "msecs": 632.591962814331, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 75.19102096557617, - "thread": 140440784332608, + "relativeCreated": 111.53697967529297, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -8696,8 +8696,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": "2021-01-07 21:59:04,772", - "created": 1610053144.772024, + "asctime": "2021-01-14 00:51:41,632", + "created": 1610581901.632652, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8707,39 +8707,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": 772.0239162445068, + "msecs": 632.6520442962646, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 75.24991035461426, - "thread": 140440784332608, + "relativeCreated": 111.59706115722656, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 772.1109390258789, + "msecs": 632.7440738677979, "msg": "Instance data after changing uid is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 75.33693313598633, - "thread": 140440784332608, + "relativeCreated": 111.68909072875977, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 8.702278137207031e-05 + "time_consumption": 9.202957153320312e-05 } ], - "thread": 140440784332608, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.0016019344329833984, - "time_finished": "2021-01-07 21:59:04,772", - "time_start": "2021-01-07 21:59:04,770" + "time_consumption": 0.001644134521484375, + "time_finished": "2021-01-14 00:51:41,632", + "time_start": "2021-01-14 00:51:41,631" }, "caching.property_cache_pickle: Test get from source caused by changed uid (partially init)": { "args": null, - "asctime": "2021-01-07 21:59:04,772", - "created": 1610053144.77224, + "asctime": "2021-01-14 00:51:41,632", + "created": 1610581901.632883, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8750,21 +8750,21 @@ "message": "caching.property_cache_pickle: Test get from source caused by changed uid (partially init)", "module": "__init__", "moduleLogger": [], - "msecs": 772.2399234771729, + "msecs": 632.8830718994141, "msg": "caching.property_cache_pickle: Test get from source caused by changed uid (partially init)", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 75.46591758728027, + "relativeCreated": 111.82808876037598, "testcaseLogger": [ { "args": [ "property_cache_pickle", "True" ], - "asctime": "2021-01-07 21:59:04,772", - "created": 1610053144.772781, + "asctime": "2021-01-14 00:51:41,633", + "created": 1610581901.633446, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -8777,8 +8777,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:04,772", - "created": 1610053144.772323, + "asctime": "2021-01-14 00:51:41,632", + "created": 1610581901.632971, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -8788,22 +8788,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 772.3228931427002, + "msecs": 632.9710483551025, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 75.54888725280762, - "thread": 140440784332608, + "relativeCreated": 111.91606521606445, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,772", - "created": 1610053144.772383, + "asctime": "2021-01-14 00:51:41,633", + "created": 1610581901.633031, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -8813,22 +8813,22 @@ "lineno": 21, "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": 772.3829746246338, + "msecs": 633.030891418457, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 75.60896873474121, - "thread": 140440784332608, + "relativeCreated": 111.97590827941895, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2021-01-07 21:59:04,772", - "created": 1610053144.772447, + "asctime": "2021-01-14 00:51:41,633", + "created": 1610581901.633098, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8838,14 +8838,14 @@ "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 772.4471092224121, + "msecs": 633.0978870391846, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 75.67310333251953, - "thread": 140440784332608, + "relativeCreated": 112.04290390014648, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -8853,8 +8853,8 @@ "PickCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2021-01-07 21:59:04,772", - "created": 1610053144.772498, + "asctime": "2021-01-14 00:51:41,633", + "created": 1610581901.633189, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8864,14 +8864,14 @@ "lineno": 162, "message": "PickCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 772.4978923797607, + "msecs": 633.1889629364014, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 75.72388648986816, - "thread": 140440784332608, + "relativeCreated": 112.13397979736328, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -8879,8 +8879,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,772", - "created": 1610053144.772685, + "asctime": "2021-01-14 00:51:41,633", + "created": 1610581901.633381, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8890,35 +8890,35 @@ "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": 772.6850509643555, + "msecs": 633.3808898925781, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 75.91104507446289, - "thread": 140440784332608, + "relativeCreated": 112.32590675354004, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 772.7808952331543, + "msecs": 633.4459781646729, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 76.00688934326172, - "thread": 140440784332608, + "relativeCreated": 112.39099502563477, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 9.584426879882812e-05 + "time_consumption": 6.508827209472656e-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": "2021-01-07 21:59:04,774", - "created": 1610053144.774919, + "asctime": "2021-01-14 00:51:41,635", + "created": 1610581901.635624, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8934,8 +8934,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,772", - "created": 1610053144.772999, + "asctime": "2021-01-14 00:51:41,633", + "created": 1610581901.633672, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8945,22 +8945,22 @@ "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": 772.9990482330322, + "msecs": 633.6719989776611, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 76.22504234313965, - "thread": 140440784332608, + "relativeCreated": 112.61701583862305, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2021-01-07 21:59:04,773", - "created": 1610053144.773053, + "asctime": "2021-01-14 00:51:41,633", + "created": 1610581901.633727, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8970,14 +8970,14 @@ "lineno": 131, "message": "PickCache: Source uid changed, ignoring previous cache data", "module": "__init__", - "msecs": 773.0529308319092, + "msecs": 633.7270736694336, "msg": "%s Source uid changed, ignoring previous cache data", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 76.2789249420166, - "thread": 140440784332608, + "relativeCreated": 112.67209053039551, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -8985,8 +8985,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,773", - "created": 1610053144.773157, + "asctime": "2021-01-14 00:51:41,633", + "created": 1610581901.633837, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8996,14 +8996,14 @@ "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": 773.1568813323975, + "msecs": 633.8369846343994, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 76.38287544250488, - "thread": 140440784332608, + "relativeCreated": 112.78200149536133, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -9012,8 +9012,8 @@ "dict", "{'1': '1', '3': 'three', '2': 2, '4': '4'}" ], - "asctime": "2021-01-07 21:59:04,773", - "created": 1610053144.773248, + "asctime": "2021-01-14 00:51:41,633", + "created": 1610581901.63393, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9023,14 +9023,14 @@ "lineno": 106, "message": "PickCache: Loading property for 'dict' from source instance ({'1': '1', '3': 'three', '2': 2, '4': '4'})", "module": "__init__", - "msecs": 773.2479572296143, + "msecs": 633.929967880249, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 76.47395133972168, - "thread": 140440784332608, + "relativeCreated": 112.87498474121094, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -9038,8 +9038,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,773", - "created": 1610053144.773388, + "asctime": "2021-01-14 00:51:41,634", + "created": 1610581901.634068, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9049,14 +9049,14 @@ "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": 773.3879089355469, + "msecs": 634.0680122375488, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 76.6139030456543, - "thread": 140440784332608, + "relativeCreated": 113.01302909851074, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -9065,8 +9065,8 @@ "unicode", "u'__unicode__'" ], - "asctime": "2021-01-07 21:59:04,773", - "created": 1610053144.773483, + "asctime": "2021-01-14 00:51:41,634", + "created": 1610581901.634161, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9076,14 +9076,14 @@ "lineno": 106, "message": "PickCache: Loading property for 'unicode' from source instance (u'__unicode__')", "module": "__init__", - "msecs": 773.4830379486084, + "msecs": 634.1609954833984, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 76.70903205871582, - "thread": 140440784332608, + "relativeCreated": 113.10601234436035, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -9091,8 +9091,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,773", - "created": 1610053144.773631, + "asctime": "2021-01-14 00:51:41,634", + "created": 1610581901.634303, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9102,14 +9102,14 @@ "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": 773.6310958862305, + "msecs": 634.303092956543, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 76.85708999633789, - "thread": 140440784332608, + "relativeCreated": 113.24810981750488, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -9118,8 +9118,8 @@ "str", "'__string__'" ], - "asctime": "2021-01-07 21:59:04,773", - "created": 1610053144.773722, + "asctime": "2021-01-14 00:51:41,634", + "created": 1610581901.634392, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9129,14 +9129,14 @@ "lineno": 106, "message": "PickCache: Loading property for 'str' from source instance ('__string__')", "module": "__init__", - "msecs": 773.7219333648682, + "msecs": 634.3920230865479, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 76.94792747497559, - "thread": 140440784332608, + "relativeCreated": 113.33703994750977, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -9144,8 +9144,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,773", - "created": 1610053144.773871, + "asctime": "2021-01-14 00:51:41,634", + "created": 1610581901.634545, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9155,14 +9155,14 @@ "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": 773.8709449768066, + "msecs": 634.545087814331, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 77.09693908691406, - "thread": 140440784332608, + "relativeCreated": 113.49010467529297, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -9171,8 +9171,8 @@ "integer", "34" ], - "asctime": "2021-01-07 21:59:04,773", - "created": 1610053144.773964, + "asctime": "2021-01-14 00:51:41,634", + "created": 1610581901.634635, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9182,14 +9182,14 @@ "lineno": 106, "message": "PickCache: Loading property for 'integer' from source instance (34)", "module": "__init__", - "msecs": 773.9639282226562, + "msecs": 634.6349716186523, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 77.18992233276367, - "thread": 140440784332608, + "relativeCreated": 113.57998847961426, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -9197,8 +9197,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,774", - "created": 1610053144.774121, + "asctime": "2021-01-14 00:51:41,634", + "created": 1610581901.63479, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9208,14 +9208,14 @@ "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": 774.1210460662842, + "msecs": 634.7899436950684, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 77.3470401763916, - "thread": 140440784332608, + "relativeCreated": 113.73496055603027, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -9224,8 +9224,8 @@ "float", "2.71828" ], - "asctime": "2021-01-07 21:59:04,774", - "created": 1610053144.774213, + "asctime": "2021-01-14 00:51:41,634", + "created": 1610581901.634884, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9235,14 +9235,14 @@ "lineno": 106, "message": "PickCache: Loading property for 'float' from source instance (2.71828)", "module": "__init__", - "msecs": 774.2130756378174, + "msecs": 634.8841190338135, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 77.4390697479248, - "thread": 140440784332608, + "relativeCreated": 113.82913589477539, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -9250,8 +9250,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,774", - "created": 1610053144.774375, + "asctime": "2021-01-14 00:51:41,635", + "created": 1610581901.635044, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9261,14 +9261,14 @@ "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": 774.3749618530273, + "msecs": 635.0440979003906, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 77.60095596313477, - "thread": 140440784332608, + "relativeCreated": 113.98911476135254, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -9277,8 +9277,8 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2021-01-07 21:59:04,774", - "created": 1610053144.774469, + "asctime": "2021-01-14 00:51:41,635", + "created": 1610581901.635136, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9288,14 +9288,14 @@ "lineno": 106, "message": "PickCache: Loading property for 'list' from source instance (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 774.4688987731934, + "msecs": 635.1358890533447, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 77.69489288330078, - "thread": 140440784332608, + "relativeCreated": 114.08090591430664, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -9303,8 +9303,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,774", - "created": 1610053144.774648, + "asctime": "2021-01-14 00:51:41,635", + "created": 1610581901.63534, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9314,14 +9314,14 @@ "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": 774.6479511260986, + "msecs": 635.3399753570557, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 77.87394523620605, - "thread": 140440784332608, + "relativeCreated": 114.28499221801758, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -9330,8 +9330,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": "2021-01-07 21:59:04,774", - "created": 1610053144.774755, + "asctime": "2021-01-14 00:51:41,635", + "created": 1610581901.635459, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9341,14 +9341,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": 774.7550010681152, + "msecs": 635.4589462280273, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 77.98099517822266, - "thread": 140440784332608, + "relativeCreated": 114.40396308898926, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -9357,8 +9357,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": "2021-01-07 21:59:04,774", - "created": 1610053144.774831, + "asctime": "2021-01-14 00:51:41,635", + "created": 1610581901.635534, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9368,39 +9368,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": 774.8310565948486, + "msecs": 635.5340480804443, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 78.05705070495605, - "thread": 140440784332608, + "relativeCreated": 114.47906494140625, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 774.9190330505371, + "msecs": 635.6239318847656, "msg": "Instance data after changing uid is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 78.14502716064453, - "thread": 140440784332608, + "relativeCreated": 114.56894874572754, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 8.797645568847656e-05 + "time_consumption": 8.988380432128906e-05 } ], - "thread": 140440784332608, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.002679109573364258, - "time_finished": "2021-01-07 21:59:04,774", - "time_start": "2021-01-07 21:59:04,772" + "time_consumption": 0.0027408599853515625, + "time_finished": "2021-01-14 00:51:41,635", + "time_start": "2021-01-14 00:51:41,632" }, "caching.property_cache_pickle: Test get from source caused by increased data version (full init)": { "args": null, - "asctime": "2021-01-07 21:59:04,765", - "created": 1610053144.765086, + "asctime": "2021-01-14 00:51:41,622", + "created": 1610581901.62225, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9411,21 +9411,21 @@ "message": "caching.property_cache_pickle: Test get from source caused by increased data version (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 765.0859355926514, + "msecs": 622.2500801086426, "msg": "caching.property_cache_pickle: Test get from source caused by increased data version (full init)", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 68.31192970275879, + "relativeCreated": 101.19509696960449, "testcaseLogger": [ { "args": [ "property_cache_pickle", "True" ], - "asctime": "2021-01-07 21:59:04,765", - "created": 1610053144.765892, + "asctime": "2021-01-14 00:51:41,623", + "created": 1610581901.623147, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -9438,8 +9438,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:04,765", - "created": 1610053144.765212, + "asctime": "2021-01-14 00:51:41,622", + "created": 1610581901.622382, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -9449,22 +9449,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 765.2120590209961, + "msecs": 622.3819255828857, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 68.43805313110352, - "thread": 140440784332608, + "relativeCreated": 101.32694244384766, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,765", - "created": 1610053144.765328, + "asctime": "2021-01-14 00:51:41,622", + "created": 1610581901.622478, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -9474,22 +9474,22 @@ "lineno": 21, "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": 765.3279304504395, + "msecs": 622.4780082702637, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 68.55392456054688, - "thread": 140440784332608, + "relativeCreated": 101.42302513122559, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2021-01-07 21:59:04,765", - "created": 1610053144.765428, + "asctime": "2021-01-14 00:51:41,622", + "created": 1610581901.622571, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9499,14 +9499,14 @@ "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 765.4280662536621, + "msecs": 622.5709915161133, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 68.65406036376953, - "thread": 140440784332608, + "relativeCreated": 101.5160083770752, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -9514,8 +9514,8 @@ "PickCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2021-01-07 21:59:04,765", - "created": 1610053144.765504, + "asctime": "2021-01-14 00:51:41,622", + "created": 1610581901.622647, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9525,14 +9525,14 @@ "lineno": 162, "message": "PickCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 765.5038833618164, + "msecs": 622.6470470428467, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 68.72987747192383, - "thread": 140440784332608, + "relativeCreated": 101.5920639038086, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -9540,8 +9540,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,765", - "created": 1610053144.765784, + "asctime": "2021-01-14 00:51:41,623", + "created": 1610581901.623014, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9551,35 +9551,35 @@ "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": 765.7840251922607, + "msecs": 623.013973236084, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 69.01001930236816, - "thread": 140440784332608, + "relativeCreated": 101.9589900970459, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 765.8920288085938, + "msecs": 623.1470108032227, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 69.11802291870117, - "thread": 140440784332608, + "relativeCreated": 102.09202766418457, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.00010800361633300781 + "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": "2021-01-07 21:59:04,767", - "created": 1610053144.767291, + "asctime": "2021-01-14 00:51:41,626", + "created": 1610581901.626203, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9595,8 +9595,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,766", - "created": 1610053144.766243, + "asctime": "2021-01-14 00:51:41,623", + "created": 1610581901.623586, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9606,22 +9606,22 @@ "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": 766.2429809570312, + "msecs": 623.5859394073486, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 69.46897506713867, - "thread": 140440784332608, + "relativeCreated": 102.53095626831055, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2021-01-07 21:59:04,766", - "created": 1610053144.766332, + "asctime": "2021-01-14 00:51:41,623", + "created": 1610581901.623766, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9631,14 +9631,14 @@ "lineno": 133, "message": "PickCache: Data version increased, ignoring previous cache data", "module": "__init__", - "msecs": 766.3319110870361, + "msecs": 623.7659454345703, "msg": "%s Data version increased, ignoring previous cache data", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 69.55790519714355, - "thread": 140440784332608, + "relativeCreated": 102.71096229553223, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -9646,8 +9646,8 @@ "PickCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2021-01-07 21:59:04,766", - "created": 1610053144.766419, + "asctime": "2021-01-14 00:51:41,623", + "created": 1610581901.623923, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9657,14 +9657,14 @@ "lineno": 162, "message": "PickCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 766.4189338684082, + "msecs": 623.9230632781982, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 69.64492797851562, - "thread": 140440784332608, + "relativeCreated": 102.86808013916016, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -9672,8 +9672,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,766", - "created": 1610053144.766673, + "asctime": "2021-01-14 00:51:41,624", + "created": 1610581901.624426, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9683,14 +9683,14 @@ "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": 766.6730880737305, + "msecs": 624.4258880615234, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 69.89908218383789, - "thread": 140440784332608, + "relativeCreated": 103.37090492248535, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -9699,8 +9699,8 @@ "dict", "{'1': '1', '3': 'three', '2': 2, '4': '4'}" ], - "asctime": "2021-01-07 21:59:04,766", - "created": 1610053144.76679, + "asctime": "2021-01-14 00:51:41,624", + "created": 1610581901.624799, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9710,14 +9710,14 @@ "lineno": 110, "message": "PickCache: Providing property for 'dict' from cache ({'1': '1', '3': 'three', '2': 2, '4': '4'})", "module": "__init__", - "msecs": 766.7899131774902, + "msecs": 624.7990131378174, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 70.01590728759766, - "thread": 140440784332608, + "relativeCreated": 103.7440299987793, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -9726,8 +9726,8 @@ "unicode", "u'__unicode__'" ], - "asctime": "2021-01-07 21:59:04,766", - "created": 1610053144.766853, + "asctime": "2021-01-14 00:51:41,624", + "created": 1610581901.624975, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9737,14 +9737,14 @@ "lineno": 110, "message": "PickCache: Providing property for 'unicode' from cache (u'__unicode__')", "module": "__init__", - "msecs": 766.8530941009521, + "msecs": 624.9749660491943, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 70.07908821105957, - "thread": 140440784332608, + "relativeCreated": 103.91998291015625, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -9753,8 +9753,8 @@ "str", "'__string__'" ], - "asctime": "2021-01-07 21:59:04,766", - "created": 1610053144.766903, + "asctime": "2021-01-14 00:51:41,625", + "created": 1610581901.625187, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9764,14 +9764,14 @@ "lineno": 110, "message": "PickCache: Providing property for 'str' from cache ('__string__')", "module": "__init__", - "msecs": 766.9029235839844, + "msecs": 625.1869201660156, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 70.1289176940918, - "thread": 140440784332608, + "relativeCreated": 104.13193702697754, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -9780,8 +9780,8 @@ "integer", "34" ], - "asctime": "2021-01-07 21:59:04,766", - "created": 1610053144.766958, + "asctime": "2021-01-14 00:51:41,625", + "created": 1610581901.62534, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9791,14 +9791,14 @@ "lineno": 110, "message": "PickCache: Providing property for 'integer' from cache (34)", "module": "__init__", - "msecs": 766.9579982757568, + "msecs": 625.3399848937988, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 70.18399238586426, - "thread": 140440784332608, + "relativeCreated": 104.28500175476074, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -9807,8 +9807,8 @@ "float", "2.71828" ], - "asctime": "2021-01-07 21:59:04,767", - "created": 1610053144.767009, + "asctime": "2021-01-14 00:51:41,625", + "created": 1610581901.625481, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9818,14 +9818,14 @@ "lineno": 110, "message": "PickCache: Providing property for 'float' from cache (2.71828)", "module": "__init__", - "msecs": 767.0090198516846, + "msecs": 625.4808902740479, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 70.23501396179199, - "thread": 140440784332608, + "relativeCreated": 104.42590713500977, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -9834,8 +9834,8 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2021-01-07 21:59:04,767", - "created": 1610053144.767068, + "asctime": "2021-01-14 00:51:41,625", + "created": 1610581901.625631, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9845,14 +9845,14 @@ "lineno": 110, "message": "PickCache: Providing property for 'list' from cache (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 767.0679092407227, + "msecs": 625.6310939788818, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 70.29390335083008, - "thread": 140440784332608, + "relativeCreated": 104.57611083984375, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -9861,8 +9861,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": "2021-01-07 21:59:04,767", - "created": 1610053144.767132, + "asctime": "2021-01-14 00:51:41,625", + "created": 1610581901.625824, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9872,14 +9872,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": 767.132043838501, + "msecs": 625.823974609375, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 70.3580379486084, - "thread": 140440784332608, + "relativeCreated": 104.76899147033691, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -9888,8 +9888,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": "2021-01-07 21:59:04,767", - "created": 1610053144.767192, + "asctime": "2021-01-14 00:51:41,625", + "created": 1610581901.625985, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -9899,39 +9899,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": 767.1918869018555, + "msecs": 625.9849071502686, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 70.41788101196289, - "thread": 140440784332608, + "relativeCreated": 104.92992401123047, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 767.2910690307617, + "msecs": 626.2030601501465, "msg": "Instance data after increasing data_version is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 70.51706314086914, - "thread": 140440784332608, + "relativeCreated": 105.1480770111084, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 9.918212890625e-05 + "time_consumption": 0.0002181529998779297 } ], - "thread": 140440784332608, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.0022051334381103516, - "time_finished": "2021-01-07 21:59:04,767", - "time_start": "2021-01-07 21:59:04,765" + "time_consumption": 0.003952980041503906, + "time_finished": "2021-01-14 00:51:41,626", + "time_start": "2021-01-14 00:51:41,622" }, "caching.property_cache_pickle: Test get from source caused by increased data version (partially init)": { "args": null, - "asctime": "2021-01-07 21:59:04,767", - "created": 1610053144.767437, + "asctime": "2021-01-14 00:51:41,626", + "created": 1610581901.626569, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9942,21 +9942,21 @@ "message": "caching.property_cache_pickle: Test get from source caused by increased data version (partially init)", "module": "__init__", "moduleLogger": [], - "msecs": 767.4369812011719, + "msecs": 626.5690326690674, "msg": "caching.property_cache_pickle: Test get from source caused by increased data version (partially init)", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 70.6629753112793, + "relativeCreated": 105.5140495300293, "testcaseLogger": [ { "args": [ "property_cache_pickle", "True" ], - "asctime": "2021-01-07 21:59:04,767", - "created": 1610053144.767963, + "asctime": "2021-01-14 00:51:41,628", + "created": 1610581901.628127, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -9969,8 +9969,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:04,767", - "created": 1610053144.76752, + "asctime": "2021-01-14 00:51:41,626", + "created": 1610581901.626836, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -9980,22 +9980,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 767.5199508666992, + "msecs": 626.8360614776611, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 70.74594497680664, - "thread": 140440784332608, + "relativeCreated": 105.78107833862305, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,767", - "created": 1610053144.767587, + "asctime": "2021-01-14 00:51:41,627", + "created": 1610581901.627048, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -10005,22 +10005,22 @@ "lineno": 21, "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": 767.5869464874268, + "msecs": 627.0480155944824, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 70.81294059753418, - "thread": 140440784332608, + "relativeCreated": 105.99303245544434, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2021-01-07 21:59:04,767", - "created": 1610053144.767656, + "asctime": "2021-01-14 00:51:41,627", + "created": 1610581901.627266, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10030,14 +10030,14 @@ "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 767.6560878753662, + "msecs": 627.2659301757812, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 70.88208198547363, - "thread": 140440784332608, + "relativeCreated": 106.21094703674316, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -10045,8 +10045,8 @@ "PickCache:", "['dict', 'unicode', 'str', 'integer', 'float', 'list']" ], - "asctime": "2021-01-07 21:59:04,767", - "created": 1610053144.767708, + "asctime": "2021-01-14 00:51:41,627", + "created": 1610581901.627429, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10056,14 +10056,14 @@ "lineno": 162, "message": "PickCache: Loading all data from source - ['dict', 'unicode', 'str', 'integer', 'float', 'list']", "module": "__init__", - "msecs": 767.7080631256104, + "msecs": 627.4290084838867, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 70.93405723571777, - "thread": 140440784332608, + "relativeCreated": 106.37402534484863, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -10071,8 +10071,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,767", - "created": 1610053144.767901, + "asctime": "2021-01-14 00:51:41,627", + "created": 1610581901.627929, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10082,35 +10082,35 @@ "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": 767.9009437561035, + "msecs": 627.9289722442627, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 71.12693786621094, - "thread": 140440784332608, + "relativeCreated": 106.87398910522461, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 767.9629325866699, + "msecs": 628.1270980834961, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 71.18892669677734, - "thread": 140440784332608, + "relativeCreated": 107.07211494445801, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 6.198883056640625e-05 + "time_consumption": 0.00019812583923339844 }, { "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": "2021-01-07 21:59:04,770", - "created": 1610053144.770368, + "asctime": "2021-01-14 00:51:41,630", + "created": 1610581901.630947, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10126,8 +10126,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,768", - "created": 1610053144.768191, + "asctime": "2021-01-14 00:51:41,628", + "created": 1610581901.628664, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10137,22 +10137,22 @@ "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": 768.1910991668701, + "msecs": 628.6640167236328, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 71.41709327697754, - "thread": 140440784332608, + "relativeCreated": 107.60903358459473, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2021-01-07 21:59:04,768", - "created": 1610053144.76825, + "asctime": "2021-01-14 00:51:41,628", + "created": 1610581901.628759, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10162,14 +10162,14 @@ "lineno": 133, "message": "PickCache: Data version increased, ignoring previous cache data", "module": "__init__", - "msecs": 768.2499885559082, + "msecs": 628.7589073181152, "msg": "%s Data version increased, ignoring previous cache data", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 71.47598266601562, - "thread": 140440784332608, + "relativeCreated": 107.70392417907715, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -10177,8 +10177,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,768", - "created": 1610053144.768355, + "asctime": "2021-01-14 00:51:41,628", + "created": 1610581901.628889, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10188,14 +10188,14 @@ "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": 768.3548927307129, + "msecs": 628.8890838623047, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 71.58088684082031, - "thread": 140440784332608, + "relativeCreated": 107.8341007232666, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -10204,8 +10204,8 @@ "dict", "{'1': '1', '3': 'three', '2': 2, '4': '4'}" ], - "asctime": "2021-01-07 21:59:04,768", - "created": 1610053144.768438, + "asctime": "2021-01-14 00:51:41,629", + "created": 1610581901.629005, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10215,14 +10215,14 @@ "lineno": 106, "message": "PickCache: Loading property for 'dict' from source instance ({'1': '1', '3': 'three', '2': 2, '4': '4'})", "module": "__init__", - "msecs": 768.4381008148193, + "msecs": 629.004955291748, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 71.66409492492676, - "thread": 140440784332608, + "relativeCreated": 107.94997215270996, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -10230,8 +10230,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,768", - "created": 1610053144.768607, + "asctime": "2021-01-14 00:51:41,629", + "created": 1610581901.629173, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10241,14 +10241,14 @@ "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": 768.6069011688232, + "msecs": 629.1730403900146, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 71.83289527893066, - "thread": 140440784332608, + "relativeCreated": 108.11805725097656, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -10257,8 +10257,8 @@ "unicode", "u'__unicode__'" ], - "asctime": "2021-01-07 21:59:04,768", - "created": 1610053144.76871, + "asctime": "2021-01-14 00:51:41,629", + "created": 1610581901.62927, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10268,14 +10268,14 @@ "lineno": 106, "message": "PickCache: Loading property for 'unicode' from source instance (u'__unicode__')", "module": "__init__", - "msecs": 768.7098979949951, + "msecs": 629.270076751709, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 71.93589210510254, - "thread": 140440784332608, + "relativeCreated": 108.2150936126709, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -10283,8 +10283,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,768", - "created": 1610053144.76886, + "asctime": "2021-01-14 00:51:41,629", + "created": 1610581901.629421, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10294,14 +10294,14 @@ "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": 768.8601016998291, + "msecs": 629.4209957122803, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 72.08609580993652, - "thread": 140440784332608, + "relativeCreated": 108.36601257324219, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -10310,8 +10310,8 @@ "str", "'__string__'" ], - "asctime": "2021-01-07 21:59:04,768", - "created": 1610053144.768952, + "asctime": "2021-01-14 00:51:41,629", + "created": 1610581901.629508, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10321,14 +10321,14 @@ "lineno": 106, "message": "PickCache: Loading property for 'str' from source instance ('__string__')", "module": "__init__", - "msecs": 768.9518928527832, + "msecs": 629.5080184936523, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 72.17788696289062, - "thread": 140440784332608, + "relativeCreated": 108.45303535461426, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -10336,8 +10336,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,769", - "created": 1610053144.769103, + "asctime": "2021-01-14 00:51:41,629", + "created": 1610581901.629657, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10347,14 +10347,14 @@ "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": 769.1030502319336, + "msecs": 629.6570301055908, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 72.32904434204102, - "thread": 140440784332608, + "relativeCreated": 108.60204696655273, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -10363,8 +10363,8 @@ "integer", "34" ], - "asctime": "2021-01-07 21:59:04,769", - "created": 1610053144.769196, + "asctime": "2021-01-14 00:51:41,629", + "created": 1610581901.629741, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10374,14 +10374,14 @@ "lineno": 106, "message": "PickCache: Loading property for 'integer' from source instance (34)", "module": "__init__", - "msecs": 769.1960334777832, + "msecs": 629.7409534454346, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 72.42202758789062, - "thread": 140440784332608, + "relativeCreated": 108.68597030639648, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -10389,8 +10389,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,769", - "created": 1610053144.769351, + "asctime": "2021-01-14 00:51:41,629", + "created": 1610581901.629894, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10400,14 +10400,14 @@ "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": 769.3510055541992, + "msecs": 629.8940181732178, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 72.57699966430664, - "thread": 140440784332608, + "relativeCreated": 108.83903503417969, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -10416,8 +10416,8 @@ "float", "2.71828" ], - "asctime": "2021-01-07 21:59:04,769", - "created": 1610053144.769444, + "asctime": "2021-01-14 00:51:41,629", + "created": 1610581901.629978, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10427,14 +10427,14 @@ "lineno": 106, "message": "PickCache: Loading property for 'float' from source instance (2.71828)", "module": "__init__", - "msecs": 769.4439888000488, + "msecs": 629.9779415130615, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 72.66998291015625, - "thread": 140440784332608, + "relativeCreated": 108.92295837402344, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -10442,8 +10442,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,769", - "created": 1610053144.76965, + "asctime": "2021-01-14 00:51:41,630", + "created": 1610581901.630151, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10453,14 +10453,14 @@ "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": 769.6499824523926, + "msecs": 630.1510334014893, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 72.8759765625, - "thread": 140440784332608, + "relativeCreated": 109.09605026245117, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -10469,8 +10469,8 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2021-01-07 21:59:04,769", - "created": 1610053144.76975, + "asctime": "2021-01-14 00:51:41,630", + "created": 1610581901.630249, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10480,14 +10480,14 @@ "lineno": 106, "message": "PickCache: Loading property for 'list' from source instance (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 769.7501182556152, + "msecs": 630.2490234375, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 72.97611236572266, - "thread": 140440784332608, + "relativeCreated": 109.19404029846191, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -10495,8 +10495,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,769", - "created": 1610053144.769929, + "asctime": "2021-01-14 00:51:41,630", + "created": 1610581901.630435, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10506,14 +10506,14 @@ "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": 769.9289321899414, + "msecs": 630.4349899291992, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 73.15492630004883, - "thread": 140440784332608, + "relativeCreated": 109.38000679016113, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -10522,8 +10522,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": "2021-01-07 21:59:04,770", - "created": 1610053144.770041, + "asctime": "2021-01-14 00:51:41,630", + "created": 1610581901.630552, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10533,14 +10533,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": 770.0409889221191, + "msecs": 630.5520534515381, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 73.26698303222656, - "thread": 140440784332608, + "relativeCreated": 109.4970703125, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -10549,8 +10549,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": "2021-01-07 21:59:04,770", - "created": 1610053144.770271, + "asctime": "2021-01-14 00:51:41,630", + "created": 1610581901.630629, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10560,39 +10560,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": 770.2710628509521, + "msecs": 630.6290626525879, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 73.49705696105957, - "thread": 140440784332608, + "relativeCreated": 109.5740795135498, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 770.3680992126465, + "msecs": 630.9471130371094, "msg": "Instance data after increasing data_version is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 73.5940933227539, - "thread": 140440784332608, + "relativeCreated": 109.89212989807129, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 9.703636169433594e-05 + "time_consumption": 0.0003180503845214844 } ], - "thread": 140440784332608, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.0029311180114746094, - "time_finished": "2021-01-07 21:59:04,770", - "time_start": "2021-01-07 21:59:04,767" + "time_consumption": 0.004378080368041992, + "time_finished": "2021-01-14 00:51:41,630", + "time_start": "2021-01-14 00:51:41,626" }, "caching.property_cache_pickle: Test internal key usage": { "args": null, - "asctime": "2021-01-07 21:59:04,775", - "created": 1610053144.77553, + "asctime": "2021-01-14 00:51:41,636", + "created": 1610581901.63625, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10603,21 +10603,21 @@ "message": "caching.property_cache_pickle: Test internal key usage", "module": "__init__", "moduleLogger": [], - "msecs": 775.5300998687744, + "msecs": 636.2500190734863, "msg": "caching.property_cache_pickle: Test internal key usage", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 78.75609397888184, + "relativeCreated": 115.19503593444824, "testcaseLogger": [ { "args": [ "property_cache_pickle", "True" ], - "asctime": "2021-01-07 21:59:04,775", - "created": 1610053144.775987, + "asctime": "2021-01-14 00:51:41,636", + "created": 1610581901.63672, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -10630,8 +10630,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:04,775", - "created": 1610053144.77561, + "asctime": "2021-01-14 00:51:41,636", + "created": 1610581901.636335, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -10641,22 +10641,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 775.6099700927734, + "msecs": 636.3348960876465, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 78.83596420288086, - "thread": 140440784332608, + "relativeCreated": 115.2799129486084, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.pkl" ], - "asctime": "2021-01-07 21:59:04,775", - "created": 1610053144.775668, + "asctime": "2021-01-14 00:51:41,636", + "created": 1610581901.636395, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -10666,22 +10666,22 @@ "lineno": 21, "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": 775.6679058074951, + "msecs": 636.3949775695801, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 78.89389991760254, - "thread": 140440784332608, + "relativeCreated": 115.33999443054199, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2021-01-07 21:59:04,775", - "created": 1610053144.775729, + "asctime": "2021-01-14 00:51:41,636", + "created": 1610581901.636461, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10691,14 +10691,14 @@ "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 775.7289409637451, + "msecs": 636.4610195159912, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 78.95493507385254, - "thread": 140440784332608, + "relativeCreated": 115.40603637695312, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -10706,8 +10706,8 @@ "PickCache:", "['__property_cache_data_version_', '_property_cache_data_version_', '__property_cache_uid_', '_property_cache_uid_']" ], - "asctime": "2021-01-07 21:59:04,775", - "created": 1610053144.775784, + "asctime": "2021-01-14 00:51:41,636", + "created": 1610581901.636513, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10717,14 +10717,14 @@ "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": 775.7840156555176, + "msecs": 636.5129947662354, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 79.010009765625, - "thread": 140440784332608, + "relativeCreated": 115.45801162719727, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -10732,8 +10732,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.pkl" ], - "asctime": "2021-01-07 21:59:04,775", - "created": 1610053144.775929, + "asctime": "2021-01-14 00:51:41,636", + "created": 1610581901.636662, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10743,25 +10743,25 @@ "lineno": 170, "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.pkl)", "module": "__init__", - "msecs": 775.9289741516113, + "msecs": 636.6620063781738, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 79.15496826171875, - "thread": 140440784332608, + "relativeCreated": 115.60702323913574, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 775.986909866333, + "msecs": 636.7199420928955, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 79.21290397644043, - "thread": 140440784332608, + "relativeCreated": 115.66495895385742, + "thread": 139670819383104, "threadName": "MainThread", "time_consumption": 5.793571472167969e-05 }, @@ -10769,8 +10769,8 @@ "args": [ "property_cache_pickle" ], - "asctime": "2021-01-07 21:59:04,776", - "created": 1610053144.776286, + "asctime": "2021-01-14 00:51:41,637", + "created": 1610581901.637024, "exc_info": null, "exc_text": null, "filename": "test_internal_keys.py", @@ -10786,8 +10786,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.pkl" ], - "asctime": "2021-01-07 21:59:04,776", - "created": 1610053144.776148, + "asctime": "2021-01-14 00:51:41,636", + "created": 1610581901.636885, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10797,22 +10797,22 @@ "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": 776.1480808258057, + "msecs": 636.8849277496338, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 79.37407493591309, - "thread": 140440784332608, + "relativeCreated": 115.8299446105957, + "thread": 139670819383104, "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": "2021-01-07 21:59:04,776", - "created": 1610053144.776204, + "asctime": "2021-01-14 00:51:41,636", + "created": 1610581901.636941, "exc_info": null, "exc_text": null, "filename": "test_internal_keys.py", @@ -10822,14 +10822,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": 776.2041091918945, + "msecs": 636.9409561157227, "msg": "Using storage object of cache class for comparison: %s", "name": "__unittest__", "pathname": "src/tests/test_internal_keys.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 79.43010330200195, - "thread": 140440784332608, + "relativeCreated": 115.88597297668457, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -10837,8 +10837,8 @@ "_property_cache_data_version_", "_property_cache_uid_" ], - "asctime": "2021-01-07 21:59:04,776", - "created": 1610053144.776249, + "asctime": "2021-01-14 00:51:41,636", + "created": 1610581901.636987, "exc_info": null, "exc_text": null, "filename": "test_internal_keys.py", @@ -10848,25 +10848,25 @@ "lineno": 21, "message": "Deleting overhead keys: _property_cache_data_version_, _property_cache_uid_", "module": "test_internal_keys", - "msecs": 776.2489318847656, + "msecs": 636.9869709014893, "msg": "Deleting overhead keys: %s, %s", "name": "__unittest__", "pathname": "src/tests/test_internal_keys.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 79.47492599487305, - "thread": 140440784332608, + "relativeCreated": 115.93198776245117, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 776.2858867645264, + "msecs": 637.02392578125, "msg": "Extracting storage object from %s for comparison.", "name": "__tLogger__", "pathname": "src/tests/test_internal_keys.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 79.51188087463379, - "thread": 140440784332608, + "relativeCreated": 115.96894264221191, + "thread": 139670819383104, "threadName": "MainThread", "time_consumption": 3.695487976074219e-05 }, @@ -10875,8 +10875,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": "2021-01-07 21:59:04,776", - "created": 1610053144.776468, + "asctime": "2021-01-14 00:51:41,637", + "created": 1610581901.637245, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10893,8 +10893,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": "2021-01-07 21:59:04,776", - "created": 1610053144.776367, + "asctime": "2021-01-14 00:51:41,637", + "created": 1610581901.637105, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10904,14 +10904,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": 776.3669490814209, + "msecs": 637.1049880981445, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 79.59294319152832, - "thread": 140440784332608, + "relativeCreated": 116.05000495910645, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -10920,8 +10920,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": "2021-01-07 21:59:04,776", - "created": 1610053144.776413, + "asctime": "2021-01-14 00:51:41,637", + "created": 1610581901.637185, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10931,35 +10931,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": 776.4129638671875, + "msecs": 637.1850967407227, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 79.63895797729492, - "thread": 140440784332608, + "relativeCreated": 116.13011360168457, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 776.46803855896, + "msecs": 637.2449398040771, "msg": "Cache is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 79.69403266906738, - "thread": 140440784332608, + "relativeCreated": 116.18995666503906, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 5.507469177246094e-05 + "time_consumption": 5.984306335449219e-05 }, { "args": [ "5", "" ], - "asctime": "2021-01-07 21:59:04,776", - "created": 1610053144.776669, + "asctime": "2021-01-14 00:51:41,637", + "created": 1610581901.637395, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10976,8 +10976,8 @@ "5", "" ], - "asctime": "2021-01-07 21:59:04,776", - "created": 1610053144.776538, + "asctime": "2021-01-14 00:51:41,637", + "created": 1610581901.637318, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -10987,14 +10987,14 @@ "lineno": 22, "message": "Result (Keyfilter returnvalue for 5 ()): 5 ()", "module": "test", - "msecs": 776.5378952026367, + "msecs": 637.3178958892822, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 79.76388931274414, - "thread": 140440784332608, + "relativeCreated": 116.26291275024414, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -11003,8 +11003,8 @@ "5", "" ], - "asctime": "2021-01-07 21:59:04,776", - "created": 1610053144.776606, + "asctime": "2021-01-14 00:51:41,637", + "created": 1610581901.637357, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11014,39 +11014,39 @@ "lineno": 26, "message": "Expectation (Keyfilter returnvalue for 5 ()): result = 5 ()", "module": "test", - "msecs": 776.6060829162598, + "msecs": 637.3569965362549, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 79.83207702636719, - "thread": 140440784332608, + "relativeCreated": 116.3020133972168, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 776.6690254211426, + "msecs": 637.394905090332, "msg": "Keyfilter returnvalue for 5 () is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 79.89501953125, - "thread": 140440784332608, + "relativeCreated": 116.33992195129395, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 6.29425048828125e-05 + "time_consumption": 3.790855407714844e-05 } ], - "thread": 140440784332608, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.001138925552368164, - "time_finished": "2021-01-07 21:59:04,776", - "time_start": "2021-01-07 21:59:04,775" + "time_consumption": 0.0011448860168457031, + "time_finished": "2021-01-14 00:51:41,637", + "time_start": "2021-01-14 00:51:41,636" }, "caching.property_cache_pickle: Test partially initialised PICKLE-Cache-Object": { "args": null, - "asctime": "2021-01-07 21:59:04,755", - "created": 1610053144.755963, + "asctime": "2021-01-14 00:51:41,607", + "created": 1610581901.607995, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11057,21 +11057,21 @@ "message": "caching.property_cache_pickle: Test partially initialised PICKLE-Cache-Object", "module": "__init__", "moduleLogger": [], - "msecs": 755.9630870819092, + "msecs": 607.9950332641602, "msg": "caching.property_cache_pickle: Test partially initialised PICKLE-Cache-Object", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 59.1890811920166, + "relativeCreated": 86.94005012512207, "testcaseLogger": [ { "args": [ "property_cache_pickle", "False" ], - "asctime": "2021-01-07 21:59:04,756", - "created": 1610053144.756412, + "asctime": "2021-01-14 00:51:41,608", + "created": 1610581901.608726, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -11084,8 +11084,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:04,756", - "created": 1610053144.75606, + "asctime": "2021-01-14 00:51:41,608", + "created": 1610581901.608162, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -11095,22 +11095,22 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 756.0598850250244, + "msecs": 608.1619262695312, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 59.285879135131836, - "thread": 140440784332608, + "relativeCreated": 87.10694313049316, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,756", - "created": 1610053144.75614, + "asctime": "2021-01-14 00:51:41,608", + "created": 1610581901.608325, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -11120,22 +11120,22 @@ "lineno": 21, "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": 756.1399936676025, + "msecs": 608.3250045776367, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 59.36598777770996, - "thread": 140440784332608, + "relativeCreated": 87.27002143859863, + "thread": 139670819383104, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2021-01-07 21:59:04,756", - "created": 1610053144.756214, + "asctime": "2021-01-14 00:51:41,608", + "created": 1610581901.608431, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11145,14 +11145,14 @@ "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 756.213903427124, + "msecs": 608.4311008453369, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 59.439897537231445, - "thread": 140440784332608, + "relativeCreated": 87.37611770629883, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -11160,8 +11160,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,756", - "created": 1610053144.756349, + "asctime": "2021-01-14 00:51:41,608", + "created": 1610581901.608619, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11171,32 +11171,32 @@ "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": 756.3490867614746, + "msecs": 608.618974685669, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 59.57508087158203, - "thread": 140440784332608, + "relativeCreated": 87.56399154663086, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 756.4120292663574, + "msecs": 608.7260246276855, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 59.638023376464844, - "thread": 140440784332608, + "relativeCreated": 87.67104148864746, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 6.29425048828125e-05 + "time_consumption": 0.00010704994201660156 }, { "args": [], - "asctime": "2021-01-07 21:59:04,757", - "created": 1610053144.757566, + "asctime": "2021-01-14 00:51:41,610", + "created": 1610581901.61005, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -11213,8 +11213,8 @@ "float", "3.14159" ], - "asctime": "2021-01-07 21:59:04,756", - "created": 1610053144.756505, + "asctime": "2021-01-14 00:51:41,608", + "created": 1610581901.608834, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11224,14 +11224,14 @@ "lineno": 106, "message": "PickCache: Loading property for 'float' from source instance (3.14159)", "module": "__init__", - "msecs": 756.505012512207, + "msecs": 608.8340282440186, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 59.73100662231445, - "thread": 140440784332608, + "relativeCreated": 87.77904510498047, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -11239,8 +11239,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,756", - "created": 1610053144.756617, + "asctime": "2021-01-14 00:51:41,608", + "created": 1610581901.608977, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11250,14 +11250,14 @@ "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": 756.6170692443848, + "msecs": 608.9770793914795, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 59.84306335449219, - "thread": 140440784332608, + "relativeCreated": 87.9220962524414, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -11266,8 +11266,8 @@ "list", "[1, 'two', '3', 4]" ], - "asctime": "2021-01-07 21:59:04,756", - "created": 1610053144.756775, + "asctime": "2021-01-14 00:51:41,609", + "created": 1610581901.609142, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11277,14 +11277,14 @@ "lineno": 106, "message": "PickCache: Loading property for 'list' from source instance ([1, 'two', '3', 4])", "module": "__init__", - "msecs": 756.77490234375, + "msecs": 609.1420650482178, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 60.00089645385742, - "thread": 140440784332608, + "relativeCreated": 88.08708190917969, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -11292,8 +11292,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,757", - "created": 1610053144.757024, + "asctime": "2021-01-14 00:51:41,609", + "created": 1610581901.609317, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11303,14 +11303,14 @@ "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": 757.0240497589111, + "msecs": 609.3170642852783, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 60.250043869018555, - "thread": 140440784332608, + "relativeCreated": 88.26208114624023, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -11319,8 +11319,8 @@ "str", "'string'" ], - "asctime": "2021-01-07 21:59:04,757", - "created": 1610053144.757178, + "asctime": "2021-01-14 00:51:41,609", + "created": 1610581901.609482, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11330,14 +11330,14 @@ "lineno": 106, "message": "PickCache: Loading property for 'str' from source instance ('string')", "module": "__init__", - "msecs": 757.1780681610107, + "msecs": 609.4820499420166, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 60.404062271118164, - "thread": 140440784332608, + "relativeCreated": 88.42706680297852, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -11345,8 +11345,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,757", - "created": 1610053144.757429, + "asctime": "2021-01-14 00:51:41,609", + "created": 1610581901.609809, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11356,34 +11356,34 @@ "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": 757.4288845062256, + "msecs": 609.8089218139648, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 60.65487861633301, - "thread": 140440784332608, + "relativeCreated": 88.75393867492676, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 757.565975189209, + "msecs": 610.0499629974365, "msg": "Partially initialising cache object by requesting some information.", "name": "__tLogger__", "pathname": "src/tests/test_no_load_on_init.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 60.791969299316406, - "thread": 140440784332608, + "relativeCreated": 88.99497985839844, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.00013709068298339844 + "time_consumption": 0.0002410411834716797 }, { "args": [ "property_cache_pickle" ], - "asctime": "2021-01-07 21:59:04,758", - "created": 1610053144.758252, + "asctime": "2021-01-14 00:51:41,611", + "created": 1610581901.61101, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -11399,8 +11399,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:04,757", - "created": 1610053144.757917, + "asctime": "2021-01-14 00:51:41,610", + "created": 1610581901.610597, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11410,22 +11410,22 @@ "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": 757.9169273376465, + "msecs": 610.5968952178955, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 61.142921447753906, - "thread": 140440784332608, + "relativeCreated": 89.54191207885742, + "thread": 139670819383104, "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": "2021-01-07 21:59:04,758", - "created": 1610053144.75805, + "asctime": "2021-01-14 00:51:41,610", + "created": 1610581901.610764, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -11435,14 +11435,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": 758.0499649047852, + "msecs": 610.7640266418457, "msg": "Using storage object of cache class for comparison: %s", "name": "__unittest__", "pathname": "src/tests/test_no_load_on_init.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 61.27595901489258, - "thread": 140440784332608, + "relativeCreated": 89.70904350280762, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -11450,8 +11450,8 @@ "_property_cache_data_version_", "_property_cache_uid_" ], - "asctime": "2021-01-07 21:59:04,758", - "created": 1610053144.75818, + "asctime": "2021-01-14 00:51:41,610", + "created": 1610581901.610911, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -11461,35 +11461,35 @@ "lineno": 24, "message": "Deleting overhead keys: _property_cache_data_version_, _property_cache_uid_", "module": "test_no_load_on_init", - "msecs": 758.1799030303955, + "msecs": 610.9108924865723, "msg": "Deleting overhead keys: %s, %s", "name": "__unittest__", "pathname": "src/tests/test_no_load_on_init.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 61.40589714050293, - "thread": 140440784332608, + "relativeCreated": 89.85590934753418, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 758.2519054412842, + "msecs": 611.0100746154785, "msg": "Extracting storage object from %s for comparison.", "name": "__tLogger__", "pathname": "src/tests/test_no_load_on_init.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 61.4778995513916, - "thread": 140440784332608, + "relativeCreated": 89.95509147644043, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 7.200241088867188e-05 + "time_consumption": 9.918212890625e-05 }, { "args": [ "{'float': 3.14159, 'list': [1, 'two', '3', 4], 'str': 'string'}", "" ], - "asctime": "2021-01-07 21:59:04,758", - "created": 1610053144.758733, + "asctime": "2021-01-14 00:51:41,611", + "created": 1610581901.611605, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11506,8 +11506,8 @@ "{ 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'str': 'string' }", "" ], - "asctime": "2021-01-07 21:59:04,758", - "created": 1610053144.758456, + "asctime": "2021-01-14 00:51:41,611", + "created": 1610581901.611286, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11517,14 +11517,14 @@ "lineno": 22, "message": "Result (Cache object): { 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ], 'str': 'string' } ()", "module": "test", - "msecs": 758.4559917449951, + "msecs": 611.285924911499, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 61.68198585510254, - "thread": 140440784332608, + "relativeCreated": 90.23094177246094, + "thread": 139670819383104, "threadName": "MainThread" }, { @@ -11533,8 +11533,8 @@ "{ 'str': 'string', 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ] }", "" ], - "asctime": "2021-01-07 21:59:04,758", - "created": 1610053144.758547, + "asctime": "2021-01-14 00:51:41,611", + "created": 1610581901.611412, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -11544,38 +11544,38 @@ "lineno": 26, "message": "Expectation (Cache object): result = { 'str': 'string', 'float': 3.14159, 'list': [ 1, 'two', '3', 4 ] } ()", "module": "test", - "msecs": 758.5470676422119, + "msecs": 611.4120483398438, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 61.773061752319336, - "thread": 140440784332608, + "relativeCreated": 90.35706520080566, + "thread": 139670819383104, "threadName": "MainThread" } ], - "msecs": 758.7330341339111, + "msecs": 611.6049289703369, "msg": "Cache object is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68455, + "process": 18672, "processName": "MainProcess", - "relativeCreated": 61.959028244018555, - "thread": 140440784332608, + "relativeCreated": 90.54994583129883, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.00018596649169921875 + "time_consumption": 0.00019288063049316406 } ], - "thread": 140440784332608, + "thread": 139670819383104, "threadName": "MainThread", - "time_consumption": 0.002769947052001953, - "time_finished": "2021-01-07 21:59:04,758", - "time_start": "2021-01-07 21:59:04,755" + "time_consumption": 0.003609895706176758, + "time_finished": "2021-01-14 00:51:41,611", + "time_start": "2021-01-14 00:51:41,607" } }, "testrun_id": "p2", - "time_consumption": 0.04242300987243652, + "time_consumption": 0.06339478492736816, "uid_list_sorted": [ "caching.property_cache_json: Test full initialised JSON-Cache-Object", "caching.property_cache_json: Test partially initialisation of JSON-Cache-Object", @@ -11617,8 +11617,8 @@ "testcases": { "caching.property_cache_json: Test cached data (full init)": { "args": null, - "asctime": "2021-01-07 21:59:05,187", - "created": 1610053145.1872308, + "asctime": "2021-01-14 00:51:42,065", + "created": 1610581902.0650735, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11629,13 +11629,13 @@ "message": "caching.property_cache_json: Test cached data (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 187.23082542419434, + "msecs": 65.07349014282227, "msg": "caching.property_cache_json: Test cached data (full init)", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 69.17643547058105, + "relativeCreated": 71.0456371307373, "stack_info": null, "testcaseLogger": [ { @@ -11643,8 +11643,8 @@ "property_cache_json", "True" ], - "asctime": "2021-01-07 21:59:05,187", - "created": 1610053145.1877031, + "asctime": "2021-01-14 00:51:42,065", + "created": 1610581902.0656707, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -11657,8 +11657,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:05,187", - "created": 1610053145.1873045, + "asctime": "2021-01-14 00:51:42,065", + "created": 1610581902.065186, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -11668,23 +11668,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 187.30449676513672, + "msecs": 65.1860237121582, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 69.25010681152344, + "relativeCreated": 71.15817070007324, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,187", - "created": 1610053145.1873598, + "asctime": "2021-01-14 00:51:42,065", + "created": 1610581902.0652628, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -11694,23 +11694,23 @@ "lineno": 21, "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": 187.35980987548828, + "msecs": 65.2627944946289, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 69.305419921875, + "relativeCreated": 71.23494148254395, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2021-01-07 21:59:05,187", - "created": 1610053145.187413, + "asctime": "2021-01-14 00:51:42,065", + "created": 1610581902.0653238, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11720,15 +11720,15 @@ "lineno": 228, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 187.41297721862793, + "msecs": 65.3238296508789, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 69.35858726501465, + "relativeCreated": 71.29597663879395, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -11736,8 +11736,8 @@ "JsonCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2021-01-07 21:59:05,187", - "created": 1610053145.1874552, + "asctime": "2021-01-14 00:51:42,065", + "created": 1610581902.0653741, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11747,15 +11747,15 @@ "lineno": 162, "message": "JsonCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 187.4551773071289, + "msecs": 65.37413597106934, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 69.40078735351562, + "relativeCreated": 71.34628295898438, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -11763,8 +11763,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,187", - "created": 1610053145.1876347, + "asctime": "2021-01-14 00:51:42,065", + "created": 1610581902.065591, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11774,34 +11774,34 @@ "lineno": 234, "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": 187.63470649719238, + "msecs": 65.59109687805176, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 69.5803165435791, + "relativeCreated": 71.5632438659668, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 187.70313262939453, + "msecs": 65.67072868347168, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 69.64874267578125, + "relativeCreated": 71.64287567138672, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 6.842613220214844e-05 + "time_consumption": 7.963180541992188e-05 }, { "args": [], - "asctime": "2021-01-07 21:59:05,188", - "created": 1610053145.1881833, + "asctime": "2021-01-14 00:51:42,066", + "created": 1610581902.0663223, "exc_info": null, "exc_text": null, "filename": "test_cached_data.py", @@ -11817,8 +11817,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,187", - "created": 1610053145.1878421, + "asctime": "2021-01-14 00:51:42,065", + "created": 1610581902.0658736, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11828,15 +11828,15 @@ "lineno": 225, "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": 187.84213066101074, + "msecs": 65.87362289428711, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 69.78774070739746, + "relativeCreated": 71.84576988220215, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -11845,8 +11845,8 @@ "str", "'string'" ], - "asctime": "2021-01-07 21:59:05,187", - "created": 1610053145.1878955, + "asctime": "2021-01-14 00:51:42,065", + "created": 1610581902.0659688, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11856,15 +11856,15 @@ "lineno": 110, "message": "JsonCache: Providing property for 'str' from cache ('string')", "module": "__init__", - "msecs": 187.8955364227295, + "msecs": 65.96875190734863, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 69.84114646911621, + "relativeCreated": 71.94089889526367, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -11873,8 +11873,8 @@ "unicode", "'unicode'" ], - "asctime": "2021-01-07 21:59:05,187", - "created": 1610053145.1879413, + "asctime": "2021-01-14 00:51:42,066", + "created": 1610581902.066051, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11884,15 +11884,15 @@ "lineno": 110, "message": "JsonCache: Providing property for 'unicode' from cache ('unicode')", "module": "__init__", - "msecs": 187.941312789917, + "msecs": 66.05100631713867, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 69.88692283630371, + "relativeCreated": 72.02315330505371, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -11901,8 +11901,8 @@ "integer", "17" ], - "asctime": "2021-01-07 21:59:05,187", - "created": 1610053145.187984, + "asctime": "2021-01-14 00:51:42,066", + "created": 1610581902.066111, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11912,15 +11912,15 @@ "lineno": 110, "message": "JsonCache: Providing property for 'integer' from cache (17)", "module": "__init__", - "msecs": 187.98398971557617, + "msecs": 66.11108779907227, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 69.92959976196289, + "relativeCreated": 72.0832347869873, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -11929,8 +11929,8 @@ "float", "3.14159" ], - "asctime": "2021-01-07 21:59:05,188", - "created": 1610053145.18803, + "asctime": "2021-01-14 00:51:42,066", + "created": 1610581902.0661576, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11940,15 +11940,15 @@ "lineno": 110, "message": "JsonCache: Providing property for 'float' from cache (3.14159)", "module": "__init__", - "msecs": 188.03000450134277, + "msecs": 66.15757942199707, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 69.97561454772949, + "relativeCreated": 72.12972640991211, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -11957,8 +11957,8 @@ "list", "[1, 'two', '3', 4]" ], - "asctime": "2021-01-07 21:59:05,188", - "created": 1610053145.1880727, + "asctime": "2021-01-14 00:51:42,066", + "created": 1610581902.0662034, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11968,15 +11968,15 @@ "lineno": 110, "message": "JsonCache: Providing property for 'list' from cache ([1, 'two', '3', 4])", "module": "__init__", - "msecs": 188.07268142700195, + "msecs": 66.20335578918457, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 70.01829147338867, + "relativeCreated": 72.17550277709961, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -11985,8 +11985,8 @@ "dict", "{'1': 1, '2': 'two', '3': '3', '4': 4}" ], - "asctime": "2021-01-07 21:59:05,188", - "created": 1610053145.188115, + "asctime": "2021-01-14 00:51:42,066", + "created": 1610581902.0662487, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11996,15 +11996,15 @@ "lineno": 110, "message": "JsonCache: Providing property for 'dict' from cache ({'1': 1, '2': 'two', '3': '3', '4': 4})", "module": "__init__", - "msecs": 188.11488151550293, + "msecs": 66.24865531921387, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 70.06049156188965, + "relativeCreated": 72.2208023071289, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -12012,8 +12012,8 @@ "JsonCache:", "uncached" ], - "asctime": "2021-01-07 21:59:05,188", - "created": 1610053145.188151, + "asctime": "2021-01-14 00:51:42,066", + "created": 1610581902.0662875, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12023,37 +12023,37 @@ "lineno": 113, "message": "JsonCache: Key 'uncached' is not in cached_keys. Uncached data will be returned.", "module": "__init__", - "msecs": 188.15088272094727, + "msecs": 66.28751754760742, "msg": "%s Key '%s' is not in cached_keys. Uncached data will be returned.", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 70.09649276733398, + "relativeCreated": 72.25966453552246, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 188.18330764770508, + "msecs": 66.32232666015625, "msg": "Collecting data from cache instance.", "name": "__tLogger__", "pathname": "src/tests/test_cached_data.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 70.1289176940918, + "relativeCreated": 72.29447364807129, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 3.24249267578125e-05 + "time_consumption": 3.4809112548828125e-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": "2021-01-07 21:59:05,188", - "created": 1610053145.1884089, + "asctime": "2021-01-14 00:51:42,066", + "created": 1610581902.0666337, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12070,8 +12070,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": "2021-01-07 21:59:05,188", - "created": 1610053145.1882703, + "asctime": "2021-01-14 00:51:42,066", + "created": 1610581902.0664284, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12081,15 +12081,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": 188.27033042907715, + "msecs": 66.42842292785645, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 70.21594047546387, + "relativeCreated": 72.40056991577148, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -12098,8 +12098,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": "2021-01-07 21:59:05,188", - "created": 1610053145.1883278, + "asctime": "2021-01-14 00:51:42,066", + "created": 1610581902.0664968, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12109,41 +12109,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": 188.32778930664062, + "msecs": 66.4968490600586, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 70.27339935302734, + "relativeCreated": 72.46899604797363, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 188.40885162353516, + "msecs": 66.63370132446289, "msg": "Cached data is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 70.35446166992188, + "relativeCreated": 72.60584831237793, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 8.106231689453125e-05 + "time_consumption": 0.00013685226440429688 } ], - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 0.0011780261993408203, - "time_finished": "2021-01-07 21:59:05,188", - "time_start": "2021-01-07 21:59:05,187" + "time_consumption": 0.001560211181640625, + "time_finished": "2021-01-14 00:51:42,066", + "time_start": "2021-01-14 00:51:42,065" }, "caching.property_cache_json: Test cached data (partially init)": { "args": null, - "asctime": "2021-01-07 21:59:05,188", - "created": 1610053145.1885138, + "asctime": "2021-01-14 00:51:42,066", + "created": 1610581902.066775, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12154,13 +12154,13 @@ "message": "caching.property_cache_json: Test cached data (partially init)", "module": "__init__", "moduleLogger": [], - "msecs": 188.51375579833984, + "msecs": 66.77508354187012, "msg": "caching.property_cache_json: Test cached data (partially init)", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 70.45936584472656, + "relativeCreated": 72.74723052978516, "stack_info": null, "testcaseLogger": [ { @@ -12168,8 +12168,8 @@ "property_cache_json", "True" ], - "asctime": "2021-01-07 21:59:05,189", - "created": 1610053145.1891139, + "asctime": "2021-01-14 00:51:42,067", + "created": 1610581902.0674987, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -12182,8 +12182,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:05,188", - "created": 1610053145.188587, + "asctime": "2021-01-14 00:51:42,066", + "created": 1610581902.066869, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -12193,23 +12193,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 188.58695030212402, + "msecs": 66.86902046203613, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 70.53256034851074, + "relativeCreated": 72.84116744995117, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,188", - "created": 1610053145.1886425, + "asctime": "2021-01-14 00:51:42,066", + "created": 1610581902.0669436, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -12219,23 +12219,23 @@ "lineno": 21, "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": 188.6425018310547, + "msecs": 66.94364547729492, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 70.5881118774414, + "relativeCreated": 72.91579246520996, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2021-01-07 21:59:05,188", - "created": 1610053145.1886966, + "asctime": "2021-01-14 00:51:42,067", + "created": 1610581902.0670137, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12245,15 +12245,15 @@ "lineno": 228, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 188.69662284851074, + "msecs": 67.01374053955078, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 70.64223289489746, + "relativeCreated": 72.98588752746582, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -12261,8 +12261,8 @@ "JsonCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2021-01-07 21:59:05,188", - "created": 1610053145.1887748, + "asctime": "2021-01-14 00:51:42,067", + "created": 1610581902.0670617, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12272,15 +12272,15 @@ "lineno": 162, "message": "JsonCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 188.77482414245605, + "msecs": 67.0616626739502, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 70.72043418884277, + "relativeCreated": 73.03380966186523, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -12288,8 +12288,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,189", - "created": 1610053145.189036, + "asctime": "2021-01-14 00:51:42,067", + "created": 1610581902.0674026, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12299,34 +12299,34 @@ "lineno": 234, "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": 189.03589248657227, + "msecs": 67.40260124206543, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 70.98150253295898, + "relativeCreated": 73.37474822998047, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 189.11385536193848, + "msecs": 67.49868392944336, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 71.0594654083252, + "relativeCreated": 73.4708309173584, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 7.796287536621094e-05 + "time_consumption": 9.608268737792969e-05 }, { "args": [], - "asctime": "2021-01-07 21:59:05,189", - "created": 1610053145.1895943, + "asctime": "2021-01-14 00:51:42,068", + "created": 1610581902.0683353, "exc_info": null, "exc_text": null, "filename": "test_cached_data.py", @@ -12342,8 +12342,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,189", - "created": 1610053145.1892548, + "asctime": "2021-01-14 00:51:42,067", + "created": 1610581902.0677025, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12353,15 +12353,15 @@ "lineno": 225, "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": 189.2547607421875, + "msecs": 67.7025318145752, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 71.20037078857422, + "relativeCreated": 73.67467880249023, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -12370,8 +12370,8 @@ "str", "'string'" ], - "asctime": "2021-01-07 21:59:05,189", - "created": 1610053145.1893091, + "asctime": "2021-01-14 00:51:42,067", + "created": 1610581902.0677717, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12381,15 +12381,15 @@ "lineno": 110, "message": "JsonCache: Providing property for 'str' from cache ('string')", "module": "__init__", - "msecs": 189.30912017822266, + "msecs": 67.77167320251465, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 71.25473022460938, + "relativeCreated": 73.74382019042969, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -12398,8 +12398,8 @@ "unicode", "'unicode'" ], - "asctime": "2021-01-07 21:59:05,189", - "created": 1610053145.1893547, + "asctime": "2021-01-14 00:51:42,067", + "created": 1610581902.0678248, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12409,15 +12409,15 @@ "lineno": 110, "message": "JsonCache: Providing property for 'unicode' from cache ('unicode')", "module": "__init__", - "msecs": 189.35465812683105, + "msecs": 67.8248405456543, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 71.30026817321777, + "relativeCreated": 73.79698753356934, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -12426,8 +12426,8 @@ "integer", "17" ], - "asctime": "2021-01-07 21:59:05,189", - "created": 1610053145.189397, + "asctime": "2021-01-14 00:51:42,067", + "created": 1610581902.0678852, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12437,15 +12437,15 @@ "lineno": 110, "message": "JsonCache: Providing property for 'integer' from cache (17)", "module": "__init__", - "msecs": 189.39709663391113, + "msecs": 67.88516044616699, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 71.34270668029785, + "relativeCreated": 73.85730743408203, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -12454,8 +12454,8 @@ "float", "3.14159" ], - "asctime": "2021-01-07 21:59:05,189", - "created": 1610053145.1894398, + "asctime": "2021-01-14 00:51:42,067", + "created": 1610581902.0679815, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12465,15 +12465,15 @@ "lineno": 110, "message": "JsonCache: Providing property for 'float' from cache (3.14159)", "module": "__init__", - "msecs": 189.4397735595703, + "msecs": 67.98148155212402, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 71.38538360595703, + "relativeCreated": 73.95362854003906, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -12482,8 +12482,8 @@ "list", "[1, 'two', '3', 4]" ], - "asctime": "2021-01-07 21:59:05,189", - "created": 1610053145.1894822, + "asctime": "2021-01-14 00:51:42,068", + "created": 1610581902.0680778, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12493,15 +12493,15 @@ "lineno": 110, "message": "JsonCache: Providing property for 'list' from cache ([1, 'two', '3', 4])", "module": "__init__", - "msecs": 189.4822120666504, + "msecs": 68.07780265808105, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 71.42782211303711, + "relativeCreated": 74.0499496459961, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -12510,8 +12510,8 @@ "dict", "{'1': 1, '2': 'two', '3': '3', '4': 4}" ], - "asctime": "2021-01-07 21:59:05,189", - "created": 1610053145.1895244, + "asctime": "2021-01-14 00:51:42,068", + "created": 1610581902.0681984, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12521,15 +12521,15 @@ "lineno": 110, "message": "JsonCache: Providing property for 'dict' from cache ({'1': 1, '2': 'two', '3': '3', '4': 4})", "module": "__init__", - "msecs": 189.52441215515137, + "msecs": 68.19844245910645, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 71.47002220153809, + "relativeCreated": 74.17058944702148, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -12537,8 +12537,8 @@ "JsonCache:", "uncached" ], - "asctime": "2021-01-07 21:59:05,189", - "created": 1610053145.1895611, + "asctime": "2021-01-14 00:51:42,068", + "created": 1610581902.068273, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12548,37 +12548,37 @@ "lineno": 113, "message": "JsonCache: Key 'uncached' is not in cached_keys. Uncached data will be returned.", "module": "__init__", - "msecs": 189.561128616333, + "msecs": 68.27306747436523, "msg": "%s Key '%s' is not in cached_keys. Uncached data will be returned.", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 71.50673866271973, + "relativeCreated": 74.24521446228027, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 189.59426879882812, + "msecs": 68.33529472351074, "msg": "Collecting data from cache instance.", "name": "__tLogger__", "pathname": "src/tests/test_cached_data.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 71.53987884521484, + "relativeCreated": 74.30744171142578, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 3.314018249511719e-05 + "time_consumption": 6.222724914550781e-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": "2021-01-07 21:59:05,189", - "created": 1610053145.1898434, + "asctime": "2021-01-14 00:51:42,068", + "created": 1610581902.0686514, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12595,8 +12595,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": "2021-01-07 21:59:05,189", - "created": 1610053145.189687, + "asctime": "2021-01-14 00:51:42,068", + "created": 1610581902.0684717, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12606,15 +12606,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": 189.68701362609863, + "msecs": 68.47167015075684, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 71.63262367248535, + "relativeCreated": 74.44381713867188, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -12623,8 +12623,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": "2021-01-07 21:59:05,189", - "created": 1610053145.189753, + "asctime": "2021-01-14 00:51:42,068", + "created": 1610581902.0685463, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12634,41 +12634,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": 189.75305557250977, + "msecs": 68.54629516601562, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 71.69866561889648, + "relativeCreated": 74.51844215393066, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 189.84341621398926, + "msecs": 68.65143775939941, "msg": "Cached data is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 71.78902626037598, + "relativeCreated": 74.62358474731445, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 9.036064147949219e-05 + "time_consumption": 0.00010514259338378906 } ], - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 0.001329660415649414, - "time_finished": "2021-01-07 21:59:05,189", - "time_start": "2021-01-07 21:59:05,188" + "time_consumption": 0.0018763542175292969, + "time_finished": "2021-01-14 00:51:42,068", + "time_start": "2021-01-14 00:51:42,066" }, "caching.property_cache_json: Test execution of save callback (full init)": { "args": null, - "asctime": "2021-01-07 21:59:05,201", - "created": 1610053145.2016912, + "asctime": "2021-01-14 00:51:42,094", + "created": 1610581902.0946667, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12679,19 +12679,19 @@ "message": "caching.property_cache_json: Test execution of save callback (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 201.6911506652832, + "msecs": 94.66671943664551, "msg": "caching.property_cache_json: Test execution of save callback (full init)", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 83.63676071166992, + "relativeCreated": 100.63886642456055, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:05,201", - "created": 1610053145.2017608, + "asctime": "2021-01-14 00:51:42,094", + "created": 1610581902.0948157, "exc_info": null, "exc_text": null, "filename": "test_save_callback.py", @@ -12702,15 +12702,15 @@ "message": "Installing save_callback, which sets a variable to True on execution.", "module": "test_save_callback", "moduleLogger": [], - "msecs": 201.76076889038086, + "msecs": 94.81573104858398, "msg": "Installing save_callback, which sets a variable to True on execution.", "name": "__tLogger__", "pathname": "src/tests/test_save_callback.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 83.70637893676758, + "relativeCreated": 100.78787803649902, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -12719,8 +12719,8 @@ "True", "" ], - "asctime": "2021-01-07 21:59:05,202", - "created": 1610053145.2020388, + "asctime": "2021-01-14 00:51:42,095", + "created": 1610581902.0956588, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12736,8 +12736,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/save_callback_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,201", - "created": 1610053145.2018723, + "asctime": "2021-01-14 00:51:42,095", + "created": 1610581902.0950084, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12747,15 +12747,15 @@ "lineno": 234, "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/save_callback_load_on_init.json)", "module": "__init__", - "msecs": 201.8723487854004, + "msecs": 95.00837326049805, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 83.81795883178711, + "relativeCreated": 100.98052024841309, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -12764,8 +12764,8 @@ "True", "" ], - "asctime": "2021-01-07 21:59:05,201", - "created": 1610053145.2019582, + "asctime": "2021-01-14 00:51:42,095", + "created": 1610581902.095422, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12775,15 +12775,15 @@ "lineno": 22, "message": "Result (Save callback execution variable): True ()", "module": "test", - "msecs": 201.95817947387695, + "msecs": 95.42202949523926, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 83.90378952026367, + "relativeCreated": 101.3941764831543, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -12792,8 +12792,8 @@ "True", "" ], - "asctime": "2021-01-07 21:59:05,202", - "created": 1610053145.2020035, + "asctime": "2021-01-14 00:51:42,095", + "created": 1610581902.0955443, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12803,41 +12803,41 @@ "lineno": 26, "message": "Expectation (Save callback execution variable): result = True ()", "module": "test", - "msecs": 202.00347900390625, + "msecs": 95.54433822631836, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 83.94908905029297, + "relativeCreated": 101.5164852142334, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 202.03876495361328, + "msecs": 95.65877914428711, "msg": "Save callback execution variable is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 83.984375, + "relativeCreated": 101.63092613220215, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 3.528594970703125e-05 + "time_consumption": 0.00011444091796875 } ], - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 0.0003476142883300781, - "time_finished": "2021-01-07 21:59:05,202", - "time_start": "2021-01-07 21:59:05,201" + "time_consumption": 0.0009920597076416016, + "time_finished": "2021-01-14 00:51:42,095", + "time_start": "2021-01-14 00:51:42,094" }, "caching.property_cache_json: Test full initialised JSON-Cache-Object": { "args": null, - "asctime": "2021-01-07 21:59:05,184", - "created": 1610053145.1841066, + "asctime": "2021-01-14 00:51:42,060", + "created": 1610581902.060744, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12848,13 +12848,13 @@ "message": "caching.property_cache_json: Test full initialised JSON-Cache-Object", "module": "__init__", "moduleLogger": [], - "msecs": 184.10658836364746, + "msecs": 60.74404716491699, "msg": "caching.property_cache_json: Test full initialised JSON-Cache-Object", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 66.05219841003418, + "relativeCreated": 66.71619415283203, "stack_info": null, "testcaseLogger": [ { @@ -12862,8 +12862,8 @@ "property_cache_json", "True" ], - "asctime": "2021-01-07 21:59:05,184", - "created": 1610053145.1849713, + "asctime": "2021-01-14 00:51:42,061", + "created": 1610581902.061706, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -12876,8 +12876,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:05,184", - "created": 1610053145.1843436, + "asctime": "2021-01-14 00:51:42,060", + "created": 1610581902.0609848, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -12887,23 +12887,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 184.3435764312744, + "msecs": 60.98484992980957, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 66.28918647766113, + "relativeCreated": 66.95699691772461, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,184", - "created": 1610053145.1844382, + "asctime": "2021-01-14 00:51:42,061", + "created": 1610581902.061093, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -12913,23 +12913,23 @@ "lineno": 21, "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": 184.43822860717773, + "msecs": 61.09309196472168, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 66.38383865356445, + "relativeCreated": 67.06523895263672, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2021-01-07 21:59:05,184", - "created": 1610053145.1845667, + "asctime": "2021-01-14 00:51:42,061", + "created": 1610581902.0612946, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12939,15 +12939,15 @@ "lineno": 228, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 184.56673622131348, + "msecs": 61.2945556640625, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 66.5123462677002, + "relativeCreated": 67.26670265197754, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -12955,8 +12955,8 @@ "JsonCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2021-01-07 21:59:05,184", - "created": 1610053145.1846194, + "asctime": "2021-01-14 00:51:42,061", + "created": 1610581902.0613537, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12966,15 +12966,15 @@ "lineno": 162, "message": "JsonCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 184.61942672729492, + "msecs": 61.35368347167969, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 66.56503677368164, + "relativeCreated": 67.32583045959473, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -12982,8 +12982,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,184", - "created": 1610053145.184881, + "asctime": "2021-01-14 00:51:42,061", + "created": 1610581902.0616086, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12993,36 +12993,36 @@ "lineno": 234, "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.json)", "module": "__init__", - "msecs": 184.88097190856934, + "msecs": 61.60855293273926, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 66.82658195495605, + "relativeCreated": 67.5806999206543, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 184.97133255004883, + "msecs": 61.7060661315918, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 66.91694259643555, + "relativeCreated": 67.67821311950684, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 9.036064147949219e-05 + "time_consumption": 9.751319885253906e-05 }, { "args": [ "property_cache_json" ], - "asctime": "2021-01-07 21:59:05,185", - "created": 1610053145.185257, + "asctime": "2021-01-14 00:51:42,062", + "created": 1610581902.062026, "exc_info": null, "exc_text": null, "filename": "test_load_on_init.py", @@ -13038,8 +13038,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,185", - "created": 1610053145.1851208, + "asctime": "2021-01-14 00:51:42,061", + "created": 1610581902.061878, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13049,23 +13049,23 @@ "lineno": 225, "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.json)", "module": "__init__", - "msecs": 185.1208209991455, + "msecs": 61.87796592712402, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 67.06643104553223, + "relativeCreated": 67.85011291503906, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "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": "2021-01-07 21:59:05,185", - "created": 1610053145.1851816, + "asctime": "2021-01-14 00:51:42,061", + "created": 1610581902.061942, "exc_info": null, "exc_text": null, "filename": "test_load_on_init.py", @@ -13075,15 +13075,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": 185.1816177368164, + "msecs": 61.942100524902344, "msg": "Using storage object of cache class for comparison: %s", "name": "__unittest__", "pathname": "src/tests/test_load_on_init.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 67.12722778320312, + "relativeCreated": 67.91424751281738, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -13091,8 +13091,8 @@ "_property_cache_data_version_", "_property_cache_uid_" ], - "asctime": "2021-01-07 21:59:05,185", - "created": 1610053145.185222, + "asctime": "2021-01-14 00:51:42,061", + "created": 1610581902.061988, "exc_info": null, "exc_text": null, "filename": "test_load_on_init.py", @@ -13102,37 +13102,37 @@ "lineno": 21, "message": "Deleting overhead keys: _property_cache_data_version_, _property_cache_uid_", "module": "test_load_on_init", - "msecs": 185.22191047668457, + "msecs": 61.988115310668945, "msg": "Deleting overhead keys: %s, %s", "name": "__unittest__", "pathname": "src/tests/test_load_on_init.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 67.16752052307129, + "relativeCreated": 67.96026229858398, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 185.2569580078125, + "msecs": 62.026023864746094, "msg": "Extracting storage object from %s for comparison.", "name": "__tLogger__", "pathname": "src/tests/test_load_on_init.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 67.20256805419922, + "relativeCreated": 67.99817085266113, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 3.504753112792969e-05 + "time_consumption": 3.790855407714844e-05 }, { "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": "2021-01-07 21:59:05,185", - "created": 1610053145.1854887, + "asctime": "2021-01-14 00:51:42,062", + "created": 1610581902.0622792, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13149,8 +13149,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": "2021-01-07 21:59:05,185", - "created": 1610053145.185343, + "asctime": "2021-01-14 00:51:42,062", + "created": 1610581902.0621245, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13160,15 +13160,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": 185.34302711486816, + "msecs": 62.12449073791504, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 67.28863716125488, + "relativeCreated": 68.09663772583008, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -13177,8 +13177,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": "2021-01-07 21:59:05,185", - "created": 1610053145.1853988, + "asctime": "2021-01-14 00:51:42,062", + "created": 1610581902.0621855, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13188,41 +13188,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": 185.39881706237793, + "msecs": 62.18552589416504, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 67.34442710876465, + "relativeCreated": 68.15767288208008, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 185.48870086669922, + "msecs": 62.27922439575195, "msg": "Cache object is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 67.43431091308594, + "relativeCreated": 68.25137138366699, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 8.988380432128906e-05 + "time_consumption": 9.369850158691406e-05 } ], - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 0.0013821125030517578, - "time_finished": "2021-01-07 21:59:05,185", - "time_start": "2021-01-07 21:59:05,184" + "time_consumption": 0.001535177230834961, + "time_finished": "2021-01-14 00:51:42,062", + "time_start": "2021-01-14 00:51:42,060" }, "caching.property_cache_json: Test get from source caused by changed uid (full init)": { "args": null, - "asctime": "2021-01-07 21:59:05,197", - "created": 1610053145.197336, + "asctime": "2021-01-14 00:51:42,081", + "created": 1610581902.0811594, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13233,13 +13233,13 @@ "message": "caching.property_cache_json: Test get from source caused by changed uid (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 197.33595848083496, + "msecs": 81.15935325622559, "msg": "caching.property_cache_json: Test get from source caused by changed uid (full init)", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 79.28156852722168, + "relativeCreated": 87.13150024414062, "stack_info": null, "testcaseLogger": [ { @@ -13247,8 +13247,8 @@ "property_cache_json", "True" ], - "asctime": "2021-01-07 21:59:05,197", - "created": 1610053145.197954, + "asctime": "2021-01-14 00:51:42,082", + "created": 1610581902.0825968, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -13261,8 +13261,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:05,197", - "created": 1610053145.1974838, + "asctime": "2021-01-14 00:51:42,081", + "created": 1610581902.081322, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -13272,23 +13272,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 197.48377799987793, + "msecs": 81.32195472717285, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 79.42938804626465, + "relativeCreated": 87.29410171508789, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,197", - "created": 1610053145.1975703, + "asctime": "2021-01-14 00:51:42,081", + "created": 1610581902.0814838, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -13298,23 +13298,23 @@ "lineno": 21, "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": 197.5703239440918, + "msecs": 81.48384094238281, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 79.51593399047852, + "relativeCreated": 87.45598793029785, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2021-01-07 21:59:05,197", - "created": 1610053145.1976352, + "asctime": "2021-01-14 00:51:42,081", + "created": 1610581902.0816317, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13324,15 +13324,15 @@ "lineno": 228, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 197.63517379760742, + "msecs": 81.63166046142578, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 79.58078384399414, + "relativeCreated": 87.60380744934082, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -13340,8 +13340,8 @@ "JsonCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2021-01-07 21:59:05,197", - "created": 1610053145.1976802, + "asctime": "2021-01-14 00:51:42,081", + "created": 1610581902.0817266, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13351,15 +13351,15 @@ "lineno": 162, "message": "JsonCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 197.68023490905762, + "msecs": 81.7265510559082, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 79.62584495544434, + "relativeCreated": 87.69869804382324, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -13367,8 +13367,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,197", - "created": 1610053145.19788, + "asctime": "2021-01-14 00:51:42,082", + "created": 1610581902.0823011, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13378,37 +13378,37 @@ "lineno": 234, "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.json)", "module": "__init__", - "msecs": 197.88002967834473, + "msecs": 82.30113983154297, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 79.82563972473145, + "relativeCreated": 88.27328681945801, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 197.9539394378662, + "msecs": 82.5967788696289, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 79.89954948425293, + "relativeCreated": 88.56892585754395, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 7.390975952148438e-05 + "time_consumption": 0.0002956390380859375 }, { "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": "2021-01-07 21:59:05,198", - "created": 1610053145.198909, + "asctime": "2021-01-14 00:51:42,085", + "created": 1610581902.085767, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13424,8 +13424,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,198", - "created": 1610053145.1981099, + "asctime": "2021-01-14 00:51:42,083", + "created": 1610581902.0831904, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13435,23 +13435,23 @@ "lineno": 225, "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": 198.10986518859863, + "msecs": 83.1904411315918, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 80.05547523498535, + "relativeCreated": 89.16258811950684, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2021-01-07 21:59:05,198", - "created": 1610053145.1981595, + "asctime": "2021-01-14 00:51:42,083", + "created": 1610581902.0833514, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13461,15 +13461,15 @@ "lineno": 131, "message": "JsonCache: Source uid changed, ignoring previous cache data", "module": "__init__", - "msecs": 198.15945625305176, + "msecs": 83.35137367248535, "msg": "%s Source uid changed, ignoring previous cache data", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 80.10506629943848, + "relativeCreated": 89.32352066040039, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -13477,8 +13477,8 @@ "JsonCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2021-01-07 21:59:05,198", - "created": 1610053145.1982055, + "asctime": "2021-01-14 00:51:42,083", + "created": 1610581902.0835152, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13488,15 +13488,15 @@ "lineno": 162, "message": "JsonCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 198.20547103881836, + "msecs": 83.51516723632812, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 80.15108108520508, + "relativeCreated": 89.48731422424316, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -13504,8 +13504,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,198", - "created": 1610053145.1983826, + "asctime": "2021-01-14 00:51:42,084", + "created": 1610581902.0840914, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13515,15 +13515,15 @@ "lineno": 234, "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.json)", "module": "__init__", - "msecs": 198.38261604309082, + "msecs": 84.0914249420166, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 80.32822608947754, + "relativeCreated": 90.06357192993164, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -13532,8 +13532,8 @@ "str", "'__string__'" ], - "asctime": "2021-01-07 21:59:05,198", - "created": 1610053145.1984754, + "asctime": "2021-01-14 00:51:42,084", + "created": 1610581902.0845351, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13543,15 +13543,15 @@ "lineno": 110, "message": "JsonCache: Providing property for 'str' from cache ('__string__')", "module": "__init__", - "msecs": 198.47536087036133, + "msecs": 84.53512191772461, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 80.42097091674805, + "relativeCreated": 90.50726890563965, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -13560,8 +13560,8 @@ "unicode", "'__unicode__'" ], - "asctime": "2021-01-07 21:59:05,198", - "created": 1610053145.1985333, + "asctime": "2021-01-14 00:51:42,084", + "created": 1610581902.0847144, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13571,15 +13571,15 @@ "lineno": 110, "message": "JsonCache: Providing property for 'unicode' from cache ('__unicode__')", "module": "__init__", - "msecs": 198.533296585083, + "msecs": 84.71441268920898, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 80.47890663146973, + "relativeCreated": 90.68655967712402, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -13588,8 +13588,8 @@ "integer", "34" ], - "asctime": "2021-01-07 21:59:05,198", - "created": 1610053145.1985772, + "asctime": "2021-01-14 00:51:42,084", + "created": 1610581902.084838, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13599,15 +13599,15 @@ "lineno": 110, "message": "JsonCache: Providing property for 'integer' from cache (34)", "module": "__init__", - "msecs": 198.5771656036377, + "msecs": 84.8379135131836, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 80.52277565002441, + "relativeCreated": 90.81006050109863, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -13616,8 +13616,8 @@ "float", "2.71828" ], - "asctime": "2021-01-07 21:59:05,198", - "created": 1610053145.1986203, + "asctime": "2021-01-14 00:51:42,084", + "created": 1610581902.084968, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13627,15 +13627,15 @@ "lineno": 110, "message": "JsonCache: Providing property for 'float' from cache (2.71828)", "module": "__init__", - "msecs": 198.62031936645508, + "msecs": 84.96809005737305, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 80.5659294128418, + "relativeCreated": 90.94023704528809, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -13644,8 +13644,8 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2021-01-07 21:59:05,198", - "created": 1610053145.1986635, + "asctime": "2021-01-14 00:51:42,085", + "created": 1610581902.085079, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13655,15 +13655,15 @@ "lineno": 110, "message": "JsonCache: Providing property for 'list' from cache (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 198.66347312927246, + "msecs": 85.07895469665527, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 80.60908317565918, + "relativeCreated": 91.05110168457031, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -13672,8 +13672,8 @@ "dict", "{'1': '1', '2': 2, '3': 'three', '4': '4'}" ], - "asctime": "2021-01-07 21:59:05,198", - "created": 1610053145.1987062, + "asctime": "2021-01-14 00:51:42,085", + "created": 1610581902.0852513, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13683,15 +13683,15 @@ "lineno": 110, "message": "JsonCache: Providing property for 'dict' from cache ({'1': '1', '2': 2, '3': 'three', '4': '4'})", "module": "__init__", - "msecs": 198.70615005493164, + "msecs": 85.2513313293457, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 80.65176010131836, + "relativeCreated": 91.22347831726074, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -13700,8 +13700,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": "2021-01-07 21:59:05,198", - "created": 1610053145.1987724, + "asctime": "2021-01-14 00:51:42,085", + "created": 1610581902.085403, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13711,15 +13711,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": 198.77243041992188, + "msecs": 85.4029655456543, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 80.7180404663086, + "relativeCreated": 91.37511253356934, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -13728,8 +13728,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": "2021-01-07 21:59:05,198", - "created": 1610053145.1988263, + "asctime": "2021-01-14 00:51:42,085", + "created": 1610581902.0855384, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13739,41 +13739,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": 198.82631301879883, + "msecs": 85.53838729858398, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 80.77192306518555, + "relativeCreated": 91.51053428649902, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 198.90904426574707, + "msecs": 85.76703071594238, "msg": "Instance data after changing uid is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 80.85465431213379, + "relativeCreated": 91.73917770385742, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 8.273124694824219e-05 + "time_consumption": 0.00022864341735839844 } ], - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 0.0015730857849121094, - "time_finished": "2021-01-07 21:59:05,198", - "time_start": "2021-01-07 21:59:05,197" + "time_consumption": 0.004607677459716797, + "time_finished": "2021-01-14 00:51:42,085", + "time_start": "2021-01-14 00:51:42,081" }, "caching.property_cache_json: Test get from source caused by changed uid (partially init)": { "args": null, - "asctime": "2021-01-07 21:59:05,199", - "created": 1610053145.1990254, + "asctime": "2021-01-14 00:51:42,086", + "created": 1610581902.0861824, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13784,13 +13784,13 @@ "message": "caching.property_cache_json: Test get from source caused by changed uid (partially init)", "module": "__init__", "moduleLogger": [], - "msecs": 199.02539253234863, + "msecs": 86.1823558807373, "msg": "caching.property_cache_json: Test get from source caused by changed uid (partially init)", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 80.97100257873535, + "relativeCreated": 92.15450286865234, "stack_info": null, "testcaseLogger": [ { @@ -13798,8 +13798,8 @@ "property_cache_json", "True" ], - "asctime": "2021-01-07 21:59:05,199", - "created": 1610053145.1995313, + "asctime": "2021-01-14 00:51:42,087", + "created": 1610581902.087546, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -13812,8 +13812,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:05,199", - "created": 1610053145.1991017, + "asctime": "2021-01-14 00:51:42,086", + "created": 1610581902.0864294, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -13823,23 +13823,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 199.10168647766113, + "msecs": 86.42935752868652, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 81.04729652404785, + "relativeCreated": 92.40150451660156, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,199", - "created": 1610053145.1991665, + "asctime": "2021-01-14 00:51:42,086", + "created": 1610581902.0866463, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -13849,23 +13849,23 @@ "lineno": 21, "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": 199.16653633117676, + "msecs": 86.64631843566895, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 81.11214637756348, + "relativeCreated": 92.61846542358398, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2021-01-07 21:59:05,199", - "created": 1610053145.1992235, + "asctime": "2021-01-14 00:51:42,086", + "created": 1610581902.086828, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13875,15 +13875,15 @@ "lineno": 228, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 199.22351837158203, + "msecs": 86.82799339294434, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 81.16912841796875, + "relativeCreated": 92.80014038085938, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -13891,8 +13891,8 @@ "JsonCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2021-01-07 21:59:05,199", - "created": 1610053145.1992667, + "asctime": "2021-01-14 00:51:42,086", + "created": 1610581902.0869446, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13902,15 +13902,15 @@ "lineno": 162, "message": "JsonCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 199.2666721343994, + "msecs": 86.944580078125, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 81.21228218078613, + "relativeCreated": 92.91672706604004, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -13918,8 +13918,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,199", - "created": 1610053145.1994476, + "asctime": "2021-01-14 00:51:42,087", + "created": 1610581902.0874326, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13929,37 +13929,37 @@ "lineno": 234, "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": 199.4476318359375, + "msecs": 87.4326229095459, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 81.39324188232422, + "relativeCreated": 93.40476989746094, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 199.53131675720215, + "msecs": 87.54611015319824, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 81.47692680358887, + "relativeCreated": 93.51825714111328, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 8.368492126464844e-05 + "time_consumption": 0.00011348724365234375 }, { "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": "2021-01-07 21:59:05,201", - "created": 1610053145.2015736, + "asctime": "2021-01-14 00:51:42,094", + "created": 1610581902.094357, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13975,8 +13975,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,199", - "created": 1610053145.1996977, + "asctime": "2021-01-14 00:51:42,087", + "created": 1610581902.0877628, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13986,23 +13986,23 @@ "lineno": 225, "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": 199.69773292541504, + "msecs": 87.76283264160156, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 81.64334297180176, + "relativeCreated": 93.7349796295166, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2021-01-07 21:59:05,199", - "created": 1610053145.1997485, + "asctime": "2021-01-14 00:51:42,087", + "created": 1610581902.087823, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14012,15 +14012,15 @@ "lineno": 131, "message": "JsonCache: Source uid changed, ignoring previous cache data", "module": "__init__", - "msecs": 199.74851608276367, + "msecs": 87.82291412353516, "msg": "%s Source uid changed, ignoring previous cache data", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 81.69412612915039, + "relativeCreated": 93.7950611114502, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -14028,8 +14028,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,199", - "created": 1610053145.1998653, + "asctime": "2021-01-14 00:51:42,087", + "created": 1610581902.087988, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14039,15 +14039,15 @@ "lineno": 234, "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": 199.86534118652344, + "msecs": 87.98789978027344, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 81.81095123291016, + "relativeCreated": 93.96004676818848, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -14056,8 +14056,8 @@ "str", "'__string__'" ], - "asctime": "2021-01-07 21:59:05,199", - "created": 1610053145.1999488, + "asctime": "2021-01-14 00:51:42,088", + "created": 1610581902.0881267, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14067,15 +14067,15 @@ "lineno": 106, "message": "JsonCache: Loading property for 'str' from source instance ('__string__')", "module": "__init__", - "msecs": 199.94878768920898, + "msecs": 88.12665939331055, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 81.8943977355957, + "relativeCreated": 94.09880638122559, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -14083,8 +14083,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,200", - "created": 1610053145.2000678, + "asctime": "2021-01-14 00:51:42,088", + "created": 1610581902.088432, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14094,15 +14094,15 @@ "lineno": 234, "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": 200.06775856018066, + "msecs": 88.43207359313965, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 82.01336860656738, + "relativeCreated": 94.40422058105469, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -14111,8 +14111,8 @@ "unicode", "'__unicode__'" ], - "asctime": "2021-01-07 21:59:05,200", - "created": 1610053145.200157, + "asctime": "2021-01-14 00:51:42,088", + "created": 1610581902.08885, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14122,15 +14122,15 @@ "lineno": 106, "message": "JsonCache: Loading property for 'unicode' from source instance ('__unicode__')", "module": "__init__", - "msecs": 200.15692710876465, + "msecs": 88.85002136230469, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 82.10253715515137, + "relativeCreated": 94.82216835021973, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -14138,8 +14138,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,200", - "created": 1610053145.2003596, + "asctime": "2021-01-14 00:51:42,089", + "created": 1610581902.0894594, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14149,15 +14149,15 @@ "lineno": 234, "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": 200.35958290100098, + "msecs": 89.45941925048828, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 82.3051929473877, + "relativeCreated": 95.43156623840332, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -14166,8 +14166,8 @@ "integer", "34" ], - "asctime": "2021-01-07 21:59:05,200", - "created": 1610053145.2004495, + "asctime": "2021-01-14 00:51:42,090", + "created": 1610581902.090563, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14177,15 +14177,15 @@ "lineno": 106, "message": "JsonCache: Loading property for 'integer' from source instance (34)", "module": "__init__", - "msecs": 200.44946670532227, + "msecs": 90.56305885314941, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 82.39507675170898, + "relativeCreated": 96.53520584106445, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -14193,8 +14193,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,200", - "created": 1610053145.2005699, + "asctime": "2021-01-14 00:51:42,091", + "created": 1610581902.0911663, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14204,15 +14204,15 @@ "lineno": 234, "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": 200.56986808776855, + "msecs": 91.16625785827637, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 82.51547813415527, + "relativeCreated": 97.1384048461914, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -14221,8 +14221,8 @@ "float", "2.71828" ], - "asctime": "2021-01-07 21:59:05,200", - "created": 1610053145.2006614, + "asctime": "2021-01-14 00:51:42,091", + "created": 1610581902.0915241, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14232,15 +14232,15 @@ "lineno": 106, "message": "JsonCache: Loading property for 'float' from source instance (2.71828)", "module": "__init__", - "msecs": 200.66142082214355, + "msecs": 91.52412414550781, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 82.60703086853027, + "relativeCreated": 97.49627113342285, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -14248,8 +14248,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,200", - "created": 1610053145.2008317, + "asctime": "2021-01-14 00:51:42,091", + "created": 1610581902.091878, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14259,15 +14259,15 @@ "lineno": 234, "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": 200.83165168762207, + "msecs": 91.87793731689453, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 82.77726173400879, + "relativeCreated": 97.85008430480957, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -14276,8 +14276,8 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2021-01-07 21:59:05,200", - "created": 1610053145.2009232, + "asctime": "2021-01-14 00:51:42,092", + "created": 1610581902.0921254, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14287,15 +14287,15 @@ "lineno": 106, "message": "JsonCache: Loading property for 'list' from source instance (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 200.92320442199707, + "msecs": 92.12541580200195, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 82.86881446838379, + "relativeCreated": 98.09756278991699, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -14303,8 +14303,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,201", - "created": 1610053145.2010636, + "asctime": "2021-01-14 00:51:42,092", + "created": 1610581902.092441, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14314,15 +14314,15 @@ "lineno": 234, "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": 201.0636329650879, + "msecs": 92.44108200073242, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 83.00924301147461, + "relativeCreated": 98.41322898864746, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -14331,8 +14331,8 @@ "dict", "{'1': '1', '2': 2, '3': 'three', '4': '4'}" ], - "asctime": "2021-01-07 21:59:05,201", - "created": 1610053145.2011573, + "asctime": "2021-01-14 00:51:42,092", + "created": 1610581902.0928712, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14342,15 +14342,15 @@ "lineno": 106, "message": "JsonCache: Loading property for 'dict' from source instance ({'1': '1', '2': 2, '3': 'three', '4': '4'})", "module": "__init__", - "msecs": 201.1573314666748, + "msecs": 92.87118911743164, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 83.10294151306152, + "relativeCreated": 98.84333610534668, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -14358,8 +14358,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,201", - "created": 1610053145.201316, + "asctime": "2021-01-14 00:51:42,093", + "created": 1610581902.093623, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14369,15 +14369,15 @@ "lineno": 234, "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": 201.31611824035645, + "msecs": 93.62292289733887, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 83.26172828674316, + "relativeCreated": 99.5950698852539, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -14386,8 +14386,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": "2021-01-07 21:59:05,201", - "created": 1610053145.2014277, + "asctime": "2021-01-14 00:51:42,093", + "created": 1610581902.0939956, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14397,15 +14397,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": 201.42769813537598, + "msecs": 93.99557113647461, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 83.3733081817627, + "relativeCreated": 99.96771812438965, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -14414,8 +14414,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": "2021-01-07 21:59:05,201", - "created": 1610053145.2014885, + "asctime": "2021-01-14 00:51:42,094", + "created": 1610581902.0941443, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14425,41 +14425,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": 201.48849487304688, + "msecs": 94.14434432983398, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 83.4341049194336, + "relativeCreated": 100.11649131774902, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 201.57361030578613, + "msecs": 94.35701370239258, "msg": "Instance data after changing uid is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 83.51922035217285, + "relativeCreated": 100.32916069030762, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 8.511543273925781e-05 + "time_consumption": 0.00021266937255859375 } ], - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 0.0025482177734375, - "time_finished": "2021-01-07 21:59:05,201", - "time_start": "2021-01-07 21:59:05,199" + "time_consumption": 0.008174657821655273, + "time_finished": "2021-01-14 00:51:42,094", + "time_start": "2021-01-14 00:51:42,086" }, "caching.property_cache_json: Test get from source caused by increased data version (full init)": { "args": null, - "asctime": "2021-01-07 21:59:05,189", - "created": 1610053145.189957, + "asctime": "2021-01-14 00:51:42,068", + "created": 1610581902.068794, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14470,13 +14470,13 @@ "message": "caching.property_cache_json: Test get from source caused by increased data version (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 189.9569034576416, + "msecs": 68.79401206970215, "msg": "caching.property_cache_json: Test get from source caused by increased data version (full init)", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 71.90251350402832, + "relativeCreated": 74.76615905761719, "stack_info": null, "testcaseLogger": [ { @@ -14484,8 +14484,8 @@ "property_cache_json", "True" ], - "asctime": "2021-01-07 21:59:05,190", - "created": 1610053145.190488, + "asctime": "2021-01-14 00:51:42,069", + "created": 1610581902.0696247, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -14498,8 +14498,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:05,190", - "created": 1610053145.1900332, + "asctime": "2021-01-14 00:51:42,068", + "created": 1610581902.0688987, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -14509,23 +14509,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 190.0331974029541, + "msecs": 68.89867782592773, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 71.97880744934082, + "relativeCreated": 74.87082481384277, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,190", - "created": 1610053145.1901093, + "asctime": "2021-01-14 00:51:42,069", + "created": 1610581902.069, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -14535,23 +14535,23 @@ "lineno": 21, "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": 190.1092529296875, + "msecs": 69.0000057220459, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 72.05486297607422, + "relativeCreated": 74.97215270996094, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2021-01-07 21:59:05,190", - "created": 1610053145.1901672, + "asctime": "2021-01-14 00:51:42,069", + "created": 1610581902.0690808, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14561,15 +14561,15 @@ "lineno": 228, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 190.16718864440918, + "msecs": 69.08082962036133, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 72.1127986907959, + "relativeCreated": 75.05297660827637, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -14577,8 +14577,8 @@ "JsonCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2021-01-07 21:59:05,190", - "created": 1610053145.190211, + "asctime": "2021-01-14 00:51:42,069", + "created": 1610581902.069179, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14588,15 +14588,15 @@ "lineno": 162, "message": "JsonCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 190.21105766296387, + "msecs": 69.17905807495117, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 72.15666770935059, + "relativeCreated": 75.15120506286621, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -14604,8 +14604,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,190", - "created": 1610053145.1904032, + "asctime": "2021-01-14 00:51:42,069", + "created": 1610581902.0694568, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14615,37 +14615,37 @@ "lineno": 234, "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": 190.40322303771973, + "msecs": 69.45681571960449, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 72.34883308410645, + "relativeCreated": 75.42896270751953, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 190.48810005187988, + "msecs": 69.62466239929199, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 72.4337100982666, + "relativeCreated": 75.59680938720703, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 8.487701416015625e-05 + "time_consumption": 0.0001678466796875 }, { "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": "2021-01-07 21:59:05,191", - "created": 1610053145.1919324, + "asctime": "2021-01-14 00:51:42,074", + "created": 1610581902.074488, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14661,8 +14661,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,190", - "created": 1610053145.1906426, + "asctime": "2021-01-14 00:51:42,070", + "created": 1610581902.0708349, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14672,23 +14672,23 @@ "lineno": 225, "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": 190.6425952911377, + "msecs": 70.83487510681152, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 72.58820533752441, + "relativeCreated": 76.80702209472656, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2021-01-07 21:59:05,190", - "created": 1610053145.1906967, + "asctime": "2021-01-14 00:51:42,071", + "created": 1610581902.0710912, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14698,15 +14698,15 @@ "lineno": 133, "message": "JsonCache: Data version increased, ignoring previous cache data", "module": "__init__", - "msecs": 190.69671630859375, + "msecs": 71.0911750793457, "msg": "%s Data version increased, ignoring previous cache data", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 72.64232635498047, + "relativeCreated": 77.06332206726074, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -14714,8 +14714,8 @@ "JsonCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2021-01-07 21:59:05,190", - "created": 1610053145.19074, + "asctime": "2021-01-14 00:51:42,071", + "created": 1610581902.0713038, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14725,15 +14725,15 @@ "lineno": 162, "message": "JsonCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 190.74010848999023, + "msecs": 71.3038444519043, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 72.68571853637695, + "relativeCreated": 77.27599143981934, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -14741,8 +14741,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,191", - "created": 1610053145.1910262, + "asctime": "2021-01-14 00:51:42,072", + "created": 1610581902.0721967, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14752,15 +14752,15 @@ "lineno": 234, "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": 191.0262107849121, + "msecs": 72.19672203063965, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 72.97182083129883, + "relativeCreated": 78.16886901855469, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -14769,8 +14769,8 @@ "str", "'__string__'" ], - "asctime": "2021-01-07 21:59:05,191", - "created": 1610053145.1912243, + "asctime": "2021-01-14 00:51:42,072", + "created": 1610581902.0727298, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14780,15 +14780,15 @@ "lineno": 110, "message": "JsonCache: Providing property for 'str' from cache ('__string__')", "module": "__init__", - "msecs": 191.2243366241455, + "msecs": 72.72982597351074, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 73.16994667053223, + "relativeCreated": 78.70197296142578, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -14797,8 +14797,8 @@ "unicode", "'__unicode__'" ], - "asctime": "2021-01-07 21:59:05,191", - "created": 1610053145.1913276, + "asctime": "2021-01-14 00:51:42,072", + "created": 1610581902.0729003, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14808,15 +14808,15 @@ "lineno": 110, "message": "JsonCache: Providing property for 'unicode' from cache ('__unicode__')", "module": "__init__", - "msecs": 191.32757186889648, + "msecs": 72.90029525756836, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 73.2731819152832, + "relativeCreated": 78.8724422454834, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -14825,8 +14825,8 @@ "integer", "34" ], - "asctime": "2021-01-07 21:59:05,191", - "created": 1610053145.1914632, + "asctime": "2021-01-14 00:51:42,073", + "created": 1610581902.0730758, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14836,15 +14836,15 @@ "lineno": 110, "message": "JsonCache: Providing property for 'integer' from cache (34)", "module": "__init__", - "msecs": 191.46323204040527, + "msecs": 73.07577133178711, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 73.40884208679199, + "relativeCreated": 79.04791831970215, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -14853,8 +14853,8 @@ "float", "2.71828" ], - "asctime": "2021-01-07 21:59:05,191", - "created": 1610053145.191545, + "asctime": "2021-01-14 00:51:42,073", + "created": 1610581902.073343, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14864,15 +14864,15 @@ "lineno": 110, "message": "JsonCache: Providing property for 'float' from cache (2.71828)", "module": "__init__", - "msecs": 191.5450096130371, + "msecs": 73.34303855895996, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 73.49061965942383, + "relativeCreated": 79.315185546875, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -14881,8 +14881,8 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2021-01-07 21:59:05,191", - "created": 1610053145.1915917, + "asctime": "2021-01-14 00:51:42,073", + "created": 1610581902.0735483, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14892,15 +14892,15 @@ "lineno": 110, "message": "JsonCache: Providing property for 'list' from cache (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 191.59173965454102, + "msecs": 73.5483169555664, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 73.53734970092773, + "relativeCreated": 79.52046394348145, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -14909,8 +14909,8 @@ "dict", "{'1': '1', '2': 2, '3': 'three', '4': '4'}" ], - "asctime": "2021-01-07 21:59:05,191", - "created": 1610053145.1916382, + "asctime": "2021-01-14 00:51:42,073", + "created": 1610581902.073687, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14920,15 +14920,15 @@ "lineno": 110, "message": "JsonCache: Providing property for 'dict' from cache ({'1': '1', '2': 2, '3': 'three', '4': '4'})", "module": "__init__", - "msecs": 191.63823127746582, + "msecs": 73.68707656860352, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 73.58384132385254, + "relativeCreated": 79.65922355651855, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -14937,8 +14937,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": "2021-01-07 21:59:05,191", - "created": 1610053145.1917114, + "asctime": "2021-01-14 00:51:42,073", + "created": 1610581902.0739484, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14948,15 +14948,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": 191.71142578125, + "msecs": 73.94838333129883, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 73.65703582763672, + "relativeCreated": 79.92053031921387, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -14965,8 +14965,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": "2021-01-07 21:59:05,191", - "created": 1610053145.1918113, + "asctime": "2021-01-14 00:51:42,074", + "created": 1610581902.0741918, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -14976,41 +14976,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": 191.81132316589355, + "msecs": 74.19180870056152, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 73.75693321228027, + "relativeCreated": 80.16395568847656, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 191.93243980407715, + "msecs": 74.48792457580566, "msg": "Instance data after increasing data_version is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 73.87804985046387, + "relativeCreated": 80.4600715637207, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 0.00012111663818359375 + "time_consumption": 0.0002961158752441406 } ], - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 0.001975536346435547, - "time_finished": "2021-01-07 21:59:05,191", - "time_start": "2021-01-07 21:59:05,189" + "time_consumption": 0.005693912506103516, + "time_finished": "2021-01-14 00:51:42,074", + "time_start": "2021-01-14 00:51:42,068" }, "caching.property_cache_json: Test get from source caused by increased data version (partially init)": { "args": null, - "asctime": "2021-01-07 21:59:05,192", - "created": 1610053145.1921194, + "asctime": "2021-01-14 00:51:42,074", + "created": 1610581902.0749729, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15021,13 +15021,13 @@ "message": "caching.property_cache_json: Test get from source caused by increased data version (partially init)", "module": "__init__", "moduleLogger": [], - "msecs": 192.11935997009277, + "msecs": 74.97286796569824, "msg": "caching.property_cache_json: Test get from source caused by increased data version (partially init)", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 74.06497001647949, + "relativeCreated": 80.94501495361328, "stack_info": null, "testcaseLogger": [ { @@ -15035,8 +15035,8 @@ "property_cache_json", "True" ], - "asctime": "2021-01-07 21:59:05,193", - "created": 1610053145.1938536, + "asctime": "2021-01-14 00:51:42,076", + "created": 1610581902.0766284, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -15049,8 +15049,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:05,192", - "created": 1610053145.1924736, + "asctime": "2021-01-14 00:51:42,075", + "created": 1610581902.075235, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -15060,23 +15060,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 192.4736499786377, + "msecs": 75.23488998413086, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 74.41926002502441, + "relativeCreated": 81.2070369720459, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,192", - "created": 1610053145.192774, + "asctime": "2021-01-14 00:51:42,075", + "created": 1610581902.0754921, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -15086,23 +15086,23 @@ "lineno": 21, "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": 192.77405738830566, + "msecs": 75.49214363098145, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 74.71966743469238, + "relativeCreated": 81.46429061889648, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2021-01-07 21:59:05,192", - "created": 1610053145.1929927, + "asctime": "2021-01-14 00:51:42,075", + "created": 1610581902.0757067, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15112,15 +15112,15 @@ "lineno": 228, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 192.9926872253418, + "msecs": 75.70672035217285, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 74.93829727172852, + "relativeCreated": 81.67886734008789, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -15128,8 +15128,8 @@ "JsonCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2021-01-07 21:59:05,193", - "created": 1610053145.1931143, + "asctime": "2021-01-14 00:51:42,075", + "created": 1610581902.0758476, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15139,15 +15139,15 @@ "lineno": 162, "message": "JsonCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 193.1142807006836, + "msecs": 75.84762573242188, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 75.05989074707031, + "relativeCreated": 81.81977272033691, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -15155,8 +15155,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,193", - "created": 1610053145.19363, + "asctime": "2021-01-14 00:51:42,076", + "created": 1610581902.0763857, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15166,37 +15166,37 @@ "lineno": 234, "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": 193.62998008728027, + "msecs": 76.3857364654541, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 75.57559013366699, + "relativeCreated": 82.35788345336914, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 193.85361671447754, + "msecs": 76.62844657897949, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 75.79922676086426, + "relativeCreated": 82.60059356689453, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 0.00022363662719726562 + "time_consumption": 0.00024271011352539062 }, { "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": "2021-01-07 21:59:05,197", - "created": 1610053145.1971254, + "asctime": "2021-01-14 00:51:42,080", + "created": 1610581902.0809236, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15212,8 +15212,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,194", - "created": 1610053145.194259, + "asctime": "2021-01-14 00:51:42,077", + "created": 1610581902.0771692, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15223,23 +15223,23 @@ "lineno": 225, "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": 194.2589282989502, + "msecs": 77.16917991638184, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 76.20453834533691, + "relativeCreated": 83.14132690429688, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2021-01-07 21:59:05,194", - "created": 1610053145.1943812, + "asctime": "2021-01-14 00:51:42,077", + "created": 1610581902.0773113, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15249,15 +15249,15 @@ "lineno": 133, "message": "JsonCache: Data version increased, ignoring previous cache data", "module": "__init__", - "msecs": 194.3812370300293, + "msecs": 77.31127738952637, "msg": "%s Data version increased, ignoring previous cache data", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 76.32684707641602, + "relativeCreated": 83.2834243774414, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -15265,8 +15265,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,194", - "created": 1610053145.1946588, + "asctime": "2021-01-14 00:51:42,077", + "created": 1610581902.0776854, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15276,15 +15276,15 @@ "lineno": 234, "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": 194.65875625610352, + "msecs": 77.68535614013672, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 76.60436630249023, + "relativeCreated": 83.65750312805176, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -15293,8 +15293,8 @@ "str", "'__string__'" ], - "asctime": "2021-01-07 21:59:05,194", - "created": 1610053145.1948752, + "asctime": "2021-01-14 00:51:42,078", + "created": 1610581902.0780172, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15304,15 +15304,15 @@ "lineno": 106, "message": "JsonCache: Loading property for 'str' from source instance ('__string__')", "module": "__init__", - "msecs": 194.87524032592773, + "msecs": 78.0172348022461, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 76.82085037231445, + "relativeCreated": 83.98938179016113, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -15320,8 +15320,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,195", - "created": 1610053145.1950426, + "asctime": "2021-01-14 00:51:42,078", + "created": 1610581902.0783787, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15331,15 +15331,15 @@ "lineno": 234, "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": 195.04261016845703, + "msecs": 78.37867736816406, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 76.98822021484375, + "relativeCreated": 84.3508243560791, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -15348,8 +15348,8 @@ "unicode", "'__unicode__'" ], - "asctime": "2021-01-07 21:59:05,195", - "created": 1610053145.1951723, + "asctime": "2021-01-14 00:51:42,078", + "created": 1610581902.0787067, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15359,15 +15359,15 @@ "lineno": 106, "message": "JsonCache: Loading property for 'unicode' from source instance ('__unicode__')", "module": "__init__", - "msecs": 195.17230987548828, + "msecs": 78.70674133300781, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 77.117919921875, + "relativeCreated": 84.67888832092285, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -15375,8 +15375,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,195", - "created": 1610053145.1953247, + "asctime": "2021-01-14 00:51:42,079", + "created": 1610581902.0791175, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15386,15 +15386,15 @@ "lineno": 234, "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": 195.32465934753418, + "msecs": 79.1175365447998, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 77.2702693939209, + "relativeCreated": 85.08968353271484, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -15403,8 +15403,8 @@ "integer", "34" ], - "asctime": "2021-01-07 21:59:05,195", - "created": 1610053145.1954384, + "asctime": "2021-01-14 00:51:42,079", + "created": 1610581902.0793335, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15414,15 +15414,15 @@ "lineno": 106, "message": "JsonCache: Loading property for 'integer' from source instance (34)", "module": "__init__", - "msecs": 195.43838500976562, + "msecs": 79.33354377746582, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 77.38399505615234, + "relativeCreated": 85.30569076538086, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -15430,8 +15430,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,195", - "created": 1610053145.1955898, + "asctime": "2021-01-14 00:51:42,079", + "created": 1610581902.079513, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15441,15 +15441,15 @@ "lineno": 234, "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": 195.58978080749512, + "msecs": 79.5130729675293, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 77.53539085388184, + "relativeCreated": 85.48521995544434, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -15458,8 +15458,8 @@ "float", "2.71828" ], - "asctime": "2021-01-07 21:59:05,195", - "created": 1610053145.1957932, + "asctime": "2021-01-14 00:51:42,079", + "created": 1610581902.0796592, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15469,15 +15469,15 @@ "lineno": 106, "message": "JsonCache: Loading property for 'float' from source instance (2.71828)", "module": "__init__", - "msecs": 195.79315185546875, + "msecs": 79.65922355651855, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 77.73876190185547, + "relativeCreated": 85.6313705444336, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -15485,8 +15485,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,195", - "created": 1610053145.1959686, + "asctime": "2021-01-14 00:51:42,079", + "created": 1610581902.0798569, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15496,15 +15496,15 @@ "lineno": 234, "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": 195.9686279296875, + "msecs": 79.85687255859375, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 77.91423797607422, + "relativeCreated": 85.82901954650879, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -15513,8 +15513,8 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2021-01-07 21:59:05,196", - "created": 1610053145.1961098, + "asctime": "2021-01-14 00:51:42,080", + "created": 1610581902.080003, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15524,15 +15524,15 @@ "lineno": 106, "message": "JsonCache: Loading property for 'list' from source instance (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 196.10977172851562, + "msecs": 80.00302314758301, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 78.05538177490234, + "relativeCreated": 85.97517013549805, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -15540,8 +15540,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,196", - "created": 1610053145.196303, + "asctime": "2021-01-14 00:51:42,080", + "created": 1610581902.080219, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15551,15 +15551,15 @@ "lineno": 234, "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": 196.3028907775879, + "msecs": 80.21903038024902, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 78.24850082397461, + "relativeCreated": 86.19117736816406, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -15568,8 +15568,8 @@ "dict", "{'1': '1', '2': 2, '3': 'three', '4': '4'}" ], - "asctime": "2021-01-07 21:59:05,196", - "created": 1610053145.196436, + "asctime": "2021-01-14 00:51:42,080", + "created": 1610581902.080346, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15579,15 +15579,15 @@ "lineno": 106, "message": "JsonCache: Loading property for 'dict' from source instance ({'1': '1', '2': 2, '3': 'three', '4': '4'})", "module": "__init__", - "msecs": 196.43592834472656, + "msecs": 80.34610748291016, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 78.38153839111328, + "relativeCreated": 86.3182544708252, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -15595,8 +15595,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,196", - "created": 1610053145.1966474, + "asctime": "2021-01-14 00:51:42,080", + "created": 1610581902.0805736, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15606,15 +15606,15 @@ "lineno": 234, "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": 196.64740562438965, + "msecs": 80.57355880737305, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 78.59301567077637, + "relativeCreated": 86.54570579528809, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -15623,8 +15623,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": "2021-01-07 21:59:05,196", - "created": 1610053145.1969156, + "asctime": "2021-01-14 00:51:42,080", + "created": 1610581902.0807326, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15634,15 +15634,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": 196.9156265258789, + "msecs": 80.73258399963379, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 78.86123657226562, + "relativeCreated": 86.70473098754883, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -15651,8 +15651,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": "2021-01-07 21:59:05,197", - "created": 1610053145.1970053, + "asctime": "2021-01-14 00:51:42,080", + "created": 1610581902.0808136, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15662,41 +15662,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": 197.0052719116211, + "msecs": 80.81364631652832, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 78.95088195800781, + "relativeCreated": 86.78579330444336, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 197.12543487548828, + "msecs": 80.92355728149414, "msg": "Instance data after increasing data_version is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 79.071044921875, + "relativeCreated": 86.89570426940918, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 0.0001201629638671875 + "time_consumption": 0.00010991096496582031 } ], - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 0.005006074905395508, - "time_finished": "2021-01-07 21:59:05,197", - "time_start": "2021-01-07 21:59:05,192" + "time_consumption": 0.0059506893157958984, + "time_finished": "2021-01-14 00:51:42,080", + "time_start": "2021-01-14 00:51:42,074" }, "caching.property_cache_json: Test internal key usage": { "args": null, - "asctime": "2021-01-07 21:59:05,202", - "created": 1610053145.2021387, + "asctime": "2021-01-14 00:51:42,096", + "created": 1610581902.0960212, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15707,13 +15707,13 @@ "message": "caching.property_cache_json: Test internal key usage", "module": "__init__", "moduleLogger": [], - "msecs": 202.13866233825684, + "msecs": 96.02117538452148, "msg": "caching.property_cache_json: Test internal key usage", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 84.08427238464355, + "relativeCreated": 101.99332237243652, "stack_info": null, "testcaseLogger": [ { @@ -15721,8 +15721,8 @@ "property_cache_json", "True" ], - "asctime": "2021-01-07 21:59:05,202", - "created": 1610053145.202563, + "asctime": "2021-01-14 00:51:42,097", + "created": 1610581902.097641, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -15735,8 +15735,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:05,202", - "created": 1610053145.2022107, + "asctime": "2021-01-14 00:51:42,096", + "created": 1610581902.0962694, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -15746,23 +15746,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 202.2106647491455, + "msecs": 96.26936912536621, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 84.15627479553223, + "relativeCreated": 102.24151611328125, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.json" ], - "asctime": "2021-01-07 21:59:05,202", - "created": 1610053145.202267, + "asctime": "2021-01-14 00:51:42,096", + "created": 1610581902.096474, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -15772,23 +15772,23 @@ "lineno": 21, "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": 202.26693153381348, + "msecs": 96.47393226623535, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 84.2125415802002, + "relativeCreated": 102.44607925415039, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2021-01-07 21:59:05,202", - "created": 1610053145.2023256, + "asctime": "2021-01-14 00:51:42,096", + "created": 1610581902.096703, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15798,15 +15798,15 @@ "lineno": 228, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 202.32558250427246, + "msecs": 96.70305252075195, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 84.27119255065918, + "relativeCreated": 102.67519950866699, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -15814,8 +15814,8 @@ "JsonCache:", "['_property_cache_uid_', '__property_cache_uid_', '_property_cache_data_version_', '__property_cache_data_version_']" ], - "asctime": "2021-01-07 21:59:05,202", - "created": 1610053145.2023678, + "asctime": "2021-01-14 00:51:42,096", + "created": 1610581902.09684, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15825,15 +15825,15 @@ "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": 202.36778259277344, + "msecs": 96.83990478515625, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 84.31339263916016, + "relativeCreated": 102.81205177307129, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -15841,8 +15841,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.json" ], - "asctime": "2021-01-07 21:59:05,202", - "created": 1610053145.2025003, + "asctime": "2021-01-14 00:51:42,097", + "created": 1610581902.097427, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15852,36 +15852,36 @@ "lineno": 234, "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.json)", "module": "__init__", - "msecs": 202.5003433227539, + "msecs": 97.4268913269043, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 84.44595336914062, + "relativeCreated": 103.39903831481934, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 202.56304740905762, + "msecs": 97.6409912109375, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 84.50865745544434, + "relativeCreated": 103.61313819885254, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 6.270408630371094e-05 + "time_consumption": 0.00021409988403320312 }, { "args": [ "property_cache_json" ], - "asctime": "2021-01-07 21:59:05,202", - "created": 1610053145.2028153, + "asctime": "2021-01-14 00:51:42,098", + "created": 1610581902.0984082, "exc_info": null, "exc_text": null, "filename": "test_internal_keys.py", @@ -15897,8 +15897,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.json" ], - "asctime": "2021-01-07 21:59:05,202", - "created": 1610053145.2026927, + "asctime": "2021-01-14 00:51:42,098", + "created": 1610581902.0981822, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15908,23 +15908,23 @@ "lineno": 225, "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.json)", "module": "__init__", - "msecs": 202.69274711608887, + "msecs": 98.18220138549805, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 84.63835716247559, + "relativeCreated": 104.15434837341309, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "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": "2021-01-07 21:59:05,202", - "created": 1610053145.2027457, + "asctime": "2021-01-14 00:51:42,098", + "created": 1610581902.0982616, "exc_info": null, "exc_text": null, "filename": "test_internal_keys.py", @@ -15934,15 +15934,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": 202.7456760406494, + "msecs": 98.26159477233887, "msg": "Using storage object of cache class for comparison: %s", "name": "__unittest__", "pathname": "src/tests/test_internal_keys.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 84.69128608703613, + "relativeCreated": 104.2337417602539, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -15950,8 +15950,8 @@ "_property_cache_data_version_", "_property_cache_uid_" ], - "asctime": "2021-01-07 21:59:05,202", - "created": 1610053145.2027826, + "asctime": "2021-01-14 00:51:42,098", + "created": 1610581902.0983362, "exc_info": null, "exc_text": null, "filename": "test_internal_keys.py", @@ -15961,37 +15961,37 @@ "lineno": 21, "message": "Deleting overhead keys: _property_cache_data_version_, _property_cache_uid_", "module": "test_internal_keys", - "msecs": 202.78263092041016, + "msecs": 98.33621978759766, "msg": "Deleting overhead keys: %s, %s", "name": "__unittest__", "pathname": "src/tests/test_internal_keys.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 84.72824096679688, + "relativeCreated": 104.3083667755127, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 202.81529426574707, + "msecs": 98.40822219848633, "msg": "Extracting storage object from %s for comparison.", "name": "__tLogger__", "pathname": "src/tests/test_internal_keys.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 84.76090431213379, + "relativeCreated": 104.38036918640137, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 3.266334533691406e-05 + "time_consumption": 7.200241088867188e-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": "2021-01-07 21:59:05,202", - "created": 1610053145.202983, + "asctime": "2021-01-14 00:51:42,099", + "created": 1610581902.0991066, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16008,8 +16008,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": "2021-01-07 21:59:05,202", - "created": 1610053145.2028835, + "asctime": "2021-01-14 00:51:42,098", + "created": 1610581902.0986392, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16019,15 +16019,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": 202.88348197937012, + "msecs": 98.63924980163574, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 84.82909202575684, + "relativeCreated": 104.61139678955078, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -16036,8 +16036,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": "2021-01-07 21:59:05,202", - "created": 1610053145.2029262, + "asctime": "2021-01-14 00:51:42,098", + "created": 1610581902.0988646, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16047,37 +16047,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": 202.9261589050293, + "msecs": 98.86455535888672, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 84.87176895141602, + "relativeCreated": 104.83670234680176, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 202.98290252685547, + "msecs": 99.1065502166748, "msg": "Cache is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 84.92851257324219, + "relativeCreated": 105.07869720458984, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 5.6743621826171875e-05 + "time_consumption": 0.00024199485778808594 }, { "args": [ "5", "" ], - "asctime": "2021-01-07 21:59:05,203", - "created": 1610053145.2031124, + "asctime": "2021-01-14 00:51:42,099", + "created": 1610581902.099568, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16094,8 +16094,8 @@ "5", "" ], - "asctime": "2021-01-07 21:59:05,203", - "created": 1610053145.2030437, + "asctime": "2021-01-14 00:51:42,099", + "created": 1610581902.0993814, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16105,15 +16105,15 @@ "lineno": 22, "message": "Result (Keyfilter returnvalue for 5 ()): 5 ()", "module": "test", - "msecs": 203.04369926452637, + "msecs": 99.3814468383789, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 84.98930931091309, + "relativeCreated": 105.35359382629395, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -16122,8 +16122,8 @@ "5", "" ], - "asctime": "2021-01-07 21:59:05,203", - "created": 1610053145.2030787, + "asctime": "2021-01-14 00:51:42,099", + "created": 1610581902.0994802, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16133,41 +16133,41 @@ "lineno": 26, "message": "Expectation (Keyfilter returnvalue for 5 ()): result = 5 ()", "module": "test", - "msecs": 203.0787467956543, + "msecs": 99.48015213012695, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 85.02435684204102, + "relativeCreated": 105.45229911804199, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 203.11236381530762, + "msecs": 99.56789016723633, "msg": "Keyfilter returnvalue for 5 () is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 85.05797386169434, + "relativeCreated": 105.54003715515137, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 3.361701965332031e-05 + "time_consumption": 8.7738037109375e-05 } ], - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 0.0009737014770507812, - "time_finished": "2021-01-07 21:59:05,203", - "time_start": "2021-01-07 21:59:05,202" + "time_consumption": 0.0035467147827148438, + "time_finished": "2021-01-14 00:51:42,099", + "time_start": "2021-01-14 00:51:42,096" }, "caching.property_cache_json: Test partially initialisation of JSON-Cache-Object": { "args": null, - "asctime": "2021-01-07 21:59:05,185", - "created": 1610053145.185601, + "asctime": "2021-01-14 00:51:42,062", + "created": 1610581902.0624185, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16178,13 +16178,13 @@ "message": "caching.property_cache_json: Test partially initialisation of JSON-Cache-Object", "module": "__init__", "moduleLogger": [], - "msecs": 185.60099601745605, + "msecs": 62.418460845947266, "msg": "caching.property_cache_json: Test partially initialisation of JSON-Cache-Object", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 67.54660606384277, + "relativeCreated": 68.3906078338623, "stack_info": null, "testcaseLogger": [ { @@ -16192,8 +16192,8 @@ "property_cache_json", "False" ], - "asctime": "2021-01-07 21:59:05,185", - "created": 1610053145.185982, + "asctime": "2021-01-14 00:51:42,062", + "created": 1610581902.0628445, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -16206,8 +16206,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:05,185", - "created": 1610053145.1856759, + "asctime": "2021-01-14 00:51:42,062", + "created": 1610581902.0625052, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -16217,23 +16217,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 185.67585945129395, + "msecs": 62.505245208740234, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 67.62146949768066, + "relativeCreated": 68.47739219665527, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,185", - "created": 1610053145.1857476, + "asctime": "2021-01-14 00:51:42,062", + "created": 1610581902.0625813, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -16243,23 +16243,23 @@ "lineno": 21, "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": 185.74762344360352, + "msecs": 62.58130073547363, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 67.69323348999023, + "relativeCreated": 68.55344772338867, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "JsonCache:" ], - "asctime": "2021-01-07 21:59:05,185", - "created": 1610053145.1858025, + "asctime": "2021-01-14 00:51:42,062", + "created": 1610581902.0626488, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16269,15 +16269,15 @@ "lineno": 228, "message": "JsonCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 185.80245971679688, + "msecs": 62.648773193359375, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 67.7480697631836, + "relativeCreated": 68.62092018127441, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -16285,8 +16285,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,185", - "created": 1610053145.185917, + "asctime": "2021-01-14 00:51:42,062", + "created": 1610581902.062776, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16296,34 +16296,34 @@ "lineno": 234, "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json)", "module": "__init__", - "msecs": 185.91690063476562, + "msecs": 62.77608871459961, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 67.86251068115234, + "relativeCreated": 68.74823570251465, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 185.98198890686035, + "msecs": 62.84451484680176, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 67.92759895324707, + "relativeCreated": 68.8166618347168, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 6.508827209472656e-05 + "time_consumption": 6.842613220214844e-05 }, { "args": [], - "asctime": "2021-01-07 21:59:05,186", - "created": 1610053145.1867125, + "asctime": "2021-01-14 00:51:42,064", + "created": 1610581902.0644233, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -16340,8 +16340,8 @@ "str", "'string'" ], - "asctime": "2021-01-07 21:59:05,186", - "created": 1610053145.1860552, + "asctime": "2021-01-14 00:51:42,062", + "created": 1610581902.062925, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16351,15 +16351,15 @@ "lineno": 106, "message": "JsonCache: Loading property for 'str' from source instance ('string')", "module": "__init__", - "msecs": 186.05518341064453, + "msecs": 62.925100326538086, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 68.00079345703125, + "relativeCreated": 68.89724731445312, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -16367,8 +16367,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,186", - "created": 1610053145.1861858, + "asctime": "2021-01-14 00:51:42,063", + "created": 1610581902.0630536, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16378,15 +16378,15 @@ "lineno": 234, "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json)", "module": "__init__", - "msecs": 186.1858367919922, + "msecs": 63.05360794067383, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 68.1314468383789, + "relativeCreated": 69.02575492858887, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -16395,8 +16395,8 @@ "integer", "17" ], - "asctime": "2021-01-07 21:59:05,186", - "created": 1610053145.186299, + "asctime": "2021-01-14 00:51:42,063", + "created": 1610581902.0631638, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16406,15 +16406,15 @@ "lineno": 106, "message": "JsonCache: Loading property for 'integer' from source instance (17)", "module": "__init__", - "msecs": 186.29908561706543, + "msecs": 63.16375732421875, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 68.24469566345215, + "relativeCreated": 69.13590431213379, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -16422,8 +16422,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,186", - "created": 1610053145.1864247, + "asctime": "2021-01-14 00:51:42,064", + "created": 1610581902.0640602, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16433,15 +16433,15 @@ "lineno": 234, "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json)", "module": "__init__", - "msecs": 186.42473220825195, + "msecs": 64.06021118164062, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 68.37034225463867, + "relativeCreated": 70.03235816955566, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -16450,8 +16450,8 @@ "unicode", "'unicode'" ], - "asctime": "2021-01-07 21:59:05,186", - "created": 1610053145.1865137, + "asctime": "2021-01-14 00:51:42,064", + "created": 1610581902.0641615, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16461,15 +16461,15 @@ "lineno": 106, "message": "JsonCache: Loading property for 'unicode' from source instance ('unicode')", "module": "__init__", - "msecs": 186.51366233825684, + "msecs": 64.16153907775879, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 68.45927238464355, + "relativeCreated": 70.13368606567383, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -16477,8 +16477,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,186", - "created": 1610053145.1866364, + "asctime": "2021-01-14 00:51:42,064", + "created": 1610581902.0643282, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16488,36 +16488,36 @@ "lineno": 234, "message": "JsonCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json)", "module": "__init__", - "msecs": 186.63644790649414, + "msecs": 64.32819366455078, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 68.58205795288086, + "relativeCreated": 70.30034065246582, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 186.71250343322754, + "msecs": 64.4233226776123, "msg": "Partially initialising cache object by requesting some information.", "name": "__tLogger__", "pathname": "src/tests/test_no_load_on_init.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 68.65811347961426, + "relativeCreated": 70.39546966552734, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 7.605552673339844e-05 + "time_consumption": 9.512901306152344e-05 }, { "args": [ "property_cache_json" ], - "asctime": "2021-01-07 21:59:05,186", - "created": 1610053145.1869674, + "asctime": "2021-01-14 00:51:42,064", + "created": 1610581902.064745, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -16533,8 +16533,8 @@ "JsonCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,186", - "created": 1610053145.1868458, + "asctime": "2021-01-14 00:51:42,064", + "created": 1610581902.064592, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16544,23 +16544,23 @@ "lineno": 225, "message": "JsonCache: Loading properties from cache (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.json)", "module": "__init__", - "msecs": 186.8457794189453, + "msecs": 64.59188461303711, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 68.79138946533203, + "relativeCreated": 70.56403160095215, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "{'_property_cache_data_version_': 1, '_property_cache_uid_': 'my_unique_id', 'integer': 17, 'str': 'string', 'unicode': 'unicode'}" ], - "asctime": "2021-01-07 21:59:05,186", - "created": 1610053145.1868944, + "asctime": "2021-01-14 00:51:42,064", + "created": 1610581902.0646539, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -16570,15 +16570,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": 186.89441680908203, + "msecs": 64.65387344360352, "msg": "Using storage object of cache class for comparison: %s", "name": "__unittest__", "pathname": "src/tests/test_no_load_on_init.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 68.84002685546875, + "relativeCreated": 70.62602043151855, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -16586,8 +16586,8 @@ "_property_cache_data_version_", "_property_cache_uid_" ], - "asctime": "2021-01-07 21:59:05,186", - "created": 1610053145.186935, + "asctime": "2021-01-14 00:51:42,064", + "created": 1610581902.0647047, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -16597,37 +16597,37 @@ "lineno": 24, "message": "Deleting overhead keys: _property_cache_data_version_, _property_cache_uid_", "module": "test_no_load_on_init", - "msecs": 186.9349479675293, + "msecs": 64.70465660095215, "msg": "Deleting overhead keys: %s, %s", "name": "__unittest__", "pathname": "src/tests/test_no_load_on_init.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 68.88055801391602, + "relativeCreated": 70.67680358886719, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 186.9673728942871, + "msecs": 64.74494934082031, "msg": "Extracting storage object from %s for comparison.", "name": "__tLogger__", "pathname": "src/tests/test_no_load_on_init.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 68.91298294067383, + "relativeCreated": 70.71709632873535, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 3.24249267578125e-05 + "time_consumption": 4.029273986816406e-05 }, { "args": [ "{'integer': 17, 'str': 'string', 'unicode': 'unicode'}", "" ], - "asctime": "2021-01-07 21:59:05,187", - "created": 1610053145.187128, + "asctime": "2021-01-14 00:51:42,064", + "created": 1610581902.0649436, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16644,8 +16644,8 @@ "{ 'integer': 17, 'str': 'string', 'unicode': 'unicode' }", "" ], - "asctime": "2021-01-07 21:59:05,187", - "created": 1610053145.1870387, + "asctime": "2021-01-14 00:51:42,064", + "created": 1610581902.064833, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16655,15 +16655,15 @@ "lineno": 22, "message": "Result (Cache object): { 'integer': 17, 'str': 'string', 'unicode': 'unicode' } ()", "module": "test", - "msecs": 187.03866004943848, + "msecs": 64.83292579650879, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 68.9842700958252, + "relativeCreated": 70.80507278442383, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -16672,8 +16672,8 @@ "{ 'str': 'string', 'unicode': 'unicode', 'integer': 17 }", "" ], - "asctime": "2021-01-07 21:59:05,187", - "created": 1610053145.1870804, + "asctime": "2021-01-14 00:51:42,064", + "created": 1610581902.0648847, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16683,41 +16683,41 @@ "lineno": 26, "message": "Expectation (Cache object): result = { 'str': 'string', 'unicode': 'unicode', 'integer': 17 } ()", "module": "test", - "msecs": 187.08038330078125, + "msecs": 64.88466262817383, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 69.02599334716797, + "relativeCreated": 70.85680961608887, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 187.12806701660156, + "msecs": 64.94355201721191, "msg": "Cache object is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 69.07367706298828, + "relativeCreated": 70.91569900512695, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 4.76837158203125e-05 + "time_consumption": 5.888938903808594e-05 } ], - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 0.0015270709991455078, - "time_finished": "2021-01-07 21:59:05,187", - "time_start": "2021-01-07 21:59:05,185" + "time_consumption": 0.0025250911712646484, + "time_finished": "2021-01-14 00:51:42,064", + "time_start": "2021-01-14 00:51:42,062" }, "caching.property_cache_pickle: Test cached data (full init)": { "args": null, - "asctime": "2021-01-07 21:59:05,205", - "created": 1610053145.2056003, + "asctime": "2021-01-14 00:51:42,108", + "created": 1610581902.1081111, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16728,13 +16728,13 @@ "message": "caching.property_cache_pickle: Test cached data (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 205.60026168823242, + "msecs": 108.11114311218262, "msg": "caching.property_cache_pickle: Test cached data (full init)", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 87.54587173461914, + "relativeCreated": 114.08329010009766, "stack_info": null, "testcaseLogger": [ { @@ -16742,8 +16742,8 @@ "property_cache_pickle", "True" ], - "asctime": "2021-01-07 21:59:05,206", - "created": 1610053145.2062118, + "asctime": "2021-01-14 00:51:42,108", + "created": 1610581902.1086946, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -16756,8 +16756,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:05,205", - "created": 1610053145.205679, + "asctime": "2021-01-14 00:51:42,108", + "created": 1610581902.1082199, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -16767,23 +16767,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 205.67893981933594, + "msecs": 108.21986198425293, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 87.62454986572266, + "relativeCreated": 114.19200897216797, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,205", - "created": 1610053145.2057767, + "asctime": "2021-01-14 00:51:42,108", + "created": 1610581902.108302, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -16793,23 +16793,23 @@ "lineno": 21, "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": 205.77669143676758, + "msecs": 108.30211639404297, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 87.7223014831543, + "relativeCreated": 114.27426338195801, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2021-01-07 21:59:05,205", - "created": 1610053145.2058713, + "asctime": "2021-01-14 00:51:42,108", + "created": 1610581902.1083822, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16819,15 +16819,15 @@ "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 205.8713436126709, + "msecs": 108.3822250366211, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 87.81695365905762, + "relativeCreated": 114.35437202453613, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -16835,8 +16835,8 @@ "PickCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2021-01-07 21:59:05,205", - "created": 1610053145.2059484, + "asctime": "2021-01-14 00:51:42,108", + "created": 1610581902.108446, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16846,15 +16846,15 @@ "lineno": 162, "message": "PickCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 205.9483528137207, + "msecs": 108.44588279724121, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 87.89396286010742, + "relativeCreated": 114.41802978515625, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -16862,8 +16862,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,206", - "created": 1610053145.2061145, + "asctime": "2021-01-14 00:51:42,108", + "created": 1610581902.108602, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16873,34 +16873,34 @@ "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": 206.1145305633545, + "msecs": 108.60204696655273, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 88.06014060974121, + "relativeCreated": 114.57419395446777, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 206.21180534362793, + "msecs": 108.69455337524414, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 88.15741539001465, + "relativeCreated": 114.66670036315918, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 9.72747802734375e-05 + "time_consumption": 9.250640869140625e-05 }, { "args": [], - "asctime": "2021-01-07 21:59:05,207", - "created": 1610053145.2070763, + "asctime": "2021-01-14 00:51:42,109", + "created": 1610581902.1098762, "exc_info": null, "exc_text": null, "filename": "test_cached_data.py", @@ -16916,8 +16916,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,206", - "created": 1610053145.2064097, + "asctime": "2021-01-14 00:51:42,108", + "created": 1610581902.108965, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16927,15 +16927,15 @@ "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": 206.40969276428223, + "msecs": 108.96492004394531, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 88.35530281066895, + "relativeCreated": 114.93706703186035, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -16944,8 +16944,8 @@ "str", "'string'" ], - "asctime": "2021-01-07 21:59:05,206", - "created": 1610053145.2065008, + "asctime": "2021-01-14 00:51:42,109", + "created": 1610581902.1090631, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16955,15 +16955,15 @@ "lineno": 110, "message": "PickCache: Providing property for 'str' from cache ('string')", "module": "__init__", - "msecs": 206.50076866149902, + "msecs": 109.06314849853516, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 88.44637870788574, + "relativeCreated": 115.0352954864502, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -16972,8 +16972,8 @@ "unicode", "'unicode'" ], - "asctime": "2021-01-07 21:59:05,206", - "created": 1610053145.2065804, + "asctime": "2021-01-14 00:51:42,109", + "created": 1610581902.1091645, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16983,15 +16983,15 @@ "lineno": 110, "message": "PickCache: Providing property for 'unicode' from cache ('unicode')", "module": "__init__", - "msecs": 206.58040046691895, + "msecs": 109.16447639465332, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 88.52601051330566, + "relativeCreated": 115.13662338256836, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -17000,8 +17000,8 @@ "integer", "17" ], - "asctime": "2021-01-07 21:59:05,206", - "created": 1610053145.2066689, + "asctime": "2021-01-14 00:51:42,109", + "created": 1610581902.1092877, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17011,15 +17011,15 @@ "lineno": 110, "message": "PickCache: Providing property for 'integer' from cache (17)", "module": "__init__", - "msecs": 206.66885375976562, + "msecs": 109.28773880004883, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 88.61446380615234, + "relativeCreated": 115.25988578796387, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -17028,8 +17028,8 @@ "float", "3.14159" ], - "asctime": "2021-01-07 21:59:05,206", - "created": 1610053145.2067566, + "asctime": "2021-01-14 00:51:42,109", + "created": 1610581902.1094325, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17039,15 +17039,15 @@ "lineno": 110, "message": "PickCache: Providing property for 'float' from cache (3.14159)", "module": "__init__", - "msecs": 206.756591796875, + "msecs": 109.43245887756348, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 88.70220184326172, + "relativeCreated": 115.40460586547852, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -17056,8 +17056,8 @@ "list", "[1, 'two', '3', 4]" ], - "asctime": "2021-01-07 21:59:05,206", - "created": 1610053145.206882, + "asctime": "2021-01-14 00:51:42,109", + "created": 1610581902.1095517, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17067,15 +17067,15 @@ "lineno": 110, "message": "PickCache: Providing property for 'list' from cache ([1, 'two', '3', 4])", "module": "__init__", - "msecs": 206.88199996948242, + "msecs": 109.55166816711426, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 88.82761001586914, + "relativeCreated": 115.5238151550293, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -17084,8 +17084,8 @@ "dict", "{'1': 1, '2': 'two', '3': '3', '4': 4}" ], - "asctime": "2021-01-07 21:59:05,206", - "created": 1610053145.2069554, + "asctime": "2021-01-14 00:51:42,109", + "created": 1610581902.1096706, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17095,15 +17095,15 @@ "lineno": 110, "message": "PickCache: Providing property for 'dict' from cache ({'1': 1, '2': 'two', '3': '3', '4': 4})", "module": "__init__", - "msecs": 206.9554328918457, + "msecs": 109.67063903808594, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 88.90104293823242, + "relativeCreated": 115.64278602600098, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -17111,8 +17111,8 @@ "PickCache:", "uncached" ], - "asctime": "2021-01-07 21:59:05,207", - "created": 1610053145.2070026, + "asctime": "2021-01-14 00:51:42,109", + "created": 1610581902.109778, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17122,37 +17122,37 @@ "lineno": 113, "message": "PickCache: Key 'uncached' is not in cached_keys. Uncached data will be returned.", "module": "__init__", - "msecs": 207.0026397705078, + "msecs": 109.77792739868164, "msg": "%s Key '%s' is not in cached_keys. Uncached data will be returned.", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 88.94824981689453, + "relativeCreated": 115.75007438659668, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 207.0763111114502, + "msecs": 109.87615585327148, "msg": "Collecting data from cache instance.", "name": "__tLogger__", "pathname": "src/tests/test_cached_data.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 89.02192115783691, + "relativeCreated": 115.84830284118652, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 7.367134094238281e-05 + "time_consumption": 9.822845458984375e-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": "2021-01-07 21:59:05,207", - "created": 1610053145.207708, + "asctime": "2021-01-14 00:51:42,110", + "created": 1610581902.1105292, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17169,8 +17169,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": "2021-01-07 21:59:05,207", - "created": 1610053145.207297, + "asctime": "2021-01-14 00:51:42,110", + "created": 1610581902.1101346, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17180,15 +17180,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": 207.29708671569824, + "msecs": 110.13460159301758, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 89.24269676208496, + "relativeCreated": 116.10674858093262, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -17197,8 +17197,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": "2021-01-07 21:59:05,207", - "created": 1610053145.2074234, + "asctime": "2021-01-14 00:51:42,110", + "created": 1610581902.1102931, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17208,41 +17208,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": 207.42344856262207, + "msecs": 110.29314994812012, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 89.36905860900879, + "relativeCreated": 116.26529693603516, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 207.70788192749023, + "msecs": 110.52918434143066, "msg": "Cached data is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 89.65349197387695, + "relativeCreated": 116.5013313293457, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 0.00028443336486816406 + "time_consumption": 0.00023603439331054688 } ], - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 0.0021076202392578125, - "time_finished": "2021-01-07 21:59:05,207", - "time_start": "2021-01-07 21:59:05,205" + "time_consumption": 0.002418041229248047, + "time_finished": "2021-01-14 00:51:42,110", + "time_start": "2021-01-14 00:51:42,108" }, "caching.property_cache_pickle: Test cached data (partially init)": { "args": null, - "asctime": "2021-01-07 21:59:05,207", - "created": 1610053145.2079902, + "asctime": "2021-01-14 00:51:42,110", + "created": 1610581902.1108763, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17253,13 +17253,13 @@ "message": "caching.property_cache_pickle: Test cached data (partially init)", "module": "__init__", "moduleLogger": [], - "msecs": 207.99016952514648, + "msecs": 110.87632179260254, "msg": "caching.property_cache_pickle: Test cached data (partially init)", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 89.9357795715332, + "relativeCreated": 116.84846878051758, "stack_info": null, "testcaseLogger": [ { @@ -17267,8 +17267,8 @@ "property_cache_pickle", "True" ], - "asctime": "2021-01-07 21:59:05,208", - "created": 1610053145.2087934, + "asctime": "2021-01-14 00:51:42,112", + "created": 1610581902.112256, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -17281,8 +17281,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:05,208", - "created": 1610053145.2081885, + "asctime": "2021-01-14 00:51:42,111", + "created": 1610581902.1111288, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -17292,23 +17292,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 208.18853378295898, + "msecs": 111.1288070678711, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 90.1341438293457, + "relativeCreated": 117.10095405578613, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,208", - "created": 1610053145.208337, + "asctime": "2021-01-14 00:51:42,111", + "created": 1610581902.1113274, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -17318,23 +17318,23 @@ "lineno": 21, "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": 208.33706855773926, + "msecs": 111.3274097442627, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 90.28267860412598, + "relativeCreated": 117.29955673217773, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2021-01-07 21:59:05,208", - "created": 1610053145.2084422, + "asctime": "2021-01-14 00:51:42,111", + "created": 1610581902.1115477, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17344,15 +17344,15 @@ "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 208.44221115112305, + "msecs": 111.54770851135254, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 90.38782119750977, + "relativeCreated": 117.51985549926758, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -17360,8 +17360,8 @@ "PickCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2021-01-07 21:59:05,208", - "created": 1610053145.208496, + "asctime": "2021-01-14 00:51:42,111", + "created": 1610581902.1117513, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17371,15 +17371,15 @@ "lineno": 162, "message": "PickCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 208.49609375, + "msecs": 111.75131797790527, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 90.44170379638672, + "relativeCreated": 117.72346496582031, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -17387,8 +17387,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,208", - "created": 1610053145.2086728, + "asctime": "2021-01-14 00:51:42,112", + "created": 1610581902.1120546, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17398,34 +17398,34 @@ "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": 208.67276191711426, + "msecs": 112.05458641052246, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 90.61837196350098, + "relativeCreated": 118.0267333984375, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 208.79340171813965, + "msecs": 112.25605010986328, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 90.73901176452637, + "relativeCreated": 118.22819709777832, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 0.00012063980102539062 + "time_consumption": 0.0002014636993408203 }, { "args": [], - "asctime": "2021-01-07 21:59:05,209", - "created": 1610053145.2094054, + "asctime": "2021-01-14 00:51:42,113", + "created": 1610581902.1137066, "exc_info": null, "exc_text": null, "filename": "test_cached_data.py", @@ -17441,8 +17441,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/cache_data_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,208", - "created": 1610053145.208946, + "asctime": "2021-01-14 00:51:42,112", + "created": 1610581902.112639, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17452,15 +17452,15 @@ "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": 208.94598960876465, + "msecs": 112.63895034790039, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 90.89159965515137, + "relativeCreated": 118.61109733581543, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -17469,8 +17469,8 @@ "str", "'string'" ], - "asctime": "2021-01-07 21:59:05,209", - "created": 1610053145.209005, + "asctime": "2021-01-14 00:51:42,112", + "created": 1610581902.1127915, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17480,15 +17480,15 @@ "lineno": 110, "message": "PickCache: Providing property for 'str' from cache ('string')", "module": "__init__", - "msecs": 209.00511741638184, + "msecs": 112.79153823852539, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 90.95072746276855, + "relativeCreated": 118.76368522644043, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -17497,8 +17497,8 @@ "unicode", "'unicode'" ], - "asctime": "2021-01-07 21:59:05,209", - "created": 1610053145.2090588, + "asctime": "2021-01-14 00:51:42,112", + "created": 1610581902.1129148, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17508,15 +17508,15 @@ "lineno": 110, "message": "PickCache: Providing property for 'unicode' from cache ('unicode')", "module": "__init__", - "msecs": 209.0587615966797, + "msecs": 112.9148006439209, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 91.0043716430664, + "relativeCreated": 118.88694763183594, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -17525,8 +17525,8 @@ "integer", "17" ], - "asctime": "2021-01-07 21:59:05,209", - "created": 1610053145.2091033, + "asctime": "2021-01-14 00:51:42,113", + "created": 1610581902.1130276, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17536,15 +17536,15 @@ "lineno": 110, "message": "PickCache: Providing property for 'integer' from cache (17)", "module": "__init__", - "msecs": 209.10334587097168, + "msecs": 113.02757263183594, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 91.0489559173584, + "relativeCreated": 118.99971961975098, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -17553,8 +17553,8 @@ "float", "3.14159" ], - "asctime": "2021-01-07 21:59:05,209", - "created": 1610053145.209152, + "asctime": "2021-01-14 00:51:42,113", + "created": 1610581902.1132243, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17564,15 +17564,15 @@ "lineno": 110, "message": "PickCache: Providing property for 'float' from cache (3.14159)", "module": "__init__", - "msecs": 209.1519832611084, + "msecs": 113.22426795959473, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 91.09759330749512, + "relativeCreated": 119.19641494750977, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -17581,8 +17581,8 @@ "list", "[1, 'two', '3', 4]" ], - "asctime": "2021-01-07 21:59:05,209", - "created": 1610053145.2092187, + "asctime": "2021-01-14 00:51:42,113", + "created": 1610581902.1133714, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17592,15 +17592,15 @@ "lineno": 110, "message": "PickCache: Providing property for 'list' from cache ([1, 'two', '3', 4])", "module": "__init__", - "msecs": 209.21874046325684, + "msecs": 113.37137222290039, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 91.16435050964355, + "relativeCreated": 119.34351921081543, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -17609,8 +17609,8 @@ "dict", "{'1': 1, '2': 'two', '3': '3', '4': 4}" ], - "asctime": "2021-01-07 21:59:05,209", - "created": 1610053145.2092931, + "asctime": "2021-01-14 00:51:42,113", + "created": 1610581902.1135025, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17620,15 +17620,15 @@ "lineno": 110, "message": "PickCache: Providing property for 'dict' from cache ({'1': 1, '2': 'two', '3': '3', '4': 4})", "module": "__init__", - "msecs": 209.29312705993652, + "msecs": 113.50250244140625, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 91.23873710632324, + "relativeCreated": 119.47464942932129, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -17636,8 +17636,8 @@ "PickCache:", "uncached" ], - "asctime": "2021-01-07 21:59:05,209", - "created": 1610053145.2093453, + "asctime": "2021-01-14 00:51:42,113", + "created": 1610581902.1136105, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17647,37 +17647,37 @@ "lineno": 113, "message": "PickCache: Key 'uncached' is not in cached_keys. Uncached data will be returned.", "module": "__init__", - "msecs": 209.34534072875977, + "msecs": 113.61050605773926, "msg": "%s Key '%s' is not in cached_keys. Uncached data will be returned.", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 91.29095077514648, + "relativeCreated": 119.5826530456543, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 209.40542221069336, + "msecs": 113.70658874511719, "msg": "Collecting data from cache instance.", "name": "__tLogger__", "pathname": "src/tests/test_cached_data.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 91.35103225708008, + "relativeCreated": 119.67873573303223, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 6.008148193359375e-05 + "time_consumption": 9.608268737792969e-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": "2021-01-07 21:59:05,210", - "created": 1610053145.210046, + "asctime": "2021-01-14 00:51:42,114", + "created": 1610581902.1143053, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17694,8 +17694,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": "2021-01-07 21:59:05,209", - "created": 1610053145.209597, + "asctime": "2021-01-14 00:51:42,113", + "created": 1610581902.1139886, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17705,15 +17705,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": 209.59711074829102, + "msecs": 113.98863792419434, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 91.54272079467773, + "relativeCreated": 119.96078491210938, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -17722,8 +17722,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": "2021-01-07 21:59:05,209", - "created": 1610053145.2097008, + "asctime": "2021-01-14 00:51:42,114", + "created": 1610581902.1141534, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17733,41 +17733,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": 209.7008228302002, + "msecs": 114.15338516235352, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 91.64643287658691, + "relativeCreated": 120.12553215026855, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 210.04605293273926, + "msecs": 114.30525779724121, "msg": "Cached data is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 91.99166297912598, + "relativeCreated": 120.27740478515625, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 0.0003452301025390625 + "time_consumption": 0.0001518726348876953 } ], - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 0.0020558834075927734, - "time_finished": "2021-01-07 21:59:05,210", - "time_start": "2021-01-07 21:59:05,207" + "time_consumption": 0.003428936004638672, + "time_finished": "2021-01-14 00:51:42,114", + "time_start": "2021-01-14 00:51:42,110" }, "caching.property_cache_pickle: Test execution of save callback (full init)": { "args": null, - "asctime": "2021-01-07 21:59:05,219", - "created": 1610053145.2193766, + "asctime": "2021-01-14 00:51:42,121", + "created": 1610581902.121362, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17778,19 +17778,19 @@ "message": "caching.property_cache_pickle: Test execution of save callback (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 219.3765640258789, + "msecs": 121.36197090148926, "msg": "caching.property_cache_pickle: Test execution of save callback (full init)", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 101.32217407226562, + "relativeCreated": 127.3341178894043, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:05,219", - "created": 1610053145.2194483, + "asctime": "2021-01-14 00:51:42,121", + "created": 1610581902.121437, "exc_info": null, "exc_text": null, "filename": "test_save_callback.py", @@ -17801,15 +17801,15 @@ "message": "Installing save_callback, which sets a variable to True on execution.", "module": "test_save_callback", "moduleLogger": [], - "msecs": 219.44832801818848, + "msecs": 121.43707275390625, "msg": "Installing save_callback, which sets a variable to True on execution.", "name": "__tLogger__", "pathname": "src/tests/test_save_callback.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 101.3939380645752, + "relativeCreated": 127.40921974182129, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -17818,8 +17818,8 @@ "True", "" ], - "asctime": "2021-01-07 21:59:05,219", - "created": 1610053145.2197027, + "asctime": "2021-01-14 00:51:42,121", + "created": 1610581902.12171, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17835,8 +17835,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/save_callback_load_on_init.json" ], - "asctime": "2021-01-07 21:59:05,219", - "created": 1610053145.2195399, + "asctime": "2021-01-14 00:51:42,121", + "created": 1610581902.1215317, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17846,15 +17846,15 @@ "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": 219.53988075256348, + "msecs": 121.53172492980957, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 101.4854907989502, + "relativeCreated": 127.50387191772461, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -17863,8 +17863,8 @@ "True", "" ], - "asctime": "2021-01-07 21:59:05,219", - "created": 1610053145.219623, + "asctime": "2021-01-14 00:51:42,121", + "created": 1610581902.1216114, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17874,15 +17874,15 @@ "lineno": 22, "message": "Result (Save callback execution variable): True ()", "module": "test", - "msecs": 219.62308883666992, + "msecs": 121.61135673522949, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 101.56869888305664, + "relativeCreated": 127.58350372314453, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -17891,8 +17891,8 @@ "True", "" ], - "asctime": "2021-01-07 21:59:05,219", - "created": 1610053145.2196672, + "asctime": "2021-01-14 00:51:42,121", + "created": 1610581902.1216717, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17902,41 +17902,41 @@ "lineno": 26, "message": "Expectation (Save callback execution variable): result = True ()", "module": "test", - "msecs": 219.6671962738037, + "msecs": 121.67167663574219, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 101.61280632019043, + "relativeCreated": 127.64382362365723, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 219.70272064208984, + "msecs": 121.71006202697754, "msg": "Save callback execution variable is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 101.64833068847656, + "relativeCreated": 127.68220901489258, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 3.552436828613281e-05 + "time_consumption": 3.838539123535156e-05 } ], - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 0.0003261566162109375, - "time_finished": "2021-01-07 21:59:05,219", - "time_start": "2021-01-07 21:59:05,219" + "time_consumption": 0.00034809112548828125, + "time_finished": "2021-01-14 00:51:42,121", + "time_start": "2021-01-14 00:51:42,121" }, "caching.property_cache_pickle: Test full initialised PICKLE-Cache-Object": { "args": null, - "asctime": "2021-01-07 21:59:05,203", - "created": 1610053145.2032232, + "asctime": "2021-01-14 00:51:42,099", + "created": 1610581902.0998726, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17947,13 +17947,13 @@ "message": "caching.property_cache_pickle: Test full initialised PICKLE-Cache-Object", "module": "__init__", "moduleLogger": [], - "msecs": 203.22322845458984, + "msecs": 99.87258911132812, "msg": "caching.property_cache_pickle: Test full initialised PICKLE-Cache-Object", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 85.16883850097656, + "relativeCreated": 105.84473609924316, "stack_info": null, "testcaseLogger": [ { @@ -17961,8 +17961,8 @@ "property_cache_pickle", "True" ], - "asctime": "2021-01-07 21:59:05,203", - "created": 1610053145.2036252, + "asctime": "2021-01-14 00:51:42,101", + "created": 1610581902.101622, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -17975,8 +17975,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:05,203", - "created": 1610053145.2033186, + "asctime": "2021-01-14 00:51:42,100", + "created": 1610581902.1003299, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -17986,23 +17986,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 203.31859588623047, + "msecs": 100.32987594604492, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 85.26420593261719, + "relativeCreated": 106.30202293395996, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,203", - "created": 1610053145.2033746, + "asctime": "2021-01-14 00:51:42,100", + "created": 1610581902.1006389, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -18012,23 +18012,23 @@ "lineno": 21, "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": 203.37462425231934, + "msecs": 100.63886642456055, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 85.32023429870605, + "relativeCreated": 106.61101341247559, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2021-01-07 21:59:05,203", - "created": 1610053145.2034302, + "asctime": "2021-01-14 00:51:42,100", + "created": 1610581902.1008482, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18038,15 +18038,15 @@ "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 203.43017578125, + "msecs": 100.84819793701172, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 85.37578582763672, + "relativeCreated": 106.82034492492676, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -18054,8 +18054,8 @@ "PickCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2021-01-07 21:59:05,203", - "created": 1610053145.203477, + "asctime": "2021-01-14 00:51:42,100", + "created": 1610581902.1009958, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18065,15 +18065,15 @@ "lineno": 162, "message": "PickCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 203.4769058227539, + "msecs": 100.99577903747559, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 85.42251586914062, + "relativeCreated": 106.96792602539062, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -18081,8 +18081,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,203", - "created": 1610053145.2035701, + "asctime": "2021-01-14 00:51:42,101", + "created": 1610581902.1014256, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18092,36 +18092,36 @@ "lineno": 170, "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.pkl)", "module": "__init__", - "msecs": 203.57012748718262, + "msecs": 101.4256477355957, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 85.51573753356934, + "relativeCreated": 107.39779472351074, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 203.62520217895508, + "msecs": 101.62210464477539, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 85.5708122253418, + "relativeCreated": 107.59425163269043, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 5.507469177246094e-05 + "time_consumption": 0.0001964569091796875 }, { "args": [ "property_cache_pickle" ], - "asctime": "2021-01-07 21:59:05,203", - "created": 1610053145.2038581, + "asctime": "2021-01-14 00:51:42,102", + "created": 1610581902.1026545, "exc_info": null, "exc_text": null, "filename": "test_load_on_init.py", @@ -18137,8 +18137,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,203", - "created": 1610053145.203732, + "asctime": "2021-01-14 00:51:42,102", + "created": 1610581902.1021, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18148,23 +18148,23 @@ "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": 203.73201370239258, + "msecs": 102.09989547729492, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 85.6776237487793, + "relativeCreated": 108.07204246520996, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "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": "2021-01-07 21:59:05,203", - "created": 1610053145.2037823, + "asctime": "2021-01-14 00:51:42,102", + "created": 1610581902.1023166, "exc_info": null, "exc_text": null, "filename": "test_load_on_init.py", @@ -18174,15 +18174,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": 203.782320022583, + "msecs": 102.31661796569824, "msg": "Using storage object of cache class for comparison: %s", "name": "__unittest__", "pathname": "src/tests/test_load_on_init.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 85.72793006896973, + "relativeCreated": 108.28876495361328, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -18190,8 +18190,8 @@ "_property_cache_data_version_", "_property_cache_uid_" ], - "asctime": "2021-01-07 21:59:05,203", - "created": 1610053145.2038236, + "asctime": "2021-01-14 00:51:42,102", + "created": 1610581902.1024916, "exc_info": null, "exc_text": null, "filename": "test_load_on_init.py", @@ -18201,37 +18201,37 @@ "lineno": 21, "message": "Deleting overhead keys: _property_cache_data_version_, _property_cache_uid_", "module": "test_load_on_init", - "msecs": 203.82356643676758, + "msecs": 102.49161720275879, "msg": "Deleting overhead keys: %s, %s", "name": "__unittest__", "pathname": "src/tests/test_load_on_init.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 85.7691764831543, + "relativeCreated": 108.46376419067383, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 203.8581371307373, + "msecs": 102.65445709228516, "msg": "Extracting storage object from %s for comparison.", "name": "__tLogger__", "pathname": "src/tests/test_load_on_init.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 85.80374717712402, + "relativeCreated": 108.6266040802002, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 3.457069396972656e-05 + "time_consumption": 0.0001628398895263672 }, { "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": "2021-01-07 21:59:05,204", - "created": 1610053145.2040727, + "asctime": "2021-01-14 00:51:42,103", + "created": 1610581902.103514, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18248,8 +18248,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": "2021-01-07 21:59:05,203", - "created": 1610053145.2039375, + "asctime": "2021-01-14 00:51:42,102", + "created": 1610581902.1029446, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18259,15 +18259,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": 203.93753051757812, + "msecs": 102.94461250305176, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 85.88314056396484, + "relativeCreated": 108.9167594909668, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -18276,8 +18276,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": "2021-01-07 21:59:05,203", - "created": 1610053145.203992, + "asctime": "2021-01-14 00:51:42,103", + "created": 1610581902.1031642, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18287,41 +18287,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": 203.99188995361328, + "msecs": 103.1641960144043, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 85.9375, + "relativeCreated": 109.13634300231934, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 204.0727138519287, + "msecs": 103.51395606994629, "msg": "Cache object is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 86.01832389831543, + "relativeCreated": 109.48610305786133, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 8.082389831542969e-05 + "time_consumption": 0.0003497600555419922 } ], - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 0.0008494853973388672, - "time_finished": "2021-01-07 21:59:05,204", - "time_start": "2021-01-07 21:59:05,203" + "time_consumption": 0.003641366958618164, + "time_finished": "2021-01-14 00:51:42,103", + "time_start": "2021-01-14 00:51:42,099" }, "caching.property_cache_pickle: Test get from source caused by changed uid (full init)": { "args": null, - "asctime": "2021-01-07 21:59:05,216", - "created": 1610053145.2161264, + "asctime": "2021-01-14 00:51:42,117", + "created": 1610581902.1179633, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18332,13 +18332,13 @@ "message": "caching.property_cache_pickle: Test get from source caused by changed uid (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 216.1264419555664, + "msecs": 117.96331405639648, "msg": "caching.property_cache_pickle: Test get from source caused by changed uid (full init)", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 98.07205200195312, + "relativeCreated": 123.93546104431152, "stack_info": null, "testcaseLogger": [ { @@ -18346,8 +18346,8 @@ "property_cache_pickle", "True" ], - "asctime": "2021-01-07 21:59:05,216", - "created": 1610053145.2165504, + "asctime": "2021-01-14 00:51:42,118", + "created": 1610581902.1183484, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -18360,8 +18360,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:05,216", - "created": 1610053145.2162097, + "asctime": "2021-01-14 00:51:42,118", + "created": 1610581902.1180418, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -18371,23 +18371,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 216.20965003967285, + "msecs": 118.0417537689209, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 98.15526008605957, + "relativeCreated": 124.01390075683594, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,216", - "created": 1610053145.216279, + "asctime": "2021-01-14 00:51:42,118", + "created": 1610581902.118106, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -18397,23 +18397,23 @@ "lineno": 21, "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": 216.2790298461914, + "msecs": 118.10588836669922, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 98.22463989257812, + "relativeCreated": 124.07803535461426, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2021-01-07 21:59:05,216", - "created": 1610053145.216342, + "asctime": "2021-01-14 00:51:42,118", + "created": 1610581902.118162, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18423,15 +18423,15 @@ "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 216.34197235107422, + "msecs": 118.16191673278809, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 98.28758239746094, + "relativeCreated": 124.13406372070312, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -18439,8 +18439,8 @@ "PickCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2021-01-07 21:59:05,216", - "created": 1610053145.2163906, + "asctime": "2021-01-14 00:51:42,118", + "created": 1610581902.118206, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18450,15 +18450,15 @@ "lineno": 162, "message": "PickCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 216.39060974121094, + "msecs": 118.20602416992188, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 98.33621978759766, + "relativeCreated": 124.17817115783691, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -18466,8 +18466,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,216", - "created": 1610053145.2164896, + "asctime": "2021-01-14 00:51:42,118", + "created": 1610581902.1182935, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18477,37 +18477,37 @@ "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": 216.4895534515381, + "msecs": 118.29352378845215, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 98.4351634979248, + "relativeCreated": 124.26567077636719, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 216.55035018920898, + "msecs": 118.34836006164551, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 98.4959602355957, + "relativeCreated": 124.32050704956055, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 6.079673767089844e-05 + "time_consumption": 5.4836273193359375e-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": "2021-01-07 21:59:05,217", - "created": 1610053145.217399, + "asctime": "2021-01-14 00:51:42,119", + "created": 1610581902.1191874, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18523,8 +18523,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,216", - "created": 1610053145.2166646, + "asctime": "2021-01-14 00:51:42,118", + "created": 1610581902.118491, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18534,23 +18534,23 @@ "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": 216.66455268859863, + "msecs": 118.49093437194824, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 98.61016273498535, + "relativeCreated": 124.46308135986328, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2021-01-07 21:59:05,216", - "created": 1610053145.2167368, + "asctime": "2021-01-14 00:51:42,118", + "created": 1610581902.1185362, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18560,15 +18560,15 @@ "lineno": 131, "message": "PickCache: Source uid changed, ignoring previous cache data", "module": "__init__", - "msecs": 216.7367935180664, + "msecs": 118.53623390197754, "msg": "%s Source uid changed, ignoring previous cache data", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 98.68240356445312, + "relativeCreated": 124.50838088989258, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -18576,8 +18576,8 @@ "PickCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2021-01-07 21:59:05,216", - "created": 1610053145.2167923, + "asctime": "2021-01-14 00:51:42,118", + "created": 1610581902.1185806, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18587,15 +18587,15 @@ "lineno": 162, "message": "PickCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 216.79234504699707, + "msecs": 118.58057975769043, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 98.73795509338379, + "relativeCreated": 124.55272674560547, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -18603,8 +18603,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,216", - "created": 1610053145.2168975, + "asctime": "2021-01-14 00:51:42,118", + "created": 1610581902.1186693, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18614,15 +18614,15 @@ "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": 216.89748764038086, + "msecs": 118.66927146911621, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 98.84309768676758, + "relativeCreated": 124.64141845703125, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -18631,8 +18631,8 @@ "str", "'__string__'" ], - "asctime": "2021-01-07 21:59:05,216", - "created": 1610053145.2169771, + "asctime": "2021-01-14 00:51:42,118", + "created": 1610581902.1187449, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18642,15 +18642,15 @@ "lineno": 110, "message": "PickCache: Providing property for 'str' from cache ('__string__')", "module": "__init__", - "msecs": 216.97711944580078, + "msecs": 118.7448501586914, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 98.9227294921875, + "relativeCreated": 124.71699714660645, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -18659,8 +18659,8 @@ "unicode", "'__unicode__'" ], - "asctime": "2021-01-07 21:59:05,217", - "created": 1610053145.217029, + "asctime": "2021-01-14 00:51:42,118", + "created": 1610581902.1188114, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18670,15 +18670,15 @@ "lineno": 110, "message": "PickCache: Providing property for 'unicode' from cache ('__unicode__')", "module": "__init__", - "msecs": 217.02909469604492, + "msecs": 118.81136894226074, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 98.97470474243164, + "relativeCreated": 124.78351593017578, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -18687,8 +18687,8 @@ "integer", "34" ], - "asctime": "2021-01-07 21:59:05,217", - "created": 1610053145.2170708, + "asctime": "2021-01-14 00:51:42,118", + "created": 1610581902.1188536, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18698,15 +18698,15 @@ "lineno": 110, "message": "PickCache: Providing property for 'integer' from cache (34)", "module": "__init__", - "msecs": 217.0708179473877, + "msecs": 118.85356903076172, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 99.01642799377441, + "relativeCreated": 124.82571601867676, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -18715,8 +18715,8 @@ "float", "2.71828" ], - "asctime": "2021-01-07 21:59:05,217", - "created": 1610053145.2171125, + "asctime": "2021-01-14 00:51:42,118", + "created": 1610581902.1189, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18726,15 +18726,15 @@ "lineno": 110, "message": "PickCache: Providing property for 'float' from cache (2.71828)", "module": "__init__", - "msecs": 217.11254119873047, + "msecs": 118.90006065368652, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 99.05815124511719, + "relativeCreated": 124.87220764160156, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -18743,8 +18743,8 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2021-01-07 21:59:05,217", - "created": 1610053145.2171574, + "asctime": "2021-01-14 00:51:42,118", + "created": 1610581902.1189477, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18754,15 +18754,15 @@ "lineno": 110, "message": "PickCache: Providing property for 'list' from cache (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 217.15736389160156, + "msecs": 118.94774436950684, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 99.10297393798828, + "relativeCreated": 124.91989135742188, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -18771,8 +18771,8 @@ "dict", "{'1': '1', '2': 2, '3': 'three', '4': '4'}" ], - "asctime": "2021-01-07 21:59:05,217", - "created": 1610053145.2172008, + "asctime": "2021-01-14 00:51:42,118", + "created": 1610581902.1189914, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18782,15 +18782,15 @@ "lineno": 110, "message": "PickCache: Providing property for 'dict' from cache ({'1': '1', '2': 2, '3': 'three', '4': '4'})", "module": "__init__", - "msecs": 217.20075607299805, + "msecs": 118.99137496948242, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 99.14636611938477, + "relativeCreated": 124.96352195739746, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -18799,8 +18799,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": "2021-01-07 21:59:05,217", - "created": 1610053145.2172644, + "asctime": "2021-01-14 00:51:42,119", + "created": 1610581902.1190522, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18810,15 +18810,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": 217.26441383361816, + "msecs": 119.05217170715332, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 99.21002388000488, + "relativeCreated": 125.02431869506836, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -18827,8 +18827,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": "2021-01-07 21:59:05,217", - "created": 1610053145.2173197, + "asctime": "2021-01-14 00:51:42,119", + "created": 1610581902.1191063, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18838,41 +18838,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": 217.31972694396973, + "msecs": 119.10629272460938, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 99.26533699035645, + "relativeCreated": 125.07843971252441, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 217.39888191223145, + "msecs": 119.1873550415039, "msg": "Instance data after changing uid is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 99.34449195861816, + "relativeCreated": 125.15950202941895, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 7.915496826171875e-05 + "time_consumption": 8.106231689453125e-05 } ], - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 0.001272439956665039, - "time_finished": "2021-01-07 21:59:05,217", - "time_start": "2021-01-07 21:59:05,216" + "time_consumption": 0.0012240409851074219, + "time_finished": "2021-01-14 00:51:42,119", + "time_start": "2021-01-14 00:51:42,117" }, "caching.property_cache_pickle: Test get from source caused by changed uid (partially init)": { "args": null, - "asctime": "2021-01-07 21:59:05,217", - "created": 1610053145.2175148, + "asctime": "2021-01-14 00:51:42,119", + "created": 1610581902.1193068, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18883,13 +18883,13 @@ "message": "caching.property_cache_pickle: Test get from source caused by changed uid (partially init)", "module": "__init__", "moduleLogger": [], - "msecs": 217.5147533416748, + "msecs": 119.30680274963379, "msg": "caching.property_cache_pickle: Test get from source caused by changed uid (partially init)", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 99.46036338806152, + "relativeCreated": 125.27894973754883, "stack_info": null, "testcaseLogger": [ { @@ -18897,8 +18897,8 @@ "property_cache_pickle", "True" ], - "asctime": "2021-01-07 21:59:05,217", - "created": 1610053145.2179072, + "asctime": "2021-01-14 00:51:42,119", + "created": 1610581902.1197102, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -18911,8 +18911,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:05,217", - "created": 1610053145.2175913, + "asctime": "2021-01-14 00:51:42,119", + "created": 1610581902.1193836, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -18922,23 +18922,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 217.5912857055664, + "msecs": 119.38357353210449, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 99.53689575195312, + "relativeCreated": 125.35572052001953, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,217", - "created": 1610053145.2176557, + "asctime": "2021-01-14 00:51:42,119", + "created": 1610581902.1194494, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -18948,23 +18948,23 @@ "lineno": 21, "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": 217.65565872192383, + "msecs": 119.44937705993652, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 99.60126876831055, + "relativeCreated": 125.42152404785156, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2021-01-07 21:59:05,217", - "created": 1610053145.217716, + "asctime": "2021-01-14 00:51:42,119", + "created": 1610581902.1195092, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18974,15 +18974,15 @@ "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 217.71597862243652, + "msecs": 119.50922012329102, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 99.66158866882324, + "relativeCreated": 125.48136711120605, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -18990,8 +18990,8 @@ "PickCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2021-01-07 21:59:05,217", - "created": 1610053145.2177587, + "asctime": "2021-01-14 00:51:42,119", + "created": 1610581902.1195574, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19001,15 +19001,15 @@ "lineno": 162, "message": "PickCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 217.7586555480957, + "msecs": 119.55738067626953, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 99.70426559448242, + "relativeCreated": 125.52952766418457, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -19017,8 +19017,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,217", - "created": 1610053145.217849, + "asctime": "2021-01-14 00:51:42,119", + "created": 1610581902.1196527, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19028,37 +19028,37 @@ "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": 217.8490161895752, + "msecs": 119.65274810791016, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 99.79462623596191, + "relativeCreated": 125.6248950958252, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 217.90719032287598, + "msecs": 119.71020698547363, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 99.8528003692627, + "relativeCreated": 125.68235397338867, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 5.817413330078125e-05 + "time_consumption": 5.745887756347656e-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": "2021-01-07 21:59:05,219", - "created": 1610053145.21926, + "asctime": "2021-01-14 00:51:42,121", + "created": 1610581902.1212387, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19074,8 +19074,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,218", - "created": 1610053145.2180185, + "asctime": "2021-01-14 00:51:42,119", + "created": 1610581902.119825, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19085,23 +19085,23 @@ "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": 218.0185317993164, + "msecs": 119.82488632202148, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 99.96414184570312, + "relativeCreated": 125.79703330993652, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2021-01-07 21:59:05,218", - "created": 1610053145.218062, + "asctime": "2021-01-14 00:51:42,119", + "created": 1610581902.1198695, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19111,15 +19111,15 @@ "lineno": 131, "message": "PickCache: Source uid changed, ignoring previous cache data", "module": "__init__", - "msecs": 218.0619239807129, + "msecs": 119.86947059631348, "msg": "%s Source uid changed, ignoring previous cache data", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 100.00753402709961, + "relativeCreated": 125.84161758422852, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -19127,8 +19127,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,218", - "created": 1610053145.218135, + "asctime": "2021-01-14 00:51:42,119", + "created": 1610581902.1199455, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19138,15 +19138,15 @@ "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": 218.13511848449707, + "msecs": 119.94552612304688, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 100.08072853088379, + "relativeCreated": 125.91767311096191, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -19155,8 +19155,8 @@ "str", "'__string__'" ], - "asctime": "2021-01-07 21:59:05,218", - "created": 1610053145.2182107, + "asctime": "2021-01-14 00:51:42,120", + "created": 1610581902.120021, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19166,15 +19166,15 @@ "lineno": 106, "message": "PickCache: Loading property for 'str' from source instance ('__string__')", "module": "__init__", - "msecs": 218.21069717407227, + "msecs": 120.02110481262207, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 100.15630722045898, + "relativeCreated": 125.99325180053711, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -19182,8 +19182,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,218", - "created": 1610053145.2182858, + "asctime": "2021-01-14 00:51:42,120", + "created": 1610581902.120111, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19193,15 +19193,15 @@ "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": 218.28579902648926, + "msecs": 120.11098861694336, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 100.23140907287598, + "relativeCreated": 126.0831356048584, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -19210,8 +19210,8 @@ "unicode", "'__unicode__'" ], - "asctime": "2021-01-07 21:59:05,218", - "created": 1610053145.2183642, + "asctime": "2021-01-14 00:51:42,120", + "created": 1610581902.1201954, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19221,15 +19221,15 @@ "lineno": 106, "message": "PickCache: Loading property for 'unicode' from source instance ('__unicode__')", "module": "__init__", - "msecs": 218.36423873901367, + "msecs": 120.19538879394531, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 100.30984878540039, + "relativeCreated": 126.16753578186035, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -19237,8 +19237,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,218", - "created": 1610053145.2184343, + "asctime": "2021-01-14 00:51:42,120", + "created": 1610581902.1202736, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19248,15 +19248,15 @@ "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": 218.43433380126953, + "msecs": 120.27359008789062, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 100.37994384765625, + "relativeCreated": 126.24573707580566, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -19265,8 +19265,8 @@ "integer", "34" ], - "asctime": "2021-01-07 21:59:05,218", - "created": 1610053145.2185137, + "asctime": "2021-01-14 00:51:42,120", + "created": 1610581902.120357, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19276,15 +19276,15 @@ "lineno": 106, "message": "PickCache: Loading property for 'integer' from source instance (34)", "module": "__init__", - "msecs": 218.51372718811035, + "msecs": 120.35703659057617, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 100.45933723449707, + "relativeCreated": 126.32918357849121, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -19292,8 +19292,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,218", - "created": 1610053145.218587, + "asctime": "2021-01-14 00:51:42,120", + "created": 1610581902.1204386, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19303,15 +19303,15 @@ "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": 218.58692169189453, + "msecs": 120.4385757446289, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 100.53253173828125, + "relativeCreated": 126.41072273254395, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -19320,8 +19320,8 @@ "float", "2.71828" ], - "asctime": "2021-01-07 21:59:05,218", - "created": 1610053145.2186637, + "asctime": "2021-01-14 00:51:42,120", + "created": 1610581902.120524, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19331,15 +19331,15 @@ "lineno": 106, "message": "PickCache: Loading property for 'float' from source instance (2.71828)", "module": "__init__", - "msecs": 218.66369247436523, + "msecs": 120.52392959594727, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 100.60930252075195, + "relativeCreated": 126.4960765838623, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -19347,8 +19347,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,218", - "created": 1610053145.218734, + "asctime": "2021-01-14 00:51:42,120", + "created": 1610581902.1205986, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19358,15 +19358,15 @@ "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": 218.7340259552002, + "msecs": 120.59855461120605, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 100.67963600158691, + "relativeCreated": 126.5707015991211, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -19375,8 +19375,8 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2021-01-07 21:59:05,218", - "created": 1610053145.2188125, + "asctime": "2021-01-14 00:51:42,120", + "created": 1610581902.1206956, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19386,15 +19386,15 @@ "lineno": 106, "message": "PickCache: Loading property for 'list' from source instance (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 218.8124656677246, + "msecs": 120.69559097290039, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 100.75807571411133, + "relativeCreated": 126.66773796081543, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -19402,8 +19402,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,218", - "created": 1610053145.2188814, + "asctime": "2021-01-14 00:51:42,120", + "created": 1610581902.1207752, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19413,15 +19413,15 @@ "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": 218.88136863708496, + "msecs": 120.77522277832031, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 100.82697868347168, + "relativeCreated": 126.74736976623535, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -19430,8 +19430,8 @@ "dict", "{'1': '1', '2': 2, '3': 'three', '4': '4'}" ], - "asctime": "2021-01-07 21:59:05,218", - "created": 1610053145.2189553, + "asctime": "2021-01-14 00:51:42,120", + "created": 1610581902.1208582, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19441,15 +19441,15 @@ "lineno": 106, "message": "PickCache: Loading property for 'dict' from source instance ({'1': '1', '2': 2, '3': 'three', '4': '4'})", "module": "__init__", - "msecs": 218.95527839660645, + "msecs": 120.85819244384766, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 100.90088844299316, + "relativeCreated": 126.8303394317627, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -19457,8 +19457,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/uid_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,219", - "created": 1610053145.2190263, + "asctime": "2021-01-14 00:51:42,120", + "created": 1610581902.1209369, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19468,15 +19468,15 @@ "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": 219.0263271331787, + "msecs": 120.93687057495117, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 100.97193717956543, + "relativeCreated": 126.90901756286621, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -19485,8 +19485,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": "2021-01-07 21:59:05,219", - "created": 1610053145.219122, + "asctime": "2021-01-14 00:51:42,121", + "created": 1610581902.1210594, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19496,15 +19496,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": 219.12193298339844, + "msecs": 121.05941772460938, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 101.06754302978516, + "relativeCreated": 127.03156471252441, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -19513,8 +19513,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": "2021-01-07 21:59:05,219", - "created": 1610053145.219178, + "asctime": "2021-01-14 00:51:42,121", + "created": 1610581902.1211393, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19524,41 +19524,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": 219.1779613494873, + "msecs": 121.1392879486084, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 101.12357139587402, + "relativeCreated": 127.11143493652344, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 219.25997734069824, + "msecs": 121.23870849609375, "msg": "Instance data after changing uid is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 101.20558738708496, + "relativeCreated": 127.21085548400879, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 8.20159912109375e-05 + "time_consumption": 9.942054748535156e-05 } ], - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 0.0017452239990234375, - "time_finished": "2021-01-07 21:59:05,219", - "time_start": "2021-01-07 21:59:05,217" + "time_consumption": 0.001931905746459961, + "time_finished": "2021-01-14 00:51:42,121", + "time_start": "2021-01-14 00:51:42,119" }, "caching.property_cache_pickle: Test get from source caused by increased data version (full init)": { "args": null, - "asctime": "2021-01-07 21:59:05,210", - "created": 1610053145.2103972, + "asctime": "2021-01-14 00:51:42,114", + "created": 1610581902.1144555, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19569,13 +19569,13 @@ "message": "caching.property_cache_pickle: Test get from source caused by increased data version (full init)", "module": "__init__", "moduleLogger": [], - "msecs": 210.39724349975586, + "msecs": 114.4554615020752, "msg": "caching.property_cache_pickle: Test get from source caused by increased data version (full init)", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 92.34285354614258, + "relativeCreated": 120.42760848999023, "stack_info": null, "testcaseLogger": [ { @@ -19583,8 +19583,8 @@ "property_cache_pickle", "True" ], - "asctime": "2021-01-07 21:59:05,211", - "created": 1610053145.2115116, + "asctime": "2021-01-14 00:51:42,114", + "created": 1610581902.1148875, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -19597,8 +19597,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:05,210", - "created": 1610053145.2106333, + "asctime": "2021-01-14 00:51:42,114", + "created": 1610581902.1145365, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -19608,23 +19608,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 210.6332778930664, + "msecs": 114.53652381896973, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 92.57888793945312, + "relativeCreated": 120.50867080688477, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,210", - "created": 1610053145.210845, + "asctime": "2021-01-14 00:51:42,114", + "created": 1610581902.1146114, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -19634,23 +19634,23 @@ "lineno": 21, "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": 210.8449935913086, + "msecs": 114.61138725280762, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 92.79060363769531, + "relativeCreated": 120.58353424072266, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2021-01-07 21:59:05,210", - "created": 1610053145.2109973, + "asctime": "2021-01-14 00:51:42,114", + "created": 1610581902.1146765, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19660,15 +19660,15 @@ "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 210.9973430633545, + "msecs": 114.67647552490234, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 92.94295310974121, + "relativeCreated": 120.64862251281738, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -19676,8 +19676,8 @@ "PickCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2021-01-07 21:59:05,211", - "created": 1610053145.2110963, + "asctime": "2021-01-14 00:51:42,114", + "created": 1610581902.114724, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19687,15 +19687,15 @@ "lineno": 162, "message": "PickCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 211.09628677368164, + "msecs": 114.72392082214355, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 93.04189682006836, + "relativeCreated": 120.6960678100586, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -19703,8 +19703,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,211", - "created": 1610053145.2113392, + "asctime": "2021-01-14 00:51:42,114", + "created": 1610581902.1148248, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19714,37 +19714,37 @@ "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": 211.33923530578613, + "msecs": 114.82477188110352, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 93.28484535217285, + "relativeCreated": 120.79691886901855, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 211.51161193847656, + "msecs": 114.88747596740723, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 93.45722198486328, + "relativeCreated": 120.85962295532227, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 0.0001723766326904297 + "time_consumption": 6.270408630371094e-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": "2021-01-07 21:59:05,213", - "created": 1610053145.2132008, + "asctime": "2021-01-14 00:51:42,115", + "created": 1610581902.115768, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19760,8 +19760,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,211", - "created": 1610053145.211809, + "asctime": "2021-01-14 00:51:42,115", + "created": 1610581902.1150105, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19771,23 +19771,23 @@ "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": 211.8089199066162, + "msecs": 115.01049995422363, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 93.75452995300293, + "relativeCreated": 120.98264694213867, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2021-01-07 21:59:05,211", - "created": 1610053145.211912, + "asctime": "2021-01-14 00:51:42,115", + "created": 1610581902.1150637, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19797,15 +19797,15 @@ "lineno": 133, "message": "PickCache: Data version increased, ignoring previous cache data", "module": "__init__", - "msecs": 211.9119167327881, + "msecs": 115.06366729736328, "msg": "%s Data version increased, ignoring previous cache data", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 93.8575267791748, + "relativeCreated": 121.03581428527832, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -19813,8 +19813,8 @@ "PickCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2021-01-07 21:59:05,212", - "created": 1610053145.2120028, + "asctime": "2021-01-14 00:51:42,115", + "created": 1610581902.115118, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19824,15 +19824,15 @@ "lineno": 162, "message": "PickCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 212.00275421142578, + "msecs": 115.11802673339844, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 93.9483642578125, + "relativeCreated": 121.09017372131348, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -19840,8 +19840,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,212", - "created": 1610053145.2122297, + "asctime": "2021-01-14 00:51:42,115", + "created": 1610581902.1152148, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19851,15 +19851,15 @@ "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": 212.22972869873047, + "msecs": 115.21482467651367, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 94.17533874511719, + "relativeCreated": 121.18697166442871, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -19868,8 +19868,8 @@ "str", "'__string__'" ], - "asctime": "2021-01-07 21:59:05,212", - "created": 1610053145.2125084, + "asctime": "2021-01-14 00:51:42,115", + "created": 1610581902.1153042, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19879,15 +19879,15 @@ "lineno": 110, "message": "PickCache: Providing property for 'str' from cache ('__string__')", "module": "__init__", - "msecs": 212.5084400177002, + "msecs": 115.30423164367676, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 94.45405006408691, + "relativeCreated": 121.2763786315918, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -19896,8 +19896,8 @@ "unicode", "'__unicode__'" ], - "asctime": "2021-01-07 21:59:05,212", - "created": 1610053145.2126226, + "asctime": "2021-01-14 00:51:42,115", + "created": 1610581902.1153789, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19907,15 +19907,15 @@ "lineno": 110, "message": "PickCache: Providing property for 'unicode' from cache ('__unicode__')", "module": "__init__", - "msecs": 212.62264251708984, + "msecs": 115.37885665893555, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 94.56825256347656, + "relativeCreated": 121.35100364685059, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -19924,8 +19924,8 @@ "integer", "34" ], - "asctime": "2021-01-07 21:59:05,212", - "created": 1610053145.2127905, + "asctime": "2021-01-14 00:51:42,115", + "created": 1610581902.1154225, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19935,15 +19935,15 @@ "lineno": 110, "message": "PickCache: Providing property for 'integer' from cache (34)", "module": "__init__", - "msecs": 212.79048919677734, + "msecs": 115.42248725891113, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 94.73609924316406, + "relativeCreated": 121.39463424682617, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -19952,8 +19952,8 @@ "float", "2.71828" ], - "asctime": "2021-01-07 21:59:05,212", - "created": 1610053145.2128506, + "asctime": "2021-01-14 00:51:42,115", + "created": 1610581902.1154666, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19963,15 +19963,15 @@ "lineno": 110, "message": "PickCache: Providing property for 'float' from cache (2.71828)", "module": "__init__", - "msecs": 212.85057067871094, + "msecs": 115.46659469604492, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 94.79618072509766, + "relativeCreated": 121.43874168395996, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -19980,8 +19980,8 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2021-01-07 21:59:05,212", - "created": 1610053145.212899, + "asctime": "2021-01-14 00:51:42,115", + "created": 1610581902.1155107, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19991,15 +19991,15 @@ "lineno": 110, "message": "PickCache: Providing property for 'list' from cache (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 212.89896965026855, + "msecs": 115.51070213317871, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 94.84457969665527, + "relativeCreated": 121.48284912109375, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -20008,8 +20008,8 @@ "dict", "{'1': '1', '2': 2, '3': 'three', '4': '4'}" ], - "asctime": "2021-01-07 21:59:05,212", - "created": 1610053145.2129474, + "asctime": "2021-01-14 00:51:42,115", + "created": 1610581902.115561, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20019,15 +20019,15 @@ "lineno": 110, "message": "PickCache: Providing property for 'dict' from cache ({'1': '1', '2': 2, '3': 'three', '4': '4'})", "module": "__init__", - "msecs": 212.94736862182617, + "msecs": 115.56100845336914, "msg": "%s Providing property for '%s' from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 94.89297866821289, + "relativeCreated": 121.53315544128418, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -20036,8 +20036,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": "2021-01-07 21:59:05,213", - "created": 1610053145.2130206, + "asctime": "2021-01-14 00:51:42,115", + "created": 1610581902.1156235, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20047,15 +20047,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": 213.02056312561035, + "msecs": 115.62347412109375, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 94.96617317199707, + "relativeCreated": 121.59562110900879, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -20064,8 +20064,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": "2021-01-07 21:59:05,213", - "created": 1610053145.2131038, + "asctime": "2021-01-14 00:51:42,115", + "created": 1610581902.1156807, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20075,41 +20075,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": 213.1037712097168, + "msecs": 115.68069458007812, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 95.04938125610352, + "relativeCreated": 121.65284156799316, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 213.20080757141113, + "msecs": 115.7679557800293, "msg": "Instance data after increasing data_version is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 95.14641761779785, + "relativeCreated": 121.74010276794434, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 9.703636169433594e-05 + "time_consumption": 8.726119995117188e-05 } ], - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 0.0028035640716552734, - "time_finished": "2021-01-07 21:59:05,213", - "time_start": "2021-01-07 21:59:05,210" + "time_consumption": 0.0013124942779541016, + "time_finished": "2021-01-14 00:51:42,115", + "time_start": "2021-01-14 00:51:42,114" }, "caching.property_cache_pickle: Test get from source caused by increased data version (partially init)": { "args": null, - "asctime": "2021-01-07 21:59:05,213", - "created": 1610053145.213345, + "asctime": "2021-01-14 00:51:42,115", + "created": 1610581902.1158838, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20120,13 +20120,13 @@ "message": "caching.property_cache_pickle: Test get from source caused by increased data version (partially init)", "module": "__init__", "moduleLogger": [], - "msecs": 213.34505081176758, + "msecs": 115.88382720947266, "msg": "caching.property_cache_pickle: Test get from source caused by increased data version (partially init)", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 95.2906608581543, + "relativeCreated": 121.8559741973877, "stack_info": null, "testcaseLogger": [ { @@ -20134,8 +20134,8 @@ "property_cache_pickle", "True" ], - "asctime": "2021-01-07 21:59:05,213", - "created": 1610053145.213978, + "asctime": "2021-01-14 00:51:42,116", + "created": 1610581902.1162822, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -20148,8 +20148,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:05,213", - "created": 1610053145.2134407, + "asctime": "2021-01-14 00:51:42,115", + "created": 1610581902.1159585, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -20159,23 +20159,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 213.4406566619873, + "msecs": 115.95845222473145, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 95.38626670837402, + "relativeCreated": 121.93059921264648, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,213", - "created": 1610053145.2135296, + "asctime": "2021-01-14 00:51:42,116", + "created": 1610581902.116026, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -20185,23 +20185,23 @@ "lineno": 21, "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": 213.5295867919922, + "msecs": 116.02592468261719, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 95.4751968383789, + "relativeCreated": 121.99807167053223, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2021-01-07 21:59:05,213", - "created": 1610053145.213605, + "asctime": "2021-01-14 00:51:42,116", + "created": 1610581902.1160834, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20211,15 +20211,15 @@ "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 213.60492706298828, + "msecs": 116.08338356018066, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 95.550537109375, + "relativeCreated": 122.0555305480957, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -20227,8 +20227,8 @@ "PickCache:", "['str', 'unicode', 'integer', 'float', 'list', 'dict']" ], - "asctime": "2021-01-07 21:59:05,213", - "created": 1610053145.213716, + "asctime": "2021-01-14 00:51:42,116", + "created": 1610581902.11613, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20238,15 +20238,15 @@ "lineno": 162, "message": "PickCache: Loading all data from source - ['str', 'unicode', 'integer', 'float', 'list', 'dict']", "module": "__init__", - "msecs": 213.7160301208496, + "msecs": 116.13011360168457, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 95.66164016723633, + "relativeCreated": 122.10226058959961, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -20254,8 +20254,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,213", - "created": 1610053145.213884, + "asctime": "2021-01-14 00:51:42,116", + "created": 1610581902.1162229, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20265,37 +20265,37 @@ "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": 213.8841152191162, + "msecs": 116.22285842895508, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 95.82972526550293, + "relativeCreated": 122.19500541687012, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 213.97805213928223, + "msecs": 116.28222465515137, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 95.92366218566895, + "relativeCreated": 122.2543716430664, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 9.393692016601562e-05 + "time_consumption": 5.936622619628906e-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": "2021-01-07 21:59:05,215", - "created": 1610053145.2159932, + "asctime": "2021-01-14 00:51:42,117", + "created": 1610581902.1178346, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20311,8 +20311,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,214", - "created": 1610053145.2141695, + "asctime": "2021-01-14 00:51:42,116", + "created": 1610581902.1164188, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20322,23 +20322,23 @@ "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": 214.16950225830078, + "msecs": 116.41883850097656, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 96.1151123046875, + "relativeCreated": 122.3909854888916, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2021-01-07 21:59:05,214", - "created": 1610053145.2142332, + "asctime": "2021-01-14 00:51:42,116", + "created": 1610581902.116469, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20348,15 +20348,15 @@ "lineno": 133, "message": "PickCache: Data version increased, ignoring previous cache data", "module": "__init__", - "msecs": 214.2331600189209, + "msecs": 116.46890640258789, "msg": "%s Data version increased, ignoring previous cache data", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 96.17877006530762, + "relativeCreated": 122.44105339050293, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -20364,8 +20364,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,214", - "created": 1610053145.2143486, + "asctime": "2021-01-14 00:51:42,116", + "created": 1610581902.1165512, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20375,15 +20375,15 @@ "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": 214.34855461120605, + "msecs": 116.55116081237793, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 96.29416465759277, + "relativeCreated": 122.52330780029297, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -20392,8 +20392,8 @@ "str", "'__string__'" ], - "asctime": "2021-01-07 21:59:05,214", - "created": 1610053145.214509, + "asctime": "2021-01-14 00:51:42,116", + "created": 1610581902.1166282, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20403,15 +20403,15 @@ "lineno": 106, "message": "PickCache: Loading property for 'str' from source instance ('__string__')", "module": "__init__", - "msecs": 214.5090103149414, + "msecs": 116.62817001342773, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 96.45462036132812, + "relativeCreated": 122.60031700134277, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -20419,8 +20419,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,214", - "created": 1610053145.2146277, + "asctime": "2021-01-14 00:51:42,116", + "created": 1610581902.1167245, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20430,15 +20430,15 @@ "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": 214.62774276733398, + "msecs": 116.72449111938477, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 96.5733528137207, + "relativeCreated": 122.6966381072998, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -20447,8 +20447,8 @@ "unicode", "'__unicode__'" ], - "asctime": "2021-01-07 21:59:05,214", - "created": 1610053145.2147653, + "asctime": "2021-01-14 00:51:42,116", + "created": 1610581902.11681, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20458,15 +20458,15 @@ "lineno": 106, "message": "PickCache: Loading property for 'unicode' from source instance ('__unicode__')", "module": "__init__", - "msecs": 214.7653102874756, + "msecs": 116.81008338928223, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 96.7109203338623, + "relativeCreated": 122.78223037719727, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -20474,8 +20474,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,214", - "created": 1610053145.2148793, + "asctime": "2021-01-14 00:51:42,116", + "created": 1610581902.1168897, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20485,15 +20485,15 @@ "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": 214.87927436828613, + "msecs": 116.88971519470215, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 96.82488441467285, + "relativeCreated": 122.86186218261719, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -20502,8 +20502,8 @@ "integer", "34" ], - "asctime": "2021-01-07 21:59:05,215", - "created": 1610053145.215011, + "asctime": "2021-01-14 00:51:42,116", + "created": 1610581902.1169748, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20513,15 +20513,15 @@ "lineno": 106, "message": "PickCache: Loading property for 'integer' from source instance (34)", "module": "__init__", - "msecs": 215.0108814239502, + "msecs": 116.9748306274414, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 96.95649147033691, + "relativeCreated": 122.94697761535645, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -20529,8 +20529,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,215", - "created": 1610053145.2151167, + "asctime": "2021-01-14 00:51:42,117", + "created": 1610581902.1170514, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20540,15 +20540,15 @@ "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": 215.1167392730713, + "msecs": 117.05136299133301, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 97.06234931945801, + "relativeCreated": 123.02350997924805, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -20557,8 +20557,8 @@ "float", "2.71828" ], - "asctime": "2021-01-07 21:59:05,215", - "created": 1610053145.2152448, + "asctime": "2021-01-14 00:51:42,117", + "created": 1610581902.1171541, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20568,15 +20568,15 @@ "lineno": 106, "message": "PickCache: Loading property for 'float' from source instance (2.71828)", "module": "__init__", - "msecs": 215.24477005004883, + "msecs": 117.15412139892578, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 97.19038009643555, + "relativeCreated": 123.12626838684082, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -20584,8 +20584,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,215", - "created": 1610053145.2153652, + "asctime": "2021-01-14 00:51:42,117", + "created": 1610581902.1172373, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20595,15 +20595,15 @@ "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": 215.36517143249512, + "msecs": 117.23732948303223, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 97.31078147888184, + "relativeCreated": 123.20947647094727, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -20612,8 +20612,8 @@ "list", "['one', 2, 3, '4']" ], - "asctime": "2021-01-07 21:59:05,215", - "created": 1610053145.2154992, + "asctime": "2021-01-14 00:51:42,117", + "created": 1610581902.1173224, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20623,15 +20623,15 @@ "lineno": 106, "message": "PickCache: Loading property for 'list' from source instance (['one', 2, 3, '4'])", "module": "__init__", - "msecs": 215.4991626739502, + "msecs": 117.32244491577148, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 97.44477272033691, + "relativeCreated": 123.29459190368652, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -20639,8 +20639,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,215", - "created": 1610053145.2155747, + "asctime": "2021-01-14 00:51:42,117", + "created": 1610581902.1174011, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20650,15 +20650,15 @@ "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": 215.5747413635254, + "msecs": 117.401123046875, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 97.52035140991211, + "relativeCreated": 123.37327003479004, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -20667,8 +20667,8 @@ "dict", "{'1': '1', '2': 2, '3': 'three', '4': '4'}" ], - "asctime": "2021-01-07 21:59:05,215", - "created": 1610053145.2156606, + "asctime": "2021-01-14 00:51:42,117", + "created": 1610581902.1174924, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20678,15 +20678,15 @@ "lineno": 106, "message": "PickCache: Loading property for 'dict' from source instance ({'1': '1', '2': 2, '3': 'three', '4': '4'})", "module": "__init__", - "msecs": 215.66057205200195, + "msecs": 117.4924373626709, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 97.60618209838867, + "relativeCreated": 123.46458435058594, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -20694,8 +20694,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/data_version_test_no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,215", - "created": 1610053145.2157342, + "asctime": "2021-01-14 00:51:42,117", + "created": 1610581902.1175723, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20705,15 +20705,15 @@ "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": 215.73424339294434, + "msecs": 117.57230758666992, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 97.67985343933105, + "relativeCreated": 123.54445457458496, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -20722,8 +20722,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": "2021-01-07 21:59:05,215", - "created": 1610053145.215846, + "asctime": "2021-01-14 00:51:42,117", + "created": 1610581902.11768, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20733,15 +20733,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": 215.84606170654297, + "msecs": 117.68007278442383, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 97.79167175292969, + "relativeCreated": 123.65221977233887, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -20750,8 +20750,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": "2021-01-07 21:59:05,215", - "created": 1610053145.215907, + "asctime": "2021-01-14 00:51:42,117", + "created": 1610581902.1177514, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -20761,41 +20761,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": 215.90709686279297, + "msecs": 117.7513599395752, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 97.85270690917969, + "relativeCreated": 123.72350692749023, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 215.99316596984863, + "msecs": 117.83456802368164, "msg": "Instance data after increasing data_version is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 97.93877601623535, + "relativeCreated": 123.80671501159668, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 8.606910705566406e-05 + "time_consumption": 8.320808410644531e-05 } ], - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 0.0026481151580810547, - "time_finished": "2021-01-07 21:59:05,215", - "time_start": "2021-01-07 21:59:05,213" + "time_consumption": 0.0019507408142089844, + "time_finished": "2021-01-14 00:51:42,117", + "time_start": "2021-01-14 00:51:42,115" }, "caching.property_cache_pickle: Test internal key usage": { "args": null, - "asctime": "2021-01-07 21:59:05,219", - "created": 1610053145.219805, + "asctime": "2021-01-14 00:51:42,121", + "created": 1610581902.1218126, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20806,13 +20806,13 @@ "message": "caching.property_cache_pickle: Test internal key usage", "module": "__init__", "moduleLogger": [], - "msecs": 219.8050022125244, + "msecs": 121.81258201599121, "msg": "caching.property_cache_pickle: Test internal key usage", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 101.75061225891113, + "relativeCreated": 127.78472900390625, "stack_info": null, "testcaseLogger": [ { @@ -20820,8 +20820,8 @@ "property_cache_pickle", "True" ], - "asctime": "2021-01-07 21:59:05,220", - "created": 1610053145.2202077, + "asctime": "2021-01-14 00:51:42,122", + "created": 1610581902.1221843, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -20834,8 +20834,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:05,219", - "created": 1610053145.2198818, + "asctime": "2021-01-14 00:51:42,121", + "created": 1610581902.1218863, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -20845,23 +20845,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 219.88177299499512, + "msecs": 121.8862533569336, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 101.82738304138184, + "relativeCreated": 127.85840034484863, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.pkl" ], - "asctime": "2021-01-07 21:59:05,219", - "created": 1610053145.2199676, + "asctime": "2021-01-14 00:51:42,121", + "created": 1610581902.1219413, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -20871,23 +20871,23 @@ "lineno": 21, "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": 219.96760368347168, + "msecs": 121.94132804870605, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 101.9132137298584, + "relativeCreated": 127.9134750366211, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2021-01-07 21:59:05,220", - "created": 1610053145.2200272, + "asctime": "2021-01-14 00:51:42,121", + "created": 1610581902.1219964, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20897,15 +20897,15 @@ "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 220.02720832824707, + "msecs": 121.99640274047852, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 101.97281837463379, + "relativeCreated": 127.96854972839355, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -20913,8 +20913,8 @@ "PickCache:", "['_property_cache_uid_', '__property_cache_uid_', '_property_cache_data_version_', '__property_cache_data_version_']" ], - "asctime": "2021-01-07 21:59:05,220", - "created": 1610053145.2200701, + "asctime": "2021-01-14 00:51:42,122", + "created": 1610581902.1220405, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20924,15 +20924,15 @@ "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": 220.07012367248535, + "msecs": 122.0405101776123, "msg": "%s Loading all data from source - %s", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 102.01573371887207, + "relativeCreated": 128.01265716552734, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -20940,8 +20940,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.pkl" ], - "asctime": "2021-01-07 21:59:05,220", - "created": 1610053145.2201533, + "asctime": "2021-01-14 00:51:42,122", + "created": 1610581902.122126, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20951,36 +20951,36 @@ "lineno": 170, "message": "PickCache: cache-file stored (/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.pkl)", "module": "__init__", - "msecs": 220.1533317565918, + "msecs": 122.12610244750977, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 102.09894180297852, + "relativeCreated": 128.0982494354248, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 220.20769119262695, + "msecs": 122.18427658081055, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 102.15330123901367, + "relativeCreated": 128.1564235687256, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 5.435943603515625e-05 + "time_consumption": 5.817413330078125e-05 }, { "args": [ "property_cache_pickle" ], - "asctime": "2021-01-07 21:59:05,220", - "created": 1610053145.2204366, + "asctime": "2021-01-14 00:51:42,122", + "created": 1610581902.122411, "exc_info": null, "exc_text": null, "filename": "test_internal_keys.py", @@ -20996,8 +20996,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/internal_keys_test.pkl" ], - "asctime": "2021-01-07 21:59:05,220", - "created": 1610053145.220316, + "asctime": "2021-01-14 00:51:42,122", + "created": 1610581902.122291, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21007,23 +21007,23 @@ "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": 220.31593322753906, + "msecs": 122.29108810424805, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 102.26154327392578, + "relativeCreated": 128.2632350921631, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "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": "2021-01-07 21:59:05,220", - "created": 1610053145.2203662, + "asctime": "2021-01-14 00:51:42,122", + "created": 1610581902.1223402, "exc_info": null, "exc_text": null, "filename": "test_internal_keys.py", @@ -21033,15 +21033,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": 220.3662395477295, + "msecs": 122.34020233154297, "msg": "Using storage object of cache class for comparison: %s", "name": "__unittest__", "pathname": "src/tests/test_internal_keys.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 102.31184959411621, + "relativeCreated": 128.312349319458, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -21049,8 +21049,8 @@ "_property_cache_data_version_", "_property_cache_uid_" ], - "asctime": "2021-01-07 21:59:05,220", - "created": 1610053145.2204044, + "asctime": "2021-01-14 00:51:42,122", + "created": 1610581902.122379, "exc_info": null, "exc_text": null, "filename": "test_internal_keys.py", @@ -21060,37 +21060,37 @@ "lineno": 21, "message": "Deleting overhead keys: _property_cache_data_version_, _property_cache_uid_", "module": "test_internal_keys", - "msecs": 220.40438652038574, + "msecs": 122.37906455993652, "msg": "Deleting overhead keys: %s, %s", "name": "__unittest__", "pathname": "src/tests/test_internal_keys.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 102.34999656677246, + "relativeCreated": 128.35121154785156, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 220.43657302856445, + "msecs": 122.41101264953613, "msg": "Extracting storage object from %s for comparison.", "name": "__tLogger__", "pathname": "src/tests/test_internal_keys.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 102.38218307495117, + "relativeCreated": 128.38315963745117, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 3.218650817871094e-05 + "time_consumption": 3.1948089599609375e-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": "2021-01-07 21:59:05,220", - "created": 1610053145.220604, + "asctime": "2021-01-14 00:51:42,122", + "created": 1610581902.1225748, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -21107,8 +21107,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": "2021-01-07 21:59:05,220", - "created": 1610053145.220507, + "asctime": "2021-01-14 00:51:42,122", + "created": 1610581902.1224804, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -21118,15 +21118,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": 220.5069065093994, + "msecs": 122.48039245605469, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 102.45251655578613, + "relativeCreated": 128.45253944396973, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -21135,8 +21135,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": "2021-01-07 21:59:05,220", - "created": 1610053145.2205517, + "asctime": "2021-01-14 00:51:42,122", + "created": 1610581902.122524, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -21146,37 +21146,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": 220.5517292022705, + "msecs": 122.52402305603027, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 102.49733924865723, + "relativeCreated": 128.4961700439453, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 220.60394287109375, + "msecs": 122.5748062133789, "msg": "Cache is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 102.54955291748047, + "relativeCreated": 128.54695320129395, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 5.221366882324219e-05 + "time_consumption": 5.078315734863281e-05 }, { "args": [ "5", "" ], - "asctime": "2021-01-07 21:59:05,220", - "created": 1610053145.2207732, + "asctime": "2021-01-14 00:51:42,122", + "created": 1610581902.1227071, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -21193,8 +21193,8 @@ "5", "" ], - "asctime": "2021-01-07 21:59:05,220", - "created": 1610053145.2206635, + "asctime": "2021-01-14 00:51:42,122", + "created": 1610581902.1226368, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -21204,15 +21204,15 @@ "lineno": 22, "message": "Result (Keyfilter returnvalue for 5 ()): 5 ()", "module": "test", - "msecs": 220.66354751586914, + "msecs": 122.63679504394531, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 102.60915756225586, + "relativeCreated": 128.60894203186035, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -21221,8 +21221,8 @@ "5", "" ], - "asctime": "2021-01-07 21:59:05,220", - "created": 1610053145.2207282, + "asctime": "2021-01-14 00:51:42,122", + "created": 1610581902.1226726, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -21232,41 +21232,41 @@ "lineno": 26, "message": "Expectation (Keyfilter returnvalue for 5 ()): result = 5 ()", "module": "test", - "msecs": 220.72815895080566, + "msecs": 122.67255783081055, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 102.67376899719238, + "relativeCreated": 128.6447048187256, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 220.77322006225586, + "msecs": 122.70712852478027, "msg": "Keyfilter returnvalue for 5 () is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 102.71883010864258, + "relativeCreated": 128.6792755126953, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 4.506111145019531e-05 + "time_consumption": 3.457069396972656e-05 } ], - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 0.0009682178497314453, - "time_finished": "2021-01-07 21:59:05,220", - "time_start": "2021-01-07 21:59:05,219" + "time_consumption": 0.0008945465087890625, + "time_finished": "2021-01-14 00:51:42,122", + "time_start": "2021-01-14 00:51:42,121" }, "caching.property_cache_pickle: Test partially initialised PICKLE-Cache-Object": { "args": null, - "asctime": "2021-01-07 21:59:05,204", - "created": 1610053145.2041824, + "asctime": "2021-01-14 00:51:42,103", + "created": 1610581902.1038768, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21277,13 +21277,13 @@ "message": "caching.property_cache_pickle: Test partially initialised PICKLE-Cache-Object", "module": "__init__", "moduleLogger": [], - "msecs": 204.18238639831543, + "msecs": 103.87682914733887, "msg": "caching.property_cache_pickle: Test partially initialised PICKLE-Cache-Object", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/caching/unittest/src/tests/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 86.12799644470215, + "relativeCreated": 109.8489761352539, "stack_info": null, "testcaseLogger": [ { @@ -21291,8 +21291,8 @@ "property_cache_pickle", "False" ], - "asctime": "2021-01-07 21:59:05,204", - "created": 1610053145.2044954, + "asctime": "2021-01-14 00:51:42,105", + "created": 1610581902.1052754, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -21305,8 +21305,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2021-01-07 21:59:05,204", - "created": 1610053145.2042537, + "asctime": "2021-01-14 00:51:42,104", + "created": 1610581902.104152, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -21316,23 +21316,23 @@ "lineno": 17, "message": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "module": "test_helpers", - "msecs": 204.2536735534668, + "msecs": 104.15196418762207, "msg": "Deleting cache file from filesystem to ensure identical conditions for each test run.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 86.19928359985352, + "relativeCreated": 110.12411117553711, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,204", - "created": 1610053145.2043164, + "asctime": "2021-01-14 00:51:42,104", + "created": 1610581902.1044211, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -21342,23 +21342,23 @@ "lineno": 21, "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": 204.3163776397705, + "msecs": 104.42113876342773, "msg": "Initialising cached class with %s as cache file.", "name": "__unittest__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 86.26198768615723, + "relativeCreated": 110.39328575134277, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "PickCache:" ], - "asctime": "2021-01-07 21:59:05,204", - "created": 1610053145.20437, + "asctime": "2021-01-14 00:51:42,104", + "created": 1610581902.1046493, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21368,15 +21368,15 @@ "lineno": 148, "message": "PickCache: Cache file does not exists (yet).", "module": "__init__", - "msecs": 204.37002182006836, + "msecs": 104.64930534362793, "msg": "%s Cache file does not exists (yet).", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 86.31563186645508, + "relativeCreated": 110.62145233154297, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -21384,8 +21384,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,204", - "created": 1610053145.204442, + "asctime": "2021-01-14 00:51:42,104", + "created": 1610581902.1049805, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21395,34 +21395,34 @@ "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": 204.44202423095703, + "msecs": 104.98046875, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 86.38763427734375, + "relativeCreated": 110.95261573791504, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 204.49542999267578, + "msecs": 105.27539253234863, "msg": "Initialising %s (load_all_on_init=%s).", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 86.4410400390625, + "relativeCreated": 111.24753952026367, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 5.340576171875e-05 + "time_consumption": 0.0002949237823486328 }, { "args": [], - "asctime": "2021-01-07 21:59:05,205", - "created": 1610053145.205065, + "asctime": "2021-01-14 00:51:42,107", + "created": 1610581902.1073852, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -21439,8 +21439,8 @@ "str", "'string'" ], - "asctime": "2021-01-07 21:59:05,204", - "created": 1610053145.2045643, + "asctime": "2021-01-14 00:51:42,105", + "created": 1610581902.1055546, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21450,15 +21450,15 @@ "lineno": 106, "message": "PickCache: Loading property for 'str' from source instance ('string')", "module": "__init__", - "msecs": 204.56433296203613, + "msecs": 105.55458068847656, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 86.50994300842285, + "relativeCreated": 111.5267276763916, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -21466,8 +21466,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,204", - "created": 1610053145.2046318, + "asctime": "2021-01-14 00:51:42,105", + "created": 1610581902.1058476, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21477,15 +21477,15 @@ "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": 204.63180541992188, + "msecs": 105.84759712219238, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 86.5774154663086, + "relativeCreated": 111.81974411010742, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -21494,8 +21494,8 @@ "integer", "17" ], - "asctime": "2021-01-07 21:59:05,204", - "created": 1610053145.2047427, + "asctime": "2021-01-14 00:51:42,106", + "created": 1610581902.1062553, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21505,15 +21505,15 @@ "lineno": 106, "message": "PickCache: Loading property for 'integer' from source instance (17)", "module": "__init__", - "msecs": 204.7426700592041, + "msecs": 106.25529289245605, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 86.68828010559082, + "relativeCreated": 112.2274398803711, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -21521,8 +21521,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,204", - "created": 1610053145.2048287, + "asctime": "2021-01-14 00:51:42,106", + "created": 1610581902.106544, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21532,15 +21532,15 @@ "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": 204.82873916625977, + "msecs": 106.54401779174805, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 86.77434921264648, + "relativeCreated": 112.51616477966309, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -21549,8 +21549,8 @@ "unicode", "'unicode'" ], - "asctime": "2021-01-07 21:59:05,204", - "created": 1610053145.2049062, + "asctime": "2021-01-14 00:51:42,106", + "created": 1610581902.1068692, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21560,15 +21560,15 @@ "lineno": 106, "message": "PickCache: Loading property for 'unicode' from source instance ('unicode')", "module": "__init__", - "msecs": 204.90622520446777, + "msecs": 106.86922073364258, "msg": "%s Loading property for '%s' from source instance (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 86.85183525085449, + "relativeCreated": 112.84136772155762, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -21576,8 +21576,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,204", - "created": 1610053145.2049904, + "asctime": "2021-01-14 00:51:42,107", + "created": 1610581902.1071723, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21587,36 +21587,36 @@ "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": 204.99038696289062, + "msecs": 107.17225074768066, "msg": "%s cache-file stored (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 86.93599700927734, + "relativeCreated": 113.1443977355957, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 205.0650119781494, + "msecs": 107.38515853881836, "msg": "Partially initialising cache object by requesting some information.", "name": "__tLogger__", "pathname": "src/tests/test_no_load_on_init.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 87.01062202453613, + "relativeCreated": 113.3573055267334, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 7.462501525878906e-05 + "time_consumption": 0.0002129077911376953 }, { "args": [ "property_cache_pickle" ], - "asctime": "2021-01-07 21:59:05,205", - "created": 1610053145.2053173, + "asctime": "2021-01-14 00:51:42,107", + "created": 1610581902.107691, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -21632,8 +21632,8 @@ "PickCache:", "/user_data/data/dirk/prj/unittest/caching/unittest/output_data/no_load_on_init.pkl" ], - "asctime": "2021-01-07 21:59:05,205", - "created": 1610053145.2051888, + "asctime": "2021-01-14 00:51:42,107", + "created": 1610581902.107544, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21643,23 +21643,23 @@ "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": 205.18875122070312, + "msecs": 107.5439453125, "msg": "%s Loading properties from cache (%s)", "name": "root.caching", "pathname": "src/caching/__init__.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 87.13436126708984, + "relativeCreated": 113.51609230041504, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { "args": [ "{'_property_cache_uid_': 'my_unique_id', '_property_cache_data_version_': 1, 'str': 'string', 'integer': 17, 'unicode': 'unicode'}" ], - "asctime": "2021-01-07 21:59:05,205", - "created": 1610053145.205243, + "asctime": "2021-01-14 00:51:42,107", + "created": 1610581902.1076055, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -21669,15 +21669,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', 'integer': 17, 'unicode': 'unicode'}", "module": "test_no_load_on_init", - "msecs": 205.24311065673828, + "msecs": 107.6054573059082, "msg": "Using storage object of cache class for comparison: %s", "name": "__unittest__", "pathname": "src/tests/test_no_load_on_init.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 87.188720703125, + "relativeCreated": 113.57760429382324, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -21685,8 +21685,8 @@ "_property_cache_data_version_", "_property_cache_uid_" ], - "asctime": "2021-01-07 21:59:05,205", - "created": 1610053145.205284, + "asctime": "2021-01-14 00:51:42,107", + "created": 1610581902.107654, "exc_info": null, "exc_text": null, "filename": "test_no_load_on_init.py", @@ -21696,37 +21696,37 @@ "lineno": 24, "message": "Deleting overhead keys: _property_cache_data_version_, _property_cache_uid_", "module": "test_no_load_on_init", - "msecs": 205.28411865234375, + "msecs": 107.65409469604492, "msg": "Deleting overhead keys: %s, %s", "name": "__unittest__", "pathname": "src/tests/test_no_load_on_init.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 87.22972869873047, + "relativeCreated": 113.62624168395996, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 205.31725883483887, + "msecs": 107.69104957580566, "msg": "Extracting storage object from %s for comparison.", "name": "__tLogger__", "pathname": "src/tests/test_no_load_on_init.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 87.26286888122559, + "relativeCreated": 113.6631965637207, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 3.314018249511719e-05 + "time_consumption": 3.695487976074219e-05 }, { "args": [ "{'str': 'string', 'integer': 17, 'unicode': 'unicode'}", "" ], - "asctime": "2021-01-07 21:59:05,205", - "created": 1610053145.2054927, + "asctime": "2021-01-14 00:51:42,107", + "created": 1610581902.1079264, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -21743,8 +21743,8 @@ "{ 'str': 'string', 'integer': 17, 'unicode': 'unicode' }", "" ], - "asctime": "2021-01-07 21:59:05,205", - "created": 1610053145.2053907, + "asctime": "2021-01-14 00:51:42,107", + "created": 1610581902.1078072, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -21754,15 +21754,15 @@ "lineno": 22, "message": "Result (Cache object): { 'str': 'string', 'integer': 17, 'unicode': 'unicode' } ()", "module": "test", - "msecs": 205.39069175720215, + "msecs": 107.80715942382812, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 87.33630180358887, + "relativeCreated": 113.77930641174316, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" }, { @@ -21771,8 +21771,8 @@ "{ 'str': 'string', 'unicode': 'unicode', 'integer': 17 }", "" ], - "asctime": "2021-01-07 21:59:05,205", - "created": 1610053145.205439, + "asctime": "2021-01-14 00:51:42,107", + "created": 1610581902.1078627, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -21782,40 +21782,40 @@ "lineno": 26, "message": "Expectation (Cache object): result = { 'str': 'string', 'unicode': 'unicode', 'integer': 17 } ()", "module": "test", - "msecs": 205.43909072875977, + "msecs": 107.86271095275879, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 87.38470077514648, + "relativeCreated": 113.83485794067383, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread" } ], - "msecs": 205.49273490905762, + "msecs": 107.9263687133789, "msg": "Cache object is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 68457, + "process": 18674, "processName": "MainProcess", - "relativeCreated": 87.43834495544434, + "relativeCreated": 113.89851570129395, "stack_info": null, - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 5.364418029785156e-05 + "time_consumption": 6.365776062011719e-05 } ], - "thread": 140143167764288, + "thread": 140347413657408, "threadName": "MainThread", - "time_consumption": 0.0013103485107421875, - "time_finished": "2021-01-07 21:59:05,205", - "time_start": "2021-01-07 21:59:05,204" + "time_consumption": 0.004049539566040039, + "time_finished": "2021-01-14 00:51:42,107", + "time_start": "2021-01-14 00:51:42,103" } }, "testrun_id": "p3", - "time_consumption": 0.03392815589904785, + "time_consumption": 0.057662248611450195, "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 3a13478..fe0a255 100644 Binary files a/_testresults_/unittest.pdf and b/_testresults_/unittest.pdf differ