summaryrefslogtreecommitdiff
path: root/Tests/Server/tc_globalSettings.json
blob: d72fb41ac383b58803f239d6851cd1e225fbf8cf (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
[
{ "message": "Testing globalSettings" },

{ "handshake": {"major": 1} },

{ "send": { "type": "globalSettings"} },
{ "validateGlobalSettings": { "warnUnused": false, "debugOutput": false, "warnUninitialized": false, "traceExpand": false, "trace": false, "warnUnusedCli": true, "checkSystemVars": false } },



{ "message": "Change settings:" },

{ "send": { "type": "setGlobalSettings", "warnUnused": true } },
{ "reply": { "type": "setGlobalSettings" } },

{ "send": { "type": "globalSettings"} },
{ "validateGlobalSettings": { "warnUnused": true, "debugOutput": false, "warnUninitialized": false, "traceExpand": false, "trace": false, "warnUnusedCli": true, "checkSystemVars": false } },

{ "send": { "type": "setGlobalSettings", "warnUnused": false } },
{ "reply": { "type": "setGlobalSettings" } },

{ "send": { "type": "globalSettings"} },
{ "validateGlobalSettings": { "warnUnused": false, "debugOutput": false, "warnUninitialized": false, "traceExpand": false, "trace": false, "warnUnusedCli": true, "checkSystemVars": false } },

{ "send": { "type": "setGlobalSettings", "debugOutput": true } },
{ "reply": { "type": "setGlobalSettings" } },

{ "send": { "type": "globalSettings"} },
{ "validateGlobalSettings": { "warnUnused": false, "debugOutput": true, "warnUninitialized": false, "traceExpand": false, "trace": false, "warnUnusedCli": true, "checkSystemVars": false } },

{ "send": { "type": "setGlobalSettings", "debugOutput": false } },
{ "reply": { "type": "setGlobalSettings" } },

{ "send": { "type": "globalSettings"} },
{ "validateGlobalSettings": { "warnUnused": false, "debugOutput": false, "warnUninitialized": false, "traceExpand": false, "trace": false, "warnUnusedCli": true, "checkSystemVars": false } },

{ "send": { "type": "setGlobalSettings", "warnUninitialized": true } },
{ "reply": { "type": "setGlobalSettings" } },

{ "send": { "type": "globalSettings"} },
{ "validateGlobalSettings": { "warnUnused": false, "debugOutput": false, "warnUninitialized": true, "traceExpand": false, "trace": false, "warnUnusedCli": true, "checkSystemVars": false } },

{ "send": { "type": "setGlobalSettings", "warnUninitialized": false } },
{ "reply": { "type": "setGlobalSettings" } },

{ "send": { "type": "globalSettings"} },
{ "validateGlobalSettings": { "warnUnused": false, "debugOutput": false, "warnUninitialized": false, "traceExpand": false, "trace": false, "warnUnusedCli": true, "checkSystemVars": false } },

{ "send": { "type": "setGlobalSettings", "traceExpand": true } },
{ "reply": { "type": "setGlobalSettings" } },

{ "send": { "type": "globalSettings"} },
{ "validateGlobalSettings": { "warnUnused": false, "debugOutput": false, "warnUninitialized": false, "traceExpand": true, "trace": false, "warnUnusedCli": true, "checkSystemVars": false } },

{ "send": { "type": "setGlobalSettings", "traceExpand": false } },
{ "reply": { "type": "setGlobalSettings" } },

{ "send": { "type": "globalSettings"} },
{ "validateGlobalSettings": { "warnUnused": false, "debugOutput": false, "warnUninitialized": false, "traceExpand": false, "trace": false, "warnUnusedCli": true, "checkSystemVars": false } },



{ "send": { "type": "setGlobalSettings", "trace": true } },
{ "reply": { "type": "setGlobalSettings" } },

{ "send": { "type": "globalSettings"} },
{ "validateGlobalSettings": { "warnUnused": false, "debugOutput": false, "warnUninitialized": false, "traceExpand": false, "trace": true, "warnUnusedCli": true, "checkSystemVars": false } },

{ "send": { "type": "setGlobalSettings", "trace": false } },
{ "reply": { "type": "setGlobalSettings" } },

{ "send": { "type": "globalSettings"} },
{ "validateGlobalSettings": { "warnUnused": false, "debugOutput": false, "warnUninitialized": false, "traceExpand": false, "trace": false, "warnUnusedCli": true, "checkSystemVars": false } },

{ "send": { "type": "setGlobalSettings", "warnUnusedCli": false } },
{ "reply": { "type": "setGlobalSettings" } },

{ "send": { "type": "globalSettings"} },
{ "validateGlobalSettings": { "warnUnused": false, "debugOutput": false, "warnUninitialized": false, "traceExpand": false, "trace": false, "warnUnusedCli": false, "checkSystemVars": false } },

{ "send": { "type": "setGlobalSettings", "warnUnusedCli": true } },
{ "reply": { "type": "setGlobalSettings" } },

{ "send": { "type": "globalSettings"} },
{ "validateGlobalSettings": { "warnUnused": false, "debugOutput": false, "warnUninitialized": false, "traceExpand": false, "trace": false, "warnUnusedCli": true, "checkSystemVars": false } },

{ "send": { "type": "setGlobalSettings", "checkSystemVars": true } },
{ "reply": { "type": "setGlobalSettings" } },

{ "send": { "type": "globalSettings"} },
{ "validateGlobalSettings": { "warnUnused": false, "debugOutput": false, "warnUninitialized": false, "traceExpand": false, "trace": false, "warnUnusedCli": true, "checkSystemVars": true } },

{ "send": { "type": "setGlobalSettings", "checkSystemVars": false } },
{ "reply": { "type": "setGlobalSettings" } },

{ "send": { "type": "globalSettings"} },
{ "validateGlobalSettings": { "warnUnused": false, "debugOutput": false, "warnUninitialized": false, "traceExpand": false, "trace": false, "warnUnusedCli": true, "checkSystemVars": false } },

{ "send": { "type": "setGlobalSettings", "warnUnused": true, "debugOutput": true, "warnUninitialized": true, "traceExpand": true, "trace": true, "warnUnusedCli": false, "checkSystemVars": true } },
{ "reply": { "type": "setGlobalSettings" } },

{ "send": { "type": "globalSettings"} },
{ "validateGlobalSettings": { "warnUnused": true, "debugOutput": true, "warnUninitialized": true, "traceExpand": true, "trace": true, "warnUnusedCli": false, "checkSystemVars": true } },

{ "message": "Ignore unknown/readonly" },

{ "send": { "type": "setGlobalSettings", "unknownKey": "unknownValue", "extraGenerator": "XXX", "generator": "YYY", "sourceDirectory": "/tmp/source", "buildDirectory": "/tmp/build" } },
{ "reply": { "type": "setGlobalSettings" } },

{ "send": { "type": "globalSettings"} },
{ "validateGlobalSettings": { "warnUnused": true, "debugOutput": true, "warnUninitialized": true, "traceExpand": true, "trace": true, "warnUnusedCli": false, "checkSystemVars": true } },

{ "message": "Error paths:" },

{ "send": { "type": "setGlobalSettings", "debugOutput": true, "warnUnused": 1 } },
{ "error": { "type": "setGlobalSettings", "message": "\"warnUnused\" must be unset or a bool value." } },

{ "send": { "type": "setGlobalSettings", "warnUnused": true, "debugOutput": 1 } },
{ "error": { "type": "setGlobalSettings", "message": "\"debugOutput\" must be unset or a bool value." } },

{ "send": { "type": "setGlobalSettings", "warnUninitialized": 1, "warnUnused": true, "debugOutput": true } },
{ "error": { "type": "setGlobalSettings", "message": "\"warnUninitialized\" must be unset or a bool value." } },

{ "send": { "type": "setGlobalSettings", "warnUnused": true, "debugOutput": true, "traceExpand": 1 } },
{ "error": { "type": "setGlobalSettings", "message": "\"traceExpand\" must be unset or a bool value." } },

{ "send": { "type": "setGlobalSettings", "debugOutput": true, "trace": 1, "warnUnused": true } },
{ "error": { "type": "setGlobalSettings", "message": "\"trace\" must be unset or a bool value." } },

{ "send": { "type": "setGlobalSettings", "warnUnused": true, "debugOutput": true, "warnUnusedCli": 1.0 } },
{ "error": { "type": "setGlobalSettings", "message": "\"warnUnusedCli\" must be unset or a bool value." } },

{ "send": { "type": "setGlobalSettings", "warnUnused": true, "debugOutput": true, "checkSystemVars": "some string" } },
{ "error": { "type": "setGlobalSettings", "message": "\"checkSystemVars\" must be unset or a bool value." } },

{ "send": { "type": "globalSettings"} },
{ "validateGlobalSettings": { "warnUnused": true, "debugOutput": true, "warnUninitialized": true, "traceExpand": true, "trace": true, "warnUnusedCli": false, "checkSystemVars": true } },

{ "message": "Everything ok." }
]