mirror of
https://github.com/google/nomulus.git
synced 2025-05-02 13:07:50 +02:00
The existing CloudDnsWriter code uses ImmutableMap.Builder to construct the map of DNS records to update. This has been seen to fail on alpha, presumably in a cases where host records and domain records produce duplicate updates for a host. Convert the Builder to a HashMap, allowing us to safely overwrite existing records in the case of duplicates. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=170103421 |
||
---|---|---|
.. | ||
writer | ||
BUILD | ||
DnsInjectionTest.java | ||
DnsQueueTest.java | ||
DnsTestComponent.java | ||
PublishDnsUpdatesActionTest.java | ||
ReadDnsQueueActionTest.java | ||
RefreshDnsActionTest.java |