mirror of
https://github.com/google/nomulus.git
synced 2025-05-07 07:27:52 +02:00
The lack of ObjectifyFilter means that in any tests using RegistryTestServer the Objectify session cache persists between "requests" in the same test method. This is wrong but had not caused any failures because we didn't assert anything that mattered. However, a CL I'm working on asserts that there is a creationTime on a created resource, which is set automatically on Datastore save, and therefore is still null in the session cache's version of the resource if you don't clear it before the next command. Fixing it here separately from that CL. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141939330 |
||
---|---|---|
.. | ||
com/google | ||
google/registry |