adding test scripts
[csql.git] / test / durability / recovery / exp.test018.ksh
blob0f85e6448af3280e719c439abd6165c6f823d510
1 Durablity = TRUE
2 Server Started
3 CREATE TABLE t1(f1 int,f2 char(15));
4 ---------------------------------------------------------
5 COUNT(*)
6 ---------------------------------------------------------
7 1000
9 Server Killed
10 Server Started
11 Durability Works Fine
12 ---------------------------------------------------------
13 COUNT(*)
14 ---------------------------------------------------------
15 2000
17 Server Killed
18 Server Started
19 Durability Works Fine
20 ---------------------------------------------------------
21 COUNT(*)
22 ---------------------------------------------------------
23 3000
25 Server Killed
26 Server Started
27 Durability Works Fine
28 ---------------------------------------------------------
29 COUNT(*)
30 ---------------------------------------------------------
31 4000
33 Server Killed
34 Server Started
35 Durability Works Fine
36 ---------------------------------------------------------
37 COUNT(*)
38 ---------------------------------------------------------
39 5000
41 Server Killed
42 Server Started
43 Durability Works Fine
44 ---------------------------------------------------------
45 COUNT(*)
46 ---------------------------------------------------------
47 6000
49 Server Killed
50 Server Started
51 Durability Works Fine
52 ---------------------------------------------------------
53 COUNT(*)
54 ---------------------------------------------------------
55 7000
57 Server Killed
58 Server Started
59 Durability Works Fine
60 ---------------------------------------------------------
61 COUNT(*)
62 ---------------------------------------------------------
63 8000
65 Server Killed
66 Server Started
67 Durability Works Fine
68 ---------------------------------------------------------
69 COUNT(*)
70 ---------------------------------------------------------
71 9000
73 Server Killed
74 Server Started
75 Durability Works Fine
76 ---------------------------------------------------------
77 COUNT(*)
78 ---------------------------------------------------------
79 10000
81 Server Killed
82 Server Started
83 Durability Works Fine