Trioxis / fossilize-aws-ebs

Automatically back up EBS volumes using tags
1 stars 0 forks source link

SnapshotVolumeAction is not well tested #35

Open Dermah opened 8 years ago

Dermah commented 8 years ago

SnapshotVolumeAction does some funky stuff with timers and self referential promises that makes it difficult to test properly. It needs to be re-engineered, or a way to test it needs to be figured out.

Dermah commented 8 years ago

657418d889b48f75196045ab95f8ee8c6a5eb5fa demonstrates a slightly simpler Promise chain with retries that may make testing easier