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/riak start

sudo apt-get install python-protobuf
git clone git://github.com/basho/riak-python-client.git

virtualenv riak
. riak/bin/activate
cd riak-python-client
python setup.py install
python setup.py test

and I get:
FAILED (failures=6, errors=19)

The full test output can be found at:
http://www.honzakral.com/riak_python_test.out

If anybody can point out what I did wrong or how to make the tests
work I would be most grateful.

Thanks!

Honza Král
E-Mail: honza.k...@gmail.com

_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to