issues
search
base2Services
/
shelvery-aws-backups
Automating EBS RDS EC2 backups on lambda
MIT License
36
stars
22
forks
source link
Feature/unit tests refactor
#146
Closed
tarunmenon95
closed
1 year ago
tarunmenon95
commented
1 year ago
Refactored Unit Tests
Changelog
Fixed another bug in RDS Cluster where cleanup would remove docdb snapshots
Added resource waiters for all resources during test setups
Refactored to use custom retention type of 1 second, allows us to leverage inbuilt shelvery functionality to cleanup snapshots
Bunch of refactoring
Updated readme to include
shelvery_reencrypt_kms_key_id
description
Tests fixed
Fixes issue with RDS Cluster test failing due to docdb resources getting pulled inadvertently
Fixes EBS test failling sporadicly due to invalid resources in s3 bucket from manual deletes via client instead of via shelvery cleanup
Fixes issue with calling create backup when resources aren't ready for all tests
Refactored Unit Tests
Changelog
shelvery_reencrypt_kms_key_id
descriptionTests fixed