Fully deprecate TIMEOUT and NO_RELOAD (#2742)
* Fully deprecate NO_RELOAD Signed-off-by: Xiao An <hac@zju.edu.cn> * Fully deprecate TIMEOUT Signed-off-by: Xiao An <hac@zju.edu.cn> * Update CI tests to adapt to the deprecation of TIMEOUT Signed-off-by: Xiao An <hac@zju.edu.cn> * Add documents for directive transfer in plugin auto Signed-off-by: Xiao An <hac@zju.edu.cn>
This commit is contained in:
parent
99c3d065bc
commit
cb96ab9f4f
9 changed files with 75 additions and 105 deletions
|
@ -19,7 +19,8 @@ func TestAuto(t *testing.T) {
|
|||
|
||||
corefile := `org:0 {
|
||||
auto {
|
||||
directory ` + tmpdir + ` db\.(.*) {1} 1
|
||||
directory ` + tmpdir + ` db\.(.*) {1}
|
||||
reload 1s
|
||||
}
|
||||
}
|
||||
`
|
||||
|
@ -77,7 +78,8 @@ func TestAutoNonExistentZone(t *testing.T) {
|
|||
|
||||
corefile := `.:0 {
|
||||
auto {
|
||||
directory ` + tmpdir + ` (.*) {1} 1
|
||||
directory ` + tmpdir + ` (.*) {1}
|
||||
reload 1s
|
||||
}
|
||||
errors stdout
|
||||
}
|
||||
|
@ -115,7 +117,8 @@ func TestAutoAXFR(t *testing.T) {
|
|||
|
||||
corefile := `org:0 {
|
||||
auto {
|
||||
directory ` + tmpdir + ` db\.(.*) {1} 1
|
||||
directory ` + tmpdir + ` db\.(.*) {1}
|
||||
reload 1s
|
||||
transfer to *
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue