-
Notifications
You must be signed in to change notification settings - Fork 30
OLS-2118: Support disabling the OCP index in lightspeed-operator - test #1040
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
OLS-2118: Support disabling the OCP index in lightspeed-operator - test #1040
Conversation
@syedriko: This pull request references OLS-2118 which is a valid jira issue. In response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
/lgtm |
a4da869
to
25215bb
Compare
Expect(err).NotTo(HaveOccurred()) | ||
|
||
// Testing for equality means the only RAG source is the one specified via the BYOK | ||
// mechanism above. The OCP RAG database is not included. |
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.
@syedriko This is not checking for - The OCP RAG database is not included
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.
how so? it checks that "ansible-docs-2_18" is the only included database.
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.
yes - ignore please - I was thinking we needed a negative case for not having default index.
/test unit |
25215bb
to
42519d0
Compare
@syedriko: all tests passed! Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: raptorsun, xrajesh 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 |
Description
A unit test for disabling the OCP index with the byokRAGOnly flag. A follow-up PR to #1009.
Type of change
Related Tickets & Documents
Checklist before requesting a review
Testing