blob: 36191912a614e039de1cf0d99172203088db8fc7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Check [WILDCARD]test/ops_sanitizer_missing_details.ts
running 1 test from ./test/ops_sanitizer_missing_details.ts
test 1 ... FAILED [WILDCARD]
ERRORS
test 1 => ./test/ops_sanitizer_missing_details.ts:[WILDCARD]
error: Leaking async ops:
- 1 async operation to op_write was started in this test, but never completed.
To get more details where ops were leaked, run again with --trace-ops flag.
FAILURES
test 1 => ./test/ops_sanitizer_missing_details.ts:[WILDCARD]
FAILED | 0 passed | 1 failed [WILDCARD]
error: Test failed
|