Skip to content

DYNU: Add support#4364

Open
DustyRah wants to merge 15 commits into
DNSControl:mainfrom
DustyRah:main
Open

DYNU: Add support#4364
DustyRah wants to merge 15 commits into
DNSControl:mainfrom
DustyRah:main

Conversation

@DustyRah

@DustyRah DustyRah commented Jun 5, 2026

Copy link
Copy Markdown

Add support for Dynu provider.

Please create the GitHub label 'provider-DYNU'

@DustyRah

DustyRah commented Jun 5, 2026

Copy link
Copy Markdown
Author

=== RUN TestDNSProviders
Testing Profile="DYNU" (TYPE="DYNU")
=== RUN TestDNSProviders/dnscontrol.test
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty
helpers_integration_test.go:236:
- DELETE final.dnscontrol.test TXT "TestDNSProviders was successful!" ttl=300
=== RUN TestDNSProviders/dnscontrol.test/00:A:Create_A
helpers_integration_test.go:236:
+ CREATE testa.dnscontrol.test A 1.1.1.1 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/00:A:Change_A_target
helpers_integration_test.go:236:
± MODIFY testa.dnscontrol.test A (1.1.1.1 ttl=300) -> (3.3.3.3 ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#01
helpers_integration_test.go:236:
- DELETE testa.dnscontrol.test A 3.3.3.3 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/01:Apex:Create_A
helpers_integration_test.go:236:
+ CREATE dnscontrol.test A 2.2.2.2 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/01:Apex:Change_A_target
helpers_integration_test.go:236:
± MODIFY dnscontrol.test A (2.2.2.2 ttl=300) -> (4.4.4.4 ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#02
helpers_integration_test.go:236:
- DELETE dnscontrol.test A 4.4.4.4 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/02:Protocol-Wildcard:Create_wildcard
helpers_integration_test.go:212: SKIPPED(PROVIDER DOES NOT SUPPORT '[Dynu does not support wildcard records (label: ".dnscontrol.test")]' ::"02:Protocol-Wildcard")
=== RUN TestDNSProviders/dnscontrol.test/02:Protocol-Wildcard:Delete_wildcard
helpers_integration_test.go:236:
+ CREATE www.dnscontrol.test A 5.5.5.5 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#03
helpers_integration_test.go:236:
- DELETE www.dnscontrol.test A 5.5.5.5 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/03:AAAA:Create_AAAA
helpers_integration_test.go:236:
+ CREATE testaaaa.dnscontrol.test AAAA 2607:f8b0:4006:820::2006 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/03:AAAA:Change_AAAA_target
helpers_integration_test.go:236:
± MODIFY testaaaa.dnscontrol.test AAAA (2607:f8b0:4006:820::2006 ttl=300) -> (2607:f8b0:4006:820::2013 ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#04
helpers_integration_test.go:236:
- DELETE testaaaa.dnscontrol.test AAAA 2607:f8b0:4006:820::2013 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/04:CNAME:Create_a_CNAME
helpers_integration_test.go:236:
+ CREATE testcname.dnscontrol.test CNAME www.google.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/04:CNAME:Change_CNAME_target
helpers_integration_test.go:236:
± MODIFY testcname.dnscontrol.test CNAME (www.google.com. ttl=300) -> (www.yahoo.com. ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#05
helpers_integration_test.go:236:
- DELETE testcname.dnscontrol.test CNAME www.yahoo.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/05:CNAME-short:Create_a_CNAME
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE testcname.dnscontrol.test CNAME foo.dnscontrol.test. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#06
helpers_integration_test.go:236:
- DELETE testcname.dnscontrol.test CNAME foo.dnscontrol.test. ttl=300
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test A 1.2.3.4 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/06:MX:Create_MX_apex
helpers_integration_test.go:236:
+ CREATE dnscontrol.test MX 5 foo.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/06:MX:Change_MX_apex
helpers_integration_test.go:236:
± MODIFY dnscontrol.test MX (5 foo.com. ttl=300) -> (5 bar.com. ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/06:MX:Create_MX
helpers_integration_test.go:236:
- DELETE dnscontrol.test MX 5 bar.com. ttl=300
helpers_integration_test.go:236:
+ CREATE testmx.dnscontrol.test MX 5 foo.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/06:MX:Change_MX_target
helpers_integration_test.go:236:
± MODIFY testmx.dnscontrol.test MX (5 foo.com. ttl=300) -> (5 bar.com. ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/06:MX:Change_MX_p
helpers_integration_test.go:236:
± MODIFY testmx.dnscontrol.test MX (5 bar.com. ttl=300) -> (100 bar.com. ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#07
helpers_integration_test.go:236:
- DELETE testmx.dnscontrol.test MX 100 bar.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/07:RP:Create_RP
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test RP user.example.com. bar.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/07:RP:Create_RP#01
helpers_integration_test.go:236:
± MODIFY foo.dnscontrol.test RP (user.example.com. bar.com. ttl=300) -> (other.example.com. bar.com. ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/07:RP:Create_RP#02
helpers_integration_test.go:236:
± MODIFY foo.dnscontrol.test RP (other.example.com. bar.com. ttl=300) -> (other.example.com. example.com. ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#08
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test RP other.example.com. example.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/08:RP:Create_RP
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test RP user.dnscontrol.test. server.dnscontrol.test. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/08:RP:Create_RP#01
helpers_integration_test.go:236:
± MODIFY foo.dnscontrol.test RP (user.dnscontrol.test. server.dnscontrol.test. ttl=300) -> (user2.dnscontrol.test. server.dnscontrol.test. ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/08:RP:Create_RP#02
helpers_integration_test.go:236:
± MODIFY foo.dnscontrol.test RP (user2.dnscontrol.test. server.dnscontrol.test. ttl=300) -> (user2.dnscontrol.test. waiter.dnscontrol.test. ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#09
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test RP user2.dnscontrol.test. waiter.dnscontrol.test. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/09:TXT:Create_TXT
helpers_integration_test.go:236:
+ CREATE testtxt.dnscontrol.test TXT "simple" ttl=300
=== RUN TestDNSProviders/dnscontrol.test/09:TXT:Change_TXT_target
helpers_integration_test.go:236:
± MODIFY testtxt.dnscontrol.test TXT ("simple" ttl=300) -> ("changed" ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#10
helpers_integration_test.go:236:
- DELETE testtxt.dnscontrol.test TXT "changed" ttl=300
=== RUN TestDNSProviders/dnscontrol.test/10:ManyAtOnce:CreateManyAtLabel
helpers_integration_test.go:236:
+ CREATE www.dnscontrol.test A 1.1.1.1 ttl=300
helpers_integration_test.go:236:
+ CREATE www.dnscontrol.test A 2.2.2.2 ttl=300
helpers_integration_test.go:236:
+ CREATE www.dnscontrol.test A 3.3.3.3 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/10:ManyAtOnce:Empty
helpers_integration_test.go:236:
- DELETE www.dnscontrol.test A 1.1.1.1 ttl=300
helpers_integration_test.go:236:
- DELETE www.dnscontrol.test A 2.2.2.2 ttl=300
helpers_integration_test.go:236:
- DELETE www.dnscontrol.test A 3.3.3.3 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/10:ManyAtOnce:Create_an_A_record
helpers_integration_test.go:236:
+ CREATE www.dnscontrol.test A 1.1.1.1 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/10:ManyAtOnce:Add_at_label1
helpers_integration_test.go:236:
+ CREATE www.dnscontrol.test A 2.2.2.2 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/10:ManyAtOnce:Add_at_label2
helpers_integration_test.go:236:
+ CREATE www.dnscontrol.test A 3.3.3.3 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#11
helpers_integration_test.go:236:
- DELETE www.dnscontrol.test A 1.1.1.1 ttl=300
helpers_integration_test.go:236:
- DELETE www.dnscontrol.test A 2.2.2.2 ttl=300
helpers_integration_test.go:236:
- DELETE www.dnscontrol.test A 3.3.3.3 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/11:manyTypesAtOnce:CreateManyTypesAtLabel
helpers_integration_test.go:236:
+ CREATE testmx.dnscontrol.test MX 100 bar.com. ttl=300
helpers_integration_test.go:236:
+ CREATE testmx.dnscontrol.test MX 5 foo.com. ttl=300
helpers_integration_test.go:236:
+ CREATE www.dnscontrol.test A 1.1.1.1 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/11:manyTypesAtOnce:Empty
helpers_integration_test.go:236:
- DELETE testmx.dnscontrol.test MX 100 bar.com. ttl=300
helpers_integration_test.go:236:
- DELETE testmx.dnscontrol.test MX 5 foo.com. ttl=300
helpers_integration_test.go:236:
- DELETE www.dnscontrol.test A 1.1.1.1 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/11:manyTypesAtOnce:Create_an_A_record
helpers_integration_test.go:236:
+ CREATE www.dnscontrol.test A 1.1.1.1 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/11:manyTypesAtOnce:Add_Type_At_Label
helpers_integration_test.go:236:
+ CREATE testmx.dnscontrol.test MX 5 foo.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/11:manyTypesAtOnce:Add_Type_At_Label#01
helpers_integration_test.go:236:
+ CREATE testmx.dnscontrol.test MX 100 bar.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#12
helpers_integration_test.go:236:
- DELETE testmx.dnscontrol.test MX 100 bar.com. ttl=300
helpers_integration_test.go:236:
- DELETE testmx.dnscontrol.test MX 5 foo.com. ttl=300
helpers_integration_test.go:236:
- DELETE www.dnscontrol.test A 1.1.1.1 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/12:Attl:Create_Arc
helpers_integration_test.go:236:
+ CREATE testa.dnscontrol.test A 1.1.1.1 ttl=333
=== RUN TestDNSProviders/dnscontrol.test/12:Attl:Change_TTL
helpers_integration_test.go:236:
± MODIFY-TTL testa.dnscontrol.test A ttl=(333->999) 1.1.1.1
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#13
helpers_integration_test.go:236:
- DELETE testa.dnscontrol.test A 1.1.1.1 ttl=999
=== RUN TestDNSProviders/dnscontrol.test/13:TTL:Start
helpers_integration_test.go:236:
+ CREATE dnscontrol.test A 8.8.8.8 ttl=666
helpers_integration_test.go:236:
+ CREATE www.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE www.dnscontrol.test A 5.6.7.8 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/13:TTL:Change_a_ttl
helpers_integration_test.go:236:
± MODIFY-TTL dnscontrol.test A ttl=(666->1000) 8.8.8.8
=== RUN TestDNSProviders/dnscontrol.test/13:TTL:Change_single_target_from_set
helpers_integration_test.go:236:
± MODIFY www.dnscontrol.test A (1.2.3.4 ttl=300) -> (2.2.2.2 ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/13:TTL:Change_all_ttls
helpers_integration_test.go:236:
± MODIFY-TTL dnscontrol.test A ttl=(1000->500) 8.8.8.8
helpers_integration_test.go:236:
± MODIFY-TTL www.dnscontrol.test A ttl=(300->400) 2.2.2.2
helpers_integration_test.go:236:
± MODIFY-TTL www.dnscontrol.test A ttl=(300->400) 5.6.7.8
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#14
helpers_integration_test.go:236:
- DELETE dnscontrol.test A 8.8.8.8 ttl=500
helpers_integration_test.go:236:
- DELETE www.dnscontrol.test A 2.2.2.2 ttl=400
helpers_integration_test.go:236:
- DELETE www.dnscontrol.test A 5.6.7.8 ttl=400
=== RUN TestDNSProviders/dnscontrol.test/14:add_to_label_and_change_orig_ttl:Setup
helpers_integration_test.go:236:
+ CREATE www.dnscontrol.test A 5.6.7.8 ttl=400
=== RUN TestDNSProviders/dnscontrol.test/14:add_to_label_and_change_orig_ttl:Add_at_same_label,new_ttl
helpers_integration_test.go:236:
± MODIFY-TTL www.dnscontrol.test A ttl=(400->700) 5.6.7.8
helpers_integration_test.go:236:
+ CREATE www.dnscontrol.test A 1.2.3.4 ttl=700
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#15
helpers_integration_test.go:236:
- DELETE www.dnscontrol.test A 1.2.3.4 ttl=700
helpers_integration_test.go:236:
- DELETE www.dnscontrol.test A 5.6.7.8 ttl=700
=== RUN TestDNSProviders/dnscontrol.test/15:TypeChange:Create_A
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test A 1.2.3.4 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/15:TypeChange:Change_to_MX
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test MX 5 mx.google.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/15:TypeChange:Change_back_to_A
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test MX 5 mx.google.com. ttl=300
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test A 4.5.6.7 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#16
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test A 4.5.6.7 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/16:TypeChangeHard:Create_a_CNAME
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test CNAME google.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/16:TypeChangeHard:Change_to_A_record
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test CNAME google.com. ttl=300
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test A 1.2.3.4 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/16:TypeChangeHard:Change_back_to_CNAME
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test CNAME google2.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#17
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test CNAME google2.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/17:HTTPS:Create_a_HTTPS_record
helpers_integration_test.go:236:
+ CREATE dnscontrol.test HTTPS 1 test.com. port=80 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/17:HTTPS:Change_HTTPS_priority
helpers_integration_test.go:236:
± MODIFY dnscontrol.test HTTPS (1 test.com. port=80 ttl=300) -> (2 test.com. port=80 ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/17:HTTPS:Change_HTTPS_target
helpers_integration_test.go:236:
± MODIFY dnscontrol.test HTTPS (2 test.com. port=80 ttl=300) -> (2 . port=80 ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/17:HTTPS:Change_HTTPS_params
helpers_integration_test.go:236:
± MODIFY dnscontrol.test HTTPS (2 . port=80 ttl=300) -> (2 . port=99 ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/17:HTTPS:Change_HTTPS_params-empty
helpers_integration_test.go:236:
± MODIFY dnscontrol.test HTTPS (2 . port=99 ttl=300) -> (2 . ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/17:HTTPS:Change_HTTPS_all
helpers_integration_test.go:236:
± MODIFY dnscontrol.test HTTPS (2 . ttl=300) -> (3 example.com. port=100 ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#18
helpers_integration_test.go:236:
- DELETE dnscontrol.test HTTPS 3 example.com. port=100 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/18:Ech:Create_a_HTTPS_record
helpers_integration_test.go:236:
+ CREATE dnscontrol.test HTTPS 1 example.com. alpn=h2,h3 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/18:Ech:Add_an_ECH_key
helpers_integration_test.go:236:
± MODIFY dnscontrol.test HTTPS (1 example.com. alpn=h2,h3 ttl=300) -> (1 example.com. alpn=h2,h3 ech=some+base64+encoded+value/// ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/18:Ech:Ignore_the_ECH_key_while_changing_other_values
helpers_integration_test.go:236:
± MODIFY dnscontrol.test HTTPS (1 example.com. alpn=h2,h3 ech=some+base64+encoded+value/// ttl=300) -> (1 example.net. port=80 ech=some+base64+encoded+value/// ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/18:Ech:Change_the_ECH_key_and_other_values
helpers_integration_test.go:236:
± MODIFY dnscontrol.test HTTPS (1 example.net. port=80 ech=some+base64+encoded+value/// ttl=300) -> (1 example.org. port=80 ipv4hint=127.0.0.1 ech=another+base64+encoded+value ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/18:Ech:Another_domain_with_a_different_ECH_value
helpers_integration_test.go:236:
- DELETE dnscontrol.test HTTPS 1 example.org. port=80 ipv4hint=127.0.0.1 ech=another+base64+encoded+value ttl=300
helpers_integration_test.go:236:
+ CREATE ech.dnscontrol.test HTTPS 1 example.com. ech=some+base64+encoded+value/// ttl=300
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#19
helpers_integration_test.go:236:
- DELETE ech.dnscontrol.test HTTPS 1 example.com. ech=some+base64+encoded+value/// ttl=300
=== RUN TestDNSProviders/dnscontrol.test/19:SVCB:Create_a_SVCB_record
helpers_integration_test.go:236:
+ CREATE dnscontrol.test SVCB 1 test.com. port=80 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/19:SVCB:Change_SVCB_priority
helpers_integration_test.go:236:
± MODIFY dnscontrol.test SVCB (1 test.com. port=80 ttl=300) -> (2 test.com. port=80 ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/19:SVCB:Change_SVCB_target
helpers_integration_test.go:236:
± MODIFY dnscontrol.test SVCB (2 test.com. port=80 ttl=300) -> (2 . port=80 ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/19:SVCB:Change_SVCB_params
helpers_integration_test.go:236:
± MODIFY dnscontrol.test SVCB (2 . port=80 ttl=300) -> (2 . port=99 ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/19:SVCB:Change_SVCB_params-empty
helpers_integration_test.go:236:
± MODIFY dnscontrol.test SVCB (2 . port=99 ttl=300) -> (2 . ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/19:SVCB:Change_SVCB_all
helpers_integration_test.go:236:
± MODIFY dnscontrol.test SVCB (2 . ttl=300) -> (3 example.com. port=100 ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#20
helpers_integration_test.go:236:
- DELETE dnscontrol.test SVCB 3 example.com. port=100 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/20:CNAME:Record_pointing_to
@
helpers_integration_test.go:236:
+ CREATE dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test CNAME dnscontrol.test. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#21
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test CNAME dnscontrol.test. ttl=300
helpers_integration_test.go:236:
- DELETE dnscontrol.test A 1.2.3.4 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/21:ApexMX:Record_pointing_to_@
helpers_integration_test.go:236:
+ CREATE dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test MX 8 dnscontrol.test. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#22
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test MX 8 dnscontrol.test. ttl=300
helpers_integration_test.go:236:
- DELETE dnscontrol.test A 1.2.3.4 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/22:NullMX:create
helpers_integration_test.go:236:
+ CREATE nmx.dnscontrol.test A 1.2.3.3 ttl=300
helpers_integration_test.go:236:
+ CREATE nmx.dnscontrol.test MX 0 . ttl=300
helpers_integration_test.go:236:
+ CREATE www.dnscontrol.test A 1.2.3.9 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/22:NullMX:unnull
helpers_integration_test.go:236:
+ CREATE nmx.dnscontrol.test MX 9 www.dnscontrol.test. ttl=300
helpers_integration_test.go:236:
± MODIFY nmx.dnscontrol.test MX (0 . ttl=300) -> (3 nmx.dnscontrol.test. ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/22:NullMX:renull
helpers_integration_test.go:236:
± MODIFY nmx.dnscontrol.test MX (3 nmx.dnscontrol.test. ttl=300) -> (0 . ttl=300)
helpers_integration_test.go:236:
- DELETE nmx.dnscontrol.test MX 9 www.dnscontrol.test. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#23
helpers_integration_test.go:236:
- DELETE nmx.dnscontrol.test A 1.2.3.3 ttl=300
helpers_integration_test.go:236:
- DELETE nmx.dnscontrol.test MX 0 . ttl=300
helpers_integration_test.go:236:
- DELETE www.dnscontrol.test A 1.2.3.9 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/23:NullMXApex:create
helpers_integration_test.go:236:
+ CREATE dnscontrol.test A 1.2.3.2 ttl=300
helpers_integration_test.go:236:
+ CREATE dnscontrol.test MX 0 . ttl=300
helpers_integration_test.go:236:
+ CREATE www.dnscontrol.test A 1.2.3.8 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/23:NullMXApex:unnull
helpers_integration_test.go:236:
+ CREATE dnscontrol.test MX 8 www.dnscontrol.test. ttl=300
helpers_integration_test.go:236:
± MODIFY dnscontrol.test MX (0 . ttl=300) -> (2 dnscontrol.test. ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/23:NullMXApex:renull
helpers_integration_test.go:236:
± MODIFY dnscontrol.test MX (2 dnscontrol.test. ttl=300) -> (0 . ttl=300)
helpers_integration_test.go:236:
- DELETE dnscontrol.test MX 8 www.dnscontrol.test. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#24
helpers_integration_test.go:236:
- DELETE dnscontrol.test A 1.2.3.2 ttl=300
helpers_integration_test.go:236:
- DELETE dnscontrol.test MX 0 . ttl=300
helpers_integration_test.go:236:
- DELETE www.dnscontrol.test A 1.2.3.8 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/24:NS:NS_for_subdomain
helpers_integration_test.go:236:
+ CREATE xyz.dnscontrol.test NS ns2.foo.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/24:NS:Dual_NS_for_subdomain
helpers_integration_test.go:236:
+ CREATE xyz.dnscontrol.test NS ns1.foo.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/24:NS:NS_Record_pointing_to_@
helpers_integration_test.go:236:
+ CREATE dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test NS dnscontrol.test. ttl=300
helpers_integration_test.go:236:
- DELETE xyz.dnscontrol.test NS ns1.foo.com. ttl=3600
helpers_integration_test.go:236:
- DELETE xyz.dnscontrol.test NS ns2.foo.com. ttl=3600
=== RUN TestDNSProviders/dnscontrol.test/25:NS_only_APEX_SKIPPED(excluded_by_not("DYNU")):Empty
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#25
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test NS dnscontrol.test. ttl=3600
helpers_integration_test.go:236:
- DELETE dnscontrol.test A 1.2.3.4 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/26:complex_TXT:a_0-byte_TXT
helpers_integration_test.go:212: SKIPPED(PROVIDER DOES NOT SUPPORT '[Dynu does not support empty TXT records (label: "foo0.dnscontrol.test")]' ::"26:complex TXT")
=== RUN TestDNSProviders/dnscontrol.test/26:complex_TXT:a_254-byte_TXT
helpers_integration_test.go:236:
+ CREATE foo254.dnscontrol.test TXT "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" ttl=300
=== RUN TestDNSProviders/dnscontrol.test/26:complex_TXT:a_255-byte_TXT
helpers_integration_test.go:236:
- DELETE foo254.dnscontrol.test TXT "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" ttl=300
helpers_integration_test.go:236:
+ CREATE foo255.dnscontrol.test TXT "BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB" ttl=300
=== RUN TestDNSProviders/dnscontrol.test/26:complex_TXT:a_256-byte_TXT
helpers_integration_test.go:236:
- DELETE foo255.dnscontrol.test TXT "BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB" ttl=300
helpers_integration_test.go:236:
+ CREATE foo256.dnscontrol.test TXT "CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC" ttl=300
=== RUN TestDNSProviders/dnscontrol.test/26:complex_TXT:a_509-byte_TXT
helpers_integration_test.go:236:
- DELETE foo256.dnscontrol.test TXT "CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC" ttl=300
helpers_integration_test.go:236:
+ CREATE foo509.dnscontrol.test TXT "DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD" ttl=300
=== RUN TestDNSProviders/dnscontrol.test/26:complex_TXT:a_510-byte_TXT
helpers_integration_test.go:236:
- DELETE foo509.dnscontrol.test TXT "DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD" ttl=300
helpers_integration_test.go:236:
+ CREATE foo510.dnscontrol.test TXT "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE" ttl=300
=== RUN TestDNSProviders/dnscontrol.test/26:complex_TXT:a_511-byte_TXT
helpers_integration_test.go:236:
- DELETE foo510.dnscontrol.test TXT "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE" ttl=300
helpers_integration_test.go:236:
+ CREATE foo511.dnscontrol.test TXT "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF" ttl=300
=== RUN TestDNSProviders/dnscontrol.test/26:complex_TXT:a_764-byte_TXT
helpers_integration_test.go:236:
- DELETE foo511.dnscontrol.test TXT "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF" ttl=300
helpers_integration_test.go:236:
+ CREATE foo764.dnscontrol.test TXT "GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG" ttl=300
=== RUN TestDNSProviders/dnscontrol.test/26:complex_TXT:a_765-byte_TXT
helpers_integration_test.go:236:
- DELETE foo764.dnscontrol.test TXT "GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG" ttl=300
helpers_integration_test.go:236:
+ CREATE foo765.dnscontrol.test TXT "HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH" ttl=300
=== RUN TestDNSProviders/dnscontrol.test/26:complex_TXT:a_766-byte_TXT
helpers_integration_test.go:236:
- DELETE foo765.dnscontrol.test TXT "HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH" ttl=300
helpers_integration_test.go:236:
+ CREATE foo766.dnscontrol.test TXT "JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ" ttl=300
=== RUN TestDNSProviders/dnscontrol.test/26:complex_TXT:TXT_with_1_single-quote
helpers_integration_test.go:236:
- DELETE foo766.dnscontrol.test TXT "JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ" ttl=300
helpers_integration_test.go:236:
+ CREATE foosq.dnscontrol.test TXT "quo'te" ttl=300
=== RUN TestDNSProviders/dnscontrol.test/26:complex_TXT:TXT_with_1_backtick
helpers_integration_test.go:236:
+ CREATE foobt.dnscontrol.test TXT "blahblah" ttl=300 helpers_integration_test.go:236: - DELETE foosq.dnscontrol.test TXT "quo'te" ttl=300 === RUN TestDNSProviders/dnscontrol.test/26:complex_TXT:TXT_with_1_dq-1interior helpers_integration_test.go:236: - DELETE foobt.dnscontrol.test TXT "blahblah" ttl=300
helpers_integration_test.go:236:
+ CREATE foodq.dnscontrol.test TXT "in"side" ttl=300
=== RUN TestDNSProviders/dnscontrol.test/26:complex_TXT:TXT_with_2_dq-2interior
helpers_integration_test.go:236:
- DELETE foodq.dnscontrol.test TXT "in"side" ttl=300
helpers_integration_test.go:236:
+ CREATE foodqs.dnscontrol.test TXT "in"ter"ior" ttl=300
=== RUN TestDNSProviders/dnscontrol.test/26:complex_TXT:TXT_with_1_dq-left
helpers_integration_test.go:236:
± MODIFY foodqs.dnscontrol.test TXT ("in"ter"ior" ttl=300) -> (""left" ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/26:complex_TXT:TXT_with_1_dq-right
helpers_integration_test.go:236:
± MODIFY foodqs.dnscontrol.test TXT (""left" ttl=300) -> ("right"" ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/26:complex_TXT:TXT_with_semicolon
helpers_integration_test.go:236:
- DELETE foodqs.dnscontrol.test TXT "right"" ttl=300
helpers_integration_test.go:236:
+ CREATE foosc1.dnscontrol.test TXT "semi;colon" ttl=300
=== RUN TestDNSProviders/dnscontrol.test/26:complex_TXT:TXT_with_semicolon_ws
helpers_integration_test.go:236:
- DELETE foosc1.dnscontrol.test TXT "semi;colon" ttl=300
helpers_integration_test.go:236:
+ CREATE foosc2.dnscontrol.test TXT "wssemi ; colon" ttl=300
=== RUN TestDNSProviders/dnscontrol.test/26:complex_TXT:TXT_interior_ws
helpers_integration_test.go:236:
- DELETE foosc2.dnscontrol.test TXT "wssemi ; colon" ttl=300
helpers_integration_test.go:236:
+ CREATE foosp.dnscontrol.test TXT "with spaces" ttl=300
=== RUN TestDNSProviders/dnscontrol.test/26:complex_TXT:TXT_trailing_ws
helpers_integration_test.go:236:
- DELETE foosp.dnscontrol.test TXT "with spaces" ttl=300
helpers_integration_test.go:236:
+ CREATE foows1.dnscontrol.test TXT "trailingws " ttl=300
=== RUN TestDNSProviders/dnscontrol.test/26:complex_TXT:Create_a_TXT/SPF
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test TXT "v=spf1 ip4:99.99.99.99 -all" ttl=300
helpers_integration_test.go:236:
- DELETE foows1.dnscontrol.test TXT "trailingws " ttl=300
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#26
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test TXT "v=spf1 ip4:99.99.99.99 -all" ttl=300
=== RUN TestDNSProviders/dnscontrol.test/27:TXT_backslashes:TXT_with_backslashs
helpers_integration_test.go:236:
+ CREATE fooosbs1.dnscontrol.test TXT "1back\slash" ttl=300
helpers_integration_test.go:236:
+ CREATE fooosbs2.dnscontrol.test TXT "2back\\slash" ttl=300
helpers_integration_test.go:236:
+ CREATE fooosbs3.dnscontrol.test TXT "3back\\\slash" ttl=300
helpers_integration_test.go:236:
+ CREATE fooosbs4.dnscontrol.test TXT "4back\\\\slash" ttl=300
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#27
helpers_integration_test.go:236:
- DELETE fooosbs1.dnscontrol.test TXT "1back\slash" ttl=300
helpers_integration_test.go:236:
- DELETE fooosbs2.dnscontrol.test TXT "2back\\slash" ttl=300
helpers_integration_test.go:236:
- DELETE fooosbs3.dnscontrol.test TXT "3back\\\slash" ttl=300
helpers_integration_test.go:236:
- DELETE fooosbs4.dnscontrol.test TXT "4back\\\\slash" ttl=300
=== RUN TestDNSProviders/dnscontrol.test/28:Case_Sensitivity:Create_CAPS
helpers_integration_test.go:236:
+ CREATE bar.dnscontrol.test MX 5 bar.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/28:Case_Sensitivity:Downcase_label
helpers_integration_test.go:236:
+ CREATE decoy.dnscontrol.test A 1.1.1.1 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/28:Case_Sensitivity:Downcase_target
helpers_integration_test.go:236:
± MODIFY decoy.dnscontrol.test A (1.1.1.1 ttl=300) -> (2.2.2.2 ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/28:Case_Sensitivity:Upcase_both
helpers_integration_test.go:236:
± MODIFY decoy.dnscontrol.test A (2.2.2.2 ttl=300) -> (3.3.3.3 ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#28
helpers_integration_test.go:236:
- DELETE bar.dnscontrol.test MX 5 bar.com. ttl=300
helpers_integration_test.go:236:
- DELETE decoy.dnscontrol.test A 3.3.3.3 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/29:testByLabel:initial
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test A 2.3.4.5 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/29:testByLabel:changeOne
helpers_integration_test.go:236:
± MODIFY foo.dnscontrol.test A (2.3.4.5 ttl=300) -> (3.4.5.6 ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/29:testByLabel:deleteOne
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test A 3.4.5.6 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/29:testByLabel:addOne
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test A 3.4.5.6 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#29
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test A 3.4.5.6 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/30:testByRecordSet:initial
helpers_integration_test.go:236:
+ CREATE bar.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test A 2.3.4.5 ttl=300
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test A 3.4.5.6 ttl=300
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test MX 20 bar.dnscontrol.test. ttl=300
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test MX 10 foo.dnscontrol.test. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/30:testByRecordSet:changeOne
helpers_integration_test.go:236:
± MODIFY foo.dnscontrol.test A (3.4.5.6 ttl=300) -> (8.8.8.8 ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/30:testByRecordSet:deleteOne
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test A 8.8.8.8 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/30:testByRecordSet:addOne
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test A 8.8.8.8 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#30
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test MX 10 foo.dnscontrol.test. ttl=300
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test MX 20 bar.dnscontrol.test. ttl=300
helpers_integration_test.go:236:
- DELETE bar.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test A 2.3.4.5 ttl=300
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test A 8.8.8.8 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/31:IDNA:Internationalized_name
helpers_integration_test.go:236:
+ CREATE xn--ndaaa.dnscontrol.test A 1.2.3.4 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/31:IDNA:Change_IDN
helpers_integration_test.go:236:
± MODIFY xn--ndaaa.dnscontrol.test A (1.2.3.4 ttl=300) -> (2.2.2.2 ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/31:IDNA:Chinese_label
helpers_integration_test.go:236:
+ CREATE xn--fiq228c.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE xn--ndaaa.dnscontrol.test A 2.2.2.2 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/31:IDNA:Internationalized_CNAME_Target
helpers_integration_test.go:236:
+ CREATE a.dnscontrol.test CNAME xn--ndaaa.com. ttl=300
helpers_integration_test.go:236:
- DELETE xn--fiq228c.dnscontrol.test A 1.2.3.4 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#31
helpers_integration_test.go:236:
- DELETE a.dnscontrol.test CNAME xn--ndaaa.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/32:IDNAs_in_CNAME_targets:IDN_CNAME_AND_Target
helpers_integration_test.go:236:
+ CREATE xn--o-0gab.dnscontrol.test CNAME xn--ndaaa.xn--vhquv. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#32
helpers_integration_test.go:236:
- DELETE xn--o-0gab.dnscontrol.test CNAME xn--ndaaa.xn--vhquv. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/33:pager101:99_records
helpers_integration_test.go:236:
+ CREATE pager101-rec0000.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0001.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0002.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0003.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0004.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0005.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0006.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0007.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0008.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0009.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0010.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0011.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0012.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0013.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0014.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0015.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0016.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0017.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0018.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0019.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0020.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0021.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0022.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0023.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0024.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0025.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0026.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0027.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0028.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0029.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0030.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0031.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0032.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0033.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0034.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0035.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0036.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0037.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0038.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0039.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0040.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0041.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0042.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0043.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0044.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0045.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0046.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0047.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0048.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0049.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0050.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0051.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0052.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0053.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0054.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0055.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0056.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0057.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0058.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0059.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0060.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0061.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0062.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0063.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0064.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0065.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0066.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0067.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0068.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0069.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0070.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0071.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0072.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0073.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0074.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0075.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0076.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0077.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0078.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0079.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0080.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0081.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0082.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0083.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0084.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0085.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0086.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0087.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0088.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0089.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0090.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0091.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0092.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0093.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0094.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0095.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0096.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0097.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE pager101-rec0098.dnscontrol.test A 1.2.3.4 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/33:pager101:100_records
helpers_integration_test.go:236:
+ CREATE pager101-rec0099.dnscontrol.test A 1.2.3.4 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/33:pager101:101_records
helpers_integration_test.go:236:
+ CREATE pager101-rec0100.dnscontrol.test A 1.2.3.4 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/34:pager601_SKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/35:pager1201_SKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/36:batchRecordswithOthers_SKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#33
helpers_integration_test.go:236:
- DELETE pager101-rec0000.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0001.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0002.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0003.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0004.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0005.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0006.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0007.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0008.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0009.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0010.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0011.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0012.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0013.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0014.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0015.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0016.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0017.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0018.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0019.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0020.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0021.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0022.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0023.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0024.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0025.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0026.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0027.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0028.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0029.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0030.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0031.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0032.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0033.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0034.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0035.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0036.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0037.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0038.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0039.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0040.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0041.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0042.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0043.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0044.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0045.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0046.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0047.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0048.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0049.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0050.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0051.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0052.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0053.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0054.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0055.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0056.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0057.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0058.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0059.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0060.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0061.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0062.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0063.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0064.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0065.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0066.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0067.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0068.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0069.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0070.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0071.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0072.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0073.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0074.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0075.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0076.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0077.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0078.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0079.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0080.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0081.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0082.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0083.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0084.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0085.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0086.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0087.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0088.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0089.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0090.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0091.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0092.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0093.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0094.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0095.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0096.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0097.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0098.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0099.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE pager101-rec0100.dnscontrol.test A 1.2.3.4 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/37:CAA:CAA_record
helpers_integration_test.go:236:
+ CREATE dnscontrol.test CAA 0 issue "letsencrypt.org" ttl=300
=== RUN TestDNSProviders/dnscontrol.test/37:CAA:CAA_change_tag
helpers_integration_test.go:236:
± MODIFY dnscontrol.test CAA (0 issue "letsencrypt.org" ttl=300) -> (0 issuewild "letsencrypt.org" ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/37:CAA:CAA_change_target
helpers_integration_test.go:236:
± MODIFY dnscontrol.test CAA (0 issuewild "letsencrypt.org" ttl=300) -> (0 issuewild "example.com" ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/37:CAA:CAA_change_flag
helpers_integration_test.go:236:
± MODIFY dnscontrol.test CAA (0 issuewild "example.com" ttl=300) -> (128 issuewild "example.com" ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/37:CAA:CAA_many_records
helpers_integration_test.go:236:
± MODIFY dnscontrol.test CAA (128 issuewild "example.com" ttl=300) -> (128 issuewild ";" ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/37:CAA:CAA_whitespace
helpers_integration_test.go:236:
± MODIFY dnscontrol.test CAA (128 issuewild ";" ttl=300) -> (0 issue "letsencrypt.org; validationmethods=dns-01; accounturi=https://acme-v02.api.letsencrypt.org/acme/acct/1234" ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#34
helpers_integration_test.go:236:
- DELETE dnscontrol.test CAA 0 issue "letsencrypt.org; validationmethods=dns-01; accounturi=https://acme-v02.api.letsencrypt.org/acme/acct/1234" ttl=300
=== RUN TestDNSProviders/dnscontrol.test/38:LOC:Single_LOC_record
helpers_integration_test.go:236:
+ CREATE dnscontrol.test LOC 42 21 54.000 N 71 06 18.000 W -24.05m 30m 0.00m 0.00m ttl=300
=== RUN TestDNSProviders/dnscontrol.test/38:LOC:Update_single_LOC_record
helpers_integration_test.go:236:
± MODIFY dnscontrol.test LOC (42 21 54.000 N 71 06 18.000 W -24.05m 30m 0.00m 0.00m ttl=300) -> (42 21 54.000 N 71 06 18.000 W -24.06m 30m 10m 0.00m ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/38:LOC:Multiple_LOC_records-create_a-d_modify_apex
helpers_integration_test.go:236:
± MODIFY dnscontrol.test LOC (42 21 54.000 N 71 06 18.000 W -24.06m 30m 10m 0.00m ttl=300) -> (42 21 54.000 N 71 06 18.000 W -24m 30m 0.00m 0.00m ttl=300)
helpers_integration_test.go:236:
+ CREATE a.dnscontrol.test LOC 42 21 43.952 N 71 05 6.344 W -24.33m 1m 200m 10m ttl=300
helpers_integration_test.go:236:
+ CREATE b.dnscontrol.test LOC 52 14 5.000 N 00 08 50.000 E 10.22m 0.00m 0.00m 0.00m ttl=300
helpers_integration_test.go:236:
+ CREATE c.dnscontrol.test LOC 32 07 19.000 S 116 02 25.000 E 10m 0.00m 0.00m 0.00m ttl=300
helpers_integration_test.go:236:
+ CREATE d.dnscontrol.test LOC 42 21 28.764 N 71 00 51.617 W -44m 2000m 0.00m 0.00m ttl=300
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#35
helpers_integration_test.go:236:
- DELETE dnscontrol.test LOC 42 21 54.000 N 71 06 18.000 W -24m 30m 0.00m 0.00m ttl=300
helpers_integration_test.go:236:
- DELETE a.dnscontrol.test LOC 42 21 43.952 N 71 05 6.344 W -24.33m 1m 200m 10m ttl=300
helpers_integration_test.go:236:
- DELETE b.dnscontrol.test LOC 52 14 5.000 N 00 08 50.000 E 10.22m 0.00m 0.00m 0.00m ttl=300
helpers_integration_test.go:236:
- DELETE c.dnscontrol.test LOC 32 07 19.000 S 116 02 25.000 E 10m 0.00m 0.00m 0.00m ttl=300
helpers_integration_test.go:236:
- DELETE d.dnscontrol.test LOC 42 21 28.764 N 71 00 51.617 W -44m 2000m 0.00m 0.00m ttl=300
=== RUN TestDNSProviders/dnscontrol.test/39:NAPTR:NAPTR_record
helpers_integration_test.go:236:
+ CREATE test.dnscontrol.test NAPTR 100 10 "U" "E2U+sip" "!^.
$!sip:customer-service@example.com!" . ttl=300
=== RUN TestDNSProviders/dnscontrol.test/39:NAPTR:NAPTR_second_record
helpers_integration_test.go:236:
+ CREATE test.dnscontrol.test NAPTR 102 10 "U" "E2U+email" "!^.
$!mailto:information@example.com!" . ttl=300
=== RUN TestDNSProviders/dnscontrol.test/39:NAPTR:NAPTR_delete_second_record
helpers_integration_test.go:236:
- DELETE test.dnscontrol.test NAPTR 102 10 "U" "E2U+email" "!^.
$!mailto:information@example.com!" . ttl=300
=== RUN TestDNSProviders/dnscontrol.test/39:NAPTR:NAPTR_change_order
helpers_integration_test.go:236:
± MODIFY test.dnscontrol.test NAPTR (100 10 "U" "E2U+sip" "!^.
$!sip:customer-service@example.com!" . ttl=300) -> (103 10 "U" "E2U+email" "!^.
$!mailto:information@example.com!" . ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/39:NAPTR:NAPTR_change_preference
helpers_integration_test.go:236:
± MODIFY test.dnscontrol.test NAPTR (103 10 "U" "E2U+email" "!^.$!mailto:information@example.com!" . ttl=300) -> (103 20 "U" "E2U+email" "!^.$!mailto:information@example.com!" . ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/39:NAPTR:NAPTR_change_flags
helpers_integration_test.go:236:
± MODIFY test.dnscontrol.test NAPTR (103 20 "U" "E2U+email" "!^.$!mailto:information@example.com!" . ttl=300) -> (103 20 "A" "E2U+email" "!^.$!mailto:information@example.com!" . ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/39:NAPTR:NAPTR_change_service
helpers_integration_test.go:236:
± MODIFY test.dnscontrol.test NAPTR (103 20 "A" "E2U+email" "!^.$!mailto:information@example.com!" . ttl=300) -> (103 20 "A" "E2U+sip" "!^.$!mailto:information@example.com!" . ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/39:NAPTR:NAPTR_change_regexp
helpers_integration_test.go:236:
± MODIFY test.dnscontrol.test NAPTR (103 20 "A" "E2U+sip" "!^.$!mailto:information@example.com!" . ttl=300) -> (103 20 "A" "E2U+sip" "!^.$!sip:customer-service@example.com!" . ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/39:NAPTR:NAPTR_remove_regexp_and_add_target
helpers_integration_test.go:236:
± MODIFY test.dnscontrol.test NAPTR (103 20 "A" "E2U+sip" "!^.$!sip:customer-service@example.com!" . ttl=300) -> (103 20 "A" "E2U+sip" "" example.foo.com. ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/39:NAPTR:NAPTR_change_target
helpers_integration_test.go:236:
± MODIFY test.dnscontrol.test NAPTR (103 20 "A" "E2U+sip" "" example.foo.com. ttl=300) -> (103 20 "A" "E2U+sip" "" example2.foo.com. ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#36
helpers_integration_test.go:236:
- DELETE test.dnscontrol.test NAPTR 103 20 "A" "E2U+sip" "" example2.foo.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/40:PTR:Create_PTR_record
helpers_integration_test.go:236:
+ CREATE 4.dnscontrol.test PTR foo.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/40:PTR:Modify_PTR_record
helpers_integration_test.go:236:
± MODIFY 4.dnscontrol.test PTR (foo.com. ttl=300) -> (bar.com. ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/41:SOA_SKIPPED(CanUseSOA_not_supported):Empty
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#37
helpers_integration_test.go:236:
- DELETE 4.dnscontrol.test PTR bar.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/42:SRV:SRV_record
helpers_integration_test.go:236:
+ CREATE _sip._tcp.dnscontrol.test SRV 5 6 7 foo.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/42:SRV:Second_SRV_record,_same_prio
helpers_integration_test.go:236:
+ CREATE sip.tcp.dnscontrol.test SRV 5 60 70 foo2.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/42:SRV:3_SRV
helpers_integration_test.go:236:
+ CREATE sip.tcp.dnscontrol.test SRV 15 65 75 foo3.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/42:SRV:Delete_one
helpers_integration_test.go:236:
- DELETE sip.tcp.dnscontrol.test SRV 5 60 70 foo2.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/42:SRV:Change_Target
helpers_integration_test.go:236:
± MODIFY sip.tcp.dnscontrol.test SRV (15 65 75 foo3.com. ttl=300) -> (15 65 75 foo4.com. ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/42:SRV:Change_Priority
helpers_integration_test.go:236:
± MODIFY sip.tcp.dnscontrol.test SRV (5 6 7 foo.com. ttl=300) -> (52 6 7 foo.com. ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/42:SRV:Change_Weight
helpers_integration_test.go:236:
± MODIFY sip.tcp.dnscontrol.test SRV (52 6 7 foo.com. ttl=300) -> (52 62 7 foo.com. ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/42:SRV:Change_Port
helpers_integration_test.go:236:
± MODIFY sip.tcp.dnscontrol.test SRV (52 62 7 foo.com. ttl=300) -> (52 62 72 foo.com. ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/42:SRV:Empty
helpers_integration_test.go:236:
- DELETE sip.tcp.dnscontrol.test SRV 15 65 75 foo4.com. ttl=300
helpers_integration_test.go:236:
- DELETE sip.tcp.dnscontrol.test SRV 52 62 72 foo.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/42:SRV:Null_Target
helpers_integration_test.go:236:
+ CREATE sip.tcp.dnscontrol.test SRV 15 65 75 . ttl=300
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#38
helpers_integration_test.go:236:
- DELETE sip.tcp.dnscontrol.test SRV 15 65 75 . ttl=300
=== RUN TestDNSProviders/dnscontrol.test/43:SRV:Create_SRV333
helpers_integration_test.go:236:
+ CREATE sip.tcp.dnscontrol.test SRV 5 6 7 foo.com. ttl=333
=== RUN TestDNSProviders/dnscontrol.test/43:SRV:Change_TTL999
helpers_integration_test.go:236:
± MODIFY-TTL sip.tcp.dnscontrol.test SRV ttl=(333->999) 5 6 7 foo.com.
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#39
helpers_integration_test.go:236:
- DELETE sip.tcp.dnscontrol.test SRV 5 6 7 foo.com. ttl=999
=== RUN TestDNSProviders/dnscontrol.test/44:SSHFP:SSHFP_record
helpers_integration_test.go:236:
+ CREATE dnscontrol.test SSHFP 1 1 66C7D5540B7D75A1FB4C84FEBFA178AD99BDD67C ttl=300
=== RUN TestDNSProviders/dnscontrol.test/44:SSHFP:SSHFP_change_algorithm
helpers_integration_test.go:236:
± MODIFY dnscontrol.test SSHFP (1 1 66C7D5540B7D75A1FB4C84FEBFA178AD99BDD67C ttl=300) -> (2 1 66C7D5540B7D75A1FB4C84FEBFA178AD99BDD67C ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/44:SSHFP:SSHFP_change_fingerprint_and_type
helpers_integration_test.go:236:
± MODIFY dnscontrol.test SSHFP (2 1 66C7D5540B7D75A1FB4C84FEBFA178AD99BDD67C ttl=300) -> (2 2 745A635BC46A397A5C4F21D437483005BCC40D7511FF15FBFAFE913A081559BC ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#40
helpers_integration_test.go:236:
- DELETE dnscontrol.test SSHFP 2 2 745A635BC46A397A5C4F21D437483005BCC40D7511FF15FBFAFE913A081559BC ttl=300
=== RUN TestDNSProviders/dnscontrol.test/45:TLSA:TLSA_record
helpers_integration_test.go:236:
+ CREATE 443.tcp.dnscontrol.test TLSA 3 1 1 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef ttl=300
=== RUN TestDNSProviders/dnscontrol.test/45:TLSA:TLSA_change_usage
helpers_integration_test.go:236:
± MODIFY 443.tcp.dnscontrol.test TLSA (3 1 1 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef ttl=300) -> (2 1 1 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/45:TLSA:TLSA_change_selector
helpers_integration_test.go:236:
± MODIFY 443.tcp.dnscontrol.test TLSA (2 1 1 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef ttl=300) -> (2 0 1 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/45:TLSA:TLSA_change_matchingtype
helpers_integration_test.go:236:
± MODIFY 443.tcp.dnscontrol.test TLSA (2 0 1 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef ttl=300) -> (2 0 2 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/45:TLSA:TLSA_change_certificate
helpers_integration_test.go:236:
± MODIFY 443.tcp.dnscontrol.test TLSA (2 0 2 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef ttl=300) -> (2 0 2 fedcba9876543210fedcba9876543210fedcba9876543210fedcba9876543210fedcba9876543210fedcba9876543210fedcba9876543210fedcba9876543210 ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/46:DS
SKIPPED(CanUseDS_not_supported):Empty
=== RUN TestDNSProviders/dnscontrol.test/47:DS
(children_only)
SKIPPED(CanUseDSForChildren_not_supported):Empty
=== RUN TestDNSProviders/dnscontrol.test/48:DS
(children_only)CLOUDNSSKIPPED(CanUseDSForChildren_not_supported):Empty
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#41
helpers_integration_test.go:236:
- DELETE 443.tcp.dnscontrol.test TLSA 2 0 2 fedcba9876543210fedcba9876543210fedcba9876543210fedcba9876543210fedcba9876543210fedcba9876543210fedcba9876543210fedcba9876543210 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/49:DHCID:Create_DHCID_record
helpers_integration_test.go:236:
+ CREATE test.dnscontrol.test DHCID AAIBY2/AuCccgoJbsaxcQc9TUapptP69lOjxfNuVAA2kjEA= ttl=300
=== RUN TestDNSProviders/dnscontrol.test/49:DHCID:Modify_DHCID_record
helpers_integration_test.go:236:
± MODIFY test.dnscontrol.test DHCID (AAIBY2/AuCccgoJbsaxcQc9TUapptP69lOjxfNuVAA2kjEA= ttl=300) -> (AAAAAAAAuCccgoJbsaxcQc9TUapptP69lOjxfNuVAA2kjEA= ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#42
helpers_integration_test.go:236:
- DELETE test.dnscontrol.test DHCID AAAAAAAAuCccgoJbsaxcQc9TUapptP69lOjxfNuVAA2kjEA= ttl=300
=== RUN TestDNSProviders/dnscontrol.test/50:DNAME:Create_DNAME_record
helpers_integration_test.go:212: ***SKIPPED(PROVIDER DOES NOT SUPPORT '[Dynu provider does not support "DNAME" records (label: "test.dnscontrol.test")]' ::"50:DNAME")
=== RUN TestDNSProviders/dnscontrol.test/50:DNAME:Modify_DNAME_record
helpers_integration_test.go:212: ***SKIPPED(PROVIDER DOES NOT SUPPORT '[Dynu provider does not support "DNAME" records (label: "test.dnscontrol.test")]' ::"50:DNAME")
=== RUN TestDNSProviders/dnscontrol.test/50:DNAME:Create_DNAME_record_in_non-FQDN
helpers_integration_test.go:212: ***SKIPPED(PROVIDER DOES NOT SUPPORT '[Dynu provider does not support "DNAME" records (label: "a.dnscontrol.test")]' ::"50:DNAME")
=== RUN TestDNSProviders/dnscontrol.test/51:DNSKEY
SKIPPED(CanUseDNSKEY_not_supported):Empty
=== RUN TestDNSProviders/dnscontrol.test/52:ALIAS_on_apex
SKIPPED(CanUseAlias_not_supported):Empty
=== RUN TestDNSProviders/dnscontrol.test/53:ALIAS_to_nonfqdn
SKIPPED(CanUseAlias_not_supported):Empty
=== RUN TestDNSProviders/dnscontrol.test/54:ALIAS_on_subdomain
SKIPPED(CanUseAlias_not_supported):Empty
=== RUN TestDNSProviders/dnscontrol.test/55:AZURE_ALIAS_A
SKIPPED(CanUseAzureAlias_not_supported):Empty
=== RUN TestDNSProviders/dnscontrol.test/56:AZURE_ALIAS_CNAME
SKIPPED(CanUseAzureAlias_not_supported):Empty
=== RUN TestDNSProviders/dnscontrol.test/57:R53_ALIAS2
SKIPPED(CanUseRoute53Alias_not_supported):Empty
=== RUN TestDNSProviders/dnscontrol.test/58:R53_ALIAS_ORDER
SKIPPED(CanUseRoute53Alias_not_supported):Empty
=== RUN TestDNSProviders/dnscontrol.test/59:R53_ALIAS_CNAME
SKIPPED(CanUseRoute53Alias_not_supported):Empty
=== RUN TestDNSProviders/dnscontrol.test/60:R53_ALIAS_Loop
SKIPPED(CanUseRoute53Alias_not_supported):Empty
=== RUN TestDNSProviders/dnscontrol.test/61:R53_alias_pre-existing
SKIPPED(CanUseRoute53Alias_not_supported):Empty
=== RUN TestDNSProviders/dnscontrol.test/62:R53_alias_evaluate_target_health
SKIPPED(CanUseRoute53Alias_not_supported):Empty
=== RUN TestDNSProviders/dnscontrol.test/63:R53_B3493
SKIPPED(CanUseRoute53Alias_not_supported):Empty
=== RUN TestDNSProviders/dnscontrol.test/64:R53_B3493_REV
SKIPPED(CanUseRoute53Alias_not_supported):Empty
=== RUN TestDNSProviders/dnscontrol.test/65:R53_WEIGHT
SKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/66:R53_WEIGHT_CNAME
SKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/67:R53_WEIGHT_MIXED
SKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/68:CLOUDFLAREAPI_SINGLE_REDIRECT
SKIPPED(excluded_by_alltrue([false])):Empty
=== RUN TestDNSProviders/dnscontrol.test/69:CF_PROXY_A_create
SKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/70:CF_PROXY_A_off_to_on
SKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/71:CF_PROXY_A_on_to_off
SKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/72:CF_PROXY_CNAME_create
SKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/73:CF_PROXY_CNAME_off_to_on
SKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/74:CF_PROXY_CNAME_on_to_off
SKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/75:CF_CNAME_FLATTEN_create
SKIPPED(excluded_by_alltrue([false])):Empty
=== RUN TestDNSProviders/dnscontrol.test/76:CF_CNAME_FLATTEN_off_to_on
SKIPPED(excluded_by_alltrue([false])):Empty
=== RUN TestDNSProviders/dnscontrol.test/77:CF_CNAME_FLATTEN_on_to_off
SKIPPED(excluded_by_alltrue([false])):Empty
=== RUN TestDNSProviders/dnscontrol.test/78:CF_COMMENT_create
SKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/79:CF_TAGS_create
SKIPPED(excluded_by_alltrue([false])):Empty
=== RUN TestDNSProviders/dnscontrol.test/80:CF_WORKER_ROUTE
SKIPPED(excluded_by_alltrue([false])):Empty
=== RUN TestDNSProviders/dnscontrol.test/81:ADGUARDHOME_A_PASSTHROUGH
SKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/82:ADGUARDHOME_AAAA_PASSTHROUGH
SKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/83:MIKROTIK_FWD
SKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/84:MIKROTIK_NXDOMAIN
SKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/85:MIKROTIK_METADATA
SKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/86:VERCEL_CAA_whitespace
-cansignhttpexchangesSKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#43
=== RUN TestDNSProviders/dnscontrol.test/87:IGNORE_main:Create_some_records
helpers_integration_test.go:236:
+ CREATE bar.dnscontrol.test A 5.5.5.5 ttl=300
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test A 2.3.4.5 ttl=300
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test TXT "simple" ttl=300
helpers_integration_test.go:236:
+ CREATE mail.dnscontrol.test CNAME ghs.googlehosted.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/87:IGNORE_main:ignore_label
=== RUN TestDNSProviders/dnscontrol.test/87:IGNORE_main:VERIFY_PREVIOUS
=== RUN TestDNSProviders/dnscontrol.test/87:IGNORE_main:ignore_label,type
=== RUN TestDNSProviders/dnscontrol.test/87:IGNORE_main:VERIFY_PREVIOUS#01
=== RUN TestDNSProviders/dnscontrol.test/87:IGNORE_main:ignore_label,type,target
=== RUN TestDNSProviders/dnscontrol.test/87:IGNORE_main:VERIFY_PREVIOUS#02
=== RUN TestDNSProviders/dnscontrol.test/87:IGNORE_main:ignore_type
=== RUN TestDNSProviders/dnscontrol.test/87:IGNORE_main:VERIFY_PREVIOUS#03
=== RUN TestDNSProviders/dnscontrol.test/87:IGNORE_main:ignore_type,target
=== RUN TestDNSProviders/dnscontrol.test/87:IGNORE_main:VERIFY_PREVIOUS#04
=== RUN TestDNSProviders/dnscontrol.test/87:IGNORE_main:ignore_target
=== RUN TestDNSProviders/dnscontrol.test/87:IGNORE_main:VERIFY_PREVIOUS#05
=== RUN TestDNSProviders/dnscontrol.test/87:IGNORE_main:ignore_manytypes
=== RUN TestDNSProviders/dnscontrol.test/87:IGNORE_main:VERIFY_PREVIOUS#06
=== RUN TestDNSProviders/dnscontrol.test/87:IGNORE_main:ignore_label,type,target=

=== RUN TestDNSProviders/dnscontrol.test/87:IGNORE_main:VERIFY_PREVIOUS#07
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#44
helpers_integration_test.go:236:
- DELETE bar.dnscontrol.test A 5.5.5.5 ttl=300
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test A 2.3.4.5 ttl=300
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test TXT "simple" ttl=300
helpers_integration_test.go:236:
- DELETE mail.dnscontrol.test CNAME ghs.googlehosted.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/88:IGNORE_apex:Create_some_records
helpers_integration_test.go:236:
+ CREATE dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE dnscontrol.test A 2.3.4.5 ttl=300
helpers_integration_test.go:236:
+ CREATE dnscontrol.test TXT "simple" ttl=300
helpers_integration_test.go:236:
+ CREATE bar.dnscontrol.test A 5.5.5.5 ttl=300
helpers_integration_test.go:236:
+ CREATE mail.dnscontrol.test CNAME ghs.googlehosted.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/88:IGNORE_apex:apex_label
=== RUN TestDNSProviders/dnscontrol.test/88:IGNORE_apex:VERIFY_PREVIOUS
=== RUN TestDNSProviders/dnscontrol.test/88:IGNORE_apex:apex_label,type
=== RUN TestDNSProviders/dnscontrol.test/88:IGNORE_apex:VERIFY_PREVIOUS#01
=== RUN TestDNSProviders/dnscontrol.test/88:IGNORE_apex:apex_label,type,target
=== RUN TestDNSProviders/dnscontrol.test/88:IGNORE_apex:VERIFY_PREVIOUS#02
=== RUN TestDNSProviders/dnscontrol.test/88:IGNORE_apex:apex_type
=== RUN TestDNSProviders/dnscontrol.test/88:IGNORE_apex:VERIFY_PREVIOUS#03
=== RUN TestDNSProviders/dnscontrol.test/88:IGNORE_apex:apex_type,target
=== RUN TestDNSProviders/dnscontrol.test/88:IGNORE_apex:VERIFY_PREVIOUS#04
=== RUN TestDNSProviders/dnscontrol.test/88:IGNORE_apex:apex_target
=== RUN TestDNSProviders/dnscontrol.test/88:IGNORE_apex:VERIFY_PREVIOUS#05
=== RUN TestDNSProviders/dnscontrol.test/88:IGNORE_apex:apex_manytypes
=== RUN TestDNSProviders/dnscontrol.test/88:IGNORE_apex:VERIFY_PREVIOUS#06
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#45
helpers_integration_test.go:236:
- DELETE dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE dnscontrol.test A 2.3.4.5 ttl=300
helpers_integration_test.go:236:
- DELETE dnscontrol.test TXT "simple" ttl=300
helpers_integration_test.go:236:
- DELETE bar.dnscontrol.test A 5.5.5.5 ttl=300
helpers_integration_test.go:236:
- DELETE mail.dnscontrol.test CNAME ghs.googlehosted.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/89:IGNORE_unsafe:Create_some_records
helpers_integration_test.go:236:
+ CREATE dnscontrol.test A 2.2.2.2 ttl=300
helpers_integration_test.go:236:
+ CREATE dnscontrol.test TXT "asimple" ttl=300
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test TXT "simple" ttl=300
=== RUN TestDNSProviders/dnscontrol.test/89:IGNORE_unsafe:ignore_unsafe_apex
=== RUN TestDNSProviders/dnscontrol.test/89:IGNORE_unsafe:VERIFY_PREVIOUS
=== RUN TestDNSProviders/dnscontrol.test/89:IGNORE_unsafe:ignore_unsafe_label
=== RUN TestDNSProviders/dnscontrol.test/89:IGNORE_unsafe:VERIFY_PREVIOUS#01
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#46
helpers_integration_test.go:236:
- DELETE dnscontrol.test A 2.2.2.2 ttl=300
helpers_integration_test.go:236:
- DELETE dnscontrol.test TXT "asimple" ttl=300
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test TXT "simple" ttl=300
=== RUN TestDNSProviders/dnscontrol.test/90:IGNORE_wilds:Create_some_records
helpers_integration_test.go:236:
+ CREATE bar.bat.dnscontrol.test A 5.5.5.5 ttl=300
helpers_integration_test.go:236:
+ CREATE foo.bat.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
+ CREATE foo.bat.dnscontrol.test A 2.3.4.5 ttl=300
helpers_integration_test.go:236:
+ CREATE foo.bat.dnscontrol.test TXT "simple" ttl=300
helpers_integration_test.go:236:
+ CREATE mail.bat.dnscontrol.test CNAME ghs.googlehosted.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/90:IGNORE_wilds:ignore_label=foo.*
=== RUN TestDNSProviders/dnscontrol.test/90:IGNORE_wilds:VERIFY_PREVIOUS
=== RUN TestDNSProviders/dnscontrol.test/90:IGNORE_wilds:ignore_label=foo.bat,type
=== RUN TestDNSProviders/dnscontrol.test/90:IGNORE_wilds:VERIFY_PREVIOUS#01
=== RUN TestDNSProviders/dnscontrol.test/90:IGNORE_wilds:ignore_target=.domain
=== RUN TestDNSProviders/dnscontrol.test/90:IGNORE_wilds:VERIFY_PREVIOUS#02
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#47
helpers_integration_test.go:236:
- DELETE bar.bat.dnscontrol.test A 5.5.5.5 ttl=300
helpers_integration_test.go:236:
- DELETE foo.bat.dnscontrol.test A 1.2.3.4 ttl=300
helpers_integration_test.go:236:
- DELETE foo.bat.dnscontrol.test A 2.3.4.5 ttl=300
helpers_integration_test.go:236:
- DELETE foo.bat.dnscontrol.test TXT "simple" ttl=300
helpers_integration_test.go:236:
- DELETE mail.bat.dnscontrol.test CNAME ghs.googlehosted.com. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/91:IGNORE_with_modify:Create_some_records
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test A 1.1.1.1 ttl=300
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test A 10.10.10.10 ttl=300
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test AAAA 2003:dd:d7ff::fe71:aaaa ttl=300
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test MX 10 aspmx.l.google.com. ttl=300
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test MX 20 alt1.aspmx.l.google.com. ttl=300
helpers_integration_test.go:236:
+ CREATE zzz.dnscontrol.test A 3.3.3.3 ttl=300
helpers_integration_test.go:236:
+ CREATE zzz.dnscontrol.test A 4.4.4.4 ttl=300
helpers_integration_test.go:236:
+ CREATE zzz.dnscontrol.test AAAA 2003:dd:d7ff::fe71:cccc ttl=300
=== RUN TestDNSProviders/dnscontrol.test/91:IGNORE_with_modify:IGNORE_change_ByZone
helpers_integration_test.go:236:
± MODIFY foo.dnscontrol.test A (10.10.10.10 ttl=300) -> (11.11.11.11 ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/91:IGNORE_with_modify:VERIFY_PREVIOUS
=== RUN TestDNSProviders/dnscontrol.test/91:IGNORE_with_modify:IGNORE_change_ByLabel
helpers_integration_test.go:236:
± MODIFY foo.dnscontrol.test A (11.11.11.11 ttl=300) -> (12.12.12.12 ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/91:IGNORE_with_modify:VERIFY_PREVIOUS#01
=== RUN TestDNSProviders/dnscontrol.test/91:IGNORE_with_modify:IGNORE_change_ByRecordSet
helpers_integration_test.go:236:
± MODIFY foo.dnscontrol.test A (12.12.12.12 ttl=300) -> (13.13.13.13 ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/91:IGNORE_with_modify:VERIFY_PREVIOUS#02
=== RUN TestDNSProviders/dnscontrol.test/91:IGNORE_with_modify:IGNORE_change_ByRecord
helpers_integration_test.go:236:
± MODIFY foo.dnscontrol.test A (13.13.13.13 ttl=300) -> (14.14.14.14 ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/91:IGNORE_with_modify:VERIFY_PREVIOUS#03
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#48
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test A 1.1.1.1 ttl=300
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test A 14.14.14.14 ttl=300
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test AAAA 2003:dd:d7ff::fe71:aaaa ttl=300
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test MX 10 aspmx.l.google.com. ttl=300
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test MX 20 alt1.aspmx.l.google.com. ttl=300
helpers_integration_test.go:236:
- DELETE zzz.dnscontrol.test A 3.3.3.3 ttl=300
helpers_integration_test.go:236:
- DELETE zzz.dnscontrol.test A 4.4.4.4 ttl=300
helpers_integration_test.go:236:
- DELETE zzz.dnscontrol.test AAAA 2003:dd:d7ff::fe71:cccc ttl=300
=== RUN TestDNSProviders/dnscontrol.test/92:IGNORE_TARGET_b2285:Create_some_records
helpers_integration_test.go:236:
+ CREATE bar.dnscontrol.test CNAME redact2.acm-validations.aws. ttl=300
helpers_integration_test.go:236:
+ CREATE foo.dnscontrol.test CNAME redact1.acm-validations.aws. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/92:IGNORE_TARGET_b2285:Add_a_new_record_-ignoring_test.foo.com.
=== RUN TestDNSProviders/dnscontrol.test/92:IGNORE_TARGET_b2285:VERIFY_PREVIOUS
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#49
helpers_integration_test.go:236:
- DELETE bar.dnscontrol.test CNAME redact2.acm-validations.aws. ttl=300
helpers_integration_test.go:236:
- DELETE foo.dnscontrol.test CNAME redact1.acm-validations.aws. ttl=300
=== RUN TestDNSProviders/dnscontrol.test/93:IGNORE_everything_b2822:Create_some_records
helpers_integration_test.go:236:
+ CREATE dyndns-city1.dnscontrol.test A 91.42.1.1 ttl=300
helpers_integration_test.go:236:
+ CREATE dyndns-city1.dnscontrol.test AAAA 2003:dd:d7ff::fe71:ce77 ttl=300
helpers_integration_test.go:236:
+ CREATE dyndns-city2.dnscontrol.test A 91.42.1.2 ttl=300
helpers_integration_test.go:236:
+ CREATE dyndns-city2.dnscontrol.test AAAA 2003:dd:d7ff::fe71:ce78 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/93:IGNORE_everything_b2822:ignore_them_all
=== RUN TestDNSProviders/dnscontrol.test/93:IGNORE_everything_b2822:VERIFY_PREVIOUS
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#50
helpers_integration_test.go:236:
- DELETE dyndns-city1.dnscontrol.test A 91.42.1.1 ttl=300
helpers_integration_test.go:236:
- DELETE dyndns-city1.dnscontrol.test AAAA 2003:dd:d7ff::fe71:ce77 ttl=300
helpers_integration_test.go:236:
- DELETE dyndns-city2.dnscontrol.test A 91.42.1.2 ttl=300
helpers_integration_test.go:236:
- DELETE dyndns-city2.dnscontrol.test AAAA 2003:dd:d7ff::fe71:ce78 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/94:IGNORE_w/change_b3227:Create_some_records
helpers_integration_test.go:236:
+ CREATE testdefined.dnscontrol.test A 9.9.9.9 ttl=300
helpers_integration_test.go:236:
+ CREATE testignore.dnscontrol.test A 8.8.8.8 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/94:IGNORE_w/change_b3227:ignore
=== RUN TestDNSProviders/dnscontrol.test/94:IGNORE_w/change_b3227:VERIFY_PREVIOUS
=== RUN TestDNSProviders/dnscontrol.test/94:IGNORE_w/change_b3227:Verify_nothing_changed
=== RUN TestDNSProviders/dnscontrol.test/94:IGNORE_w/change_b3227:VERIFY_PREVIOUS#01
=== RUN TestDNSProviders/dnscontrol.test/94:IGNORE_w/change_b3227:ignore_with_change
helpers_integration_test.go:236:
± MODIFY testdefined.dnscontrol.test A (9.9.9.9 ttl=300) -> (2.2.2.2 ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/94:IGNORE_w/change_b3227:VERIFY_PREVIOUS#02
=== RUN TestDNSProviders/dnscontrol.test/95:structured_TXT
SKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/96:structured_TXT_as_native_records_SKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/97:CLOUDNS_geodns_tests_SKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/98:PORKBUN_URLFWD_tests_SKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/99:GCORE_metadata_tests_SKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/100:NAMECHEAP_url_redirect_records_SKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#51
helpers_integration_test.go:236:
- DELETE testdefined.dnscontrol.test A 2.2.2.2 ttl=300
helpers_integration_test.go:236:
- DELETE testignore.dnscontrol.test A 8.8.8.8 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/101:OPENPGPKEY:OPENPGPKEY_records
helpers_integration_test.go:236:
+ CREATE 6c9b19cb967b563d9d96b341ad4a89a74444c6f18e9530f4623817fe.openpgpkey.dnscontrol.test OPENPGPKEY mDMEAAAAARYJKwYBBAHaRw8BAQdAxCQnAKBDmA75+73+3lYVXDwrMUbaR61fNZgGeOHwmDq0JEV4YW1wbGUgMiA8ZXhhbXBsZS0yQGRuc2NvbnRyb2wub3JnPoh+BBMWCgAmFiEEYZ3PIZnaOWQrPxj6VX+9VdC3r4wFAgAAAAECGwECHgUCF4AACgkQVX+9VdC3r4xq6wEAl2ujFSqWwc2wQuHedpFrSTN9Gh7cIziKCZ3f8BGSRTgBAIvjKlWLLLBu0FPpCVlcfkpsZMV5YRrg90k+D+O4zZ4M ttl=300
helpers_integration_test.go:236:
+ CREATE bb7d0cf1ee44aca0bcc0f739b77b935f13aec2fd537f5c29dedd883d.openpgpkey.dnscontrol.test OPENPGPKEY mDMEAAAAARYJKwYBBAHaRw8BAQdAO2uf8a0MUkNWUHzey8FhYJP2SS+061pF+GFK23egV9K0JEV4YW1wbGUgMSA8ZXhhbXBsZS0xQGRuc2NvbnRyb2wub3JnPoh+BBMWCgAmFiEEwP53wg/jSbhjzamYC/4c89luNM4FAgAAAAECGwECHgUCF4AACgkQC/4c89luNM4/LgEA8ARj4iJ0fVrpRRnhrTtlGwos170TDhTuZfPoGMqweS0A/1GWtg6/ywR4EPtRu+p9WogsQmO1HOk3ag3I5d7iP18C ttl=300
=== RUN TestDNSProviders/dnscontrol.test/101:OPENPGPKEY:OPENPGPKEY_record_change_same_format
helpers_integration_test.go:236:
± MODIFY 6c9b19cb967b563d9d96b341ad4a89a74444c6f18e9530f4623817fe.openpgpkey.dnscontrol.test OPENPGPKEY (mDMEAAAAARYJKwYBBAHaRw8BAQdAxCQnAKBDmA75+73+3lYVXDwrMUbaR61fNZgGeOHwmDq0JEV4YW1wbGUgMiA8ZXhhbXBsZS0yQGRuc2NvbnRyb2wub3JnPoh+BBMWCgAmFiEEYZ3PIZnaOWQrPxj6VX+9VdC3r4wFAgAAAAECGwECHgUCF4AACgkQVX+9VdC3r4xq6wEAl2ujFSqWwc2wQuHedpFrSTN9Gh7cIziKCZ3f8BGSRTgBAIvjKlWLLLBu0FPpCVlcfkpsZMV5YRrg90k+D+O4zZ4M ttl=300) -> (mDMEAAAAARYJKwYBBAHaRw8BAQdAQWiJ4gXP6wC2wQ7h7odcLpZU+mQD2rHiqtTgj+1e6ou0JEV4YW1wbGUgMiA8ZXhhbXBsZS0yQGRuc2NvbnRyb2wub3JnPoh+BBMWCgAmFiEE/tuN1tP/jpKko/EvTN4yJT7efAsFAgAAAAECGwECHgUCF4AACgkQTN4yJT7efAuxPQD/aEhrJaCX9FD1IkjA/8UmK0nokjtJNy46It3IWTGT4EQBAJI6goeRQBJqu/UnHmjv0OfqBQQCt87f9zXqZxLjiIQN ttl=300)
helpers_integration_test.go:236:
± MODIFY bb7d0cf1ee44aca0bcc0f739b77b935f13aec2fd537f5c29dedd883d.openpgpkey.dnscontrol.test OPENPGPKEY (mDMEAAAAARYJKwYBBAHaRw8BAQdAO2uf8a0MUkNWUHzey8FhYJP2SS+061pF+GFK23egV9K0JEV4YW1wbGUgMSA8ZXhhbXBsZS0xQGRuc2NvbnRyb2wub3JnPoh+BBMWCgAmFiEEwP53wg/jSbhjzamYC/4c89luNM4FAgAAAAECGwECHgUCF4AACgkQC/4c89luNM4/LgEA8ARj4iJ0fVrpRRnhrTtlGwos170TDhTuZfPoGMqweS0A/1GWtg6/ywR4EPtRu+p9WogsQmO1HOk3ag3I5d7iP18C ttl=300) -> (mDMEAAAAARYJKwYBBAHaRw8BAQdAFHHsHVzE1rvYcCmX7Sn5X3p71eF5qo02mO/IuULrCPW0JEV4YW1wbGUgMSA8ZXhhbXBsZS0xQGRuc2NvbnRyb2wub3JnPoh+BBMWCgAmFiEEkwXxX/eDCW05Qn5tBI42Nn4+OuIFAgAAAAECGwECHgUCF4AACgkQBI42Nn4+OuL/qgD/S2rZm2Lafp11mr5q4jIBZ4DCS/Xl+Gm4ADvoPGpzkzwBALZqxlCToP4KQ0RI2ZlqtGQSy+fHDVxat0q7pFZsRo0K ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/101:OPENPGPKEY:OPENPGPKEY_record_change_different_formats
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#52
helpers_integration_test.go:236:
- DELETE 6c9b19cb967b563d9d96b341ad4a89a74444c6f18e9530f4623817fe.openpgpkey.dnscontrol.test OPENPGPKEY mDMEAAAAARYJKwYBBAHaRw8BAQdAQWiJ4gXP6wC2wQ7h7odcLpZU+mQD2rHiqtTgj+1e6ou0JEV4YW1wbGUgMiA8ZXhhbXBsZS0yQGRuc2NvbnRyb2wub3JnPoh+BBMWCgAmFiEE/tuN1tP/jpKko/EvTN4yJT7efAsFAgAAAAECGwECHgUCF4AACgkQTN4yJT7efAuxPQD/aEhrJaCX9FD1IkjA/8UmK0nokjtJNy46It3IWTGT4EQBAJI6goeRQBJqu/UnHmjv0OfqBQQCt87f9zXqZxLjiIQN ttl=300
helpers_integration_test.go:236:
- DELETE bb7d0cf1ee44aca0bcc0f739b77b935f13aec2fd537f5c29dedd883d.openpgpkey.dnscontrol.test OPENPGPKEY mDMEAAAAARYJKwYBBAHaRw8BAQdAFHHsHVzE1rvYcCmX7Sn5X3p71eF5qo02mO/IuULrCPW0JEV4YW1wbGUgMSA8ZXhhbXBsZS0xQGRuc2NvbnRyb2wub3JnPoh+BBMWCgAmFiEEkwXxX/eDCW05Qn5tBI42Nn4+OuIFAgAAAAECGwECHgUCF4AACgkQBI42Nn4+OuL/qgD/S2rZm2Lafp11mr5q4jIBZ4DCS/Xl+Gm4ADvoPGpzkzwBALZqxlCToP4KQ0RI2ZlqtGQSy+fHDVxat0q7pFZsRo0K ttl=300
=== RUN TestDNSProviders/dnscontrol.test/102:SMIMEA:SMIMEA_record
helpers_integration_test.go:236:
+ CREATE 443.tcp.dnscontrol.test SMIMEA 3 1 1 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef ttl=300
=== RUN TestDNSProviders/dnscontrol.test/102:SMIMEA:SMIMEA_change_usage
helpers_integration_test.go:236:
± MODIFY 443.tcp.dnscontrol.test SMIMEA (3 1 1 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef ttl=300) -> (2 1 1 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/102:SMIMEA:SMIMEA_change_selector
helpers_integration_test.go:236:
± MODIFY 443.tcp.dnscontrol.test SMIMEA (2 1 1 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef ttl=300) -> (2 0 1 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/102:SMIMEA:SMIMEA_change_matchingtype
helpers_integration_test.go:236:
± MODIFY 443.tcp.dnscontrol.test SMIMEA (2 0 1 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef ttl=300) -> (2 0 2 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/102:SMIMEA:SMIMEA_change_certificate
helpers_integration_test.go:236:
± MODIFY 443.tcp.dnscontrol.test SMIMEA (2 0 2 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef ttl=300) -> (2 0 2 fedcba9876543210fedcba9876543210fedcba9876543210fedcba9876543210fedcba9876543210fedcba9876543210fedcba9876543210fedcba9876543210 ttl=300)
=== RUN TestDNSProviders/dnscontrol.test/103:Bunny_DNS_Pull_Zone
SKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/104:HEDNS_DYNAMIC_A_lifecycle
SKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/105:HEDNS_DYNAMIC_AAAA+TXT
SKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/106:HEDNS_DDNS_KEY
SKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/107:HEDNS_DYNAMIC_mixed_records
SKIPPED(disabled_by_only):Empty
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#53
helpers_integration_test.go:236:
- DELETE 443.tcp.dnscontrol.test SMIMEA 2 0 2 fedcba9876543210fedcba9876543210fedcba9876543210fedcba9876543210fedcba9876543210fedcba9876543210fedcba9876543210fedcba9876543210 ttl=300
=== RUN TestDNSProviders/dnscontrol.test/108:final:final
helpers_integration_test.go:236:
+ CREATE final.dnscontrol.test TXT "TestDNSProviders was successful!" ttl=300
=== RUN TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#54
helpers_integration_test.go:236:
- DELETE final.dnscontrol.test TXT "TestDNSProviders was successful!" ttl=300
=== RUN TestDNSProviders/dnscontrol.test/109:final:final
helpers_integration_test.go:236:
+ CREATE final.dnscontrol.test TXT "TestDNSProviders was successful!" ttl=300
--- PASS: TestDNSProviders (120.35s)
--- PASS: TestDNSProviders/dnscontrol.test (120.35s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty (0.24s)
--- PASS: TestDNSProviders/dnscontrol.test/00:A:Create_A (0.17s)
--- PASS: TestDNSProviders/dnscontrol.test/00:A:Change_A_target (0.67s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#01 (0.09s)
--- PASS: TestDNSProviders/dnscontrol.test/01:Apex:Create_A (0.14s)
--- PASS: TestDNSProviders/dnscontrol.test/01:Apex:Change_A_target (0.50s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#02 (0.08s)
--- SKIP: TestDNSProviders/dnscontrol.test/02:Protocol-Wildcard:Create_wildcard (0.00s)
--- PASS: TestDNSProviders/dnscontrol.test/02:Protocol-Wildcard:Delete_wildcard (0.18s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#03 (0.10s)
--- PASS: TestDNSProviders/dnscontrol.test/03:AAAA:Create_AAAA (0.16s)
--- PASS: TestDNSProviders/dnscontrol.test/03:AAAA:Change_AAAA_target (1.10s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#04 (0.09s)
--- PASS: TestDNSProviders/dnscontrol.test/04:CNAME:Create_a_CNAME (0.18s)
--- PASS: TestDNSProviders/dnscontrol.test/04:CNAME:Change_CNAME_target (1.88s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#05 (0.11s)
--- PASS: TestDNSProviders/dnscontrol.test/05:CNAME-short:Create_a_CNAME (0.26s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#06 (0.15s)
--- PASS: TestDNSProviders/dnscontrol.test/06:MX:Create_MX_apex (0.12s)
--- PASS: TestDNSProviders/dnscontrol.test/06:MX:Change_MX_apex (0.17s)
--- PASS: TestDNSProviders/dnscontrol.test/06:MX:Create_MX (0.22s)
--- PASS: TestDNSProviders/dnscontrol.test/06:MX:Change_MX_target (0.15s)
--- PASS: TestDNSProviders/dnscontrol.test/06:MX:Change_MX_p (0.14s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#07 (0.08s)
--- PASS: TestDNSProviders/dnscontrol.test/07:RP:Create_RP (0.15s)
--- PASS: TestDNSProviders/dnscontrol.test/07:RP:Create_RP#01 (0.16s)
--- PASS: TestDNSProviders/dnscontrol.test/07:RP:Create_RP#02 (0.16s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#08 (0.10s)
--- PASS: TestDNSProviders/dnscontrol.test/08:RP:Create_RP (0.13s)
--- PASS: TestDNSProviders/dnscontrol.test/08:RP:Create_RP#01 (0.18s)
--- PASS: TestDNSProviders/dnscontrol.test/08:RP:Create_RP#02 (0.13s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#09 (0.11s)
--- PASS: TestDNSProviders/dnscontrol.test/09:TXT:Create_TXT (0.15s)
--- PASS: TestDNSProviders/dnscontrol.test/09:TXT:Change_TXT_target (0.14s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#10 (0.08s)
--- PASS: TestDNSProviders/dnscontrol.test/10:ManyAtOnce:CreateManyAtLabel (0.29s)
--- PASS: TestDNSProviders/dnscontrol.test/10:ManyAtOnce:Empty (0.22s)
--- PASS: TestDNSProviders/dnscontrol.test/10:ManyAtOnce:Create_an_A_record (0.14s)
--- PASS: TestDNSProviders/dnscontrol.test/10:ManyAtOnce:Add_at_label1 (0.14s)
--- PASS: TestDNSProviders/dnscontrol.test/10:ManyAtOnce:Add_at_label2 (0.12s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#11 (0.18s)
--- PASS: TestDNSProviders/dnscontrol.test/11:manyTypesAtOnce:CreateManyTypesAtLabel (0.25s)
--- PASS: TestDNSProviders/dnscontrol.test/11:manyTypesAtOnce:Empty (0.21s)
--- PASS: TestDNSProviders/dnscontrol.test/11:manyTypesAtOnce:Create_an_A_record (0.17s)
--- PASS: TestDNSProviders/dnscontrol.test/11:manyTypesAtOnce:Add_Type_At_Label (0.15s)
--- PASS: TestDNSProviders/dnscontrol.test/11:manyTypesAtOnce:Add_Type_At_Label#01 (0.16s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#12 (0.24s)
--- PASS: TestDNSProviders/dnscontrol.test/12:Attl:Create_Arc (0.13s)
--- PASS: TestDNSProviders/dnscontrol.test/12:Attl:Change_TTL (3.96s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#13 (0.10s)
--- PASS: TestDNSProviders/dnscontrol.test/13:TTL:Start (0.28s)
--- PASS: TestDNSProviders/dnscontrol.test/13:TTL:Change_a_ttl (3.20s)
--- PASS: TestDNSProviders/dnscontrol.test/13:TTL:Change_single_target_from_set (2.44s)
--- PASS: TestDNSProviders/dnscontrol.test/13:TTL:Change_all_ttls (2.43s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#14 (0.20s)
--- PASS: TestDNSProviders/dnscontrol.test/14:add_to_label_and_change_orig_ttl:Setup (0.16s)
--- PASS: TestDNSProviders/dnscontrol.test/14:add_to_label_and_change_orig_ttl:Add_at_same_label,new_ttl (1.27s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#15 (0.18s)
--- PASS: TestDNSProviders/dnscontrol.test/15:TypeChange:Create_A (0.16s)
--- PASS: TestDNSProviders/dnscontrol.test/15:TypeChange:Change_to_MX (0.22s)
--- PASS: TestDNSProviders/dnscontrol.test/15:TypeChange:Change_back_to_A (0.22s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#16 (0.08s)
--- PASS: TestDNSProviders/dnscontrol.test/16:TypeChangeHard:Create_a_CNAME (0.15s)
--- PASS: TestDNSProviders/dnscontrol.test/16:TypeChangeHard:Change_to_A_record (0.22s)
--- PASS: TestDNSProviders/dnscontrol.test/16:TypeChangeHard:Change_back_to_CNAME (0.20s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#17 (0.10s)
--- PASS: TestDNSProviders/dnscontrol.test/17:HTTPS:Create_a_HTTPS_record (0.26s)
--- PASS: TestDNSProviders/dnscontrol.test/17:HTTPS:Change_HTTPS_priority (0.27s)
--- PASS: TestDNSProviders/dnscontrol.test/17:HTTPS:Change_HTTPS_target (0.13s)
--- PASS: TestDNSProviders/dnscontrol.test/17:HTTPS:Change_HTTPS_params (0.20s)
--- PASS: TestDNSProviders/dnscontrol.test/17:HTTPS:Change_HTTPS_params-empty (0.12s)
--- PASS: TestDNSProviders/dnscontrol.test/17:HTTPS:Change_HTTPS_all (0.13s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#18 (0.08s)
--- PASS: TestDNSProviders/dnscontrol.test/18:Ech:Create_a_HTTPS_record (0.16s)
--- PASS: TestDNSProviders/dnscontrol.test/18:Ech:Add_an_ECH_key (0.20s)
--- PASS: TestDNSProviders/dnscontrol.test/18:Ech:Ignore_the_ECH_key_while_changing_other_values (0.19s)
--- PASS: TestDNSProviders/dnscontrol.test/18:Ech:Change_the_ECH_key_and_other_values (0.15s)
--- PASS: TestDNSProviders/dnscontrol.test/18:Ech:Another_domain_with_a_different_ECH_value (0.24s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#19 (0.10s)
--- PASS: TestDNSProviders/dnscontrol.test/19:SVCB:Create_a_SVCB_record (0.20s)
--- PASS: TestDNSProviders/dnscontrol.test/19:SVCB:Change_SVCB_priority (0.13s)
--- PASS: TestDNSProviders/dnscontrol.test/19:SVCB:Change_SVCB_target (0.19s)
--- PASS: TestDNSProviders/dnscontrol.test/19:SVCB:Change_SVCB_params (0.12s)
--- PASS: TestDNSProviders/dnscontrol.test/19:SVCB:Change_SVCB_params-empty (0.15s)
--- PASS: TestDNSProviders/dnscontrol.test/19:SVCB:Change_SVCB_all (0.15s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#20 (0.11s)
--- PASS: TestDNSProviders/dnscontrol.test/20:CNAME:Record_pointing_to
@ (0.22s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#21 (0.17s)
--- PASS: TestDNSProviders/dnscontrol.test/21:ApexMX:Record_pointing_to
@ (0.21s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#22 (0.16s)
--- PASS: TestDNSProviders/dnscontrol.test/22:NullMX:create (0.31s)
--- PASS: TestDNSProviders/dnscontrol.test/22:NullMX:unnull (0.20s)
--- PASS: TestDNSProviders/dnscontrol.test/22:NullMX:renull (0.16s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#23 (0.16s)
--- PASS: TestDNSProviders/dnscontrol.test/23:NullMXApex:create (0.32s)
--- PASS: TestDNSProviders/dnscontrol.test/23:NullMXApex:unnull (0.19s)
--- PASS: TestDNSProviders/dnscontrol.test/23:NullMXApex:renull (0.22s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#24 (0.18s)
--- PASS: TestDNSProviders/dnscontrol.test/24:NS:NS_for_subdomain (0.24s)
--- PASS: TestDNSProviders/dnscontrol.test/24:NS:Dual_NS_for_subdomain (0.14s)
--- PASS: TestDNSProviders/dnscontrol.test/24:NS:NS_Record_pointing_to
@ (2.66s)
--- SKIP: TestDNSProviders/dnscontrol.test/25:NS_only_APEX
SKIPPED(excluded_by_not("DYNU")):Empty (0.00s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#25 (1.22s)
--- SKIP: TestDNSProviders/dnscontrol.test/26:complex_TXT:a_0-byte_TXT (0.00s)
--- PASS: TestDNSProviders/dnscontrol.test/26:complex_TXT:a_254-byte_TXT (0.17s)
--- PASS: TestDNSProviders/dnscontrol.test/26:complex_TXT:a_255-byte_TXT (0.22s)
--- PASS: TestDNSProviders/dnscontrol.test/26:complex_TXT:a_256-byte_TXT (0.25s)
--- PASS: TestDNSProviders/dnscontrol.test/26:complex_TXT:a_509-byte_TXT (0.21s)
--- PASS: TestDNSProviders/dnscontrol.test/26:complex_TXT:a_510-byte_TXT (0.22s)
--- PASS: TestDNSProviders/dnscontrol.test/26:complex_TXT:a_511-byte_TXT (0.21s)
--- PASS: TestDNSProviders/dnscontrol.test/26:complex_TXT:a_764-byte_TXT (0.22s)
--- PASS: TestDNSProviders/dnscontrol.test/26:complex_TXT:a_765-byte_TXT (0.19s)
--- PASS: TestDNSProviders/dnscontrol.test/26:complex_TXT:a_766-byte_TXT (0.19s)
--- PASS: TestDNSProviders/dnscontrol.test/26:complex_TXT:TXT_with_1_single-quote (0.24s)
--- PASS: TestDNSProviders/dnscontrol.test/26:complex_TXT:TXT_with_1_backtick (0.24s)
--- PASS: TestDNSProviders/dnscontrol.test/26:complex_TXT:TXT_with_1_dq-1interior (0.22s)
--- PASS: TestDNSProviders/dnscontrol.test/26:complex_TXT:TXT_with_2_dq-2interior (0.24s)
--- PASS: TestDNSProviders/dnscontrol.test/26:complex_TXT:TXT_with_1_dq-left (0.14s)
--- PASS: TestDNSProviders/dnscontrol.test/26:complex_TXT:TXT_with_1_dq-right (0.12s)
--- PASS: TestDNSProviders/dnscontrol.test/26:complex_TXT:TXT_with_semicolon (0.22s)
--- PASS: TestDNSProviders/dnscontrol.test/26:complex_TXT:TXT_with_semicolon_ws (0.21s)
--- PASS: TestDNSProviders/dnscontrol.test/26:complex_TXT:TXT_interior_ws (0.20s)
--- PASS: TestDNSProviders/dnscontrol.test/26:complex_TXT:TXT_trailing_ws (0.21s)
--- PASS: TestDNSProviders/dnscontrol.test/26:complex_TXT:Create_a_TXT/SPF (0.19s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#26 (0.08s)
--- PASS: TestDNSProviders/dnscontrol.test/27:TXT_backslashes:TXT_with_backslashs (0.40s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#27 (0.24s)
--- PASS: TestDNSProviders/dnscontrol.test/28:Case_Sensitivity:Create_CAPS (0.15s)
--- PASS: TestDNSProviders/dnscontrol.test/28:Case_Sensitivity:Downcase_label (0.14s)
--- PASS: TestDNSProviders/dnscontrol.test/28:Case_Sensitivity:Downcase_target (4.83s)
--- PASS: TestDNSProviders/dnscontrol.test/28:Case_Sensitivity:Upcase_both (3.26s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#28 (0.15s)
--- PASS: TestDNSProviders/dnscontrol.test/29:testByLabel:initial (0.21s)
--- PASS: TestDNSProviders/dnscontrol.test/29:testByLabel:changeOne (1.56s)
--- PASS: TestDNSProviders/dnscontrol.test/29:testByLabel:deleteOne (0.13s)
--- PASS: TestDNSProviders/dnscontrol.test/29:testByLabel:addOne (0.13s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#29 (0.22s)
--- PASS: TestDNSProviders/dnscontrol.test/30:testByRecordSet:initial (0.43s)
--- PASS: TestDNSProviders/dnscontrol.test/30:testByRecordSet:changeOne (2.30s)
--- PASS: TestDNSProviders/dnscontrol.test/30:testByRecordSet:deleteOne (0.13s)
--- PASS: TestDNSProviders/dnscontrol.test/30:testByRecordSet:addOne (0.14s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#30 (0.33s)
--- PASS: TestDNSProviders/dnscontrol.test/31:IDNA:Internationalized_name (0.15s)
--- PASS: TestDNSProviders/dnscontrol.test/31:IDNA:Change_IDN (2.53s)
--- PASS: TestDNSProviders/dnscontrol.test/31:IDNA:Chinese_label (0.22s)
--- PASS: TestDNSProviders/dnscontrol.test/31:IDNA:Internationalized_CNAME_Target (0.21s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#31 (0.11s)
--- PASS: TestDNSProviders/dnscontrol.test/32:IDNAs_in_CNAME_targets:IDN_CNAME_AND_Target (0.16s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#32 (0.08s)
--- PASS: TestDNSProviders/dnscontrol.test/33:pager101:99_records (9.42s)
--- PASS: TestDNSProviders/dnscontrol.test/33:pager101:100_records (0.22s)
--- PASS: TestDNSProviders/dnscontrol.test/33:pager101:101_records (0.19s)
--- SKIP: TestDNSProviders/dnscontrol.test/34:pager601
SKIPPED(disabled_by_only):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/35:pager1201
SKIPPED(disabled_by_only):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/36:batchRecordswithOthers
SKIPPED(disabled_by_only):Empty (0.00s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#33 (6.02s)
--- PASS: TestDNSProviders/dnscontrol.test/37:CAA:CAA_record (0.17s)
--- PASS: TestDNSProviders/dnscontrol.test/37:CAA:CAA_change_tag (0.13s)
--- PASS: TestDNSProviders/dnscontrol.test/37:CAA:CAA_change_target (0.12s)
--- PASS: TestDNSProviders/dnscontrol.test/37:CAA:CAA_change_flag (0.14s)
--- PASS: TestDNSProviders/dnscontrol.test/37:CAA:CAA_many_records (0.19s)
--- PASS: TestDNSProviders/dnscontrol.test/37:CAA:CAA_whitespace (0.13s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#34 (0.08s)
--- PASS: TestDNSProviders/dnscontrol.test/38:LOC:Single_LOC_record (0.21s)
--- PASS: TestDNSProviders/dnscontrol.test/38:LOC:Update_single_LOC_record (0.21s)
--- PASS: TestDNSProviders/dnscontrol.test/38:LOC:Multiple_LOC_records-create_a-d_modify_apex (0.53s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#35 (0.31s)
--- PASS: TestDNSProviders/dnscontrol.test/39:NAPTR:NAPTR_record (0.19s)
--- PASS: TestDNSProviders/dnscontrol.test/39:NAPTR:NAPTR_second_record (0.20s)
--- PASS: TestDNSProviders/dnscontrol.test/39:NAPTR:NAPTR_delete_second_record (0.12s)
--- PASS: TestDNSProviders/dnscontrol.test/39:NAPTR:NAPTR_change_order (0.17s)
--- PASS: TestDNSProviders/dnscontrol.test/39:NAPTR:NAPTR_change_preference (0.16s)
--- PASS: TestDNSProviders/dnscontrol.test/39:NAPTR:NAPTR_change_flags (0.14s)
--- PASS: TestDNSProviders/dnscontrol.test/39:NAPTR:NAPTR_change_service (0.14s)
--- PASS: TestDNSProviders/dnscontrol.test/39:NAPTR:NAPTR_change_regexp (0.15s)
--- PASS: TestDNSProviders/dnscontrol.test/39:NAPTR:NAPTR_remove_regexp_and_add_target (0.11s)
--- PASS: TestDNSProviders/dnscontrol.test/39:NAPTR:NAPTR_change_target (0.13s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#36 (0.08s)
--- PASS: TestDNSProviders/dnscontrol.test/40:PTR:Create_PTR_record (0.16s)
--- PASS: TestDNSProviders/dnscontrol.test/40:PTR:Modify_PTR_record (0.16s)
--- SKIP: TestDNSProviders/dnscontrol.test/41:SOA
SKIPPED(CanUseSOA_not_supported):Empty (0.00s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#37 (0.10s)
--- PASS: TestDNSProviders/dnscontrol.test/42:SRV:SRV_record (0.16s)
--- PASS: TestDNSProviders/dnscontrol.test/42:SRV:Second_SRV_record,same_prio (0.14s)
--- PASS: TestDNSProviders/dnscontrol.test/42:SRV:3_SRV (0.13s)
--- PASS: TestDNSProviders/dnscontrol.test/42:SRV:Delete_one (0.12s)
--- PASS: TestDNSProviders/dnscontrol.test/42:SRV:Change_Target (0.13s)
--- PASS: TestDNSProviders/dnscontrol.test/42:SRV:Change_Priority (0.13s)
--- PASS: TestDNSProviders/dnscontrol.test/42:SRV:Change_Weight (0.13s)
--- PASS: TestDNSProviders/dnscontrol.test/42:SRV:Change_Port (0.12s)
--- PASS: TestDNSProviders/dnscontrol.test/42:SRV:Empty (0.14s)
--- PASS: TestDNSProviders/dnscontrol.test/42:SRV:Null_Target (0.14s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#38 (0.08s)
--- PASS: TestDNSProviders/dnscontrol.test/43:SRV:Create_SRV333 (0.13s)
--- PASS: TestDNSProviders/dnscontrol.test/43:SRV:Change_TTL999 (0.13s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#39 (0.08s)
--- PASS: TestDNSProviders/dnscontrol.test/44:SSHFP:SSHFP_record (0.17s)
--- PASS: TestDNSProviders/dnscontrol.test/44:SSHFP:SSHFP_change_algorithm (0.15s)
--- PASS: TestDNSProviders/dnscontrol.test/44:SSHFP:SSHFP_change_fingerprint_and_type (0.17s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#40 (0.08s)
--- PASS: TestDNSProviders/dnscontrol.test/45:TLSA:TLSA_record (0.19s)
--- PASS: TestDNSProviders/dnscontrol.test/45:TLSA:TLSA_change_usage (0.20s)
--- PASS: TestDNSProviders/dnscontrol.test/45:TLSA:TLSA_change_selector (0.15s)
--- PASS: TestDNSProviders/dnscontrol.test/45:TLSA:TLSA_change_matchingtype (0.14s)
--- PASS: TestDNSProviders/dnscontrol.test/45:TLSA:TLSA_change_certificate (0.14s)
--- SKIP: TestDNSProviders/dnscontrol.test/46:DS
SKIPPED(CanUseDS_not_supported):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/47:DS
(children_only)
SKIPPED(CanUseDSForChildren_not_supported):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/48:DS
(children_only)CLOUDNSSKIPPED(CanUseDSForChildren_not_supported):Empty (0.00s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#41 (0.08s)
--- PASS: TestDNSProviders/dnscontrol.test/49:DHCID:Create_DHCID_record (0.20s)
--- PASS: TestDNSProviders/dnscontrol.test/49:DHCID:Modify_DHCID_record (0.14s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#42 (0.11s)
--- SKIP: TestDNSProviders/dnscontrol.test/50:DNAME:Create_DNAME_record (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/50:DNAME:Modify_DNAME_record (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/50:DNAME:Create_DNAME_record_in_non-FQDN (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/51:DNSKEY
SKIPPED(CanUseDNSKEY_not_supported):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/52:ALIAS_on_apex
SKIPPED(CanUseAlias_not_supported):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/53:ALIAS_to_nonfqdn
SKIPPED(CanUseAlias_not_supported):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/54:ALIAS_on_subdomain_SKIPPED(CanUseAlias_not_supported):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/55:AZURE_ALIAS_A_SKIPPED(CanUseAzureAlias_not_supported):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/56:AZURE_ALIAS_CNAME_SKIPPED(CanUseAzureAlias_not_supported):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/57:R53_ALIAS2_SKIPPED(CanUseRoute53Alias_not_supported):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/58:R53_ALIAS_ORDER_SKIPPED(CanUseRoute53Alias_not_supported):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/59:R53_ALIAS_CNAME_SKIPPED(CanUseRoute53Alias_not_supported):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/60:R53_ALIAS_Loop_SKIPPED(CanUseRoute53Alias_not_supported):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/61:R53_alias_pre-existing_SKIPPED(CanUseRoute53Alias_not_supported):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/62:R53_alias_evaluate_target_health_SKIPPED(CanUseRoute53Alias_not_supported):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/63:R53_B3493_SKIPPED(CanUseRoute53Alias_not_supported):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/64:R53_B3493_REV_SKIPPED(CanUseRoute53Alias_not_supported):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/65:R53_WEIGHT_SKIPPED(disabled_by_only):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/66:R53_WEIGHT_CNAME_SKIPPED(disabled_by_only):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/67:R53_WEIGHT_MIXED_SKIPPED(disabled_by_only):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/68:CLOUDFLAREAPI_SINGLE_REDIRECT_SKIPPED(excluded_by_alltrue([false])):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/69:CF_PROXY_A_create_SKIPPED(disabled_by_only):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/70:CF_PROXY_A_off_to_on_SKIPPED(disabled_by_only):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/71:CF_PROXY_A_on_to_off_SKIPPED(disabled_by_only):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/72:CF_PROXY_CNAME_create_SKIPPED(disabled_by_only):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/73:CF_PROXY_CNAME_off_to_on_SKIPPED(disabled_by_only):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/74:CF_PROXY_CNAME_on_to_off_SKIPPED(disabled_by_only):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/75:CF_CNAME_FLATTEN_create_SKIPPED(excluded_by_alltrue([false])):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/76:CF_CNAME_FLATTEN_off_to_on_SKIPPED(excluded_by_alltrue([false])):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/77:CF_CNAME_FLATTEN_on_to_off_SKIPPED(excluded_by_alltrue([false])):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/78:CF_COMMENT_create_SKIPPED(disabled_by_only):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/79:CF_TAGS_create_SKIPPED(excluded_by_alltrue([false])):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/80:CF_WORKER_ROUTE_SKIPPED(excluded_by_alltrue([false])):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/81:ADGUARDHOME_A_PASSTHROUGH_SKIPPED(disabled_by_only):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/82:ADGUARDHOME_AAAA_PASSTHROUGH_SKIPPED(disabled_by_only):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/83:MIKROTIK_FWD_SKIPPED(disabled_by_only):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/84:MIKROTIK_NXDOMAIN_SKIPPED(disabled_by_only):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/85:MIKROTIK_METADATA_SKIPPED(disabled_by_only):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/86:VERCEL_CAA_whitespace_-cansignhttpexchangesSKIPPED(disabled_by_only):Empty (0.00s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#43 (0.03s)
--- PASS: TestDNSProviders/dnscontrol.test/87:IGNORE_main:Create_some_records (0.45s)
--- PASS: TestDNSProviders/dnscontrol.test/87:IGNORE_main:ignore_label (0.07s)
--- PASS: TestDNSProviders/dnscontrol.test/87:IGNORE_main:VERIFY_PREVIOUS (0.06s)
--- PASS: TestDNSProviders/dnscontrol.test/87:IGNORE_main:ignore_label,type (0.09s)
--- PASS: TestDNSProviders/dnscontrol.test/87:IGNORE_main:VERIFY_PREVIOUS#01 (0.08s)
--- PASS: TestDNSProviders/dnscontrol.test/87:IGNORE_main:ignore_label,type,target (0.06s)
--- PASS: TestDNSProviders/dnscontrol.test/87:IGNORE_main:VERIFY_PREVIOUS#02 (0.08s)
--- PASS: TestDNSProviders/dnscontrol.test/87:IGNORE_main:ignore_type (0.07s)
--- PASS: TestDNSProviders/dnscontrol.test/87:IGNORE_main:VERIFY_PREVIOUS#03 (0.09s)
--- PASS: TestDNSProviders/dnscontrol.test/87:IGNORE_main:ignore_type,target (0.10s)
--- PASS: TestDNSProviders/dnscontrol.test/87:IGNORE_main:VERIFY_PREVIOUS#04 (0.07s)
--- PASS: TestDNSProviders/dnscontrol.test/87:IGNORE_main:ignore_target (0.06s)
--- PASS: TestDNSProviders/dnscontrol.test/87:IGNORE_main:VERIFY_PREVIOUS#05 (0.08s)
--- PASS: TestDNSProviders/dnscontrol.test/87:IGNORE_main:ignore_manytypes (0.07s)
--- PASS: TestDNSProviders/dnscontrol.test/87:IGNORE_main:VERIFY_PREVIOUS#06 (0.06s)
--- PASS: TestDNSProviders/dnscontrol.test/87:IGNORE_main:ignore_label,type,target=
(0.06s)
--- PASS: TestDNSProviders/dnscontrol.test/87:IGNORE_main:VERIFY_PREVIOUS#07 (0.09s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#44 (0.32s)
--- PASS: TestDNSProviders/dnscontrol.test/88:IGNORE_apex:Create_some_records (0.43s)
--- PASS: TestDNSProviders/dnscontrol.test/88:IGNORE_apex:apex_label (0.08s)
--- PASS: TestDNSProviders/dnscontrol.test/88:IGNORE_apex:VERIFY_PREVIOUS (0.07s)
--- PASS: TestDNSProviders/dnscontrol.test/88:IGNORE_apex:apex_label,type (0.07s)
--- PASS: TestDNSProviders/dnscontrol.test/88:IGNORE_apex:VERIFY_PREVIOUS#01 (0.07s)
--- PASS: TestDNSProviders/dnscontrol.test/88:IGNORE_apex:apex_label,type,target (0.07s)
--- PASS: TestDNSProviders/dnscontrol.test/88:IGNORE_apex:VERIFY_PREVIOUS#02 (0.07s)
--- PASS: TestDNSProviders/dnscontrol.test/88:IGNORE_apex:apex_type (0.06s)
--- PASS: TestDNSProviders/dnscontrol.test/88:IGNORE_apex:VERIFY_PREVIOUS#03 (0.06s)
--- PASS: TestDNSProviders/dnscontrol.test/88:IGNORE_apex:apex_type,target (0.06s)
--- PASS: TestDNSProviders/dnscontrol.test/88:IGNORE_apex:VERIFY_PREVIOUS#04 (0.09s)
--- PASS: TestDNSProviders/dnscontrol.test/88:IGNORE_apex:apex_target (0.08s)
--- PASS: TestDNSProviders/dnscontrol.test/88:IGNORE_apex:VERIFY_PREVIOUS#05 (0.07s)
--- PASS: TestDNSProviders/dnscontrol.test/88:IGNORE_apex:apex_manytypes (0.08s)
--- PASS: TestDNSProviders/dnscontrol.test/88:IGNORE_apex:VERIFY_PREVIOUS#06 (0.06s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#45 (0.32s)
--- PASS: TestDNSProviders/dnscontrol.test/89:IGNORE_unsafe:Create_some_records (0.31s)
--- PASS: TestDNSProviders/dnscontrol.test/89:IGNORE_unsafe:ignore_unsafe_apex (0.05s)
--- PASS: TestDNSProviders/dnscontrol.test/89:IGNORE_unsafe:VERIFY_PREVIOUS (0.09s)
--- PASS: TestDNSProviders/dnscontrol.test/89:IGNORE_unsafe:ignore_unsafe_label (0.06s)
--- PASS: TestDNSProviders/dnscontrol.test/89:IGNORE_unsafe:VERIFY_PREVIOUS#01 (0.06s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#46 (0.23s)
--- PASS: TestDNSProviders/dnscontrol.test/90:IGNORE_wilds:Create_some_records (0.46s)
--- PASS: TestDNSProviders/dnscontrol.test/90:IGNORE_wilds:ignore_label=foo.* (0.06s)
--- PASS: TestDNSProviders/dnscontrol.test/90:IGNORE_wilds:VERIFY_PREVIOUS (0.07s)
--- PASS: TestDNSProviders/dnscontrol.test/90:IGNORE_wilds:ignore_label=foo.bat,type (0.07s)
--- PASS: TestDNSProviders/dnscontrol.test/90:IGNORE_wilds:VERIFY_PREVIOUS#01 (0.07s)
--- PASS: TestDNSProviders/dnscontrol.test/90:IGNORE_wilds:ignore_target=*.domain (0.08s)
--- PASS: TestDNSProviders/dnscontrol.test/90:IGNORE_wilds:VERIFY_PREVIOUS#02 (0.06s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#47 (0.29s)
--- PASS: TestDNSProviders/dnscontrol.test/91:IGNORE_with_modify:Create_some_records (0.61s)
--- PASS: TestDNSProviders/dnscontrol.test/91:IGNORE_with_modify:IGNORE_change_ByZone (15.01s)
--- PASS: TestDNSProviders/dnscontrol.test/91:IGNORE_with_modify:VERIFY_PREVIOUS (0.07s)
--- PASS: TestDNSProviders/dnscontrol.test/91:IGNORE_with_modify:IGNORE_change_ByLabel (2.68s)
--- PASS: TestDNSProviders/dnscontrol.test/91:IGNORE_with_modify:VERIFY_PREVIOUS#01 (0.08s)
--- PASS: TestDNSProviders/dnscontrol.test/91:IGNORE_with_modify:IGNORE_change_ByRecordSet (2.60s)
--- PASS: TestDNSProviders/dnscontrol.test/91:IGNORE_with_modify:VERIFY_PREVIOUS#02 (0.07s)
--- PASS: TestDNSProviders/dnscontrol.test/91:IGNORE_with_modify:IGNORE_change_ByRecord (2.44s)
--- PASS: TestDNSProviders/dnscontrol.test/91:IGNORE_with_modify:VERIFY_PREVIOUS#03 (0.06s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#48 (0.46s)
--- PASS: TestDNSProviders/dnscontrol.test/92:IGNORE_TARGET_b2285:Create_some_records (0.20s)
--- PASS: TestDNSProviders/dnscontrol.test/92:IGNORE_TARGET_b2285:Add_a_new_record_-ignoring_test.foo.com. (0.03s)
--- PASS: TestDNSProviders/dnscontrol.test/92:IGNORE_TARGET_b2285:VERIFY_PREVIOUS (0.09s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#49 (0.15s)
--- PASS: TestDNSProviders/dnscontrol.test/93:IGNORE_everything_b2822:Create_some_records (0.41s)
--- PASS: TestDNSProviders/dnscontrol.test/93:IGNORE_everything_b2822:ignore_them_all (0.08s)
--- PASS: TestDNSProviders/dnscontrol.test/93:IGNORE_everything_b2822:VERIFY_PREVIOUS (0.07s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#50 (0.25s)
--- PASS: TestDNSProviders/dnscontrol.test/94:IGNORE_w/change_b3227:Create_some_records (0.26s)
--- PASS: TestDNSProviders/dnscontrol.test/94:IGNORE_w/change_b3227:ignore (0.07s)
--- PASS: TestDNSProviders/dnscontrol.test/94:IGNORE_w/change_b3227:VERIFY_PREVIOUS (0.07s)
--- PASS: TestDNSProviders/dnscontrol.test/94:IGNORE_w/change_b3227:Verify_nothing_changed (0.06s)
--- PASS: TestDNSProviders/dnscontrol.test/94:IGNORE_w/change_b3227:VERIFY_PREVIOUS#01 (0.07s)
--- PASS: TestDNSProviders/dnscontrol.test/94:IGNORE_w/change_b3227:ignore_with_change (3.96s)
--- PASS: TestDNSProviders/dnscontrol.test/94:IGNORE_w/change_b3227:VERIFY_PREVIOUS#02 (0.06s)
--- SKIP: TestDNSProviders/dnscontrol.test/95:structured_TXT
SKIPPED(disabled_by_only):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/96:structured_TXT_as_native_records_SKIPPED(disabled_by_only):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/97:CLOUDNS_geodns_tests_SKIPPED(disabled_by_only):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/98:PORKBUN_URLFWD_tests_SKIPPED(disabled_by_only):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/99:GCORE_metadata_tests_SKIPPED(disabled_by_only):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/100:NAMECHEAP_url_redirect_records_SKIPPED(disabled_by_only):Empty (0.00s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#51 (0.13s)
--- PASS: TestDNSProviders/dnscontrol.test/101:OPENPGPKEY:OPENPGPKEY_records (0.31s)
--- PASS: TestDNSProviders/dnscontrol.test/101:OPENPGPKEY:OPENPGPKEY_record_change_same_format (0.23s)
--- PASS: TestDNSProviders/dnscontrol.test/101:OPENPGPKEY:OPENPGPKEY_record_change_different_formats (0.07s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#52 (0.14s)
--- PASS: TestDNSProviders/dnscontrol.test/102:SMIMEA:SMIMEA_record (0.19s)
--- PASS: TestDNSProviders/dnscontrol.test/102:SMIMEA:SMIMEA_change_usage (0.16s)
--- PASS: TestDNSProviders/dnscontrol.test/102:SMIMEA:SMIMEA_change_selector (0.14s)
--- PASS: TestDNSProviders/dnscontrol.test/102:SMIMEA:SMIMEA_change_matchingtype (0.12s)
--- PASS: TestDNSProviders/dnscontrol.test/102:SMIMEA:SMIMEA_change_certificate (0.15s)
--- SKIP: TestDNSProviders/dnscontrol.test/103:Bunny_DNS_Pull_Zone_SKIPPED(disabled_by_only):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/104:HEDNS_DYNAMIC_A_lifecycle_SKIPPED(disabled_by_only):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/105:HEDNS_DYNAMIC_AAAA+TXT_SKIPPED(disabled_by_only):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/106:HEDNS_DDNS_KEY_SKIPPED(disabled_by_only):Empty (0.00s)
--- SKIP: TestDNSProviders/dnscontrol.test/107:HEDNS_DYNAMIC_mixed_records_SKIPPED(disabled_by_only):Empty (0.00s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#53 (0.09s)
--- PASS: TestDNSProviders/dnscontrol.test/108:final:final (0.16s)
--- PASS: TestDNSProviders/dnscontrol.test/Clean_Slate:Empty#54 (0.09s)
--- PASS: TestDNSProviders/dnscontrol.test/109:final:final (0.13s)
=== RUN TestDualProviders
Testing Profile="DYNU" (TYPE="DYNU")
provider_test.go:29: Skipping. DocDualHost == Cannot
--- SKIP: TestDualProviders (0.00s)
=== RUN TestNameserverDots
Testing Profile="DYNU" (TYPE="DYNU")
provider_test.go:108: Skipping. DocDualHost == Cannot
--- SKIP: TestNameserverDots (0.00s)
=== RUN TestDuplicateNameservers
Testing Profile="DYNU" (TYPE="DYNU")
provider_test.go:140: Skipping. DocDualHost == Cannot
--- SKIP: TestDuplicateNameservers (0.00s)
PASS
ok github.com/DNSControl/dnscontrol/v4/integrationTest 120.379s

@TomOnTime

Copy link
Copy Markdown
Collaborator

Hi there!

Welcome to the DNSControl community! I've created the provider-DYNU label and will review the PR early next week (sadly I'm away this weekend).

I'm CC'ed @fm. He's our "liaison to provider maintainers". You'll get a message from him soon to onboard you. (He'll ask for your email address).

Welcome!
Tom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants