-
Notifications
You must be signed in to change notification settings - Fork 138
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
[BUG] ML model not deployed error on neural search #2382
Comments
#2389, this PR should fix the issue. |
Can we just run ./gradlew check again the main branch? Or it needs to run 2.14? I don't have access permission to pull any other branch except main. |
You can run ./gradlew check on main |
Verified both "./gradlew check" and "./gradlew :qa:rolling-upgrade:testRollingUpgrade" passed from my local environment with the lasted pull of neural search repo. |
"./gradlew bwcTestSuite -Dbwc.version=2.14.0-SNAPSHOT" is running successful in my dev desktop. Varun also verified from his dev desktop. So let's verify again in the next CI and close this issue if no problems anymore. |
Resolving this ticket as no issues anymore. @vibrantvarun |
What is the bug?
While running bwc tests and integ tests, we are facing an issue of "ML model not deployed yet". Therefore, crashing neural search gradle check. We are trying to deploy local model.
How can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
Tests should pass
What is your host/environment?
Linux, windows
The text was updated successfully, but these errors were encountered: