pinecone-io / pinecone-python-client

The Pinecone Python client
https://www.pinecone.io/docs
Apache License 2.0
309 stars 80 forks source link

[Chore] Improve test flakes #404

Closed jhamon closed 4 weeks ago

jhamon commented 1 month ago

Problem

I frequently see recurring test flakes, most often at the cleanup stage of test_configure_index_with_deletion_protection because the index cannot be deleted while still in an "upgrading" state. The index is in that state while configuration changes are being applied.

Solution

Type of Change