User Story
As a user of Sleeper, I want changes to the Sleeper table state to be applied quickly and reliably, so that my data is not lost and I can retrieve the data I expect in a timely manner.
As a developer working on Sleeper, I want the implemented behaviours to have comprehensive test automation, so that I know if I've broken a behaviour, and which one I've broken.
Description / Background
We'd like to provide similar system test coverage for the ECS-based state store committer, compared to what we have for the lambda-based state store committer.
Technical Notes / Implementation Details
We can add a separate system test instance for the ECS-based state store committer, given the lambda-based one cannot be deployed at the same time.
We can make copies of StateStoreCommitterST and StateStoreCommitterThroughputST, but adjust them for the ECS-based committer.
User Story
As a user of Sleeper, I want changes to the Sleeper table state to be applied quickly and reliably, so that my data is not lost and I can retrieve the data I expect in a timely manner.
As a developer working on Sleeper, I want the implemented behaviours to have comprehensive test automation, so that I know if I've broken a behaviour, and which one I've broken.
Description / Background
We'd like to provide similar system test coverage for the ECS-based state store committer, compared to what we have for the lambda-based state store committer.
Technical Notes / Implementation Details
We can add a separate system test instance for the ECS-based state store committer, given the lambda-based one cannot be deployed at the same time.
We can make copies of StateStoreCommitterST and StateStoreCommitterThroughputST, but adjust them for the ECS-based committer.