Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/istio/istio
/ Now
Method
Now
pkg/backoff/exponential_test.go:61–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
}
60
61
func
(c *TestClock) Now() time.Time {
62
t := c.start.Add(c.i)
63
c.i += time.Second
64
return
t
65
}
66
67
func
TestRetry(t *testing.T) {
68
o := DefaultOption()
Callers
15
runBugReportCommand
Function · 0.80
dumpRevisionsAndVersions
Function · 0.80
gatherInfo
Function · 0.80
getFromCluster
Function · 0.80
getProxyLogs
Function · 0.80
getIstiodLogs
Function · 0.80
getOperatorLogs
Function · 0.80
getCniLogs
Function · 0.80
getLog
Function · 0.80
runAnalyze
Function · 0.80
writeFiles
Function · 0.80
writeFile
Function · 0.80
Calls
1
Add
Method · 0.65
Tested by
no test coverage detected