-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add imi Caching test #5860
Add imi Caching test #5860
Conversation
RUN apt -yqq update > /dev/null && \ | ||
apt -yqq install git unzip > /dev/null | ||
|
||
WORKDIR /imi | ||
RUN apt -yqq install redis-server > /dev/null |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason you're installing redis for tests that aren't doing cached queries?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have removed non-essential redis
@Yurunsoft Can you pull in the latest to get the mysql update that's blocking this? |
@nbrady-techempower Thank you very much, it has been fixed |
* Optimization config * add cached_query_url test * fix init * fix init * fix * fix * Remove non-essential redis * fix * fix
No description provided.