pinecone-io / pinecone-client

Apache License 2.0
12 stars 2 forks source link

Add multi-threading and GRPC connection tests #9

Open igiloh-pinecone opened 1 year ago

igiloh-pinecone commented 1 year ago

These changes were originally added in https://github.com/pinecone-io/client_sdk/pull/66, but were never merged.

I had to do some extensive refactoring. Apparently all the test cases simply received an async Future and returned immediately - so nothing actually ran \ was tested.

igiloh-pinecone commented 1 year ago

@jhamon this PR depends on #8, so it should be merged after #8 is merged (the target branch should automatically change to main)