pinecone-io / pinecone-python-client

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

Disable tests for weird ids string encoding #412

Closed jhamon closed 1 week ago

jhamon commented 1 week ago

Problem

We have a very large test matrix to check that different kinds of strings are handled properly. But we probably don't get that much value out of running these for every single PR.

Solution

Gate these tests on a boolean so I can only run these when desired instead of on every PR. It's most relevant to run them when changing dependencies or python versions.

Type of Change

Test Plan

Describe specific steps for validating this change.