Skip to content
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

remote: add support for pystuck #1572

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Conversation

jluebbe
Copy link
Member

@jluebbe jluebbe commented Jan 21, 2025

To allow debugging in production, we need a way to introspect objects in the coordinator and exporter without stopping the process. This is possible with pystuck.

We add it as a dev dependency only, as it's only needed in special circumstances and can be installed manually in that case. It is only enabled when the --pystuck option is passed on startup.

To allow debugging in production, we need a way to introspect objects in
the coordinator and exporter without stopping the process. This is
possible with pystuck.

We add it as a dev dependency only, as it's only needed in special
circumstances and can be installed manually in that case. It is only
enabled when the --pystuck option is passed on startup.

Signed-off-by: Jan Luebbe <[email protected]>
Copy link

codecov bot commented Jan 21, 2025

Codecov Report

Attention: Patch coverage is 22.72727% with 17 lines in your changes missing coverage. Please review.

Project coverage is 56.1%. Comparing base (fff35ee) to head (289599d).
Report is 4 commits behind head on master.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
labgrid/remote/coordinator.py 0.0% 11 Missing ⚠️
labgrid/remote/exporter.py 45.4% 6 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           master   #1572     +/-   ##
========================================
- Coverage    56.2%   56.1%   -0.1%     
========================================
  Files         170     170             
  Lines       13248   13270     +22     
========================================
+ Hits         7449    7454      +5     
- Misses       5799    5816     +17     
Flag Coverage Δ
3.10 56.1% <22.7%> (-0.1%) ⬇️
3.11 56.1% <22.7%> (-0.1%) ⬇️
3.12 56.1% <22.7%> (-0.1%) ⬇️
3.13 56.1% <22.7%> (-0.1%) ⬇️
3.9 56.2% <22.7%> (-0.1%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@jluebbe jluebbe merged commit acbefcc into labgrid-project:master Jan 22, 2025
9 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants