cloudstateio / cloudstate

Distributed State Management for Serverless
https://cloudstate.io
Apache License 2.0
763 stars 97 forks source link

Update value entity TCK to require sorted sequences #492

Closed pvlugter closed 3 years ago

pvlugter commented 3 years ago

Resolves #490. Update the value entity shopping cart to sort items by product id in responses. Allows the TCK tests to have an expected order. We can also update the TCK to test these with any order, which would mean parsing the json strings too. But we're planning to remove shopping cart from the TCK and just use model-based tests anyway.

marcellanz commented 3 years ago

Cool, thanks. Good to see the shopping cart removed from the TCK.

ralphlaude commented 3 years ago

Thanks for fixing the order in the value entity shopping cart.