Details
-
Test
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
The DatabaseAccessor interface provides various APIs and has multiple concrete implementations one for each supported DBMS.
There are a few end-to-end tests for JDBC storage handler (see relevant qfiles) and also a few unit tests (TestGenericJdbcDatabaseAccessor) but we do not have enough coverage.
Ideally we should have unit tests for each method present in the top level interface and for each supported DBMS. The goal of this JIRA is to add more unit tests, similar to what TestGenericJdbcDatabaseAccessor is doing, covering more methods, use-cases, and DBMS.
The scope of this JIRA can get quite big so it makes sense to create additional sub-tasks for addressing specific cases.