mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Fix too extensive logging in Stackdriver Logging e2e tests
This commit is contained in:
parent
7eb53ce85c
commit
ccdb97922d
@ -227,7 +227,7 @@ func waitForFullLogsIngestion(f *framework.Framework, config *loggingTestConfig)
|
|||||||
config.IngestionTimeout, totalMissing, lostFraction*100)
|
config.IngestionTimeout, totalMissing, lostFraction*100)
|
||||||
for podIdx, missing := range missingByPod {
|
for podIdx, missing := range missingByPod {
|
||||||
if missing != 0 {
|
if missing != 0 {
|
||||||
framework.Logf("Still missing %d lines for pod %v", missing, config.Pods[podIdx])
|
framework.Logf("Still missing %d lines for pod %s", missing, config.Pods[podIdx].Name)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user