etcd-io / bbolt

An embedded key/value database for Go.
https://go.etcd.io/bbolt
MIT License
8.29k stars 646 forks source link

add freelist interface unit tests #786

Closed tjungblu closed 2 months ago

tjungblu commented 3 months ago

still pending the work in #788, #796, #794 and #792

ahrtr commented 3 months ago

Please put the changes for freelist.go amd shared.go into a separate PR, which should be able to be merged soon. thx

ahrtr commented 3 months ago

Thanks @tjungblu . Please signoff the commit, I will take a look later.

tjungblu commented 3 months ago

done, sorry some debug commit got in between

ahrtr commented 2 months ago

@tjungblu please rebase this PR. thx

tjungblu commented 2 months ago

done, thanks @ahrtr

k8s-ci-robot commented 2 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ahrtr, tjungblu

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/etcd-io/bbolt/blob/main/OWNERS)~~ [ahrtr] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment