Skip to content
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.

TestBucket_Put_ValueTooLarge fails on armhf #466

Open
aviau opened this issue Dec 5, 2015 · 6 comments
Open

TestBucket_Put_ValueTooLarge fails on armhf #466

aviau opened this issue Dec 5, 2015 · 6 comments

Comments

@aviau
Copy link

aviau commented Dec 5, 2015

Hello!

TestBucket_Put_ValueTooLarge fails on armhf.

This was found by the Debian CI. (click for logs)

# github.com/boltdb/bolt_test
src/github.com/boltdb/bolt/bucket_test.go:653: len argument too large in make([]byte)
FAIL    github.com/boltdb/bolt [build failed]
@benbjohnson
Copy link
Member

@aviau Thanks for reporting the issue. I need to get my raspberry pi set up for CI builds so I can test against ARM better.

@luxas
Copy link

luxas commented Mar 10, 2016

How is ARM support atm?
Would be very valuable to have good support for ARM from boltdb, as it's used in other projects like Kubernetes.
Thanks

@benbjohnson
Copy link
Member

@luxas It should work on ARM just fine. I'm currently in the process of setting up CI for all the supported OS/ARCH combinations.

@luxas
Copy link

luxas commented Mar 10, 2016

@benbjohnson Thanks for your answer and please see: etcd-io/etcd#4715 (comment)

@aviau
Copy link
Author

aviau commented May 23, 2016

as of 1.2.0, the tests were still failing on armhf and i386:

src/github.com/boltdb/bolt/db_test.go:512: constant 2147483648 overflows int
FAIL    github.com/boltdb/bolt [build failed]

@aviau
Copy link
Author

aviau commented Jul 19, 2016

I'm currently in the process of setting up CI for all the supported OS/ARCH combinations.

Is this still planned?

Thanks,

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants