> We have a test failure:
>
> Results :
>
> Failed tests:
>  Popularity Stats should Update top hits after inrcementing statistics
>
> Tests run: 65, Failures: 1, Errors: 0, Skipped: 0

Considering there are no changes from the previous day, I think the
timeouts I've coded in these tests are too optimistic.

The PopStatsActor test is interacting with actors so I've coded
timeouts. The actor encapsulates an asynchronous uncoordinated
processing of the message, so it is not easy to do it otherwise if we
want to determine that the actor has finished processing this
particular message (unless we subvert the design and code the actor to
explicitly notify us).

Reply via email to