* Add state transaction conf test. * Does not return error for key not found in mongodb. * Rewrite state conf test. * Handle []byte in cosmosdb state txn (#664) Fixes: dapr/dotnet-sdk#579 The issue here is that we had missed the case of pre-marshaled bytes in the state transaction code path, which would result in the encoding/json package doing it's normal thing and base64 encoding the data as a JSON string. The fix is to use json.RawMessage to avoid that. Turns out this code can be simplified a bit. * Fix cosmosdb handling of byte[]. * Fix lint. * Fix UT for cosmosdb. * Remove config from state store conf test. Co-authored-by: Ryan Nowak <nowakra@gmail.com> |
||
|---|---|---|
| .. | ||
| statestore.yml | ||