aligned_layer icon indicating copy to clipboard operation
aligned_layer copied to clipboard

feat(aggregator): Add additional unit tests for aggregator retries

Open PatStiles opened this issue 1 year ago • 0 comments

Currently the unit tests for the aggregator retries only test the returned value and effects of all retries being provided. We want to also validate the intermediate states that can occur over multiple retries. To do so we should first separate the external logic of each Retryable from the retry library by declaring them as separate functions for testing purposes and create tests for these functions following a similar pattern to the current unit tests.

PatStiles avatar Nov 08 '24 13:11 PatStiles