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

Improve package install in openc3cli. Includes fix to python install #1805

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

ryanmelt
Copy link
Member

@ryanmelt ryanmelt commented Jan 1, 2025

No description provided.

Copy link

codecov bot commented Jan 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.56%. Comparing base (ea0f8c9) to head (f575fbf).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1805      +/-   ##
==========================================
- Coverage   79.57%   79.56%   -0.02%     
==========================================
  Files         517      517              
  Lines       40737    40737              
==========================================
- Hits        32418    32412       -6     
- Misses       8319     8325       +6     
Flag Coverage Δ
python 84.25% <ø> (-0.05%) ⬇️
ruby-api 48.64% <ø> (ø)
ruby-backend 82.61% <ø> (ø)

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.

Copy link

sonarqubecloud bot commented Jan 1, 2025

OpenC3::PythonPackageModel.install(filename, scope: scope)
process_name = OpenC3::PythonPackageModel.install(filename, scope: scope)
print "Installing..."
wait_process_complete_internal(process_name, scope: scope)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How did this fix the python install? It wasn't waiting for complete and then the process died before it was done?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This cleaned up leaving process status as running forever, because the process that was monitor complete had died.

@ryanmelt ryanmelt merged commit f061102 into main Jan 9, 2025
27 of 28 checks passed
@ryanmelt ryanmelt deleted the improve_openc3cli branch January 9, 2025 18:46
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.

3 participants