Skip to content

Commit

Permalink
Add logging in testDNSStats (#21470)
Browse files Browse the repository at this point in the history
Add logging in testDNSStats
  • Loading branch information
leeavital authored Dec 11, 2023
1 parent 3030ec2 commit 8e3aa2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/network/tracer/tracer_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1391,6 +1391,8 @@ func (s *TracerSuite) TestDNSStatsWithNAT() {
cfg.CollectDNSStats = true
cfg.DNSTimeout = 1 * time.Second
tr := setupTracer(t, cfg)

t.Logf("requesting [email protected] with conntrack type: %T", tr.conntracker)
testDNSStats(t, tr, "golang.org", 1, 0, 0, "2.2.2.2")
}

Expand Down

0 comments on commit 8e3aa2f

Please sign in to comment.