1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-10 16:11:13 -05:00
denoland-deno/cli/tests
Heyang Zhou 47200c9384 fix(ext/kv): retry transaction on SQLITE_BUSY errors (#20189)
Properly handle the `SQLITE_BUSY` error code by retrying the
transaction.

Also wraps database initialization logic in a transaction to protect
against incomplete/concurrent initializations.

Fixes https://github.com/denoland/deno/issues/20116.
2023-08-21 17:00:45 +05:30
..
integration fix(runtime): use host header for inspector websocket URL (#20171) 2023-08-21 17:00:45 +05:30
node_compat fix(ext/node): allow for the reassignment of userInfo() on Windows (#20165) 2023-08-21 17:00:45 +05:30
testdata fix(runtime): navigator.userAgent in web worker (#20129) 2023-08-21 17:00:44 +05:30
unit fix(ext/kv): retry transaction on SQLITE_BUSY errors (#20189) 2023-08-21 17:00:45 +05:30
unit_node fix(node): implement TLSSocket._start (#20120) 2023-08-21 17:00:44 +05:30
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00