mirror of https://github.com/status-im/consul.git
Update the runtime tests
This commit is contained in:
parent
8216816e3f
commit
7f7c703118
|
@ -3371,6 +3371,7 @@ func TestFullConfig(t *testing.T) {
|
||||||
DNSRecursors: []string{"63.38.39.58", "92.49.18.18"},
|
DNSRecursors: []string{"63.38.39.58", "92.49.18.18"},
|
||||||
DNSServiceTTL: map[string]time.Duration{"*": 32030 * time.Second},
|
DNSServiceTTL: map[string]time.Duration{"*": 32030 * time.Second},
|
||||||
DNSUDPAnswerLimit: 29909,
|
DNSUDPAnswerLimit: 29909,
|
||||||
|
DNSNodeMetaTXT: true,
|
||||||
DataDir: dataDir,
|
DataDir: dataDir,
|
||||||
Datacenter: "rzo029wg",
|
Datacenter: "rzo029wg",
|
||||||
DevMode: true,
|
DevMode: true,
|
||||||
|
@ -4043,6 +4044,7 @@ func TestSanitize(t *testing.T) {
|
||||||
"DNSDomain": "",
|
"DNSDomain": "",
|
||||||
"DNSEnableTruncate": false,
|
"DNSEnableTruncate": false,
|
||||||
"DNSMaxStale": "0s",
|
"DNSMaxStale": "0s",
|
||||||
|
"DNSNodeMetaTXT": false,
|
||||||
"DNSNodeTTL": "0s",
|
"DNSNodeTTL": "0s",
|
||||||
"DNSOnlyPassing": false,
|
"DNSOnlyPassing": false,
|
||||||
"DNSPort": 0,
|
"DNSPort": 0,
|
||||||
|
|
Loading…
Reference in New Issue