elastic / elasticsearch-serverless-python

Official Python client for Elasticsearch Serverless
Apache License 2.0
9 stars 4 forks source link

Optimize wipe_cluster #58

Closed pquentin closed 4 months ago

pquentin commented 4 months ago

Mainly by not trying to delete system component templates, and deleting everything in one go. Running the tests now takes 9-10mn compared to 30-32mn before.

This can be reviewed commit by commit.