[TIMOB-27262] iOS: New Ti.Database.executeAllAsync API sometimes fails
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Unknown |
Created | 2019-07-20T12:59:53.000+0000 |
Updated | 2019-07-22T17:46:51.000+0000 |
Description
Just a quick note so it doesn't get lost: I noticed that the
#executeAllAsync() does not allow DB to be GC'd
test sometimes fails with Error: timeout of 60000ms exceeded
, indicating that it's not stable so far. Seen in [this pull request](https://github.com/appcelerator/titanium_mobile/pull/11031) with unrelated changes.
*EDIT*: More issues attached
Attachments
File | Date | Size |
---|---|---|
Bildschirmfoto 2019-07-22 um 19.46.25.png | 2019-07-22T17:46:50.000+0000 | 167370 |
cc [~cwilliams] as you worked on this I think.