Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
73020: kvserver: fix envvar in closed timestamp regression error hint r=tbg a=erikgrinaker When a closed timestamp is found to regress, an assertion error is returned containing this hint: ``` This assertion will fire again on restart; to ignore run with env var COCKROACH_RAFT_CLOSEDTS_ASSERTIONS_ENABLED=true ``` However, this is incorrect: the env var must be set to `false`, not `true`, to disable the assertion. This patch fixes that, and adds a missing newline as well. Resolves #72812. Release note: None Co-authored-by: Erik Grinaker <[email protected]>
- Loading branch information