summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/ops_sanitizer_missing_details.out
blob: 58d656012133f3bf3affd465e1dea81a1cf49dcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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: Test case is 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]

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [WILDCARD]

error: Test failed