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

Fix iteration over os.environ from script worker and correctly strip prefixes #87

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

andywaltlova
Copy link
Collaborator

@andywaltlova andywaltlova commented Apr 26, 2024

HMS-4025

Creating new env for script run from environment passed from rhc-workr-script failed because we called pop during iteration.

@andywaltlova andywaltlova force-pushed the fix/dictionary-iteration-modiication branch from bb74aa9 to b0fcc18 Compare April 26, 2024 09:22
Copy link

codecov bot commented Apr 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.56%. Comparing base (a267e65) to head (7dbfdf9).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #87   +/-   ##
=======================================
  Coverage   98.56%   98.56%           
=======================================
  Files           1        1           
  Lines         348      349    +1     
  Branches       44       44           
=======================================
+ Hits          343      344    +1     
  Misses          2        2           
  Partials        3        3           
Flag Coverage Δ
centos-linux-7 98.56% <100.00%> (+<0.01%) ⬆️

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.

@andywaltlova andywaltlova force-pushed the fix/dictionary-iteration-modiication branch from b0fcc18 to 3cb8079 Compare April 26, 2024 09:32
@andywaltlova andywaltlova requested a review from r0x0d April 26, 2024 09:32
…prefixes

Signed-off-by: Andrea Waltlova <awaltlov@redhat.com>
@andywaltlova andywaltlova force-pushed the fix/dictionary-iteration-modiication branch from 3cb8079 to 7dbfdf9 Compare April 26, 2024 09:32
@r0x0d r0x0d merged commit 7c18e62 into oamg:main Apr 26, 2024
6 checks passed
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.

None yet

2 participants