summaryrefslogtreecommitdiffstats
path: root/src/global/scache_multi.in
blob: 1a65650a655d5987ce27c2d9b376035e38272f67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Initialize

verbose 0
cache_type multi

# Destination name space collision test

save_dest 2 a_dest a_prop b_endp
sleep 1
save_dest 2 a_dest a_prop b_endp
sleep 1
save_dest 2 a_dest a_prop b_endp
sleep 2

# Another destination name space collision test

save_dest 2 a_dest a_prop b_endp
sleep 1
save_dest 2 a_dest a_prop2 b_endp
sleep 1
save_dest 2 a_dest a_prop2 b_endp2
sleep 2

# Endpoint name space collision test

save_endp 2 b_endp b_prop 12
save_endp 2 b_endp b_prop 13
sleep 3

# Combined destiation and endpoint collision test with lookup

save_dest 2 a_dest a_prop b_endp
save_dest 2 a_dest a_prop2 b_endp
save_dest 2 a_dest a_prop2 b_endp2
save_endp 2 b_endp b_prop 12
save_endp 2 b_endp b_prop 13
find_dest a_dest
find_dest a_dest
find_dest a_dest

# Another combined destiation and endpoint collision test with lookup

save_endp 2 b_endp2 b_prop 12
save_endp 2 b_endp2 b_prop 13
save_endp 2 b_endp2 b_prop 14
find_dest a_dest
find_dest a_dest
find_dest a_dest
find_dest a_dest

# Let the exit handler clean up the destiation->endpoint bindings.