-
Notifications
You must be signed in to change notification settings - Fork 14
Fix deadlock when calling runtime #1163
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
Conversation
BenchmarksComparisonBenchmark execution time: 2025-07-30 11:33:36 Comparing candidate commit a3d38c5 in PR branch Found 0 performance improvements and 2 performance regressions! Performance is the same for 51 metrics, 2 unstable metrics. scenario:credit_card/is_card_number/378282246310005
CandidateCandidate benchmark detailsGroup 1
Group 2
Group 3
Group 4
Group 5
Group 6
Group 7
Group 8
Group 9
Group 10
Group 11
Group 12
Group 13
Group 14
BaselineOmitted due to size. |
6088db2
to
6f45c56
Compare
6f45c56
to
e81d920
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1163 +/- ##
==========================================
+ Coverage 70.73% 70.87% +0.14%
==========================================
Files 345 345
Lines 54022 54023 +1
==========================================
+ Hits 38213 38290 +77
+ Misses 15809 15733 -76
🚀 New features to boost your workflow:
|
/merge |
View all feedbacks in Devflow UI.
The expected merge time in
error while getting head build completion result DetailsError: There was an error while retrieving the result for pipeline 72178569 FullStacktrace: |
/merge |
View all feedbacks in Devflow UI.
The expected merge time in
|
What does this PR do?
Fix a deadlock caused by trying to lock the mutex twice. This also simplifies these methods.
Motivation
Causing a deadlock in python integration when recreating the runtime.
Additional Notes
Anything else we should know when reviewing?
How to test the change?
Describe here in detail how the change can be validated.