Categorygithub.com/pivotal-cf/cf-redis-smoke-tests
repository
0.0.0-20250710085531-cfad2a316bbd
Repository: https://github.com/pivotal-cf/cf-redis-smoke-tests.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Running smoke tests

  1. Find or create the appropriate environment config file in assets/. This can be copied from /var/vcap/jobs/smoke-tests/config.json for cf-redis-broker or /var/vcap/jobs/on-demand-broker-smoke-tests/config.json for redis-on-demand-broker.

  2. Modify the .envrc to point to the config file identified.

  3. Run direnv allow

  4. Run bin/test true

  • Note bin/test does not run retry tests but that is just testing test helpers for use in waiting for asyncronous processes to complete. All tests are run when called from cf-redis-release and redis-service-adapter-release.