Closed russelldb closed 6 years ago
See basho#774 for details.
To test:
develop-2.2
make -j4 devrel
rtdev_current.sh
bug/rdb/nhs-riak-repl-gh-774
make
./riak_test -c sus_ee -b eleveldb -t tests/repl_aae_bloom.erl
The test should fail. And if you look in ~/rt/riak_ee/current/dev/dev1/log/error.log you'll see badargs.
~/rt/riak_ee/current/dev/dev1/log/error.log
Then
cd riak/deps/riak_repl
bug/rdb/nhs-riak-gh774
cd ../../
make devclean
It should pass.
+1 lgtm @russelldb
See basho#774 for details.
To test:
develop-2.2
make -j4 devrel
rtdev_current.sh
bug/rdb/nhs-riak-repl-gh-774
make
in riak_test./riak_test -c sus_ee -b eleveldb -t tests/repl_aae_bloom.erl
(Use your own rtdev config name though, unless you want my config?)The test should fail. And if you look in
~/rt/riak_ee/current/dev/dev1/log/error.log
you'll see badargs.Then
cd riak/deps/riak_repl
bug/rdb/nhs-riak-gh774
cd ../../
make devclean
make -j4 devrel
rtdev_current.sh
again./riak_test -c sus_ee -b eleveldb -t tests/repl_aae_bloom.erl
It should pass.