-
Notifications
You must be signed in to change notification settings - Fork 77
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 e2e job for index managemt job #2239
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: hlts2 <[email protected]>
[CHATOPS:HELP] ChatOps commands.
|
Deploying with Cloudflare Pages
|
Signed-off-by: hlts2 <[email protected]>
Signed-off-by: hlts2 <[email protected]>
Signed-off-by: hlts2 <[email protected]>
Signed-off-by: hlts2 <[email protected]>
Signed-off-by: hlts2 <[email protected]>
Signed-off-by: hlts2 <[email protected]>
Signed-off-by: hlts2 <[email protected]>
Signed-off-by: hlts2 <[email protected]>
ykadowak
previously approved these changes
Nov 28, 2023
ykadowak
approved these changes
Dec 7, 2023
vankichi
approved these changes
Dec 7, 2023
[FOSSA] The scan result will be available at https://app.fossa.com/projects/custom%2B21465%2Fvald/refs/branch/ci%2Fworkflow%2Fe2e-job/90b43d604a541b7acf81a3c61b798adaa0b0c671 |
Profile Report
|
kmrmt
pushed a commit
that referenced
this pull request
Dec 12, 2023
* feat: add stream crud e2e for index creation job Signed-off-by: hlts2 <[email protected]> * style: format code with Gofumpt and Prettier This commit fixes the style issues introduced in c20df9a according to the output from Gofumpt and Prettier. Details: #2239 * fix: change values file name Signed-off-by: hlts2 <[email protected]> * fix: change target name Signed-off-by: hlts2 <[email protected]> * fix: add deploy command for creation job and save job Signed-off-by: hlts2 <[email protected]> * fix: bugfix target image specification Signed-off-by: hlts2 <[email protected]> * feat: add e2e chaos test under index management jobs Signed-off-by: hlts2 <[email protected]> * fix: make format Signed-off-by: hlts2 <[email protected]> * fix: verify save job Signed-off-by: hlts2 <[email protected]> * fix: deleted e2e chaos under index management job Signed-off-by: hlts2 <[email protected]> * fix: deleted unnecessary id Signed-off-by: hlts2 <[email protected]> --------- Signed-off-by: hlts2 <[email protected]> Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
WHY
There is no e2e job for the index management jobs, so I added it to this PR.
For testing using the index management job, the index manager is disabled.
Therefore, the indexing operations are performed by index management jobs.
Related Issue:
Versions:
Checklist:
Special notes for your reviewer: