Skip to content
Snippets Groups Projects
Commit ab980eca authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

Merge pull request #5932 from dgquintas/lb_resolvers

Small test improvements to lb_policies and sockaddr_resolver tests
parents 4fe4b02a 2877d739
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,7 @@ int main(int argc, char **argv) {
test_fails(ipv4, "ipv4:10.2.1.1");
test_succeeds(ipv4, "ipv4:10.2.1.1:1234");
test_succeeds(ipv4, "ipv4:10.2.1.1:1234,127.0.0.1:4321");
test_fails(ipv4, "ipv4:10.2.1.1:123456");
test_fails(ipv4, "ipv4:www.google.com");
test_fails(ipv4, "ipv4:[");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment