Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add vector-search to end-to-end testing #1302

Merged
merged 4 commits into from
Nov 15, 2023
Merged

add vector-search to end-to-end testing #1302

merged 4 commits into from
Nov 15, 2023

Conversation

fnikolai
Copy link
Collaborator

Description

Related Issues

Checklist

  • Is this code covered by new or existing unit tests or integration tests?
  • Did you run make test successfully?
  • Do new classes, functions, methods and parameters all have docstrings?
  • Were existing docstrings updated, if necessary?
  • Was external documentation updated, if necessary?

Additional Notes or Comments

@codecov-commenter
Copy link

codecov-commenter commented Nov 15, 2023

Codecov Report

Attention: 177 lines in your changes are missing coverage. Please review.

Comparison is base (34830a7) 80.33% compared to head (210d4df) 79.62%.
Report is 55 commits behind head on main.

Files Patch % Lines
superduperdb/backends/ibis/query.py 52.17% 44 Missing ⚠️
superduperdb/components/stack.py 41.53% 38 Missing ⚠️
superduperdb/server/app.py 69.11% 21 Missing ⚠️
superduperdb/misc/server.py 26.66% 11 Missing ⚠️
superduperdb/vector_search/interface.py 67.64% 11 Missing ⚠️
superduperdb/base/build.py 57.14% 6 Missing ⚠️
superduperdb/cdc/cdc.py 62.50% 6 Missing ⚠️
superduperdb/cli/serve.py 54.54% 5 Missing ⚠️
superduperdb/backends/sqlalchemy/metadata.py 73.33% 4 Missing ⚠️
superduperdb/cli/stack.py 55.55% 4 Missing ⚠️
... and 15 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1302      +/-   ##
==========================================
- Coverage   80.33%   79.62%   -0.72%     
==========================================
  Files          95      103       +8     
  Lines        6602     7027     +425     
==========================================
+ Hits         5304     5595     +291     
- Misses       1298     1432     +134     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Fotis Nikolaidis <[email protected]>
Signed-off-by: Fotis Nikolaidis <[email protected]>
Signed-off-by: Fotis Nikolaidis <[email protected]>
@thejumpman2323 thejumpman2323 merged commit 53ed5e4 into superduper-io:main Nov 15, 2023
2 checks passed
@fnikolai fnikolai deleted the e2e-vector-search branch November 15, 2023 17:21
fnikolai added a commit that referenced this pull request Dec 4, 2023
Signed-off-by: Fotis Nikolaidis <[email protected]>
Former-commit-id: 53ed5e4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants