Skip to content

test: report exact missing row ids in growing-table reopen survival test - #402

Merged
MPCoreDeveloper merged 1 commit into
masterfrom
diag/compression-reopen-missing-id
Sep 4, 2026
Merged

test: report exact missing row ids in growing-table reopen survival test#402
MPCoreDeveloper merged 1 commit into
masterfrom
diag/compression-reopen-missing-id

Conversation

@MPCoreDeveloper

Copy link
Copy Markdown
Owner

Improves diagnostics for the intermittent issue #400 (500 vs 499 after reopen). On failure the assertion now reports the precise missing/extra ids instead of only the count.

The intermittent 500-vs-499 failure (issue #400) gives no clue which row is lost. Replace the count assertion with an explicit expected-vs-actual id set comparison that prints missing/extra ids on failure, so a failing runner shows whether the tail row is lost (write/truncation) or a middle row (parse/arena).
@sonarqubecloud

Copy link
Copy Markdown

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@MPCoreDeveloper