Thanks for submitting an issue to cloud_controller_ng. We are always trying to improve! To help us, please fill out the following template.
Issue
cf create-route --random-port fails with the following error message:
[2017-12-21 01:00:36.49 (UTC)]> cf create-route CATS-2-SPACE-9a5b0796-7aed-4730-5 TCP-2-DOMAIN-6a0e7696-c153-4d2c-6.apps.domain.com --random-port
Creating route TCP-2-DOMAIN-6a0e7696-c153-4d2c-6.apps.domain.com for org CATS-2-ORG-fbb4569e-9342-49bf-5 / space CATS-2-SPACE-9a5b0796-7aed-4730-5 as CATS-USER-2-2017_12_21-01h00m23.867s...
FAILED
Server error, status code: 400, error code: 210005, message: The port is taken: Port 1055 is not available on this domain's router group. Try a different port, request an random port, or use a domain of a different router group.
Context
When running the routing-acceptance-tests in parallel, the test fails intermittently when there is a port collision.
Steps to Reproduce
Run RATS with the following configuration:
{
"addresses": [
"tcp.domain.com"
],
"api": "api.sys.domain.com",
"admin_user": "username",
"admin_password": "password",
"apps_domain": "apps.domain.com",
"skip_ssl_validation": false,
"use_http": true,
"oauth": {
"token_endpoint": "https://uaa.sys.domain.com",
"client_name": "clientname",
"client_secret": "clientsecret",
"port": 443,
"skip_ssl_validation": false
},
"cf_push_timeout": 300,
"default_timeout": 120,
"tcp_router_group": "default-tcp"
}
Expected result
The cf create-route succeeds, and is able to assign a random port.
Current result
See above for failure result. However, the failure happens inconsitently and will require many test runs.
Possible Fix
Put in retry logic when ports collide.
Michelle and @davewalter
Thanks for submitting an issue to
cloud_controller_ng. We are always trying to improve! To help us, please fill out the following template.Issue
cf create-route --random-portfails with the following error message:Context
When running the routing-acceptance-tests in parallel, the test fails intermittently when there is a port collision.
Steps to Reproduce
Run RATS with the following configuration:
Expected result
The cf create-route succeeds, and is able to assign a random port.
Current result
See above for failure result. However, the failure happens inconsitently and will require many test runs.
Possible Fix
Put in retry logic when ports collide.
Michelle and @davewalter