You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get_from_HPSS* test cases should run to completion first time they are run in a WE2E regression test. Often they fail the first time they are run along with other test cases, but re-running them individually later succeeds.
Current behavior
Test cases fail to run to completion on a WE2E regression test.
Machines affected
Tested on HERA but most likely issue is present on other platforms as well.
Steps To Reproduce
Run the comprhensive WE2E regression test
Detailed Description of Fix (optional)
None
Additional Information (optional)
None
Possible Implementation (optional)
None
Output (optional)
get_extrn_ics fails with a variety of errors
INFO: Running command
htar -xvf /NCEPPROD/hpssprod/runhistory/rh2019/201907/20190701/gpfs_dell1_nco_ops_com_gfs_prod_gfs.20190701_00.gfs_nemsioa.tar ./gfs.20190701/00/gfs.t00z.atmanl.nemsio ./gfs.20190701/00/gfs.t00z.sfcanl.nemsio
[connecting to hpsscore1.fairmont.rdhpcs.noaa.gov/1217]
slurmstepd: error: *** JOB 35521415 ON hfe12 CANCELLED AT 2022-09-08T17:09:30 DUE TO TIME LIMIT ***
_______________________________________________________________
Start Epilog v20.08.28 on node hfe12 for job 35521415 :: Thu Sep 8 17:09:30 UTC 2022
Job 35521415 (serial) finished foruser Michael.Kavulichin partition service with exit code 0:15
_______________________________________________________________
End Epilogue v20.08.28 Thu Sep 8 17:09:30 UTC 2022
Sometimes like this:
143 Traceback (most recent call last):
144 File "/scratch2/BMC/gsd-hpcs/Daniel.Abdi/ufs-srweather-app/ush/retrieve_data.py", line 998, in<module>
145 main(sys.argv[1:])
146 File "/scratch2/BMC/gsd-hpcs/Daniel.Abdi/ufs-srweather-app/ush/retrieve_data.py", line 830, in main
147 unavailable = hpss_requested_files(
148 File "/scratch2/BMC/gsd-hpcs/Daniel.Abdi/ufs-srweather-app/ush/retrieve_data.py", line 565, in hpss_requested_files
149 clean_up_output_dir(
150 File "/scratch2/BMC/gsd-hpcs/Daniel.Abdi/ufs-srweather-app/ush/retrieve_data.py", line 64, in clean_up_output_dir
151 os.removedirs(expected_subdir)
152 File "/contrib/miniconda3/4.5.12/envs/regional_workflow/lib/python3.8/os.py", line 239, in removedirs
153 rmdir(name)
154 OSError: [Errno 39] Directory not empty: './gfs.20190701/00'
155 + print_err_msg_exit 'Call to retrieve_data.py failed with a non-zero exit status.
The text was updated successfully, but these errors were encountered:
Expected behavior
get_from_HPSS*
test cases should run to completion first time they are run in a WE2E regression test. Often they fail the first time they are run along with other test cases, but re-running them individually later succeeds.Current behavior
Test cases fail to run to completion on a WE2E regression test.
Machines affected
Tested on HERA but most likely issue is present on other platforms as well.
Steps To Reproduce
Run the comprhensive WE2E regression test
Detailed Description of Fix (optional)
None
Additional Information (optional)
None
Possible Implementation (optional)
None
Output (optional)
get_extrn_ics
fails with a variety of errorsSometimes like this:The text was updated successfully, but these errors were encountered: