Reuben Bond
Reuben Bond
Closing due to inactivity on our part. If this is still an issue, please open a new issue and reference this
ActivationData was rewritten in 7.0 and if there was an issue here, it was likely fixed along with that. I'll close this now but please open a new issue if...
Rebased, refactored, and tried to fix tests. I'm testing against a real-world instance of Cosmos DB and the tests are very flaky - too flaky to commit right now. I'm...
I updated the options to reflect the style we've been using for other providers: one config method for each constructor/factory overload on the underlying storage client (`CosmosClient` in this case)....
I also removed the System.Text.Json serializer as a default: if users want it, they can use it, but I opted to use the Cosmos SDK's default instead. This storage provider...
TODO: * [ ] Add Cosmos DB account to internal test infrastructure and make sure that tests work there * [x] ~Decide what to do with `IGrainStorageSerializer` for JSON. We...
@galvesribeiro aside from the GitHub Actions emulator issues, is there anything remaining on this PR which comes to mind?
@scalablecory we are trying to get the tests passing using the Cosmos DB emulator. It has been very flaky for us, however. Eg: We want to avoid merging things which...
We will disable GitHub Actions CI tests and instead we will run test via the private CI against a live instance of Cosmos DB. I've asked the Cosmos DB SDK...
I gave the PR a few once-overs and renamed everything in accordance with Cosmos' team's preferences. I believe this is ready to merge now.