aboutsummaryrefslogtreecommitdiff
path: root/bucket_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move code to src/ and tests/EuAndreh2024-10-251-1909/+0
* Minor bolt compact revisionsBen Johnson2016-09-051-0/+42
* set slice capacityBen Johnson2016-03-251-0/+40
* *: fix test print formatGyu-Ho Lee2016-01-081-56/+56
* test suite refactoringBen Johnson2016-01-021-568/+1226
* In TestBucket_Delete_FreelistOverflow, use Cursor.Delete to remove records.Matthew Dawson2015-10-171-1/+1
* Fix Drone CI.Ben Johnson2015-06-041-0/+4
* bucket_test: add test for ErrValueTooLarge on insertMatt Layher2015-05-121-0/+12
* Persist sequence-only changes.Ben Johnson2015-02-021-0/+27
* Remove testify.Ben Johnson2014-07-261-172/+171
* Move tests to a test package.Ben Johnson2014-07-261-106/+107
* Remove wrapping test closures.Ben Johnson2014-07-261-714/+720
* Change fill percent to be per-bucket.Ben Johnson2014-07-241-2/+1
* Fix root split on very large append.Ben Johnson2014-07-231-0/+25
* Allow freelist overflow.Ben Johnson2014-07-101-4/+3
* Merge pull request #208 from benbjohnson/open-timeoutBen Johnson2014-06-221-3/+3
|\
| * Add Open() options, flock timeout.Ben Johnson2014-06-211-3/+3
* | Change Bucket.NextSequence() to return uint64.Ben Johnson2014-06-221-22/+4
|/
* Fix merge-split regression.Ben Johnson2014-06-181-12/+12
* Fix freelist rollback.Ben Johnson2014-06-131-4/+7
* Fix double free in merge-left rebalance.Ben Johnson2014-06-061-0/+45
* Fix merge-split spill issues.Ben Johnson2014-06-031-10/+15
* Allow split nodes to be merged with the next node.Ben Johnson2014-06-021-17/+61
* Fix `ExampleBucket_Put` to use `db.View` instead of `db.Update`.yosssi2014-05-311-1/+1
* Fix freelist allocation direction.Ben Johnson2014-05-191-17/+8
* Minor stats fixes.Ben Johnson2014-05-141-11/+33
* tweaksMartin Kobetic2014-05-121-8/+13
* merge inline branch into leaf branchMartin Kobetic2014-05-121-3/+37
* fix inline bucket statsMartin Kobetic2014-05-121-45/+57
* aggregate bucket stats recursively and add stats to cmdMartin Kobetic2014-05-091-0/+44
* Fix bucket free.Ben Johnson2014-05-071-0/+27
* Add inline bucket support.Ben Johnson2014-05-051-10/+10
* Refactor split/spill.Ben Johnson2014-05-031-21/+82
* Printf's %s and %q do the right thing with []byte; removed string conversion.Kevin Gillette2014-04-251-3/+3
* Change to BucketStats and Bucket.Stats().Ben Johnson2014-04-221-36/+36
* rename MaxDepth to DepthMartin Kobetic2014-04-221-3/+3
* skip space assertions for incompatible page sizeMartin Kobetic2014-04-221-14/+22
* allign naming with MemStatsMartin Kobetic2014-04-221-15/+15
* moar tweaksMartin Kobetic2014-04-221-18/+38
* update stats testMartin Kobetic2014-04-221-0/+8
* Return bucket from CreateBucket() functions.Ben Johnson2014-04-151-19/+36
* Add nested buckets.Ben Johnson2014-04-111-102/+422
* Add performance counters.Ben Johnson2014-04-021-3/+0
* Add DB.Check().Ben Johnson2014-03-291-0/+1
* Make DB/Tx API more consistent.Ben Johnson2014-03-241-29/+29
* Error refactoring.Ben Johnson2014-03-241-3/+4
* Remove ease-of-use functions from the DB type.Ben Johnson2014-03-211-140/+183
* Skip long-running tests with go test -shortTommi Virtanen2014-03-131-0/+16
* Consolidate Tx and RWTx.Ben Johnson2014-03-081-34/+34
* Rename Transaction to Tx.Ben Johnson2014-03-081-11/+11