-
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
kv/kvnemesis: TestApplier failed #53183
Comments
This looks like fallout from 5cbf775#diff-48566323d33f658e71fbcf1d3fb00c2dR217. @ajwerner do you mind taking a look when you get a chance? |
Sorry, meant to add the race output:
|
(kv/kvnemesis).TestApplier failed on master@7425e857e62fe4280f614f9076f310322cc78649:
MoreParameters:
See this test on roachdash |
Looking now |
Fixes cockroachdb#53183 Release note: None
Fixes cockroachdb#53183 Release note: None
(kv/kvnemesis).TestApplier failed on master@b0ded83998c7b3b71d433dd93ad35a0fed561d3b:
MoreParameters:
See this test on roachdash |
53263: util/logs: request redactable logs by default r=irfansharif a=knz First two commits from #53313 This changes the default value for the `--redactable-logs` flag to `true`. This makes server produce redactable logs by default. Note that `--redactable-logs` only triggers redactable logs if the caller calls `SetupRedactionAndStderrRedirects()`. This is done by e.g. the server code. This means that even with this patch, *unit tests* continue to produce non-redactable logs. This commit also adds telemetry for the enablement of redactable markers, as `server.logging.redactable_logs.{enabled,disabled}`. Fixes #51834. Release note (cli change): The `cockroach start`, `start-single-node` and `demo` command now enable `--redactable-logs` by default. This causes log files to become redactable, so that `cockroach debug merge-log --redact` or `cockroach debug zip --redact` can remove sensitive information out of log files. (Reminder: `cockroach debug zip --redact` only affects *log files*; other items collected by the command can still contain sensitive information) 53295: kvserver: fix race in rangefeed processor setup r=nvanbenschoten a=ajwerner Fixes #53183 Release note: None Co-authored-by: Raphael 'kena' Poss <[email protected]> Co-authored-by: Andrew Werner <[email protected]>
(kv/kvnemesis).TestApplier failed on master@991a05367d38ca32c1f6584e56143ac65270afc8:
More
Parameters:
See this test on roachdash
powered by pkg/cmd/internal/issues
The text was updated successfully, but these errors were encountered: