Commit ed1b560
fix: add sleep wrapper for delete_all_documents_async in Pinecone conftest
Pinecone's eventual consistency requires a delay after deletions before
counts reflect the change. The conftest already wrapped delete_documents_async
with a sleep, but missed delete_all_documents_async, causing a flaky test.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 7481785 commit ed1b560
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
97 | 103 | | |
98 | 104 | | |
| 105 | + | |
99 | 106 | | |
100 | 107 | | |
101 | 108 | | |
| |||
0 commit comments