On 07/25/2016 12:55 PM, Carl Baldwin wrote:
On Fri, Jul 22, 2016 at 8:47 AM, Mike Bayer mailto:mba...@redhat.com>> wrote:
On 07/22/2016 04:02 AM, Kevin Benton wrote:
Now that we have switched to oslo.db for test provisioning the
responsibility of choosing a location land
On Fri, Jul 22, 2016 at 8:47 AM, Mike Bayer wrote:
>
>
> On 07/22/2016 04:02 AM, Kevin Benton wrote:
>
>> Now that we have switched to oslo.db for test provisioning the
>> responsibility of choosing a location lands
>> here:
>> https://github.com/openstack/oslo.db/blob/a79479088029e4fa51def91cb36
On Fri, Jul 22, 2016 at 8:45 AM, Mike Bayer wrote:
>
> On 07/22/2016 04:02 AM, Kevin Benton wrote:
>
>> Now that we have switched to oslo.db for test provisioning the
>> responsibility of choosing a location lands
>> here:
>> https://github.com/openstack/oslo.db/blob/a79479088029e4fa51def91cb36bc
On 07/22/2016 04:02 AM, Kevin Benton wrote:
Now that we have switched to oslo.db for test provisioning the
responsibility of choosing a location lands
here:
https://github.com/openstack/oslo.db/blob/a79479088029e4fa51def91cb36bc652356462b6/oslo_db/sqlalchemy/provision.py#L505
The problem is t
On 07/22/2016 04:02 AM, Kevin Benton wrote:
Now that we have switched to oslo.db for test provisioning the
responsibility of choosing a location lands
here:
https://github.com/openstack/oslo.db/blob/a79479088029e4fa51def91cb36bc652356462b6/oslo_db/sqlalchemy/provision.py#L505
The problem is t
Now that we have switched to oslo.db for test provisioning the
responsibility of choosing a location lands here:
https://github.com/openstack/oslo.db/blob/a79479088029e4fa51def91cb36bc652356462b6/oslo_db/sqlalchemy/provision.py#L505
The problem is that when you specify OS_TEST_DBAPI_ADMIN_CONNECTI
Hi,
In Neutron, we run unit tests with an in-memory sqlite instance. It is
impossible, as far as I know, to inspect this database using the sqlite3
command line while the unit tests are running. So, we have to resort to
python / sqlalchemy to do it. This is inconvenient.
Months ago, I was able to