Comment 12 for bug 1302784

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to trove (master)

Reviewed: https://review.openstack.org/123450
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=2de5c0f66d938a320bb79093180bef3fb5983b4a
Submitter: Jenkins
Branch: master

commit 2de5c0f66d938a320bb79093180bef3fb5983b4a
Author: Denis M <email address hidden>
Date: Thu Sep 25 00:07:05 2014 +0300

    Isolate unit tests from integration tests data

    Reasons:
     - unit tests are depending on integration tests data, such as:
      - datastore and its versions;
     - distribution package maintainers are not able to package Trove since ice house RC1.

    Gate behaviour:
     - gate tests are not failing because unit tests are running right after
       fake-mode tests, so sqlite still exist.

    Changes:
     - fixing those unit tests that are failing while building Trove package
       (more info see at bug-report).

    Change-Id: Ib9a41d68481d32cdd81fc4d7c015a63c4da33bb3
    Closes-Bug: #1302784