summaryrefslogtreecommitdiff
path: root/crates/tor-rtmock/semver.md
blob: 1bcb195c817aa5d02d9965eca079f50033a58bd2 (plain)
1
2
3
4
5
6
7
8
9
10
### DEPRECATED: `MockSleepProvider` and `MockSleepRuntime` are marked `#[deprecated]`

These have known bugs (eg [#1036]) and can make it easy to write flaky tests.
They have been documented as deprecated since tor-rtmock 0.11.0 in
October 2023.  Now we formally mark them as `#[deprecated]`.

Use `MockExecutor` (and its `SimpleMockTimeProvider`) instead.
(That's a nontrivial change since the time mocking API is quite different.)

[#1036]: https://gitlab.torproject.org/tpo/core/arti/-/issues/1036