修复域名服务集群检测新版本节点的Bug

This commit is contained in:
刘祥超
2021-06-03 22:08:38 +08:00
parent ef5630ba4a
commit b46b5dc05f
5 changed files with 75 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ import (
func TestQueue_InstallNode(t *testing.T) {
queue := NewQueue()
err := queue.InstallNodeProcess(16)
err := queue.InstallNodeProcess(16, false)
if err != nil {
t.Fatal(err)
}