Skip to content

Commit afafa96

Browse files
committed
add log
1 parent be929c9 commit afafa96

File tree

1 file changed

+3
-0
lines changed
  • test/new-e2e/tests/agent-runtimes/checks/disk

1 file changed

+3
-0
lines changed

test/new-e2e/tests/agent-runtimes/checks/disk/common.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ instances:
137137
if !checkUtils.EqualMetrics(a, b) {
138138
return false
139139
}
140+
v.T().Logf("metric: %s", a.Metric)
141+
v.T().Logf("excludedFromValueComparison: %v", v.excludedFromValueComparison)
142+
v.T().Logf("slices.Contains(v.excludedFromValueComparison, a.Metric): %v", slices.Contains(v.excludedFromValueComparison, a.Metric))
140143
if slices.Contains(v.excludedFromValueComparison, a.Metric) {
141144
return true
142145
}

0 commit comments

Comments
 (0)