Monday, August 24, 2026
1 change · 17.0
Enhancements to existing features
This change makes internal mail tests more robust when they run in parallel environments. It prevents unusual test data from causing the broader test suite to crash, helping maintain development reliability without changing customer-facing behavior.
Original PR description
If the value needs to be serialized for IPC (cough cough pytest-xdist) and a weirdo sets recordsets as message values, the serialization fails and the test suite crashes. Since this is just subtest identification it shouldn't be too much of an issue.