opensearch-project / neural-search

Plugin that adds dense neural retrieval into the OpenSearch ecosytem
Apache License 2.0
62 stars 65 forks source link

[AUTOCUT] Integration Test failed for neural-search: 2.9.0 tar distribution #222

Closed opensearch-ci-bot closed 1 year ago

opensearch-ci-bot commented 1 year ago

The integration test failed at distribution level for component neural-search
Version: 2.9.0
Distribution: tar
Architecture: x64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/5334/display/redirect

Steps to reproduce: See https://github.com/opensearch-project/opensearch-build/tree/main/src/test_workflow#integration-tests
Access components yml file:
- With security (if applicable)
- Without security (if applicable)

Note: All in one test report manifest with all the details coming soon. See https://github.com/opensearch-project/opensearch-build/issues/1274

navneet1v commented 1 year ago

The exception is coming from ml commons. I can already see that ML commons integ tests are failing.

Suite: Test class org.opensearch.neuralsearch.query.NeuralQueryIT

  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.NeuralQueryIT.testRescoreQuery" -Dtests.seed=BAFC15F7E10EFDAC -Dtests.security.manager=false -Dtests.locale=zh -Dtests.timezone=America/Indianapolis -Druntime.java=17

  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200/], URI [/test-neural-basic-index/_search?size=1], status line [HTTP/1.1 400 Bad Request]

    {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"Model not ready yet. Please run this first: POST /_plugins/_ml/models/SKBgV4kB5hKgKcy5Hyur/_deploy"}],"type":"illegal_argument_exception","reason":"Model not ready yet. Please run this first: POST /_plugins/_ml/models/SKBgV4kB5hKgKcy5Hyur/_deploy"},"status":400}

        at __randomizedtesting.SeedInfo.seed([BAFC15F7E10EFDAC:915ABEACAB3F4E0E]:0)

        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)

        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)

        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)

        at app//org.opensearch.neuralsearch.common.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:298)

        at app//org.opensearch.neuralsearch.query.NeuralQueryIT.testRescoreQuery(NeuralQueryIT.java:154)

  2> NOTE: leaving temporary files on disk at: /tmp/tmpg4sqo2w0/neural-search/build/testrun/integTest/temp/org.opensearch.neuralsearch.query.NeuralQueryIT_BAFC15F7E10EFDAC-001

  2> NOTE: test params are: codec=Asserting(Lucene95), sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=zh, timezone=America/Indianapolis

  2> NOTE: Linux 5.10.178-162.673.amzn2.x86_64 amd64/Eclipse Adoptium 17.0.3 (64-bit)/cpus=16,threads=1,free=467265088,total=536870912

  2> NOTE: All tests run in this JVM: [NeuralSearchIT, ValidateDependentPluginInstallationIT, TextEmbeddingProcessorIT, NeuralQueryIT]