Skip to content

dbtesting: detect pkg name

Administrator requested to merge k/dbtesting into main

Created by: keegancsmith

Using dbtesting is not how new code is written, so direct uses of this should fade away over time. However, it still frustrates me to see its tentacles all over our codebase via the init calls that set DBNameSuffix global.

This is some fun code which eliminates the need to set DBNameSuffix by detecting the package under test and generating the DBNameSuffix based on that.

The first commit contains the meat of the change. The second commit is larger and is a mechanical removal of DBNameSuffix since it is no longer read.

Merge request reports

Loading