Home
last modified time | relevance | path

Searched +full:balancer +full:- +full:for +full:- +full:ipv4 +full:- +full:has +full:- +full:backend +full:- +full:and +full:- +full:balancer (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/test/cpp/naming/
Dresolver_test_record_groups.yaml1 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 …]
Dresolver_component_tests_runner.py8 # 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,
35 'specifies records for the DNS sever. '))
36 argp.add_argument('--dns_server_port', default=None, type=int,
38 argp.add_argument('--dns_resolver_bin_path', default=None, type=str,
[all …]
/third_party/grpc/test/cpp/end2end/
Dgrpclb_end2end_test.cc9 * http://www.apache.org/licenses/LICENSE-2.0
14 * See the License for the specific language governing permissions and
65 // - Send a serverlist with faulty ip:port addresses (port > 2^16, etc).
66 // - Test reception of invalid serverlist
67 // - Test against a non-LB server.
68 // - Random LB server closing the stream unexpectedly.
71 // - Handling of LB servers restart, including reconnection after backing-off
73 // - Destruction of load balanced channel (and therefore of grpclb instance)
137 const char g_kCallCredsMdKey[] = "Balancer should not ...";
146 // Backend should receive the call credentials metadata. in Echo()
[all …]
Dxds_end2end_test.cc9 * http://www.apache.org/licenses/LICENSE-2.0
14 * See the License for the specific language governing permissions and
74 // - Send a serverlist with faulty ip:port addresses (port > 2^16, etc).
75 // - Test reception of invalid serverlist
76 // - Test against a non-LB server.
77 // - Random LB server closing the stream unexpectedly.
80 // - Handling of LB servers restart, including reconnection after backing-off
82 // - Destruction of load balanced channel (and therefore of xds instance)
182 // Helper class to minimize the number of unique ports we use for this test.
237 const char g_kCallCredsMdKey[] = "Balancer should not ...";
[all …]