Merge pull request #104979 from MikeSpreitzer/fix-fake-self

Track recent reorg in testing clockery
This commit is contained in:
Kubernetes Prow Robot 2021-09-14 05:17:08 -07:00 committed by GitHub
commit ef7bc9f809
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ func (wgc *waitGroupCounter) Add(delta int) {
var frame runtime.Frame
frame, more = frames.Next()
fileParts := strings.Split(frame.File, "/")
isMine := strings.HasSuffix(frame.File, "/fairqueuing/eventclock/testing/fake.go")
isMine := strings.HasSuffix(frame.File, "/fairqueuing/testing/eventclock/fake.go")
if isMine {
boundary = 2
}