summaryrefslogtreecommitdiffstats
path: root/tests/resourcecommunicationtest.cpp
Commit message (Collapse)AuthorAge
* Improved resource access cachingChristian Mollekopf2015-12-03
| | | | | | | | * Smarter caching. ResourceAccess instances close after a timeout, if not reused. * Introduced a start command to avoid race condition when sending commands to a resource that is currently shutting down. * We resend pending commands after we lost access to the resource * unexpectedly.
* Documentation on what tests are supposed to test.Christian Mollekopf2015-10-24
|
* Tested command loop with Ping command.Christian Mollekopf2015-07-30
| | | | | | Ping is a command that by definition doesn't affect the resource, and thus can be used at all times to check if the resource is still alive.
* ResourceCommunicationTestChristian Mollekopf2015-07-30