1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-12 18:42:18 -05:00
denoland-deno/cli/tests
Igor Zinkovsky 9ce3b22bd4
fix(ext/kv): send queue wake messages accross different kv instances (#20465)
fixes #20454

Current KV queues implementation assumes that `enqueue` and
`listenQueue` are called on the same instance of `Deno.Kv`. It's
possible that the same Deno process opens multiple KV instances pointing
to the same fs path, and in that case `listenQueue` should still get
notified of messages enqueued through a different KV instance.
2023-10-13 00:39:29 +02:00
..
integration fix(lsp): allow query strings for "deno:/status.md" (#20697) 2023-09-27 01:48:34 +01:00
node_compat chore: disable 'test-http-content-length.js` test (#20344) 2023-09-04 23:23:01 +02:00
testdata refactor(ext/node): remove dependency on deno_npm and deno_semver (#20718) 2023-10-13 00:39:28 +02:00
unit fix(ext/kv): send queue wake messages accross different kv instances (#20465) 2023-10-13 00:39:29 +02:00
unit_node fix(node): supported arguments to randomFillSync (#20637) 2023-09-23 10:04:55 +02:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00