2021-10-11 11:00:33 -04:00
Check [WILDCARD]/testdata/test/ops_sanitizer_unstable.ts
2022-04-16 15:51:55 -04:00
running 2 tests from ./test/ops_sanitizer_unstable.ts
2022-04-11 12:27:17 -04:00
no-op ... ok ([WILDCARD])
leak interval ... FAILED ([WILDCARD])
2021-10-11 11:00:33 -04:00
2022-05-09 04:56:13 -04:00
ERRORS
2021-10-11 11:00:33 -04:00
2022-05-04 19:15:54 -04:00
leak interval => ./test/ops_sanitizer_unstable.ts:[WILDCARD]
2022-06-06 14:26:57 -04:00
error: AssertionError: Test case is leaking async ops.
2021-10-11 11:00:33 -04:00
2022-06-06 14:26:57 -04:00
- 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 13:53:17 -05:00
at [WILDCARD]
at setInterval ([WILDCARD])
at [WILDCARD]/testdata/test/ops_sanitizer_unstable.ts:3:3
2021-10-11 11:00:33 -04:00
at [WILDCARD]
2022-06-06 14:26:57 -04:00
at [WILDCARD]
2022-05-09 04:56:13 -04:00
FAILURES
2021-10-11 11:00:33 -04:00
2022-05-04 19:15:54 -04:00
leak interval => ./test/ops_sanitizer_unstable.ts:[WILDCARD]
2021-10-11 11:00:33 -04:00
2022-06-14 14:51:49 -04:00
FAILED | 1 passed | 1 failed ([WILDCARD])
2021-10-11 11:00:33 -04:00
error: Test failed