Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*,bazel: support dev test pkg/{...} expansion #60558

Merged
merged 1 commit into from
Feb 17, 2021

Commits on Feb 17, 2021

  1. *,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
    irfansharif committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    e3ce204 View commit details
    Browse the repository at this point in the history