Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for equalsDNSrecords (0.19 sec)

  1. pkg/dns/client/dns_test.go

    							t.Errorf("expected resolution failure does not match with response code for %s: expected: %v, got: %v",
    								tt.host, tt.expectResolutionFailure, res.Rcode)
    						}
    						if !equalsDNSrecords(res.Answer, tt.expected) {
    							t.Log(res)
    							t.Errorf("dns responses for %s do not match. \n got %v\nwant %v", tt.host, res.Answer, tt.expected)
    						}
    					}
    				}
    			})
    		}
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 16:17:34 UTC 2024
    - 20.4K bytes
    - Viewed (0)
Back to top