1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

TESTING: handoff() tests should disable NO_PURGE (#2568)

This commit is contained in:
Tom Limoncelli
2023-09-26 11:25:57 -04:00
committed by GitHub
parent 08afef7f7c
commit 69bf714852

View File

@@ -164,7 +164,7 @@ D("f.com", "none",
A("foo3", "3.3.3.3", ENSURE_ABSENT_REC()), A("foo3", "3.3.3.3", ENSURE_ABSENT_REC()),
{}) {})
` `
handsoffHelper(t, existingZone, desiredJs, true, ` handsoffHelper(t, existingZone, desiredJs, false, `
IGNORED: IGNORED:
FOREIGN: FOREIGN:
`) `)
@@ -184,7 +184,7 @@ D("f.com", "none",
IGNORE_NAME("foo3"), IGNORE_NAME("foo3"),
{}) {})
` `
handsoffHelper(t, existingZone, desiredJs, true, ` handsoffHelper(t, existingZone, desiredJs, false, `
IGNORED: IGNORED:
foo3 A 3.3.3.3 foo3 A 3.3.3.3
foo3 MX 10 mymx.example.com. foo3 MX 10 mymx.example.com.
@@ -207,7 +207,7 @@ D("f.com", "none",
IGNORE_NAME("foo3", "MX"), IGNORE_NAME("foo3", "MX"),
{}) {})
` `
handsoffHelper(t, existingZone, desiredJs, true, ` handsoffHelper(t, existingZone, desiredJs, false, `
IGNORED: IGNORED:
foo3 MX 10 mymx.example.com. foo3 MX 10 mymx.example.com.
FOREIGN: FOREIGN:
@@ -228,7 +228,7 @@ D("f.com", "none",
IGNORE_TARGET('**.acm-validations.aws.', 'CNAME'), IGNORE_TARGET('**.acm-validations.aws.', 'CNAME'),
{}) {})
` `
handsoffHelper(t, existingZone, desiredJs, true, ` handsoffHelper(t, existingZone, desiredJs, false, `
IGNORED: IGNORED:
_2222222222222222.cr CNAME _333333.nnn.acm-validations.aws. _2222222222222222.cr CNAME _333333.nnn.acm-validations.aws.
FOREIGN: FOREIGN: