Skip to content

Commit

Permalink
Merge pull request cockroachdb#111792 from ecwall/backport23.1-111623
Browse files Browse the repository at this point in the history
  • Loading branch information
ecwall authored Oct 5, 2023
2 parents 1fedc2c + a9bdff5 commit 85b8891
Show file tree
Hide file tree
Showing 4 changed files with 590 additions and 4 deletions.
3 changes: 3 additions & 0 deletions pkg/sql/schemachanger/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ go_test(
name = "schemachanger_test",
size = "enormous",
srcs = [
"dml_injection_test.go",
"main_test.go",
"schemachanger_test.go",
":test_gen", # keep
Expand Down Expand Up @@ -48,6 +49,7 @@ go_test(
"//pkg/sql/tests",
"//pkg/testutils",
"//pkg/testutils/serverutils",
"//pkg/testutils/skip",
"//pkg/testutils/sqlutils",
"//pkg/testutils/testcluster",
"//pkg/util",
Expand All @@ -63,6 +65,7 @@ go_test(
"@com_github_lib_pq//:pq",
"@com_github_stretchr_testify//assert",
"@com_github_stretchr_testify//require",
"@org_golang_x_exp//slices",
"@org_golang_x_sync//errgroup",
],
)
Expand Down
Loading

0 comments on commit 85b8891

Please sign in to comment.