-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
builder: upgrade to go1.11 #30035
builder: upgrade to go1.11 #30035
Conversation
30042: pgwire: Fix tests on go 1.11 r=benesch a=bdarnell This message changed between go 1.9 and 1.10, but the check didn't account for go 1.11. We don't support 1.9 any more, so simplify. Release note: None I'm not sure why #30035 isn't running into problems with this test. Co-authored-by: Ben Darnell <[email protected]>
Friendly reminder that this needs widespread announcement before merging. Also, shouldn't there be an update to |
Yep, done.
Yeah, per our discussion in #engineering I'll be sure to add that. I'll also be reformatting everything to go1.11 style. |
Ok, PTAL. I've reformatted all our Go files with Go 1.11 style and bumped the minimum required Go version. |
Go 1.11 brings us some nice performance improvements on single-node clusters. See cockroachdb#29827 for benchmark results. Fix cockroachdb#29827. Release note: None
bors r=bdarnell,raduberinde,nvanbenschoten |
Build failed |
Flaky change feed test, it seems. bors r=bdarnell,raduberinde,nvanbenschoten |
30035: builder: upgrade to go1.11 r=bdarnell,raduberinde,nvanbenschoten a=benesch Go 1.11 brings us some nice performance improvements on single-node clusters. See #29827 for benchmark results. Fix #29827. Release note: None 30285: gossip: Don't include gossip connectivity in periodic status logs r=a-robinson a=a-robinson As discussed on #30088. It can be absolutely massive on large clusters, and isn't needed because we still log the connectivity info whenever it changes. Release note: None I still think that logging on every change in connectivity is going to be a mess in large clusters during rolling restarts even if gossip is otherwise perfectly stable, but this is useful regardless of whether we do anything about that. Co-authored-by: Nikhil Benesch <[email protected]> Co-authored-by: Alex Robinson <[email protected]>
Build succeeded |
Flaky test is the same issue as #30258 I think |
Go 1.11 brings us some nice performance improvements on single-node
clusters. See #29827 for benchmark results.
Fix #29827.
Release note: None