Swift Unit Test failing
Hi All, I am very new to OpenStack and swift and tyring to setup a swift test bed for the first time. I installed swift on a VM following the instructions at http://docs.openstack.org/developer/swift/development_saio.html (link text). When I run the unit test, 1 of the tests is failing. Everything else - functests and probetests are working fine.
FAIL: test_connection_pooling (test.unit.common.test_memcached.TestMemcached)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/sharath/src/swift/test/unit/common/test_memcached.py", line 385, in test_connection_pooling
self.assertEqual(2, len(connected))
AssertionError: 2 != 10
I am using the master branch and I am on the commit ID 16ddd3c53f. Can I ignore this error or is there something wrong with my set up? Thanks in advance.
Regards, Sharath
If you're getting started, I would suggest you to use released software, not pulling from master. Even if in theory the repo is always working, the practice says that bugs are always to be expected.