• Kirill Smelkov's avatar
    time: test: Explicitly release Timer/Ticker resources · 9fafad8e
    Kirill Smelkov authored
    In the light of discovered memory leaks (see !24),
    it is better to explicitly make sure that resources allocated by every
    test are explicitly released. Even though timers are released
    automatically on their expiration, there is generally no guarantee that
    the tests will finish after all timers are expired. And even more so for
    Ticker - without explicit stop, the ticker continues to be active
    forever.
    
    So stop all created timers and tickers where we can in the tests.
    
    /proposed-for-review-on !26
    9fafad8e
time_test.py 6.06 KB