Please review the added JNDI test javax/naming/dns/AttributeTests/GetAny.java, thanks
It’s to cover the case that we can get the attributes of a DNS entry using special qualifiers. This test will use DNSServer to playback dump dns message (which created by DNSTracer when run test against real dns server) to simulate test environment. bug: https://bugs.openjdk.java.net/browse/JDK-8195976 <https://bugs.openjdk.java.net/browse/JDK-8195976> webrev: http://cr.openjdk.java.net/~xiaofeya/8195976/webrev.00/ <http://cr.openjdk.java.net/~xiaofeya/8195976/webrev.00/> Regards Chris