google-nomulus/core
Michael Muller 05fcf73452
Add missing transaction for whois lookups (#1614)
* 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()
2022-05-04 07:29:45 -04:00
..
gradle/dependency-locks Downgrade dependencies that no longer support Java8 (#1617) 2022-05-04 02:03:34 -04:00
src Add missing transaction for whois lookups (#1614) 2022-05-04 07:29:45 -04:00
build.gradle Create a Dataflow pipeline to resave EPP resources (#1553) 2022-04-15 15:46:35 -04:00
Dockerfile Build docker image of nomulus tool (#142) 2019-07-16 20:18:44 -04:00