You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detected an unknown //go:generate comment:
pkg/roachprod/vm/aws/config.go://go:generate terraformgen -o terraform/main.tf
Please ensure that the equivalent logic to generate these files is
present in the Bazel build as well, then add the line to the
EXISTING_GO_GENERATE_COMMENTS in build/bazelutil/check-genfiles.sh.
Also see https://cockroachlabs.atlassian.net/wiki/spaces/CRDB/pages/1380090083/How+to+ensure+your+code+builds+with+Bazel
72098: roachtest: fix up `mockgen` usage w/ Bazel r=irfansharif a=rickystewart
We were pointing to the checked-in generated files in the Bazel build
here; instead, use `gomock`.
Also clean up the `EXISTING_GO_GENERATE_COMMENTS` in
`build/bazelutil/check.sh`.
Release note: None
72237: kvserver: remove detritus for old change replicas and preemptive snaps r=nvanbenschoten a=tbg
See individual commits.
- kvserver: remove deprecated fields in ChangeReplicasTrigger
- kvserver: improve comment on raft send buffer size
- kvserver: improve comment on split trigger helper
- kvserver: remove TODO for removing DisableEagerReplicaRemoval
- kvserver: remove snapshot CanDecline flag
- kvserver: reflect absence of preemptive snaps in more comments
- kvserver: remove IsPreemptive()
- kvserver: bump snapshotReservationWaitWarnThreshold
- kvserver: add TODO about removing snapshot log sending code.
- kvserver: assert that local descriptor "always" contains the replica
- kvserver: remove env-defaults for snapshot rate limits
Release note: None
72246: ci: make sure `check generated files` output is dumped if check fails r=rail a=rickystewart
Closes#72245.
Release note: None
Co-authored-by: Ricky Stewart <[email protected]>
Co-authored-by: Tobias Grieger <[email protected]>
ex. https://teamcity.cockroachdb.com/viewLog.html?buildId=3656885&tab=buildResultsDiv&buildTypeId=Cockroach_UnitTests_CheckGeneratedCode
This output is missing:
Epic CRDB-8351
The text was updated successfully, but these errors were encountered: