phonebookengines/contactsmodel/tsrc/Integration/PerfFuncSuite/Documentation/issues.txt
branchRCL_3
changeset 26 0d28c1c5b6dd
parent 23 5586b4d2ec3e
child 32 2828b4d142c0
equal deleted inserted replaced
23:5586b4d2ec3e 26:0d28c1c5b6dd
     1 issues:
       
     2 disk full test:
       
     3 old model:
       
     4 SetCurrentItem --- doesnt leave, only leaves internally (-1)
       
     5 exportcontacts -- exports an empty file when disk is full?
       
     6 updatecontactlc -- doesnt leave when disk is full
       
     7 importcontacts --  doesnt leave when disk is full
       
     8 
       
     9 new model:
       
    10 CreateOwnCardL() leaks memory, object always changing location in memory?
       
    11 
       
    12 OOM test:
       
    13 old:
       
    14 fialing on various instances
       
    15 
       
    16 new:
       
    17 failing on the server-side
       
    18 
       
    19 contact views tests:
       
    20 new model:
       
    21 one or more fields being set may be causing an extreme slow down in population of views
       
    22 
       
    23 
       
    24 concurrent notifications tests:
       
    25 on the old model  EContactDbObserverEventRollback for contact 0 is generated when a 
       
    26 transaction is rolled back this doesn't occur for the new model.
       
    27 
       
    28 on new model database is damaged after a single update transaction is reverted, this doesnt occur on the old model
       
    29 
       
    30 
       
    31 blobs test:
       
    32 new model:
       
    33 max blob size is 131kb
       
    34 old model:
       
    35 max blob size is 192kb