adding test scripts
[csql.git] / test / durability / recovery / exp.testMMAP011.ksh
blobaf4c2c8291c85a2f8acc00ee922a9a3e4a40d9c3
1 Durablity = TRUE
2 Server Started
3 CREATING TABLE
4 Server Killed
5 count=1
6 Durablity = TRUE
7 Checking Durability
8 Server Started
9 Durability Works Fine
10 INSERTING INTO TABLE
11 Server Killed
12 count=2
13 Durablity = TRUE
14 Checking Durability
15 Server Started
16 Durability Works Fine
17 INSERTING INTO TABLE
18 Server Killed
19 count=3
20 Durablity = TRUE
21 Checking Durability
22 Server Started
23 Durability Works Fine
24 UPDATING RECORDS IN TABLE
25 Server Killed
26 count=4
27 Durablity = TRUE
28 Checking Durability
29 Server Started
30 Durability Works Fine
31 DELETING RECORDS FROM TABLE
32 Server Killed
33 count=5
34 Durablity = TRUE
35 Checking Durability
36 Server Started
37 Durability Works Fine
38 DROPPING TABLE
39 echo DROP TABLE T1;
40 Statement Executed
41 echo DROP TABLE T2;
42 Statement Executed
43 echo DROP TABLE T3;
44 Statement Executed
45 echo DROP TABLE T4;
46 Statement Executed
47 echo DROP TABLE T5;
48 Statement Executed
49 echo DROP TABLE T6;
50 Statement Executed
51 echo DROP TABLE T7;
52 Statement Executed
53 echo DROP TABLE T8;
54 Statement Executed
55 echo DROP TABLE T9;
56 Statement Executed
57 echo DROP TABLE T10;
58 Statement Executed