Azure / Azure/data-api-builder
Add Unit testing for the Hot-Reload dependencies
Open
🔥Hot Reload
testing
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 370
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 8
Description
As a part of Hot Reload, we refresh a set of objects that depend on the config at startup. To better validate that this refresh process works correctly, we need to add testing that demonstrates these objects are refreshed correctly. The objects come from the following classes:
`QueryManagerFactory`
`MetadataProviderFactory`
`QueryEngineFactory`
`MutationEngineFactory`
`QueryExecutor`
`MsSqlQueryExecutor`
`MySqlQueryExecutor`
`PostgreSqlQueryExecutor`
`OpenApiDocumentor`
Contributor guide
Assessment
This issue has not been assessed yet.