2021-12-07 07:39:58 -05:00
Check [WILDCARD]/testdata/test/ops_sanitizer_multiple_timeout_tests.ts
2022-04-16 15:51:55 -04:00
running 2 tests from ./test/ops_sanitizer_multiple_timeout_tests.ts
2022-04-11 12:27:17 -04:00
test 1 ... FAILED ([WILDCARD])
test 2 ... FAILED ([WILDCARD])
2021-12-07 07:39:58 -05:00
2022-05-09 04:56:13 -04:00
ERRORS
2021-12-07 07:39:58 -05:00
2022-05-04 19:15:54 -04:00
test 1 => ./test/ops_sanitizer_multiple_timeout_tests.ts:[WILDCARD]
2022-06-06 14:26:57 -04:00
error: AssertionError: Test case is leaking async ops.
2022-02-16 13:53:17 -05:00
2022-06-06 14:26:57 -04:00
- 2 async operations to sleep for a duration were started in this test, but never completed. This is often caused by not cancelling a `setTimeout` or `setInterval` call. The operations were started here:
2022-02-16 13:53:17 -05:00
at [WILDCARD]
at setTimeout ([WILDCARD])
at test ([WILDCARD]/testdata/test/ops_sanitizer_multiple_timeout_tests.ts:4:3)
at [WILDCARD]/testdata/test/ops_sanitizer_multiple_timeout_tests.ts:8:27
at [WILDCARD]
at [WILDCARD]
at setTimeout ([WILDCARD])
at test ([WILDCARD]/testdata/test/ops_sanitizer_multiple_timeout_tests.ts:5:3)
at [WILDCARD]/testdata/test/ops_sanitizer_multiple_timeout_tests.ts:8:27
2021-12-07 07:39:58 -05:00
at [WILDCARD]
2022-06-06 14:26:57 -04:00
at [WILDCARD]
2022-05-04 19:15:54 -04:00
test 2 => ./test/ops_sanitizer_multiple_timeout_tests.ts:[WILDCARD]
2022-06-06 14:26:57 -04:00
error: AssertionError: Test case is leaking async ops.
2022-02-16 13:53:17 -05:00
2022-06-06 14:26:57 -04:00
- 2 async operations to sleep for a duration were started in this test, but never completed. This is often caused by not cancelling a `setTimeout` or `setInterval` call. The operations were started here:
2022-02-16 13:53:17 -05:00
at [WILDCARD]
at setTimeout ([WILDCARD])
at test ([WILDCARD]/testdata/test/ops_sanitizer_multiple_timeout_tests.ts:4:3)
at [WILDCARD]/testdata/test/ops_sanitizer_multiple_timeout_tests.ts:10:27
at [WILDCARD]
at [WILDCARD]
at setTimeout ([WILDCARD])
at test ([WILDCARD]/testdata/test/ops_sanitizer_multiple_timeout_tests.ts:5:3)
at [WILDCARD]/testdata/test/ops_sanitizer_multiple_timeout_tests.ts:10:27
2021-12-07 07:39:58 -05:00
at [WILDCARD]
2022-06-06 14:26:57 -04:00
at [WILDCARD]
2022-05-09 04:56:13 -04:00
FAILURES
2021-12-07 07:39:58 -05:00
2022-05-04 19:15:54 -04:00
test 1 => ./test/ops_sanitizer_multiple_timeout_tests.ts:[WILDCARD]
test 2 => ./test/ops_sanitizer_multiple_timeout_tests.ts:[WILDCARD]
2021-12-07 07:39:58 -05:00
2022-06-14 14:51:49 -04:00
FAILED | 0 passed | 2 failed ([WILDCARD])
2021-12-07 07:39:58 -05:00
error: Test failed