Skip to content
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

Fix IT bug #350

Merged
merged 1 commit into from
Jul 19, 2024
Merged

Fix IT bug #350

merged 1 commit into from
Jul 19, 2024

Conversation

finnroblin
Copy link
Contributor

@finnroblin finnroblin commented Jul 19, 2024

Description

Adds default values to vector search workload.json and procedures to fix failing "list workloads" integration test (#348).

Dimension defaults to -1 to pass validation for list workloads command and to indicate that target_index_dimension is a required parameter in the train-test procedure.

Tested manually and the previously failing integration tests on my fork pass. A http_logs execute-test command fails, but I think is unrelated as I didn't make changes to that code path as part of this or the earlier PR.

Issues Resolved

Closes #348

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Finn Roblin <finnrobl@amazon.com>
@IanHoang IanHoang added backport 2 Backport to the "2" branch backport 3 Backport to the "3" branch labels Jul 19, 2024
@IanHoang IanHoang merged commit b7ff271 into opensearch-project:main Jul 19, 2024
4 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jul 19, 2024
Signed-off-by: Finn Roblin <finnrobl@amazon.com>
(cherry picked from commit b7ff271)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jul 19, 2024
Signed-off-by: Finn Roblin <finnrobl@amazon.com>
(cherry picked from commit b7ff271)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
IanHoang pushed a commit that referenced this pull request Jul 19, 2024
(cherry picked from commit b7ff271)

Signed-off-by: Finn Roblin <finnrobl@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
IanHoang pushed a commit that referenced this pull request Jul 19, 2024
(cherry picked from commit b7ff271)

Signed-off-by: Finn Roblin <finnrobl@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2 Backport to the "2" branch backport 3 Backport to the "3" branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Encountering bug in integration tests for Train Model KNN Vectorsearch
2 participants