ahoward / helene

helene is a plugin for writing rails applications on top of amazon's aws platform including sdb, s3, and sqs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Figure Out How to Test SQS

JEG2 opened this issue · comments

Eventual consistency is hard enough, but SQS is even trickier. I've seen it go a lot longer than an eventually_assert() is going to support. I don't have a good idea for testing it, beyond mocking-out the Amazon service. Thoughts?