basho / riak

Riak is a decentralized datastore from Basho Technologies.
http://docs.basho.com
Apache License 2.0
3.94k stars 536 forks source link

Update lock #962

Closed martinsumner closed 5 years ago

martinsumner commented 5 years ago

Update lock -

riak_core (with updated reference to basho eleveldb) eleveldb (point at the basho repo not martinsumner) yokozuna (taking in updated develop-2.9 with security fixes) eper (this is the actuall referred to tag, this had previously been regressed in the rebar.config.lock because the tests din't appear to pass).

Change to the makefile so that eper tests are run using 'make test' - this was the problem with eper tests falsely reporting as failing.

martinsumner commented 5 years ago

Also updates riak_control to develop-2.9 branch. riak_control was previously pulling incorrect versions, and causing possible conflicts when running make deps

martinsumner commented 5 years ago

Holding off on this pull for now. There may be further issues with the eper branch change

martinsumner commented 5 years ago

The eper branch will now be cleaned up following a test. Once riak_test suites have been run this PR is good to go.