Other similar fixtures in other modules which use the same "tests" db already.
Clash can then happen when table names exists in different modules (e.g.
dbversion exists both in scheduler and storage dbs).
Technically, that renames the db used by tests from "tests" to "storage".
Related to P773