Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tests to use the configured Redis address #945

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

pior
Copy link
Contributor

@pior pior commented Oct 28, 2024

Context

I'm running tests locally with go test -redis_addr ${REDIS_HOST}:${REDIS_PORT} -v -race -cover ./... because my machine is configured with isolated Redis instances per project.

Most tests are attempting to connect to the Redis address specified by flags, but not all

Changes

  • Update a bunch of tests to connect to Redis as specified by -redis_addr

@kamikazechaser kamikazechaser merged commit ef0d329 into hibiken:master Oct 29, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants