Open igiloh-pinecone opened 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.
Future
@jhamon this PR depends on #8, so it should be merged after #8 is merged (the target branch should automatically change to main)
main
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.