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. DetailsInstructions 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 DetailsNeeds 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
…ns (feast-dev#329) The ClusterServiceVersion was out of sync with the RBAC annotations in the Go source and config/rbac/role.yaml. Missing permissions for kubeflow.org/notebooks, apiextensions.k8s.io/customresourcedefinitions, and several core resources caused the feast-operator-controller-manager to CrashLoopBackOff with Forbidden errors during DSC bootstrap. Regenerated via `make bundle`. Ref: RHOAIENG-83128 Co-authored-by: ntkathole <nikhilkathole2683@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: Nikhil Kathole <nkathole@redhat.com> Co-authored-by: moulalis <moulalis@users.noreply.github.com>
Two things: