Closed juliannguyen4 closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 80.78%. Comparing base (
d8eff6e
) to head (c2f438c
). Report is 4 commits behind head on dev.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
No merge conflicts with CLIENT-3027* PR
Reasons for this change: It will be a while to clean up all the memory leaks while running the Python client regression tests, and we normally run valgrind manually. We won't be running valgrind as a CI/CD check for a while because of this. Often times, we run valgrind twice, so the second valgrind run builds a wheel when a wheel was already built for the same commit. This change forces valgrind to reuse a wheel (from JFrog) if it already exists
Known issues Running the valgrind workflow on central branches (e.g
dev
) will build and upload the wheels to the generic JFrog repo. This shouldn't cause any issues but this isn't intended behavior.