-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[TST] Enable legacy tests #3764
Conversation
Reviewer ChecklistPlease leverage this checklist to ensure your code review is thorough before approving Testing, Bugs, Errors, Logs, Documentation
System Compatibility
Quality
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
500eb72
to
cc4a212
Compare
if "CHROMA_RUST_BINDINGS_TEST_ONLY" in os.environ: | ||
yield from rust_system() | ||
else: | ||
yield from sqlite_persistent_fixture() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this feels a little bit weird but I think it makes sense
we should do the same thing for the sqlite_fixture
once ephemeral mode is supported on Rust
b2bcd8d
to
b33f7ce
Compare
35b58b5
to
b853147
Compare
Description of changes
Summarize the changes made by this PR.
test_cross_version_persist.py
test_log_purge.py
Test plan
How are these changes tested?
pytest
for python,yarn test
for js,cargo test
for rustDocumentation Changes
Are all docstrings for user-facing APIs updated if required? Do we need to make documentation changes in the docs repository?