aboutsummaryrefslogtreecommitdiff
path: root/db_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move code to src/ and tests/EuAndreh2024-10-251-1545/+0
* Clean up timeout tests.Ben Johnson2016-12-271-161/+0
* add additional meta page testsBen Johnson2016-04-241-34/+56
* Merge pull request #482 from gyuho/bolt_db_test_fixBen Johnson2016-01-111-3/+3
|\
| * *: fix test print formatGyu-Ho Lee2016-01-081-3/+3
* | Merge branch 'grow' of https://github.com/xiang90/bolt into xiang90-growBen Johnson2016-01-111-2/+8
|\ \ | |/ |/|
| * do not grow dbsize agressivelyXiang Li2015-11-061-2/+8
* | test suite refactoringBen Johnson2016-01-021-317/+973
* | Introduce InitialMmapSize to prevent deadlockGyu-Ho Lee2015-12-211-0/+45
* | Make bolt.Open return the documented errorsRodolfo Carvalho2015-12-101-24/+94
* | Merge pull request #419 from raggi/windows-flockBen Johnson2015-10-281-6/+0
|\ \
| * | windows: implement file lockingJames Tucker2015-09-161-6/+0
| |/
* / typosJohn ShaggyTwoDope Jenkins2015-10-131-1/+1
|/
* solaris: fix issues with mmap, munmap, madvise and flockKen Sedgwick2015-08-211-0/+10
* Wait for pending tx on close.Ben Johnson2015-05-201-1/+44
* Add test case inline documentation.Ben Johnson2015-05-181-4/+16
* use a shared lock in read-only modesasha-s2015-05-181-7/+10
* open read-only databases in read-only modesasha-s2015-05-141-0/+55
* Add transaction batchingTommi Virtanen2015-02-181-0/+28
* Fix large mmap resize.Ben Johnson2015-02-161-0/+61
* Persist sequence-only changes.Ben Johnson2015-02-021-0/+3
* Add additional error checks in test suite.Ben Johnson2015-01-281-6/+13
* Fix mmap resize calculation.Ben Johnson2015-01-281-0/+41
* Remove testify.Ben Johnson2014-07-261-144/+149
* Move tests to a test package.Ben Johnson2014-07-261-142/+64
* Remove wrapping test closures.Ben Johnson2014-07-261-165/+178
* Remove withTempPath() helper.Ben Johnson2014-07-251-128/+131
* Fix root split on very large append.Ben Johnson2014-07-231-8/+29
* Remove unreachable test code.Ben Johnson2014-07-111-2/+0
* Recover from panics appropriately.Ben Johnson2014-07-111-0/+60
* Merge branch 'master' of https://github.com/boltdb/bolt into free-cacheBen Johnson2014-07-101-2/+3
|\
| * Fix test for path errors.Ben Johnson2014-07-101-1/+1
| * Fix Windows mmap sizing.Ben Johnson2014-07-101-1/+2
* | Add freelist cache.Ben Johnson2014-06-301-1/+1
|/
* Copy the free pages stats from the receiverMartin Kobetic2014-06-271-0/+4
* Add Open() options, flock timeout.Ben Johnson2014-06-211-29/+61
* split the freelist page count stats to free and pendingMartin Kobetic2014-06-201-1/+2
* Fix merge-split regression.Ben Johnson2014-06-181-1/+1
* fix up freelist stats naming and add FreeAllocMartin Kobetic2014-06-181-1/+1
* add freelist stats to db statsMartin Kobetic2014-06-171-1/+2
* Fix merge-split spill issues.Ben Johnson2014-06-031-0/+34
* Add freelist assertion on every free().Ben Johnson2014-05-291-0/+46
* Add streaming check.Ben Johnson2014-05-281-11/+4
* Remove DB.Check(). Allow read-only Tx.Check().Ben Johnson2014-05-271-3/+6
* Merge pull request #169 from benbjohnson/allocationBen Johnson2014-05-211-2/+2
|\
| * Fix freelist allocate().Ben Johnson2014-05-191-2/+2
* | move Copy and CopyFile from DB to TxMartin Kobetic2014-05-211-59/+2
|/
* Add inline bucket support.Ben Johnson2014-05-051-8/+2
* Consolidate code for clarity.Ben Johnson2014-05-051-0/+12
* Printf's %s and %q do the right thing with []byte; removed string conversion.Kevin Gillette2014-04-251-4/+4