From: | Greg Burd <greg(at)burd(dot)me> |
---|---|
To: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | [PATCH] Add tests for Bitmapset |
Date: | 2025-08-15 15:39:23 |
Message-ID: | 7BD1ABDB-B03A-464A-9BA9-A73B55AD8A1F@getmailspring.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hello,
I noticed that there are no tests for Bitmapset in src/test/modules as
is the case for other similar things like radixtree, rbtree, etc. so I
created one. I realize that Bitmapset is already "tested" by all the
other code that uses it, but I was able to find one minor oversight[1]
in that code with these new tests.
I hope I've covered all the bases, but if you have thoughts on other
ways to test Bitmapset I'll happily add them to the patch.
best.
-greg
[1] https://www.postgresql.org/message-id/2000A717-1FFE-4031-827B-9330FB2E9065%40getmailspring.com
Attachment | Content-Type | Size |
---|---|---|
v1-0001-Add-a-module-that-tests-Bitmapset.patch | application/octet-stream | 17.9 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Nathan Bossart | 2025-08-15 15:51:24 | Re: shmem_startup_hook called twice on Windows |
Previous Message | Sami Imseih | 2025-08-15 15:36:47 | Re: shmem_startup_hook called twice on Windows |