-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
61099: TeamCity: pin go version to 1.15 r=jlinder a=rail Installing `golang-go` brings the latest version of go, what may be unwanted. In this case the acceptance test fails with go 1.16. Additionally, pinning the go version makes the toolchain more predictable. One of the downsides of installing `golang-X.Y-go` is that we need to add system-wide symlinks manually, because the package itself doesn't do that, leaving that functionality to the `golang-go` package. Release justification: non-production code changes Release note: None 61125: kvserver: skip some rangefeed tests under race r=aayushshah15 a=aayushshah15 These tests are causing the `kvserver` package to timeout on CI under race: `TestReplicaRangefeedPushesTransactions` `TestReplicaRangefeedNudgeSlowClosedTimestamp` `TestReplicaRangefeedRetryErrors` Informs #61120 Release justification: skipping tests under race Release note: None Co-authored-by: Rail Aliiev <[email protected]> Co-authored-by: Aayush Shah <[email protected]>
- Loading branch information
Showing
3 changed files
with
17 additions
and
1 deletion.
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