Hi Woodcock,
May I please double check the nature of this setting as it stands today, say if I have the below:
[tcpout]
defaultGroup = group1, group2
blockOnCloning = [0]
[tcpout:group1]
server = server1:9997
blockOnCloning = [1]
[tcpout:group2]
server = server2:9997
blockOnCloning = [2]
Would the outcomes be as follows, I want to check if it being in the main tcpout supersedes the separate groups but also want to make sure if one side collapses, the other is fine.
ID
0
1
2
Outcome if Server 1 collapses
Outcome if Server 2 collapses
1
true
true
true
Results stopped for both
Results stopped for both
2
true
true
false
Results stopped for both
Results continue for 1
3
true
false
false
Results stopped for both
Results stopped for both
4
false
false
false
Results continue for 2
Results continue for 1
5
false
false
true
Results continue for 2
Results stopped for both
6
false
true
true
Results stopped for both
Results stopped for both
... View more