diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2023-03-25 19:32:11 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-25 21:32:11 +0200 |
| commit | 8a4865c3790a6eb93d95189e129b3ee98f349b45 (patch) | |
| tree | eb7a7f7a32addcfb49e5814d509c244532e38c2f /cli/tests/testdata/test/ops_sanitizer_missing_details.out | |
| parent | fe88b53e50034e185246e03be586c470ca4fbf78 (diff) | |
feat(test): print pending tests on sigint (#18246)
Diffstat (limited to 'cli/tests/testdata/test/ops_sanitizer_missing_details.out')
| -rw-r--r-- | cli/tests/testdata/test/ops_sanitizer_missing_details.out | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/cli/tests/testdata/test/ops_sanitizer_missing_details.out b/cli/tests/testdata/test/ops_sanitizer_missing_details.out index b277ba74f..36191912a 100644 --- a/cli/tests/testdata/test/ops_sanitizer_missing_details.out +++ b/cli/tests/testdata/test/ops_sanitizer_missing_details.out @@ -5,12 +5,9 @@ test 1 ... FAILED [WILDCARD] ERRORS test 1 => ./test/ops_sanitizer_missing_details.ts:[WILDCARD] -error: AssertionError: Test case is leaking async ops. - - - 1 async operation to op_write was started in this test, but never completed. - +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. - at [WILDCARD] FAILURES |
