elasticsearch-py icon indicating copy to clipboard operation
elasticsearch-py copied to clipboard

Switch from Elasticsearch YAML tests to client tests

Open pquentin opened this issue 1 year ago • 1 comments

This is mostly adapted from the Elasticsearch Serverless tests that already do this.

@miguelgrinberg This also bumps the tested version of Elasticsearch to 8.16. How do you want to handle the vector store tests? Do we keep the conditionals just in case we want to run those tests with 8.13 in the future?

pquentin avatar Oct 16 '24 13:10 pquentin

A documentation preview will be available soon.

Request a new doc build by commenting
  • Rebuild this PR: run docs-build
  • Rebuild this PR and all Elastic docs: run docs-build rebuild

run docs-build is much faster than run docs-build rebuild. A rebuild should only be needed in rare situations.

If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here.

github-actions[bot] avatar Oct 16 '24 13:10 github-actions[bot]

@pquentin yes, I would keep the version checks for a while, in case we want to run the test suite locally.

miguelgrinberg avatar Nov 04 '24 10:11 miguelgrinberg