OLD | NEW |
| 1 CONSOLE WARNING: 'openDatabaseSync' is deprecated. Please switch to Indexed Data
base API. |
1 Test that terminating the worker while it is performing synchronous file or data
base operations will not cause any crashes, asserts, etc. | 2 Test that terminating the worker while it is performing synchronous file or data
base operations will not cause any crashes, asserts, etc. |
2 | 3 |
3 Starting test run. | 4 Starting test run. |
4 Testing interrupting: openDatabaseSync | 5 Testing interrupting: openDatabaseSync |
5 Starting workers. | 6 Starting workers. |
6 Started worker count: 1 | 7 Started worker count: 1 |
7 Started worker count: 2 | 8 Started worker count: 2 |
8 Started worker count: 3 | 9 Started worker count: 3 |
9 Started worker count: 4 | 10 Started worker count: 4 |
10 Started worker count: 5 | 11 Started worker count: 5 |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 Closed worker count: 23 | 60 Closed worker count: 23 |
60 Closed worker count: 24 | 61 Closed worker count: 24 |
61 Closed worker count: 25 | 62 Closed worker count: 25 |
62 Closed worker count: 26 | 63 Closed worker count: 26 |
63 Closed worker count: 27 | 64 Closed worker count: 27 |
64 Closed worker count: 28 | 65 Closed worker count: 28 |
65 Closed worker count: 29 | 66 Closed worker count: 29 |
66 Closed worker count: 30 | 67 Closed worker count: 30 |
67 DONE | 68 DONE |
68 | 69 |
OLD | NEW |