Refactor #22085
facet tests models should have a database table
Description
Some Facet tests register a facet that does not have a database table defined.
This can lead to test failures like this:
PG::UndefinedTable: ERROR: relation "test_classes" does not exist...
'test_facet_helper' creates some database tables for facet tests. The facet tests should use these.
Associated revisions
History
#1
Updated by Timo Goebel about 3 years ago
- Subject changed from facet tests models should to facet tests models should have a database table
#2
Updated by Shimon Shtein about 3 years ago
- Legacy Backlogs Release (now unused) set to 296
#3
Updated by Timo Goebel about 3 years ago
- % Done changed from 0 to 100
- Status changed from New to Closed
Applied in changeset 5cf577caaef5687f084a55fddfdbcbfcd53e766a.
fixes #22085 - facet test models have db table