mirror of
https://github.com/google/nomulus
synced 2026-02-06 13:01:11 +00:00
* Add handling for UpdateAutoTimestamp when not in a transaction It's not clear why this is sometimes causing test flakes, but getting better logging involved should help clear it up. This also changes AppEngineExtension to insert without reloading the initial test data, rather than putting it (potentially involving a merge) and reloading it in a separate transaction. This should hopefully reduce the chance of weird conflicts.