Files
rustfs/crates
overtrue cd72dcd2dd fix: use BTreeMap for deterministic encryption context serialization
SealScope::encryption_context() returned a HashMap whose key order is
non-deterministic. The FakeSealer test round-trips the context through
JSON serialization, and HashMap's random iteration order caused the
prefix comparison to intermittently fail with 'encryption context mismatch'.

Switch to BTreeMap which guarantees stable key ordering.
2026-09-05 00:03:17 +08:00
..