-
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
release-21.1: backport a doc fix #84114
Conversation
Thanks for opening a backport. Please check the backport criteria before merging:
If some of the basic criteria cannot be satisfied, ensure that the exceptional criteria are satisfied within.
Add a brief release justification to the body of your PR to justify this backport. Some other things to consider:
|
041ade9
to
78f1747
Compare
@rickystewart I see a skew in CI for this PR, between one of our dependencies and the go runtime version included inside the acceptance test container image: (NB: this test runs under acceptance, so using the acceptance image and not the CI native toolchain) How can we resolve this? |
The actual problem here is that we build the Regarding how to fix, it looks like the |
ok. I know how to edit a dockerfile. What would be a good link to use? |
Elsewhere in
|
After investigation, the issue we're having here is that the go source code used as input to the test is too new for the go compiler used in the docker image: it uses I'll make the necessary change. |
Revert "test logsinks.md formatting" This reverts commit d0825de. remove include from source file Release note: None
Done, RFAL |
I'm going to go by the green CI and the previous review approval and merge this. |
Backporting 1/1 commit from #78255
Informs #84024
cc @cockroachdb/release
Release justification: doc-only change