New Mir testing framework high-level description #128
matejpavlovic
started this conversation in
General
Replies: 1 comment 5 replies
No significant change so far, I'm focused on implementing logical time simulation.
I'm still shaping it. I'm trying to (1) use an abstract interface for low-level timers in Mir's timer module, (2) wrap Mir modules to control passage of events. Everything would appear instantaneous outside of the logical time simulation; the system would step from one scheduled event to another. The simulation would provide a way to block and wait for a specified duration of simulated time, so that the module wrappers would be able to insert pseudo-random delays, e.g. for simulating communication delays. |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What are, on the high level (no need to write a lot), the ideas behind the new testing framework?
In particular:
All reactions