Chore: Add tracing to team service (#86999)
* add tracing to team service * another test fix * pass in context for team creation and membership checking
This commit is contained in:
@@ -208,7 +208,7 @@ func setupDB(b testing.TB) benchScenario {
|
||||
|
||||
quotaService := quotatest.New(false, nil)
|
||||
|
||||
teamSvc, err := teamimpl.ProvideService(db, cfg)
|
||||
teamSvc, err := teamimpl.ProvideService(db, cfg, tracing.InitializeTracerForTest())
|
||||
require.NoError(b, err)
|
||||
orgService, err := orgimpl.ProvideService(db, cfg, quotaService)
|
||||
require.NoError(b, err)
|
||||
|
||||
Reference in New Issue
Block a user