Add Cosmos DB integration tests using an emulator
aslotte opened this issue · 1 comments
aslotte commented
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
Add integration tests similar to SQL Server and SQLite for our Cosmos DB metadata store: https://docs.microsoft.com/en-us/azure/cosmos-db/local-emulator#running-on-docker
aslotte commented
Looking at the documentation, it appears that the current image can only be run in a Window container, which will not work for us (GitHub Actions require them to be able to run in a Linux container)