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

dev: in lint, ignore cached test results #124163

Merged
merged 1 commit into from
May 14, 2024

Conversation

rickystewart
Copy link
Collaborator

Since lint checks look at the whole tree, but do not depend on the whole tree at the Bazel level, it can cache test results incorrectly when the tree content has actually changed. We ask bazel to never cache test results.

Closes #124152

Epic: CRDB-17171
Release note: None

Since lint checks look at the whole tree, but do not depend on the whole
tree at the Bazel level, it can cache test results incorrectly when the
tree content has actually changed. We ask `bazel` to never cache test
results.

Closes cockroachdb#124152

Epic: CRDB-17171
Release note: None
@rickystewart rickystewart requested a review from rail May 14, 2024 19:08
@rickystewart rickystewart requested a review from a team as a code owner May 14, 2024 19:08
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@rickystewart
Copy link
Collaborator Author

bors r=rail

@craig craig bot merged commit 7cafe60 into cockroachdb:master May 14, 2024
22 checks passed
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.

dev: dev lint can cache too aggressively
3 participants