-
Notifications
You must be signed in to change notification settings - Fork 996
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 unit test in Redis to return values with no max age set #329
Conversation
Hi @smadarasmi. Thanks for your PR. I'm waiting for a gojek member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Thanks @smadarasmi ! for (1), just to be sure: Does this not depend on your working directory when executing serving? I havent run into this problem before while using that configuration file. for (2), this is great, thanks! |
@woop for (1), I was thinking about that too. This issue happens to me always when I run Do you perhaps not get the error because you have set this env variable: |
Just for my information, how do you usually run it? I get issue from both running |
/ok-to-test |
It's not infront of me, but I believe I am running it with @davidheryanto can you have a look here? |
/retest |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: smadarasmi, woop The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…v#329) * fix path in serving application.yml for redis serving config * add test to RedisServingService for checking values are returned when max age is default
Two things: