Matt Mastracci
e8b1925172
chore: Add timeout!
macro to test_util
( #22539 )
...
Our `itest` macros will occasionally run away and fail ~2 hours later.
This aborts all testcases after 2 minutes.
2024-02-22 14:02:14 -07:00
Bartek Iwańczuk
77b90f408c
Revert "fix(console): support NO_COLOR and colors option in all scena… ( #22507 )
...
…rios (#21910 )"
This reverts commit bd1358efab
.
This change caused https://github.com/denoland/deno/issues/22496 and
https://github.com/denoland/deno/issues/22445
2024-02-21 00:17:50 +00:00
David Sherret
f90889e5ee
perf(jsr): fast check cache and lazy fast check graph ( #22485 )
2024-02-20 21:29:57 +00:00
David Sherret
dbc4a4d632
chore: fix flaky lsp_vendor_dir ( #22483 )
...
I think it was occassionally reading the diagnostics from the previous
cache command rather than the config update.
Closes #22481
2024-02-20 13:39:03 -05:00
Asher Gomez
2b279ad630
chore: move test_util
to tests/util/server
( #22444 )
...
As discussed with @mmastrac.
---------
Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Matt Mastracci <matthew@mastracci.com>
2024-02-19 06:34:24 -07:00
Asher Gomez
6be389ce29
chore: move test_util/std
to tests/util/std
( #22402 )
...
Note: tests are not the only part of the codebase that uses `std`. Other
parts, like `tools/`, do too. So, it could be argued that this is a
little misleading. Either way, I'm doing this as discussed with
@mmastrac.
2024-02-13 09:22:49 -07:00