-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
87541: vendor: bump Pebble to 20a40b515be9 r=itsbilal a=jbowens 20a40b51 db: enforce batch point visibility in the merging iterator ade651d0 metamorphic: add test option to disable lazy-combined iteration 3358c2be internal/keyspan: remove unnecessary allocations eb5c079c metamorphic: synchronize iterator ops with indexed batch 33c108eb metamorphic: add limited concurrency acc59654 *: Add random test for iterator seek - BlockPropertyFilters interaction 3f835a3d metamorphic: test RangeKeyChanged=false in the metamorphic tests 4ab85a4d metamorphic: increase probability of valid SeekPrefixGE calls Release note: None Release justification: Non-production code changes, low-risk bug fixes to new functionality. Co-authored-by: Jackson Owens <[email protected]>
- Loading branch information
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1425,10 +1425,10 @@ def go_deps(): | |
patches = [ | ||
"@com_github_cockroachdb_cockroach//build/patches:com_github_cockroachdb_pebble.patch", | ||
], | ||
sha256 = "b024c32024f91e1b10ed56448ae313e0458562116dac1aa6ef4efc080964431d", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20220829152249-c2dc3de22e91", | ||
sha256 = "6687f149d857c2610ca81eca3452ca34940580bb5ecd9e14084be218fc4de6fb", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20220907220441-20a40b515be9", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20220829152249-c2dc3de22e91.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20220907220441-20a40b515be9.zip", | ||
], | ||
) | ||
go_repository( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule vendor
updated
11 files