microsoft / durabletask-mssql

Microsoft SQL storage provider for Durable Functions and the Durable Task Framework
MIT License
87 stars 31 forks source link

Enable database upgrade testing in the CI #152

Open cgillum opened 1 year ago

cgillum commented 1 year ago

This is a continuation of https://github.com/microsoft/durabletask-mssql/issues/124.

Currently, the upgrade testing as-designed doesn't work with the CI because it requires both the test client and the MSSQL container to have access to the same file system content. Some changes will need to be made to the CI pipeline to enable this, and some code changes will likely be required as well.