Your search/luwak tests are failing, presumably because those options
are not enabled in your Riak installation. You can disable them in the
test suite by doing:
$ SKIP_SEARCH=1 SKIP_LUWAK=1 python setup.py test
You also seem to be running into a problem with leftover keys in one
of the test buck
Awesome, the test suite is passing for me with these settings.
Thanks a lot
Honza Král
E-Mail: honza.k...@gmail.com
Phone: +420 606 678585
On Mon, Oct 3, 2011 at 8:00 PM, Reid Draper wrote:
> There have been some changes in Riak 1.0 with regard to how deletes work,
> and the python client ha
There have been some changes in Riak 1.0 with regard to how deletes work,
and the python client has not been updated appropriately yet. In the
meantime, you can add the option:
{delete_mode, immediate} to the riak_kv section of app.config of Riak. This
should allow all of the tests to pass. You can
On Mon, Oct 3, 2011 at 7:31 PM, Greg Stein wrote:
> Your search/luwak tests are failing, presumably because those options
> are not enabled in your Riak installation. You can disable them in the
> test suite by doing:
>
> $ SKIP_SEARCH=1 SKIP_LUWAK=1 python setup.py test
Thanks, I tried this righ
Hi everybody,
I cannot get the test suite in the python client to run, I have tried
on Arch Linux on my notebook and then on an Ubunty Natty system on EC2
with riak 1.0.0:
wget http://downloads.basho.com/riak/riak-1.0.0/riak_1.0.0-1_amd64.deb
sudo dpkg -i riak_1.0.0-1_amd64.deb
sudo /etc/init.d/r