-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
86341: vendor: bump Pebble to 358f750befa5 r=nicktrav a=jbowens ``` 358f750b db: fix Close race with WAL rotation eff82bdf db: fix prefix iteration invariant violation 09c6e030 internal/metamorphic: improve SetOptions coverage 358c749e db: add option to force memtable flush of range keys 715b5645 db: expand TestSetOptionsEquivalence code coverage d390a1c5 metamorphic: set iters last bounds on iter creation ``` Release note: None Release justification: Non-production code changes, various fixes for high severity bugs. Co-authored-by: Jackson Owens <[email protected]>
- Loading branch information
Showing
6 changed files
with
13 additions
and
9 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 |
---|---|---|
|
@@ -1421,10 +1421,10 @@ def go_deps(): | |
patches = [ | ||
"@com_github_cockroachdb_cockroach//build/patches:com_github_cockroachdb_pebble.patch", | ||
], | ||
sha256 = "6365a3d3a4bb70088819a3a3e342f60277dcd1f5e418a4084e43f3d7a729f5ca", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20220816161053-c04897ea894f", | ||
sha256 = "6d348c25c032bcaafe9de96e2501cce07568adadf76381f2d976f3129a4ecaca", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20220817213320-358f750befa5", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20220816161053-c04897ea894f.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20220817213320-358f750befa5.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
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
7 files