Skip to content

Commit ab6ffc2

Browse files
craig[bot]herkolategan
andcommitted
Merge #150223
150223: roachtest: fix nil team loader r=williamchoe3,srosenberg a=herkolategan During the migration of the github poster initialization in #149479, the default team loader configuration was inadvertently omitted. This change restores the default team loader setting to resolve the issue. Informs: #149479 Epic: None Release note: None Co-authored-by: Herko Lategan <[email protected]>
2 parents a2e86c9 + ffc3440 commit ab6ffc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/cmd/roachtest/run.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import (
2424
"github.com/cockroachdb/cockroach/pkg/cmd/roachtest/registry"
2525
"github.com/cockroachdb/cockroach/pkg/cmd/roachtest/roachtestflags"
2626
"github.com/cockroachdb/cockroach/pkg/cmd/roachtest/spec"
27+
"github.com/cockroachdb/cockroach/pkg/internal/team"
2728
"github.com/cockroachdb/cockroach/pkg/roachprod"
2829
"github.com/cockroachdb/cockroach/pkg/roachprod/install"
2930
"github.com/cockroachdb/cockroach/pkg/roachprod/logger"
@@ -143,6 +144,7 @@ func runTests(register func(registry.Registry), filter *registry.TestFilter) err
143144
github := &githubIssues{
144145
disable: runner.config.disableIssue,
145146
issuePoster: issues.Post,
147+
teamLoader: team.DefaultLoadTeams,
146148
}
147149

148150
l.Printf("global random seed: %d", roachtestflags.GlobalSeed)

0 commit comments

Comments
 (0)