Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Redis: Use Redis DB-Index when computing the SystemCache lookup key #1776

Merged
merged 1 commit into from
Jun 28, 2018

Conversation

oschaaf
Copy link
Member

@oschaaf oschaaf commented Jun 7, 2018

The added test didn't turn out the way I planned to because of running into some unrelated
things (see the comment in the test script).
The full checkin tests are still running, but I did observe the added test itself to pass.

Should fix #1771

@oschaaf
Copy link
Member Author

oschaaf commented Jun 7, 2018

(off course, CI is till broken, working on figuring out how to fix that)

@oschaaf oschaaf force-pushed the oschaaf-redis-dbindex-fix branch from 2847bab to 57fd347 Compare June 7, 2018 18:06
@oschaaf
Copy link
Member Author

oschaaf commented Jun 7, 2018

(rebased this PR so we can hopefully observe how CI feels about this change )

@oschaaf
Copy link
Member Author

oschaaf commented Jun 8, 2018

checkin tests not passing. It seems that REDIS_PORT is set as an environment variable, when we're not actually running the tests with redis. (I was assuming that wouldn't be the case)

@oschaaf oschaaf force-pushed the oschaaf-redis-dbindex-fix branch from 57fd347 to fae4a11 Compare June 8, 2018 09:25
@oschaaf
Copy link
Member Author

oschaaf commented Jun 8, 2018

Disabled the test. I need to dive in to the specifics of REDIS_PORT usage, but that's out of scope for this test. I've manually confirmed this change to be working, it would be great if someone else could also confirm this works correctly before we merge this.

@oschaaf
Copy link
Member Author

oschaaf commented Jun 28, 2018

Merging this as-is in to solve this issue, I will file a separate issue on the REDIS_PORT being set when tests are run without redis.

@oschaaf oschaaf merged commit b4bf44c into master Jun 28, 2018
@oschaaf oschaaf deleted the oschaaf-redis-dbindex-fix branch June 28, 2018 21:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redis DB index aliasing
1 participant