mirror of
https://github.com/google/nomulus.git
synced 2025-07-29 14:06:28 +02:00
* Fix create/update timestamp replay problems When CreateAutoTimestamp and UpdateAutoTimestamp are inserted into a Transaction, their values are not populated in the same way as when they are stored in the course of an SQL commit. This results in different timestamp values between SQL and datastore during the SQL -> DS replay. Fix this by providing these values from the JPA transaction time when we're doing transaction serialization. This change also removes the initialization of the Ofy clock in ExpandRecurringBillingEventsActionTest. It's not necessary as the ReplayExtension already takes care of this and doing it after the ReplayExtension as we were breaks a test now that the update timestamps are correct. |
||
---|---|---|
.. | ||
gradle/dependency-locks | ||
src | ||
build.gradle | ||
Dockerfile |