Searched +full:srv +full:- +full:ipv6 +full:- +full:target +full:- +full:has +full:- +full:backend +full:- +full:and +full:- +full:balancer (Results 1 – 3 of 3) sorted by relevance
/third_party/grpc/test/cpp/naming/ |
D | resolver_test_record_groups.yaml | 1 resolver_tests_common_zone_name: resolver-tests-version-4.grpctestingexp. 3 # Tests for which we enable SRV queries 4 - expected_addrs: 5 - {address: '5.5.5.5:443', is_balancer: false} 13 record_to_resolve: no-srv-ipv4-single-target 15 no-srv-ipv4-single-target: 16 - {TTL: '2100', data: 5.5.5.5, type: A} 17 - expected_addrs: 18 - {address: '1.2.3.4:1234', is_balancer: true} 26 record_to_resolve: srv-ipv4-single-target [all …]
|
D | resolver_component_tests_runner.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 13 # See the License for the specific language governing permissions and 16 # This file is auto-generated 28 argp = argparse.ArgumentParser(description='Run c-ares resolver tests') 29 argp.add_argument('--test_bin_path', default=None, type=str, 31 argp.add_argument('--dns_server_bin_path', default=None, type=str, 33 argp.add_argument('--records_config_path', default=None, type=str, 36 argp.add_argument('--dns_server_port', default=None, type=int, 38 argp.add_argument('--dns_resolver_bin_path', default=None, type=str, 40 argp.add_argument('--tcp_connect_bin_path', default=None, type=str, [all …]
|
D | resolver_component_test.cc | 9 * http://www.apache.org/licenses/LICENSE-2.0 14 * See the License for the specific language governing permissions and 78 #define BAD_SOCKET_RETURN_VAL -1 86 // In some distros, gflags is in the namespace google, and in some others, 93 DEFINE_string(target_name, "", "Target name to resolve."); 102 "List of expected backend or balancer addresses in the form " 115 "Whether or not to enable SRV queries for the ares resolver instance." 129 "Whether or not to configure c-ares to use a broken nameserver list, in " 131 "the first nameserver in the list is non-responsive, but the second one " 150 return this->is_balancer == other.is_balancer && in operator ==() [all …]
|