Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously, it was possible for ranges to spuriously merge when not expected to in `TestMergeQueue`. Unexpected merging occurred due to the merge delay interval being shorter than the time between test statements - so that a merge could sneak when it shouldn't have. This was only realistically possible running `--stress` and with a slower `deadlock` build. This commit updates the merge delay to be 1000 seconds, to avoid this situation occurring. Informs: cockroachdb#97000 Release note: None
- Loading branch information