You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated 6 Dockerfiles to use JSON array syntax for CMD
- Skip CNAME authoritative check if it fails
- Skip another authoritative check to fix flaky tests
assert_output --regexp 'set primary_ns=ns[1-3]+\.afraid\.org'||echo"warn $BATS_SUITE_TEST_NUMBER$BATS_TEST_DESCRIPTION Can't find primary DNS servers for duckdns using local DNS server">&3
99
99
100
100
# Assert that we had to use nslookup NS
101
101
assert_line --regexp 'Using nslookup.*-type=soa'
@@ -104,7 +104,7 @@ teardown() {
104
104
# Check all Authoritative DNS servers are returned if requested
105
105
CHECK_ALL_AUTH_DNS=true
106
106
run get_auth_dns _acme-challenge.ubuntu-getssl.ignorelist.com
107
-
assert_output --regexp 'set primary_ns=(ns[1-3]+\.afraid\.org )+'||echo"warn $BATS_SUITE_TEST_NUMBER$BATS_TEST_DESCRIPTION Can't find authoritative DNS servers for duckdns using local DNS server">&3
107
+
assert_output --regexp 'set primary_ns=(ns[1-3]+\.afraid\.org )+'||echo"warn $BATS_SUITE_TEST_NUMBER$BATS_TEST_DESCRIPTION Can't find authoritative DNS servers for duckdns using local DNS servers">&3
108
108
109
109
# Check that we also check the public DNS server if requested
assert_output --regexp 'set primary_ns=ns.*\.awsdns.*\.org'||echo"warn $BATS_SUITE_TEST_NUMBER$BATS_TEST_DESCRIPTION Can't find authoritative DNS servers for duckdns using local DNS servers">&3
135
135
136
136
# Assert that we found a CNAME
137
137
assert_line --partial 'appears to be a CNAME'
138
138
139
139
# Check all Authoritive DNS servers are returned if requested
assert_output --regexp 'set primary_ns=(ns.*\.awsdns.*\.org )+'||echo"warn $BATS_SUITE_TEST_NUMBER$BATS_TEST_DESCRIPTION Can't find authoritative DNS servers for duckdns using local DNS servers">&3
143
143
144
144
# Check that we also check the public DNS server if requested
assert_output --regexp 'set primary_ns=(ns.*\.awsdns.* )+ 1\.0\.0\.1'||echo"warn $BATS_SUITE_TEST_NUMBER$BATS_TEST_DESCRIPTION Can't find authoritative servers for duckdns using Public DNS server">&3
0 commit comments