Closed VatslavDS closed 4 years ago
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/164247178
The labels on this github issue will be updated when the story is started.
@VatslavDS Hi, i face similary issue. did you fixed it? i doubt there something wrong with your parameters: --var cf_mysql_host=$BOSH_ENVIRONMENT BOSH_ENVIRONMENT IP is wrong, i think. it shoud be point to the Host/IP of load balancer(LB), or empty it. did you config your LB? which LB you use? how do you config it?
cf-mysql-release
is deprecated. closing this issue.
When I run the smoke test errand after mysql deployment in Cloud Foundry I got this message:
I'm using this release: https://github.com/cloudfoundry/cf-mysql-release.git#v36.10.0 And this deployment files: https://github.com/EngineerBetter/cf-mysql-deployment.git
The bosh create deployment: bosh -d cf-mysql deploy \ cf-mysql-deployment.yml --vars-store mysql-creds.yml \ -o ./operations/add-broker.yml \ --vars-file bosh-lite/default-vars.yml \ --var cf_mysql_external_host=p-mysql.$SYSTEM_DOMAIN \ --var cf_mysql_host=$BOSH_ENVIRONMENT \ --var cf_admin_password=$CF_ADMIN_PASSWORD \ --var cf_api_url=https://api.$SYSTEM_DOMAIN \ --var cf_skip_ssl_validation=true
There were failures detected in the following suites:
proxy ./cf-mysql-service/proxy
Full output of the command:
bosh -e vbox -d cf-mysql run-errand smoke-tests
Using environment '192.168.50.6' as client 'admin'
Using deployment 'cf-mysql'
Task 60
Task 60 | 11:29:38 | Preparing deployment: Preparing deployment Task 60 | 11:29:42 | Preparing package compilation: Finding packages to compile (00:00:00) Task 60 | 11:29:42 | Preparing deployment: Preparing deployment (00:00:04) Task 60 | 11:29:42 | Creating missing vms: smoke-tests-vm/96f7fcf4-db7b-43f6-b4a1-252fe9fc5837 (0) (00:00:22) Task 60 | 11:30:04 | Updating instance smoke-tests-vm: smoke-tests-vm/96f7fcf4-db7b-43f6-b4a1-252fe9fc5837 (0) (canary) (00:01:19) Task 60 | 11:31:23 | Running errand: smoke-tests-vm/96f7fcf4-db7b-43f6-b4a1-252fe9fc5837 (0) (00:06:19) Task 60 | 11:37:42 | Fetching logs for smoke-tests-vm/96f7fcf4-db7b-43f6-b4a1-252fe9fc5837 (0): Finding and packing log files (00:00:01)
Task 60 Started Tue Feb 26 11:29:38 UTC 2019 Task 60 Finished Tue Feb 26 11:37:43 UTC 2019 Task 60 Duration 00:08:05 Task 60 done
Instance smoke-tests-vm/96f7fcf4-db7b-43f6-b4a1-252fe9fc5837
Exit Code 1
Stdout Running Suite: P-MySQL Acceptance Tests -- Lifecycle tests
==========================================================
Random Seed: 1551180686 - Will randomize all specs
Will run 4 of 4 specs
Stderr + export CONFIG=/var/vcap/jobs/smoke-tests/config/config.yml
+++ dirname bin/test-smoke
++ cd bin
++ pwd
++++ dirname /var/vcap/packages/acceptance-tests/src/github.com/cloudfoundry-incubator/cf-mysql-acceptance-tests/bin/test-options.sh
+++ cd /var/vcap/packages/acceptance-tests/src/github.com/cloudfoundry-incubator/cf-mysql-acceptance-tests/bin
+++ pwd
++ MY_DIR=/var/vcap/packages/acceptance-tests/src/github.com/cloudfoundry-incubator/cf-mysql-acceptance-tests/bin
++ TEST_DIR=/var/vcap/packages/acceptance-tests/src/github.com/cloudfoundry-incubator/cf-mysql-acceptance-tests/bin/../cf-mysql-service
++ CF_COLOR=false
++ CF_VERBOSE_OUTPUT=true
++ GINKGO_OPTS=' -p -v -keepGoing=true -randomizeSuites -randomizeAllSpecs -trace=true -slowSpecThreshold=300 -failOnPending'
Thank you.