0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 17:34:47 -05:00
deno/cli/tests
Heyang Zhou 01a761f1d4
chore(ext/kv): limit total key size in an atomic op to 80 KiB (#20395)
Keys are expensive metadata. We track it for various purposes, e.g.
transaction conflict check, and key expiration.

This patch limits the total key size in an atomic operation to 80 KiB
(81920 bytes). This helps ensure efficiency in implementations.
2023-09-07 15:07:04 +08:00
..
integration fix(test): apply filter before checking for "only" (#20389) 2023-09-06 17:07:37 +01:00
node_compat chore: disable 'test-http-content-length.js` test (#20344) 2023-09-04 23:23:01 +02:00
testdata fix(test): apply filter before checking for "only" (#20389) 2023-09-06 17:07:37 +01:00
unit chore(ext/kv): limit total key size in an atomic op to 80 KiB (#20395) 2023-09-07 15:07:04 +08:00
unit_node fix(ext/node): implement AES GCM cipher (#20368) 2023-09-06 11:01:50 +05:30
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00