This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ export VCAP_BVT_TARGET=ccng.cf43.dev.las01.vcsops.com VCAP_BVT_USER_PASSWD=tester VCAP_BVT_CCNG_V1_TEST=true | |
| $ bundle exec rake full[1] | |
| target read from ENV: ccng.cf43.dev.las01.vcsops.com | |
| normal user read from /Users/jesse/.bvt/config.yml: vcap_tester@vmware.com | |
| rspec --format Fuubar --color spec/ --tag ~admin | |
| Run options: exclude {:admin=>true} | |
| 1) BVT::Spec::ServiceLifecycle::Ruby19Sinatra Take mysql snapshot and rollback to a certain snapshot | |
| Failure/Error: get_snapshots(service_id) | |
| RuntimeError: | |
| code:500, body:{"code":10001,"description":"Server error"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ bundle exec rake full[1] | |
| target read from ENV: ccng.cf43.dev.las01.vcsops.com | |
| normal user read from /Users/jesse/.bvt/config.yml: vcap_tester@vmware.com | |
| rspec --format Fuubar --color spec/ --tag ~admin | |
| Run options: exclude {:admin=>true} | |
| 1) BVT::Spec::AutoStaging::JavaSpring Start Spring Web Application with no service dependencies | |
| Failure/Error: response.response_code.should == 200 | |
| expected: 200 | |
| got: 404 (using ==) | |
| # ./spec/autostaging/java_spring_spec.rb:144:in `block (2 levels) in <top (required)>' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| eval $(tmux showenv | grep -v ^- | sed 's/=\(.\+\)/="\1"/') |
NewerOlder