Skip to content

Commit c0d77c2

Browse files
committed
test(integration): move contention tests to multitenant module
Contention tests must run in the multitenant phase where different tenant keysets compete for the shared ZerokmsClient mutexes — the actual customer scenario. Tests now use SET CIPHERSTASH.KEYSET_ID with 3 tenant keysets, separate connection setup from timing, and increase volume to 50 inserts per tenant to surface contention.
1 parent cd98c26 commit c0d77c2

4 files changed

Lines changed: 289 additions & 226 deletions

File tree

packages/cipherstash-proxy-integration/src/contention.rs

Lines changed: 0 additions & 225 deletions
This file was deleted.

packages/cipherstash-proxy-integration/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
mod common;
2-
mod contention;
32
mod decrypt;
43
mod diagnostics;
54
mod disable_mapping;

0 commit comments

Comments
 (0)