Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/etcd-io/etcd
/ Cleanup
Method
Cleanup
client/pkg/testutil/testingtb.go:25–25 ·
view source on GitHub ↗
(func())
Source
from the content-addressed store, hash-verified
23
// We cannot implement testing.TB due to protection, so we expose this simplified interface.
24
type
TB
interface
{
25
Cleanup(
func
())
26
Error(args ...any)
27
Errorf(format string, args ...any)
28
Fail()
Callers
15
BeforeTest
Function · 0.65
RegisterLeakDetection
Function · 0.65
TestMinSupportedVersion
Function · 0.65
testV3LeaseTimeToLiveWithLeaderChanged
Function · 0.65
TestWatch
Function · 0.65
BeforeTest
Function · 0.65
MustNewMember
Function · 0.65
ClusterClient
Method · 0.65
setGetVersionFromBinary
Function · 0.65
TestVerifyHashKVAfterCompact
Function · 0.65
TestVerifyHashKVAfterTwoCompactionsOnTombstone_MixVersions
Function · 0.65
TestVerifyHashKVAfterCompactionOnLastTombstone_MixVersions
Function · 0.65
Implementers
1
testingTBProthesis
client/pkg/testutil/testingtb.go
Calls
no outgoing calls
Tested by
15
TestMinSupportedVersion
Function · 0.52
testV3LeaseTimeToLiveWithLeaderChanged
Function · 0.52
TestWatch
Function · 0.52
TestVerifyHashKVAfterCompact
Function · 0.52
TestVerifyHashKVAfterTwoCompactionsOnTombstone_MixVersions
Function · 0.52
TestVerifyHashKVAfterCompactionOnLastTombstone_MixVersions
Function · 0.52
TestDefragNoSpace
Function · 0.52
TestFailoverOnDefrag
Function · 0.52
TestReproduce17780
Function · 0.52
TestEtcdHealthyWithTinySnapshotCatchupEntries
Function · 0.52
TestWarningApplyDuration
Function · 0.52
TestExperimentalWarningApplyDuration
Function · 0.52