Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ testLogger
Function
testLogger
modules/blockbuilder/blockbuilder_test.go:1321–1325 ·
view source on GitHub ↗
(_ testing.TB)
Source
from the content-addressed store, hash-verified
1319
}
1320
1321
func
testLogger(_ testing.TB) log.Logger {
1322
// Uncomment when we need full detail.
1323
// return test.NewTestingLogger(t)
1324
return
log.NewNopLogger()
1325
}
Callers
15
TestBlockbuilder_lookbackOnNoCommit
Function · 0.70
TestBlockbuilder_without_partitions_assigned_returns_an_error
Function · 0.70
TestBlockbuilder_getAssignedPartitions
Function · 0.70
TestBlockbuilder_fetchMetricsIncrement
Function · 0.70
TestBlockbuilder_startWithCommit
Function · 0.70
TestBlockbuilder_flushingFails
Function · 0.70
TestBlockbuilder_receivesOldRecords
Function · 0.70
TestBlockbuilder_committingFails
Function · 0.70
TestBlockbuilder_retries_on_retriable_commit_error
Function · 0.70
TestBlockbuilder_retries_on_commit_error
Function · 0.70
TestBlockbuilder_noDoubleConsumption
Function · 0.70
TestBlockBuilder_honor_maxBytesPerCycle
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected