basho / riak_test

I'm in your cluster, testing your riaks
http://basho.github.com/riak_test/
70 stars 72 forks source link

verify_handoff and verify_vclock do not respect backend #1312

Closed martinsumner closed 5 years ago

martinsumner commented 5 years ago

In order to run multiple iterations in one test (presumably), these tests do:

rt:setup_harness(dummy, dummy)

This resets everything, but in doing so on startup of a new cluster there is no reference to the configured backend (passed in as -b).

These tests should be separate tests using the same code, so that backend has meaning.

martinsumner commented 5 years ago

fixed in develop-2.9 with https://github.com/basho/riak_test/pull/1311