sahara/sahara/tests
Luigi Toscano c33675508c (Temporarily) skip TestVerifications tests
They are failing thanks to sqlalchemy.orm.exc.DetachedInstanceError:
Parent instance <ClusterVerification at ...> is not bound to a Session;
lazy load operation of attribute 'checks' cannot proceed
(Background on this error at: http://sqlalche.me/e/bhk3)

The issue seems to be difficult to tackle, so let's reevaluate after
cutting Ussuri branches.

Story: 2007450
Task: 39508
Change-Id: If0b47fa815ef778d58542f4c7d84218aef833802
2020-04-21 15:25:19 +02:00
..
unit (Temporarily) skip TestVerifications tests 2020-04-21 15:25:19 +02:00
README.rst Change remaining 'savanna' references in sahara/tests 2014-03-19 13:19:07 -04:00
__init__.py Migrate away from oslo_i18n.enable_lazy() 2018-12-20 19:07:12 +01:00

README.rst

Sahara Testing Infra

This README file attempts to provide current and prospective contributors with everything they need to know in order to start creating unit tests for Sahara.