MCPcopy
hub / github.com/kubernetes-sigs/agent-sandbox / Errorf

Method Errorf

test/e2e/framework/testlogs.go:85–89  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

83}
84
85func (lc *logCapturingT) Errorf(format string, args ...any) {
86 lc.Helper()
87 lc.T.Errorf(format, args...)
88 lc.writeToFile("ERROR: "+format+"\n", args...)
89}
90
91func (lc *logCapturingT) Fatal(args ...any) {
92 lc.Helper()

Callers 15

reconcileServiceMethod · 0.80
reconcilePodMethod · 0.80
reconcilePVCsMethod · 0.80
handleSandboxExpiryMethod · 0.80
TestReconcileServiceFunction · 0.80
TestIsHeartbeatProcessFunction · 0.80
TestRunCleanupFunction · 0.80
ReleaseFromBoskosMethod · 0.80
runFunction · 0.80
stateFilePathFunction · 0.80

Calls 1

writeToFileMethod · 0.95

Tested by 15

TestReconcileServiceFunction · 0.64
TestIsHeartbeatProcessFunction · 0.64
TestRunCleanupFunction · 0.64
waitForChromeReadyFunction · 0.64
getChromeInfoFunction · 0.64
runWarmPoolParallelClaimFunction · 0.64
TestParallelSandboxesFunction · 0.64
sandboxFromManifestFunction · 0.64