You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have unit tests that cover the ConfigFileWatcher, and End to End tests that cover the Runtime and Entities sections of the config being hot-reloaded, but lack coverage for the data source section.
To provide sufficient coverage, a test should be added to the hot-reload end to end tests that can start the test server with a data source of one DB type and then hot-reload to another DB type with a new connection string.
The text was updated successfully, but these errors were encountered:
aaronburtle
changed the title
Add integration and end to end testing for hot reload of config
Add end to end integration testing for hot reload of data source in config
Oct 31, 2024
We have unit tests that cover the
ConfigFileWatcher
, and End to End tests that cover theRuntime
andEntities
sections of the config being hot-reloaded, but lack coverage for the data source section.To provide sufficient coverage, a test should be added to the hot-reload end to end tests that can start the test server with a data source of one DB type and then hot-reload to another DB type with a new connection string.
The text was updated successfully, but these errors were encountered: