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
Currently, the neural-search plugin's integration tests only run on a single node environment. However, in production, OpenSearch operates as a distributed cluster with multiple nodes. This gap in testing means we can't verify critical distributed functionality like cross-node search operations.
What's the solution?
Add multi-node integration testing to our GitHub Actions workflow. This will help catch distributed system issues early and ensure the plugin works reliably in production environments.