1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 23:34:47 -05:00
denoland-deno/cli/tests
Heyang Zhou 0960e895da
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-17 18:53:55 +08:00
..
integration fix(runtime): use host header for inspector websocket URL (#20171) 2023-08-15 22:30:33 +00:00
node_compat fix(ext/node): allow for the reassignment of userInfo() on Windows (#20165) 2023-08-16 11:28:49 +02:00
testdata fix(runtime): navigator.userAgent in web worker (#20129) 2023-08-15 17:04:36 +02:00
unit fix(ext/kv): retry transaction on SQLITE_BUSY errors (#20189) 2023-08-17 18:53:55 +08:00
unit_node fix(node): implement TLSSocket._start (#20120) 2023-08-11 11:57:41 +00:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00