-
Notifications
You must be signed in to change notification settings - Fork 149
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 failure ITs and syntax error in CI workflow #3655
fix failure ITs and syntax error in CI workflow #3655
Conversation
Signed-off-by: zane-neo <[email protected]>
c807b63
to
3917652
Compare
Signed-off-by: zane-neo <[email protected]>
rerunning flaky test
|
From this PR, several places still using CatIndexTool, that will cause CI failed. |
+1 |
this PR is intended to change the existing test using CatIndexTool to ListIndexTool. @zane-neo did you scan through all the codes using CatIndexTool? |
local reproduce the integ test run success, approved |
Like I mentioned in the description, in that PR, CI checks on Linux and Windows are passing but docker is failing, usually this case I consider it's flaky tests(I assume others too), so merging the PR. We need to check on this as well as it might give others false signal in future PRs. |
Yes, you can see in that PR I changed several places of the CatIndexTool in tests, linux and windows checks passed as well, seems linux & windows check are different with dockers. |
Description
fix failure ITs and syntax error in CI workflow
Related Issues
In this PR: #3243, the CI checks on Linux and Windows are passing but docker is failing and if check carefully, it's caused by missing tool: CatIndexTool. This PR is to fix the failure ITs in docker env.
In this PR: https://github.com/opensearch-project/ml-commons/actions/runs/13847649530/job/38749255141?pr=3652 the CI workflow has syntax issue, this PR also fix this.
Check List
--signoff
.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.