Skip to content

[8.0] Solve issues with mutexes while running tests on MacOS M1 #679

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

Merged
merged 1 commit into from
May 26, 2025

Conversation

github-actions[bot]
Copy link

Description

Backport of #677 to 8.0.

* refactor to use RAII when locking mutexes

* capture mutex shared pointer by value to ensure validity at del time

* Avoid deadlock involving GIL, and indexGuard

* revert change to barrier and guard scoped locks

* add small comment

(cherry picked from commit 205f6bc)
@GuyAv46 GuyAv46 marked this pull request as draft May 22, 2025 16:05
@GuyAv46 GuyAv46 marked this pull request as ready for review May 22, 2025 16:05
@GuyAv46 GuyAv46 requested a review from JoanFM May 22, 2025 16:06
Copy link

codecov bot commented May 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.71%. Comparing base (c9259dc) to head (84e8837).
Report is 2 commits behind head on 8.0.

Additional details and impacted files
@@           Coverage Diff           @@
##              8.0     #679   +/-   ##
=======================================
  Coverage   96.71%   96.71%           
=======================================
  Files         107      107           
  Lines        5761     5761           
=======================================
  Hits         5572     5572           
  Misses        189      189           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@alonre24 alonre24 enabled auto-merge May 26, 2025 13:57
@alonre24 alonre24 added this pull request to the merge queue May 26, 2025
Merged via the queue into 8.0 with commit d8bbf34 May 26, 2025
14 of 15 checks passed
@alonre24 alonre24 deleted the backport-677-to-8.0 branch May 26, 2025 15:59
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.

2 participants