Skip to content

Fix flaky org.opensearch.knn.index.engine.InternalKNNEngineTests.testVectorEngineWithConstructionParameters - #369

Merged
akash-shankaran merged 1 commit into
opensearch-project:mainfrom
reta:issue-368
Apr 7, 2026
Merged

Fix flaky org.opensearch.knn.index.engine.InternalKNNEngineTests.testVectorEngineWithConstructionParameters#369
akash-shankaran merged 1 commit into
opensearch-project:mainfrom
reta:issue-368

Conversation

@reta

@reta reta commented Apr 7, 2026

Copy link
Copy Markdown
Collaborator

Description

Fix flaky org.opensearch.knn.index.engine.InternalKNNEngineTests.testVectorEngineWithConstructionParameters

Related Issues

Closes #368

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • API changes companion pull request created.
  • Commits are signed per the DCO using --signoff.
  • Public documentation issue/PR created.

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.

…JVectorEngineWithConstructionParameters

Signed-off-by: Andriy Redko <drreta@gmail.com>
@akash-shankaran
akash-shankaran merged commit dde5117 into opensearch-project:main Apr 7, 2026
52 of 56 checks passed
@opensearch-trigger-bot

Copy link
Copy Markdown
Contributor

The backport to 3.4 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-3.4 3.4
# Navigate to the new working tree
cd .worktrees/backport-3.4
# Create a new branch
git switch --create backport/backport-369-to-3.4
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 dde51172e60c672f23941d8cc122784ff00b5fc9
# Push it to GitHub
git push --set-upstream origin backport/backport-369-to-3.4
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-3.4

Then, create a pull request where the base branch is 3.4 and the compare/head branch is backport/backport-369-to-3.4.

@reta reta removed the backport 3.4 label Apr 7, 2026
@opensearch-trigger-bot

Copy link
Copy Markdown
Contributor

The backport to 3.5 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-3.5 3.5
# Navigate to the new working tree
cd .worktrees/backport-3.5
# Create a new branch
git switch --create backport/backport-369-to-3.5
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 dde51172e60c672f23941d8cc122784ff00b5fc9
# Push it to GitHub
git push --set-upstream origin backport/backport-369-to-3.5
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-3.5

Then, create a pull request where the base branch is 3.5 and the compare/head branch is backport/backport-369-to-3.5.

opensearch-trigger-bot Bot pushed a commit that referenced this pull request Apr 7, 2026
…JVectorEngineWithConstructionParameters (#369)

Signed-off-by: Andriy Redko <drreta@gmail.com>
(cherry picked from commit dde5117)
reta added a commit to reta/opensearch-jvector that referenced this pull request Apr 7, 2026
…JVectorEngineWithConstructionParameters (opensearch-project#369)

Signed-off-by: Andriy Redko <drreta@gmail.com>
(cherry picked from commit dde5117)
reta added a commit that referenced this pull request Apr 7, 2026
…JVectorEngineWithConstructionParameters (#369) (#371)

(cherry picked from commit dde5117)

Signed-off-by: Andriy Redko <drreta@gmail.com>
Co-authored-by: Andriy Redko <drreta@gmail.com>
reta added a commit that referenced this pull request Apr 7, 2026
…JVectorEngineWithConstructionParameters (#369) (#373)

(cherry picked from commit dde5117)

Signed-off-by: Andriy Redko <drreta@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Fix flaky org.opensearch.knn.index.engine.InternalKNNEngineTests.testJVectorEngineWithConstructionParameters

2 participants