Summary
A get_retention_policy view should return the current archive retention configuration (retention days, partition strategy, compression enabled, batch size). Unit tests should confirm the returned values match what was set at initialisation.
Scope
- Test
get_retention_policy returns the correct retentionDays value
- Test it returns the correct
partitionStrategy
- Test it returns the correct
compressionEnabled flag
- Assert no panic on the call
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
A
get_retention_policyview should return the current archive retention configuration (retention days, partition strategy, compression enabled, batch size). Unit tests should confirm the returned values match what was set at initialisation.Scope
get_retention_policyreturns the correctretentionDaysvaluepartitionStrategycompressionEnabledflagAcceptance Criteria
retentionDaysmatches configured valuepartitionStrategymatches configured valuecompressionEnabledmatches configured valueETA: 12 hours
Coordinate on Telegram