nbtree test module Makefile oversight

Started by Peter Geoghegan6 days ago3 messageshackers
Jump to latest

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
#2Michael Paquier
michael@paquier.xyz
In reply to: Peter Geoghegan (#1)
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

In reply to: Michael Paquier (#2)
Re: nbtree test module Makefile oversight

On Sun, Jul 19, 2026 at 9:34 PM Michael Paquier <michael@paquier.xyz> wrote:

Indeed, nice catch. LGTM.

Pushed, thanks.

--
Peter Geoghegan