opensearch-project / neural-search

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

[BUG] BWC are failing for main -> 2.14.0-SNAPSHOT #688

Closed martin-gaievski closed 2 months ago

martin-gaievski commented 2 months ago

What is the bug?

Rolling upgrade BWC tests are failing for main branch:

./gradlew :qa:rolling-upgrade:testRollingUpgrade -D'tests.bwc.version=2.14.0-SNAPSHOT'

> Task :qa:rolling-upgrade:testAgainstOneThirdUpgradedCluster FAILED

FAILURE: Build failed with an exception.

How can one reproduce the bug?

Get main of this repo, run ./gradlew :qa:rolling-upgrade:testRollingUpgrade -D'tests.bwc.version=2.14.0-SNAPSHOT'

What is the expected behavior?

Tests are passing

What is your host/environment?

Issue happens only on Linux, for Win platform everything works. Following is the link to example of failed run for one of recent PRs, same error/behavior observed for main as well https://github.com/opensearch-project/neural-search/actions/runs/8649948821/job/23718643879?pr=683

vibrantvarun commented 2 months ago

@martin-gaievski can you add the error logs?

martin-gaievski commented 2 months ago

It's in related issue https://github.com/opensearch-project/neural-search/pull/683#issuecomment-2048608920