mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Track recent reorg in testing clockery
This commit is contained in:
parent
31befb684c
commit
20ccd735f6
@ -55,7 +55,7 @@ func (wgc *waitGroupCounter) Add(delta int) {
|
|||||||
var frame runtime.Frame
|
var frame runtime.Frame
|
||||||
frame, more = frames.Next()
|
frame, more = frames.Next()
|
||||||
fileParts := strings.Split(frame.File, "/")
|
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 {
|
if isMine {
|
||||||
boundary = 2
|
boundary = 2
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user