persistentstorage/sql/TEST/testexecute/SQLite/config/Robustness.ini.DEVBOARD
changeset 51 7d4490026038
parent 40 b8bdbc8f59c7
equal deleted inserted replaced
40:b8bdbc8f59c7 51:7d4490026038
   177 // on a separate db on the same disk at the same time.
   177 // on a separate db on the same disk at the same time.
   178 [DeleteTest]
   178 [DeleteTest]
   179 WaitA0=1
   179 WaitA0=1
   180 Delete1=E:\Robustness5.db
   180 Delete1=E:\Robustness5.db
   181 ExpectedError1=KErrNotFound
   181 ExpectedError1=KErrNotFound
   182 
   182 DefineConfig2=page_size=1024;
   183 Create2=E:\Robustness5.db
   183 
       
   184 Create3=E:\Robustness5.db
   184 // Reserve 100K of space.
   185 // Reserve 100K of space.
   185 ReserveDriveSpace3=102400
   186 ReserveDriveSpace4=102400
   186 Exec4=Create Table Sometable(Someint int primary key, Somereal real, Sometext text);
   187 Exec5=Create Table Sometable(Someint int primary key, Somereal real, Sometext text);
   187 NoOperation5=
       
   188 
   188 
   189 // Fill the disk to within 100K of full.
   189 // Fill the disk to within 100K of full.
   190 NewBlock6=FillDisk100K
   190 NewBlock6=FillDisk100K
   191 
   191 
   192 // Fill the remaining 100K with db writes. Do NOT close - we have reserved space.
   192 // Fill the remaining 100K with db writes. Do NOT close - we have reserved space.