mirror of
https://github.com/google/nomulus.git
synced 2025-07-30 22:46:26 +02:00
I should have caught this in the review, but [] is loading *ALL* contacts individually from Datastore on every domain update. This will add a large number of Datastore round trips and thus significantly reduce update performance. This CL changes the behavior to *ONLY* load contacts when there is a duplicate (which is needed to determine the contact's display name to generate the error message), and loads all of them in a single batch rather than individually. This also makes some minor changes around domain getters returning empty sets instead of null. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=233128140 |
||
---|---|---|
.. | ||
testdata | ||
token | ||
DomainCheckFlowTest.java | ||
DomainClaimsCheckFlowTest.java | ||
DomainCreateFlowTest.java | ||
DomainDeleteFlowTest.java | ||
DomainInfoFlowTest.java | ||
DomainRenewFlowTest.java | ||
DomainRestoreRequestFlowTest.java | ||
DomainTransferApproveFlowTest.java | ||
DomainTransferCancelFlowTest.java | ||
DomainTransferFlowTestCase.java | ||
DomainTransferQueryFlowTest.java | ||
DomainTransferRejectFlowTest.java | ||
DomainTransferRequestFlowTest.java | ||
DomainUpdateFlowTest.java |