Re: [PATCH] Add tests for Bitmapset

2025-09-07 Thread Nathan Bossart
On Fri, Sep 05, 2025 at 10:48:21AM -0400, Burd, Greg wrote: > I looked at both radix tree and binary heap and how they use random sets when > testing. Binary heap uses it to create different random sets of numbers to > use across multiple tests while radix tree has a single function that focuses >

Re: [PATCH] Add tests for Bitmapset

2025-09-05 Thread Burd, Greg
> On Sep 4, 2025, at 10:00 PM, Nathan Bossart wrote: > > On Fri, Aug 15, 2025 at 11:39:23AM -0400, Greg Burd wrote: >> 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

Re: [PATCH] Add tests for Bitmapset

2025-09-04 Thread Nathan Bossart
On Fri, Aug 15, 2025 at 11:39:23AM -0400, Greg Burd wrote: > 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