Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / global / scache_multi.in
blob1a65650a655d5987ce27c2d9b376035e38272f67
1 # Initialize
3 verbose 0
4 cache_type multi
6 # Destination name space collision test
8 save_dest 2 a_dest a_prop b_endp
9 sleep 1
10 save_dest 2 a_dest a_prop b_endp
11 sleep 1
12 save_dest 2 a_dest a_prop b_endp
13 sleep 2
15 # Another destination name space collision test
17 save_dest 2 a_dest a_prop b_endp
18 sleep 1
19 save_dest 2 a_dest a_prop2 b_endp
20 sleep 1
21 save_dest 2 a_dest a_prop2 b_endp2
22 sleep 2
24 # Endpoint name space collision test
26 save_endp 2 b_endp b_prop 12
27 save_endp 2 b_endp b_prop 13
28 sleep 3
30 # Combined destiation and endpoint collision test with lookup
32 save_dest 2 a_dest a_prop b_endp
33 save_dest 2 a_dest a_prop2 b_endp
34 save_dest 2 a_dest a_prop2 b_endp2
35 save_endp 2 b_endp b_prop 12
36 save_endp 2 b_endp b_prop 13
37 find_dest a_dest
38 find_dest a_dest
39 find_dest a_dest
41 # Another combined destiation and endpoint collision test with lookup
43 save_endp 2 b_endp2 b_prop 12
44 save_endp 2 b_endp2 b_prop 13
45 save_endp 2 b_endp2 b_prop 14
46 find_dest a_dest
47 find_dest a_dest
48 find_dest a_dest
49 find_dest a_dest
51 # Let the exit handler clean up the destiation->endpoint bindings.