nbtree test module Makefile oversight
Started by Peter Geoghegan6 days ago3 messageshackers
It looks like commit 1e4e5783e (and its follow-up commits) neglected
to add nbtree to the module list in src/test/modules/Makefile. This
meant that the test wasn't run on the buildfarm/CI under autoconf
(only a "make check" from src/test/modules actually ran the tests,
even when injection_points were available).
Attached patch fixes this.
--
Peter Geoghegan
Attachments:
0001-Run-nbtree-test-module-tests-under-autoconf-builds.patchapplication/octet-stream; name=0001-Run-nbtree-test-module-tests-under-autoconf-builds.patchDownload+2-3
Re: nbtree test module Makefile oversight
On Sun, Jul 19, 2026 at 07:14:22PM -0400, Peter Geoghegan wrote:
Attached patch fixes this.
Indeed, nice catch. LGTM.
--
Michael