2021-10-11 23:00:33 +08:00
Check [WILDCARD]/testdata/test/ops_sanitizer_unstable.ts
2022-04-16 20:51:55 +01:00
running 2 tests from ./test/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
2022-05-05 00:15:54 +01:00
leak interval => ./test/ops_sanitizer_unstable.ts:[WILDCARD]
2023-03-25 19:32:11 +00:00
error: Leaking async ops:
- 1 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])
2023-04-01 21:20:16 +01:00
at fn ([WILDCARD]/testdata/test/ops_sanitizer_unstable.ts:7:5)
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
2022-05-05 00:15:54 +01:00
leak interval => ./test/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