Package: golang-github-coreos-bbolt / 1.4.2-1

Metadata

Package Version Patches format
golang-github-coreos-bbolt 1.4.2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Increase write waiting time when testing.patch | (download)

db_test.go | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 increase write waiting time when testing

Bug: https://github.com/etcd-io/bbolt/issues/54
Bug-Debian: https://bugs.debian.org/832834

0002 Skip OOM tests.patch | (download)

bucket_test.go | 1 1 + 0 - 0 !
db_test.go | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 skip oom tests
0003 Skip TestDB_HugeValue to avoid crash on 32bit.patch | (download)

db_test.go | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 skip testdb_hugevalue to avoid crash on 32bit

Bug-Upstream: https://github.com/etcd-io/bbolt/issues/1044