tree: cc29a03626bf28ce4c0f7314170f000c884e8037 [path history] [tgz]
  1. meta/
  2. BUILD.gn
  3. defs.h
  4. queue_persistence_test_agent.cc
  5. queue_persistence_test_module.cc
  6. queue_persistence_test_service.fidl
  7. README.md
tests/queue_persistence/README.md

queue_persistence integration test

This test exercises the APIs exposed to modules to connect to agents, and for Modules and Agents to exchange message queues.

It specifically tests that message queues are persistent between invocations of agents, and that a message sent to the message queue of agent while the agent is not running can be received by the agent when it's started again.