diff --git a/__init__.py b/__init__.py index b2cb05a..a6ec398 100644 --- a/__init__.py +++ b/__init__.py @@ -164,7 +164,8 @@ class image(object): elif orientation == ORIENTATION_RIGHT_ROTATED: angle = 90 else: - logger.warning('Orientation %s unknown for rotation', repr(orientation)) + if type(orientation) == int and orientation > 8: + logger.warning('Orientation %s unknown for rotation', repr(orientation)) return False logger.debug('Rotating picture by %d°', angle) self._im = self._im.rotate(angle, expand=True) diff --git a/_testresults_/coverage.xml b/_testresults_/coverage.xml index 15b4d51..07308a7 100644 --- a/_testresults_/coverage.xml +++ b/_testresults_/coverage.xml @@ -1,12 +1,12 @@ - + - + - + @@ -121,45 +121,46 @@ - + - + - - - - - - + + + + + + - - - + + + - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + - + - + + diff --git a/_testresults_/unittest.json b/_testresults_/unittest.json index 0d3c9e1..e5c4029 100644 --- a/_testresults_/unittest.json +++ b/_testresults_/unittest.json @@ -1,11 +1,11 @@ { "coverage_information": [ { - "branch_coverage": 96.67, + "branch_coverage": 95.65, "filepath": "/user_data/data/dirk/prj/unittest/media/pylibs/media", "files": [ { - "branch_coverage": 96.67, + "branch_coverage": 95.65, "filepath": "/user_data/data/dirk/prj/unittest/media/pylibs/media/__init__.py", "fragments": [ { @@ -264,161 +264,166 @@ "start": 166 }, { - "coverage_state": "covered", - "end": 171, + "coverage_state": "partially-covered", + "end": 167, "start": 167 }, { - "coverage_state": "clean", + "coverage_state": "covered", "end": 172, - "start": 172 + "start": 168 }, { - "coverage_state": "covered", - "end": 174, + "coverage_state": "clean", + "end": 173, "start": 173 }, { - "coverage_state": "clean", + "coverage_state": "covered", "end": 175, - "start": 175 + "start": 174 }, { - "coverage_state": "covered", + "coverage_state": "clean", "end": 176, "start": 176 }, { - "coverage_state": "partially-covered", + "coverage_state": "covered", "end": 177, "start": 177 }, { - "coverage_state": "covered", + "coverage_state": "partially-covered", "end": 178, "start": 178 }, { - "coverage_state": "clean", + "coverage_state": "covered", "end": 179, "start": 179 }, { - "coverage_state": "uncovered", + "coverage_state": "clean", "end": 180, "start": 180 }, { - "coverage_state": "clean", + "coverage_state": "uncovered", "end": 181, "start": 181 }, { - "coverage_state": "covered", - "end": 184, + "coverage_state": "clean", + "end": 182, "start": 182 }, + { + "coverage_state": "covered", + "end": 185, + "start": 183 + }, { "coverage_state": "clean", - "end": 186, - "start": 185 + "end": 187, + "start": 186 }, { "coverage_state": "covered", - "end": 190, - "start": 187 - }, - { - "coverage_state": "clean", "end": 191, - "start": 191 + "start": 188 }, { - "coverage_state": "covered", + "coverage_state": "clean", "end": 192, "start": 192 }, { - "coverage_state": "clean", + "coverage_state": "covered", "end": 193, "start": 193 }, { - "coverage_state": "covered", - "end": 196, + "coverage_state": "clean", + "end": 194, "start": 194 }, { - "coverage_state": "clean", + "coverage_state": "covered", "end": 197, - "start": 197 + "start": 195 }, { - "coverage_state": "covered", + "coverage_state": "clean", "end": 198, "start": 198 }, { - "coverage_state": "clean", - "end": 200, + "coverage_state": "covered", + "end": 199, "start": 199 }, { - "coverage_state": "covered", + "coverage_state": "clean", "end": 201, - "start": 201 + "start": 200 }, { - "coverage_state": "clean", + "coverage_state": "covered", "end": 202, "start": 202 }, { - "coverage_state": "covered", - "end": 212, + "coverage_state": "clean", + "end": 203, "start": 203 }, { - "coverage_state": "clean", + "coverage_state": "covered", "end": 213, - "start": 213 + "start": 204 }, { - "coverage_state": "covered", - "end": 215, + "coverage_state": "clean", + "end": 214, "start": 214 }, { - "coverage_state": "clean", + "coverage_state": "covered", "end": 216, - "start": 216 + "start": 215 }, { - "coverage_state": "covered", - "end": 218, + "coverage_state": "clean", + "end": 217, "start": 217 }, { - "coverage_state": "clean", + "coverage_state": "covered", "end": 219, - "start": 219 + "start": 218 }, { - "coverage_state": "covered", + "coverage_state": "clean", "end": 220, "start": 220 }, + { + "coverage_state": "covered", + "end": 221, + "start": 221 + }, { "coverage_state": "clean", "end": null, - "start": 221 + "start": 222 } ], "line_coverage": 99.33999999999999, "name": "media.__init__.py" }, { - "branch_coverage": 96.67, + "branch_coverage": 95.65, "filepath": "/user_data/data/dirk/prj/unittest/media/pylibs/media/common.py", "fragments": [ { @@ -466,7 +471,7 @@ "name": "media.common.py" }, { - "branch_coverage": 96.67, + "branch_coverage": 95.65, "filepath": "/user_data/data/dirk/prj/unittest/media/pylibs/media/convert.py", "fragments": [ { @@ -549,7 +554,7 @@ "name": "media.convert.py" }, { - "branch_coverage": 96.67, + "branch_coverage": 95.65, "filepath": "/user_data/data/dirk/prj/unittest/media/pylibs/media/metadata.py", "fragments": [ { @@ -974,7 +979,7 @@ "Name": "media", "State": "Released", "Supported Interpreters": "python3", - "Version": "8ad0730237b133d3d03c875bf7f97bba" + "Version": "2085183bcfe39114bb35db93ee8e49cd" }, "testrun_list": [ { @@ -1005,8 +1010,8 @@ "testcases": { "_AdR7EEYDEequ74M7usLaPw": { "args": null, - "asctime": "2020-02-02 23:50:09,701", - "created": 1580683809.7010374, + "asctime": "2020-02-03 11:51:48,925", + "created": 1580727108.9257958, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1017,13 +1022,13 @@ "message": "_AdR7EEYDEequ74M7usLaPw", "module": "__init__", "moduleLogger": [], - "msecs": 701.0374069213867, + "msecs": 925.7957935333252, "msg": "_AdR7EEYDEequ74M7usLaPw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/media/unittest/src/tests/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 4886.832237243652, + "relativeCreated": 3013.9434337615967, "stack_info": null, "testcaseLogger": [ { @@ -1031,8 +1036,8 @@ "False", "" ], - "asctime": "2020-02-02 23:50:09,701", - "created": 1580683809.7012637, + "asctime": "2020-02-03 11:51:48,926", + "created": 1580727108.9267018, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1045,8 +1050,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2020-02-02 23:50:09,701", - "created": 1580683809.7011278, + "asctime": "2020-02-03 11:51:48,926", + "created": 1580727108.9261687, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1056,15 +1061,15 @@ "lineno": 149, "message": "No image available, rotation not possible", "module": "__init__", - "msecs": 701.1277675628662, + "msecs": 926.16868019104, "msg": "No image available, rotation not possible", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 4886.922597885132, + "relativeCreated": 3014.3163204193115, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -1073,8 +1078,8 @@ "False", "" ], - "asctime": "2020-02-02 23:50:09,701", - "created": 1580683809.70118, + "asctime": "2020-02-03 11:51:48,926", + "created": 1580727108.9263706, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1084,15 +1089,15 @@ "lineno": 22, "message": "Result (Returnvalue of rotate method without loading an image): False ()", "module": "test", - "msecs": 701.1799812316895, + "msecs": 926.3706207275391, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 4886.974811553955, + "relativeCreated": 3014.5182609558105, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -1101,8 +1106,8 @@ "False", "" ], - "asctime": "2020-02-02 23:50:09,701", - "created": 1580683809.7012227, + "asctime": "2020-02-03 11:51:48,926", + "created": 1580727108.9265313, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1112,37 +1117,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of rotate method without loading an image): result = False ()", "module": "test", - "msecs": 701.2226581573486, + "msecs": 926.5313148498535, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 4887.017488479614, + "relativeCreated": 3014.678955078125, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 701.2636661529541, + "msecs": 926.7017841339111, "msg": "Returnvalue of rotate method without loading an image is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 4887.05849647522, + "relativeCreated": 3014.8494243621826, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 4.100799560546875e-05 + "time_consumption": 0.0001704692840576172 }, { "args": [ "False", "" ], - "asctime": "2020-02-02 23:50:09,989", - "created": 1580683809.9893398, + "asctime": "2020-02-03 11:51:49,144", + "created": 1580727109.144775, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1157,8 +1162,8 @@ "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_gps.jpg'" ], - "asctime": "2020-02-02 23:50:09,988", - "created": 1580683809.9888182, + "asctime": "2020-02-03 11:51:49,144", + "created": 1580727109.1445067, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1168,41 +1173,41 @@ "lineno": 116, "message": "loading image from '/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_gps.jpg'", "module": "__init__", - "msecs": 988.8181686401367, + "msecs": 144.50669288635254, "msg": "loading image from %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 5174.612998962402, + "relativeCreated": 3232.654333114624, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ "17" ], - "asctime": "2020-02-02 23:50:09,988", - "created": 1580683809.9889963, + "asctime": "2020-02-03 11:51:49,144", + "created": 1580727109.1446345, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "rotate_by_orientation", "levelname": "WARNING", "levelno": 30, - "lineno": 167, + "lineno": 168, "message": "Orientation 17 unknown for rotation", "module": "__init__", - "msecs": 988.9962673187256, + "msecs": 144.63448524475098, "msg": "Orientation %s unknown for rotation", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 5174.791097640991, + "relativeCreated": 3232.7821254730225, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -1211,8 +1216,8 @@ "False", "" ], - "asctime": "2020-02-02 23:50:09,989", - "created": 1580683809.9890995, + "asctime": "2020-02-03 11:51:49,144", + "created": 1580727109.1446946, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1222,15 +1227,15 @@ "lineno": 22, "message": "Result (Returnvalue of rotate method with invalid orientation): False ()", "module": "test", - "msecs": 989.0995025634766, + "msecs": 144.69456672668457, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 5174.894332885742, + "relativeCreated": 3232.842206954956, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -1239,8 +1244,8 @@ "False", "" ], - "asctime": "2020-02-02 23:50:09,989", - "created": 1580683809.989179, + "asctime": "2020-02-03 11:51:49,144", + "created": 1580727109.1447349, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1250,37 +1255,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of rotate method with invalid orientation): result = False ()", "module": "test", - "msecs": 989.1788959503174, + "msecs": 144.73485946655273, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 5174.973726272583, + "relativeCreated": 3232.882499694824, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 989.3398284912109, + "msecs": 144.7749137878418, "msg": "Returnvalue of rotate method with invalid orientation is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 5175.134658813477, + "relativeCreated": 3232.9225540161133, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 0.0001609325408935547 + "time_consumption": 4.00543212890625e-05 }, { "args": [ "False", "" ], - "asctime": "2020-02-02 23:50:10,357", - "created": 1580683810.3579316, + "asctime": "2020-02-03 11:51:49,306", + "created": 1580727109.3064148, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1295,8 +1300,8 @@ "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_non_exif.jpg'" ], - "asctime": "2020-02-02 23:50:10,353", - "created": 1580683810.3538203, + "asctime": "2020-02-03 11:51:49,303", + "created": 1580727109.3033936, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1306,15 +1311,15 @@ "lineno": 116, "message": "loading image from '/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_non_exif.jpg'", "module": "__init__", - "msecs": 353.8203239440918, + "msecs": 303.3936023712158, "msg": "loading image from %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 5539.615154266357, + "relativeCreated": 3391.5412425994873, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -1323,8 +1328,8 @@ "False", "" ], - "asctime": "2020-02-02 23:50:10,357", - "created": 1580683810.3575313, + "asctime": "2020-02-03 11:51:49,306", + "created": 1580727109.3062556, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1334,15 +1339,15 @@ "lineno": 22, "message": "Result (Returnvalue of rotate method with no orientation in method call and exif): False ()", "module": "test", - "msecs": 357.5313091278076, + "msecs": 306.255578994751, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 5543.326139450073, + "relativeCreated": 3394.4032192230225, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -1351,8 +1356,8 @@ "False", "" ], - "asctime": "2020-02-02 23:50:10,357", - "created": 1580683810.3577821, + "asctime": "2020-02-03 11:51:49,306", + "created": 1580727109.3063507, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1362,37 +1367,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of rotate method with no orientation in method call and exif): result = False ()", "module": "test", - "msecs": 357.78212547302246, + "msecs": 306.3507080078125, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 5543.576955795288, + "relativeCreated": 3394.498348236084, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 357.93161392211914, + "msecs": 306.4148426055908, "msg": "Returnvalue of rotate method with no orientation in method call and exif is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 5543.726444244385, + "relativeCreated": 3394.5624828338623, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 0.0001494884490966797 + "time_consumption": 6.413459777832031e-05 }, { "args": [ "True", "" ], - "asctime": "2020-02-02 23:50:11,097", - "created": 1580683811.097733, + "asctime": "2020-02-03 11:51:49,739", + "created": 1580727109.739056, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1407,8 +1412,8 @@ "args": [ "None" ], - "asctime": "2020-02-02 23:50:10,358", - "created": 1580683810.3581328, + "asctime": "2020-02-03 11:51:49,306", + "created": 1580727109.3065114, "exc_info": null, "exc_text": null, "filename": "test_image.py", @@ -1418,23 +1423,23 @@ "lineno": 78, "message": "Rotate with orientation None", "module": "test_image", - "msecs": 358.13283920288086, + "msecs": 306.51140213012695, "msg": "Rotate with orientation %s", "name": "__unittest__", "pathname": "src/tests/test_image.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 5543.9276695251465, + "relativeCreated": 3394.6590423583984, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_gps.jpg'" ], - "asctime": "2020-02-02 23:50:10,737", - "created": 1580683810.7379732, + "asctime": "2020-02-03 11:51:49,538", + "created": 1580727109.5388722, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1444,23 +1449,23 @@ "lineno": 116, "message": "loading image from '/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_gps.jpg'", "module": "__init__", - "msecs": 737.9732131958008, + "msecs": 538.872241973877, "msg": "loading image from %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 5923.768043518066, + "relativeCreated": 3627.0198822021484, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ "6" ], - "asctime": "2020-02-02 23:50:10,740", - "created": 1580683810.740023, + "asctime": "2020-02-03 11:51:49,540", + "created": 1580727109.540231, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1470,49 +1475,49 @@ "lineno": 156, "message": "No orientation given, orientation 6 extract from exif data", "module": "__init__", - "msecs": 740.0228977203369, + "msecs": 540.2309894561768, "msg": "No orientation given, orientation %s extract from exif data", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 5925.8177280426025, + "relativeCreated": 3628.3786296844482, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ 270 ], - "asctime": "2020-02-02 23:50:10,741", - "created": 1580683810.7410893, + "asctime": "2020-02-03 11:51:49,540", + "created": 1580727109.5408878, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "rotate_by_orientation", "levelname": "DEBUG", "levelno": 10, - "lineno": 169, + "lineno": 170, "message": "Rotating picture by 270\u00b0", "module": "__init__", - "msecs": 741.0893440246582, + "msecs": 540.8878326416016, "msg": "Rotating picture by %d\u00b0", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 5926.884174346924, + "relativeCreated": 3629.035472869873, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/output_data/rotated_image_none.jpg'" ], - "asctime": "2020-02-02 23:50:10,864", - "created": 1580683810.8643143, + "asctime": "2020-02-03 11:51:49,592", + "created": 1580727109.592636, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1522,15 +1527,15 @@ "lineno": 124, "message": "Saving image to '/user_data/data/dirk/prj/unittest/media/unittest/output_data/rotated_image_none.jpg'", "module": "__init__", - "msecs": 864.3143177032471, + "msecs": 592.6361083984375, "msg": "Saving image to %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 6050.109148025513, + "relativeCreated": 3680.783748626709, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -1539,8 +1544,8 @@ "True", "" ], - "asctime": "2020-02-02 23:50:11,097", - "created": 1580683811.0975578, + "asctime": "2020-02-03 11:51:49,738", + "created": 1580727109.7388542, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1550,15 +1555,15 @@ "lineno": 22, "message": "Result (Filecompare for rotated_image_none.jpg): True ()", "module": "test", - "msecs": 97.55778312683105, + "msecs": 738.854169845581, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 6283.352613449097, + "relativeCreated": 3827.0018100738525, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -1567,8 +1572,8 @@ "True", "" ], - "asctime": "2020-02-02 23:50:11,097", - "created": 1580683811.0976717, + "asctime": "2020-02-03 11:51:49,738", + "created": 1580727109.7389755, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1578,37 +1583,37 @@ "lineno": 26, "message": "Expectation (Filecompare for rotated_image_none.jpg): result = True ()", "module": "test", - "msecs": 97.6717472076416, + "msecs": 738.9755249023438, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 6283.466577529907, + "relativeCreated": 3827.1231651306152, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 97.7330207824707, + "msecs": 739.0561103820801, "msg": "Filecompare for rotated_image_none.jpg is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 6283.527851104736, + "relativeCreated": 3827.2037506103516, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 6.127357482910156e-05 + "time_consumption": 8.058547973632812e-05 }, { "args": [ "True", "" ], - "asctime": "2020-02-02 23:50:11,767", - "created": 1580683811.7673988, + "asctime": "2020-02-03 11:51:50,221", + "created": 1580727110.2210581, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1623,8 +1628,8 @@ "args": [ "6" ], - "asctime": "2020-02-02 23:50:11,097", - "created": 1580683811.0978332, + "asctime": "2020-02-03 11:51:49,739", + "created": 1580727109.7391727, "exc_info": null, "exc_text": null, "filename": "test_image.py", @@ -1634,23 +1639,23 @@ "lineno": 78, "message": "Rotate with orientation 6", "module": "test_image", - "msecs": 97.83315658569336, + "msecs": 739.1726970672607, "msg": "Rotate with orientation %s", "name": "__unittest__", "pathname": "src/tests/test_image.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 6283.627986907959, + "relativeCreated": 3827.320337295532, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_gps.jpg'" ], - "asctime": "2020-02-02 23:50:11,462", - "created": 1580683811.4628422, + "asctime": "2020-02-03 11:51:49,952", + "created": 1580727109.9523568, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1660,49 +1665,49 @@ "lineno": 116, "message": "loading image from '/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_gps.jpg'", "module": "__init__", - "msecs": 462.8422260284424, + "msecs": 952.3568153381348, "msg": "loading image from %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 6648.637056350708, + "relativeCreated": 4040.5044555664062, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ 270 ], - "asctime": "2020-02-02 23:50:11,463", - "created": 1580683811.4639235, + "asctime": "2020-02-03 11:51:49,953", + "created": 1580727109.9539175, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "rotate_by_orientation", "levelname": "DEBUG", "levelno": 10, - "lineno": 169, + "lineno": 170, "message": "Rotating picture by 270\u00b0", "module": "__init__", - "msecs": 463.92345428466797, + "msecs": 953.9175033569336, "msg": "Rotating picture by %d\u00b0", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 6649.718284606934, + "relativeCreated": 4042.065143585205, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/output_data/rotated_image_6.jpg'" ], - "asctime": "2020-02-02 23:50:11,536", - "created": 1580683811.5369446, + "asctime": "2020-02-03 11:51:50,011", + "created": 1580727110.0119002, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1712,15 +1717,15 @@ "lineno": 124, "message": "Saving image to '/user_data/data/dirk/prj/unittest/media/unittest/output_data/rotated_image_6.jpg'", "module": "__init__", - "msecs": 536.9446277618408, + "msecs": 11.900186538696289, "msg": "Saving image to %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 6722.739458084106, + "relativeCreated": 4100.047826766968, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -1729,8 +1734,8 @@ "True", "" ], - "asctime": "2020-02-02 23:50:11,767", - "created": 1580683811.7671282, + "asctime": "2020-02-03 11:51:50,220", + "created": 1580727110.220826, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1740,15 +1745,15 @@ "lineno": 22, "message": "Result (Filecompare for rotated_image_6.jpg): True ()", "module": "test", - "msecs": 767.1282291412354, + "msecs": 220.8259105682373, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 6952.923059463501, + "relativeCreated": 4308.973550796509, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -1757,8 +1762,8 @@ "True", "" ], - "asctime": "2020-02-02 23:50:11,767", - "created": 1580683811.7672925, + "asctime": "2020-02-03 11:51:50,220", + "created": 1580727110.2209406, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1768,37 +1773,37 @@ "lineno": 26, "message": "Expectation (Filecompare for rotated_image_6.jpg): result = True ()", "module": "test", - "msecs": 767.2924995422363, + "msecs": 220.94058990478516, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 6953.087329864502, + "relativeCreated": 4309.088230133057, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 767.3988342285156, + "msecs": 221.05813026428223, "msg": "Filecompare for rotated_image_6.jpg is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 6953.193664550781, + "relativeCreated": 4309.205770492554, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 0.00010633468627929688 + "time_consumption": 0.00011754035949707031 }, { "args": [ "True", "" ], - "asctime": "2020-02-02 23:50:12,465", - "created": 1580683812.4652798, + "asctime": "2020-02-03 11:51:50,614", + "created": 1580727110.6143177, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1813,8 +1818,8 @@ "args": [ "8" ], - "asctime": "2020-02-02 23:50:11,767", - "created": 1580683811.7675743, + "asctime": "2020-02-03 11:51:50,221", + "created": 1580727110.221166, "exc_info": null, "exc_text": null, "filename": "test_image.py", @@ -1824,23 +1829,23 @@ "lineno": 78, "message": "Rotate with orientation 8", "module": "test_image", - "msecs": 767.5743103027344, + "msecs": 221.16589546203613, "msg": "Rotate with orientation %s", "name": "__unittest__", "pathname": "src/tests/test_image.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 6953.369140625, + "relativeCreated": 4309.313535690308, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_gps.jpg'" ], - "asctime": "2020-02-02 23:50:12,152", - "created": 1580683812.1524007, + "asctime": "2020-02-03 11:51:50,408", + "created": 1580727110.4082205, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1850,49 +1855,49 @@ "lineno": 116, "message": "loading image from '/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_gps.jpg'", "module": "__init__", - "msecs": 152.40073204040527, + "msecs": 408.2205295562744, "msg": "loading image from %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 7338.195562362671, + "relativeCreated": 4496.368169784546, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ 90 ], - "asctime": "2020-02-02 23:50:12,152", - "created": 1580683812.1526754, + "asctime": "2020-02-03 11:51:50,408", + "created": 1580727110.4083848, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "rotate_by_orientation", "levelname": "DEBUG", "levelno": 10, - "lineno": 169, + "lineno": 170, "message": "Rotating picture by 90\u00b0", "module": "__init__", - "msecs": 152.67539024353027, + "msecs": 408.3847999572754, "msg": "Rotating picture by %d\u00b0", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 7338.470220565796, + "relativeCreated": 4496.532440185547, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/output_data/rotated_image_8.jpg'" ], - "asctime": "2020-02-02 23:50:12,209", - "created": 1580683812.2099626, + "asctime": "2020-02-03 11:51:50,466", + "created": 1580727110.4664538, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1902,15 +1907,15 @@ "lineno": 124, "message": "Saving image to '/user_data/data/dirk/prj/unittest/media/unittest/output_data/rotated_image_8.jpg'", "module": "__init__", - "msecs": 209.9626064300537, + "msecs": 466.45379066467285, "msg": "Saving image to %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 7395.757436752319, + "relativeCreated": 4554.601430892944, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -1919,8 +1924,8 @@ "True", "" ], - "asctime": "2020-02-02 23:50:12,464", - "created": 1580683812.4644966, + "asctime": "2020-02-03 11:51:50,612", + "created": 1580727110.6123397, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1930,15 +1935,15 @@ "lineno": 22, "message": "Result (Filecompare for rotated_image_8.jpg): True ()", "module": "test", - "msecs": 464.4966125488281, + "msecs": 612.3397350311279, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 7650.291442871094, + "relativeCreated": 4700.487375259399, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -1947,8 +1952,8 @@ "True", "" ], - "asctime": "2020-02-02 23:50:12,465", - "created": 1580683812.4650505, + "asctime": "2020-02-03 11:51:50,613", + "created": 1580727110.6134565, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1958,37 +1963,37 @@ "lineno": 26, "message": "Expectation (Filecompare for rotated_image_8.jpg): result = True ()", "module": "test", - "msecs": 465.05045890808105, + "msecs": 613.4564876556396, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 7650.845289230347, + "relativeCreated": 4701.604127883911, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 465.27981758117676, + "msecs": 614.3176555633545, "msg": "Filecompare for rotated_image_8.jpg is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 7651.074647903442, + "relativeCreated": 4702.465295791626, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 0.00022935867309570312 + "time_consumption": 0.0008611679077148438 }, { "args": [ "True", "" ], - "asctime": "2020-02-02 23:50:13,100", - "created": 1580683813.1009252, + "asctime": "2020-02-03 11:51:51,048", + "created": 1580727111.0482926, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2003,8 +2008,8 @@ "args": [ "3" ], - "asctime": "2020-02-02 23:50:12,465", - "created": 1580683812.4656034, + "asctime": "2020-02-03 11:51:50,615", + "created": 1580727110.6155386, "exc_info": null, "exc_text": null, "filename": "test_image.py", @@ -2014,23 +2019,23 @@ "lineno": 78, "message": "Rotate with orientation 3", "module": "test_image", - "msecs": 465.6033515930176, + "msecs": 615.5385971069336, "msg": "Rotate with orientation %s", "name": "__unittest__", "pathname": "src/tests/test_image.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 7651.398181915283, + "relativeCreated": 4703.686237335205, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_gps.jpg'" ], - "asctime": "2020-02-02 23:50:12,841", - "created": 1580683812.8415203, + "asctime": "2020-02-03 11:51:50,857", + "created": 1580727110.8571296, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2040,49 +2045,49 @@ "lineno": 116, "message": "loading image from '/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_gps.jpg'", "module": "__init__", - "msecs": 841.5203094482422, + "msecs": 857.1295738220215, "msg": "loading image from %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 8027.315139770508, + "relativeCreated": 4945.277214050293, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ 180 ], - "asctime": "2020-02-02 23:50:12,842", - "created": 1580683812.842129, + "asctime": "2020-02-03 11:51:50,857", + "created": 1580727110.857297, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "rotate_by_orientation", "levelname": "DEBUG", "levelno": 10, - "lineno": 169, + "lineno": 170, "message": "Rotating picture by 180\u00b0", "module": "__init__", - "msecs": 842.1289920806885, + "msecs": 857.2969436645508, "msg": "Rotating picture by %d\u00b0", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 8027.923822402954, + "relativeCreated": 4945.444583892822, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/output_data/rotated_image_3.jpg'" ], - "asctime": "2020-02-02 23:50:12,873", - "created": 1580683812.873431, + "asctime": "2020-02-03 11:51:50,892", + "created": 1580727110.8926523, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2092,15 +2097,15 @@ "lineno": 124, "message": "Saving image to '/user_data/data/dirk/prj/unittest/media/unittest/output_data/rotated_image_3.jpg'", "module": "__init__", - "msecs": 873.4309673309326, + "msecs": 892.6522731781006, "msg": "Saving image to %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 8059.225797653198, + "relativeCreated": 4980.799913406372, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -2109,8 +2114,8 @@ "True", "" ], - "asctime": "2020-02-02 23:50:13,100", - "created": 1580683813.1007519, + "asctime": "2020-02-03 11:51:51,048", + "created": 1580727111.0480573, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2120,15 +2125,15 @@ "lineno": 22, "message": "Result (Filecompare for rotated_image_3.jpg): True ()", "module": "test", - "msecs": 100.75187683105469, + "msecs": 48.05731773376465, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 8286.54670715332, + "relativeCreated": 5136.204957962036, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -2137,8 +2142,8 @@ "True", "" ], - "asctime": "2020-02-02 23:50:13,100", - "created": 1580683813.1008651, + "asctime": "2020-02-03 11:51:51,048", + "created": 1580727111.048231, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2148,41 +2153,41 @@ "lineno": 26, "message": "Expectation (Filecompare for rotated_image_3.jpg): result = True ()", "module": "test", - "msecs": 100.86512565612793, + "msecs": 48.230886459350586, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 8286.659955978394, + "relativeCreated": 5136.378526687622, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 100.92520713806152, + "msecs": 48.29263687133789, "msg": "Filecompare for rotated_image_3.jpg is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 8286.720037460327, + "relativeCreated": 5136.440277099609, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 6.008148193359375e-05 + "time_consumption": 6.175041198730469e-05 } ], - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 3.399887800216675, - "time_finished": "2020-02-02 23:50:13,100", - "time_start": "2020-02-02 23:50:09,701" + "time_consumption": 2.1224968433380127, + "time_finished": "2020-02-03 11:51:51,048", + "time_start": "2020-02-03 11:51:48,925" }, "_CBaAQEYDEequ74M7usLaPw": { "args": null, - "asctime": "2020-02-02 23:50:13,103", - "created": 1580683813.1033602, + "asctime": "2020-02-03 11:51:51,050", + "created": 1580727111.0502262, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2193,13 +2198,13 @@ "message": "_CBaAQEYDEequ74M7usLaPw", "module": "__init__", "moduleLogger": [], - "msecs": 103.36017608642578, + "msecs": 50.22621154785156, "msg": "_CBaAQEYDEequ74M7usLaPw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/media/unittest/src/tests/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 8289.155006408691, + "relativeCreated": 5138.373851776123, "stack_info": null, "testcaseLogger": [ { @@ -2207,8 +2212,8 @@ "False", "" ], - "asctime": "2020-02-02 23:50:13,103", - "created": 1580683813.1036747, + "asctime": "2020-02-03 11:51:51,050", + "created": 1580727111.0504732, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2221,26 +2226,26 @@ "moduleLogger": [ { "args": [], - "asctime": "2020-02-02 23:50:13,103", - "created": 1580683813.103513, + "asctime": "2020-02-03 11:51:51,050", + "created": 1580727111.0503435, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "join", "levelname": "WARNING", "levelno": 30, - "lineno": 183, + "lineno": 184, "message": "No image available, joining not possible", "module": "__init__", - "msecs": 103.51300239562988, + "msecs": 50.34351348876953, "msg": "No image available, joining not possible", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 8289.307832717896, + "relativeCreated": 5138.491153717041, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -2249,8 +2254,8 @@ "False", "" ], - "asctime": "2020-02-02 23:50:13,103", - "created": 1580683813.1035779, + "asctime": "2020-02-03 11:51:51,050", + "created": 1580727111.0503967, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2260,15 +2265,15 @@ "lineno": 22, "message": "Result (Returnvalue of join method without loading an image): False ()", "module": "test", - "msecs": 103.57785224914551, + "msecs": 50.39668083190918, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 8289.372682571411, + "relativeCreated": 5138.544321060181, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -2277,8 +2282,8 @@ "False", "" ], - "asctime": "2020-02-02 23:50:13,103", - "created": 1580683813.1036272, + "asctime": "2020-02-03 11:51:51,050", + "created": 1580727111.0504355, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2288,37 +2293,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of join method without loading an image): result = False ()", "module": "test", - "msecs": 103.62720489501953, + "msecs": 50.435543060302734, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 8289.422035217285, + "relativeCreated": 5138.583183288574, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 103.67465019226074, + "msecs": 50.47321319580078, "msg": "Returnvalue of join method without loading an image is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 8289.469480514526, + "relativeCreated": 5138.620853424072, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 4.744529724121094e-05 + "time_consumption": 3.7670135498046875e-05 }, { "args": [ "False", "" ], - "asctime": "2020-02-02 23:50:13,908", - "created": 1580683813.9089017, + "asctime": "2020-02-03 11:51:51,611", + "created": 1580727111.611574, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2333,8 +2338,8 @@ "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_gps.jpg'" ], - "asctime": "2020-02-02 23:50:13,389", - "created": 1580683813.3892848, + "asctime": "2020-02-03 11:51:51,244", + "created": 1580727111.2448392, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2344,41 +2349,41 @@ "lineno": 116, "message": "loading image from '/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_gps.jpg'", "module": "__init__", - "msecs": 389.2848491668701, + "msecs": 244.83919143676758, "msg": "loading image from %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 8575.079679489136, + "relativeCreated": 5332.986831665039, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ 17 ], - "asctime": "2020-02-02 23:50:13,908", - "created": 1580683813.9085393, + "asctime": "2020-02-03 11:51:51,610", + "created": 1580727111.610782, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "join", "levelname": "WARNING", "levelno": 30, - "lineno": 214, + "lineno": 215, "message": "Join position value 17 is not supported", "module": "__init__", - "msecs": 908.5392951965332, + "msecs": 610.7819080352783, "msg": "Join position value %s is not supported", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 9094.334125518799, + "relativeCreated": 5698.92954826355, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -2387,8 +2392,8 @@ "False", "" ], - "asctime": "2020-02-02 23:50:13,908", - "created": 1580683813.9087362, + "asctime": "2020-02-03 11:51:51,611", + "created": 1580727111.611077, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2398,15 +2403,15 @@ "lineno": 22, "message": "Result (Returnvalue of join method with invalid join position): False ()", "module": "test", - "msecs": 908.7362289428711, + "msecs": 611.077070236206, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 9094.531059265137, + "relativeCreated": 5699.2247104644775, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -2415,8 +2420,8 @@ "False", "" ], - "asctime": "2020-02-02 23:50:13,908", - "created": 1580683813.90883, + "asctime": "2020-02-03 11:51:51,611", + "created": 1580727111.6112633, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2426,37 +2431,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of join method with invalid join position): result = False ()", "module": "test", - "msecs": 908.829927444458, + "msecs": 611.2632751464844, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 9094.624757766724, + "relativeCreated": 5699.410915374756, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 908.9016914367676, + "msecs": 611.5739345550537, "msg": "Returnvalue of join method with invalid join position is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 9094.696521759033, + "relativeCreated": 5699.721574783325, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 7.176399230957031e-05 + "time_consumption": 0.00031065940856933594 }, { "args": [ "False", "" ], - "asctime": "2020-02-02 23:50:14,275", - "created": 1580683814.275839, + "asctime": "2020-02-03 11:51:51,782", + "created": 1580727111.7822633, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2471,8 +2476,8 @@ "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_gps.jpg'" ], - "asctime": "2020-02-02 23:50:14,241", - "created": 1580683814.24119, + "asctime": "2020-02-03 11:51:51,774", + "created": 1580727111.774942, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2482,21 +2487,21 @@ "lineno": 116, "message": "loading image from '/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_gps.jpg'", "module": "__init__", - "msecs": 241.18995666503906, + "msecs": 774.9419212341309, "msg": "loading image from %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 9426.984786987305, + "relativeCreated": 5863.089561462402, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [], - "asctime": "2020-02-02 23:50:14,275", - "created": 1580683814.2753458, + "asctime": "2020-02-03 11:51:51,781", + "created": 1580727111.7818284, "exc_info": null, "exc_text": null, "filename": "convert.py", @@ -2506,41 +2511,41 @@ "lineno": 35, "message": "Instance type is not supported: ", "module": "convert", - "msecs": 275.3458023071289, + "msecs": 781.8284034729004, "msg": "Instance type is not supported: ", "name": "MEDIA", "pathname": "src/media/convert.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 9461.140632629395, + "relativeCreated": 5869.976043701172, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ "None" ], - "asctime": "2020-02-02 23:50:14,275", - "created": 1580683814.2755098, + "asctime": "2020-02-03 11:51:51,782", + "created": 1580727111.7820978, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "join", "levelname": "WARNING", "levelno": 30, - "lineno": 189, + "lineno": 190, "message": "Image to be joined is not supported None", "module": "__init__", - "msecs": 275.5098342895508, + "msecs": 782.0978164672852, "msg": "Image to be joined is not supported %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 9461.304664611816, + "relativeCreated": 5870.245456695557, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -2549,8 +2554,8 @@ "False", "" ], - "asctime": "2020-02-02 23:50:14,275", - "created": 1580683814.2756412, + "asctime": "2020-02-03 11:51:51,782", + "created": 1580727111.7821743, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2560,15 +2565,15 @@ "lineno": 22, "message": "Result (Returnvalue of join method with unknown join file): False ()", "module": "test", - "msecs": 275.64120292663574, + "msecs": 782.1743488311768, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 9461.436033248901, + "relativeCreated": 5870.321989059448, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -2577,8 +2582,8 @@ "False", "" ], - "asctime": "2020-02-02 23:50:14,275", - "created": 1580683814.2757373, + "asctime": "2020-02-03 11:51:51,782", + "created": 1580727111.7822185, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2588,37 +2593,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of join method with unknown join file): result = False ()", "module": "test", - "msecs": 275.7372856140137, + "msecs": 782.2184562683105, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 9461.53211593628, + "relativeCreated": 5870.366096496582, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 275.83909034729004, + "msecs": 782.2632789611816, "msg": "Returnvalue of join method with unknown join file is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 9461.633920669556, + "relativeCreated": 5870.410919189453, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 0.00010180473327636719 + "time_consumption": 4.482269287109375e-05 }, { "args": [ "True", "" ], - "asctime": "2020-02-02 23:50:15,353", - "created": 1580683815.353362, + "asctime": "2020-02-03 11:51:52,492", + "created": 1580727112.4924073, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2633,8 +2638,8 @@ "args": [ 3 ], - "asctime": "2020-02-02 23:50:14,275", - "created": 1580683814.2759871, + "asctime": "2020-02-03 11:51:51,782", + "created": 1580727111.7825015, "exc_info": null, "exc_text": null, "filename": "test_image.py", @@ -2644,23 +2649,23 @@ "lineno": 108, "message": "Join with position 3", "module": "test_image", - "msecs": 275.9871482849121, + "msecs": 782.5014591217041, "msg": "Join with position %d", "name": "__unittest__", "pathname": "src/tests/test_image.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 9461.781978607178, + "relativeCreated": 5870.649099349976, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_gps.jpg'" ], - "asctime": "2020-02-02 23:50:14,621", - "created": 1580683814.6218877, + "asctime": "2020-02-03 11:51:52,008", + "created": 1580727112.00879, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2670,23 +2675,23 @@ "lineno": 116, "message": "loading image from '/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_gps.jpg'", "module": "__init__", - "msecs": 621.8876838684082, + "msecs": 8.790016174316406, "msg": "loading image from %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 9807.682514190674, + "relativeCreated": 6096.937656402588, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_no_gps.jpg'" ], - "asctime": "2020-02-02 23:50:14,855", - "created": 1580683814.8552525, + "asctime": "2020-02-03 11:51:52,146", + "created": 1580727112.1463606, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2696,23 +2701,23 @@ "lineno": 116, "message": "loading image from '/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_no_gps.jpg'", "module": "__init__", - "msecs": 855.2525043487549, + "msecs": 146.3606357574463, "msg": "loading image from %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 10041.04733467102, + "relativeCreated": 6234.508275985718, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ 300 ], - "asctime": "2020-02-02 23:50:14,855", - "created": 1580683814.855425, + "asctime": "2020-02-03 11:51:52,146", + "created": 1580727112.1465666, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2722,47 +2727,47 @@ "lineno": 141, "message": "Resizing picture to max 300 pixel in whatever direction", "module": "__init__", - "msecs": 855.4248809814453, + "msecs": 146.56662940979004, "msg": "Resizing picture to max %d pixel in whatever direction", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 10041.219711303711, + "relativeCreated": 6234.7142696380615, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [], - "asctime": "2020-02-02 23:50:14,957", - "created": 1580683814.9578028, + "asctime": "2020-02-03 11:51:52,224", + "created": 1580727112.2249258, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "join", "levelname": "DEBUG", "levelno": 10, - "lineno": 217, + "lineno": 218, "message": "Joining two images", "module": "__init__", - "msecs": 957.8027725219727, + "msecs": 224.92575645446777, "msg": "Joining two images", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 10143.597602844238, + "relativeCreated": 6313.073396682739, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/output_data/joined_image_3.jpg'" ], - "asctime": "2020-02-02 23:50:15,143", - "created": 1580683815.1435075, + "asctime": "2020-02-03 11:51:52,342", + "created": 1580727112.3422594, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2772,15 +2777,15 @@ "lineno": 124, "message": "Saving image to '/user_data/data/dirk/prj/unittest/media/unittest/output_data/joined_image_3.jpg'", "module": "__init__", - "msecs": 143.5074806213379, + "msecs": 342.25940704345703, "msg": "Saving image to %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 10329.302310943604, + "relativeCreated": 6430.4070472717285, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -2789,8 +2794,8 @@ "True", "" ], - "asctime": "2020-02-02 23:50:15,353", - "created": 1580683815.3531916, + "asctime": "2020-02-03 11:51:52,492", + "created": 1580727112.4922433, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2800,15 +2805,15 @@ "lineno": 22, "message": "Result (Filecompare for joined_image_3.jpg): True ()", "module": "test", - "msecs": 353.191614151001, + "msecs": 492.24328994750977, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 10538.986444473267, + "relativeCreated": 6580.390930175781, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -2817,8 +2822,8 @@ "True", "" ], - "asctime": "2020-02-02 23:50:15,353", - "created": 1580683815.3533027, + "asctime": "2020-02-03 11:51:52,492", + "created": 1580727112.49235, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2828,37 +2833,37 @@ "lineno": 26, "message": "Expectation (Filecompare for joined_image_3.jpg): result = True ()", "module": "test", - "msecs": 353.3027172088623, + "msecs": 492.35010147094727, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 10539.097547531128, + "relativeCreated": 6580.497741699219, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 353.3620834350586, + "msecs": 492.40732192993164, "msg": "Filecompare for joined_image_3.jpg is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 10539.156913757324, + "relativeCreated": 6580.554962158203, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 5.936622619628906e-05 + "time_consumption": 5.7220458984375e-05 }, { "args": [ "True", "" ], - "asctime": "2020-02-02 23:50:16,349", - "created": 1580683816.349225, + "asctime": "2020-02-03 11:51:53,210", + "created": 1580727113.2100096, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2873,8 +2878,8 @@ "args": [ 4 ], - "asctime": "2020-02-02 23:50:15,353", - "created": 1580683815.3534474, + "asctime": "2020-02-03 11:51:52,492", + "created": 1580727112.492497, "exc_info": null, "exc_text": null, "filename": "test_image.py", @@ -2884,23 +2889,23 @@ "lineno": 108, "message": "Join with position 4", "module": "test_image", - "msecs": 353.44743728637695, + "msecs": 492.4969673156738, "msg": "Join with position %d", "name": "__unittest__", "pathname": "src/tests/test_image.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 10539.242267608643, + "relativeCreated": 6580.644607543945, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_gps.jpg'" ], - "asctime": "2020-02-02 23:50:15,607", - "created": 1580683815.6070576, + "asctime": "2020-02-03 11:51:52,684", + "created": 1580727112.684254, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2910,23 +2915,23 @@ "lineno": 116, "message": "loading image from '/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_gps.jpg'", "module": "__init__", - "msecs": 607.0575714111328, + "msecs": 684.2539310455322, "msg": "loading image from %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 10792.852401733398, + "relativeCreated": 6772.401571273804, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_no_gps.jpg'" ], - "asctime": "2020-02-02 23:50:15,825", - "created": 1580683815.825071, + "asctime": "2020-02-03 11:51:52,841", + "created": 1580727112.8419573, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2936,23 +2941,23 @@ "lineno": 116, "message": "loading image from '/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_no_gps.jpg'", "module": "__init__", - "msecs": 825.0710964202881, + "msecs": 841.9573307037354, "msg": "loading image from %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 11010.865926742554, + "relativeCreated": 6930.104970932007, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ 300 ], - "asctime": "2020-02-02 23:50:15,825", - "created": 1580683815.825221, + "asctime": "2020-02-03 11:51:52,842", + "created": 1580727112.8420913, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2962,47 +2967,47 @@ "lineno": 141, "message": "Resizing picture to max 300 pixel in whatever direction", "module": "__init__", - "msecs": 825.221061706543, + "msecs": 842.0913219451904, "msg": "Resizing picture to max %d pixel in whatever direction", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 11011.015892028809, + "relativeCreated": 6930.238962173462, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [], - "asctime": "2020-02-02 23:50:15,943", - "created": 1580683815.9438252, + "asctime": "2020-02-03 11:51:52,907", + "created": 1580727112.9077432, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "join", "levelname": "DEBUG", "levelno": 10, - "lineno": 217, + "lineno": 218, "message": "Joining two images", "module": "__init__", - "msecs": 943.8252449035645, + "msecs": 907.7432155609131, "msg": "Joining two images", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 11129.62007522583, + "relativeCreated": 6995.890855789185, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/output_data/joined_image_4.jpg'" ], - "asctime": "2020-02-02 23:50:16,124", - "created": 1580683816.1242414, + "asctime": "2020-02-03 11:51:53,022", + "created": 1580727113.0225954, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3012,15 +3017,15 @@ "lineno": 124, "message": "Saving image to '/user_data/data/dirk/prj/unittest/media/unittest/output_data/joined_image_4.jpg'", "module": "__init__", - "msecs": 124.24135208129883, + "msecs": 22.59540557861328, "msg": "Saving image to %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 11310.036182403564, + "relativeCreated": 7110.743045806885, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -3029,8 +3034,8 @@ "True", "" ], - "asctime": "2020-02-02 23:50:16,347", - "created": 1580683816.3476005, + "asctime": "2020-02-03 11:51:53,209", + "created": 1580727113.2098458, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3040,15 +3045,15 @@ "lineno": 22, "message": "Result (Filecompare for joined_image_4.jpg): True ()", "module": "test", - "msecs": 347.60046005249023, + "msecs": 209.84578132629395, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 11533.395290374756, + "relativeCreated": 7297.993421554565, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -3057,8 +3062,8 @@ "True", "" ], - "asctime": "2020-02-02 23:50:16,348", - "created": 1580683816.3485646, + "asctime": "2020-02-03 11:51:53,209", + "created": 1580727113.209952, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3068,37 +3073,37 @@ "lineno": 26, "message": "Expectation (Filecompare for joined_image_4.jpg): result = True ()", "module": "test", - "msecs": 348.56462478637695, + "msecs": 209.95211601257324, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 11534.359455108643, + "relativeCreated": 7298.099756240845, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 349.2250442504883, + "msecs": 210.00957489013672, "msg": "Filecompare for joined_image_4.jpg is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 11535.019874572754, + "relativeCreated": 7298.157215118408, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 0.0006604194641113281 + "time_consumption": 5.745887756347656e-05 }, { "args": [ "True", "" ], - "asctime": "2020-02-02 23:50:17,299", - "created": 1580683817.2992017, + "asctime": "2020-02-03 11:51:53,894", + "created": 1580727113.8942032, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3113,8 +3118,8 @@ "args": [ 5 ], - "asctime": "2020-02-02 23:50:16,350", - "created": 1580683816.3501136, + "asctime": "2020-02-03 11:51:53,210", + "created": 1580727113.2100995, "exc_info": null, "exc_text": null, "filename": "test_image.py", @@ -3124,23 +3129,23 @@ "lineno": 108, "message": "Join with position 5", "module": "test_image", - "msecs": 350.1136302947998, + "msecs": 210.099458694458, "msg": "Join with position %d", "name": "__unittest__", "pathname": "src/tests/test_image.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 11535.908460617065, + "relativeCreated": 7298.2470989227295, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_gps.jpg'" ], - "asctime": "2020-02-02 23:50:16,578", - "created": 1580683816.578492, + "asctime": "2020-02-03 11:51:53,369", + "created": 1580727113.3693988, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3150,23 +3155,23 @@ "lineno": 116, "message": "loading image from '/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_gps.jpg'", "module": "__init__", - "msecs": 578.4919261932373, + "msecs": 369.398832321167, "msg": "loading image from %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 11764.286756515503, + "relativeCreated": 7457.5464725494385, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_no_gps.jpg'" ], - "asctime": "2020-02-02 23:50:16,827", - "created": 1580683816.8273706, + "asctime": "2020-02-03 11:51:53,524", + "created": 1580727113.5249228, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3176,23 +3181,23 @@ "lineno": 116, "message": "loading image from '/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_no_gps.jpg'", "module": "__init__", - "msecs": 827.3706436157227, + "msecs": 524.9228477478027, "msg": "loading image from %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 12013.165473937988, + "relativeCreated": 7613.070487976074, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ 300 ], - "asctime": "2020-02-02 23:50:16,827", - "created": 1580683816.8275187, + "asctime": "2020-02-03 11:51:53,525", + "created": 1580727113.5251005, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3202,47 +3207,47 @@ "lineno": 141, "message": "Resizing picture to max 300 pixel in whatever direction", "module": "__init__", - "msecs": 827.5187015533447, + "msecs": 525.1004695892334, "msg": "Resizing picture to max %d pixel in whatever direction", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 12013.31353187561, + "relativeCreated": 7613.248109817505, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [], - "asctime": "2020-02-02 23:50:16,924", - "created": 1580683816.9249887, + "asctime": "2020-02-03 11:51:53,577", + "created": 1580727113.5770705, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "join", "levelname": "DEBUG", "levelno": 10, - "lineno": 217, + "lineno": 218, "message": "Joining two images", "module": "__init__", - "msecs": 924.9887466430664, + "msecs": 577.0704746246338, "msg": "Joining two images", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 12110.783576965332, + "relativeCreated": 7665.218114852905, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/output_data/joined_image_5.jpg'" ], - "asctime": "2020-02-02 23:50:17,107", - "created": 1580683817.1077278, + "asctime": "2020-02-03 11:51:53,721", + "created": 1580727113.7214005, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3252,15 +3257,15 @@ "lineno": 124, "message": "Saving image to '/user_data/data/dirk/prj/unittest/media/unittest/output_data/joined_image_5.jpg'", "module": "__init__", - "msecs": 107.7277660369873, + "msecs": 721.4004993438721, "msg": "Saving image to %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 12293.522596359253, + "relativeCreated": 7809.548139572144, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -3269,8 +3274,8 @@ "True", "" ], - "asctime": "2020-02-02 23:50:17,297", - "created": 1580683817.297894, + "asctime": "2020-02-03 11:51:53,893", + "created": 1580727113.8939953, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3280,15 +3285,15 @@ "lineno": 22, "message": "Result (Filecompare for joined_image_5.jpg): True ()", "module": "test", - "msecs": 297.8940010070801, + "msecs": 893.9952850341797, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 12483.688831329346, + "relativeCreated": 7982.142925262451, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -3297,8 +3302,8 @@ "True", "" ], - "asctime": "2020-02-02 23:50:17,298", - "created": 1580683817.2986672, + "asctime": "2020-02-03 11:51:53,894", + "created": 1580727113.8941295, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3308,37 +3313,37 @@ "lineno": 26, "message": "Expectation (Filecompare for joined_image_5.jpg): result = True ()", "module": "test", - "msecs": 298.66719245910645, + "msecs": 894.1295146942139, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 12484.462022781372, + "relativeCreated": 7982.277154922485, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 299.20172691345215, + "msecs": 894.2031860351562, "msg": "Filecompare for joined_image_5.jpg is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 12484.996557235718, + "relativeCreated": 7982.350826263428, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 0.0005345344543457031 + "time_consumption": 7.367134094238281e-05 }, { "args": [ "True", "" ], - "asctime": "2020-02-02 23:50:18,301", - "created": 1580683818.3014338, + "asctime": "2020-02-03 11:51:54,593", + "created": 1580727114.5934289, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3353,8 +3358,8 @@ "args": [ 1 ], - "asctime": "2020-02-02 23:50:17,299", - "created": 1580683817.2997885, + "asctime": "2020-02-03 11:51:53,894", + "created": 1580727113.8943253, "exc_info": null, "exc_text": null, "filename": "test_image.py", @@ -3364,23 +3369,23 @@ "lineno": 108, "message": "Join with position 1", "module": "test_image", - "msecs": 299.7884750366211, + "msecs": 894.3252563476562, "msg": "Join with position %d", "name": "__unittest__", "pathname": "src/tests/test_image.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 12485.583305358887, + "relativeCreated": 7982.472896575928, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_gps.jpg'" ], - "asctime": "2020-02-02 23:50:17,537", - "created": 1580683817.5372603, + "asctime": "2020-02-03 11:51:54,039", + "created": 1580727114.0390592, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3390,23 +3395,23 @@ "lineno": 116, "message": "loading image from '/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_gps.jpg'", "module": "__init__", - "msecs": 537.2602939605713, + "msecs": 39.05916213989258, "msg": "loading image from %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 12723.055124282837, + "relativeCreated": 8127.206802368164, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_no_gps.jpg'" ], - "asctime": "2020-02-02 23:50:17,793", - "created": 1580683817.7939827, + "asctime": "2020-02-03 11:51:54,202", + "created": 1580727114.2026494, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3416,23 +3421,23 @@ "lineno": 116, "message": "loading image from '/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_no_gps.jpg'", "module": "__init__", - "msecs": 793.982744216919, + "msecs": 202.64935493469238, "msg": "loading image from %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 12979.777574539185, + "relativeCreated": 8290.796995162964, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ 300 ], - "asctime": "2020-02-02 23:50:17,794", - "created": 1580683817.7941551, + "asctime": "2020-02-03 11:51:54,202", + "created": 1580727114.2027824, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3442,47 +3447,47 @@ "lineno": 141, "message": "Resizing picture to max 300 pixel in whatever direction", "module": "__init__", - "msecs": 794.1551208496094, + "msecs": 202.78239250183105, "msg": "Resizing picture to max %d pixel in whatever direction", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 12979.949951171875, + "relativeCreated": 8290.930032730103, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [], - "asctime": "2020-02-02 23:50:17,938", - "created": 1580683817.9384165, + "asctime": "2020-02-03 11:51:54,324", + "created": 1580727114.3240337, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "join", "levelname": "DEBUG", "levelno": 10, - "lineno": 217, + "lineno": 218, "message": "Joining two images", "module": "__init__", - "msecs": 938.4164810180664, + "msecs": 324.0337371826172, "msg": "Joining two images", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 13124.211311340332, + "relativeCreated": 8412.181377410889, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/output_data/joined_image_1.jpg'" ], - "asctime": "2020-02-02 23:50:18,110", - "created": 1580683818.1101162, + "asctime": "2020-02-03 11:51:54,449", + "created": 1580727114.449797, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3492,15 +3497,15 @@ "lineno": 124, "message": "Saving image to '/user_data/data/dirk/prj/unittest/media/unittest/output_data/joined_image_1.jpg'", "module": "__init__", - "msecs": 110.11624336242676, + "msecs": 449.7969150543213, "msg": "Saving image to %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 13295.911073684692, + "relativeCreated": 8537.944555282593, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -3509,8 +3514,8 @@ "True", "" ], - "asctime": "2020-02-02 23:50:18,299", - "created": 1580683818.299933, + "asctime": "2020-02-03 11:51:54,593", + "created": 1580727114.5932233, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3520,15 +3525,15 @@ "lineno": 22, "message": "Result (Filecompare for joined_image_1.jpg): True ()", "module": "test", - "msecs": 299.93295669555664, + "msecs": 593.2233333587646, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 13485.727787017822, + "relativeCreated": 8681.370973587036, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -3537,8 +3542,8 @@ "True", "" ], - "asctime": "2020-02-02 23:50:18,300", - "created": 1580683818.300717, + "asctime": "2020-02-03 11:51:54,593", + "created": 1580727114.5933533, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3548,37 +3553,37 @@ "lineno": 26, "message": "Expectation (Filecompare for joined_image_1.jpg): result = True ()", "module": "test", - "msecs": 300.7171154022217, + "msecs": 593.353271484375, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 13486.511945724487, + "relativeCreated": 8681.500911712646, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 301.433801651001, + "msecs": 593.4288501739502, "msg": "Filecompare for joined_image_1.jpg is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 13487.228631973267, + "relativeCreated": 8681.576490402222, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 0.0007166862487792969 + "time_consumption": 7.557868957519531e-05 }, { "args": [ "True", "" ], - "asctime": "2020-02-02 23:50:19,271", - "created": 1580683819.2718904, + "asctime": "2020-02-03 11:51:55,277", + "created": 1580727115.2770908, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3593,8 +3598,8 @@ "args": [ 2 ], - "asctime": "2020-02-02 23:50:18,302", - "created": 1580683818.30267, + "asctime": "2020-02-03 11:51:54,593", + "created": 1580727114.5935304, "exc_info": null, "exc_text": null, "filename": "test_image.py", @@ -3604,23 +3609,23 @@ "lineno": 108, "message": "Join with position 2", "module": "test_image", - "msecs": 302.6700019836426, + "msecs": 593.5304164886475, "msg": "Join with position %d", "name": "__unittest__", "pathname": "src/tests/test_image.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 13488.464832305908, + "relativeCreated": 8681.678056716919, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_gps.jpg'" ], - "asctime": "2020-02-02 23:50:18,539", - "created": 1580683818.5397162, + "asctime": "2020-02-03 11:51:54,742", + "created": 1580727114.7421951, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3630,23 +3635,23 @@ "lineno": 116, "message": "loading image from '/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_gps.jpg'", "module": "__init__", - "msecs": 539.7162437438965, + "msecs": 742.1951293945312, "msg": "loading image from %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 13725.511074066162, + "relativeCreated": 8830.342769622803, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_no_gps.jpg'" ], - "asctime": "2020-02-02 23:50:18,793", - "created": 1580683818.7935078, + "asctime": "2020-02-03 11:51:54,942", + "created": 1580727114.942605, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3656,23 +3661,23 @@ "lineno": 116, "message": "loading image from '/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_no_gps.jpg'", "module": "__init__", - "msecs": 793.5078144073486, + "msecs": 942.6050186157227, "msg": "loading image from %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 13979.302644729614, + "relativeCreated": 9030.752658843994, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ 300 ], - "asctime": "2020-02-02 23:50:18,793", - "created": 1580683818.7936895, + "asctime": "2020-02-03 11:51:54,942", + "created": 1580727114.9427683, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3682,47 +3687,47 @@ "lineno": 141, "message": "Resizing picture to max 300 pixel in whatever direction", "module": "__init__", - "msecs": 793.689489364624, + "msecs": 942.7683353424072, "msg": "Resizing picture to max %d pixel in whatever direction", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 13979.48431968689, + "relativeCreated": 9030.915975570679, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [], - "asctime": "2020-02-02 23:50:18,877", - "created": 1580683818.8772478, + "asctime": "2020-02-03 11:51:55,014", + "created": 1580727115.0147798, "exc_info": null, "exc_text": null, "filename": "__init__.py", "funcName": "join", "levelname": "DEBUG", "levelno": 10, - "lineno": 217, + "lineno": 218, "message": "Joining two images", "module": "__init__", - "msecs": 877.2478103637695, + "msecs": 14.779806137084961, "msg": "Joining two images", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 14063.042640686035, + "relativeCreated": 9102.927446365356, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/output_data/joined_image_2.jpg'" ], - "asctime": "2020-02-02 23:50:19,061", - "created": 1580683819.0614886, + "asctime": "2020-02-03 11:51:55,124", + "created": 1580727115.1245804, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3732,15 +3737,15 @@ "lineno": 124, "message": "Saving image to '/user_data/data/dirk/prj/unittest/media/unittest/output_data/joined_image_2.jpg'", "module": "__init__", - "msecs": 61.48862838745117, + "msecs": 124.58038330078125, "msg": "Saving image to %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 14247.283458709717, + "relativeCreated": 9212.728023529053, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -3749,8 +3754,8 @@ "True", "" ], - "asctime": "2020-02-02 23:50:19,271", - "created": 1580683819.2716413, + "asctime": "2020-02-03 11:51:55,276", + "created": 1580727115.2768118, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3760,15 +3765,15 @@ "lineno": 22, "message": "Result (Filecompare for joined_image_2.jpg): True ()", "module": "test", - "msecs": 271.6412544250488, + "msecs": 276.8118381500244, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 14457.436084747314, + "relativeCreated": 9364.959478378296, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -3777,8 +3782,8 @@ "True", "" ], - "asctime": "2020-02-02 23:50:19,271", - "created": 1580683819.2718086, + "asctime": "2020-02-03 11:51:55,276", + "created": 1580727115.2769642, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3788,41 +3793,41 @@ "lineno": 26, "message": "Expectation (Filecompare for joined_image_2.jpg): result = True ()", "module": "test", - "msecs": 271.8086242675781, + "msecs": 276.9641876220703, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 14457.603454589844, + "relativeCreated": 9365.111827850342, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 271.89040184020996, + "msecs": 277.09078788757324, "msg": "Filecompare for joined_image_2.jpg is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 14457.685232162476, + "relativeCreated": 9365.238428115845, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 8.177757263183594e-05 + "time_consumption": 0.0001266002655029297 } ], - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 6.168530225753784, - "time_finished": "2020-02-02 23:50:19,271", - "time_start": "2020-02-02 23:50:13,103" + "time_consumption": 4.226864576339722, + "time_finished": "2020-02-03 11:51:55,277", + "time_start": "2020-02-03 11:51:51,050" }, "_Fv7V4EYCEequ74M7usLaPw": { "args": null, - "asctime": "2020-02-02 23:50:06,655", - "created": 1580683806.6554456, + "asctime": "2020-02-03 11:51:47,139", + "created": 1580727107.1390893, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3833,13 +3838,13 @@ "message": "_Fv7V4EYCEequ74M7usLaPw", "module": "__init__", "moduleLogger": [], - "msecs": 655.4455757141113, + "msecs": 139.08934593200684, "msg": "_Fv7V4EYCEequ74M7usLaPw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/media/unittest/src/tests/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 1841.240406036377, + "relativeCreated": 1227.2369861602783, "stack_info": null, "testcaseLogger": [ { @@ -3847,8 +3852,8 @@ "", "" ], - "asctime": "2020-02-02 23:50:06,656", - "created": 1580683806.6565988, + "asctime": "2020-02-03 11:51:47,139", + "created": 1580727107.139268, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3865,8 +3870,8 @@ "", "" ], - "asctime": "2020-02-02 23:50:06,656", - "created": 1580683806.6560626, + "asctime": "2020-02-03 11:51:47,139", + "created": 1580727107.1391797, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3876,15 +3881,15 @@ "lineno": 22, "message": "Result (Type of image stored in instance, if no parameter is given): ()", "module": "test", - "msecs": 656.0626029968262, + "msecs": 139.17970657348633, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 1841.8574333190918, + "relativeCreated": 1227.3273468017578, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -3893,8 +3898,8 @@ "", "" ], - "asctime": "2020-02-02 23:50:06,656", - "created": 1580683806.656427, + "asctime": "2020-02-03 11:51:47,139", + "created": 1580727107.1392264, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3904,37 +3909,37 @@ "lineno": 26, "message": "Expectation (Type of image stored in instance, if no parameter is given): result = ()", "module": "test", - "msecs": 656.4269065856934, + "msecs": 139.22643661499023, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 1842.221736907959, + "relativeCreated": 1227.3740768432617, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 656.5988063812256, + "msecs": 139.2679214477539, "msg": "Type of image stored in instance, if no parameter is given is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 1842.3936367034912, + "relativeCreated": 1227.4155616760254, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 0.00017189979553222656 + "time_consumption": 4.1484832763671875e-05 }, { "args": [ "", "" ], - "asctime": "2020-02-02 23:50:06,660", - "created": 1580683806.6602879, + "asctime": "2020-02-03 11:51:47,140", + "created": 1580727107.1402414, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3947,8 +3952,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2020-02-02 23:50:06,659", - "created": 1580683806.6591866, + "asctime": "2020-02-03 11:51:47,140", + "created": 1580727107.1400805, "exc_info": null, "exc_text": null, "filename": "convert.py", @@ -3958,15 +3963,15 @@ "lineno": 35, "message": "Instance type is not supported: ", "module": "convert", - "msecs": 659.186601638794, + "msecs": 140.08045196533203, "msg": "Instance type is not supported: ", "name": "MEDIA", "pathname": "src/media/convert.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 1844.9814319610596, + "relativeCreated": 1228.2280921936035, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -3975,8 +3980,8 @@ "", "" ], - "asctime": "2020-02-02 23:50:06,659", - "created": 1580683806.6597466, + "asctime": "2020-02-03 11:51:47,140", + "created": 1580727107.1401498, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -3986,15 +3991,15 @@ "lineno": 22, "message": "Result (Type of image stored in instance, if a unsupported parameter is given): ()", "module": "test", - "msecs": 659.7466468811035, + "msecs": 140.1498317718506, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 1845.5414772033691, + "relativeCreated": 1228.297472000122, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -4003,8 +4008,8 @@ "", "" ], - "asctime": "2020-02-02 23:50:06,660", - "created": 1580683806.6600494, + "asctime": "2020-02-03 11:51:47,140", + "created": 1580727107.140195, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4014,37 +4019,37 @@ "lineno": 26, "message": "Expectation (Type of image stored in instance, if a unsupported parameter is given): result = ()", "module": "test", - "msecs": 660.0494384765625, + "msecs": 140.19489288330078, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 1845.8442687988281, + "relativeCreated": 1228.3425331115723, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 660.2878570556641, + "msecs": 140.2413845062256, "msg": "Type of image stored in instance, if a unsupported parameter is given is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 1846.0826873779297, + "relativeCreated": 1228.389024734497, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 0.0002384185791015625 + "time_consumption": 4.649162292480469e-05 }, { "args": [ "", "" ], - "asctime": "2020-02-02 23:50:06,661", - "created": 1580683806.6615067, + "asctime": "2020-02-03 11:51:47,140", + "created": 1580727107.140476, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4059,8 +4064,8 @@ "args": [ "/user_data/data/dirk/prj/unittest/media/unittest/input_data/unknown.txt" ], - "asctime": "2020-02-02 23:50:06,660", - "created": 1580683806.660623, + "asctime": "2020-02-03 11:51:47,140", + "created": 1580727107.1403224, "exc_info": null, "exc_text": null, "filename": "convert.py", @@ -4070,15 +4075,15 @@ "lineno": 31, "message": "Filetype is not supported (/user_data/data/dirk/prj/unittest/media/unittest/input_data/unknown.txt)", "module": "convert", - "msecs": 660.6230735778809, + "msecs": 140.32244682312012, "msg": "Filetype is not supported (%s)", "name": "MEDIA", "pathname": "src/media/convert.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 1846.4179039001465, + "relativeCreated": 1228.4700870513916, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -4087,8 +4092,8 @@ "", "" ], - "asctime": "2020-02-02 23:50:06,661", - "created": 1580683806.661059, + "asctime": "2020-02-03 11:51:47,140", + "created": 1580727107.140401, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4098,15 +4103,15 @@ "lineno": 22, "message": "Result (Type of image stored in instance, if an unknown file is given): ()", "module": "test", - "msecs": 661.0589027404785, + "msecs": 140.40088653564453, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 1846.8537330627441, + "relativeCreated": 1228.548526763916, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -4115,8 +4120,8 @@ "", "" ], - "asctime": "2020-02-02 23:50:06,661", - "created": 1580683806.6612897, + "asctime": "2020-02-03 11:51:47,140", + "created": 1580727107.1404388, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4126,37 +4131,37 @@ "lineno": 26, "message": "Expectation (Type of image stored in instance, if an unknown file is given): result = ()", "module": "test", - "msecs": 661.2896919250488, + "msecs": 140.43879508972168, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 1847.0845222473145, + "relativeCreated": 1228.5864353179932, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 661.5066528320312, + "msecs": 140.47598838806152, "msg": "Type of image stored in instance, if an unknown file is given is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 1847.3014831542969, + "relativeCreated": 1228.623628616333, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 0.00021696090698242188 + "time_consumption": 3.719329833984375e-05 }, { "args": [ "", "" ], - "asctime": "2020-02-02 23:50:06,950", - "created": 1580683806.9507322, + "asctime": "2020-02-03 11:51:47,351", + "created": 1580727107.3517513, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4171,8 +4176,8 @@ "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_gps.jpg'" ], - "asctime": "2020-02-02 23:50:06,950", - "created": 1580683806.9504166, + "asctime": "2020-02-03 11:51:47,351", + "created": 1580727107.3515162, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4182,15 +4187,15 @@ "lineno": 116, "message": "loading image from '/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_gps.jpg'", "module": "__init__", - "msecs": 950.4165649414062, + "msecs": 351.5162467956543, "msg": "loading image from %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 2136.211395263672, + "relativeCreated": 1439.6638870239258, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -4199,8 +4204,8 @@ "", "" ], - "asctime": "2020-02-02 23:50:06,950", - "created": 1580683806.9505882, + "asctime": "2020-02-03 11:51:47,351", + "created": 1580727107.3516605, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4210,15 +4215,15 @@ "lineno": 22, "message": "Result (Type of image stored in instance, if a image file is given): ()", "module": "test", - "msecs": 950.5882263183594, + "msecs": 351.66049003601074, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 2136.383056640625, + "relativeCreated": 1439.8081302642822, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -4227,8 +4232,8 @@ "", "" ], - "asctime": "2020-02-02 23:50:06,950", - "created": 1580683806.950667, + "asctime": "2020-02-03 11:51:47,351", + "created": 1580727107.3517084, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4238,37 +4243,37 @@ "lineno": 26, "message": "Expectation (Type of image stored in instance, if a image file is given): result = ()", "module": "test", - "msecs": 950.6669044494629, + "msecs": 351.70841217041016, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 2136.4617347717285, + "relativeCreated": 1439.8560523986816, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 950.7322311401367, + "msecs": 351.75132751464844, "msg": "Type of image stored in instance, if a image file is given is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 2136.5270614624023, + "relativeCreated": 1439.89896774292, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 6.532669067382812e-05 + "time_consumption": 4.291534423828125e-05 }, { "args": [ "", "" ], - "asctime": "2020-02-02 23:50:07,867", - "created": 1580683807.8670359, + "asctime": "2020-02-03 11:51:47,847", + "created": 1580727107.8470995, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4283,8 +4288,8 @@ "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/input_data/video.mp4'" ], - "asctime": "2020-02-02 23:50:07,854", - "created": 1580683807.8544464, + "asctime": "2020-02-03 11:51:47,844", + "created": 1580727107.8443635, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4294,15 +4299,15 @@ "lineno": 116, "message": "loading image from '/user_data/data/dirk/prj/unittest/media/unittest/input_data/video.mp4'", "module": "__init__", - "msecs": 854.4464111328125, + "msecs": 844.3634510040283, "msg": "loading image from %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 3040.241241455078, + "relativeCreated": 1932.5110912322998, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -4311,8 +4316,8 @@ "", "" ], - "asctime": "2020-02-02 23:50:07,866", - "created": 1580683807.8667064, + "asctime": "2020-02-03 11:51:47,846", + "created": 1580727107.8468344, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4322,15 +4327,15 @@ "lineno": 22, "message": "Result (Type of image stored in instance, if a video file is given): ()", "module": "test", - "msecs": 866.706371307373, + "msecs": 846.8344211578369, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 3052.5012016296387, + "relativeCreated": 1934.9820613861084, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -4339,8 +4344,8 @@ "", "" ], - "asctime": "2020-02-02 23:50:07,866", - "created": 1580683807.866885, + "asctime": "2020-02-03 11:51:47,847", + "created": 1580727107.8470068, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4350,41 +4355,41 @@ "lineno": 26, "message": "Expectation (Type of image stored in instance, if a video file is given): result = ()", "module": "test", - "msecs": 866.8849468231201, + "msecs": 847.0067977905273, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 3052.6797771453857, + "relativeCreated": 1935.1544380187988, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 867.0358657836914, + "msecs": 847.0995426177979, "msg": "Type of image stored in instance, if a video file is given is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 3052.830696105957, + "relativeCreated": 1935.2471828460693, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 0.00015091896057128906 + "time_consumption": 9.274482727050781e-05 } ], - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 1.21159029006958, - "time_finished": "2020-02-02 23:50:07,867", - "time_start": "2020-02-02 23:50:06,655" + "time_consumption": 0.708010196685791, + "time_finished": "2020-02-03 11:51:47,847", + "time_start": "2020-02-03 11:51:47,139" }, "_HGpRMEYCEequ74M7usLaPw": { "args": null, - "asctime": "2020-02-02 23:50:07,867", - "created": 1580683807.8674316, + "asctime": "2020-02-03 11:51:47,847", + "created": 1580727107.84747, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4395,13 +4400,13 @@ "message": "_HGpRMEYCEequ74M7usLaPw", "module": "__init__", "moduleLogger": [], - "msecs": 867.431640625, + "msecs": 847.4700450897217, "msg": "_HGpRMEYCEequ74M7usLaPw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/media/unittest/src/tests/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 3053.2264709472656, + "relativeCreated": 1935.6176853179932, "stack_info": null, "testcaseLogger": [ { @@ -4409,8 +4414,8 @@ "False", "" ], - "asctime": "2020-02-02 23:50:07,867", - "created": 1580683807.8677902, + "asctime": "2020-02-03 11:51:47,847", + "created": 1580727107.8478415, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4425,8 +4430,8 @@ "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/output_data/saved_image.jpg'" ], - "asctime": "2020-02-02 23:50:07,867", - "created": 1580683807.8675845, + "asctime": "2020-02-03 11:51:47,847", + "created": 1580727107.8476129, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4436,15 +4441,15 @@ "lineno": 121, "message": "No image available to be saved ('/user_data/data/dirk/prj/unittest/media/unittest/output_data/saved_image.jpg')", "module": "__init__", - "msecs": 867.5844669342041, + "msecs": 847.6128578186035, "msg": "No image available to be saved (%s)", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 3053.3792972564697, + "relativeCreated": 1935.760498046875, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -4453,8 +4458,8 @@ "False", "" ], - "asctime": "2020-02-02 23:50:07,867", - "created": 1580683807.867687, + "asctime": "2020-02-03 11:51:47,847", + "created": 1580727107.8477066, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4464,15 +4469,15 @@ "lineno": 22, "message": "Result (Returnvalue of failed save method): False ()", "module": "test", - "msecs": 867.6869869232178, + "msecs": 847.7065563201904, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 3053.4818172454834, + "relativeCreated": 1935.854196548462, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -4481,8 +4486,8 @@ "False", "" ], - "asctime": "2020-02-02 23:50:07,867", - "created": 1580683807.86774, + "asctime": "2020-02-03 11:51:47,847", + "created": 1580727107.8477752, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4492,37 +4497,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of failed save method): result = False ()", "module": "test", - "msecs": 867.7399158477783, + "msecs": 847.7752208709717, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 3053.534746170044, + "relativeCreated": 1935.9228610992432, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 867.7902221679688, + "msecs": 847.8415012359619, "msg": "Returnvalue of failed save method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 3053.5850524902344, + "relativeCreated": 1935.9891414642334, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 5.030632019042969e-05 + "time_consumption": 6.628036499023438e-05 }, { "args": [ "False", "" ], - "asctime": "2020-02-02 23:50:07,868", - "created": 1580683807.868027, + "asctime": "2020-02-03 11:51:47,849", + "created": 1580727107.8499947, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4539,8 +4544,8 @@ "False", "" ], - "asctime": "2020-02-02 23:50:07,867", - "created": 1580683807.867908, + "asctime": "2020-02-03 11:51:47,848", + "created": 1580727107.8482869, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4550,15 +4555,15 @@ "lineno": 22, "message": "Result (Existance of saved file): False ()", "module": "test", - "msecs": 867.9080009460449, + "msecs": 848.2868671417236, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 3053.7028312683105, + "relativeCreated": 1936.4345073699951, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -4567,8 +4572,8 @@ "False", "" ], - "asctime": "2020-02-02 23:50:07,867", - "created": 1580683807.867977, + "asctime": "2020-02-03 11:51:47,849", + "created": 1580727107.8493922, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4578,37 +4583,37 @@ "lineno": 26, "message": "Expectation (Existance of saved file): result = False ()", "module": "test", - "msecs": 867.9769039154053, + "msecs": 849.3921756744385, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 3053.771734237671, + "relativeCreated": 1937.53981590271, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 868.0269718170166, + "msecs": 849.9946594238281, "msg": "Existance of saved file is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 3053.821802139282, + "relativeCreated": 1938.1422996520996, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 5.0067901611328125e-05 + "time_consumption": 0.0006024837493896484 }, { "args": [ "True", "" ], - "asctime": "2020-02-02 23:50:08,703", - "created": 1580683808.7035887, + "asctime": "2020-02-03 11:51:48,324", + "created": 1580727108.324942, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4623,8 +4628,8 @@ "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/input_data/video.mp4'" ], - "asctime": "2020-02-02 23:50:08,684", - "created": 1580683808.6847758, + "asctime": "2020-02-03 11:51:48,282", + "created": 1580727108.282489, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4634,23 +4639,23 @@ "lineno": 116, "message": "loading image from '/user_data/data/dirk/prj/unittest/media/unittest/input_data/video.mp4'", "module": "__init__", - "msecs": 684.7758293151855, + "msecs": 282.4890613555908, "msg": "loading image from %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 3870.570659637451, + "relativeCreated": 2370.6367015838623, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/output_data/saved_image.jpg'" ], - "asctime": "2020-02-02 23:50:08,685", - "created": 1580683808.6850674, + "asctime": "2020-02-03 11:51:48,284", + "created": 1580727108.2842104, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4660,15 +4665,15 @@ "lineno": 124, "message": "Saving image to '/user_data/data/dirk/prj/unittest/media/unittest/output_data/saved_image.jpg'", "module": "__init__", - "msecs": 685.0674152374268, + "msecs": 284.2104434967041, "msg": "Saving image to %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 3870.8622455596924, + "relativeCreated": 2372.3580837249756, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -4677,8 +4682,8 @@ "True", "" ], - "asctime": "2020-02-02 23:50:08,703", - "created": 1580683808.703407, + "asctime": "2020-02-03 11:51:48,324", + "created": 1580727108.3247736, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4688,15 +4693,15 @@ "lineno": 22, "message": "Result (Returnvalue of successful save method): True ()", "module": "test", - "msecs": 703.4070491790771, + "msecs": 324.77355003356934, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 3889.201879501343, + "relativeCreated": 2412.921190261841, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -4705,8 +4710,8 @@ "True", "" ], - "asctime": "2020-02-02 23:50:08,703", - "created": 1580683808.7035263, + "asctime": "2020-02-03 11:51:48,324", + "created": 1580727108.3248885, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4716,37 +4721,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of successful save method): result = True ()", "module": "test", - "msecs": 703.5262584686279, + "msecs": 324.8884677886963, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 3889.3210887908936, + "relativeCreated": 2413.036108016968, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 703.5887241363525, + "msecs": 324.94211196899414, "msg": "Returnvalue of successful save method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 3889.383554458618, + "relativeCreated": 2413.0897521972656, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 6.246566772460938e-05 + "time_consumption": 5.364418029785156e-05 }, { "args": [ "True", "" ], - "asctime": "2020-02-02 23:50:08,703", - "created": 1580683808.7038307, + "asctime": "2020-02-03 11:51:48,325", + "created": 1580727108.3252008, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4763,8 +4768,8 @@ "True", "" ], - "asctime": "2020-02-02 23:50:08,703", - "created": 1580683808.7037346, + "asctime": "2020-02-03 11:51:48,325", + "created": 1580727108.3251183, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4774,15 +4779,15 @@ "lineno": 22, "message": "Result (Existance of saved file): True ()", "module": "test", - "msecs": 703.7346363067627, + "msecs": 325.1183032989502, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 3889.5294666290283, + "relativeCreated": 2413.2659435272217, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -4791,8 +4796,8 @@ "True", "" ], - "asctime": "2020-02-02 23:50:08,703", - "created": 1580683808.7037873, + "asctime": "2020-02-03 11:51:48,325", + "created": 1580727108.325158, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4802,41 +4807,41 @@ "lineno": 26, "message": "Expectation (Existance of saved file): result = True ()", "module": "test", - "msecs": 703.7873268127441, + "msecs": 325.15811920166016, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 3889.5821571350098, + "relativeCreated": 2413.3057594299316, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 703.8307189941406, + "msecs": 325.20079612731934, "msg": "Existance of saved file is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 3889.6255493164062, + "relativeCreated": 2413.348436355591, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 4.3392181396484375e-05 + "time_consumption": 4.267692565917969e-05 } ], - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 0.8363990783691406, - "time_finished": "2020-02-02 23:50:08,703", - "time_start": "2020-02-02 23:50:07,867" + "time_consumption": 0.47773075103759766, + "time_finished": "2020-02-03 11:51:48,325", + "time_start": "2020-02-03 11:51:47,847" }, "_XzMFcHYZEem_kd-7nxt1sg": { "args": null, - "asctime": "2020-02-02 23:50:04,982", - "created": 1580683804.9820852, + "asctime": "2020-02-03 11:51:46,027", + "created": 1580727106.0273104, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4847,13 +4852,13 @@ "message": "_XzMFcHYZEem_kd-7nxt1sg", "module": "__init__", "moduleLogger": [], - "msecs": 982.0852279663086, + "msecs": 27.31037139892578, "msg": "_XzMFcHYZEem_kd-7nxt1sg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/media/unittest/src/tests/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 167.88005828857422, + "relativeCreated": 115.45801162719727, "stack_info": null, "testcaseLogger": [ { @@ -4861,8 +4866,8 @@ "None", "" ], - "asctime": "2020-02-02 23:50:04,996", - "created": 1580683804.9969733, + "asctime": "2020-02-03 11:51:46,028", + "created": 1580727106.0289743, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4877,8 +4882,8 @@ "args": [ "/user_data/data/dirk/prj/unittest/media/unittest/input_data/unknown.txt" ], - "asctime": "2020-02-02 23:50:04,994", - "created": 1580683804.9941604, + "asctime": "2020-02-03 11:51:46,028", + "created": 1580727106.0285676, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4888,15 +4893,15 @@ "lineno": 80, "message": "Filetype not known: /user_data/data/dirk/prj/unittest/media/unittest/input_data/unknown.txt", "module": "__init__", - "msecs": 994.1604137420654, + "msecs": 28.56755256652832, "msg": "Filetype not known: %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 179.95524406433105, + "relativeCreated": 116.7151927947998, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -4905,8 +4910,8 @@ "None", "" ], - "asctime": "2020-02-02 23:50:04,996", - "created": 1580683804.9963493, + "asctime": "2020-02-03 11:51:46,028", + "created": 1580727106.028876, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4916,15 +4921,15 @@ "lineno": 22, "message": "Result (Media data for unknown.txt): None ()", "module": "test", - "msecs": 996.3493347167969, + "msecs": 28.876066207885742, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 182.1441650390625, + "relativeCreated": 117.02370643615723, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -4933,8 +4938,8 @@ "None", "" ], - "asctime": "2020-02-02 23:50:04,996", - "created": 1580683804.9967, + "asctime": "2020-02-03 11:51:46,028", + "created": 1580727106.028927, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4944,37 +4949,37 @@ "lineno": 26, "message": "Expectation (Media data for unknown.txt): result = None ()", "module": "test", - "msecs": 996.7000484466553, + "msecs": 28.927087783813477, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 182.4948787689209, + "relativeCreated": 117.07472801208496, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 996.9732761383057, + "msecs": 28.974294662475586, "msg": "Media data for unknown.txt is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 182.7681064605713, + "relativeCreated": 117.12193489074707, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 0.0002732276916503906 + "time_consumption": 4.7206878662109375e-05 }, { "args": [ "{'duration': 236.094694, 'bitrate': 290743, 'artist': 'Kaleo', 'title': 'No Good', 'album': 'A/B', 'track': 1, 'genre': 'Rock', 'year': 2016, 'size': 8580366, 'time': 1451606398, 'tm_is_subst': True}", "" ], - "asctime": "2020-02-02 23:50:05,358", - "created": 1580683805.3582673, + "asctime": "2020-02-03 11:51:46,319", + "created": 1580727106.3195608, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -4991,8 +4996,8 @@ "{ 'duration': 236.094694, 'bitrate': 290743, 'artist': 'Kaleo', 'title': 'No Good', 'album': 'A/B', 'track': 1, 'genre': 'Rock', 'year': 2016, 'size': 8580366, 'time': 1451606398, 'tm_is_subst': True }", "" ], - "asctime": "2020-02-02 23:50:05,352", - "created": 1580683805.3529189, + "asctime": "2020-02-03 11:51:46,319", + "created": 1580727106.319274, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5002,15 +5007,15 @@ "lineno": 22, "message": "Result (Media data for audio.mp3): { 'duration': 236.094694, 'bitrate': 290743, 'artist': 'Kaleo', 'title': 'No Good', 'album': 'A/B', 'track': 1, 'genre': 'Rock', 'year': 2016, 'size': 8580366, 'time': 1451606398, 'tm_is_subst': True } ()", "module": "test", - "msecs": 352.9188632965088, + "msecs": 319.2739486694336, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 538.7136936187744, + "relativeCreated": 407.4215888977051, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -5019,8 +5024,8 @@ "{ 'duration': 236.094694, 'bitrate': 290743, 'artist': 'Kaleo', 'title': 'No Good', 'album': 'A/B', 'track': 1, 'genre': 'Rock', 'year': 2016, 'time': 1451606398, 'tm_is_subst': True, 'size': 8580366 }", "" ], - "asctime": "2020-02-02 23:50:05,356", - "created": 1580683805.356583, + "asctime": "2020-02-03 11:51:46,319", + "created": 1580727106.3194654, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5030,37 +5035,37 @@ "lineno": 26, "message": "Expectation (Media data for audio.mp3): result = { 'duration': 236.094694, 'bitrate': 290743, 'artist': 'Kaleo', 'title': 'No Good', 'album': 'A/B', 'track': 1, 'genre': 'Rock', 'year': 2016, 'time': 1451606398, 'tm_is_subst': True, 'size': 8580366 } ()", "module": "test", - "msecs": 356.5831184387207, + "msecs": 319.46539878845215, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 542.3779487609863, + "relativeCreated": 407.61303901672363, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 358.26730728149414, + "msecs": 319.5607662200928, "msg": "Media data for audio.mp3 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 544.0621376037598, + "relativeCreated": 407.70840644836426, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 0.0016841888427734375 + "time_consumption": 9.5367431640625e-05 }, { "args": [ "{'duration': 281.991837, 'bitrate': 228298, 'title': 'Video Games (Album Version Remastered)', 'artist': 'Lana Del Rey', 'album': 'Born To Die', 'genre': 'Pop', 'track': 4, 'year': 2012, 'size': 8047290, 'time': 1325375995, 'tm_is_subst': True}", "" ], - "asctime": "2020-02-02 23:50:05,564", - "created": 1580683805.564757, + "asctime": "2020-02-03 11:51:46,412", + "created": 1580727106.4128506, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5077,8 +5082,8 @@ "{ 'duration': 281.991837, 'bitrate': 228298, 'title': 'Video Games (Album Version Remastered)', 'artist': 'Lana Del Rey', 'album': 'Born To Die', 'genre': 'Pop', 'track': 4, 'year': 2012, 'size': 8047290, 'time': 1325375995, 'tm_is_subst': True }", "" ], - "asctime": "2020-02-02 23:50:05,564", - "created": 1580683805.5644188, + "asctime": "2020-02-03 11:51:46,412", + "created": 1580727106.4123337, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5088,15 +5093,15 @@ "lineno": 22, "message": "Result (Media data for audio_fail_conv.mp3): { 'duration': 281.991837, 'bitrate': 228298, 'title': 'Video Games (Album Version Remastered)', 'artist': 'Lana Del Rey', 'album': 'Born To Die', 'genre': 'Pop', 'track': 4, 'year': 2012, 'size': 8047290, 'time': 1325375995, 'tm_is_subst': True } ()", "module": "test", - "msecs": 564.4187927246094, + "msecs": 412.33372688293457, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 750.213623046875, + "relativeCreated": 500.48136711120605, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -5105,8 +5110,8 @@ "{ 'duration': 281.991837, 'bitrate': 228298, 'artist': 'Lana Del Rey', 'title': 'Video Games (Album Version Remastered)', 'album': 'Born To Die', 'track': 4, 'genre': 'Pop', 'year': 2012, 'time': 1325375995, 'tm_is_subst': True, 'size': 8047290 }", "" ], - "asctime": "2020-02-02 23:50:05,564", - "created": 1580683805.5646486, + "asctime": "2020-02-03 11:51:46,412", + "created": 1580727106.4125612, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5116,37 +5121,37 @@ "lineno": 26, "message": "Expectation (Media data for audio_fail_conv.mp3): result = { 'duration': 281.991837, 'bitrate': 228298, 'artist': 'Lana Del Rey', 'title': 'Video Games (Album Version Remastered)', 'album': 'Born To Die', 'track': 4, 'genre': 'Pop', 'year': 2012, 'time': 1325375995, 'tm_is_subst': True, 'size': 8047290 } ()", "module": "test", - "msecs": 564.6486282348633, + "msecs": 412.56117820739746, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 750.4434585571289, + "relativeCreated": 500.70881843566895, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 564.7571086883545, + "msecs": 412.85061836242676, "msg": "Media data for audio_fail_conv.mp3 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 750.5519390106201, + "relativeCreated": 500.99825859069824, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 0.00010848045349121094 + "time_consumption": 0.0002894401550292969 }, { "args": [ "{'duration': 120.476735, 'bitrate': 240202, 'title': 'Was bringt der Dezember', 'artist': 'Rolf und seine Freunde', 'album': 'Wir warten auf Weihnachten', 'year': 0, 'track': 9, 'genre': 'Other', 'size': 3617354}", "" ], - "asctime": "2020-02-02 23:50:05,681", - "created": 1580683805.6815603, + "asctime": "2020-02-03 11:51:46,556", + "created": 1580727106.5565512, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5163,8 +5168,8 @@ "{ 'duration': 120.476735, 'bitrate': 240202, 'title': 'Was bringt der Dezember', 'artist': 'Rolf und seine Freunde', 'album': 'Wir warten auf Weihnachten', 'year': 0, 'track': 9, 'genre': 'Other', 'size': 3617354 }", "" ], - "asctime": "2020-02-02 23:50:05,681", - "created": 1580683805.681223, + "asctime": "2020-02-03 11:51:46,556", + "created": 1580727106.556156, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5174,15 +5179,15 @@ "lineno": 22, "message": "Result (Media data for audio_year_0.mp3): { 'duration': 120.476735, 'bitrate': 240202, 'title': 'Was bringt der Dezember', 'artist': 'Rolf und seine Freunde', 'album': 'Wir warten auf Weihnachten', 'year': 0, 'track': 9, 'genre': 'Other', 'size': 3617354 } ()", "module": "test", - "msecs": 681.2229156494141, + "msecs": 556.1559200286865, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 867.0177459716797, + "relativeCreated": 644.303560256958, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -5191,8 +5196,8 @@ "{ 'duration': 120.476735, 'bitrate': 240202, 'artist': 'Rolf und seine Freunde', 'title': 'Was bringt der Dezember', 'album': 'Wir warten auf Weihnachten', 'track': 9, 'genre': 'Other', 'year': 0, 'size': 3617354 }", "" ], - "asctime": "2020-02-02 23:50:05,681", - "created": 1580683805.6814423, + "asctime": "2020-02-03 11:51:46,556", + "created": 1580727106.5564106, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5202,37 +5207,37 @@ "lineno": 26, "message": "Expectation (Media data for audio_year_0.mp3): result = { 'duration': 120.476735, 'bitrate': 240202, 'artist': 'Rolf und seine Freunde', 'title': 'Was bringt der Dezember', 'album': 'Wir warten auf Weihnachten', 'track': 9, 'genre': 'Other', 'year': 0, 'size': 3617354 } ()", "module": "test", - "msecs": 681.4422607421875, + "msecs": 556.410551071167, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 867.2370910644531, + "relativeCreated": 644.5581912994385, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 681.5602779388428, + "msecs": 556.5512180328369, "msg": "Media data for audio_year_0.mp3 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 867.3551082611084, + "relativeCreated": 644.6988582611084, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 0.00011801719665527344 + "time_consumption": 0.00014066696166992188 }, { "args": [ "{'time': 1560083621, 'exposure_program': 'Program Normal', 'exposure_time': 0.007633587786259542, 'flash': 'Off', 'aperture': 2.2, 'focal_length': 3.463, 'gps': {'lon': 11.574697, 'lat': 52.993599}, 'height': 3120, 'iso': 100, 'orientation': 6, 'width': 4160, 'size': 4524705, 'camera': 'motorola: motorola one'}", "" ], - "asctime": "2020-02-02 23:50:05,723", - "created": 1580683805.7235267, + "asctime": "2020-02-03 11:51:46,600", + "created": 1580727106.6006143, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5249,8 +5254,8 @@ "{ 'time': 1560083621, 'exposure_program': 'Program Normal', 'exposure_time': 0.007633587786259542, 'flash': 'Off', 'aperture': 2.2, 'focal_length': 3.463, 'gps': { 'lon': 11.574697, 'lat': 52.993599 }, 'height': 3120, 'iso': 100, 'orientation': 6, 'width': 4160, 'size': 4524705, 'camera': 'motorola: motorola one' }", "" ], - "asctime": "2020-02-02 23:50:05,721", - "created": 1580683805.7211523, + "asctime": "2020-02-03 11:51:46,600", + "created": 1580727106.6003437, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5260,15 +5265,15 @@ "lineno": 22, "message": "Result (Media data for image_exif_gps.jpg): { 'time': 1560083621, 'exposure_program': 'Program Normal', 'exposure_time': 0.007633587786259542, 'flash': 'Off', 'aperture': 2.2, 'focal_length': 3.463, 'gps': { 'lon': 11.574697, 'lat': 52.993599 }, 'height': 3120, 'iso': 100, 'orientation': 6, 'width': 4160, 'size': 4524705, 'camera': 'motorola: motorola one' } ()", "module": "test", - "msecs": 721.1523056030273, + "msecs": 600.3437042236328, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 906.947135925293, + "relativeCreated": 688.4913444519043, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -5277,8 +5282,8 @@ "{ 'time': 1560083621, 'exposure_program': 'Program Normal', 'exposure_time': 0.007633587786259542, 'flash': 'Off', 'aperture': 2.2, 'focal_length': 3.463, 'gps': { 'lon': 11.574697, 'lat': 52.993599 }, 'height': 3120, 'iso': 100, 'orientation': 6, 'width': 4160, 'camera': 'motorola: motorola one', 'size': 4524705 }", "" ], - "asctime": "2020-02-02 23:50:05,721", - "created": 1580683805.7218335, + "asctime": "2020-02-03 11:51:46,600", + "created": 1580727106.6004858, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5288,37 +5293,37 @@ "lineno": 26, "message": "Expectation (Media data for image_exif_gps.jpg): result = { 'time': 1560083621, 'exposure_program': 'Program Normal', 'exposure_time': 0.007633587786259542, 'flash': 'Off', 'aperture': 2.2, 'focal_length': 3.463, 'gps': { 'lon': 11.574697, 'lat': 52.993599 }, 'height': 3120, 'iso': 100, 'orientation': 6, 'width': 4160, 'camera': 'motorola: motorola one', 'size': 4524705 } ()", "module": "test", - "msecs": 721.8334674835205, + "msecs": 600.4858016967773, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 907.6282978057861, + "relativeCreated": 688.6334419250488, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 723.5267162322998, + "msecs": 600.6143093109131, "msg": "Media data for image_exif_gps.jpg is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 909.3215465545654, + "relativeCreated": 688.7619495391846, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 0.0016932487487792969 + "time_consumption": 0.0001285076141357422 }, { "args": [ "{'time': 1515143529, 'exposure_program': 'Program Normal', 'exposure_time': 0.03, 'flash': 'Fired', 'aperture': 2.2, 'focal_length': 4.5, 'height': 3968, 'iso': 160, 'orientation': 0, 'width': 2976, 'size': 2837285, 'camera': 'HUAWEI: EVA-L09'}", "" ], - "asctime": "2020-02-02 23:50:05,732", - "created": 1580683805.7321568, + "asctime": "2020-02-03 11:51:46,605", + "created": 1580727106.6054118, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5335,8 +5340,8 @@ "{ 'time': 1515143529, 'exposure_program': 'Program Normal', 'exposure_time': 0.03, 'flash': 'Fired', 'aperture': 2.2, 'focal_length': 4.5, 'height': 3968, 'iso': 160, 'orientation': 0, 'width': 2976, 'size': 2837285, 'camera': 'HUAWEI: EVA-L09' }", "" ], - "asctime": "2020-02-02 23:50:05,731", - "created": 1580683805.7319396, + "asctime": "2020-02-03 11:51:46,605", + "created": 1580727106.60523, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5346,15 +5351,15 @@ "lineno": 22, "message": "Result (Media data for image_exif_no_gps.jpg): { 'time': 1515143529, 'exposure_program': 'Program Normal', 'exposure_time': 0.03, 'flash': 'Fired', 'aperture': 2.2, 'focal_length': 4.5, 'height': 3968, 'iso': 160, 'orientation': 0, 'width': 2976, 'size': 2837285, 'camera': 'HUAWEI: EVA-L09' } ()", "module": "test", - "msecs": 731.9395542144775, + "msecs": 605.2300930023193, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 917.7343845367432, + "relativeCreated": 693.3777332305908, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -5363,8 +5368,8 @@ "{ 'time': 1515143529, 'exposure_program': 'Program Normal', 'exposure_time': 0.03, 'flash': 'Fired', 'aperture': 2.2, 'focal_length': 4.5, 'height': 3968, 'iso': 160, 'orientation': 0, 'width': 2976, 'camera': 'HUAWEI: EVA-L09', 'size': 2837285 }", "" ], - "asctime": "2020-02-02 23:50:05,732", - "created": 1580683805.7320545, + "asctime": "2020-02-03 11:51:46,605", + "created": 1580727106.6053212, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5374,37 +5379,37 @@ "lineno": 26, "message": "Expectation (Media data for image_exif_no_gps.jpg): result = { 'time': 1515143529, 'exposure_program': 'Program Normal', 'exposure_time': 0.03, 'flash': 'Fired', 'aperture': 2.2, 'focal_length': 4.5, 'height': 3968, 'iso': 160, 'orientation': 0, 'width': 2976, 'camera': 'HUAWEI: EVA-L09', 'size': 2837285 } ()", "module": "test", - "msecs": 732.0544719696045, + "msecs": 605.3211688995361, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 917.8493022918701, + "relativeCreated": 693.4688091278076, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 732.1567535400391, + "msecs": 605.4117679595947, "msg": "Media data for image_exif_no_gps.jpg is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 917.9515838623047, + "relativeCreated": 693.5594081878662, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 0.00010228157043457031 + "time_consumption": 9.059906005859375e-05 }, { "args": [ "{'size': 1139092, 'time': 1449870515, 'tm_is_subst': True}", "" ], - "asctime": "2020-02-02 23:50:05,732", - "created": 1580683805.7327342, + "asctime": "2020-02-03 11:51:46,606", + "created": 1580727106.606047, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5419,8 +5424,8 @@ "args": [ "/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_non_exif.jpg" ], - "asctime": "2020-02-02 23:50:05,732", - "created": 1580683805.7324913, + "asctime": "2020-02-03 11:51:46,605", + "created": 1580727106.6058102, "exc_info": null, "exc_text": null, "filename": "metadata.py", @@ -5430,15 +5435,15 @@ "lineno": 112, "message": "/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_non_exif.jpg does not have any exif information", "module": "metadata", - "msecs": 732.4912548065186, + "msecs": 605.8101654052734, "msg": "%s does not have any exif information", "name": "MEDIA", "pathname": "src/media/metadata.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 918.2860851287842, + "relativeCreated": 693.9578056335449, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -5447,8 +5452,8 @@ "{ 'size': 1139092, 'time': 1449870515, 'tm_is_subst': True }", "" ], - "asctime": "2020-02-02 23:50:05,732", - "created": 1580683805.732614, + "asctime": "2020-02-03 11:51:46,605", + "created": 1580727106.6059268, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5458,15 +5463,15 @@ "lineno": 22, "message": "Result (Media data for image_non_exif.jpg): { 'size': 1139092, 'time': 1449870515, 'tm_is_subst': True } ()", "module": "test", - "msecs": 732.6140403747559, + "msecs": 605.9267520904541, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 918.4088706970215, + "relativeCreated": 694.0743923187256, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -5475,8 +5480,8 @@ "{ 'time': 1449870515, 'tm_is_subst': True, 'size': 1139092 }", "" ], - "asctime": "2020-02-02 23:50:05,732", - "created": 1580683805.7326717, + "asctime": "2020-02-03 11:51:46,605", + "created": 1580727106.6059842, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5486,37 +5491,37 @@ "lineno": 26, "message": "Expectation (Media data for image_non_exif.jpg): result = { 'time': 1449870515, 'tm_is_subst': True, 'size': 1139092 } ()", "module": "test", - "msecs": 732.6717376708984, + "msecs": 605.9842109680176, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 918.4665679931641, + "relativeCreated": 694.1318511962891, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 732.734203338623, + "msecs": 606.0469150543213, "msg": "Media data for image_non_exif.jpg is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 918.5290336608887, + "relativeCreated": 694.1945552825928, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 6.246566772460938e-05 + "time_consumption": 6.270408630371094e-05 }, { "args": [ "{'time': 1226149915, 'exposure_program': 'Program Normal', 'exposure_time': 0.008, 'flash': 'Fill Fired', 'aperture': 7.1, 'focal_length': 170.0, 'height': 2592, 'iso': 400, 'orientation': 1, 'width': 3888, 'size': 1301272, 'camera': 'Canon: Canon EOS 40D'}", "" ], - "asctime": "2020-02-02 23:50:05,760", - "created": 1580683805.7606864, + "asctime": "2020-02-03 11:51:46,611", + "created": 1580727106.6119304, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5531,8 +5536,8 @@ "args": [ "{0: b'\\x02\\x02\\x00\\x00'}" ], - "asctime": "2020-02-02 23:50:05,759", - "created": 1580683805.759922, + "asctime": "2020-02-03 11:51:46,611", + "created": 1580727106.611619, "exc_info": null, "exc_text": null, "filename": "metadata.py", @@ -5542,15 +5547,15 @@ "lineno": 221, "message": "GPS data extraction failed for {0: b'\\x02\\x02\\x00\\x00'}", "module": "metadata", - "msecs": 759.9220275878906, + "msecs": 611.6189956665039, "msg": "GPS data extraction failed for %s", "name": "MEDIA", "pathname": "src/media/metadata.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 945.7168579101562, + "relativeCreated": 699.7666358947754, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -5559,8 +5564,8 @@ "{ 'time': 1226149915, 'exposure_program': 'Program Normal', 'exposure_time': 0.008, 'flash': 'Fill Fired', 'aperture': 7.1, 'focal_length': 170.0, 'height': 2592, 'iso': 400, 'orientation': 1, 'width': 3888, 'size': 1301272, 'camera': 'Canon: Canon EOS 40D' }", "" ], - "asctime": "2020-02-02 23:50:05,760", - "created": 1580683805.7603164, + "asctime": "2020-02-03 11:51:46,611", + "created": 1580727106.6117723, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5570,15 +5575,15 @@ "lineno": 22, "message": "Result (Media data for image_extraction_failed.jpg): { 'time': 1226149915, 'exposure_program': 'Program Normal', 'exposure_time': 0.008, 'flash': 'Fill Fired', 'aperture': 7.1, 'focal_length': 170.0, 'height': 2592, 'iso': 400, 'orientation': 1, 'width': 3888, 'size': 1301272, 'camera': 'Canon: Canon EOS 40D' } ()", "module": "test", - "msecs": 760.3163719177246, + "msecs": 611.7722988128662, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 946.1112022399902, + "relativeCreated": 699.9199390411377, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -5587,8 +5592,8 @@ "{ 'time': 1226149915, 'exposure_program': 'Program Normal', 'exposure_time': 0.008, 'flash': 'Fill Fired', 'aperture': 7.1, 'focal_length': 170.0, 'height': 2592, 'iso': 400, 'orientation': 1, 'width': 3888, 'camera': 'Canon: Canon EOS 40D', 'size': 1301272 }", "" ], - "asctime": "2020-02-02 23:50:05,760", - "created": 1580683805.7604785, + "asctime": "2020-02-03 11:51:46,611", + "created": 1580727106.611846, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5598,37 +5603,37 @@ "lineno": 26, "message": "Expectation (Media data for image_extraction_failed.jpg): result = { 'time': 1226149915, 'exposure_program': 'Program Normal', 'exposure_time': 0.008, 'flash': 'Fill Fired', 'aperture': 7.1, 'focal_length': 170.0, 'height': 2592, 'iso': 400, 'orientation': 1, 'width': 3888, 'camera': 'Canon: Canon EOS 40D', 'size': 1301272 } ()", "module": "test", - "msecs": 760.4784965515137, + "msecs": 611.8459701538086, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 946.2733268737793, + "relativeCreated": 699.9936103820801, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 760.6863975524902, + "msecs": 611.9303703308105, "msg": "Media data for image_extraction_failed.jpg is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 946.4812278747559, + "relativeCreated": 700.078010559082, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 0.0002079010009765625 + "time_consumption": 8.440017700195312e-05 }, { "args": [ "{'width': 800, 'height': 480, 'ratio': 1.6666666666666667, 'duration': 3.964, 'bitrate': 2341765, 'time': 1414948303, 'size': 1160345}", "" ], - "asctime": "2020-02-02 23:50:05,990", - "created": 1580683805.9900565, + "asctime": "2020-02-03 11:51:46,695", + "created": 1580727106.695373, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5645,8 +5650,8 @@ "{ 'width': 800, 'height': 480, 'ratio': 1.6666666666666667, 'duration': 3.964, 'bitrate': 2341765, 'time': 1414948303, 'size': 1160345 }", "" ], - "asctime": "2020-02-02 23:50:05,987", - "created": 1580683805.9874105, + "asctime": "2020-02-03 11:51:46,695", + "created": 1580727106.6951132, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5656,15 +5661,15 @@ "lineno": 22, "message": "Result (Media data for video.3gp): { 'width': 800, 'height': 480, 'ratio': 1.6666666666666667, 'duration': 3.964, 'bitrate': 2341765, 'time': 1414948303, 'size': 1160345 } ()", "module": "test", - "msecs": 987.4105453491211, + "msecs": 695.1131820678711, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 1173.2053756713867, + "relativeCreated": 783.2608222961426, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -5673,8 +5678,8 @@ "{ 'width': 800, 'height': 480, 'ratio': 1.6666666666666667, 'duration': 3.964, 'bitrate': 2341765, 'time': 1414948303, 'size': 1160345 }", "" ], - "asctime": "2020-02-02 23:50:05,989", - "created": 1580683805.9893086, + "asctime": "2020-02-03 11:51:46,695", + "created": 1580727106.6952863, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5684,37 +5689,37 @@ "lineno": 26, "message": "Expectation (Media data for video.3gp): result = { 'width': 800, 'height': 480, 'ratio': 1.6666666666666667, 'duration': 3.964, 'bitrate': 2341765, 'time': 1414948303, 'size': 1160345 } ()", "module": "test", - "msecs": 989.3085956573486, + "msecs": 695.2862739562988, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 1175.1034259796143, + "relativeCreated": 783.4339141845703, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 990.0565147399902, + "msecs": 695.3730583190918, "msg": "Media data for video.3gp is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 1175.8513450622559, + "relativeCreated": 783.5206985473633, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 0.0007479190826416016 + "time_consumption": 8.678436279296875e-05 }, { "args": [ "{'width': 1920, 'height': 1080, 'ratio': 1.7777777777777777, 'duration': 12.453, 'bitrate': 17883888, 'time': 1503125482, 'size': 27838508}", "" ], - "asctime": "2020-02-02 23:50:06,314", - "created": 1580683806.3145313, + "asctime": "2020-02-03 11:51:46,909", + "created": 1580727106.9090261, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5731,8 +5736,8 @@ "{ 'width': 1920, 'height': 1080, 'ratio': 1.7777777777777777, 'duration': 12.453, 'bitrate': 17883888, 'time': 1503125482, 'size': 27838508 }", "" ], - "asctime": "2020-02-02 23:50:06,314", - "created": 1580683806.3142028, + "asctime": "2020-02-03 11:51:46,908", + "created": 1580727106.9087095, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5742,15 +5747,15 @@ "lineno": 22, "message": "Result (Media data for video.mp4): { 'width': 1920, 'height': 1080, 'ratio': 1.7777777777777777, 'duration': 12.453, 'bitrate': 17883888, 'time': 1503125482, 'size': 27838508 } ()", "module": "test", - "msecs": 314.20278549194336, + "msecs": 908.7095260620117, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 1499.997615814209, + "relativeCreated": 996.8571662902832, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -5759,8 +5764,8 @@ "{ 'width': 1920, 'height': 1080, 'ratio': 1.7777777777777777, 'duration': 12.453, 'bitrate': 17883888, 'time': 1503125482, 'size': 27838508 }", "" ], - "asctime": "2020-02-02 23:50:06,314", - "created": 1580683806.3144188, + "asctime": "2020-02-03 11:51:46,908", + "created": 1580727106.9088917, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5770,37 +5775,37 @@ "lineno": 26, "message": "Expectation (Media data for video.mp4): result = { 'width': 1920, 'height': 1080, 'ratio': 1.7777777777777777, 'duration': 12.453, 'bitrate': 17883888, 'time': 1503125482, 'size': 27838508 } ()", "module": "test", - "msecs": 314.4187927246094, + "msecs": 908.8916778564453, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 1500.213623046875, + "relativeCreated": 997.0393180847168, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 314.5313262939453, + "msecs": 909.0261459350586, "msg": "Media data for video.mp4 is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 1500.326156616211, + "relativeCreated": 997.1737861633301, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 0.0001125335693359375 + "time_consumption": 0.00013446807861328125 }, { "args": [ "{'width': 320, 'height': 240, 'ratio': 0.0, 'duration': 26.531264, 'bitrate': 840554, 'time': 1086778620, 'size': 2787622}", "" ], - "asctime": "2020-02-02 23:50:06,452", - "created": 1580683806.4528615, + "asctime": "2020-02-03 11:51:46,993", + "created": 1580727106.993735, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5817,8 +5822,8 @@ "duration", "duration" ], - "asctime": "2020-02-02 23:50:06,449", - "created": 1580683806.4494648, + "asctime": "2020-02-03 11:51:46,992", + "created": 1580727106.9929793, "exc_info": null, "exc_text": null, "filename": "metadata.py", @@ -5828,15 +5833,15 @@ "lineno": 102, "message": "Can't convert 'N/A' (duration) for duration", "module": "metadata", - "msecs": 449.4647979736328, + "msecs": 992.9792881011963, "msg": "Can't convert %s (%s) for %s", "name": "MEDIA", "pathname": "src/media/metadata.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 1635.2596282958984, + "relativeCreated": 1081.1269283294678, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -5845,8 +5850,8 @@ "{ 'width': 320, 'height': 240, 'ratio': 0.0, 'duration': 26.531264, 'bitrate': 840554, 'time': 1086778620, 'size': 2787622 }", "" ], - "asctime": "2020-02-02 23:50:06,452", - "created": 1580683806.4520469, + "asctime": "2020-02-03 11:51:46,993", + "created": 1580727106.9935384, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5856,15 +5861,15 @@ "lineno": 22, "message": "Result (Media data for video_special_time.avi): { 'width': 320, 'height': 240, 'ratio': 0.0, 'duration': 26.531264, 'bitrate': 840554, 'time': 1086778620, 'size': 2787622 } ()", "module": "test", - "msecs": 452.04687118530273, + "msecs": 993.5383796691895, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 1637.8417015075684, + "relativeCreated": 1081.686019897461, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -5873,8 +5878,8 @@ "{ 'width': 320, 'height': 240, 'ratio': 0.0, 'duration': 26.531264, 'bitrate': 840554, 'time': 1086778620, 'size': 2787622 }", "" ], - "asctime": "2020-02-02 23:50:06,452", - "created": 1580683806.4524822, + "asctime": "2020-02-03 11:51:46,993", + "created": 1580727106.9936414, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5884,37 +5889,37 @@ "lineno": 26, "message": "Expectation (Media data for video_special_time.avi): result = { 'width': 320, 'height': 240, 'ratio': 0.0, 'duration': 26.531264, 'bitrate': 840554, 'time': 1086778620, 'size': 2787622 } ()", "module": "test", - "msecs": 452.4822235107422, + "msecs": 993.6413764953613, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 1638.2770538330078, + "relativeCreated": 1081.7890167236328, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 452.8615474700928, + "msecs": 993.7350749969482, "msg": "Media data for video_special_time.avi is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 1638.6563777923584, + "relativeCreated": 1081.8827152252197, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 0.00037932395935058594 + "time_consumption": 9.369850158691406e-05 }, { "args": [ "{'width': 640, 'height': 480, 'ratio': 1.3333333333333333, 'duration': 11.016, 'bitrate': 2153411, 'size': 2965248, 'time': 1158528375, 'tm_is_subst': True}", "" ], - "asctime": "2020-02-02 23:50:06,653", - "created": 1580683806.653847, + "asctime": "2020-02-03 11:51:47,138", + "created": 1580727107.1388326, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5931,8 +5936,8 @@ "{ 'width': 640, 'height': 480, 'ratio': 1.3333333333333333, 'duration': 11.016, 'bitrate': 2153411, 'size': 2965248, 'time': 1158528375, 'tm_is_subst': True }", "" ], - "asctime": "2020-02-02 23:50:06,652", - "created": 1580683806.6528943, + "asctime": "2020-02-03 11:51:47,138", + "created": 1580727107.138515, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5942,15 +5947,15 @@ "lineno": 22, "message": "Result (Media data for video_no_date.avi): { 'width': 640, 'height': 480, 'ratio': 1.3333333333333333, 'duration': 11.016, 'bitrate': 2153411, 'size': 2965248, 'time': 1158528375, 'tm_is_subst': True } ()", "module": "test", - "msecs": 652.8942584991455, + "msecs": 138.51499557495117, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 1838.6890888214111, + "relativeCreated": 1226.6626358032227, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -5959,8 +5964,8 @@ "{ 'width': 640, 'height': 480, 'ratio': 1.3333333333333333, 'duration': 11.016, 'bitrate': 2153411, 'time': 1158528375, 'tm_is_subst': True, 'size': 2965248 }", "" ], - "asctime": "2020-02-02 23:50:06,653", - "created": 1580683806.6531754, + "asctime": "2020-02-03 11:51:47,138", + "created": 1580727107.1387355, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5970,41 +5975,41 @@ "lineno": 26, "message": "Expectation (Media data for video_no_date.avi): result = { 'width': 640, 'height': 480, 'ratio': 1.3333333333333333, 'duration': 11.016, 'bitrate': 2153411, 'time': 1158528375, 'tm_is_subst': True, 'size': 2965248 } ()", "module": "test", - "msecs": 653.1753540039062, + "msecs": 138.73553276062012, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 1838.9701843261719, + "relativeCreated": 1226.8831729888916, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 653.8469791412354, + "msecs": 138.83256912231445, "msg": "Media data for video_no_date.avi is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 1839.641809463501, + "relativeCreated": 1226.980209350586, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 0.0006716251373291016 + "time_consumption": 9.703636169433594e-05 } ], - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 1.6717617511749268, - "time_finished": "2020-02-02 23:50:06,653", - "time_start": "2020-02-02 23:50:04,982" + "time_consumption": 1.1115221977233887, + "time_finished": "2020-02-03 11:51:47,138", + "time_start": "2020-02-03 11:51:46,027" }, "_wvLDcEYCEequ74M7usLaPw": { "args": null, - "asctime": "2020-02-02 23:50:08,703", - "created": 1580683808.7039905, + "asctime": "2020-02-03 11:51:48,325", + "created": 1580727108.3253405, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6015,13 +6020,13 @@ "message": "_wvLDcEYCEequ74M7usLaPw", "module": "__init__", "moduleLogger": [], - "msecs": 703.9904594421387, + "msecs": 325.34050941467285, "msg": "_wvLDcEYCEequ74M7usLaPw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/media/unittest/src/tests/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 3889.7852897644043, + "relativeCreated": 2413.4881496429443, "stack_info": null, "testcaseLogger": [ { @@ -6029,8 +6034,8 @@ "True", "" ], - "asctime": "2020-02-02 23:50:09,297", - "created": 1580683809.2972016, + "asctime": "2020-02-03 11:51:48,666", + "created": 1580727108.6662192, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6045,8 +6050,8 @@ "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_no_gps.jpg'" ], - "asctime": "2020-02-02 23:50:09,071", - "created": 1580683809.0715866, + "asctime": "2020-02-03 11:51:48,522", + "created": 1580727108.5228128, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6056,15 +6061,15 @@ "lineno": 116, "message": "loading image from '/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_no_gps.jpg'", "module": "__init__", - "msecs": 71.58660888671875, + "msecs": 522.8128433227539, "msg": "loading image from %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 4257.381439208984, + "relativeCreated": 2610.9604835510254, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -6073,8 +6078,8 @@ "True", "" ], - "asctime": "2020-02-02 23:50:09,294", - "created": 1580683809.294965, + "asctime": "2020-02-03 11:51:48,664", + "created": 1580727108.6640825, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6084,15 +6089,15 @@ "lineno": 22, "message": "Result (Filecompare for image_data.jpg): True ()", "module": "test", - "msecs": 294.9650287628174, + "msecs": 664.0825271606445, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 4480.759859085083, + "relativeCreated": 2752.230167388916, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -6101,8 +6106,8 @@ "True", "" ], - "asctime": "2020-02-02 23:50:09,296", - "created": 1580683809.2962077, + "asctime": "2020-02-03 11:51:48,665", + "created": 1580727108.6654418, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6112,41 +6117,41 @@ "lineno": 26, "message": "Expectation (Filecompare for image_data.jpg): result = True ()", "module": "test", - "msecs": 296.2076663970947, + "msecs": 665.4417514801025, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 4482.00249671936, + "relativeCreated": 2753.589391708374, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 297.20163345336914, + "msecs": 666.2192344665527, "msg": "Filecompare for image_data.jpg is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 4482.996463775635, + "relativeCreated": 2754.366874694824, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 0.000993967056274414 + "time_consumption": 0.0007774829864501953 } ], - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 0.5932111740112305, - "time_finished": "2020-02-02 23:50:09,297", - "time_start": "2020-02-02 23:50:08,703" + "time_consumption": 0.3408787250518799, + "time_finished": "2020-02-03 11:51:48,666", + "time_start": "2020-02-03 11:51:48,325" }, "_zQ29EEYCEequ74M7usLaPw": { "args": null, - "asctime": "2020-02-02 23:50:09,317", - "created": 1580683809.317348, + "asctime": "2020-02-03 11:51:48,678", + "created": 1580727108.678108, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6157,13 +6162,13 @@ "message": "_zQ29EEYCEequ74M7usLaPw", "module": "__init__", "moduleLogger": [], - "msecs": 317.3480033874512, + "msecs": 678.1079769134521, "msg": "_zQ29EEYCEequ74M7usLaPw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/media/unittest/src/tests/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 4503.142833709717, + "relativeCreated": 2766.2556171417236, "stack_info": null, "testcaseLogger": [ { @@ -6171,8 +6176,8 @@ "True", "" ], - "asctime": "2020-02-02 23:50:09,699", - "created": 1580683809.6991708, + "asctime": "2020-02-03 11:51:48,916", + "created": 1580727108.9162145, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6187,8 +6192,8 @@ "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_gps.jpg'" ], - "asctime": "2020-02-02 23:50:09,693", - "created": 1580683809.6936214, + "asctime": "2020-02-03 11:51:48,907", + "created": 1580727108.9076145, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6198,23 +6203,23 @@ "lineno": 116, "message": "loading image from '/user_data/data/dirk/prj/unittest/media/unittest/input_data/image_exif_gps.jpg'", "module": "__init__", - "msecs": 693.6213970184326, + "msecs": 907.6144695281982, "msg": "loading image from %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 4879.416227340698, + "relativeCreated": 2995.7621097564697, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { "args": [ 300 ], - "asctime": "2020-02-02 23:50:09,693", - "created": 1580683809.6937737, + "asctime": "2020-02-03 11:51:48,907", + "created": 1580727108.9077542, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6224,15 +6229,15 @@ "lineno": 141, "message": "Resizing picture to max 300 pixel in whatever direction", "module": "__init__", - "msecs": 693.7737464904785, + "msecs": 907.7541828155518, "msg": "Resizing picture to max %d pixel in whatever direction", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 4879.568576812744, + "relativeCreated": 2995.9018230438232, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -6241,8 +6246,8 @@ "True", "" ], - "asctime": "2020-02-02 23:50:09,698", - "created": 1580683809.6989982, + "asctime": "2020-02-03 11:51:48,914", + "created": 1580727108.9143193, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6252,15 +6257,15 @@ "lineno": 22, "message": "Result (Returnvalue of successful resize method): True ()", "module": "test", - "msecs": 698.998212814331, + "msecs": 914.3192768096924, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 4884.793043136597, + "relativeCreated": 3002.466917037964, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -6269,8 +6274,8 @@ "True", "" ], - "asctime": "2020-02-02 23:50:09,699", - "created": 1580683809.6991134, + "asctime": "2020-02-03 11:51:48,915", + "created": 1580727108.9154572, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6280,37 +6285,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of successful resize method): result = True ()", "module": "test", - "msecs": 699.1133689880371, + "msecs": 915.4572486877441, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 4884.908199310303, + "relativeCreated": 3003.6048889160156, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 699.1708278656006, + "msecs": 916.2144660949707, "msg": "Returnvalue of successful resize method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 4884.965658187866, + "relativeCreated": 3004.362106323242, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 5.745887756347656e-05 + "time_consumption": 0.0007572174072265625 }, { "args": [ "300", "" ], - "asctime": "2020-02-02 23:50:09,700", - "created": 1580683809.7006752, + "asctime": "2020-02-03 11:51:48,923", + "created": 1580727108.923456, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6325,8 +6330,8 @@ "args": [ "'/user_data/data/dirk/prj/unittest/media/unittest/output_data/resized_image.jpg'" ], - "asctime": "2020-02-02 23:50:09,699", - "created": 1580683809.6992557, + "asctime": "2020-02-03 11:51:48,916", + "created": 1580727108.916464, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6336,15 +6341,15 @@ "lineno": 124, "message": "Saving image to '/user_data/data/dirk/prj/unittest/media/unittest/output_data/resized_image.jpg'", "module": "__init__", - "msecs": 699.2557048797607, + "msecs": 916.46409034729, "msg": "Saving image to %s", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 4885.050535202026, + "relativeCreated": 3004.6117305755615, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -6353,8 +6358,8 @@ "300", "" ], - "asctime": "2020-02-02 23:50:09,700", - "created": 1580683809.700556, + "asctime": "2020-02-03 11:51:48,922", + "created": 1580727108.9227335, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6364,15 +6369,15 @@ "lineno": 22, "message": "Result (Resulution of resized image): 300 ()", "module": "test", - "msecs": 700.5560398101807, + "msecs": 922.7335453033447, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 4886.350870132446, + "relativeCreated": 3010.881185531616, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -6381,8 +6386,8 @@ "300", "" ], - "asctime": "2020-02-02 23:50:09,700", - "created": 1580683809.7006233, + "asctime": "2020-02-03 11:51:48,923", + "created": 1580727108.9232402, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6392,37 +6397,37 @@ "lineno": 26, "message": "Expectation (Resulution of resized image): result = 300 ()", "module": "test", - "msecs": 700.6232738494873, + "msecs": 923.2401847839355, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 4886.418104171753, + "relativeCreated": 3011.387825012207, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 700.6752490997314, + "msecs": 923.4559535980225, "msg": "Resulution of resized image is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 4886.470079421997, + "relativeCreated": 3011.603593826294, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 5.1975250244140625e-05 + "time_consumption": 0.00021576881408691406 }, { "args": [ "False", "" ], - "asctime": "2020-02-02 23:50:09,700", - "created": 1580683809.7009046, + "asctime": "2020-02-03 11:51:48,925", + "created": 1580727108.9251208, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6435,8 +6440,8 @@ "moduleLogger": [ { "args": [], - "asctime": "2020-02-02 23:50:09,700", - "created": 1580683809.700761, + "asctime": "2020-02-03 11:51:48,923", + "created": 1580727108.9239433, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6446,15 +6451,15 @@ "lineno": 138, "message": "No image available to be resized", "module": "__init__", - "msecs": 700.761079788208, + "msecs": 923.943281173706, "msg": "No image available to be resized", "name": "MEDIA", "pathname": "src/media/__init__.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 4886.555910110474, + "relativeCreated": 3012.0909214019775, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -6463,8 +6468,8 @@ "False", "" ], - "asctime": "2020-02-02 23:50:09,700", - "created": 1580683809.7008097, + "asctime": "2020-02-03 11:51:48,924", + "created": 1580727108.924218, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6474,15 +6479,15 @@ "lineno": 22, "message": "Result (Returnvalue of failed resize method): False ()", "module": "test", - "msecs": 700.8097171783447, + "msecs": 924.217939376831, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 4886.60454750061, + "relativeCreated": 3012.3655796051025, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" }, { @@ -6491,8 +6496,8 @@ "False", "" ], - "asctime": "2020-02-02 23:50:09,700", - "created": 1580683809.7008617, + "asctime": "2020-02-03 11:51:48,924", + "created": 1580727108.9246697, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6502,40 +6507,40 @@ "lineno": 26, "message": "Expectation (Returnvalue of failed resize method): result = False ()", "module": "test", - "msecs": 700.8616924285889, + "msecs": 924.6697425842285, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 4886.6565227508545, + "relativeCreated": 3012.8173828125, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread" } ], - "msecs": 700.9046077728271, + "msecs": 925.1208305358887, "msg": "Returnvalue of failed resize method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 17240, + "process": 3545, "processName": "MainProcess", - "relativeCreated": 4886.699438095093, + "relativeCreated": 3013.26847076416, "stack_info": null, - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 4.291534423828125e-05 + "time_consumption": 0.00045108795166015625 } ], - "thread": 140664664082240, + "thread": 140585574717248, "threadName": "MainThread", - "time_consumption": 0.383556604385376, - "time_finished": "2020-02-02 23:50:09,700", - "time_start": "2020-02-02 23:50:09,317" + "time_consumption": 0.24701285362243652, + "time_finished": "2020-02-03 11:51:48,925", + "time_start": "2020-02-03 11:51:48,678" } }, "testrun_id": "p3", - "time_consumption": 14.264936923980713, + "time_consumption": 9.234516143798828, "uid_list_sorted": [ "_XzMFcHYZEem_kd-7nxt1sg", "_Fv7V4EYCEequ74M7usLaPw", diff --git a/_testresults_/unittest.pdf b/_testresults_/unittest.pdf index 05f5e8b..e317771 100644 Binary files a/_testresults_/unittest.pdf and b/_testresults_/unittest.pdf differ