forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
90c81075 cmd/pebble: add bench replay command 1e862340 db: scan a readState during format major version upgrades dac60ce1 Revert "sstable: skip two known test flakes on windows" 78933282 ci: renable linux race 5bad2c1a sstable: avoid allocating up to maximum block size in valueBlockWriter a4481627 deflake TestCompactionTombstones 06fbe6ae db: add DB.ApplyNoSyncWait for asynchronous apply a60e75cf db: misc LazyValue tweaks, for testing, and simpler Clone invariant ba575119 doc: fix 326549f0 db: metrics and stats for value blocks and lazy values cc913bad db: don't validate version edits during a panic Release note: None Epic: None
- Loading branch information
1 parent
c009ad7
commit 8167f46
Showing
4 changed files
with
7 additions
and
7 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 |
---|---|---|
|
@@ -1485,10 +1485,10 @@ def go_deps(): | |
patches = [ | ||
"@com_github_cockroachdb_cockroach//build/patches:com_github_cockroachdb_pebble.patch", | ||
], | ||
sha256 = "1b070e4908697f78b0842d165521695413c7bac40b6f7e374d63b9748ee2ed83", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20230110150502-a80169845786", | ||
sha256 = "dcef948c71b6b6f6e83c41a8c6b9f6bc3df953216534ac4bc7a817d54bcd3515", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20230112184329-90c810757fe6", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20230110150502-a80169845786.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20230112184329-90c810757fe6.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