mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
c65149c0a0
Fast-follow on #18401 -- the reason that some tests were panicking in the `CacheDB` `impl Drop` was that the cache itself was being dropped during panic and the runtime may or may not still exist at that point. We can reduce the actual tokio runtime testing to where it's needed. In addition, we return the journal mode to `TRUNCATE` to avoid the risk of data corruption. |
||
---|---|---|
.. | ||
cache_db.rs | ||
caches.rs | ||
check.rs | ||
common.rs | ||
deno_dir.rs | ||
disk_cache.rs | ||
emit.rs | ||
http_cache.rs | ||
incremental.rs | ||
mod.rs | ||
node.rs | ||
parsed_source.rs |