Skip to content

fix: sort files for adjacency testing (#26816)#26879

Merged
devanbenz merged 1 commit into1.12from
db/cherrypick-f04dcda2
Oct 6, 2025
Merged

fix: sort files for adjacency testing (#26816)#26879
devanbenz merged 1 commit into1.12from
db/cherrypick-f04dcda2

Conversation

@devanbenz
Copy link
Copy Markdown

Adjacency testing would fail if inputs were
not sorted, because the sorting was on an
unused slice.

(cherry picked from commit f04dcda)

Adjacency testing would fail if inputs were
not sorted, because the sorting was on an
unused slice.

(cherry picked from commit f04dcda)
Copy link
Copy Markdown
Contributor

@davidby-influx davidby-influx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@devanbenz devanbenz merged commit 7f56ad3 into 1.12 Oct 6, 2025
9 checks passed
@devanbenz devanbenz deleted the db/cherrypick-f04dcda2 branch October 6, 2025 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Port to 1.12]: fix: sort files for adjacency testing (#26816)

2 participants