New Mir testing framework high-level description #128
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. |
Beta Was this translation helpful? Give feedback.
-
What are, on the high level (no need to write a lot), the ideas behind the new testing framework?
In particular:
Beta Was this translation helpful? Give feedback.
All reactions