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
* Fix the integration test to work with OpenSearch 2.x
Don't run the parent_spec for opensearch >= 2.x
Update index_spec.rb and compressed_indexing_spec.rb to not expect the _type field in the doc for Opensearch >= 2.0.0
* Update the OpenSearch versions in the .github/workflows/CI test matrix
* Replace the python command in scripts/logstash-run.sh to extract the version field with grep
For some logstash version e.g. 7.17.1, 8.3.2 the images are missing python leading to the following command to fail
echo $(curl -s $SERVICE_URL | python -c "import sys, json; print(json.load(sys.stdin)['version']['number'])")
That is causing some integration test to fail which depends on the OpenSearch version number.
installing python in the container failed as GitHub action is complaining about missing apt-get
Signed-off-by: Deep Datta <[email protected]>
0 commit comments