2024-02-16 10:49:42 -07:00
Check [WILDCARD]/ops_sanitizer_unstable.ts
running 2 tests from [WILDCARD]/ops_sanitizer_unstable.ts
2022-04-11 18:27:17 +02:00
no-op ... ok ([WILDCARD])
leak interval ... FAILED ([WILDCARD])
2021-10-11 23:00:33 +08:00
2022-05-09 10:56:13 +02:00
ERRORS
2021-10-11 23:00:33 +08:00
2024-02-16 10:49:42 -07:00
leak interval => [WILDCARD]/ops_sanitizer_unstable.ts:[WILDCARD]
2024-02-16 14:22:12 -07:00
error: Leaks detected:
- An async operation to sleep for a duration was started in this test, but never completed. This is often caused by not cancelling a `setTimeout` or `setInterval` call. The operation was started here:
2022-02-16 19:53:17 +01:00
at [WILDCARD]
at setInterval ([WILDCARD])
2024-02-16 10:49:42 -07:00
at fn ([WILDCARD]/ops_sanitizer_unstable.ts:[WILDCARD])
2021-10-11 23:00:33 +08:00
at [WILDCARD]
2022-05-09 10:56:13 +02:00
FAILURES
2021-10-11 23:00:33 +08:00
2024-02-16 10:49:42 -07:00
leak interval => [WILDCARD]/ops_sanitizer_unstable.ts:[WILDCARD]
2021-10-11 23:00:33 +08:00
2022-06-14 20:51:49 +02:00
FAILED | 1 passed | 1 failed ([WILDCARD])
2021-10-11 23:00:33 +08:00
error: Test failed