mirror of
https://github.com/google/nomulus
synced 2026-01-09 07:33:42 +00:00
* Add missing transaction for whois lookups Nameserver whois lookups are failing under SQL for hosts with superordinate domains because the query in this case is not done in a transaction. We missed this during testing because a) we didn't have a test for lookups of hosts with superordinate domains and b) we missed converting NameserverWhoisResponseTest to a DualDatabaseTest. This PR fixes the problem and adds the requisite testing. * Use a single transaction to get host registrars * Replace streaming with Maps.toMap()