[CLN]: remove CHROMA_RUST_BINDINGS_TEST_ONLY#4048
[CLN]: remove CHROMA_RUST_BINDINGS_TEST_ONLY#4048codetheweb wants to merge 1 commit intocln-update-py-fastapi-fixturesfrom
Conversation
Reviewer ChecklistPlease leverage this checklist to ensure your code review is thorough before approving Testing, Bugs, Errors, Logs, Documentation
System Compatibility
Quality
|
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
d5650d3 to
8363e9f
Compare
b201624 to
b6601b7
Compare
8363e9f to
023a439
Compare
b6601b7 to
f9f3d4d
Compare
| PROPERTY_TESTING_PRESET: ${{ inputs.property_testing_preset }} | ||
| CHROMA_RUST_BINDINGS_TEST_ONLY: "1" | ||
|
|
||
| test-rust-single-node-integration: |
There was a problem hiding this comment.
why are you removing this?
There was a problem hiding this comment.
we have a test fixture that starts a HTTP server using the CLI, so this is redundant
There was a problem hiding this comment.
Hm, I think we should test the docker container then. That was valuable to do in CI for python.
Also is this new? We didn't have this before (Assuming you mean its created in - #4037)
There was a problem hiding this comment.
we can certainly add some smoke tests against the container, but running the full suite seems unnecessary
the Rust HTTP server fixture was added in #4037
There was a problem hiding this comment.
Yes I just said that ty though.
There was a problem hiding this comment.
cool I'll cut a ticket for container smoke tests
023a439 to
68ada1d
Compare
f9f3d4d to
deacdf1
Compare
68ada1d to
dcf9fa0
Compare
deacdf1 to
0b7bc07
Compare
dcf9fa0 to
3689742
Compare
0b7bc07 to
d61a0fc
Compare
3689742 to
26a865c
Compare
d61a0fc to
87b041f
Compare
26a865c to
42ace1a
Compare
87b041f to
3360f78
Compare
42ace1a to
f3e13e1
Compare
3360f78 to
3ef3c05
Compare
f3e13e1 to
6f2f402
Compare
3ef3c05 to
d5eb8c4
Compare
6f2f402 to
eb1a2ce
Compare
d5eb8c4 to
9c5846b
Compare
eb1a2ce to
6597e90
Compare
9c5846b to
8e9d730
Compare
6597e90 to
780b86c
Compare
8e9d730 to
8e41214
Compare
780b86c to
33035f2
Compare
8e41214 to
cb5f9ef
Compare
33035f2 to
f7a36c7
Compare
cb5f9ef to
6bc0f23
Compare
f7a36c7 to
942e032
Compare
942e032 to
9dacf02
Compare
6bc0f23 to
872e5fb
Compare

Description of changes
Tests against the Rust bindings in Python are now run by default.