-
Notifications
You must be signed in to change notification settings - Fork 646
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests fail against current master branch #326
Comments
Do you have access keys set?
You should run the shorter version to avoid functional tests. "go test -short -race" |
BTW you need S3 access to test functional tests, that is why - "Anonymous access is forbidden for this operation 5vs5xutzqcv4gov2ubju9lpixigoil" |
This is expected for full functional tests, as practice for just running unit tests it should be run as "go test -race -short" - so closing this issue. |
Ah, I missed that part. Some documentation in the README indicating that requirement would be very helpful, since that's a significant one. |
Yeah absolutely will add that. |
Thanks! |
I am on c5884ce and get this test output:
The text was updated successfully, but these errors were encountered: