Skip to content

Commit

Permalink
Merge #62124
Browse files Browse the repository at this point in the history
62124: schemachange: fix bazel test r=ajwerner a=otan

Release note: None

Co-authored-by: Oliver Tan <[email protected]>
  • Loading branch information
craig[bot] and otan committed Mar 17, 2021
2 parents 597e4a8 + 82f3593 commit caca8df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/workload/schemachange/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ go_test(
"schema_change_external_test.go",
],
deps = [
":schemachange",
"//pkg/base",
"//pkg/ccl",
"//pkg/security",
Expand Down
1 change: 1 addition & 0 deletions pkg/workload/schemachange/schema_change_external_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import (
"github.com/cockroachdb/cockroach/pkg/util/leaktest"
"github.com/cockroachdb/cockroach/pkg/workload"
"github.com/cockroachdb/cockroach/pkg/workload/histogram"
_ "github.com/cockroachdb/cockroach/pkg/workload/schemachange"
"github.com/stretchr/testify/require"
"golang.org/x/sync/errgroup"
)
Expand Down

0 comments on commit caca8df

Please sign in to comment.