Comment 1 for bug 843062

Revision history for this message
klmitch (q-noreply) wrote :

You're right, an in memory database will be created and destroyed on every line of sampledata.sh - rendering it useless.

I'd like to replace server start/stop and bootstrap.sh with an approach that can be utilized by setUp & tearDown for keystone.test.system, which would make an in-memory database (e.g. sqlite://:memory:) VERY desirable.