go.mod: bump Pebble to 6bd8b2f6caa8#167476
Open
annrpom wants to merge 1 commit intocockroachdb:masterfrom
Open
go.mod: bump Pebble to 6bd8b2f6caa8#167476annrpom wants to merge 1 commit intocockroachdb:masterfrom
annrpom wants to merge 1 commit intocockroachdb:masterfrom
Conversation
Changes: * [`6bd8b2f6`](cockroachdb/pebble@6bd8b2f6) makefile: increase s390x QEMU test timeout * [`5f745876`](cockroachdb/pebble@5f745876) db: use full path when stat-ing obsolete MANIFEST and OPTIONS files * [`b189a4ea`](cockroachdb/pebble@b189a4ea) lint: add linter to catch panic with string literal arguments * [`3f95aca6`](cockroachdb/pebble@3f95aca6) internal/keyspan: pass left and right to ShouldDefragment in checkEqual * [`29a37b98`](cockroachdb/pebble@29a37b98) checkpoint: fix flaky TestCheckpointFlushableIngest * [`b9e7e40e`](cockroachdb/pebble@b9e7e40e) compact: fix EncodeSpan error check in range delete path * [`985a6c34`](cockroachdb/pebble@985a6c34) blob: fix math.MaxUint32 overflow on 32-bit platforms * [`f438b356`](cockroachdb/pebble@f438b356) replay: fix race between FlushEnd and refreshMetrics * [`cb3a670b`](cockroachdb/pebble@cb3a670b) github: add nightly workflow and crossversion stress for 26.2 * [`a94d0160`](cockroachdb/pebble@a94d0160) internal/keyspan: improve assertion failure panics * [`0ce8e60f`](cockroachdb/pebble@0ce8e60f) colblk: widen Decode function offset/count types to prevent overflow * [`656fb2a9`](cockroachdb/pebble@656fb2a9) sstable: return error from EncodeSpan on same-boundary trailer misordering * [`bc306182`](cockroachdb/pebble@bc306182) db: fix iterator leak on close Release note: none. Epic: none.
Contributor
Member
Contributor
Author
|
test failure is #167456 |
xxmplus
approved these changes
Apr 3, 2026
Contributor
xxmplus
left a comment
There was a problem hiding this comment.
@xxmplus made 1 comment.
Reviewable status:complete! 1 of 0 LGTMs obtained (waiting on sumeerbhola).
Contributor
Author
|
TFTR! ('-')7 /trunk merge |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes:
6bd8b2f6makefile: increase s390x QEMU test timeout5f745876db: use full path when stat-ing obsolete MANIFEST and OPTIONS filesb189a4ealint: add linter to catch panic with string literal arguments3f95aca6internal/keyspan: pass left and right to ShouldDefragment in checkEqual29a37b98checkpoint: fix flaky TestCheckpointFlushableIngestb9e7e40ecompact: fix EncodeSpan error check in range delete path985a6c34blob: fix math.MaxUint32 overflow on 32-bit platformsf438b356replay: fix race between FlushEnd and refreshMetricscb3a670bgithub: add nightly workflow and crossversion stress for 26.2a94d0160internal/keyspan: improve assertion failure panics0ce8e60fcolblk: widen Decode function offset/count types to prevent overflow656fb2a9sstable: return error from EncodeSpan on same-boundary trailer misorderingbc306182db: fix iterator leak on closeRelease note: none.
Epic: none.