Closed andre-merzky closed 1 year ago
Attention: Patch coverage is 0%
with 6 lines
in your changes missing coverage. Please review.
Project coverage is 40.17%. Comparing base (
ff1fe28
) to head (9af6b86
). Report is 3345 commits behind head on devel.
Files with missing lines | Patch % | Lines |
---|---|---|
src/radical/pilot/raptor/worker.py | 0.00% | 6 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I'm not 100% sure the environment is completely usable. I should probably address the remaining issue in my test, which I presume is related to the task sandbox issues.
I'm not 100% sure the environment is completely usable. I should probably address the remaining issue in my test, which I presume is related to the task sandbox issues.
I have a workaround in place for the task directories. It looks like we're good to go.
Fixes #2889
This PR ensures that Raptor tasks run in the same environment as the Raptor workers, but augmented with the task description's
environment
dict and theRP_*
env settings. The main fix is to invert the logic on the env copy in src/radical/pilot/raptor/worker.py line 99.