mirror of
https://github.com/google/nomulus.git
synced 2025-06-15 00:44:49 +02:00
Because of the objectify cache, after the first "read, change, write" of the first mutation - the second mutation would "read" the original value, which would then fail to be written with the error "Entity changed since init()". This was specifically seen in the "UpdateRegistrarCommand", but likely affected other commands as well. Clearing the cache before each command solves this issue. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=192328213 |
||
---|---|---|
.. | ||
com/google/testing/builddefs | ||
google/registry |