*** empty log message ***
[csql.git] / test / system / proc / TODO
blob15a41c5ad591739b64acecb38e7f42c7cdcc712c
1 1.process 1 does insert and sleep (no commit), kill thread 1.
2 .check if the inserted row is seen in the database.
3 2.Do 1 with index, check for index  nodes after that.
4 3.Do the above for update
5 5.Do the above for delete
6 7.Do the above for mixed insert, update and delete
7 8.Do 7 with index
8 9.proc 1 doing insert and sleep, kill proc1 with SIGINT, SIGTERM.
9 .check if the tuple is seen.check log whether it did cleanup.
10 10.proc 1 doing insert continously, kill proc1 with SIGINT, SIGTERM.
11 .check if the tuple is seen.check log whether it did cleanup.
14 Fault:
15 1.process 1 does insert and sleeps after inserting in chunk and before it inserts into hash index. kill the process 
16 .check if the inserted row is seen. check the number of index nodes.
17 2.process 1 does insert and sleeps after inserting in chunk and idx1 and before it inserts into idx2. kill the process 
18 .check if the inserted row is seen. check the number of index nodes in both idx
19 3.Do 1 for update
20 4.Do 2 for update
21 5.Do 1 for delete
22 6.Do 2 for delete
23 7.For all mutexes in system, take mutex and sleep. kill the proc.
24 .call apis which acquire that mutex and check if it works (Not now)