You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error message could be (before gradle cache clean):
org.opensearch.client.ResponseException: method [GET], host [http://127.0.0.1:54754/], URI [/test-sparse-basic-index/_search?timeout=1000s&size=1], status line [HTTP/1.1 500 Internal Server Error]
{"error":{"root_cause":[{"type":"null_pointer_exception","reason":"Cannot invoke \"org.opensearch.ml.common.output.model.ModelTensorOutput.getMlModelOutputs()\" because \"modelTensorOutput\" is null"}],"type":"null_pointer_exception","reason":"Cannot invoke \"org.opensearch.ml.common.output.model.ModelTensorOutput.getMlModelOutputs()\" because \"modelTensorOutput\" is null"},"status":500}
or (after gradle cache clean):
Can not start node{::integTest-0}, missing: /Users/alias/.gradle/caches/8.9/transforms/c7a7edbbed8f711bb27516cb0abad874/transformed/opensearch-3.0.0-SNAPSHOT-darwin-arm64.tar.gz
Currently if we run
./gradlew build
, it will fail due to some failing integ testsTests with failures:
Error message could be (before gradle cache clean):
or (after gradle cache clean):
Note that all the tests fail while making a search call
We don't know the root cause of the failure yet (most likely a dependency issue), need a deeper dive
The text was updated successfully, but these errors were encountered: