Skip to content

chore: tighten parity-test header and error-handler comments#12

Merged
nhungoc1508 merged 1 commit into
mainfrom
chore/scrub-process-narrative
Apr 27, 2026
Merged

chore: tighten parity-test header and error-handler comments#12
nhungoc1508 merged 1 commit into
mainfrom
chore/scrub-process-narrative

Conversation

@estebanzimanyi

Copy link
Copy Markdown
Member

Summary

Comment-only cleanup in two files. No logic, no test behavior change.

test/sql/parity/001_set.test — the file's preamble explained the parity-harness methodology at length. Replaced with a short header pointing at the upstream regression file and noting the date/timestamp display-format divergence. Same pass over the remaining gap-note blocks (geomset, spans, splitN, set_hash, empty-array): keep the technical content (which symbol is missing, where in the source), drop the surrounding explanatory padding.

src/mobilityduck_extension.cppMobilityduckMeosErrorHandler had a multi-paragraph comment narrating why the handler exists. Trimmed to the load-bearing facts: MEOS's default handler exits the process; we throw instead; level numbering follows PostgreSQL's elog with >= 21 (ERROR/FATAL/PANIC) treated as fatal.

Test plan

  • Comment / header text only; no rebuild needed for behavior verification. CI exercises the full suite.

Trims the parity-harness goal/methodology preamble in
test/sql/parity/001_set.test down to a single short header pointing
at the upstream regression file and noting the display-format
divergence. Same pass over the remaining gap-note blocks
(geomset / spans / splitN / set_hash / empty-array): keeps the
technical content (which symbol is missing, where in the source) and
drops the surrounding explanatory padding.

Also tightens the MobilityduckMeosErrorHandler comment block in
src/mobilityduck_extension.cpp the same way: keeps the load-bearing
note about elog level numbering and that >= 21 throws, drops the
narrative around it.

No code or test logic changes; comments and one test-file header only.
@nhungoc1508 nhungoc1508 force-pushed the chore/scrub-process-narrative branch from c53406d to 49b4f09 Compare April 27, 2026 11:57
@nhungoc1508 nhungoc1508 merged commit 2bce37b into main Apr 27, 2026
3 checks passed
Sign up for free to 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.

2 participants