feat: log more info

This commit is contained in:
fengcaiwen
2023-09-22 21:15:42 +08:00
committed by naison
parent 5c818af126
commit 76f1b74076
39 changed files with 168 additions and 124 deletions

View File

@@ -208,7 +208,7 @@ func fullDomain(t *testing.T) {
}
func dialUDP(t *testing.T) {
port := util.GetAvailableUDPPortOrDie()
port, _ := util.GetAvailableUDPPortOrDie()
go server(port)
list, err := clientset.CoreV1().Pods(namespace).List(context.Background(), v1.ListOptions{