Skip to content

Instantly share code, notes, and snippets.

@d
d / bvtv1.log
Created October 3, 2012 19:20
v1 bvt
$ 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"}
@d
d / bvt.log
Created October 3, 2012 18:32
bvt 1
$ 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)>'
@d
d / refresh_ssh_env.sh
Created June 25, 2012 17:13
tmux refresh ssh env var
eval $(tmux showenv | grep -v ^- | sed 's/=\(.\+\)/="\1"/')