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

cli: trash TestNoLinkForbidden #100952

Merged
merged 1 commit into from
Apr 10, 2023
Merged

Conversation

rickystewart
Copy link
Collaborator

@rickystewart rickystewart commented Apr 7, 2023

This test does not work:

  1. The test has been broken for years.
  2. The test is not sensible in the Bazel world anyway, and under remote execution the test fails with an error like the following:
 build.go:59: go/build: go list github.com/cockroachdb/cockroach/pkg/cmd/cockroach: fork/exec GOROOT/bin/go: no such file or directory

The bug to replace this test with working functionality based on Bazel is #81526.

Epic: CRDB-17165
Release note: None
Closes #74119.

@rickystewart rickystewart requested review from rail and knz April 7, 2023 19:51
@rickystewart rickystewart requested a review from a team as a code owner April 7, 2023 19:51
@cockroach-teamcity
Copy link
Member

This change is Reviewable

This test does not work:
1. The test [has been broken](cockroachdb#74119) for years.
2. The test is not sensible in the Bazel world anyway, and under remote
   execution the test fails with an error like the following:

```
 build.go:59: go/build: go list github.com/cockroachdb/cockroach/pkg/cmd/cockroach: fork/exec GOROOT/bin/go: no such file or directory
```

The bug to replace this test with working functionality based on Bazel
is cockroachdb#81526.

Epic: CRDB-17165
Release note: None
Closes cockroachdb#74119.
Copy link
Member

@rail rail left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stamp.

@rickystewart
Copy link
Collaborator Author

bors r=rail

@craig
Copy link
Contributor

craig bot commented Apr 10, 2023

Build succeeded:

@craig craig bot merged commit 9ce0ac2 into cockroachdb:master Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

*: TestNoLinkForbidden tests broken
3 participants