Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6513 +/- ##
==========================================
- Coverage 87.49% 87.48% -0.02%
==========================================
Files 282 282
Lines 44840 44838 -2
Branches 7753 7751 -2
==========================================
- Hits 39234 39225 -9
- Misses 5486 5493 +7
Partials 120 120
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
e2e5c93 to
81c04d8
Compare
|
@raz-mon : I'm afraid this is not going to work.
So we need a way to pin the same version across repos. I'm not sure what would be a convenient way to do that? Or we could install the latest nightly as part of the |
|
No, sorry I don't see an easy way around this. The proper solution is having a unified system for all the CIs, but that is a big undertaking for another time. Maybe using a pre-build (Rust) image for all the CI is a step in that direction and would be quicker to make. But that still requires some co-ordination. |
|
@alonre24 I opened RedisJSON/RedisJSON#1362 on RedisJSON. Another (ugly) option would be to install both nightly versions as a workaround; see my second commit in this PR. |
7087e5e to
a6aa30c
Compare
|
@alonre24 : I tested locally with version So once RedisJSON has pinned this version as well we can merge this. |
Should prevent accidental breaking of the CI.
|
For the record here are the PR pinning the same version in RediJSON and redismodule-rs: |
|
/backport |
Should prevent accidental breaking of the CI. (cherry picked from commit 588fb97)
|
Successfully created backport PR for |
Should prevent accidental breaking of the CI.
Should prevent accidental breaking of the CI.
|
/backport |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin 2.8
git worktree add -d .worktree/backport-6513-to-2.8 origin/2.8
cd .worktree/backport-6513-to-2.8
git switch --create backport-6513-to-2.8
git cherry-pick -x 588fb97b3f209d26bd77071cae48986d539feebe |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin 2.6
git worktree add -d .worktree/backport-6513-to-2.6 origin/2.6
cd .worktree/backport-6513-to-2.6
git switch --create backport-6513-to-2.6
git cherry-pick -x 588fb97b3f209d26bd77071cae48986d539feebe |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin 2.10
git worktree add -d .worktree/backport-6513-to-2.10 origin/2.10
cd .worktree/backport-6513-to-2.10
git switch --create backport-6513-to-2.10
git cherry-pick -x 588fb97b3f209d26bd77071cae48986d539feebe |
* Close pipe file descriptors in periodic callback to prevent resource leaks * Add open file count check in OOM test * build_utils: factor out link_static_libraries() (#6673) Will help implementing the iterator bencher. * [MOD-10771] bump svs version (#6652) * bump vecsim * vecsim with fix * test crash * code change to trigger tests * revert code chnage * ci: pin a Rust nightly version (#6513) Should prevent accidental breaking of the CI. * get open fds using psutil.num_fds() --------- Co-authored-by: Guillaume Desmottes <[email protected]> Co-authored-by: meiravgri <[email protected]>
* Close pipe file descriptors in periodic callback to prevent resource leaks * Add open file count check in OOM test * build_utils: factor out link_static_libraries() (#6673) Will help implementing the iterator bencher. * [MOD-10771] bump svs version (#6652) * bump vecsim * vecsim with fix * test crash * code change to trigger tests * revert code chnage * ci: pin a Rust nightly version (#6513) Should prevent accidental breaking of the CI. * get open fds using psutil.num_fds() --------- Co-authored-by: Guillaume Desmottes <[email protected]> Co-authored-by: meiravgri <[email protected]> (cherry picked from commit 56f6f0e)
MOD-10975: Fix fd leak when OOM (#6672) * Close pipe file descriptors in periodic callback to prevent resource leaks * Add open file count check in OOM test * build_utils: factor out link_static_libraries() (#6673) Will help implementing the iterator bencher. * [MOD-10771] bump svs version (#6652) * bump vecsim * vecsim with fix * test crash * code change to trigger tests * revert code chnage * ci: pin a Rust nightly version (#6513) Should prevent accidental breaking of the CI. * get open fds using psutil.num_fds() --------- (cherry picked from commit 56f6f0e) Co-authored-by: nafraf <[email protected]> Co-authored-by: Guillaume Desmottes <[email protected]> Co-authored-by: meiravgri <[email protected]>
This reverts commit 899e722.
ci: pin a Rust nightly version (#6513) Should prevent accidental breaking of the CI. (cherry picked from commit 588fb97) Co-authored-by: Guillaume Desmottes <[email protected]>
Should prevent accidental breaking of the CI.
Mark if applicable