You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add update, fetch, and query integration tests (#51)
## Problem
The sdk currently lacks integration tests for updating, fetching, and
querying records.
## Solution
Added integration tests for sync and future stubs by:
1. Upserting required + optional parameters vectors
2. Fetch to verify the vectors were upserted
3a. Update the values of the required param vector and query to verify
3b. Update the values and optional params of the required param vector
and query to verify
3c: Update the values and optional params of the optional param vector
and query to verify
Query by filter, id, vectors, and failing tests were also added.
## Type of Change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] This change requires a documentation update
- [ ] Infrastructure change (CI configs, etc)
- [ ] Non-code change (docs, etc)
- [X] None of the above: (explain here)
Integration tests
## Test Plan
Verified by running integration tests locally.
0 commit comments