-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*,bazel: support
dev test pkg/{...}
expansion
Discovered these while trying to flesh out cockroachdb/dev#4. We're doing a few things in this commit: - Exclude the testdata dir under pkg/testutils from gazelle/bazel consideration - Fix a few incorrect package resolutions (they were pointing to testdata paths previously). Combining this with cockroachdb/dev#4, now we can use `go test` style "..." expansion in `dev`[*]: dev test pkg/util/... [*]: Though failing tests that are broken under Bazel. Release note: None
- Loading branch information
1 parent
988e457
commit e3ce204
Showing
17 changed files
with
27 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 0 additions & 22 deletions
22
pkg/testutils/lint/passes/fmtsafe/testdata/src/a/BUILD.bazel
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
...int/passes/fmtsafe/testdata/src/github.com/cockroachdb/cockroach/pkg/util/log/BUILD.bazel
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
pkg/testutils/lint/passes/fmtsafe/testdata/src/github.com/cockroachdb/errors/BUILD.bazel
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
pkg/testutils/lint/passes/fmtsafe/testdata/src/go.etcd.io/etcd/raft/v3/BUILD.bazel
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.