MCPcopy
hub / github.com/wal-g/wal-g / Errorf

Method Errorf

tests_func/steps.go:26–28  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

24type TestingfWrap func(format string, args ...interface{})
25
26func (tf TestingfWrap) Errorf(format string, args ...interface{}) {
27 tf(format, args)
28}
29
30func (tctx *TestContext) sameDataCheck(dataId1, dataId2 string) error {
31 if snap1, ok := tctx.AuxData.Snapshots[dataId1]; ok {

Callers 15

NewStorageFunction · 0.80
ExistsMethod · 0.80
ListFolderMethod · 0.80
ReadObjectMethod · 0.80
PutObjectWithContextMethod · 0.80
DeleteObjectsMethod · 0.80
ConfigureStorageFunction · 0.80
ClientMethod · 0.80
connectFunction · 0.80

Calls

no outgoing calls

Tested by 15

TestCascadeFileCloserFunction · 0.64
TestUploadSentinelFunction · 0.64
TestLimiterFunction · 0.64
TestGetDeltaRangeFunction · 0.64
TestGetWalSegmentRangeFunction · 0.64
testWalkFunction · 0.64