Skip to content

Allow time travel in integration tests

akwizgran requested to merge 1833-time-travel into 804-self-destructing-messages

This branch adds a TimeTravel interface that integration tests can use to simulate the passage of time. Changes affect the Clock and the TaskScheduler. The default Clock and TaskScheduler implementation are used unless a test asks for time travel via the TimeTravelModule(boolean) constructor.

Part of #1833 (closed)

Merge request reports