spacetelescope / romancal

Python library to process science observations from the Nancy Grace Roman Space Telescope
https://roman-pipeline.readthedocs.io/en/latest/
Other
28 stars 28 forks source link

attempt to fix `/grp/` access in regtests #1248

Closed zacharyburnett closed 1 month ago

zacharyburnett commented 1 month ago

Resolves SCSB-153

run stat to touch /grp/ mount (the issue is possibly that the mount is "asleep" at the time of attempted file access)

Checklist

zacharyburnett commented 1 month ago

regtest running at https://plwishmaster.stsci.edu:8081/blue/organizations/jenkins/RT%2FRoman-Developers-Pull-Requests/detail/Roman-Developers-Pull-Requests/785/pipeline/

zacharyburnett commented 1 month ago

looks like that solved the issue: https://plwishmaster.stsci.edu:8081/blue/organizations/jenkins/RT%2FRoman-Developers-Pull-Requests/detail/Roman-Developers-Pull-Requests/785/tests

zacharyburnett commented 1 month ago

credit to @jhunkeler for the magic