Tests failing on memcache backend (memcache testing disabled in trunk)

Bug #843069 reported by klmitch
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Identity (keystone)
Fix Released
High
Ziad Sawalha

Bug Description

While migrating tests to the new multi-conf testing approach, I discovered that memcache tests were failing (since we hadn't been running them for CI). The memcache configuration template is currently commented out from run_tests.py, as it's failing to create the first token in bin/sampledata.sh

To enable testing against the memcache backend, uncomment 'memcache.conf.template' from keystone/test/run_tests.py:

    CONFIG_FILES = (
        'sql.conf.template',
        #'memcache.conf.template',
        'ldap.conf.template')

Tags: bug
Changed in keystone:
assignee: nobody → Ziad Sawalha (ziad-sawalha)
milestone: none → essex-2
Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/1895
Committed: http://github.com/openstack/keystone/commit/8dacf6fd985ed523a2ed44ae47f0bb59a67a85ec
Submitter: Jenkins
Branch: master

 status fixcommitted
 done

commit 8dacf6fd985ed523a2ed44ae47f0bb59a67a85ec
Author: Ziad Sawalha <email address hidden>
Date: Thu Nov 24 01:37:44 2011 -0600

    Fixed memcache tests

    Addresses bug 843069

    Change-Id: Icdf4df3cc965bba3d69f3906157d9f0285fa74cb

Changed in keystone:
status: Confirmed → Fix Committed
Thierry Carrez (ttx)
Changed in keystone:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in keystone:
milestone: essex-2 → 2012.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.