-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow specifying instanceUri by IP #126
Comments
Similarly, DNS names that happen to look like IPs also cause this error. This will prevent us from running integration tests using GCP's default DNS names:
|
I'm not sure if its a workaround or intended, but if you prefix the ip address with |
Note (slightly relevant): the CLI allows IP addresses without the
|
Meh... this just bit me. Can we fix this? Seems that it should be easy. |
Using http:// prefix works in ITCC. |
In 3.5, I'll try to look at how the CLI does it differently, where it doesn't seem to need the http:// prefix for IPs. |
Can we also "chomp" surrounding whitespace? I had one run fail because I had whitespace at the beginning... an error from a copy and paste, but something fairly common that we should tolerate. |
I suspect we're doing something "clever" like checking that the first character is a letter, to "ensure" that it's a hostname. |
I think it's the library we're using, such as URL lib in Java
|
When attempting to run tests and using the IP for -DinstanceUri:
leads to:
IP should be allowed as we may not always have DNS
The text was updated successfully, but these errors were encountered: